:root{--bg:#F7F2E9;--ink:#2A2520;--navy:#0E1C41;--teal:#55B4B7;--camel:#9C7A4E;--acc:#26617E;--mostaza:#EDC86D;--line:#E4DAC6;--line-soft:#ECE3D2;--line-input:#D8CDB8;--panel:#FCFAF5;--cardbg:#EDE6D8;--muted:#6F665B;--muted2:#8A8175;--muted3:#A39A8B;--muted4:#B0A691;--serif:"Newsreader",Georgia,serif;--sans:"Hanken Grotesk",system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;background:var(--bg)}body{font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}[hidden]{display:none!important}::selection{background:var(--teal);color:#fff}input{font-family:inherit}input::placeholder{color:#a99f8c;letter-spacing:.05em}.mh-shell{min-height:100vh;background:var(--bg);color:var(--ink);display:flex;flex-direction:column}.mh-wrap{max-width:1320px;margin:0 auto;padding-left:28px;padding-right:28px;width:100%}@keyframes mhfade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.mh-fade{animation:mhfade .4s ease both}@media(prefers-reduced-motion:reduce){.mh-fade{animation:none}}.mh-header{position:sticky;top:0;z-index:50;background:#f7f2e9f0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line);transition:box-shadow .45s ease}.mh-header.is-scrolled{box-shadow:0 12px 30px -20px #2a252052}.mh-header__in{height:110px;display:flex;align-items:center;gap:24px}.mh-logo{flex:0 0 auto;display:flex;align-items:center}.mh-logo img{height:78px;width:auto}.mh-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:24px}.mh-nav a{font-size:13.5px;letter-spacing:.01em;color:var(--muted);text-decoration:none;padding-bottom:3px;border-bottom:1px solid transparent;white-space:nowrap;transition:color .3s,border-color .3s}.mh-nav a:hover{color:var(--navy)}.mh-nav a.is-active{color:var(--navy);border-bottom-color:var(--acc)}.mh-nav .is-disabled{font-size:13.5px;letter-spacing:.01em;color:#a99f8c;cursor:default;padding-bottom:3px;white-space:nowrap}.mh-menu .is-disabled{display:block;padding:14px 28px;font-size:16px;color:#a99f8c;cursor:default;border-bottom:1px solid var(--line-soft)}.mh-footer__links .is-disabled{color:#6f665b;cursor:default}.mh-search{display:flex;align-items:center;gap:11px}.mh-search input{flex:1;min-width:0;border:0;border-bottom:1px solid var(--line-input);outline:0;background:transparent;padding:8px 0;font-size:14px;letter-spacing:.02em;color:var(--ink);transition:border-color .35s ease}.mh-search input:focus{border-bottom-color:var(--acc)}.mh-burger{display:none;flex:0 0 auto;margin-left:auto;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:0;cursor:pointer;padding:10px}.mh-burger span{display:block;width:100%;height:2px;background:var(--navy);border-radius:2px;transition:transform .3s ease,opacity .2s ease}.mh-header.menu-open .mh-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mh-header.menu-open .mh-burger span:nth-child(2){opacity:0}.mh-header.menu-open .mh-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mh-menu{border-top:1px solid var(--line-soft);padding:6px 0 12px;background:var(--bg)}.mh-menu a{display:block;padding:14px 28px;font-size:16px;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line-soft)}.mh-menu a:last-child{border-bottom:0}.mh-menu a.is-active{color:var(--navy);font-weight:600}@media(min-width:900px){.mh-burger,.mh-menu{display:none!important}}@media(max-width:899px){.mh-nav{display:none}.mh-burger{display:flex}.mh-header__in{height:84px}.mh-logo img{height:54px}}.mh-intro{padding-top:54px;padding-bottom:30px}.mh-eyebrow{font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:var(--camel);font-weight:600}.mh-h1{font-family:var(--serif);font-weight:400;font-size:clamp(38px,6vw,54px);line-height:1.02;letter-spacing:-.02em;color:var(--navy);margin:16px 0 0}.mh-subline{font-family:var(--serif);font-weight:300;font-size:clamp(17px,2.4vw,20px);line-height:1.5;color:var(--muted);max-width:640px;margin:14px 0 0}.mh-toolbar{display:flex;align-items:center;gap:14px 18px;flex-wrap:wrap;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.mh-search--toolbar{flex:1 1 240px;min-width:190px;max-width:340px}.mh-count{font-size:13.5px;color:var(--muted);letter-spacing:.02em;white-space:nowrap}.mh-toolbar__right{display:flex;align-items:center;gap:16px;margin-left:auto}.mh-btn-filtros{display:none;align-items:center;gap:8px;background:var(--acc);border:1px solid var(--acc);color:#fff;font-size:13.5px;padding:10px 18px;border-radius:4px;cursor:pointer;font-weight:500}.mh-btn-filtros .badge{background:#fff;color:var(--acc);font-size:11px;border-radius:20px;padding:1px 7px;font-weight:700}@media(max-width:560px){.mh-search--toolbar{flex-basis:100%;max-width:none;order:-1}.mh-toolbar__right{width:100%;margin-left:0;justify-content:space-between;gap:12px}}.mh-order{position:relative}.mh-order__btn{display:inline-flex;align-items:baseline;gap:10px;background:transparent;border:0;cursor:pointer;padding:7px 0;color:var(--ink)}.mh-order__btn .lbl{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--camel)}.mh-order__btn .val{font-size:15px;color:var(--navy);font-family:var(--serif)}.mh-order__btn svg{flex:0 0 auto;align-self:center;transition:transform .3s ease}.mh-order.is-open .mh-order__btn svg{transform:rotate(180deg)}.mh-order__menu{display:none;position:absolute;right:0;top:calc(100% + 10px);z-index:40;min-width:228px;background:var(--panel);border:1px solid var(--line);border-radius:6px;box-shadow:0 22px 50px -22px #2a252066;overflow:hidden;animation:mhfade .22s ease both}.mh-order.is-open .mh-order__menu{display:block}.mh-order__menu button{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;text-align:left;background:transparent;border:0;border-bottom:1px solid #F0E8D8;cursor:pointer;padding:13px 16px;font-size:13.5px;color:var(--ink)}.mh-order__menu button:hover{background:#f2eadb}.mh-order__menu button.is-active{background:#f4ecdc;color:var(--navy)}.mh-order__menu button .ck{color:var(--acc);font-size:13px}.mh-chips{display:flex;flex-wrap:wrap;align-items:center;gap:9px;padding:16px 0 2px}.mh-chips__label{font-size:12px;color:var(--camel);letter-spacing:.04em;margin-right:2px}.mh-chip{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #E0D6C0;color:var(--ink);font-size:12.5px;padding:6px 11px;border-radius:20px;cursor:pointer}.mh-chip span{color:#a39a8b;font-size:13px;line-height:1}.mh-clear-all{font-size:12.5px;color:var(--camel);cursor:pointer;margin-left:4px;border-bottom:1px solid var(--line-input);background:none;border-top:0;border-left:0;border-right:0;padding:0 0 1px}.mh-layout{padding-top:28px;padding-bottom:80px;display:flex;gap:40px;align-items:flex-start}.mh-sidebar{flex:0 0 232px;position:sticky;top:130px}.mh-sidebar__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:4px}.mh-sidebar__head .ttl{font-family:var(--serif);font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--navy)}.mh-sidebar__head .clr{font-size:12.5px;color:var(--camel);cursor:pointer;text-decoration:none;border-bottom:1px solid var(--line-input);background:none;border-top:0;border-left:0;border-right:0;padding:0 0 1px}.mh-facet{padding:18px 0 4px;border-top:1px solid var(--line);margin-top:14px}.mh-facet__ttl{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--camel);font-weight:600;margin-bottom:6px}.mh-opt{display:flex;align-items:center;gap:11px;cursor:pointer;padding:7px 9px;margin:0 -9px;border-radius:5px;transition:background .25s ease}.mh-opt:hover{background:var(--panel)}.mh-opt__box{position:relative;flex:0 0 auto;width:18px;height:18px;border:1px solid #C9BEA6;border-radius:3px;background:var(--panel)}.mh-opt.is-active .mh-opt__box{background:var(--acc);border-color:var(--acc)}.mh-opt__box:after{content:"✓";position:absolute;inset:0;color:#fff;font-size:12px;line-height:18px;text-align:center;opacity:0}.mh-opt.is-active .mh-opt__box:after{opacity:1}.mh-opt__label{flex:1;font-size:13.5px;color:var(--ink)}.mh-opt__count{font-size:12px;color:var(--muted4);font-variant-numeric:tabular-nums}.mh-results{flex:1;min-width:0}.mh-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:38px 26px}.mh-card{display:block;cursor:pointer;text-decoration:none;color:inherit}.mh-card.is-hidden{display:none}.mh-card__img{aspect-ratio:1/1;background:var(--cardbg);overflow:hidden;border-radius:3px;transition:transform .5s cubic-bezier(.2,.7,.2,1),box-shadow .5s ease}.mh-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.2,.7,.2,1)}.mh-card:hover .mh-card__img{transform:translateY(-10px);box-shadow:0 32px 54px -24px #2a25208c}.mh-card:hover .mh-card__img img{transform:scale(1.1)}.mh-card__body{padding:15px 2px 0}.mh-card__eyebrow{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--camel);font-weight:600}.mh-card__name{font-family:var(--serif);font-size:21px;line-height:1.15;color:var(--navy);margin:8px 0 0;letter-spacing:-.01em}.mh-price{display:flex;align-items:baseline;gap:9px;margin-top:9px}.mh-price .lista{font-size:13.5px;color:var(--muted3);text-decoration:line-through}.mh-price .esp{font-size:16px;font-weight:600;color:var(--ink)}.mh-price .cur{font-size:11px;color:var(--muted2)}.mh-empty{text-align:center;padding:80px 20px;border:1px solid var(--line);border-radius:4px;background:var(--panel)}.mh-empty h3{font-family:var(--serif);font-weight:400;font-size:30px;color:var(--navy);margin:0 0 10px}.mh-empty p{font-size:15px;color:var(--muted);max-width:420px;margin:0 auto 22px;line-height:1.55}.mh-empty button{background:var(--acc);color:#fff;border:0;font-size:14px;padding:12px 22px;border-radius:3px;cursor:pointer}.is-empty .mh-grid,.mh-empty{display:none}.is-empty .mh-empty{display:block}@media(max-width:979px){.mh-sidebar{display:none}.mh-btn-filtros{display:inline-flex}}@media(min-width:640px){.mh-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1240px){.mh-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.mh-ficha{max-width:1180px;margin:0 auto;padding:30px 28px 90px}.mh-back{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);text-decoration:none;margin-bottom:26px}.mh-back span{font-size:15px}.mh-back:hover{color:var(--navy)}.mh-ficha-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:54px;align-items:start}.mh-gallery{background:var(--cardbg);border-radius:4px;padding:30px}.mh-gallery__frame{aspect-ratio:1/1;overflow:hidden;border-radius:2px}.mh-gallery__frame img{width:100%;height:100%;object-fit:cover;display:block}.mh-gallery-meta{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:0 4px;gap:14px}.mh-gallery-meta span{font-size:11.5px;color:var(--muted3);letter-spacing:.04em}.mh-ficha-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--camel);font-weight:600}.mh-ficha-name{font-family:var(--serif);font-weight:400;font-size:clamp(32px,5vw,42px);line-height:1.05;letter-spacing:-.02em;color:var(--navy);margin:12px 0 0}.mh-ficha-price{display:flex;align-items:baseline;gap:14px;margin:22px 0 0}.mh-ficha-price .lista{font-size:18px;color:var(--muted3);text-decoration:line-through}.mh-ficha-price .esp{font-size:30px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.mh-ficha-price .cur{font-size:13px;color:var(--muted2)}.mh-badge{display:inline-flex;align-items:center;gap:7px;margin-top:12px;font-size:12px;font-weight:600;letter-spacing:.03em;color:#7a5c2e;background:var(--mostaza);padding:4px 11px;border-radius:3px}.mh-personaliza{font-size:14.5px;color:var(--muted);line-height:1.6;margin:24px 0 0;padding-top:22px;border-top:1px solid var(--line)}.mh-tallas-ttl{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--camel);font-weight:600;margin-bottom:10px}.mh-tallas{display:flex;flex-wrap:wrap;gap:9px}.mh-talla{font-size:13.5px;padding:9px 16px;border-radius:3px;cursor:pointer;background:var(--panel);color:var(--ink);border:1px solid var(--line-input)}.mh-talla.is-active{background:var(--navy);color:#fff;border-color:var(--navy)}.mh-talla-nota{font-size:12.5px;color:var(--muted2);margin:11px 0 0;line-height:1.5}.mh-specs{margin-top:26px;border-top:1px solid var(--line)}.mh-spec{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid var(--line-soft)}.mh-spec .k{font-size:13px;color:var(--muted2)}.mh-spec .v{font-size:13.5px;color:var(--ink);font-weight:500;text-align:right;max-width:60%}.mh-cta{display:flex;align-items:center;justify-content:center;gap:11px;margin-top:26px;background:var(--acc);color:#fff;padding:17px 26px;border-radius:4px;font-size:15.5px;font-weight:600;text-decoration:none;letter-spacing:.01em;transition:filter .25s}.mh-cta:hover{filter:brightness(1.08)}.mh-cta-nota{font-size:12.5px;color:var(--muted2);text-align:center;margin:11px 0 0}.mh-ficha-editorial{margin-top:60px;padding-top:46px;border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr);gap:54px;align-items:start}.mh-editorial-ttl{font-family:var(--serif);font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:var(--camel);margin-bottom:16px}.mh-editorial-desc{font-family:var(--serif);font-weight:300;font-size:22px;line-height:1.55;color:var(--ink);margin:0;letter-spacing:-.005em}.mh-diff{display:flex;gap:15px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--line-soft)}.mh-diff:last-child{border-bottom:0}.mh-diff svg{flex:0 0 auto;margin-top:2px}.mh-diff .t{font-size:14px;font-weight:600;color:var(--navy)}.mh-diff .d{font-size:13px;color:var(--muted);margin-top:4px;line-height:1.5}.mh-rel{margin-top:64px}.mh-rel__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:24px;gap:16px}.mh-rel__head h2{font-family:var(--serif);font-weight:400;font-size:28px;color:var(--navy);margin:0;letter-spacing:-.01em}.mh-rel__head a{font-size:13px;color:var(--acc);text-decoration:none;border-bottom:1px solid #bcd2dd;white-space:nowrap}.mh-rel-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:32px 26px}@media(min-width:520px){.mh-rel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:760px){.mh-rel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:860px){.mh-ficha-grid,.mh-ficha-editorial{grid-template-columns:1.05fr .95fr}}.mh-footer{background:#2a2520;color:#d8d2c6;margin-top:auto}.mh-footer__grid{padding-top:64px;padding-bottom:30px;display:grid;grid-template-columns:minmax(0,1fr);gap:44px}.mh-footer img{height:104px;width:auto;margin-bottom:22px}.mh-footer .lema{font-family:var(--serif);font-style:italic;font-size:19px;color:#fcfaf5;margin:0 0 10px}.mh-footer .desc{font-size:13px;line-height:1.6;color:#a7a091;margin:0;max-width:280px}.mh-footer h4{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);font-weight:600;margin:0 0 16px}.mh-footer__links{display:flex;flex-direction:column;gap:11px;font-size:13.5px}.mh-footer__links a{color:#d2cbbe;text-decoration:none}.mh-footer__links a:hover{color:var(--teal)}.mh-footer .contacto{font-size:13.5px;line-height:2.05;color:#d2cbbe}.mh-footer .social{margin-top:18px;display:flex;gap:16px;font-size:13px}.mh-footer .social a{color:var(--teal);text-decoration:none}.mh-footer .dir{font-size:13.5px;line-height:1.7;color:#d2cbbe}.mh-footer .dir .mut{color:#a7a091}.mh-footer__bar{border-top:1px solid rgba(255,255,255,.1)}.mh-footer__bar-in{padding-top:18px;padding-bottom:18px;display:flex;flex-wrap:wrap;gap:10px 22px;justify-content:space-between;align-items:center;font-size:12px;color:#8f8676}.mh-footer__bar-in a{color:#8f8676;text-decoration:none}.mh-footer__bar-in a:hover{color:#d2cbbe}.mh-footer__legal{display:flex;flex-wrap:wrap;gap:18px}.mh-credito{display:inline-flex;align-items:center;gap:8px;color:#8f8676;text-decoration:none;font-size:12px}.mh-credito:hover{color:#d2cbbe}.mh-credito svg{width:22px;height:auto;flex:0 0 auto}.mh-credito strong{color:#eeeae0;font-weight:600}@media(max-width:620px){.mh-footer__bar-in{flex-direction:column;align-items:flex-start;gap:16px}.mh-footer__bar-in>span{order:1}.mh-footer__legal{order:2}.mh-credito{order:3}}@media(min-width:620px){.mh-footer__grid{grid-template-columns:1fr 1fr}}@media(min-width:980px){.mh-footer__grid{grid-template-columns:1.7fr .9fr 1.1fr 1.2fr}}.mh-fab{position:fixed;right:20px;bottom:20px;z-index:60;width:54px;height:54px;border-radius:50%;background:var(--navy);display:none;align-items:center;justify-content:center;box-shadow:0 10px 28px -8px #0e1c4199;text-decoration:none;transition:filter .25s}.mh-fab:hover{filter:brightness(1.15)}@media(max-width:899px){.mh-fab{display:flex}}.mh-sheet-overlay{position:fixed;inset:0;z-index:70;background:#14100c66;backdrop-filter:blur(2px);display:none}.mh-sheet{position:fixed;left:0;right:0;bottom:0;z-index:71;background:var(--bg);border-radius:16px 16px 0 0;max-height:84vh;overflow-y:auto;padding:8px 22px 22px;box-shadow:0 -12px 40px -12px #0000004d;transform:translateY(100%);transition:transform .3s cubic-bezier(.2,.7,.2,1)}body.sheet-open .mh-sheet-overlay{display:block}body.sheet-open .mh-sheet{transform:translateY(0)}.mh-sheet__head{position:sticky;top:0;background:var(--bg);padding:12px 0 6px;display:flex;align-items:center;justify-content:space-between}.mh-sheet__head span{font-family:var(--serif);font-size:22px;color:var(--navy)}.mh-sheet__close{background:none;border:0;font-size:22px;color:var(--muted);cursor:pointer;line-height:1}.mh-sheet__cta{position:sticky;bottom:0;width:100%;margin-top:18px;background:var(--acc);color:#fff;border:0;font-size:15px;padding:15px;border-radius:4px;cursor:pointer}.mh-sheet .mh-opt__label{font-size:14.5px}.mh-sheet .mh-opt__box{width:20px;height:20px}.mh-sheet .mh-opt__box:after{line-height:20px;font-size:13px}
