.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:6px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.btn--primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:6px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn--primary:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background-color:#455727;color:#fff}.btn--primary:hover:not(:disabled){background-color:#2f3d1b;transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn--secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:6px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn--secondary:disabled{opacity:.6;cursor:not-allowed}.btn--secondary{background-color:transparent;color:#455727;border:2px solid #455727}.btn--secondary:hover:not(:disabled){background-color:#455727;color:#fff}.btn--outline{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:6px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn--outline:disabled{opacity:.6;cursor:not-allowed}.btn--outline{background-color:transparent;color:#455727;border:1px solid #455727}.btn--outline:hover:not(:disabled){background-color:#4557270d}.btn--text{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:6px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn--text:disabled{opacity:.6;cursor:not-allowed}.btn--text{background-color:transparent;color:#455727;padding:.5rem 1rem}.btn--text:hover:not(:disabled){background-color:#4557270d}.btn--small{padding:.5rem 1.5rem;font-size:.875rem}.btn--medium{padding:1rem 2rem;font-size:1rem}.btn--large{padding:1.5rem 3rem;font-size:1.125rem}.header{position:fixed;top:0;left:0;right:0;z-index:1020;background-color:transparent;transition:all .3s cubic-bezier(.4,0,.2,1);padding:1.5rem 0}.header--scrolled{background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;padding:1rem 0}.header__nav{display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__logo{flex-shrink:0}.header__logo-link{background:none;border:none;cursor:pointer;padding:0}.header__logo-link:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.header__logo-img{height:50px;width:auto;display:block;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.header__logo-img{height:60px}}.header--scrolled .header__logo-img{height:45px}@media(min-width:768px){.header--scrolled .header__logo-img{height:50px}}.header__logo-text{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:600;color:#fff;letter-spacing:-.01em;transition:color .3s cubic-bezier(.4,0,.2,1)}.header--scrolled .header__logo-text{color:#455727}.header__spacer{flex-grow:1}.header__menu{display:none;align-items:center;gap:2rem;margin:0;padding:0;list-style:none}@media(min-width:1024px){.header__menu{display:flex}}.header__menu-link{background:none;border:none;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;color:#fff;padding:.5rem 1rem;transition:color .3s cubic-bezier(.4,0,.2,1);position:relative}.header--scrolled .header__menu-link{color:#1f1f1f}.header__menu-link:hover{color:#f3d9b1}.header--scrolled .header__menu-link:hover{color:#455727}.header__menu-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:100%;height:2px;background-color:#f3d9b1;transition:transform .3s cubic-bezier(.4,0,.2,1)}.header--scrolled .header__menu-link:after{background-color:#455727}.header__menu-link:hover:after{transform:translate(-50%) scaleX(1)}.header__menu-link:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.header__actions{display:none;align-items:center;gap:1.5rem}@media(min-width:1024px){.header__actions{display:flex}}.header__cart{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.header--scrolled .header__cart{color:#455727}.header__cart:hover{color:#f3d9b1;transform:scale(1.1)}.header--scrolled .header__cart:hover{color:#2f3d1b}.header__cart:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.header__cart svg{display:block}.header__cart-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;background-color:#c9b37e;color:#1f1f1f;font-size:.75rem;font-weight:700;border-radius:50%;padding:2px 4px;box-shadow:0 1px 2px #0000000d}.header__hamburger{display:flex;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1030}@media(min-width:1024px){.header__hamburger{display:none}}.header__hamburger:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.header__hamburger-line{width:100%;height:3px;background-color:#fff;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.header--scrolled .header__hamburger-line{background-color:#455727}.header__hamburger--open .header__hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__hamburger--open .header__hamburger-line:nth-child(2){opacity:0;transform:translate(-20px)}.header__hamburger--open .header__hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);padding-top:80px;overflow-y:auto;z-index:1040;height:50vh}@media(min-width:1024px){.header__mobile-menu{display:none}}.header__mobile-menu--open{transform:translate(0)}.header__mobile-close{position:absolute;top:2rem;right:2rem;background:none;border:none;cursor:pointer;padding:.5rem;color:#1f1f1f;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1031}.header__mobile-close:hover{color:#455727;transform:rotate(90deg)}.header__mobile-close:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.header__mobile-close svg{display:block}.header__mobile-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:2rem 0}.header__mobile-item--cta{margin-top:2rem}.header__mobile-link{display:block;width:100%;background:none;border:none;cursor:pointer;font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;padding:1.5rem 0;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__mobile-link:hover{color:#455727;padding-left:1rem}.header__mobile-link:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.header__mobile-cart-link{display:flex;align-items:center;gap:1.5rem;position:relative}.header__mobile-cart-link svg{flex-shrink:0}.header__mobile-cart-badge{position:absolute;left:12px;top:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;background-color:#c9b37e;color:#1f1f1f;font-size:.75rem;font-weight:700;border-radius:50%;padding:2px 4px;box-shadow:0 1px 2px #0000000d}.header__mobile-cta{width:100%}.footer{background-color:#2f3d1b;color:#fff;padding:6rem 0 3rem}.footer__main{display:grid;grid-template-columns:1fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.footer__main{grid-template-columns:1.5fr 2fr}}@media(min-width:1024px){.footer__main{grid-template-columns:2fr 3fr}}.footer__brand{max-width:400px}.footer__logo{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.footer__tagline{font-size:1rem;line-height:1.65;color:#fffc;margin-bottom:2rem}.footer__social{display:flex;gap:1.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;color:#fff;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__social-link:hover{background-color:#c9b37e;transform:translateY(-2px)}.footer__social-link:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.footer__social-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.footer__social-icon svg{width:100%;height:100%}.footer__links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:3rem}@media(min-width:768px){.footer__links{grid-template-columns:repeat(3,1fr)}}.footer__links-title{font-family:Cinzel,Georgia,serif;font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.footer__links-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.footer__link{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#ffffffb3;text-decoration:none;padding:.5rem 0;display:inline-block;transition:color .3s cubic-bezier(.4,0,.2,1)}.footer__link:hover{color:#c9b37e}.footer__link:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.footer__bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:3rem}@media(min-width:768px){.footer__bottom{flex-direction:row}}.footer__copyright{font-size:.875rem;color:#fff9;margin:0}.footer__legal{display:flex;align-items:center;gap:1.5rem}.footer__legal-link{font-size:.875rem;color:#fff9;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1)}.footer__legal-link:hover{color:#c9b37e}.footer__legal-link:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.footer__legal-separator{color:#ffffff4d}.cart-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1f1f1f99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1040}.cart-sidebar{position:fixed;top:0;right:0;bottom:0;width:90%;max-width:450px;background-color:#fff;box-shadow:-4px 0 24px #1f1f1f26;z-index:1050;display:flex;flex-direction:column;overflow:hidden}@media(min-width:768px){.cart-sidebar{width:450px}}.cart-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 3rem;border-bottom:1px solid rgba(69,87,39,.1);flex-shrink:0}.cart-sidebar__title{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin:0}.cart-sidebar__close{background:none;border:none;cursor:pointer;padding:.5rem;color:#334155;transition:color .3s cubic-bezier(.4,0,.2,1)}.cart-sidebar__close:hover{color:#1f1f1f}.cart-sidebar__close:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.cart-sidebar__items{flex:1;overflow-y:auto;padding:2rem}.cart-sidebar__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;height:100%}.cart-sidebar__empty-icon{font-size:4rem;margin-bottom:2rem;opacity:.5}.cart-sidebar__empty-text{font-size:1.125rem;color:#334155;margin-bottom:3rem}.cart-sidebar__footer{flex-shrink:0;padding:3rem;border-top:1px solid rgba(69,87,39,.1);background-color:#f0f5fa}.cart-sidebar__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.cart-sidebar__total-label{font-family:Cinzel,Georgia,serif;font-size:1.125rem;font-weight:600;color:#1f1f1f}.cart-sidebar__total-price{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:700;color:#455727}.cart-sidebar__checkout{width:100%;margin-bottom:1.5rem}.cart-sidebar__continue{width:100%;background:none;border:none;padding:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:#334155;cursor:pointer;transition:color .3s cubic-bezier(.4,0,.2,1);text-align:center}.cart-sidebar__continue:hover{color:#455727}.cart-sidebar__continue:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.cart-sidebar__track-orders{width:100%;background:#45572714;border:2px solid rgba(69,87,39,.2);border-radius:6px;padding:1rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;color:#455727;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;margin-top:1rem}.cart-sidebar__track-orders:hover{background:#45572726;border-color:#455727;transform:translateY(-1px)}.cart-sidebar__track-orders:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.cart-sidebar__track-link{display:block;width:100%;background:none;border:none;padding:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;color:#455727;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;margin-top:1.5rem}.cart-sidebar__track-link:hover{color:#2f3d1b;text-decoration:underline}.cart-sidebar__track-link:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.cart-item{display:flex;gap:1.5rem;padding:2rem;background-color:#fff;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 1px 2px #0000000d;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.cart-item:hover{box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.cart-item__image{width:80px;height:80px;flex-shrink:0;border-radius:6px;overflow:hidden;background-color:#f0f5fa}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1;min-width:0}.cart-item__name{font-family:Cinzel,Georgia,serif;font-size:1rem;font-weight:600;color:#1f1f1f;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__size{font-size:.875rem;color:#64748b;margin:0 0 .5rem}.cart-item__price{font-family:Cinzel,Georgia,serif;font-size:1.125rem;font-weight:600;color:#455727;margin:0}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.cart-item__quantity{display:flex;align-items:center;gap:.5rem;background-color:#f0f5fa;border-radius:4px;padding:.25rem}.cart-item__qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid rgba(69,87,39,.2);border-radius:4px;cursor:pointer;font-size:1.125rem;color:#455727;transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-item__qty-btn:hover{background-color:#455727;color:#fff;border-color:#455727}.cart-item__qty-btn:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.cart-item__qty-value{min-width:32px;text-align:center;font-weight:600;color:#1f1f1f}.cart-item__remove{background:none;border:none;padding:.5rem;cursor:pointer;color:#64748b;transition:color .3s cubic-bezier(.4,0,.2,1)}.cart-item__remove:hover{color:#e74c3c}.cart-item__remove:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.cart-sidebar__items::-webkit-scrollbar{width:6px}.cart-sidebar__items::-webkit-scrollbar-track{background:#f0f5fa}.cart-sidebar__items::-webkit-scrollbar-thumb{background:#4557274d;border-radius:3px}.cart-sidebar__items::-webkit-scrollbar-thumb:hover{background:#45572780}.whatsapp-button{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666,0 8px 24px #00000026;z-index:1000;transition:all .3s ease;cursor:pointer;text-decoration:none}.whatsapp-button:hover{box-shadow:0 6px 20px #25d36699,0 12px 32px #0003}.whatsapp-button:hover .whatsapp-button__tooltip{opacity:1;visibility:visible;transform:translate(-8px)}.whatsapp-button:active{box-shadow:0 2px 8px #25d36666,0 4px 16px #00000026}.whatsapp-button:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#25d36680;animation:whatsapp-pulse 2s infinite}@media(min-width:768px){.whatsapp-button{width:64px;height:64px;bottom:32px;right:32px}}.whatsapp-button__icon{width:32px;height:32px;color:#fff;position:relative;z-index:1}@media(min-width:768px){.whatsapp-button__icon{width:36px;height:36px}}.whatsapp-button__tooltip{position:absolute;right:100%;margin-right:12px;background:#128c7ef2;color:#fff;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transform:translate(0);transition:all .3s ease;pointer-events:none;box-shadow:0 4px 12px #00000026}.whatsapp-button__tooltip:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid rgba(18,140,126,.95);border-top:6px solid transparent;border-bottom:6px solid transparent}@media(min-width:768px){.whatsapp-button__tooltip{font-size:15px;padding:10px 18px}}@keyframes whatsapp-pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:0}to{transform:scale(1);opacity:0}}@media(max-width:480px){.whatsapp-button{bottom:20px;right:20px;width:56px;height:56px}.whatsapp-button__icon{width:30px;height:30px}.whatsapp-button__tooltip{display:none}}@media print{.whatsapp-button{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:6rem 2rem;margin-bottom:50px}@media(min-width:768px){.hero{padding:8rem 3rem;margin-bottom:80px}}.hero__background{position:absolute;top:-10%;left:0;right:0;bottom:-10%;background-image:url(https://images.unsplash.com/photo-1474979266404-7eaacbcd87c5?w=1920&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;will-change:transform;z-index:0;background-color:#2f3d1b}.hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2f3d1bd9,#455727bf,#2f3d1bd9);z-index:1}.hero__content{position:relative;z-index:2;max-width:900px;text-align:center;color:#fff}.hero__label{display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#c9b37e;margin-bottom:1.5rem}@media(min-width:768px){.hero__label{font-size:1rem}}.hero__title{font-family:Cinzel,Georgia,serif;font-size:2.25rem;font-weight:600;line-height:1.25;color:#fff;margin-bottom:2rem;letter-spacing:-.02em;min-height:1.2em}@media(min-width:640px){.hero__title{font-size:3rem}}@media(min-width:768px){.hero__title{font-size:3.75rem}}@media(min-width:1024px){.hero__title{font-size:4.5rem;margin-bottom:100px}}.hero{clip-path:ellipse(100% 100% at 50% 0%)}.hero__title-cursor{display:inline-block;margin-left:4px;color:#c9b37e;animation:blink 1s step-end infinite}.hero__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.65;color:#ffffffe6;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}@media(min-width:768px){.hero__subtitle{font-size:1.125rem}}@media(min-width:1024px){.hero__subtitle{font-size:1.25rem}}.hero__actions{display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center}@media(min-width:640px){.hero__actions{flex-direction:row;gap:2rem}}.hero__explore-btn{background-color:#f2d8b1!important;color:#1f1f1f!important}.hero__explore-btn:hover{background-color:#ecc78e!important}.hero__scroll-indicator{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;animation:float 3s ease-in-out infinite}.hero__scroll-text{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3}.hero__scroll-arrow{width:24px;height:24px;border-right:2px solid rgba(255,255,255,.7);border-bottom:2px solid rgba(255,255,255,.7);transform:rotate(45deg);animation:bounce 2s ease-in-out infinite}@keyframes float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@keyframes bounce{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(8px)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media(max-width:767px){.hero__scroll-indicator{display:none}}.marquee{background-color:transparent;padding:3rem 0;overflow:hidden;width:100%;max-width:100vw}.marquee__container{position:relative;overflow:hidden;width:100%}.marquee__track{display:flex;gap:6rem;animation:marquee 30s linear infinite;will-change:transform}.marquee__track:hover{animation-play-state:paused}.marquee__item{flex-shrink:0}.marquee__logo{display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.marquee__logo:hover{transform:scale(1.05)}.marquee__logo-img{height:60px;width:auto;object-fit:contain;display:block}@media(min-width:768px){.marquee__logo-img{height:80px}}@media(min-width:1024px){.marquee__logo-img{height:100px}}.marquee__logo-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#455727;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.marquee__text{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:700;color:#455727;letter-spacing:.02em;white-space:nowrap}@media(min-width:768px){.marquee__text{font-size:1.875rem}}@media(min-width:1024px){.marquee__text{font-size:3.75rem}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee__track{animation:none}}.about__content{display:grid;grid-template-columns:1fr;gap:6rem;align-items:center}@media(min-width:1024px){.about__content{grid-template-columns:1fr 1fr;gap:8rem}}.about__text{max-width:600px}@media(min-width:1024px){.about__text{max-width:none}}.about__label{display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#455727;margin-bottom:1.5rem}.about__title{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#1f1f1f;margin-bottom:2rem}@media(min-width:768px){.about__title{font-size:2.25rem}}@media(min-width:1024px){.about__title{font-size:3rem}}.about__description{font-size:1rem;line-height:1.65;color:#334155;margin-bottom:2rem}@media(min-width:768px){.about__description{font-size:1.125rem}}.about__description:last-of-type{margin-bottom:4rem}.about__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem;padding-top:3rem;border-top:1px solid rgba(69,87,39,.2)}@media(min-width:768px){.about__stats{gap:4rem}}.about__stat{display:flex;flex-direction:column;gap:.5rem}.about__stat-number{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:700;color:#455727;line-height:1}@media(min-width:768px){.about__stat-number{font-size:2.25rem}}.about__stat-label{font-size:.875rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.about__image-wrapper{position:relative;width:100%;height:100%;min-height:400px}@media(min-width:768px){.about__image-wrapper{min-height:500px}}@media(min-width:1024px){.about__image-wrapper{min-height:600px}}.about__image{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000008;z-index:2}.about__image img{width:100%;height:100%;object-fit:cover;display:block}.about__image-accent{position:absolute;top:2rem;right:-2rem;width:100%;height:100%;background-color:#f3d9b1;border-radius:12px;z-index:1}@media(min-width:768px){.about__image-accent{top:3rem;right:-3rem}}@media(min-width:1024px){.about__image-accent{top:4rem;right:-4rem}}.card{background-color:#fff;border-radius:8px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.card--default{box-shadow:0 1px 2px #0000000d}.card--elevated{box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.card--hoverable{cursor:pointer}.card--hoverable:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000008}.card__image{width:100%;height:100%;object-fit:cover}.card__content{padding:2rem}.card__title{margin-bottom:1rem;color:#1f1f1f}.card__description{color:#334155;margin-bottom:1.5rem}.product-card{height:100%;display:flex;flex-direction:column}.product-card__image-wrapper{position:relative;width:100%;height:50vh;overflow:hidden;background-color:#f0f5fa}@media(min-width:768px){.product-card__image-wrapper{height:370px}}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:1.5rem;right:1.5rem;background-color:#c9b37e;color:#1f1f1f;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1.5rem;border-radius:4px;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.product-card__content{flex:1;display:flex;flex-direction:column;padding:2rem}.product-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1rem}.product-card__title{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:600;color:#1f1f1f;line-height:1.25;margin:0}.product-card__size{font-size:.875rem;color:#64748b;white-space:nowrap;flex-shrink:0}.product-card__description{font-size:1rem;line-height:1.65;color:#334155;margin-bottom:1.5rem;flex:1}.product-card__features{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0 0 2rem;padding:0}.product-card__feature{font-size:.75rem;font-weight:500;color:#455727;background-color:#45572714;padding:.5rem 1rem;border-radius:4px}.product-card__footer{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(69,87,39,.1)}.product-card__pricing{display:flex;flex-direction:column;gap:.5rem}.product-card__price{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#455727}.product-card__original-price{font-family:Cinzel,Georgia,serif;font-size:1rem;font-weight:500;color:#64748b;text-decoration:line-through}.products__header{text-align:center;max-width:700px;margin:0 auto 6rem}.products__title{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#1f1f1f;margin-bottom:2rem}@media(min-width:768px){.products__title{font-size:2.25rem}}@media(min-width:1024px){.products__title{font-size:3rem}}.products__subtitle{font-size:1rem;line-height:1.65;color:#334155}@media(min-width:768px){.products__subtitle{font-size:1.125rem}}.products__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:6rem}@media(min-width:640px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products__grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.products__see-all{display:flex;justify-content:center;margin-top:4rem}.features__header{text-align:center;max-width:700px;margin:0 auto 6rem}.features__label{display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#455727;margin-bottom:1.5rem}.features__title{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#1f1f1f;margin-bottom:2rem}@media(min-width:768px){.features__title{font-size:2.25rem}}@media(min-width:1024px){.features__title{font-size:3rem}}.features__subtitle{font-size:1rem;line-height:1.65;color:#334155}@media(min-width:768px){.features__subtitle{font-size:1.125rem}}.features__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:stretch}@media(min-width:768px){.features__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.features__grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.feature-card{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;border-radius:8px;border:2px solid rgba(69,87,39,.2);box-shadow:none;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;width:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%}.feature-card:hover{background:#45572708;border-color:#45572766;box-shadow:0 4px 12px #4557271a;transform:translateY(-4px)}.feature-card__arrow{display:none;position:absolute;right:-35px;top:50%;transform:translateY(-50%);color:#455727;width:30px;height:30px;z-index:10}@media(min-width:768px){.feature-card__arrow{display:block}}@media(min-width:1024px){.feature-card__arrow{right:-40px;width:40px;height:40px}}.feature-card__arrow svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(69,87,39,.2))}.feature-card__icon{margin:0;padding:0;display:flex;align-items:center;justify-content:center;width:100%;height:120px;background:#45572705;border-bottom:2px solid rgba(69,87,39,.1);border-radius:8px 8px 0 0}@media(min-width:768px){.feature-card__icon{height:140px}}@media(min-width:1024px){.feature-card__icon{height:160px}}.feature-card__icon img{width:100%;height:100%;object-fit:cover;display:block}.feature-card__title{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:600;color:#1f1f1f;margin-bottom:1rem;padding:2rem 2rem 0}.feature-card__description{font-size:1rem;line-height:1.65;color:#334155;margin:0;padding:0 2rem 3rem;flex:1}.testimonials__header{text-align:center;max-width:700px;margin:0 auto 6rem}.testimonials__label{display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#455727;margin-bottom:1.5rem}.testimonials__title{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#1f1f1f;margin-bottom:2rem}@media(min-width:768px){.testimonials__title{font-size:2.25rem}}@media(min-width:1024px){.testimonials__title{font-size:3rem}}.testimonials__carousel{margin:0 auto 8rem;min-height:300px;display:flex;flex-direction:column;align-items:center;width:100%}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:3rem;width:100%}@media(min-width:768px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.testimonials__dots{display:flex;gap:1rem;margin-top:3rem}.testimonials__dot{width:12px;height:12px;border-radius:50%;background-color:#4557274d;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0}.testimonials__dot:hover{background-color:#45572799;transform:scale(1.2)}.testimonials__dot--active{background-color:#c9b37e;width:32px;border-radius:6px}.testimonials__dot:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.testimonial-card{background-color:#fff;padding:4rem;border-radius:12px;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;width:100%;text-align:center;display:flex;flex-direction:column;height:100%}@media(min-width:768px){.testimonial-card{padding:6rem}}.testimonial-card__rating{margin-bottom:1.5rem}.testimonial-card__star{color:#c9b37e;font-size:1.125rem;margin-right:.5rem}.testimonial-card__quote{font-family:Cinzel,Georgia,serif;font-size:1rem;line-height:1.65;color:#334155;font-style:italic;margin-bottom:2rem;flex-grow:1}@media(min-width:768px){.testimonial-card__quote{font-size:1.125rem}}@media(min-width:1024px){.testimonial-card__quote{font-size:1rem}}.testimonial-card__author-wrapper{display:flex;align-items:center;justify-content:center;gap:1.5rem}.testimonial-card__avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #C9B37E;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.testimonial-card__author{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.testimonial-card__name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:#1f1f1f}.testimonial-card__role{font-size:.875rem;color:#64748b}.certifications{background-color:#fff;padding:4rem;border-radius:12px;box-shadow:0 1px 2px #0000000d;text-align:center}@media(min-width:768px){.certifications{padding:6rem}}.certifications__title{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:3rem}@media(min-width:768px){.certifications__title{font-size:1.875rem}}.certifications__list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.certifications__list{grid-template-columns:repeat(4,1fr);gap:3rem}}.certification-badge{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background-color:#f0f5fa;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1)}.certification-badge:hover{background-color:#4557270d;transform:translateY(-2px)}.certification-badge__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#455727;color:#fff;border-radius:50%;font-size:1.25rem;font-weight:700}.certification-badge__name{font-size:.875rem;font-weight:500;color:#1f1f1f;text-align:center;line-height:1.5}.contact__content{display:grid;grid-template-columns:1fr;gap:4rem;width:100%}@media(min-width:768px){.contact__content{grid-template-columns:1fr;gap:3rem}}@media(min-width:1024px){.contact__content{grid-template-columns:1fr 1.2fr;gap:8rem}}.contact__info{background:linear-gradient(135deg,#45572714,#f3d9b11f);padding:3rem;border-radius:12px;border:1px solid rgba(69,87,39,.15)}@media(min-width:768px){.contact__info{padding:1.5rem}}@media(min-width:1024px){.contact__info{padding:6rem}}.contact__label{display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#455727;margin-bottom:1.5rem}.contact__title{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#1f1f1f;margin-bottom:2rem}@media(min-width:768px){.contact__title{font-size:1.5rem}}@media(min-width:1024px){.contact__title{font-size:2.25rem}}.contact__description{font-size:1rem;line-height:1.65;color:#334155;margin-bottom:4rem}@media(min-width:768px){.contact__description{font-size:.875rem;margin-bottom:3rem}}@media(min-width:1024px){.contact__description{font-size:1.125rem;margin-bottom:4rem}}.contact__details{display:flex;flex-direction:column;gap:3rem}@media(min-width:768px){.contact__details{gap:1.5rem}}.contact__detail{display:flex;gap:1.5rem}.contact__detail-icon{font-size:1.5rem;flex-shrink:0;color:#455727}@media(min-width:768px){.contact__detail-icon{font-size:1.25rem}}.contact__detail-content{flex:1}.contact__detail-title{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;color:#1f1f1f;margin-bottom:.5rem}@media(min-width:768px){.contact__detail-title{font-size:.875rem}}.contact__detail-text{font-size:1rem;line-height:1.65;color:#334155;margin:0}.contact__detail-text a{color:#455727;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1)}.contact__detail-text a:hover{color:#2f3d1b;text-decoration:underline}@media(min-width:768px){.contact__detail-text{font-size:.875rem}}.contact__form-wrapper{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;border:2px solid rgba(69,87,39,.1);width:100%}@media(min-width:768px){.contact__form-wrapper{padding:1.5rem}}@media(min-width:1024px){.contact__form-wrapper{padding:6rem}}.contact__form{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.contact__form{gap:1rem}}@media(min-width:1024px){.contact__form{gap:2rem}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#455727;text-transform:uppercase;letter-spacing:.05em}.form-input,.form-textarea{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;padding:1rem 1.5rem;border:2px solid rgba(69,87,39,.2);border-radius:6px;background-color:#f3d9b114;color:#1f1f1f;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-input:focus,.form-textarea:focus{outline:none;border-color:#455727;background-color:#fff;box-shadow:0 0 0 3px #4557271a}.form-input::placeholder,.form-textarea::placeholder{color:#64748b}@media(min-width:768px){.form-input,.form-textarea{font-size:.875rem;padding:.5rem 1rem}}.form-input:focus-visible,.form-textarea:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.form-textarea{resize:vertical;min-height:120px;line-height:1.65}@media(min-width:768px){.form-textarea{min-height:100px}}.form-success{background:linear-gradient(135deg,#4557271a,#c9b37e26);color:#455727;padding:1.5rem;border-radius:6px;text-align:center;font-weight:600;border:1px solid rgba(69,87,39,.2)}@media(min-width:768px){.form-success{font-size:.875rem;padding:1rem}}.page-hero{position:relative;height:50vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-attachment:fixed;margin-top:0;margin-bottom:50px;width:100%;max-width:100vw;overflow:hidden}@media(min-width:768px){.page-hero{margin-bottom:80px}}@media(min-width:1024px){.page-hero{margin-bottom:100px}}.page-hero{clip-path:ellipse(100% 100% at 50% 0%)}.page-hero__overlay{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2f3d1bd9,#455727bf);z-index:1}.page-hero__content{position:relative;z-index:2;text-align:center;padding:3rem}.page-hero__title{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:700;color:#fff;letter-spacing:-.02em;margin:0}@media(min-width:768px){.page-hero__title{font-size:2.25rem}}@media(min-width:1024px){.page-hero__title{font-size:3rem}}.shop-page__content{padding:8rem 0}.shop-page__intro{text-align:center;max-width:800px;margin:0 auto 8rem}.shop-page__description{font-size:1.125rem;line-height:1.65;color:#334155}@media(min-width:768px){.shop-page__description{font-size:1.25rem}}.shop-page__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:640px){.shop-page__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.shop-page__grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.contact-page__content{padding:8rem 0}@media(min-width:640px){.contact-page__content{padding:6rem 0}}.contact-page__intro{text-align:center;max-width:800px;margin:0 auto 8rem}@media(min-width:640px){.contact-page__intro{margin-bottom:6rem}}.contact-page__description{font-size:1.125rem;line-height:1.65;color:#334155}@media(min-width:768px){.contact-page__description{font-size:1rem}}@media(min-width:640px){.contact-page__description{font-size:.875rem}}.contact-page__grid{display:grid;grid-template-columns:1fr;gap:4rem;width:100%}@media(min-width:768px){.contact-page__grid{grid-template-columns:1fr;gap:3rem}}@media(min-width:1024px){.contact-page__grid{grid-template-columns:1fr 1.2fr;gap:8rem}}.contact-page__info{background:linear-gradient(135deg,#45572714,#f3d9b11f);padding:3rem;border-radius:12px;border:1px solid rgba(69,87,39,.15)}@media(min-width:768px){.contact-page__info{padding:2rem}}@media(min-width:640px){.contact-page__info{padding:1.5rem}}.contact-page__info-title{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:3rem}@media(min-width:768px){.contact-page__info-title{font-size:1.25rem}}@media(min-width:640px){.contact-page__info-title{font-size:1.125rem;margin-bottom:2rem}}.contact-page__details{display:flex;flex-direction:column;gap:3rem;margin-bottom:6rem}@media(min-width:640px){.contact-page__details{gap:2rem;margin-bottom:4rem}}.contact-page__detail{display:flex;gap:1.5rem}.contact-page__detail-icon{font-size:1.875rem;flex-shrink:0;color:#455727}@media(min-width:640px){.contact-page__detail-icon{font-size:1.5rem}}.contact-page__detail-content{flex-grow:1}.contact-page__detail-title{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;color:#1f1f1f;margin-bottom:.5rem}@media(min-width:640px){.contact-page__detail-title{font-size:.875rem}}.contact-page__detail-text{font-size:1rem;line-height:1.65;color:#334155;margin:0}.contact-page__detail-text a{color:#455727;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1)}.contact-page__detail-text a:hover{color:#2f3d1b;text-decoration:underline}@media(min-width:640px){.contact-page__detail-text{font-size:.875rem}}.contact-page__hours{padding:3rem;background-color:#fff;border-radius:6px;border-left:4px solid #455727}@media(min-width:640px){.contact-page__hours{padding:1.5rem}}.contact-page__hours-title{font-family:Cinzel,Georgia,serif;font-size:1.125rem;font-weight:600;color:#1f1f1f;margin-bottom:1.5rem}@media(min-width:640px){.contact-page__hours-title{font-size:1rem}}.contact-page__hours p{font-size:1rem;color:#334155;margin:.5rem 0}@media(min-width:640px){.contact-page__hours p{font-size:.875rem}}.contact-page__form-wrapper{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;border:2px solid rgba(69,87,39,.1);width:100%}@media(min-width:768px){.contact-page__form-wrapper{padding:1.5rem}}@media(min-width:640px){.contact-page__form-wrapper{padding:1rem}}.contact-page__form-title{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#455727;margin-bottom:2rem}@media(min-width:768px){.contact-page__form-title{font-size:1.25rem;margin-bottom:1.5rem}}@media(min-width:640px){.contact-page__form-title{font-size:1.125rem}}.contact-page__form{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.contact-page__form{gap:1rem}}@media(min-width:640px){.contact-page__form{gap:.5rem}}.contact-page__map-section{margin-top:8rem;padding:4rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;border:2px solid rgba(69,87,39,.1)}@media(min-width:768px){.contact-page__map-section{padding:3rem}}@media(min-width:640px){.contact-page__map-section{padding:1.5rem}}.contact-page__map-title{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:1rem;text-align:center}@media(min-width:768px){.contact-page__map-title{font-size:1.25rem}}@media(min-width:640px){.contact-page__map-title{font-size:1.125rem}}.contact-page__map-subtitle{font-size:1rem;color:#334155;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}@media(min-width:768px){.contact-page__map-subtitle{font-size:.875rem}}@media(min-width:640px){.contact-page__map-subtitle{font-size:.75rem}}.contact-page__map-container{border-radius:8px;overflow:hidden;box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000008;border:3px solid rgba(69,87,39,.15)}.contact-page__map-container iframe{display:block;width:100%;height:300px}@media(min-width:768px){.contact-page__map-container iframe{height:250px}}@media(min-width:640px){.contact-page__map-container iframe{height:200px}}.contact-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.contact-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000008;padding:6rem;max-width:500px;width:90%;z-index:9999;text-align:center}@media(min-width:640px){.contact-modal{padding:4rem}}.contact-modal__icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;margin:0 auto 3rem}.contact-modal__icon--success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.contact-modal__icon--error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}@media(min-width:640px){.contact-modal__icon{width:60px;height:60px;font-size:28px;margin-bottom:1.5rem}}.contact-modal__title{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:1.5rem}@media(min-width:640px){.contact-modal__title{font-size:1.25rem}}.contact-modal__message{font-size:1rem;color:#334155;line-height:1.65;margin-bottom:3rem}@media(min-width:640px){.contact-modal__message{font-size:.875rem;margin-bottom:1.5rem}}.contact-modal button{min-width:150px}@media(min-width:640px){.contact-modal button{min-width:120px}}.product-detail__main{display:grid;grid-template-columns:1fr;gap:6rem;padding:6rem 0;align-items:start}@media(min-width:1024px){.product-detail__main{grid-template-columns:1fr 1fr;gap:8rem}}.product-detail__image-section{position:sticky;top:100px;height:fit-content}.product-detail__image-wrapper{background-color:#f0f5fa;border-radius:12px;overflow:hidden;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;transition:transform .3s cubic-bezier(.4,0,.2,1)}.product-detail__image-wrapper:hover{transform:scale(1.02)}.product-detail__image{width:100%;height:auto;display:block}.product-detail__info-section{display:flex;flex-direction:column;gap:1.5rem}.product-detail__title{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:600;color:#1f1f1f;margin:0}@media(min-width:768px){.product-detail__title{font-size:2.25rem}}.product-detail__short-desc{font-size:1.125rem;line-height:1.65;color:#334155;margin:0}.product-detail__label{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#1f1f1f;margin-bottom:1rem}.product-detail__selected-size{color:#455727;font-size:1rem;font-weight:700;text-transform:none}.product-detail__size-section{padding:1rem 0;border-top:1px solid rgba(69,87,39,.1)}.product-detail__size-display{display:flex;gap:1rem}.product-detail__size-badge{display:inline-flex;align-items:center;padding:1rem 2rem;background-color:#455727;color:#fff;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600}.product-detail__sizes{display:flex;gap:1rem;flex-wrap:nowrap}.product-detail__size-btn{padding:1rem 1.5rem;background-color:#fff;border:2px solid rgba(69,87,39,.2);border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;color:#1f1f1f;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-detail__size-btn:hover{border-color:#455727;background-color:#4557270d}.product-detail__size-btn.active{background-color:#455727;color:#fff;border-color:#455727}.product-detail__size-btn:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.product-detail__stock-section{padding:1rem 0}.product-detail__stock{display:inline-flex;align-items:center;padding:.5rem 1.5rem;border-radius:4px;font-size:.875rem;font-weight:600}.product-detail__stock.in-stock{background-color:#4caf501a;color:#4caf50}.product-detail__stock.out-of-stock{background-color:#f443361a;color:#f44336}.product-detail__quantity-section{padding:.5rem 0}.product-detail__quantity{display:inline-flex;align-items:center;gap:1.5rem;background-color:#f0f5fa;border-radius:6px;padding:.5rem}.product-detail__qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid rgba(69,87,39,.2);border-radius:4px;cursor:pointer;font-size:1.125rem;color:#455727;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-detail__qty-btn:hover{background-color:#455727;color:#fff;border-color:#455727}.product-detail__qty-btn:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.product-detail__qty-value{min-width:40px;text-align:center;font-size:1.125rem;font-weight:600;color:#1f1f1f}.product-detail__price-section{display:flex;flex-direction:column;gap:1rem;padding:2rem 0;border-top:1px solid rgba(69,87,39,.1);border-bottom:1px solid rgba(69,87,39,.1)}.product-detail__price-label{font-size:1.125rem;font-weight:500;color:#334155}.product-detail__pricing{display:flex;align-items:center;gap:1.5rem}.product-detail__price{font-family:Cinzel,Georgia,serif;font-size:2.25rem;font-weight:700;color:#455727}.product-detail__original-price{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:500;color:#64748b;text-decoration:line-through}.product-detail__add-to-cart{width:100%;padding:1rem!important;font-size:1rem!important}.product-detail__tabs-section{padding:8rem 0;border-top:2px solid rgba(69,87,39,.1)}.product-detail__tabs{display:flex;gap:1rem;margin-bottom:4rem;flex-wrap:wrap}.product-detail__tab{padding:1.5rem 1rem;background-color:transparent;border:none;border-bottom:3px solid transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;color:#334155;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-detail__tab:hover{color:#455727}.product-detail__tab.active{color:#455727;border-bottom-color:#455727}.product-detail__tab:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.product-detail__tab-content{background-color:#fff;padding:4rem;border-radius:8px;box-shadow:0 1px 2px #0000000d}@media(min-width:768px){.product-detail__tab-content{padding:6rem}}.product-detail__tab-content h3{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:2rem}.product-detail__tab-content h4{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:600;color:#1f1f1f;margin:2rem 0 1.5rem}.product-detail__tab-content p{font-size:1rem;line-height:1.65;color:#334155;margin-bottom:1.5rem}.product-detail__tab-content ul{list-style:disc;margin-left:2rem}.product-detail__tab-content ul li{font-size:1rem;line-height:1.65;color:#334155;margin-bottom:1rem}.product-detail__features{margin-top:2rem;padding:2rem;background-color:#4557270d;border-radius:6px;border-left:4px solid #455727}.product-detail__features table{width:100%;border-collapse:collapse}.product-detail__features table tr{border-bottom:1px solid rgba(69,87,39,.1)}.product-detail__features table tr:last-child{border-bottom:none}.product-detail__features table th{text-align:left;padding:1.5rem;font-weight:600;color:#1f1f1f;width:40%}.product-detail__features table td{padding:1.5rem;color:#334155}.product-detail__reviews .review{padding:2rem 0;border-bottom:1px solid rgba(69,87,39,.1)}.product-detail__reviews .review:last-child{border-bottom:none}.product-detail__reviews .review__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.product-detail__reviews .review__author{font-weight:600;color:#1f1f1f}.product-detail__reviews .review__rating{display:flex;gap:.25rem}.product-detail__reviews .review__star{color:#c9b37e;font-size:1rem}.product-detail__reviews .review__date{font-size:.875rem;color:#64748b;margin-bottom:1rem}.product-detail__reviews .review__comment{font-size:1rem;line-height:1.65;color:#334155;margin:0}.product-detail__related{padding:8rem 0}.product-detail__related-title{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:600;color:#1f1f1f;text-align:center;margin-bottom:6rem}@media(min-width:768px){.product-detail__related-title{font-size:2.25rem}}.product-detail__related-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:640px){.product-detail__related-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-detail__related-grid{grid-template-columns:repeat(3,1fr)}}.product-not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem}.product-not-found h1{font-family:Cinzel,Georgia,serif;font-size:2.25rem;color:#1f1f1f;margin-bottom:3rem}.order-success-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998}.order-success-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)!important;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d,0 8px 24px #0003;z-index:9999;width:90%;max-width:500px;max-height:90vh;padding:6rem 4rem;text-align:center;overflow-y:auto}@media(min-width:768px){.order-success-modal{padding:8rem 6rem;max-height:85vh}}.order-success-modal__icon{margin:0 auto 4rem;width:100px;height:100px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.order-success-modal__icon{width:120px;height:120px}}.order-success-modal__checkmark{width:100%;height:100%;border-radius:50%;display:block;stroke-width:3}.order-success-modal__checkmark-circle{stroke:#455727;stroke-dasharray:166;stroke-dashoffset:166;stroke-width:3;stroke-miterlimit:10;fill:#4557271a;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.order-success-modal__checkmark-check{transform-origin:50% 50%;stroke:#455727;stroke-width:3;stroke-linecap:round}.order-success-modal__content{margin-bottom:4rem}.order-success-modal__title{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:1.5rem}@media(min-width:768px){.order-success-modal__title{font-size:1.875rem}}.order-success-modal__message{font-size:1rem;line-height:1.65;color:#334155;margin-bottom:3rem}@media(min-width:768px){.order-success-modal__message{font-size:1.125rem}}.order-success-modal__details{background:#4557270d;border:1px solid rgba(69,87,39,.15);border-radius:6px;padding:2rem;margin-bottom:2rem}.order-success-modal__detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.order-success-modal__detail-row:not(:last-child){border-bottom:1px solid rgba(69,87,39,.1);margin-bottom:.5rem;padding-bottom:1rem}.order-success-modal__detail-row--full{flex-direction:column;align-items:flex-start;padding-top:1.5rem;border-top:2px solid rgba(69,87,39,.2);margin-top:1rem}.order-success-modal__detail-label{font-size:1rem;font-weight:500;color:#334155}.order-success-modal__detail-value{font-size:1.125rem;font-weight:600;color:#455727}.order-success-modal__detail-message{font-size:1rem;color:#1f1f1f;line-height:1.65;background:#45572714;padding:1rem 1.5rem;border-radius:4px;width:100%;font-weight:500}.order-success-modal__info{font-size:.875rem;color:#64748b;line-height:1.65;margin:0}.order-success-modal__actions{display:flex;flex-direction:column;gap:1.5rem;margin-top:4rem}@media(min-width:640px){.order-success-modal__actions{flex-direction:row;justify-content:center}}.order-success-modal__btn{flex:1}@media(min-width:640px){.order-success-modal__btn{flex:0 0 auto;min-width:180px}}.order-success-modal__link{background:transparent;border:none;color:#455727;font-size:1rem;font-weight:500;text-decoration:underline;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:1rem}.order-success-modal__link:hover{color:#293417;text-decoration:none}.order-success-modal__link:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.order-success-modal__close{position:absolute;top:2rem;right:2rem;background:transparent;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;border-radius:4px;transition:all .3s cubic-bezier(.4,0,.2,1)}.order-success-modal__close:hover{background:#4557271a;color:#455727}.order-success-modal__close:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.order-success-modal__close svg{width:20px;height:20px}@keyframes stroke{to{stroke-dashoffset:0}}body.modal-open{overflow:hidden}@media(max-width:480px){.order-success-modal{width:95%;padding:4rem 2rem}.order-success-modal__icon{width:80px;height:80px;margin-bottom:2rem}.order-success-modal__title{font-size:1.25rem}.order-success-modal__message{font-size:.875rem}}.checkout-page{padding:6rem 0;min-height:100vh;background:linear-gradient(135deg,#f3d9b11a,#fff,#f3d9b11a)}@media(min-width:768px){.checkout-page{padding:8rem 0}}.checkout-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.checkout-page__title{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:600;color:#1f1f1f}@media(min-width:768px){.checkout-page__title{font-size:2.25rem}}.checkout-page__back{background:none;border:none;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#455727;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.checkout-page__back:hover{color:#2f3d1b;transform:translate(-4px)}.checkout-page__back:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.checkout-page__content{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:1024px){.checkout-page__content{grid-template-columns:1fr 400px;gap:6rem}}.checkout-page__empty{text-align:center;padding:8rem 2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.checkout-page__empty h2{font-family:Cinzel,Georgia,serif;font-size:1.5rem;color:#1f1f1f;margin-bottom:1.5rem}.checkout-page__empty p{font-size:1.125rem;color:#334155;margin-bottom:3rem}.checkout-form{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}@media(min-width:768px){.checkout-form{padding:4rem}}.checkout-form__section{margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(69,87,39,.1)}.checkout-form__section:last-of-type{border-bottom:none}.checkout-form__section-title{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:600;color:#455727;margin-bottom:2rem}.checkout-form__row{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.checkout-form__row{grid-template-columns:1fr 1fr}}.checkout-form__field{margin-bottom:2rem}.checkout-form__label{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#1f1f1f;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.checkout-form__input{width:100%;padding:1rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#1f1f1f;background-color:#f3d9b114;border:2px solid rgba(69,87,39,.2);border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1)}.checkout-form__input:focus{outline:none;border-color:#455727;background-color:#fff;box-shadow:0 0 0 3px #4557271a}.checkout-form__input--error{border-color:#e53e3e;background-color:#e53e3e0d}.checkout-form__input::placeholder{color:#33415599}.checkout-form__error{display:block;font-size:.75rem;color:#e53e3e;margin-top:.5rem}.checkout-form__submit{width:100%;margin-top:3rem;font-size:1.125rem;padding:1.5rem 3rem}.checkout-form__payment-methods{display:flex;flex-direction:column;gap:1.5rem}.checkout-form__payment-option{position:relative;border:2px solid rgba(69,87,39,.2);border-radius:6px;padding:2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:#fff}.checkout-form__payment-option:hover{border-color:#45572766;box-shadow:0 4px 12px #4557271a}.checkout-form__payment-option.active{border-color:#455727;background-color:#45572705;box-shadow:0 4px 16px #45572726}.checkout-form__payment-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.checkout-form__payment-option label{display:flex;flex-direction:column;gap:.5rem;cursor:pointer;width:100%}.checkout-form__payment-option .payment-option__header{display:flex;align-items:center;gap:1rem;font-weight:600;color:#1f1f1f}.checkout-form__payment-option .payment-option__icon{font-size:1.25rem}.checkout-form__payment-option .payment-option__title{font-size:1.125rem;flex:1}.checkout-form__payment-option .payment-option__fee{font-size:.875rem;color:#455727;font-weight:500;background-color:#4557271a;padding:.5rem 1rem;border-radius:4px}.checkout-form__payment-option .payment-option__description{font-size:.875rem;color:#334155;margin-left:2.25rem}.order-summary{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;position:sticky;top:100px}@media(min-width:768px){.order-summary{padding:4rem}}.order-summary__title{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:600;color:#455727;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(69,87,39,.2)}.order-summary__items{margin-bottom:3rem;max-height:400px;overflow-y:auto}.order-summary__items::-webkit-scrollbar{width:6px}.order-summary__items::-webkit-scrollbar-track{background:#4557270d;border-radius:3px}.order-summary__items::-webkit-scrollbar-thumb{background:#4557274d;border-radius:3px}.order-summary__items::-webkit-scrollbar-thumb:hover{background:#45572780}.order-summary__item{display:grid;grid-template-columns:60px 1fr auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(69,87,39,.1)}.order-summary__item:last-child{border-bottom:none}.order-summary__item-image{width:60px;height:60px;object-fit:cover;border-radius:4px;border:1px solid rgba(69,87,39,.2)}.order-summary__item-details{display:flex;flex-direction:column;justify-content:center}.order-summary__item-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#1f1f1f;margin-bottom:.5rem}.order-summary__item-size,.order-summary__item-quantity{font-size:.75rem;color:#334155;margin:0}.order-summary__item-price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;color:#455727;display:flex;align-items:center;margin:0}.order-summary__totals{padding-top:2rem;border-top:2px solid rgba(69,87,39,.2)}.order-summary__row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1rem;color:#334155}.order-summary__row--total{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid rgba(69,87,39,.2);font-size:1.125rem;font-weight:700;color:#455727}.order-summary__row span:last-child{font-weight:600;color:#1f1f1f}.order-summary__free-shipping{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#4557271a,#f3d9b126);border:2px solid rgba(69,87,39,.2);border-radius:6px;text-align:center;font-size:.875rem;font-weight:600;color:#455727}.about-us-page__label{display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#455727;margin-bottom:1.5rem}.about-us-page__title{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#1f1f1f;margin-bottom:2rem}@media(min-width:768px){.about-us-page__title{font-size:2.25rem}}@media(min-width:1024px){.about-us-page__title{font-size:3rem}}.about-us-page__subtitle{font-size:1rem;line-height:1.65;color:#334155;max-width:700px;margin:0 auto}@media(min-width:768px){.about-us-page__subtitle{font-size:1.125rem}}.about-us-page__section-header{text-align:center;max-width:800px;margin:0 auto 8rem}.about-us-page__story{padding:8rem 0}@media(min-width:1024px){.about-us-page__story{padding:12rem 0}}.about-us-page__story-content{display:grid;grid-template-columns:1fr;gap:8rem;align-items:center}@media(min-width:1024px){.about-us-page__story-content{grid-template-columns:1fr 1fr;gap:12rem}}.about-us-page__story-text p{font-size:1rem;line-height:1.65;color:#334155;margin-bottom:2rem}@media(min-width:768px){.about-us-page__story-text p{font-size:1.125rem}}.about-us-page__story-text p:last-child{margin-bottom:0}.about-us-page__story-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;transition:transform .3s cubic-bezier(.4,0,.2,1)}.about-us-page__story-image img:hover{transform:scale(1.02)}.about-us-page__timeline{padding:8rem 0}@media(min-width:1024px){.about-us-page__timeline{padding:12rem 0}}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#455727,#4557274d)}@media(min-width:768px){.timeline:before{left:50%;transform:translate(-50%)}}.timeline-item{position:relative;padding-left:60px;margin-bottom:6rem}@media(min-width:768px){.timeline-item{width:50%;padding-left:0;padding-right:6rem}.timeline-item:nth-child(2n){margin-left:auto;padding-right:0;padding-left:6rem}.timeline-item:nth-child(2n) .timeline-item__year{left:auto;right:-45px}}.timeline-item:last-child{margin-bottom:0}.timeline-item__year{position:absolute;left:0;top:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#455727,#293417);color:#fff;font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:700;border-radius:50%;box-shadow:0 4px 12px #4557274d;z-index:1}@media(min-width:768px){.timeline-item__year{left:50%;transform:translate(-50%);width:90px;height:90px;font-size:1.5rem}}.timeline-item__content{background:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;border:2px solid rgba(69,87,39,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.timeline-item__content:hover{border-color:#4557274d;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;transform:translateY(-4px)}@media(min-width:768px){.timeline-item__content{padding:4rem}}.timeline-item__title{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:600;color:#1f1f1f;margin-bottom:1rem}@media(min-width:768px){.timeline-item__title{font-size:1.5rem}}.timeline-item__description{font-size:1rem;line-height:1.65;color:#334155;margin:0}.values-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.values-grid{grid-template-columns:repeat(2,1fr);gap:4rem}}@media(min-width:1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{background:#fff;padding:4rem;border-radius:8px;text-align:center;border:2px solid rgba(69,87,39,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.value-card:hover{border-color:#455727;box-shadow:0 8px 24px #4557271f;transform:translateY(-8px)}.value-card__icon{width:60px;height:60px;margin:0 auto 2rem;color:#455727}.value-card__icon svg{width:100%;height:100%}.value-card__title{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:600;color:#1f1f1f;margin-bottom:1rem}.value-card__description{font-size:.875rem;line-height:1.65;color:#334155;margin:0}@media(min-width:768px){.value-card__description{font-size:1rem}}.team-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.team-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.team-card{background:linear-gradient(135deg,#4557270d,#4557271a);padding:6rem 4rem;border-radius:8px;text-align:center;border:2px solid rgba(69,87,39,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.team-card:hover{border-color:#455727;box-shadow:0 8px 24px #45572726;transform:translateY(-4px)}.team-card__name{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:600;color:#1f1f1f;margin-bottom:1.5rem}@media(min-width:768px){.team-card__name{font-size:1.5rem}}.team-card__description{font-size:1rem;line-height:1.65;color:#334155;margin:0}.cta-box{background:linear-gradient(135deg,#4557271a,#4557270d);padding:8rem 4rem;border-radius:12px;text-align:center;border:3px solid rgba(69,87,39,.2)}@media(min-width:768px){.cta-box{padding:12rem 8rem}}.cta-box h2{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:2rem}@media(min-width:768px){.cta-box h2{font-size:2.25rem}}.cta-box p{font-size:1rem;line-height:1.65;color:#334155;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}@media(min-width:768px){.cta-box p{font-size:1.125rem}}.cta-box__buttons{display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media(min-width:640px){.cta-box__buttons{flex-direction:row;justify-content:center}}.faq-page__content{padding:8rem 0}.faq-page__intro{text-align:center;max-width:800px;margin:0 auto 8rem}.faq-page__intro p{font-size:1.125rem;line-height:1.65;color:#334155}.faq-page__contact{margin-top:12rem;padding:6rem;background:linear-gradient(135deg,#4557270d,#4557271a);border-radius:12px;text-align:center;border:2px solid rgba(69,87,39,.15)}.faq-page__contact h3{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:1.5rem}@media(min-width:768px){.faq-page__contact h3{font-size:1.875rem}}.faq-page__contact p{font-size:1rem;line-height:1.65;color:#334155;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}@media(min-width:768px){.faq-page__contact p{font-size:1.125rem}}.faq-page__contact-buttons{display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media(min-width:640px){.faq-page__contact-buttons{flex-direction:row;justify-content:center}}.faq-page__contact-btn{display:inline-flex;align-items:center;gap:1rem;padding:1.5rem 3rem;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:2px solid transparent}.faq-page__contact-btn--whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;box-shadow:0 4px 12px #25d3664d}.faq-page__contact-btn--whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.faq-page__contact-btn--email{background:#fff;color:#455727;border-color:#455727}.faq-page__contact-btn--email:hover{background:#455727;color:#fff;transform:translateY(-2px)}.faq-page__contact-btn:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.faq-category{margin-bottom:8rem}.faq-category:last-child{margin-bottom:0}.faq-category__title{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:3px solid #455727;display:inline-block}@media(min-width:768px){.faq-category__title{font-size:1.875rem}}.faq-category__items{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#fff;border:2px solid rgba(69,87,39,.15);border-radius:8px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-item:hover{border-color:#4557274d;box-shadow:0 4px 12px #45572714}.faq-item--open{border-color:#455727;box-shadow:0 4px 16px #4557271f}.faq-item__question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem 3rem;background:transparent;border:none;text-align:left;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;color:#1f1f1f;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.faq-item__question{font-size:1.125rem;padding:3rem 4rem}}.faq-item__question:hover{color:#455727}.faq-item__question:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}.faq-item__icon{flex-shrink:0;color:#455727}.faq-item__answer{overflow:hidden}.faq-item__answer-content{padding:0 3rem 2rem}@media(min-width:768px){.faq-item__answer-content{padding:0 4rem 3rem}}.faq-item__answer-content p{font-size:1rem;line-height:1.65;color:#334155;margin:0}@media(min-width:768px){.faq-item__answer-content p{font-size:1rem}}.my-orders-page{padding:6rem 0;min-height:100vh;background:linear-gradient(135deg,#f3d9b11a,#fff,#f3d9b11a)}@media(min-width:768px){.my-orders-page{padding:8rem 0}}.my-orders-page__header{text-align:center;margin-bottom:6rem}.my-orders-page__title{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:600;color:#1f1f1f;margin-bottom:1rem}@media(min-width:768px){.my-orders-page__title{font-size:2.25rem}}.my-orders-page__subtitle{font-size:1.125rem;color:#334155}.my-orders-page__search{max-width:600px;margin:0 auto 6rem}.my-orders-page__results{margin-top:6rem}.my-orders-page__empty{display:flex;justify-content:center;padding:8rem 0}.search-form{background:#fff;padding:4rem;border-radius:8px;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.search-form__field{margin-bottom:2rem}.search-form__label{display:block;font-weight:500;color:#1f1f1f;margin-bottom:1rem}.search-form__input{width:100%;padding:1.5rem;border:2px solid rgba(69,87,39,.2);border-radius:6px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-form__input:focus{outline:none;border-color:#455727;box-shadow:0 0 0 3px #4557271a}.search-form__input:disabled{background-color:#64748b1a;cursor:not-allowed}.search-form__button{width:100%}.search-form__error{margin-top:1.5rem;padding:1.5rem;background-color:#e53e3e1a;border:1px solid #e53e3e;border-radius:6px;color:#c53030;text-align:center;font-weight:500}.empty-state{text-align:center;padding:8rem 3rem}.empty-state__icon{font-size:80px;margin-bottom:2rem}.empty-state__title{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:1rem}.empty-state__message{font-size:1rem;color:#334155;max-width:400px;margin:0 auto}.orders-list__title{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:3rem}.order-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;padding:3rem;margin-bottom:3rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.order-card:hover{box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;transform:translateY(-2px)}.order-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid rgba(69,87,39,.1);gap:1.5rem;flex-wrap:wrap}.order-card__info{flex:1;min-width:200px}.order-card__id{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:600;color:#1f1f1f;margin-bottom:.5rem}.order-card__date{font-size:.875rem;color:#334155}.order-card__status{padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:uppercase}.order-card__status.status-pending{background-color:#f59e0b26;color:#d97706}.order-card__status.status-processing{background-color:#3b82f626;color:#2563eb}.order-card__status.status-completed{background-color:#10b98126;color:#059669}.order-card__status.status-cancelled{background-color:#ef444426;color:#dc2626}.order-card__items{margin-bottom:2rem}.order-card__items-title{font-weight:600;color:#1f1f1f;margin-bottom:1rem}.order-card__no-items{font-size:.875rem;color:#64748b;font-style:italic}.order-card__footer{padding-top:2rem;border-top:2px solid rgba(69,87,39,.1)}.order-card__total{display:flex;justify-content:space-between;align-items:center}.order-card__total-label{font-size:1.125rem;font-weight:500;color:#334155}.order-card__total-price{font-size:1.5rem;font-weight:700;color:#455727}.order-items-list{list-style:none;padding:0;margin:0}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:1.5rem}.order-item:not(:last-child){border-bottom:1px solid rgba(69,87,39,.1)}.order-item__details{font-size:1rem;color:#1f1f1f}.order-item__price{font-weight:600;color:#455727}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{min-height:100vh;line-height:1.5;text-rendering:optimizeSpeed;overflow-x:hidden;width:100%;position:relative}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{text-decoration:none;color:inherit}button{background:none;border:none;cursor:pointer}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.65;color:#1f1f1f;background-color:#faf9f6}h1,h2,h3,h4,h5,h6{font-family:Cinzel,Georgia,serif;font-weight:600;line-height:1.25;color:#1f1f1f;margin-bottom:1.5rem}h1{font-family:Cinzel,Georgia,serif;font-size:2.25rem;font-weight:600;line-height:1.25;letter-spacing:-.02em}@media(min-width:768px){h1{font-size:3rem}}@media(min-width:1024px){h1{font-size:3.75rem}}@media(min-width:1280px){h1{font-size:4.5rem}}h2{font-family:Cinzel,Georgia,serif;font-size:1.875rem;font-weight:600;line-height:1.25;letter-spacing:-.01em}@media(min-width:768px){h2{font-size:2.25rem}}@media(min-width:1024px){h2{font-size:3rem}}h3{font-family:Cinzel,Georgia,serif;font-size:1.5rem;font-weight:600;line-height:1.25}@media(min-width:768px){h3{font-size:1.875rem}}h4{font-family:Cinzel,Georgia,serif;font-size:1.25rem;font-weight:600;line-height:1.5}@media(min-width:768px){h4{font-size:1.5rem}}p{margin-bottom:1.5rem;color:#334155}p:last-child{margin-bottom:0}a{color:#455727;transition:color .3s cubic-bezier(.4,0,.2,1)}a:hover{color:#2f3d1b}a:focus-visible{outline:3px solid #C9B37E;outline-offset:2px}strong,b{font-weight:600}em,i{font-style:italic}.text-primary{color:#1f1f1f}.text-secondary{color:#334155}.text-light{color:#64748b}.text-white{color:#fff}.text-center{text-align:center}.text-uppercase{text-transform:uppercase;letter-spacing:.05em}.font-heading{font-family:Cinzel,Georgia,serif}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem;width:100%}.section{padding:4rem 0}@media(min-width:768px){.section{padding:6rem 0}}@media(min-width:1024px){.section{padding:8rem 0}}.section-light{background-color:#faf9f6}.section-dark{background-color:#f0f5fa}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .5s cubic-bezier(.4,0,.2,1) ease-out,transform .5s cubic-bezier(.4,0,.2,1) ease-out}.fade-in-up.visible{opacity:1;transform:translateY(0)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.skip-to-content{position:absolute;top:-100%;left:0;background:#455727;color:#fff;padding:1rem 1.5rem;z-index:9999;transition:top .15s cubic-bezier(.4,0,.2,1)}.skip-to-content:focus{top:0}html{scroll-padding-top:80px}.app{width:100%;max-width:100vw;overflow-x:hidden;position:relative}main{width:100%;overflow-x:hidden}
