body{color:#222;box-sizing:border-box;background-color:#faf9f6;margin:0;padding:0;font-family:Lora,Times New Roman,serif}a{color:inherit;text-decoration:none}.progressive-image{aspect-ratio:var(--progressive-image-ratio);background:#241f18;display:block;position:relative;overflow:hidden}.progressive-image__placeholder,.progressive-image__full{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.progressive-image__placeholder{filter:blur(18px);opacity:1;transition:opacity .18s ease-out;transform:scale(1.08)}.progressive-image__full{opacity:0;transition:opacity .22s ease-out,transform .42s ease-out;transform:scale(1.03)}.progressive-image[data-loaded=true] .progressive-image__full{opacity:1;transform:scale(1)}.progressive-image[data-loaded=true] .progressive-image__placeholder{opacity:0}.progressive-image[data-error=true] .progressive-image__full{opacity:1}@media (prefers-reduced-motion:reduce){.progressive-image__placeholder,.progressive-image__full{transition:none;transform:none}}#main-header{z-index:1000;background-color:#0f0f0ffa;width:100%;position:sticky;top:0}.header{background-color:#0f0f0ffa;width:100%;font-family:Playfair Display,serif;box-shadow:0 2px 10px #0003}.header__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.header__brand{color:#fff;align-items:center;padding-bottom:10px;text-decoration:none;transition:opacity .3s;display:flex;position:relative}.header__brand:after{content:"";background-color:#d4af37;width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.header__brand:hover:after{width:100%}.header__logo{width:auto;height:40px;margin-right:1rem}.header__name{letter-spacing:2px;color:#d4af37;text-transform:uppercase;font-size:1.5rem;font-weight:300}.header__nav{align-items:center;display:flex}.header__nav-list{margin:0;padding:0;list-style:none;display:flex}.header__nav-item{margin-left:2rem;position:relative}.header__nav-link{color:#fff;letter-spacing:1px;text-transform:uppercase;padding:.5rem 0;font-size:.95rem;text-decoration:none;transition:color .3s;position:relative}.header__nav-link:hover{color:#d4af37}.header__nav-link:after{content:"";background-color:#d4af37;width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.header__nav-link:hover:after{width:100%}.header__cart{position:relative}.header__cart-icon{fill:none;stroke:#fff;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s}.header__cart-count{color:#000;background-color:#d4af37;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.header__nav-link:hover .header__cart-icon{stroke:#d4af37}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;padding:0;display:none}.header__burger-bar{background-color:#fff;width:100%;height:2px;transition:all .3s}.header__mobile-menu{opacity:0;visibility:hidden;z-index:999;background-color:#0f0f0ffa;width:100%;padding:1rem 0;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 5px 10px #0003}.header__mobile-menu[hidden]{visibility:hidden;display:block}.header__mobile-nav-list{margin:0;padding:0;list-style:none}.header__mobile-nav-item{margin:0;padding:0}.header__mobile-nav-link{color:#fff;letter-spacing:1px;text-transform:uppercase;padding:1rem 2rem;font-size:1rem;text-decoration:none;transition:background-color .3s;display:block}.header__mobile-nav-link:hover{color:#d4af37;background-color:#d4af371a}@media screen and (width<=768px){.header__nav-list{display:none}.header__burger{display:flex}.header__burger.active .header__burger-bar:first-child{transform:translateY(9px)rotate(45deg)}.header__burger.active .header__burger-bar:nth-child(2){opacity:0}.header__burger.active .header__burger-bar:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.header__mobile-menu.active{opacity:1;visibility:visible;transform:translateY(0)}}@media screen and (width<=480px){.header__container{padding:.8rem 1rem}.header__name{font-size:1.2rem}.header__logo{height:30px}}.footer{color:#fff;background-color:#0f0f0ffa;padding:3rem 0 1.5rem;font-family:Playfair Display,serif}.footer__container{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid}.footer__brand{color:#fff;align-items:center;padding-bottom:10px;text-decoration:none;transition:opacity .3s;display:flex;position:relative}.footer__brand-logo{width:auto;height:40px;margin-right:1rem}.footer__brand-name{letter-spacing:2px;color:#d4af37;text-transform:uppercase;font-size:1.5rem;font-weight:300}.footer__contact{flex-direction:column;display:flex}.footer__contact-title{color:#d4af37;letter-spacing:1px;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.footer__contact-address{color:#ccc;margin-bottom:1.5rem;font-size:.9rem;font-style:normal;line-height:1.6}.footer__social{gap:1rem;display:flex}.footer__social-link{border:1px solid #d4af374d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer__social-link:hover{background-color:#d4af371a;border-color:#d4af37}.footer__social-link svg{transition:transform .3s}.footer__social-link:hover svg{transform:scale(1.1)}.footer__locations{flex-direction:column;display:flex}.footer__locations-list{color:#ccc;margin:0;padding:0;font-size:.9rem;font-style:normal;line-height:1.8;list-style:none}.footer__bottom{text-align:center;border-top:1px solid #ffffff1a;max-width:1400px;margin:2rem auto 0;padding:1.5rem 2rem 0}.footer__copyright{color:#888;font-size:.85rem}@media screen and (width<=768px){.footer{padding:1.5rem 0 .5rem}.footer__container{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.footer__brand{justify-content:center;margin-bottom:1rem}.footer__brand-logo{height:32px;margin-right:.5rem}.footer__brand-name{font-size:1.1rem}.footer__contact,.footer__locations{text-align:center;align-items:center}.footer__contact-title{font-size:1.05rem}.footer__contact-address,.footer__locations-list{margin-bottom:1rem;font-size:.92rem}.footer__social{justify-content:center;gap:.6rem;margin-bottom:.5rem}.footer__social-link{width:36px;height:36px}.footer__bottom{padding:1rem 1rem 0;font-size:.93rem}}@media screen and (width<=480px){.footer__container{gap:1rem;padding:0 .5rem}.footer__brand{flex-direction:column;align-items:center;margin-bottom:.5rem;padding-bottom:0}.footer__brand-logo{height:28px;margin-bottom:.3rem;margin-right:0}.footer__brand-name{letter-spacing:1px;font-size:1rem}.footer__contact-title{margin-bottom:.3rem;font-size:1rem}.footer__contact-address,.footer__locations-list{margin-bottom:.7rem;font-size:.88rem}.footer__social{gap:.5rem}.footer__social-link{width:32px;height:32px}.footer__bottom{padding:.7rem .5rem 0;font-size:.85rem}}
