:root{
--ink:#201f1b;--ink2:#302a23;--orange:#d97a49;--peach:#edd8c9;--cream:#f4efe6;--paper:#f8f4ed;--white:#fffdf9;--sage:#a7b49a;--olive:#758667;--olive2:#536149;--gold:#b28a53;--border:rgba(32,31,27,.12);--shadow:0 28px 80px rgba(32,31,27,.13);--serif:"Iowan Old Style","Baskerville","Times New Roman",serif;--sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--ease:cubic-bezier(.2,.7,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.55;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}img{display:block;max-width:100%}button{cursor:pointer}.grain{position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E")}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:2px;z-index:1005}.scroll-progress span{display:block;height:100%;width:0;background:var(--orange)}
.site-header{position:fixed;top:0;left:0;right:0;height:82px;padding:0 clamp(22px,4vw,68px);display:flex;align-items:center;justify-content:space-between;z-index:1000;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);transition:.35s var(--ease);background:linear-gradient(180deg,rgba(15,13,11,.36),transparent)}.site-header.scrolled{height:68px;background:rgba(248,244,237,.91);backdrop-filter:blur(18px);color:var(--ink);border-bottom-color:var(--border)}.brand{display:flex;align-items:center;gap:9px;min-width:160px}.brand img{width:108px}.brand span,.footer-brand span{font-size:9px;letter-spacing:.3em;text-transform:uppercase;margin-top:5px}.desktop-nav{display:flex;gap:clamp(18px,2.2vw,34px);font-size:13px}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:.3s}.desktop-nav a:hover:after{transform:scaleX(1);transform-origin:left}.header-actions{display:flex;align-items:center;gap:14px}.language-switcher{display:flex;gap:3px}.lang{border:0;background:transparent;color:currentColor;padding:5px 4px;font-size:10px;opacity:.5}.lang.active{opacity:1;font-weight:700}.nav-cta{padding:10px 17px;border-radius:999px;border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.12);font-size:12px;backdrop-filter:blur(10px)}.site-header.scrolled .nav-cta{background:var(--ink);color:#fff;border-color:var(--ink)}.menu-toggle{display:none;width:42px;height:42px;border:0;background:none;color:currentColor;position:relative}.menu-toggle span{position:absolute;width:21px;height:1px;background:currentColor;left:10px;transition:.3s}.menu-toggle span:first-child{top:16px}.menu-toggle span:last-child{top:24px}.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;background:var(--cream);z-index:900;display:flex;flex-direction:column;justify-content:center;padding:100px 8vw 50px;transform:translateY(-100%);transition:.55s var(--ease);visibility:hidden}.menu-open .mobile-menu{transform:translateY(0);visibility:visible}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu nav a{font-family:var(--serif);font-size:clamp(38px,8vw,70px);line-height:1.08;padding:4px 0}.mobile-brandline{margin-top:auto;font-size:13px}.mobile-brandline em{font-family:var(--serif)}
.hero{min-height:100svh;position:relative;display:flex;align-items:flex-end;overflow:hidden;color:#fff;background:#2b241e}.hero-slides,.hero-overlay{position:absolute;inset:0}.hero-overlay{z-index:2;background:linear-gradient(90deg,rgba(17,14,12,.78) 0%,rgba(17,14,12,.52) 38%,rgba(17,14,12,.18) 76%,rgba(17,14,12,.28) 100%)}.hero-slide{position:absolute;inset:0;opacity:0;animation:slideFade 24s infinite;overflow:hidden}.hero-slide:before{content:"";position:absolute;inset:-6%;background-image:var(--hero);background-size:cover;background-position:center;filter:blur(28px);transform:scale(1.1);opacity:.82}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,22,17,.25),rgba(28,22,17,.03))}.hero-slide img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:right center;filter:saturate(.92) contrast(.98);transform:scale(.98);animation:slowZoom 24s infinite}.slide-1{animation-delay:0s}.slide-1 img{animation-delay:0s}.slide-2{animation-delay:8s}.slide-2 img{animation-delay:8s}.slide-3{animation-delay:16s}.slide-3 img{animation-delay:16s}@keyframes slideFade{0%,5%{opacity:0}9%,30%{opacity:1}34%,100%{opacity:0}}@keyframes slowZoom{0%,5%{transform:scale(.98)}30%{transform:scale(1.045)}34%,100%{transform:scale(1.055)}}.hero-content{position:relative;z-index:3;width:min(1500px,100%);margin:0 auto;padding:120px clamp(24px,5vw,88px) 58px;display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:end;gap:60px}.hero-copy{max-width:790px}.hero-kicker{display:flex;align-items:center;gap:10px;margin-bottom:26px;font-size:11px;text-transform:uppercase;letter-spacing:.2em}.hero-kicker span{width:34px;height:1px;background:#fff}.hero-wordmark{width:clamp(180px,16vw,275px)}.hero-brand-extension{text-transform:uppercase;letter-spacing:.4em;font-size:10px;margin:4px 0 0 4px;opacity:.82}.historic-tagline{font-family:var(--serif);font-style:italic;color:#efdfc9;margin:16px 0 30px;font-size:18px}.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(54px,6.2vw,94px);line-height:.95;letter-spacing:-.045em;margin:0 0 24px;max-width:880px}.hero-lead{font-size:clamp(16px,1.45vw,20px);max-width:640px;margin:0;color:rgba(255,255,255,.84)}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:999px;padding:15px 24px;font-size:13px;transition:.3s var(--ease)}.btn-light-solid{background:#f5efe6;color:var(--ink)}.btn-light-solid:hover{transform:translateY(-2px);background:#fff}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:13px;border-bottom:1px solid currentColor;padding-bottom:4px}.text-link.light{color:#fff}.hero-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:40px}.hero-meta span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.1);backdrop-filter:blur(8px);padding:8px 12px;border-radius:999px}.hero-floating{display:flex;justify-content:flex-end}.floating-card{width:250px;padding:22px;background:rgba(255,255,255,.12);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.28);border-radius:28px 28px 10px 28px;box-shadow:var(--shadow)}.floating-card span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.17em;opacity:.7}.floating-card strong{display:block;font-family:var(--serif);font-size:28px;font-weight:400;line-height:1.06;margin:6px 0 10px}.floating-card p{margin:0;font-size:9px;text-transform:uppercase;letter-spacing:.16em;opacity:.72}.hero-dots{position:absolute;z-index:4;right:5vw;bottom:28px;display:flex;gap:7px}.hero-dots i{width:30px;height:2px;background:rgba(255,255,255,.35);position:relative;overflow:hidden}.hero-dots i:after{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left;animation:dotFill 24s infinite}.hero-dots i:nth-child(2):after{animation-delay:8s}.hero-dots i:nth-child(3):after{animation-delay:16s}@keyframes dotFill{0%,7%{transform:scaleX(0)}10%,30%{transform:scaleX(1)}34%,100%{transform:scaleX(0)}}
.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.22em;font-weight:700;margin:0 0 16px;color:var(--olive)}.eyebrow.light{color:#e7e9df}.about{padding:clamp(82px,9vw,138px) clamp(24px,6vw,110px);display:grid;grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr);gap:clamp(48px,7vw,110px);align-items:center;background:linear-gradient(180deg,#faf7f1 0%,#f1eadf 100%)}.about-photo{position:relative;max-width:610px;margin:auto}.about-photo>img{width:100%;border-radius:240px 240px 30px 30px;box-shadow:var(--shadow);object-fit:cover}.about-photo:before{content:"";position:absolute;width:74%;height:70%;left:-9%;bottom:-7%;background:rgba(167,180,154,.3);border-radius:50%;filter:blur(2px)}.about-photo-caption{position:absolute;left:-18px;bottom:28px;display:flex;align-items:center;gap:12px;background:rgba(255,253,249,.86);backdrop-filter:blur(14px);padding:13px 17px;border-radius:999px;box-shadow:0 14px 40px rgba(32,31,27,.1);font-size:10px;text-transform:uppercase;letter-spacing:.12em}.about-photo-caption img{width:34px}.about-copy{max-width:790px}.about h2,.brand-story h2,.section-heading h2,.treatments h2,.trajectory h2,.reviews h2,.contact h2{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;line-height:1.03}.about h2{font-size:clamp(54px,5vw,82px);margin:0 0 18px}.about-intro{font-family:var(--serif);font-size:clamp(24px,2.35vw,34px);line-height:1.28;color:var(--olive2);margin:0 0 28px;max-width:720px}.bio-full{display:grid;grid-template-columns:1fr 1fr;gap:0 30px;font-size:14px;color:rgba(32,31,27,.76)}.bio-full p{margin:0 0 15px}.bio-full p:nth-child(3),.bio-full p:nth-child(4){grid-column:2}.bio-full p:nth-child(3){grid-row:1}.bio-full p:nth-child(4){grid-row:2}.bio-full p:nth-child(5){grid-column:2;grid-row:3;font-family:var(--serif);font-size:19px;color:var(--ink)}.about-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px;padding-top:22px;border-top:1px solid var(--border)}.about-facts div{display:flex;flex-direction:column}.about-facts strong{font-family:var(--serif);font-size:42px;font-weight:400;line-height:1}.about-facts span{margin-top:4px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:rgba(32,31,27,.55)}
.brand-story{position:relative;min-height:760px;overflow:hidden;color:#fff;background:#3d4b39}.brand-nature-bg{position:absolute;inset:0;background:url('img/hayah-contacto-naturaleza.png') center/cover no-repeat;filter:saturate(.82);transform:scale(1.02)}.brand-story:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,42,29,.87),rgba(30,42,29,.55) 55%,rgba(30,42,29,.35))}.brand-story-inner{position:relative;z-index:2;max-width:1440px;margin:auto;min-height:760px;padding:100px clamp(24px,6vw,110px);display:grid;grid-template-columns:1.12fr .88fr;gap:80px;align-items:center}.brand-story h2{font-size:clamp(50px,5vw,80px);margin:0 0 24px;max-width:860px}.story-intro{font-size:18px;max-width:650px;color:rgba(255,255,255,.78)}.story-copy blockquote{font-family:var(--serif);font-size:clamp(24px,2.5vw,35px);line-height:1.25;margin:36px 0 0;padding-left:24px;border-left:2px solid #e59a67;max-width:720px}.brand-signature{align-self:end;max-width:420px;margin-left:auto;padding:26px;background:rgba(255,255,255,.1);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.18);border-radius:28px}.brand-signature>img{width:190px;margin-bottom:22px}.brand-signature>span{display:block;font-size:13px;color:rgba(255,255,255,.74)}.brand-values{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.brand-values b{font-weight:500;font-size:9px;text-transform:uppercase;letter-spacing:.12em;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.25)}
.ritual-section{padding:90px clamp(24px,6vw,110px);background:linear-gradient(180deg,#f3ece1,#ece4d7)}.section-heading{max-width:1440px;margin:0 auto 48px}.section-heading h2{font-size:clamp(46px,4.8vw,74px);margin:0}.ritual-grid{max-width:1440px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.ritual-step{position:relative;overflow:hidden;min-height:265px;padding:30px;background:rgba(255,255,255,.62);border-radius:30px;border:1px solid rgba(255,255,255,.58);box-shadow:0 18px 50px rgba(32,31,27,.07)}.ritual-step:after{content:"";position:absolute;width:150px;height:150px;border:1px solid rgba(117,134,103,.22);border-radius:50%;right:-50px;top:-50px}.ritual-mark{font-family:var(--serif);font-size:18px;color:var(--orange)}.ritual-step h3{font-family:var(--serif);font-weight:400;font-size:36px;margin:42px 0 12px}.ritual-step p{margin:0;font-size:14px;color:rgba(32,31,27,.66);max-width:340px}
.treatments{padding:clamp(88px,9vw,145px) clamp(24px,6vw,110px);background:#f8f5ef}.treatments-head{max-width:1440px;margin:auto;display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:end}.treatments h2{font-size:clamp(48px,5vw,80px);margin:0;max-width:900px}.treatments-head>p{margin:0 0 8px;max-width:450px;color:rgba(32,31,27,.65)}.treatment-cards{max-width:1440px;margin:56px auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.treatment-card{display:grid;grid-template-columns:1.08fr .92fr;min-height:390px;background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 20px 60px rgba(32,31,27,.08);border:1px solid rgba(32,31,27,.06)}.treatment-card-wide{grid-column:1/-1;grid-template-columns:1.4fr .6fr;min-height:430px}.treatment-photo{overflow:hidden;background:#ddd}.treatment-photo img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease);filter:saturate(.84) sepia(.05)}.treatment-card:hover .treatment-photo img{transform:scale(1.035)}.treatment-copy{padding:28px 28px 25px;display:flex;flex-direction:column}.treatment-copy>span{font-size:10px;letter-spacing:.12em;color:var(--orange)}.treatment-copy h3{font-family:var(--serif);font-weight:400;font-size:clamp(30px,2.2vw,43px);line-height:1.02;margin:16px 0 15px}.treatment-copy p{font-size:13px;color:rgba(32,31,27,.65);margin:0 0 22px}.treatment-copy a{margin-top:auto;font-size:10px;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid currentColor;padding-bottom:3px;align-self:flex-start}.treatment-note{max-width:1440px;margin:24px auto 0;text-align:right;font-size:11px;color:rgba(32,31,27,.5)}
.peeling-products{max-width:1440px;margin:28px auto 0;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(32px,5vw,80px);align-items:center;padding:clamp(30px,5vw,68px);background:linear-gradient(135deg,#eee8dc 0%,#e1e5d7 100%);border:1px solid rgba(119,105,76,.14);border-radius:34px;overflow:hidden;box-shadow:0 20px 60px rgba(32,31,27,.07)}
.peeling-products-copy{max-width:470px}.peeling-products-copy h3{font-family:var(--serif);font-weight:400;font-size:clamp(36px,3.6vw,58px);line-height:1.04;letter-spacing:-.035em;margin:0 0 20px}.peeling-products-copy>p:not(.eyebrow){font-size:15px;line-height:1.7;color:rgba(32,31,27,.67);margin:0 0 27px}.peeling-products-copy .text-link{font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.peeling-products-gallery{position:relative;min-height:510px}.product-photo{position:absolute;margin:0;overflow:hidden;background:#f8f4ec;border:1px solid rgba(119,105,76,.22);box-shadow:0 22px 55px rgba(54,48,38,.16)}.product-photo img{display:block;width:100%;height:100%;object-fit:contain}.product-boxes{left:0;top:0;width:76%;height:78%;border-radius:28px}.product-bottles{right:0;bottom:0;width:47%;height:70%;border-radius:160px 160px 24px 24px;border:5px solid rgba(248,244,236,.95)}
.trajectory{padding:clamp(90px,9vw,140px) clamp(24px,6vw,110px);display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(44px,7vw,100px);align-items:center;background:linear-gradient(180deg,#edf0e5,#f7f3ec)}.trajectory-copy{max-width:650px}.trajectory h2{font-size:clamp(50px,5vw,78px);margin:0 0 22px}.trajectory-copy p{font-size:17px;color:rgba(32,31,27,.68);margin:0 0 16px}.trajectory-chip{display:inline-flex;align-items:center;gap:12px;padding:12px 16px;border-radius:999px;background:#fff;box-shadow:0 14px 40px rgba(32,31,27,.08);margin-top:12px;font-size:12px}.trajectory-chip .stars{color:var(--orange);letter-spacing:.12em}.trajectory-mosaic{position:relative;height:690px}.trajectory-mosaic figure{position:absolute;margin:0;overflow:hidden;box-shadow:var(--shadow);background:#ddd}.trajectory-mosaic img{width:100%;height:100%;object-fit:cover}.mosaic-a{left:0;top:0;width:55%;height:65%;border-radius:220px 220px 26px 26px}.mosaic-b{right:0;bottom:0;width:64%;height:58%;border-radius:30px}.mosaic-label{position:absolute;left:33%;top:8%;z-index:4;max-width:235px;background:rgba(255,253,249,.85);backdrop-filter:blur(12px);padding:16px 18px;border-radius:22px;box-shadow:0 14px 40px rgba(32,31,27,.12)}.mosaic-label span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--olive2)}.mosaic-label strong{display:block;font-family:var(--serif);font-size:23px;font-weight:400;line-height:1.12;margin-top:5px}
.reviews{padding:clamp(88px,9vw,140px) clamp(24px,6vw,110px);background:linear-gradient(180deg,#efdcd0,#f5eee7)}.reviews-head{max-width:1440px;margin:auto;display:grid;grid-template-columns:1.16fr .84fr;gap:60px;align-items:end}.reviews h2{font-size:clamp(48px,5vw,76px);margin:0}.reviews-note{font-size:12px;color:rgba(32,31,27,.6);max-width:450px}.review-shell{max-width:1440px;margin:48px auto 0;overflow:hidden}.review-track{display:flex;transition:transform .6s var(--ease)}.review-card{min-width:100%;padding:clamp(34px,5vw,68px);min-height:360px;background:rgba(255,255,255,.73);border-radius:32px;box-shadow:0 18px 50px rgba(32,31,27,.08);display:flex;flex-direction:column}.review-top{display:flex;justify-content:space-between;font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:rgba(32,31,27,.5)}.review-card blockquote{font-family:var(--serif);font-size:clamp(28px,3.3vw,48px);line-height:1.12;margin:auto 0;max-width:1120px}.review-card footer{display:flex;justify-content:space-between;border-top:1px solid var(--border);padding-top:18px;font-size:11px}.review-card footer span{text-transform:uppercase;letter-spacing:.08em;color:rgba(32,31,27,.48)}.review-controls{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-top:18px}.review-controls button{width:44px;height:44px;border-radius:50%;border:1px solid var(--ink);background:transparent}.review-dots{display:flex;gap:7px}.review-dots span{width:5px;height:5px;border-radius:50%;background:rgba(32,31,27,.3)}.review-dots span.active{background:var(--ink);transform:scale(1.45)}
.contact{position:relative;padding:clamp(90px,10vw,150px) clamp(24px,6vw,110px);display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(50px,8vw,130px);background:#20291d;color:#fff}.contact:before{content:"";position:absolute;inset:0;background:url('img/hayah-contacto-naturaleza.png') center/cover no-repeat;opacity:.1;filter:saturate(.5)}.contact>*{position:relative;z-index:1}.contact-intro{max-width:590px}.contact-intro>img{width:215px;margin-bottom:48px}.contact h2{font-size:clamp(58px,6vw,92px);margin:0 0 26px}.contact-intro>p:not(.eyebrow){font-size:18px;color:rgba(255,255,255,.68);max-width:500px}.contact-languages{display:flex;gap:10px;margin-top:34px}.contact-languages span{border:1px solid rgba(255,255,255,.25);padding:8px 12px;font-size:10px;border-radius:999px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:24px 30px;align-content:start}.contact-form label{display:flex;flex-direction:column;gap:8px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.56)}.contact-form label:nth-child(3),.contact-form label:nth-child(5),.contact-form .form-split,.contact-form button,.contact-form .form-note{grid-column:1/-1}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;padding:10px 0 13px;outline:none;font-size:16px}.contact-form select option{color:var(--ink);background:#fff}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-bottom-color:#e5b98c}.form-split{display:grid;grid-template-columns:1fr 1fr;gap:30px}.btn-light{background:var(--cream);color:var(--ink);margin-top:8px;justify-content:space-between;padding:17px 23px}.btn-light:hover{background:var(--orange);color:#fff}.form-note{font-size:10px;color:rgba(255,255,255,.42);margin:0}
.site-footer{padding:40px clamp(24px,6vw,110px);display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center;background:var(--paper);font-size:11px;border-top:1px solid var(--border)}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:105px}.site-footer>p:nth-child(2){font-family:var(--serif);font-style:italic;text-align:center;color:var(--olive2)}.footer-links{display:flex;justify-content:flex-end;gap:20px}.copyright{grid-column:1/-1;margin:10px 0 0;padding-top:18px;border-top:1px solid var(--border);color:rgba(32,31,27,.42);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.floating-whatsapp{position:fixed;right:24px;bottom:24px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--olive);color:#fff;z-index:800;box-shadow:0 10px 30px rgba(32,31,27,.2);transition:.3s}.floating-whatsapp:hover{transform:translateY(-4px);background:var(--orange)}.floating-whatsapp span{font-size:11px;font-weight:700}.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.in-view{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}

/* Google-style historical reviews */
.google-reviews{background:linear-gradient(180deg,#f4eee6 0%,#fbf8f3 100%)}
.google-review-layout{max-width:1440px;margin:48px auto 0;display:grid;grid-template-columns:245px minmax(0,1fr);gap:34px;align-items:center}
.google-score{padding:28px 24px;text-align:center;border-radius:26px;background:rgba(255,255,255,.78);box-shadow:0 18px 48px rgba(32,31,27,.08);border:1px solid rgba(32,31,27,.07)}
.google-score>strong{display:block;font-size:16px;letter-spacing:.04em;margin-bottom:10px}
.score-stars{color:#fbbc04;font-size:30px;letter-spacing:2px;line-height:1}
.score-number{font-family:var(--serif);font-size:44px;line-height:1;margin-top:14px}.score-number span{font-family:var(--sans);font-size:13px;color:rgba(32,31,27,.48)}
.google-score p{font-size:11px;color:rgba(32,31,27,.56);margin:10px 0 15px}
.google-wordmark{font-family:Arial,sans-serif;font-size:29px;letter-spacing:-1.5px;font-weight:500;display:inline-flex}.g-blue{color:#4285f4}.g-red{color:#ea4335}.g-yellow{color:#fbbc05}.g-green{color:#34a853}
.google-cards-shell{position:relative;min-width:0;padding:4px 34px 28px}
.google-review-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 4px 16px;scroll-behavior:smooth}.google-review-track::-webkit-scrollbar{display:none}
.google-review-card{flex:0 0 calc((100% - 36px)/3);min-width:280px;scroll-snap-align:start;background:#fff;border-radius:18px;padding:20px 20px 18px;box-shadow:0 9px 28px rgba(32,31,27,.10);border:1px solid rgba(32,31,27,.07);display:flex;flex-direction:column;min-height:330px;transition:transform .28s var(--ease),box-shadow .28s var(--ease)}
.google-review-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(32,31,27,.13)}
.google-review-card header{display:grid;grid-template-columns:46px 1fr 26px;gap:11px;align-items:center}
.review-avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:600;font-size:19px}.avatar-purple{background:#673ab7}.avatar-blue{background:#1e88e5}.avatar-pink{background:#d81b60}.avatar-indigo{background:#5c6bc0}.avatar-orange{background:#fb8c00}.avatar-teal{background:#009688}
.reviewer{min-width:0}.reviewer strong{display:block;font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviewer span{display:block;margin-top:3px;font-size:10px;color:rgba(32,31,27,.48)}
.google-mini{font-family:Arial,sans-serif;font-size:22px;font-weight:700;text-align:right}
.review-rating{display:flex;align-items:center;gap:9px;margin:18px 0 14px}.review-rating>span{color:#fbbc04;font-size:18px;letter-spacing:1px}.review-rating small{font-size:10px;color:rgba(32,31,27,.44)}
.google-review-card>p{margin:0;font-size:13px;line-height:1.58;color:rgba(32,31,27,.80);display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}
.google-review-card footer{margin-top:auto;padding-top:18px;border-top:1px solid rgba(32,31,27,.08);font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--olive2)}
.google-arrow{position:absolute;z-index:4;top:46%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(32,31,27,.15);background:#fff;box-shadow:0 8px 24px rgba(32,31,27,.12);font-size:30px;line-height:1;color:var(--ink)}.google-prev{left:0}.google-next{right:0}.google-arrow:hover{background:var(--ink);color:#fff}
.google-review-dots{display:flex;justify-content:center;gap:7px;margin-top:4px}.google-review-dots span{width:6px;height:6px;border-radius:50%;background:rgba(32,31,27,.2);cursor:pointer;transition:.25s}.google-review-dots span.active{background:var(--ink);transform:scale(1.45)}
@media(max-width:1080px){.desktop-nav{display:none}.menu-toggle{display:block}.hero-content,.about,.brand-story-inner,.treatments-head,.trajectory,.reviews-head,.contact{grid-template-columns:1fr}.hero-floating{justify-content:flex-start}.hero-content{gap:28px}.brand-signature{margin-left:0}.treatment-card{grid-template-columns:1fr}.treatment-card-wide{grid-template-columns:1fr}.treatment-photo{min-height:330px}.trajectory-mosaic{height:620px}}
@media(max-width:820px){.site-header{height:66px;padding:0 18px}.site-header.scrolled{height:60px}.brand{min-width:0}.brand img{width:92px}.nav-cta{display:none}.hero-content{padding:100px 20px 40px}.hero h1{font-size:clamp(50px,13vw,76px)}.hero-slide img{object-position:center center;opacity:.92}.hero-overlay{background:linear-gradient(180deg,rgba(15,13,11,.35),rgba(15,13,11,.72) 58%,rgba(15,13,11,.82))}.hero-floating{display:none}.hero-dots{right:20px}.about,.brand-story-inner,.ritual-section,.treatments,.trajectory,.reviews,.contact{padding-left:22px;padding-right:22px}.about-photo{max-width:520px}.about-photo-caption{left:12px}.bio-full{grid-template-columns:1fr}.bio-full p:nth-child(n){grid-column:auto;grid-row:auto}.ritual-grid{grid-template-columns:1fr}.treatment-cards{grid-template-columns:1fr}.treatment-card-wide{grid-column:auto}.trajectory-mosaic{height:560px}.contact-form{grid-template-columns:1fr}.contact-form label,.contact-form label:nth-child(3),.contact-form label:nth-child(5),.contact-form .form-split,.contact-form button,.contact-form .form-note{grid-column:1}.form-split{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}.footer-links{justify-content:center}.copyright{grid-column:1}}
@media(max-width:520px){.lang{padding:5px 3px}.hero-kicker{margin-bottom:22px}.hero-wordmark{width:185px}.historic-tagline{margin-bottom:22px}.hero-lead{font-size:15px}.hero-actions{flex-direction:column;align-items:flex-start;gap:18px}.hero-meta{margin-top:30px}.about-photo>img{border-radius:130px 130px 22px 22px}.about h2{font-size:50px}.about-intro{font-size:26px}.about-facts{gap:8px}.about-facts strong{font-size:35px}.brand-story{min-height:auto}.brand-story-inner{min-height:auto;padding-top:80px;padding-bottom:80px}.story-copy blockquote{padding-left:18px}.treatment-card{min-height:0}.treatment-photo{min-height:280px}.treatment-copy{padding:22px}.trajectory-mosaic{height:500px}.mosaic-label{left:22%;max-width:210px}.review-card blockquote{font-size:33px}.review-card footer{flex-direction:column;gap:5px}.contact-intro>img{width:180px}.site-footer{padding-bottom:90px}.floating-whatsapp{right:16px;bottom:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.review-track,.hero-slide,.hero-slide img,.hero-dots i:after{animation:none;transition:none}.hero-slide.slide-1{opacity:1}.hero-slide:not(.slide-1){display:none}}


/* V4 corrections: preserve complete carousel images and clean About portrait */
section[id]{scroll-margin-top:88px}
.hero-slide{background:linear-gradient(90deg,#2a221c 0%,#302820 38%,#211c18 100%)}
.hero-slide:before{display:none !important;content:none !important;background:none !important}
.hero-slide:after{z-index:2;background:linear-gradient(90deg,rgba(22,18,15,.46) 0%,rgba(22,18,15,.18) 34%,rgba(22,18,15,.03) 64%,rgba(22,18,15,.08) 100%)}
.hero-slide img{
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  width:64%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  transform:scale(.965);
  filter:saturate(.94) contrast(.98);
  animation:slowZoomContained 24s infinite;
}
.slide-1 img{animation-delay:0s}.slide-2 img{animation-delay:8s}.slide-3 img{animation-delay:16s}
@keyframes slowZoomContained{
  0%,5%{transform:scale(.965)}
  30%{transform:scale(1.005)}
  34%,100%{transform:scale(1.01)}
}
.hero-overlay{background:linear-gradient(90deg,rgba(17,14,12,.82) 0%,rgba(17,14,12,.64) 35%,rgba(17,14,12,.20) 67%,rgba(17,14,12,.10) 100%)}

.about-photo:before{display:none !important;content:none !important}
.about-photo{max-width:560px;padding:0;background:transparent}
.about-photo>img{
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:24px !important;
  box-shadow:0 22px 58px rgba(32,31,27,.12);
}
.about-photo-caption{display:none !important}

@media(max-width:1080px){
  .hero-slide img{width:72%;right:-2%}
}
@media(max-width:820px){
  .hero-slide img{width:100%;right:0;object-fit:contain;object-position:center center;transform:scale(.99)}
  .hero-slide:after{background:linear-gradient(180deg,rgba(17,14,12,.10) 0%,rgba(17,14,12,.30) 38%,rgba(17,14,12,.78) 72%,rgba(17,14,12,.88) 100%)}
  .hero-overlay{background:linear-gradient(180deg,rgba(15,13,11,.06) 0%,rgba(15,13,11,.26) 44%,rgba(15,13,11,.80) 74%,rgba(15,13,11,.90) 100%)}
  .about-photo{max-width:520px}
  .about-photo>img{border-radius:20px !important}
}
@media(prefers-reduced-motion:reduce){
  .hero-slide img{animation:none !important;transform:none !important}
}

@media(max-width:1080px){.google-review-layout{grid-template-columns:1fr}.google-score{max-width:340px;margin:0 auto}.google-review-card{flex-basis:calc((100% - 18px)/2)}}
@media(max-width:700px){.google-review-layout{margin-top:34px;gap:24px}.google-score{width:100%;max-width:none;padding:22px}.google-cards-shell{padding:4px 28px 28px}.google-review-card{flex-basis:100%;min-width:calc(100% - 2px);min-height:315px;padding:19px}.google-arrow{width:38px;height:38px}.google-prev{left:0}.google-next{right:0}.reviews-note{max-width:none}.google-review-card>p{-webkit-line-clamp:8}}

/* V6: imágenes finales, productos de peeling y contacto actualizado */
.contact-email{display:inline-flex;flex-direction:column;gap:5px;max-width:100%;margin-top:24px;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.34)}
.contact-email span{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.54)}
.contact-email strong{font-size:14px;font-weight:500;overflow-wrap:anywhere}
.footer-links{flex-wrap:wrap}.footer-links a:last-child{overflow-wrap:anywhere}

@media(max-width:1080px){
  .peeling-products{grid-template-columns:1fr;padding:44px}
  .peeling-products-copy{max-width:680px}
  .peeling-products-gallery{min-height:560px}
}
@media(max-width:820px){
  .peeling-products{padding:28px;border-radius:26px}
  .peeling-products-gallery{min-height:500px}
  .product-boxes{width:82%;height:70%}
  .product-bottles{width:52%;height:66%}
}
@media(max-width:520px){
  .peeling-products{padding:22px}
  .peeling-products-gallery{display:grid;grid-template-columns:1fr;gap:14px;min-height:0}
  .product-photo{position:relative;inset:auto;width:100%;height:auto;border-radius:20px;border-width:1px}
  .product-photo img{height:auto;object-fit:contain}
  .product-bottles{width:78%;margin:-34px 0 0 auto;border:5px solid rgba(248,244,236,.95);border-radius:120px 120px 20px 20px}
  .site-footer{padding-bottom:90px}
}
