:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;font:16px/1.5 system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{color:#2a2010;background:#fff;margin:0}button{font:inherit}img{max-width:100%;display:block}.navbar{z-index:100;-webkit-backdrop-filter:blur(6px);color:#fff;background:#14100847;position:fixed;top:0;left:0;right:0}.navbar__inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:.9rem 1.5rem;display:flex}.navbar__brand{color:inherit;letter-spacing:.02em;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.15rem;font-weight:700}.navbar__links{flex:1;justify-content:center;gap:1.75rem;display:flex}.navbar__links button{color:inherit;cursor:pointer;opacity:.9;background:0 0;border:none;padding:.25rem 0;font-size:.95rem}.navbar__links button:hover{opacity:1;text-decoration:underline}.navbar__actions{align-items:center;gap:1.25rem;display:flex}.navbar__lang{align-items:center;gap:.35rem;font-size:.9rem;display:flex}.navbar__lang button{color:inherit;opacity:.6;cursor:pointer;background:0 0;border:none;padding:.15rem .3rem;font-weight:600}.navbar__lang button.is-active{opacity:1;text-decoration:underline}.navbar__lang-sep{opacity:.5}.navbar__cart{color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;display:flex;position:relative}.navbar__cart-badge{color:#fff;background:#d68a1c;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}@media (width<=720px){.navbar__links{display:none}}.hero{background:#1a1206;justify-content:center;align-items:flex-end;width:100%;height:100svh;min-height:480px;display:flex;position:relative;overflow:hidden}.hero__video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{background:linear-gradient(#00000026 0%,#00000073 100%);position:absolute;inset:0}.hero__scroll-cta{z-index:1;color:#fff;cursor:pointer;letter-spacing:.03em;text-shadow:0 1px 6px #00000080;background:0 0;border:none;flex-direction:column;align-items:center;gap:.35rem;margin-bottom:3rem;font-size:1rem;animation:2s ease-in-out infinite hero-bounce;display:flex;position:relative}@keyframes hero-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.product-card{background:#fff;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 14px #00000014}.product-card__image{aspect-ratio:4/3;background:#f3ede1}.product-card__image img{object-fit:cover;width:100%;height:100%;display:block}.product-card__image-placeholder{background:repeating-linear-gradient(45deg,#f3ede1,#f3ede1 10px,#ece3d2 10px 20px);width:100%;height:100%}.product-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.1rem 1.2rem 1.3rem;display:flex}.product-card__name{color:#2a2010;margin:0;font-size:1.1rem}.product-card__description{color:#6b6152;flex:1;margin:0;font-size:.9rem}.product-card__footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.product-card__price{color:#2a2010;font-size:1.05rem;font-weight:700}.product-card__add{color:#fff;cursor:pointer;background:#d68a1c;border:none;border-radius:8px;padding:.5rem .9rem;font-size:.85rem;font-weight:600}.product-card__add:hover{background:#bf7913}.products{max-width:1200px;margin:0 auto;padding:5rem 1.5rem 6rem}.products__header{text-align:center;margin-bottom:2.5rem}.products__header h2{color:#2a2010;margin:0 0 .4rem;font-size:2rem}.products__header p{color:#6b6152;margin:0}.products__status{text-align:center;color:#6b6152}.products__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.75rem;display:grid}.product-card--soon{box-shadow:none;background:#e7e2d8;border:1px dashed #c9c1af;justify-content:center;align-items:center;min-height:260px;display:flex}.product-card__body--soon{text-align:center;color:#7a7261;align-items:center}.product-card__body--soon h3{color:#5c5445;margin:0 0 .4rem}.product-card__body--soon p{margin:0;font-size:.9rem}.about{background:#f8f5ee;padding:4rem 1.5rem}.about__inner{text-align:center;color:#4a4234;max-width:800px;margin:0 auto}.about__inner h2{color:#2a2010;margin:0 0 .75rem}.footer{color:#d8d0bd;background:#2a2010;padding:2rem 1.5rem}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1.5rem;max-width:1200px;margin:0 auto;font-size:.85rem;display:flex}.footer__inner a{color:inherit}.cart-drawer__backdrop{z-index:200;background:#0006;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer{background:#fff;flex-direction:column;width:min(400px,100%);height:100%;padding:1.5rem;display:flex;overflow-y:auto}.cart-drawer__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cart-drawer__header h2{color:#2a2010;margin:0;font-size:1.3rem}.cart-drawer__close{cursor:pointer;color:#6b6152;background:0 0;border:none;font-size:1.6rem;line-height:1}.cart-drawer__empty{color:#6b6152;text-align:center;margin-top:2rem}.cart-drawer__items{flex-direction:column;flex:1;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.cart-drawer__item{border-bottom:1px solid #eee;align-items:flex-start;gap:.75rem;padding-bottom:1rem;display:flex}.cart-drawer__item-image{background:#f3ede1;border-radius:8px;flex-shrink:0;width:56px;height:56px;overflow:hidden}.cart-drawer__item-image img{object-fit:cover;width:100%;height:100%}.cart-drawer__item-info{flex-direction:column;flex:1;gap:.25rem;display:flex}.cart-drawer__item-name{color:#2a2010;font-weight:600}.cart-drawer__item-price{color:#6b6152;font-size:.85rem}.cart-drawer__qty{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.cart-drawer__qty button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;width:24px;height:24px}.cart-drawer__remove{color:#a33;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:.8rem}.cart-drawer__footer{border-top:1px solid #eee;flex-direction:column;gap:.75rem;margin-top:1.25rem;padding-top:1rem;display:flex}.cart-drawer__subtotal{color:#2a2010;justify-content:space-between;font-weight:700;display:flex}.cart-drawer__checkout{color:#fff;cursor:pointer;background:#d68a1c;border:none;border-radius:8px;padding:.75rem;font-weight:600}.cart-drawer__continue{color:#6b6152;cursor:pointer;background:0 0;border:none;font-size:.9rem}.checkout-modal__backdrop{z-index:300;background:#00000080;justify-content:center;align-items:flex-start;padding:2rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.checkout-modal{background:#fff;border-radius:12px;width:min(560px,100%);padding:1.75rem}.checkout-modal__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.checkout-modal__header h2{color:#2a2010;margin:0}.checkout-modal__close{cursor:pointer;color:#6b6152;background:0 0;border:none;font-size:1.6rem;line-height:1}.checkout-modal__form{flex-direction:column;gap:1.5rem;display:flex}.checkout-modal__section{border:none;flex-direction:column;gap:.75rem;margin:0;padding:0;display:flex}.checkout-modal__section legend{color:#2a2010;margin-bottom:.25rem;padding:0;font-weight:700}.checkout-modal__radio{color:#2a2010;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.checkout-modal__radio em{color:#6b6152;font-size:.85rem;font-style:normal}.checkout-modal__field{color:#2a2010;flex-direction:column;gap:.3rem;font-size:.9rem;display:flex}.checkout-modal__field input,.checkout-modal__field select,.checkout-modal__field textarea{font:inherit;resize:vertical;background:#fff;border:1px solid #ddd;border-radius:8px;padding:.55rem .7rem}.checkout-modal__error{color:#a33;font-size:.8rem;font-style:normal}.checkout-modal__summary{background:#f8f5ee;border-radius:10px;padding:1rem 1.1rem}.checkout-modal__summary h3{color:#2a2010;margin:0 0 .6rem;font-size:1rem}.checkout-modal__summary-row{color:#4a4234;justify-content:space-between;padding:.2rem 0;font-size:.9rem;display:flex}.checkout-modal__summary-total{color:#2a2010;border-top:1px solid #e2dbc9;margin-top:.4rem;padding-top:.5rem;font-weight:700}.checkout-modal__error-banner{color:#a33;margin:0;font-size:.9rem}.checkout-modal__success{color:#2a2010;text-align:center;padding:1.5rem 0}.checkout-modal__submit{color:#fff;cursor:pointer;background:#d68a1c;border:none;border-radius:8px;padding:.85rem;font-size:1rem;font-weight:700}.checkout-modal__submit:disabled{opacity:.6;cursor:not-allowed}main{min-height:100svh}
