:root{--jireh-nav-h: 66px;--jireh-footer-h: 560px}@media(min-width: 768px){:root{--jireh-footer-h: 360px}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:#f5f0e8;color:#1d3452;font-family:"Roboto",system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.75;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:"Playfair Display","Georgia",serif;color:#1d3452;line-height:1.25}p{margin:0 0 1rem}a{color:inherit;text-decoration:none;transition:color .2s ease}img,svg,video{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}.contenedor{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}@media(min-width: 576px){.contenedor{max-width:540px}}@media(min-width: 768px){.contenedor{max-width:720px}}@media(min-width: 992px){.contenedor{max-width:960px}}@media(min-width: 1200px){.contenedor{max-width:1140px}}@media(min-width: 1400px){.contenedor{max-width:1320px}}.contenedor--fluid{max-width:none !important}.jireh-nav{padding:10px 0;background:rgba(245,240,232,.85);backdrop-filter:blur(8px);border-bottom:1px solid rgba(196,146,42,.18)}.jireh-nav__inner{display:flex;align-items:center;justify-content:flex-start;gap:1.5rem}.jireh-nav__logo{flex-shrink:0}.jireh-nav__logo a{text-decoration:none;line-height:0}.jireh-nav__logo img,.jireh-nav__logo .custom-logo{width:110px;height:auto;display:block}.jireh-nav__logo-text{display:inline-flex;flex-direction:column;align-items:center;line-height:1}.jireh-nav__logo-editorial{font-family:"Playfair Display","Georgia",serif;font-size:.55rem;font-weight:400;letter-spacing:.5em;color:#c4922a;text-transform:uppercase;margin-bottom:.2rem}.jireh-nav__logo-name{font-family:"Playfair Display","Georgia",serif;font-size:1.6rem;font-weight:700;color:#1d3452}.jireh-nav__list{display:none;list-style:none;margin:0;padding:0;align-items:center;gap:2rem}@media(min-width: 768px){.jireh-nav__list{display:flex;margin-left:auto}}.jireh-nav__list li{position:relative}.jireh-nav__list a{font-family:"Roboto",system-ui,-apple-system,sans-serif;font-size:.9rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#1d3452;text-decoration:none;padding:.5rem 0;display:inline-block;transition:color .2s ease;position:relative}.jireh-nav__list a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:#c4922a;transition:width .25s ease}.jireh-nav__list a:hover,.jireh-nav__list a:focus{color:#c4922a}.jireh-nav__list a:hover::after,.jireh-nav__list a:focus::after{width:100%}.jireh-nav__list li.active>a{color:#c4922a}.jireh-nav__list li.active>a::after{width:100%}.jireh-nav__list .sub-menu{position:absolute;top:calc(100% + .5rem);left:50%;transform:translateX(-50%) translateY(8px);min-width:200px;list-style:none;margin:0;padding:.6rem 0;background:#fff;border:1px solid rgba(196,146,42,.18);border-radius:2px;box-shadow:0 8px 24px rgba(13,27,42,.08);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:50}.jireh-nav__list .sub-menu li{width:100%}.jireh-nav__list .sub-menu a{display:block;padding:.6rem 1.2rem;text-transform:none;letter-spacing:.02em;font-size:.875rem}.jireh-nav__list .sub-menu a::after{display:none}.jireh-nav__list .sub-menu a:hover{background:rgba(245,240,232,.6)}.jireh-nav__list .menu-item-has-children:hover>.sub-menu,.jireh-nav__list .menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.jireh-nav__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0;margin-left:auto}@media(min-width: 768px){.jireh-nav__actions{margin-left:0}}.jireh-nav__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#1d3452;border-radius:50%;transition:color .2s ease,background-color .2s ease}.jireh-nav__cart:hover{color:#c4922a;background:rgba(196,146,42,.08)}.jireh-nav__cart svg{width:22px;height:22px}.jireh-nav__cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;background:#c4922a;color:#fff;font-family:"Roboto",system-ui,-apple-system,sans-serif;font-size:.7rem;font-weight:500;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.jireh-nav__hamburger{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:rgba(0,0,0,0);border:none;cursor:pointer;color:#1d3452}@media(min-width: 768px){.jireh-nav__hamburger{display:none}}.jireh-nav__hamburger .jireh-nav__hamburger-open,.jireh-nav__hamburger .jireh-nav__hamburger-close{display:inline-flex;align-items:center;justify-content:center;transition:opacity .15s ease}.jireh-nav__hamburger .jireh-nav__hamburger-close{display:none}.jireh-nav__hamburger.is-open .jireh-nav__hamburger-open{display:none}.jireh-nav__hamburger.is-open .jireh-nav__hamburger-close{display:inline-flex}.jireh-mobile-menu{position:fixed;top:0;right:0;bottom:0;width:min(85vw,360px);padding:5rem 1.5rem 2rem;background:#f5f0e8;box-shadow:-4px 0 30px rgba(13,27,42,.12);transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;z-index:200}.jireh-mobile-menu.is-open{transform:translateX(0)}@media(min-width: 768px){.jireh-mobile-menu{display:none}}.jireh-mobile-menu__close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;font-size:2rem;line-height:1;color:#1d3452;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:color .2s}.jireh-mobile-menu__close:hover{color:#c4922a}.jireh-mobile-menu__list{list-style:none;margin:0;padding:0}.jireh-mobile-menu__list li{display:block}.jireh-mobile-menu__list a{display:block;padding:.85rem 0;font-family:"Playfair Display","Georgia",serif;font-size:1.1rem;color:#1d3452;text-decoration:none;border-bottom:1px solid rgba(29,52,82,.08);transition:color .2s}.jireh-mobile-menu__list a:hover{color:#c4922a}.jireh-mobile-menu__list li.active>a{color:#c4922a}.jireh-mobile-menu__list .sub-menu{list-style:none;margin:0 0 .5rem;padding-left:1rem}.jireh-mobile-menu__list .sub-menu a{font-family:"Roboto",system-ui,-apple-system,sans-serif;font-size:.9rem;padding:.5rem 0;border-bottom:none}.jireh-mobile-overlay{position:fixed;inset:0;background:rgba(13,27,42,.5);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;z-index:150}.jireh-mobile-overlay.is-open{opacity:1;visibility:visible}@media(min-width: 768px){.jireh-mobile-overlay{display:none}}body.jireh-menu-open{overflow:hidden}.jireh-footer{background:#0d1b2a;color:hsla(0,0%,100%,.75);padding:4rem 0 1.5rem;margin-top:2rem;font-family:"Roboto",system-ui,-apple-system,sans-serif;font-size:.9rem;line-height:1.7;position:relative}.jireh-footer::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, transparent, #c4922a 30%, #c4922a 70%, transparent);opacity:.5}.jireh-footer__top{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width: 768px){.jireh-footer__top{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;align-items:start}}.jireh-footer__brand{max-width:320px}.jireh-footer__logo{margin-bottom:1rem}.jireh-footer__logo a,.jireh-footer__logo img,.jireh-footer__logo .custom-logo{display:inline-block;line-height:0;text-decoration:none}.jireh-footer__logo img,.jireh-footer__logo .custom-logo{width:140px;height:auto;filter:brightness(0) invert(1);opacity:.9}.jireh-footer__logo-text{display:inline-flex;flex-direction:column;line-height:1}.jireh-footer__logo-editorial{font-family:"Playfair Display","Georgia",serif;font-size:.65rem;letter-spacing:.5em;color:#c4922a;text-transform:uppercase;margin-bottom:.3rem}.jireh-footer__logo-name{font-family:"Playfair Display","Georgia",serif;font-size:1.8rem;font-weight:700;color:#fff}.jireh-footer__tagline{color:hsla(0,0%,100%,.6);font-size:.9rem;margin:0}.jireh-footer__col-title{font-family:"Playfair Display","Georgia",serif;font-size:1rem;font-weight:700;color:#fff;margin-bottom:1.2rem;letter-spacing:.04em;position:relative;padding-bottom:.6rem}.jireh-footer__col-title::after{content:"";position:absolute;bottom:0;left:0;width:30px;height:1px;background:#c4922a}.jireh-footer__list{list-style:none;margin:0;padding:0}.jireh-footer__list li{margin-bottom:.55rem}.jireh-footer__list a{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.88rem;transition:color .2s ease,padding-left .2s ease}.jireh-footer__list a:hover,.jireh-footer__list a:focus{color:#c4922a;padding-left:4px}.jireh-footer__list--plain li{color:hsla(0,0%,100%,.7);font-size:.88rem}.jireh-footer__social{display:flex;gap:.6rem;margin-top:1.2rem}.jireh-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);transition:color .2s ease,background-color .2s ease,border-color .2s ease}.jireh-footer__social-link:hover,.jireh-footer__social-link:focus{color:#0d1b2a;background:#c4922a;border-color:#c4922a}.jireh-footer__social-link svg{width:18px;height:18px}.jireh-footer__divider{display:flex;align-items:center;justify-content:center;gap:.9rem;margin:0 auto 1.5rem}.jireh-footer__divider span{display:block;height:1px;flex:1;max-width:200px;background:linear-gradient(90deg, transparent, rgba(196, 146, 42, 0.5), transparent)}.jireh-footer__divider i{display:block;width:4px;height:4px;background:#c4922a;border-radius:50%;flex-shrink:0}.jireh-footer__bottom{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center;font-size:.8rem;color:hsla(0,0%,100%,.5)}@media(min-width: 768px){.jireh-footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.jireh-footer__bottom p{margin:0}.jireh-footer__bottom a{color:hsla(0,0%,100%,.7)}.jireh-footer__bottom a:hover{color:#c4922a}

/* Enlace de contacto en el footer */
.jireh-footer__list .jireh-footer__contact-cta{display:inline-flex;align-items:center;gap:.35rem;color:#c4922a;font-weight:500}
.jireh-footer__list .jireh-footer__contact-cta:hover{color:#e8b84b}
.jireh-footer__list .jireh-footer__contact-cta span{transition:transform .18s ease}
.jireh-footer__list .jireh-footer__contact-cta:hover span{transform:translateX(3px)}
