.header{background:linear-gradient(135deg,#8b4513,sienna);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{text-decoration:none;color:#fff8dc;transition:transform .2s}.logo:hover{transform:scale(1.05)}.logo h1{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.nav{display:flex;gap:2rem;flex:1;justify-content:center}.nav-link{color:#fff8dc;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#fff8dc;transition:width .3s ease}.nav-link:hover:after{width:80%}.nav-link:hover{background:#fff8dc1a}.cart-button{position:relative;background:#fff8dc26;border:none;color:#fff8dc;padding:.75rem;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none}.cart-button:hover{background:#fff8dc40;transform:scale(1.1)}.cart-badge{position:absolute;top:-5px;right:-5px;background:#dc143c;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;animation:bounce .5s ease}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width: 768px){.header-container{padding:0 1rem}.logo h1{font-size:1.2rem}.nav{gap:1rem}.nav-link{padding:.5rem;font-size:.9rem}}@media (max-width: 480px){.nav{display:none}.header-container{justify-content:space-between}}.footer{background:linear-gradient(135deg,#6b3410,#8b4513);color:#fff8dc;margin-top:4rem;padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.2rem;margin-bottom:1rem;color:gold}.footer-section p{margin:.5rem 0;opacity:.9}.footer-link{display:block;color:#fff8dc;text-decoration:none;margin:.5rem 0;opacity:.9;transition:all .3s ease}.footer-link:hover{opacity:1;transform:translate(5px);color:gold}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{color:#fff8dc;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff8dc1a}.social-link:hover{transform:scale(1.1) rotate(5deg);background:#ffd70033;color:gold}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,248,220,.2);opacity:.8}.footer-bottom p{margin:0;font-size:.9rem}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-link:hover{transform:none}.social-links{justify-content:center}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#000000f2;color:#fff;padding:1.5rem;z-index:2000;animation:slideUp .5s ease;box-shadow:0 -4px 16px #0000004d}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.cookie-content p{margin:0;flex:1;line-height:1.6}.cookie-accept-btn{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-size:1rem}.cookie-accept-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #8b451380}.cookie-accept-btn:active{transform:scale(.98)}@media (max-width: 768px){.cookie-content{flex-direction:column;align-items:stretch;text-align:center;gap:1rem}.cookie-accept-btn{width:100%}}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.product-card.adding{animation:pulse .6s ease}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.product-image-wrapper{width:100%;height:200px;overflow:hidden;background:#f5f5f5}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.1)}.product-info{padding:1rem;display:flex;flex-direction:column;flex:1}.product-name{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .75rem}.product-allergies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1.25rem;font-weight:700;color:#8b4513}.add-to-cart-btn{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.add-to-cart-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #8b45134d}.add-to-cart-btn:active:not(:disabled){transform:scale(.98)}.add-to-cart-btn:disabled{cursor:not-allowed;opacity:.8}.adding-animation{display:inline-flex;align-items:center;justify-content:center;animation:checkmark .6s ease}@keyframes checkmark{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media (max-width: 480px){.product-image-wrapper{height:180px}.product-name{font-size:1rem}.product-price{font-size:1.1rem}.add-to-cart-btn{padding:.5rem 1rem;font-size:.85rem}}.home{min-height:100vh}.hero{height:500px;background:linear-gradient(#0000004d,#0006),url(https://images.unsplash.com/photo-1509440159596-0249088772ff?w=1200&h=500&fit=crop);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:3rem}.hero-overlay{text-align:center;color:#fff;z-index:1;padding:2rem;animation:fadeInUp 1s ease}.hero-title{font-size:3.5rem;margin:0 0 1rem;font-weight:800;text-shadow:2px 2px 8px rgba(0,0,0,.5);letter-spacing:-1px}.hero-subtitle{font-size:1.5rem;margin:0 0 2rem;opacity:.95;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.hero-cta{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.hero-cta:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 6px 20px #0006}.hero-cta:active{transform:translateY(-1px) scale(1.02)}.about-preview{background:linear-gradient(135deg,#fff8dc,#faebd7);padding:3rem 0;margin-bottom:3rem;text-align:center}.about-preview h2{font-size:2rem;color:#8b4513;margin:0 0 1rem}.about-preview p{font-size:1.1rem;color:#555;max-width:800px;margin:0 auto;line-height:1.8}.popular-section{padding:2rem 0;margin-bottom:2rem}.pastries-section{background:linear-gradient(135deg,#fff8dc,#faebd7);padding:3rem 0}.section-title{font-size:2rem;color:#8b4513;margin:0 0 2rem;text-align:center;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.all-products-section{padding:3rem 0}.filters{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.search-input{padding:1rem;border:2px solid #E0E0E0;border-radius:8px;font-size:1rem;transition:all .3s ease;width:100%}.search-input:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b45131a}.filter-controls{display:flex;gap:1rem;flex-wrap:wrap}.filter-select{flex:1;min-width:200px;padding:.875rem;border:2px solid #E0E0E0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease}.filter-select:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b45131a}.show-more-wrapper{text-align:center;margin-top:2rem}.show-more-btn{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.show-more-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b45134d}.show-more-btn:active{transform:translateY(0)}.no-results{text-align:center;padding:3rem;color:#666;font-size:1.1rem}@media (max-width: 768px){.hero{height:400px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-cta{padding:.875rem 2rem;font-size:1rem}.section-title{font-size:1.75rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.filter-controls{flex-direction:column}.filter-select{min-width:100%}}@media (max-width: 480px){.hero{height:350px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.about-preview h2{font-size:1.5rem}.about-preview p{font-size:1rem}.section-title{font-size:1.5rem}.products-grid{grid-template-columns:1fr;gap:1rem}}.cart-page{min-height:calc(100vh - 200px);padding:3rem 0}.cart-page h1{font-size:2.5rem;color:#8b4513;margin-bottom:2rem;text-align:center}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart svg{color:#ccc;margin-bottom:2rem}.empty-cart h2{font-size:1.5rem;color:#666;margin-bottom:1rem}.empty-cart p{color:#999;margin-bottom:2rem}.continue-shopping-btn{display:inline-block;background:linear-gradient(135deg,#8b4513,sienna);color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:8px;font-weight:600;transition:all .3s ease}.continue-shopping-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b45134d}.cart-content{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;display:grid;grid-template-columns:120px 1fr auto auto;gap:1.5rem;align-items:center;transition:all .3s ease}.cart-item:hover{box-shadow:0 4px 12px #00000026}.cart-item-image{width:120px;height:120px;object-fit:cover;border-radius:8px}.cart-item-details h3{margin:0 0 .5rem;color:#333;font-size:1.2rem}.cart-item-allergies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.allergy-tag{background:#ffe4e1;color:#dc143c;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.cart-item-price{margin:0;font-size:1rem;color:#666}.cart-item-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f5f5f5;border-radius:8px;padding:.25rem}.quantity-btn{background:#fff;border:1px solid #E0E0E0;width:32px;height:32px;border-radius:6px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background:#8b4513;color:#fff;border-color:#8b4513}.quantity{min-width:40px;text-align:center;font-weight:600;font-size:1rem}.remove-btn{background:#ffe4e1;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:#dc143c}.remove-btn:hover{background:#dc143c;color:#fff;transform:scale(1.1)}.cart-item-total{font-size:1.5rem;font-weight:700;color:#8b4513;min-width:100px;text-align:right}.cart-summary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;position:sticky;top:100px}.cart-summary h2{margin:0 0 1.5rem;font-size:1.5rem;color:#333}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;color:#666}.summary-total{display:flex;justify-content:space-between;padding:1.5rem 0;margin-top:1rem;border-top:2px solid #E0E0E0;font-size:1.5rem;font-weight:700;color:#8b4513}.checkout-btn{display:block;width:100%;background:linear-gradient(135deg,#8b4513,sienna);color:#fff;text-decoration:none;text-align:center;padding:1rem;border-radius:8px;font-weight:600;font-size:1.1rem;margin-top:1.5rem;transition:all .3s ease}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b45134d}.continue-link{display:block;text-align:center;color:#8b4513;text-decoration:none;margin-top:1rem;font-weight:500;transition:all .3s ease}.continue-link:hover{color:sienna}@media (max-width: 1024px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 768px){.cart-page h1{font-size:2rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item-image{width:80px;height:80px}.cart-item-actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between}.cart-item-total{grid-column:1 / -1;text-align:left;margin-top:.5rem}}@media (max-width: 480px){.cart-page{padding:2rem 0}.cart-item{padding:1rem}.cart-summary{padding:1.5rem}}.checkout-page{min-height:calc(100vh - 200px);padding:3rem 0}.checkout-page h1{font-size:2.5rem;color:#8b4513;margin-bottom:2rem;text-align:center}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.checkout-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.checkout-form h2{margin:0 0 1.5rem;font-size:1.5rem;color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-input{width:100%;padding:.875rem;border:2px solid #E0E0E0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-input:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b45131a}.verification-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #E0E0E0}.verification-section h3{margin:0 0 .5rem;font-size:1.2rem;color:#333}.verification-section p{margin:0 0 1.5rem;color:#666}.verification-buttons{display:flex;flex-direction:column;gap:1rem}.verification-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#8b4513,sienna);color:#fff;border:none;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.verification-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #8b45134d}.verification-btn:active:not(:disabled){transform:translateY(0)}.verification-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.order-summary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;position:sticky;top:100px}.order-summary h2{margin:0 0 1.5rem;font-size:1.5rem;color:#333}.summary-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #F0F0F0}.summary-item:last-child{border-bottom:none}.summary-item-info{display:flex;flex-direction:column;gap:.25rem}.summary-item-name{font-weight:600;color:#333}.summary-item-quantity{font-size:.875rem;color:#666}.summary-item-price{font-weight:600;color:#8b4513}.summary-total{display:flex;justify-content:space-between;padding-top:1.5rem;margin-top:1rem;border-top:2px solid #E0E0E0;font-size:1.5rem;font-weight:700;color:#8b4513}.order-success{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;max-width:600px;margin:0 auto}.success-icon{width:120px;height:120px;margin:0 auto 2rem;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.order-success h1{color:#4caf50;margin-bottom:1rem}.order-success p{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.back-home-btn{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-home-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b45134d}@media (max-width: 1024px){.checkout-content{grid-template-columns:1fr}.order-summary{position:static}}@media (max-width: 768px){.checkout-page{padding:2rem 0}.checkout-page h1{font-size:2rem}.checkout-form,.order-summary{padding:1.5rem}}@media (max-width: 480px){.verification-buttons{gap:.75rem}.verification-btn{padding:.875rem 1rem;font-size:.9rem}}.about-page{min-height:100vh}.about-hero{background:linear-gradient(135deg,#8b4513,sienna);padding:4rem 0;text-align:center;margin-bottom:3rem}.about-hero h1{color:#fff8dc;font-size:3rem;margin:0;animation:fadeInUp .8s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-section{margin-bottom:4rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text h2{font-size:2rem;color:#8b4513;margin:0 0 1.5rem}.about-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.about-image img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #00000026}.owner-section{background:linear-gradient(135deg,#fff8dc,#faebd7);padding:4rem 2rem;border-radius:12px;margin-bottom:4rem}.owner-section h2{font-size:2rem;color:#8b4513;margin:0 0 2rem;text-align:center}.owner-content{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start;max-width:1000px;margin:0 auto}.owner-image img{width:100%;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #00000026}.owner-text h3{font-size:1.75rem;color:#8b4513;margin:0 0 .5rem}.owner-title{font-size:1.1rem;color:sienna;font-weight:600;margin:0 0 1.5rem}.owner-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.values-section{margin-bottom:4rem}.values-section h2{font-size:2rem;color:#8b4513;margin:0 0 2rem;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;transition:all .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.value-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#8b4513,sienna);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.value-card h3{font-size:1.5rem;color:#8b4513;margin:0 0 1rem}.value-card p{font-size:1rem;color:#666;line-height:1.6;margin:0}@media (max-width: 1024px){.about-content{grid-template-columns:1fr}.about-image img{height:350px}.owner-content{grid-template-columns:1fr;text-align:center}.owner-image img{max-width:300px;margin:0 auto}}@media (max-width: 768px){.about-hero h1{font-size:2.5rem}.about-hero{padding:3rem 0}.about-text h2,.owner-section h2,.values-section h2{font-size:1.75rem}.about-text p,.owner-text p{font-size:1rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.owner-section{padding:3rem 1.5rem}}@media (max-width: 480px){.about-hero h1{font-size:2rem}.about-section,.owner-section,.values-section{margin-bottom:3rem}.value-card{padding:1.5rem}.value-icon{width:60px;height:60px}.value-icon svg{width:32px;height:32px}}.contact-page{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#8b4513,sienna);padding:4rem 0;text-align:center;margin-bottom:3rem}.contact-hero h1{color:#fff8dc;font-size:3rem;margin:0;animation:fadeInUp .8s ease}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.info-card:hover{transform:translateY(-3px);box-shadow:0 8px 16px #00000026}.info-icon{width:60px;height:60px;background:linear-gradient(135deg,#8b4513,sienna);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.info-card h3{font-size:1.5rem;color:#8b4513;margin:0 0 1rem}.info-card p{margin:.5rem 0;color:#555;font-size:1rem;line-height:1.6}.info-card a{color:#8b4513;text-decoration:none;font-weight:500;transition:color .3s ease}.info-card a:hover{color:sienna;text-decoration:underline}.opening-hours{display:flex;flex-direction:column;gap:.75rem}.hours-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #F0F0F0}.hours-row:last-child{border-bottom:none}.hours-row span:first-child{font-weight:500;color:#333}.hours-row span:last-child{color:#8b4513;font-weight:600}.map-section{display:flex;flex-direction:column;gap:2rem}.map-section h2{font-size:2rem;color:#8b4513;margin:0}.map-container{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000026}.directions-info{background:linear-gradient(135deg,#fff8dc,#faebd7);padding:2rem;border-radius:12px}.directions-info h3{font-size:1.5rem;color:#8b4513;margin:0 0 1rem}.directions-info p{margin:0 0 1rem;color:#555;font-size:1rem;line-height:1.8}.directions-info p:last-child{margin-bottom:0}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr}.map-section{order:-1}}@media (max-width: 768px){.contact-hero h1{font-size:2.5rem}.contact-hero{padding:3rem 0}.info-card{padding:1.5rem}.info-icon{width:50px;height:50px}.info-icon svg{width:24px;height:24px}.info-card h3{font-size:1.25rem}.map-section h2{font-size:1.75rem}.directions-info{padding:1.5rem}}@media (max-width: 480px){.contact-hero h1{font-size:2rem}.contact-content{gap:2rem}.info-card{padding:1.25rem}.hours-row{flex-direction:column;gap:.25rem}}.cookies-page{min-height:100vh}.cookies-hero{background:linear-gradient(135deg,#8b4513,sienna);padding:4rem 0;text-align:center;margin-bottom:3rem}.cookies-hero h1{color:#fff8dc;font-size:3rem;margin:0;animation:fadeInUp .8s ease}.cookies-content{max-width:900px;margin:0 auto;padding-bottom:4rem}.cookies-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.cookies-section h2{font-size:1.75rem;color:#8b4513;margin:0 0 1.5rem}.cookies-section p{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:1rem}.cookies-section p:last-child{margin-bottom:0}.cookies-section ul{margin:1rem 0;padding-left:2rem}.cookies-section li{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:.75rem}.cookies-section a{color:#8b4513;text-decoration:none;font-weight:500;transition:color .3s ease}.cookies-section a:hover{color:sienna;text-decoration:underline}.cookie-table{margin-top:1.5rem;border:1px solid #E0E0E0;border-radius:8px;overflow:hidden}.cookie-row{display:grid;grid-template-columns:200px 1fr 200px;padding:1rem;border-bottom:1px solid #E0E0E0}.cookie-row:last-child{border-bottom:none}.cookie-header{background:linear-gradient(135deg,#fff8dc,#faebd7);font-weight:600;color:#8b4513}.cookie-row span{padding:.5rem;font-size:.95rem;color:#555}.cookie-name{font-family:monospace;background:#f5f5f5;padding:.25rem .5rem;border-radius:4px;font-weight:600;color:#8b4513}.browser-instructions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.browser-card{background:linear-gradient(135deg,#fff8dc,#faebd7);padding:1.5rem;border-radius:8px;border-left:4px solid #8B4513}.browser-card h3{font-size:1.25rem;color:#8b4513;margin:0 0 1rem}.browser-card p{font-size:.95rem;line-height:1.6;color:#555;margin:0}.last-updated{text-align:center;padding:2rem;margin-top:2rem;background:linear-gradient(135deg,#fff8dc,#faebd7);border-radius:12px}.last-updated p{margin:0;font-size:.95rem;color:#666;font-style:italic}@media (max-width: 768px){.cookies-hero h1{font-size:2.5rem}.cookies-hero{padding:3rem 0}.cookies-section{padding:1.5rem}.cookies-section h2{font-size:1.5rem}.cookie-row{grid-template-columns:1fr;gap:.5rem}.cookie-header{display:none}.cookie-row span{padding:.25rem}.browser-instructions{grid-template-columns:1fr;gap:1rem}.browser-card{padding:1.25rem}}@media (max-width: 480px){.cookies-hero h1{font-size:2rem}.cookies-section{padding:1.25rem}.cookies-section h2{font-size:1.35rem}.cookies-section p,.cookies-section li{font-size:1rem}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;color:#333}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}html{scroll-behavior:smooth}::selection{background:#8b4513;color:#fff}::-moz-selection{background:#8b4513;color:#fff}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #8B4513;outline-offset:2px}img{max-width:100%;height:auto;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .3s ease-in}@media (max-width: 768px){.container{padding:0 1rem}}@media print{.header,.footer,.cookie-banner{display:none}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fafafa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}
