.navbar{position:relative;display:flex;justify-content:space-between;align-items:center;padding:18px 5%;background:linear-gradient(to right,#fff,#f8f4f2);border-bottom:3px solid #C7A9A2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:Montserrat,sans-serif;z-index:10000}.logo{transition:.3s ease}.logo img{height:100px;width:auto}.logo:hover{opacity:.8}.nav-group{display:flex;align-items:center;gap:45px}.nav-group.main-links a,.nav-links a{color:#8f5445;text-decoration:none;font-size:15px;font-weight:500;letter-spacing:.5px;padding:5px 8px;position:relative;transition:.3s ease}.nav-group.main-links a:after,.nav-links a:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background-color:#c7a9a2;transition:width .3s ease}.nav-group.main-links a:hover:after,.nav-links a:hover:after{width:100%}.nav-group.main-links a:hover,.nav-links a:hover{opacity:.7}.dropdown{position:relative;display:flex;align-items:center;cursor:pointer;z-index:1000}.dropdown-trigger,.dropbtn{background:none;border:none;color:#8f5445;font-weight:500;font-size:15px;cursor:pointer;position:relative;transition:.3s ease}.dropdown-trigger:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background-color:#c7a9a2;transition:width .3s ease}.dropdown:hover .dropdown-trigger:after{width:100%}.arrow{margin-left:6px;font-size:12px}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;min-width:180px;border-radius:8px;box-shadow:0 10px 25px #00000026;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(5px);transition:.2s ease;z-index:9999}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item,.dropdown-menu button{font-family:Roboto,sans-serif;font-size:14px;color:#333;text-decoration:none;padding:12px 18px;display:block;transition:.2s ease;background:none;border:none;text-align:left;cursor:pointer}.dropdown-item:hover,.dropdown-menu button:hover{background-color:#f3f3f3;padding-left:22px}.nav-group.nav-right,.nav-right{display:flex;align-items:center;gap:15px}.nav-right button{background:none;border:none;cursor:pointer;font-weight:700;color:#8f5445;opacity:.6;transition:.2s ease}.nav-right button:hover{opacity:.8}.nav-right button.active{opacity:1;text-decoration:underline}.cart-icon{position:relative;display:inline-flex;align-items:center;font-size:1.5rem;text-decoration:none;color:#000;transition:.2s ease}.cart-icon:hover{opacity:.7}.cart-icon svg{width:24px;height:24px;display:block}.cart-count{position:absolute;top:-6px;right:-8px;background:#8f5445;color:#fff;font-size:.75rem;padding:2px 6px;border-radius:50%;z-index:10;line-height:1}@keyframes bounce{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.cart-icon.bounce{animation:bounce .3s ease}.nav-mobile-controls{display:none;align-items:center;gap:18px}.hamburger-btn{background:none;border:none;cursor:pointer;font-size:1.5rem;color:#8f5445;display:flex;align-items:center;padding:4px}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:3px solid #C7A9A2;box-shadow:0 10px 25px #00000026;display:flex;flex-direction:column;padding:8px 0;z-index:9999}.mobile-link{font-family:Montserrat,sans-serif;color:#8f5445;text-decoration:none;font-size:1rem;font-weight:500;padding:14px 6%;background:none;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3eae7}.mobile-dropdown-trigger{width:100%}.mobile-submenu{display:flex;flex-direction:column;background:#faf6f5}.mobile-submenu .mobile-link,.mobile-submenu button{padding-left:12%;font-size:.95rem;font-weight:400;color:#333;border-bottom:1px solid #f3eae7;text-align:left;background:none;border-left:none;border-right:none;border-top:none;cursor:pointer}@media(max-width:768px){.navbar{padding:14px 5%}.logo img{height:70px}.nav-group.main-links,.nav-group.nav-right{display:none}.nav-mobile-controls{display:flex}}html,body,#root{height:100%}#root{display:flex;flex-direction:column}.footer{background:#8f5445;color:#fff;padding:30px 20px;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer p{margin:0;font-size:14px}.footer h4{margin:0 0 5px}.links{display:flex;gap:20px;flex-wrap:wrap}.links a{color:#fff;text-decoration:none;font-size:14px;transition:opacity .2s ease}.links a:hover{opacity:.7}.rights{text-align:center}.rights img{height:4rem;width:auto;margin-bottom:8px}@media(max-width:768px){.footer{padding:24px 16px}.footer .container{flex-direction:column;align-items:center;text-align:center;gap:24px}.rights img{height:3.2rem}.links{justify-content:center;gap:14px}.footer .container>div{text-align:center}}@media(max-width:420px){.links{flex-direction:column;align-items:center;gap:10px}.rights img{height:2.8rem}}.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.error-content{max-width:480px;text-align:center}.error-illustration{width:100%;max-width:320px;margin:0 auto 24px;display:block}.error-code{font-size:4rem;font-weight:700;color:#8f5445;line-height:1;margin-bottom:8px;font-family:Montserrat,sans-serif}.error-title{font-size:1.6rem;color:#222;margin:0 0 12px;font-family:Montserrat,sans-serif}.error-message{color:#555;font-size:1rem;line-height:1.5;margin-bottom:28px}.error-actions{display:flex;flex-direction:column;align-items:center;gap:14px}.error-home-btn{display:inline-block;padding:12px 32px;background:#8f5445;color:#fff;text-decoration:none;border-radius:30px;font-weight:600;transition:background .2s ease}.error-home-btn:hover{background:#c7a9a2;color:#000}.error-contact-link{color:#8f5445;text-decoration:underline;font-size:.9rem}.error-contact-link:hover{color:#c7a9a2}@media(max-width:480px){.error-page{padding:28px 16px;min-height:60vh}.error-code{font-size:3rem}.error-title{font-size:1.3rem}.error-message{font-size:.9rem}.error-illustration{max-width:220px}}body{font-family:Arial,sans-serif;margin:0;padding:0;background-color:#fff}.products-container{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px;gap:0}.product-link{text-decoration:none;color:inherit}.name{font-family:Ink Free;color:#000}@media(max-width:768px){.products-container{margin-top:12px;padding:0 4%}}.product-card{display:flex;flex-direction:column;border-radius:5px;margin:10px;width:220px;height:325px;box-shadow:1px 2px 5px #0000001a;text-align:center;transition:transform .2s;cursor:pointer;background-color:#fff;position:relative;overflow:hidden}.product-image-wrapper{position:relative;width:100%;flex-shrink:0}.product-card img{display:block;width:100%;height:200px;object-fit:cover}.discount{display:flex;justify-content:center;align-items:center;position:absolute;top:10px;left:10px;z-index:2;background-color:red;color:#fff;border-radius:5px;padding:0 3px;height:30px}.product-card h3{font-size:18px;margin:10px 10px 5px;color:#000;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25;min-height:2.5em}.popup{position:absolute;bottom:0;left:0;width:100%}.product-card p#msg{font-size:14px;opacity:0;transform:translateY(10px);color:#fff;background-color:#8f5445;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .2s ease,transform .2s ease}.product-card:hover p#msg{opacity:1;transform:translateY(0)}.product-card strong{display:block;margin-top:auto;margin-bottom:10px;font-size:16px;color:#4d8b55}@media(max-width:900px){.product-card{width:200px;height:300px}.product-card img{height:180px}}@media(max-width:600px){.products-container{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:0 4%}.product-card{width:100%;height:260px;margin:0}.product-card img{display:block;width:100%;height:200px;object-fit:cover;object-position:top}.product-card h3{font-size:14px;margin:8px 8px 4px;min-height:2.5em}.product-card strong{font-size:13px;margin-bottom:8px}.discount{height:24px;font-size:12px;top:6px;left:6px}.product-card p#msg{font-size:12px}}@media(max-width:380px){.product-card{width:calc(100% - 16px);height:280px}.product-card img{height:160px}}.banner{position:relative;width:100%;height:80vh;overflow:hidden}.banner img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.banner img.active{opacity:1}.banner-overlay{position:absolute;top:85%;left:10%;transform:translateY(-50%);color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.banner-overlay h1{font-size:3rem;margin-bottom:10px}.banner-overlay p{font-size:1.2rem}.banner:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#0009,#0003)}@media(max-width:768px){.banner{height:60vh}.banner-overlay{left:6%;right:6%;top:80%}.banner-overlay h1{font-size:2rem;margin-bottom:8px}.banner-overlay p{font-size:1rem}}@media(max-width:480px){.banner{height:50vh}.banner-overlay{top:75%}.banner-overlay h1{font-size:1.5rem}.banner-overlay p{font-size:.9rem}}.product-options select{height:40px;padding:6px 10px;margin-top:6px;border-radius:5px;border:1px solid #8f5445;background-color:#c7a9a2;font-size:.95rem;cursor:pointer}@media(max-width:600px){.product-page{padding:20px 5%;gap:20px}.product-info h1{font-size:1.4rem}.price-estimate{font-size:22px}.price,.price-old{font-size:17px}.description{margin:14px 0}.product-options select{width:100%;font-size:.9rem}.quantity-selector{margin-top:14px}.quantity-selector input{width:50px}}.product-page{opacity:0;transform:translateY(5px);animation:fadeInPage .3s forwards ease;display:flex;align-items:flex-start;gap:40px;width:100%;height:auto;padding:40px;box-sizing:border-box}.product-image{width:600px;flex-shrink:0;border-radius:5px}.product-info{flex:1;max-width:600px}.title{display:flex;flex-direction:row;gap:5px}.product-info h1{margin-top:0}.discount-product{display:flex;justify-content:center;align-items:center;background-color:red;color:#fff;border-radius:5px;padding:0 3px;height:30px}.price-estimate{text-align:center;display:block;margin-top:10px;font-size:30px;color:#4d8b55}.description{margin:20px 0;line-height:1.5}.description h3{margin-bottom:8px}.description ul{list-style-type:disc;padding-left:20px}.description ol{margin-top:5px;padding-left:20px}.description li{margin-bottom:6px;line-height:1.4}.product-options{display:flex;gap:20px;margin:20px 0;flex-wrap:column}.product-options textarea{width:100%;min-height:120px;padding:12px 14px;font-size:14px;font-family:inherit;border:1px solid #8f5445;border-radius:8px;background-color:#c7a9a2;resize:vertical;transition:all .2s ease;box-sizing:border-box}.product-options::placeholder{color:#ccc}.product-options:focus{outline:none;border-color:#8f5445;box-shadow:0 0 0 3px #8f544526}.char-counter{text-align:right;font-size:12px;color:#777;margin-top:4px}.product-options label{display:flex;flex-direction:column;font-weight:700;font-size:.9rem}.price-box{display:flex;gap:5px}.price{display:block;margin-top:10px;font-size:20px;color:#4d8b55}.price-old{display:block;margin-top:10px;font-size:20px;color:#8b4d4d;text-decoration:line-through}.price:disabled{opacity:0}.quantity-selector{display:flex;align-items:center;gap:10px;margin-top:20px;width:100%}.quantity-selector input{width:60px;height:40px;padding:6px;border-radius:5px;border:1px solid #8f5445;background-color:#c7a9a2;font-size:1rem}.add-to-cart{flex-grow:1;padding:12px;font-size:1rem;border:none;border-radius:6px;background:#8f5445;color:#fff;cursor:pointer;transition:all .3s ease;height:40px}.add-to-cart:hover{background:#c7a9a2;color:#000;transition:.3s}.add-to-cart:active{transform:scale(.9);transition:.2s}.add-to-cart:disabled{background-color:#eee5e3;cursor:not-allowed;color:#fff}@media(max-width:1000px){.product-page{flex-direction:column}.product-image{width:100%}.product-info{max-width:100%}.product-options{flex-direction:column}.quantity-add{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.product-page{padding:20px 5%;gap:20px}.product-info h1{font-size:1.4rem}.price-estimate{font-size:22px}.price,.price-old{font-size:17px}.description{margin:14px 0}.product-options textarea{min-height:90px;font-size:13px}.quantity-selector{margin-top:14px}.quantity-selector input{width:50px}}.random-products-container{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:20px;margin:30px 0}.random-products-container .product-card{flex:0 0 220px}@media(max-width:900px){.random-products-container .product-card{flex:0 0 200px}}@media(max-width:600px){.random-products-container{gap:16px;margin:20px 0;padding:0 4%}.random-products-container .product-card{flex:0 0 calc(50% - 8px)}}@media(max-width:380px){.random-products-container .product-card{flex:0 0 100%}}@keyframes fadeInPage{to{opacity:1;transform:translateY(0)}}.cart-page{opacity:0;transform:translateY(5px);animation:fadeInPage .3s forwards ease;max-width:900px;margin:0 auto;padding:2rem}.cart-empty{position:absolute;left:50%;top:50%;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cart-item{display:flex;align-items:center;gap:1rem;border-bottom:1px solid #C7A9A2;padding:1rem 0;opacity:0;transform:translate(-20px);animation:fadeInItem .3s forwards ease}@keyframes fadeInItem{to{opacity:1;transform:translate(0)}}.cart-item-image{width:150px;height:150px;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block}.cart-item-image-link{opacity:1;transition:.2s}.cart-item-image-link:hover{opacity:.75;transition:.2s}.cart-item-name-link{text-decoration:none;color:#8f5445;transition:.2s}.cart-item-name-link:hover{color:#c7a9a2;transition:.2s}.cart-item-info{flex:1;min-width:0}.cart-item-info ul{padding-left:1rem;margin:.5rem 0}.cart-price{font-weight:700}.cart-item-actions{display:flex;flex-direction:row;gap:.5rem;align-items:flex-end}.cart-item-actions input{width:60px;height:40px;padding:6px;border-radius:5px;border:1px solid #8f5445;background-color:#c7a9a2;font-size:1rem}.cart-item-actions button{width:60px;height:40px;display:flex;border:none;background:none;align-items:center;justify-content:center}.cart-item-actions button svg{width:24px;height:24px;display:block;transition:.2s}.cart-item-actions button svg:hover{width:28px;height:28px;transition:.2s}.cart-summary{margin-top:2rem;text-align:right}.clear-cart{color:#fff;background-color:#8f5445;border:none;border-radius:3px;height:35px;width:100px}.clear-cart:hover{color:#000;background-color:#c7a9a2;transition:.2s}.proceed-to-checkout-button{width:100%;padding:12px 15px;font-size:1.1rem;border:none;border-radius:6px;background:#8f5445;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-align:center}.proceed-to-checkout-button:hover{background:#c7a9a2;color:#000;transition:.3s}.discount-code{display:flex;justify-content:space-between;width:100%;gap:10px}.discount-code-input{width:180px;height:40px;margin-top:10px;padding:6px;border-radius:5px;border:1px solid #8f5445;background-color:#c7a9a2;font-size:1rem;flex:1;min-width:0}.discount-code-button{width:80px;height:40px;margin-top:10px;border:none;border-radius:5px;align-items:center;justify-content:center;color:#fff;background-color:#915546;font-size:1rem;flex-shrink:0}.discount-code-button:hover{background-color:#c7a9a2;color:#000;transition:.2s}.discount-code-message{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.discount-code-message p{margin:0}.discount-code-message button{padding:4px 8px;font-size:12px;cursor:pointer;border:none;background-color:#e00000}.order-note{margin-top:1.5rem}.order-note label{display:block;font-weight:700;margin-bottom:6px;font-size:.95rem}.order-note textarea{width:100%;min-height:90px;padding:10px 12px;font-size:14px;font-family:inherit;border:1px solid #8f5445;border-radius:8px;background-color:#c7a9a2;resize:vertical;box-sizing:border-box}.order-note textarea:focus{outline:none;border-color:#8f5445;box-shadow:0 0 0 3px #8f544526}.order-note .char-counter{text-align:right;font-size:12px;color:#777;margin-top:4px}@media(max-width:768px){.cart-page{padding:1.5rem 1rem}.cart-item-image{width:110px;height:110px}}@media(max-width:480px){.cart-item{flex-wrap:wrap;position:relative;padding-bottom:1.25rem}.cart-item-image{width:90px;height:90px}.cart-item-info{flex:1 1 auto}.cart-item-actions{flex-direction:row;align-items:center;width:100%;justify-content:flex-end;margin-top:8px}.cart-summary{text-align:center}.discount-code{flex-wrap:wrap}.discount-code-input{width:100%;flex:1 1 100%}.discount-code-button{flex:1 1 100%;width:100%}.order-note textarea{font-size:16px}}.checkout{max-width:900px;margin:auto;padding:0 20px}.checkout-section{margin-bottom:30px}.checkout-item{display:flex;gap:15px;margin-bottom:10px;border-bottom:solid 1px #8f5445;padding-bottom:10px}.checkout-item img{width:60px;height:60px;object-fit:cover;flex-shrink:0}.checkout-checkbox{margin:20px 0}.checkout-checkbox label{cursor:pointer;-webkit-user-select:none;user-select:none}.checkout-button{width:100%;padding:12px 15px;font-size:1.1rem;border:none;border-radius:6px;background:#8f5445;color:#fff;cursor:pointer;transition:all .3s ease;margin-bottom:20px;display:flex;align-items:center;justify-content:center;text-align:center}.checkout-button:hover{background:#c7a9a2;color:#000;transition:.3s}.checkout-button:active{transform:scale(.9);transition:.2s}.checkout-button:disabled{background-color:#eee5e3;cursor:not-allowed;color:#fff}.total-price{margin-bottom:2px}.vat{margin-top:3px}.checkout-order-note{margin-top:12px;padding:10px 12px;border:1px solid #c7a9a2;border-radius:6px;background:#fdf6f4}.checkout-order-note strong{display:block;margin-bottom:4px;font-size:.9rem}.checkout-order-note p{margin:0;font-size:.9rem;color:#555;white-space:pre-wrap}.checkout-notice{margin-top:20px;margin-bottom:20px;padding:16px;border:1px solid #e0e0e0;background:#fafafa;border-radius:10px;display:flex;flex-direction:column;gap:10px}.checkout-warning{font-weight:600;color:#b45309;font-size:14px;line-height:1.4}.checkout-terms{font-size:13px;color:#555;line-height:1.5}@media(max-width:600px){.checkout{padding:0 16px}.checkout-item{gap:10px}.checkout-item img{width:48px;height:48px}.checkout-item p,.checkout-item h6{font-size:.85rem}.checkout-notice{padding:12px}.checkout-warning{font-size:13px}.checkout-terms{font-size:12px}}*,*:before,*:after{box-sizing:border-box}.address-form{width:100%;margin-bottom:32px}.address-form h3{margin-bottom:12px}.address-form h5{margin-bottom:5px}.address-form input{height:40px;width:100%;border:solid 2px #8f5445;border-radius:8px;font-size:18px;padding:0 10px;margin-bottom:12px}.address-form input:focus{border-color:#8f5445;box-shadow:0 4px 8px #0003,0 6px 20px #00000030}.address-form input:disabled{background-color:#f0f0f0;border-color:#000}.address-row{display:flex;width:100%;gap:12px}.address-row input{flex:1;min-width:0}.address-form input.small{width:80px;flex:0 0 80px}.address-form input.locked{background-color:#f0f0f0;font-weight:600;cursor:not-allowed}@media(max-width:480px){.address-form input{font-size:16px}.address-row{flex-wrap:wrap}.address-row input:not(.small){flex:1 1 100%}.address-row input.small{flex:0 0 90px}}.shipping-selector{padding:16px;border:2px solid #8f5445;border-radius:8px}.shipping-title{margin-bottom:12px;font-size:1rem}.shipping-providers{display:flex;gap:12px;justify-content:space-between;flex-wrap:wrap;margin-bottom:12px}.provider-logo{height:40px;max-width:100%}.provider-btn{padding:8px 12px;border:1px solid #c7a9a2;background:#fff;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,border-color .15s ease;flex:1}.provider-btn:hover{transform:scale(1.02);border:1px solid #8f5445}.provider-btn.active{border:2px solid black;font-weight:700}.shipping-methods{margin-top:10px;display:flex;flex-direction:column;align-items:stretch}.method-btn{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:6px;padding:10px;text-align:left;font-size:1rem;border:1px solid #c7a9a2;background:#fff;cursor:pointer;border-radius:6px;transition:transform .15s ease,border-color .15s ease}.method-btn:hover{transform:scale(1.02);border:1px solid #8f5445}.method-btn.active{border:2px solid black;font-weight:700}.method-name{font-weight:500}.method-price{font-weight:600}.shipping-summary{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid #c7a9a2;border-radius:6px;background:#fdf6f4}.checkout-pickup{margin-top:10px}.checkout-pickup-selected{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid #c7a9a2;border-radius:6px;background:#fdf6f4}.checkout-pickup-change{margin-left:auto;padding:6px 14px;border:1px solid #8f5445;background:#fff;color:#8f5445;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .15s ease,color .15s ease}.checkout-pickup-change:hover{background:#8f5445;color:#fff}.checkout-pickup-warning-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.checkout-pickup-warning{margin:0;color:#b45309;font-size:.9rem}.checkout-pickup-open{padding:6px 14px;background:#8f5445;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;white-space:nowrap}.checkout-pickup-open:hover{background:#c7a9a2;color:#000}@media(max-width:600px){.shipping-selector{padding:12px}.shipping-providers{gap:8px}.provider-logo{height:30px}.provider-btn{padding:8px;flex:1 1 40%}.method-btn{padding:10px 12px;font-size:.95rem}.checkout-pickup-selected,.checkout-pickup-warning-row{flex-direction:column;align-items:flex-start}.checkout-pickup-change,.checkout-pickup-open{width:100%;margin-left:0}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-modal-backdrop{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.map-modal{background:#fff;border-radius:8px;width:100%;max-width:700px;height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 32px #0003}.map-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #C7A9A2;flex-shrink:0}.map-header h2{margin:0;font-size:1.1rem;color:#8f5445}.map-provider-name{font-weight:400;color:#c7a9a2}.map-close-btn{background:none;border:none;font-size:1.1rem;cursor:pointer;color:#c7a9a2;padding:.25rem .5rem;line-height:1}.map-close-btn:hover{color:#8f5445}.map-search{display:flex;gap:.5rem;padding:.75rem 1.25rem;background:#f9f9f9;border-bottom:1px solid #8F5445;flex-shrink:0}.map-search input{flex:1;max-width:180px;padding:.45rem .75rem;border:1px solid #8F5445;border-radius:4px;font-size:.95rem}.map-search button{padding:.45rem 1rem;background:#c7a9a2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.map-search button:disabled{background:#aaa;cursor:not-allowed}.map-container{flex:1;min-height:0}.map-status{padding:.5rem 1.25rem;font-size:.85rem;color:#c7a9a2;flex-shrink:0}.map-error{color:#c0392b}.map-select-btn{margin-top:.5rem;padding:.3rem .75rem;background:#8f5445;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;width:100%}.map-footer{border-top:1px solid #e0e0e0;padding:.85rem 1.25rem;flex-shrink:0;min-height:64px;display:flex;align-items:center}.map-footer-hint{margin:0;font-size:.85rem;color:#c7a9a2}.map-selected-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.map-selected-info{display:flex;flex-direction:column;gap:.15rem}.map-selected-info strong{font-size:.95rem}.map-selected-info span{font-size:.8rem;color:#555}.map-confirm-btn{padding:.55rem 1.25rem;background:#c7a9a2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;white-space:nowrap}.map-confirm-btn:hover{background:#8f5445}.marker-selected{filter:hue-rotate(120deg)}.coffee-pin-icon{background:none;border:none}@media(max-width:600px){.map-modal{height:95vh;border-radius:12px 12px 0 0;align-self:flex-end;margin-bottom:0}.map-modal-backdrop{align-items:flex-end;padding:0}.map-header{padding:.85rem 1rem}.map-header h2{font-size:1rem}.map-provider-name{display:block;font-size:.85rem}.map-search{padding:.6rem 1rem}.map-search input{max-width:none}.map-footer{padding:.75rem 1rem}.map-selected-summary{flex-direction:column;align-items:flex-start}.map-confirm-btn{width:100%}.leaflet-popup-content{font-size:.85rem;min-width:180px}}.about{font-family:Roboto,sans-serif;padding-bottom:80px}.about-container{width:90%;max-width:1100px;margin:auto}.about-hero{text-align:center;padding:100px 20px 60px;background:linear-gradient(180deg,#ece6df,#f6f2ed,#fff)}.about-hero h1{font-family:Montserrat,sans-serif;font-size:48px;margin-bottom:20px}.hero-sub{font-family:Playfair Display,serif;font-weight:600;font-size:42px;letter-spacing:.5px;color:#8f5445;opacity:.8}.about-section{margin:80px 0}.about-section h2{font-family:Montserrat,sans-serif;font-size:30px;margin-bottom:20px}.about-section p{line-height:1.7;margin-bottom:15px}.centered{text-align:center;max-width:800px;margin:80px auto;display:flex;flex-direction:column;gap:1.5rem}.about-roastery{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.about-roastery .about-images{display:flex;flex-direction:column;gap:1.5rem}.about-roastery .roastery{width:100%;border-radius:8px;object-fit:cover}.about-roastery .detva-container{position:relative}.about-roastery .detva{width:100%;border-radius:8px;object-fit:cover}.about-roastery .folk-overlay{position:absolute;top:8px;right:8px;width:8rem;height:8rem;border-radius:50%;border:4px solid white;object-fit:cover;box-shadow:0 4px 10px #00000040;transition:transform .3s ease}.about-roastery .folk-overlay:hover{transform:scale(1.1)}.about-roastery .about-text{display:flex;flex-direction:column;gap:1rem}.about-roastery .card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.about-roastery .info-card{background-color:#f4f4f4;padding:1rem;border-radius:8px;text-align:center;font-weight:500}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.value-card{background-color:#f4f4f4;padding:1rem;border-radius:8px;text-align:center;font-weight:500}.mission{background:linear-gradient(135deg,#c7a9a2,#f4e9e6);color:#000;padding:80px 40px;border-radius:25px;text-align:center}.cta-button{display:inline-block;margin-top:20px;padding:12px 30px;background:#8f5445;color:#fff;text-decoration:none;border-radius:30px;transition:.3s}.cta-button:hover{background:#c7a9a2;color:#000}@media(max-width:768px){.about-container{width:92%}.about-hero{padding:60px 16px 40px}.about-hero h1{font-size:32px}.hero-sub{font-size:26px}.about-section{margin:50px 0}.about-section h2{font-size:24px}.centered{margin:50px auto;gap:1rem}.about-roastery,.card-grid{grid-template-columns:1fr}.about-roastery .card-grid{grid-template-columns:repeat(2,1fr)}.about-roastery .folk-overlay{width:5.5rem;height:5.5rem}.mission{padding:50px 24px;border-radius:16px}.cta-button{padding:10px 24px}}@media(max-width:420px){.about-hero h1{font-size:26px}.hero-sub{font-size:20px}.about-roastery .card-grid{grid-template-columns:1fr}.about-roastery .folk-overlay{width:4.5rem;height:4.5rem;top:6px;right:6px}}.category-page{padding:60px 5%}.category-title{text-align:center;margin-bottom:40px;font-size:32px}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,280px));justify-content:center;gap:30px}@media(max-width:768px){.category-page{padding:40px 4%}.category-title{font-size:26px;margin-bottom:28px}.category-grid{gap:20px}}@media(max-width:600px){.category-page{padding:28px 4%}.category-title{font-size:22px;margin-bottom:20px}.category-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:380px){.category-grid{grid-template-columns:1fr}}.contact-container{max-width:600px;margin:60px auto;padding:30px;background:#fff;border-radius:16px;box-shadow:0 10px 25px #00000014;font-family:Arial,sans-serif}.contact-container h1{text-align:center;margin-bottom:25px;font-size:28px;color:#222}.contact-form{display:flex;flex-direction:column;gap:15px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #ddd;font-size:14px;transition:all .2s ease;outline:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#6b8cff;box-shadow:0 0 0 2px #6b8cff33}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{padding:12px;border:none;border-radius:10px;background:#8f5445;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease}.contact-form button:hover{background:#c7a9a2}.contact-form p{text-align:center;font-size:14px;margin-top:10px}.contact-form p:has(+*){color:#28a745}.contact-form p{color:#333}.contact-form p:nth-of-type(1){color:#28a745}.contact-form p:nth-of-type(2){color:#dc3545}.legal-container{max-width:800px;margin:0 auto;padding:40px 20px;line-height:1.7;font-size:16px;color:#222}.legal-container h1{font-size:2rem;margin-bottom:20px}.legal-container h2{margin-top:30px;font-size:1.4rem}.legal-container p{margin-bottom:12px}.legal-container ul{margin-left:20px;margin-bottom:12px}.legal-container a{color:#0070f3;text-decoration:underline}@media(max-width:600px){.legal-container{padding:28px 16px}.legal-container h1{font-size:1.6rem}.legal-container h2{font-size:1.2rem;margin-top:24px}}
