@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&family=Fredoka:wght@400;500;600&family=Pacifico&display=swap";:root{--bark: #3d3226;--biscuit: #d4a574;--oat: #f5f3ed;--sage: #a8b5a0;--cream: #f9f7f0;--honey: #c9a86a;--olive: #8a9985;--warm-brown: #6b5d4f;--text-light: #a8b5a0;--text-muted: #3d3226;--text-dark: #2d2520;--christmas-green: #2d5016;--christmas-gold: #d4af37;--christmas-red: #8b0000;--festive-green: #1e4620}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:Inter,sans-serif;color:var(--text-dark);background-color:var(--cream);line-height:1.5}.christmas-banner{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.25;z-index:0;pointer-events:none}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;line-height:1.2}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}header{position:sticky;top:0;z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8rem 1.5rem 1.5rem;background-color:var(--cream);background-image:url(/dfghj.png);background-repeat:no-repeat;background-position:center top 1rem;background-size:120px auto;box-shadow:0 2px 8px #00000080;overflow:hidden}@media (min-width: 768px){header{padding:10rem 2rem 1.5rem;background-size:150px auto;background-position:center top 1.5rem}}nav{display:flex;gap:1.5rem;align-items:center;justify-content:center;position:relative;z-index:1}@media (min-width: 768px){nav{gap:2rem}}nav a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s}nav a:hover{color:var(--olive)}.btn-primary{display:inline-block;padding:.75rem 1.5rem;background-color:var(--sage);color:#fff;text-decoration:none;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background-color .3s,transform .2s}.btn-primary:hover{background-color:var(--olive);transform:translateY(-2px)}section{padding:3rem 1.5rem}@media (min-width: 768px){section{padding:5rem 2rem}}@media (min-width: 1024px){section{padding:6rem 2rem}}.hero{display:flex;align-items:center;justify-content:center;min-height:400px;position:relative}@media (min-width: 768px){.hero{min-height:500px}}.project-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.project-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.project-grid{grid-template-columns:repeat(3,1fr)}}.hero{background-color:var(--oat)}.hero-content{text-align:center;max-width:700px;margin:0 auto}.hero h1{font-size:2.5rem;margin-bottom:1rem;color:var(--text-light);font-family:Playfair Display,serif}@media (min-width: 768px){.hero h1{font-size:3.5rem}}.hero-subhead{font-size:1.125rem;color:var(--text-muted);margin-bottom:2rem}@media (min-width: 768px){.hero-subhead{font-size:1.25rem}}.hero-cta{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 640px){.hero-cta{flex-direction:row;justify-content:center}}.btn-secondary{display:inline-block;padding:.75rem 1.5rem;background-color:transparent;color:var(--text-light);text-decoration:none;font-weight:600;border-radius:8px;border:2px solid var(--text-light);cursor:pointer;transition:background-color .3s,color .3s,transform .2s}.btn-secondary:hover{background-color:var(--text-light);color:#2d2520;transform:translateY(-2px)}.about{text-align:center}.about h2{font-size:2rem;margin-bottom:1.5rem;font-family:Playfair Display,serif}@media (min-width: 768px){.about h2{font-size:2.5rem}}.about p{max-width:800px;margin:0 auto;font-size:1.125rem;line-height:1.8}.products{background-color:var(--oat)}.products h2{font-size:2rem;margin-bottom:3rem;text-align:center;color:var(--olive);font-family:Playfair Display,serif}@media (min-width: 768px){.products h2{font-size:2.5rem}}.product-cards{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.product-cards{grid-template-columns:repeat(3,1fr)}}.product-card{background-color:var(--oat);padding:2rem;border-radius:12px;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid rgba(143,168,136,.2)}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0009}.product-icon{font-size:3rem;margin-bottom:1rem}.product-image{width:100%;max-width:250px;height:200px;object-fit:contain;background:transparent;animation:float 3s ease-in-out infinite}.product-card h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--warm-brown)}.product-card p{color:var(--text-dark)}.process h2{font-size:2rem;margin-bottom:3rem;text-align:center;font-family:Playfair Display,serif}@media (min-width: 768px){.process h2{font-size:2.5rem}}.process-steps{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.process-steps{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.process-steps{grid-template-columns:repeat(4,1fr)}}.process-step{text-align:center}.step-number{width:60px;height:60px;background-color:var(--sage);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.process-step h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-light)}.process-step p{font-size:.95rem}.contact{background-color:var(--oat)}.contact h2{font-size:2rem;margin-bottom:2rem;text-align:center;font-family:Playfair Display,serif}@media (min-width: 768px){.contact h2{font-size:2.5rem}}.contact-form{max-width:600px;margin:0 auto}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-light)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid var(--warm-brown);border-radius:8px;font-family:Inter,sans-serif;font-size:1rem;background-color:var(--oat);color:var(--text-dark);transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--sage)}.contact-form button{width:100%}.reviews{text-align:center;background-color:var(--oat)}.reviews h2{font-size:2rem;margin-bottom:3rem;font-family:Playfair Display,serif}@media (min-width: 768px){.reviews h2{font-size:2.5rem}}.review-slider{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.slider-btn{background-color:var(--sage);color:var(--text-light);border:none;border-radius:50%;width:48px;height:48px;font-size:2rem;cursor:pointer;transition:background-color .3s,transform .2s;flex-shrink:0}.slider-btn:hover{background-color:var(--olive);transform:scale(1.1)}.slider-btn:focus{outline:2px solid var(--sage);outline-offset:2px}.review-card{background-color:var(--oat);padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000080;max-width:600px;min-height:200px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(143,168,136,.2)}@media (min-width: 768px){.review-card{padding:3rem}}.review-text{font-size:1.125rem;line-height:1.7;color:var(--text-dark);margin-bottom:1.5rem;font-style:italic}.review-author{text-align:center}.author-name{font-weight:700;font-size:1.125rem;color:var(--text-light);margin-bottom:.25rem}.author-role{font-size:.95rem;color:var(--sage)}.slider-dots{display:flex;justify-content:center;gap:.75rem}.slider-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--sage);background-color:transparent;cursor:pointer;transition:background-color .3s,transform .2s;padding:0}.slider-dot:hover{transform:scale(1.2)}.slider-dot.active{background-color:var(--sage)}.slider-dot:focus{outline:2px solid var(--sage);outline-offset:2px}footer{background-color:var(--warm-brown);color:var(--text-light);padding:2rem 1.5rem}@media (min-width: 768px){footer{padding:3rem 2rem}}footer .container{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){footer .container{flex-direction:row;justify-content:space-between}}.social-icons{display:flex;gap:1rem}.social-icons a{font-size:1.5rem;transition:transform .2s}.social-icons a:hover{transform:scale(1.2)}.portfolio-section{background-color:var(--cream)}.project-card{background-color:var(--oat);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000080;transition:transform .3s,box-shadow .3s;border:1px solid rgba(143,168,136,.2)}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #000000b3}.project-image{width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,var(--sage) 0%,var(--honey) 100%)}.project-content{padding:1.5rem}.project-content h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--warm-brown)}.project-outcome{color:var(--text-muted);margin-bottom:1rem;line-height:1.6}.project-link{display:inline-block;color:var(--sage);font-weight:600;text-decoration:none;transition:color .3s}.project-link:hover{color:var(--olive)}.field-error{display:block;color:#d32f2f;font-size:.875rem;margin-top:.25rem}.field-invalid{border-color:#d32f2f!important}.toast{position:fixed;top:20px;right:20px;padding:1rem 1.5rem;border-radius:8px;font-weight:500;box-shadow:0 4px 12px #00000026;transform:translate(400px);transition:transform .3s ease-in-out;z-index:1000;max-width:400px}.toast-show{transform:translate(0)}.toast-success{background-color:var(--sage);color:var(--text-light)}.toast-error{background-color:#d32f2f;color:#fff}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--sage);outline-offset:2px}section{opacity:0;animation:fadeIn .8s ease-in forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}section:nth-child(1){animation-delay:.1s}section:nth-child(2){animation-delay:.2s}section:nth-child(3){animation-delay:.3s}section:nth-child(4){animation-delay:.4s}section:nth-child(5){animation-delay:.5s}.story-intro{text-align:center;background-color:var(--cream);padding:6rem 1.5rem 3rem}@media (min-width: 768px){.story-intro{padding:6rem 2rem 4rem}}.story-icon{font-size:4rem;margin-bottom:1.5rem}.story-lead{font-size:1.25rem;line-height:1.8;max-width:800px;margin:0 auto;color:var(--text-light);font-weight:500}@media (min-width: 768px){.story-lead{font-size:1.5rem}}.story-content{background-color:var(--oat)}.story-intro h2{font-size:2rem;margin-bottom:2rem;color:var(--sage);text-align:center}@media (min-width: 768px){.story-intro h2{font-size:2.25rem;margin-bottom:2.5rem}}.intro-layout{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.intro-layout{flex-direction:row;align-items:flex-start;gap:3rem}}.intro-photo-frame{flex-shrink:0;padding:12px;background:linear-gradient(135deg,var(--cream),var(--oat));border-radius:16px;box-shadow:0 8px 16px #0000001a,0 2px 4px #0000000f}.intro-photo{display:block;width:100%;max-width:280px;height:auto;border-radius:8px}.intro-text{flex:1}.intro-text p{font-size:1rem;line-height:1.7;color:var(--text-light)}@media (min-width: 768px){.intro-text p{font-size:1.05rem}}.story-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:900px;margin:0 auto}@media (min-width: 768px){.story-grid{gap:4rem}}.story-block h2{font-size:2rem;margin-bottom:1.5rem;color:var(--text-light);font-family:Playfair Display,serif}@media (min-width: 768px){.story-block h2{font-size:2.25rem}}.story-block p{font-size:1.125rem;line-height:1.8;color:var(--text-light);margin-bottom:1rem}.story-highlight{font-size:1.25rem;font-weight:600;font-style:italic;color:var(--sage);margin-top:1.5rem}@media (min-width: 768px){.story-highlight{font-size:1.375rem}}.story-final{text-align:center;padding:2rem;background-color:var(--cream);border-radius:12px;border:2px solid var(--sage)}.story-motto{font-size:1.375rem;line-height:1.6;color:var(--text-light);font-weight:600;margin:0}@media (min-width: 768px){.story-motto{font-size:1.625rem}}.story-cta{background-color:var(--cream);text-align:center}.story-cta h2{font-size:2rem;margin-bottom:1rem;color:var(--text-light);font-family:Playfair Display,serif}@media (min-width: 768px){.story-cta h2{font-size:2.5rem}}.story-cta p{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem}.bites-intro{text-align:center;background-color:var(--cream);position:relative;padding-top:6rem}.speech-bubble{font-family:Pacifico,cursive;font-size:2rem;color:var(--bark);background-color:var(--honey);padding:1.5rem 2.5rem;border-radius:50px;position:relative;display:inline-block;transform:rotate(-8deg);box-shadow:0 4px 12px #00000026;margin-bottom:2rem;animation:bounce 2s ease-in-out infinite}.speech-bubble:after{content:"";position:absolute;bottom:-15px;left:30%;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid var(--honey);transform:rotate(15deg)}@keyframes bounce{0%,to{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-8deg) translateY(-10px)}}.bites-lead{font-size:1.25rem;line-height:1.8;max-width:800px;margin:0 auto;color:var(--text-light);font-weight:500}@media (min-width: 768px){.bites-lead{font-size:1.375rem}}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;justify-content:center}.feature-tag{display:inline-block;padding:.375rem .75rem;background-color:var(--sage);color:var(--cream);font-size:.75rem;font-weight:600;border-radius:16px;text-transform:uppercase;letter-spacing:.05em}.section-intro{text-align:center;font-size:1.125rem;color:var(--text-light);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.ingredients-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.ingredients-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.ingredients-grid{grid-template-columns:repeat(4,1fr)}}.ingredient-item{text-align:center;padding:1.5rem;background-color:var(--cream);border-radius:12px;border:1px solid rgba(143,168,136,.15);transition:transform .3s,box-shadow .3s}.ingredient-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3d32261f}.ingredient-icon{font-size:3rem;display:block;margin-bottom:1rem}.ingredient-item h3{font-size:1.25rem;color:var(--text-light);margin-bottom:.5rem}.ingredient-item p{font-size:.95rem;color:var(--text-light);line-height:1.6}.cta-section{background-color:var(--cream);text-align:center}.cta-section h2{font-size:2rem;margin-bottom:1rem;color:var(--text-light);font-family:Playfair Display,serif}@media (min-width: 768px){.cta-section h2{font-size:2.5rem}}.cta-section p{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem}.bites-collection{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}@media (min-width: 768px){.bites-collection{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.bites-collection{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.bite-card{background-color:var(--cream);padding:2rem;border-radius:12px;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid rgba(143,168,136,.15)}.bite-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3d32261f}.bite-icon{font-size:3.5rem;margin-bottom:1rem}.bite-image{width:150px;height:150px;object-fit:contain;background:transparent;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.bite-card h3{font-size:1.625rem;margin-bottom:1rem;color:var(--text-light)}.bite-card p{font-size:1rem;line-height:1.7;color:var(--text-light)}.order-cta{background-color:var(--oat);text-align:center}.order-cta h2{font-size:2rem;margin-bottom:1rem;color:var(--text-light);font-family:Playfair Display,serif}@media (min-width: 768px){.order-cta h2{font-size:2.5rem}}.order-cta p{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem}.btn-large{padding:1rem 3rem;font-size:1.125rem;display:inline-block}.location-badge{position:absolute;bottom:1.5rem;right:1.5rem;background-color:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.75rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:500;color:var(--text-light);box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.location-badge{bottom:1rem;right:1rem;font-size:.8125rem;padding:.625rem 1.25rem}}.ingredients-section{background-color:var(--oat);padding:6rem 0 4rem}.ingredients-intro{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.125rem;color:var(--text-muted);line-height:1.8}.featured-ingredient{background:linear-gradient(135deg,var(--honey) 0%,var(--biscuit) 100%);padding:3rem;border-radius:20px;text-align:center;margin-bottom:4rem;box-shadow:0 8px 24px #0000001a}.featured-ingredient h2{color:var(--bark);font-size:2rem;margin-bottom:1rem}.featured-ingredient p{font-size:1.25rem;color:var(--text-dark)}.ingredient-link{color:var(--bark);text-decoration:none;font-weight:600;border-bottom:2px solid var(--bark);transition:all .3s ease}.ingredient-link:hover{color:var(--olive);border-bottom-color:var(--olive)}.organic-ingredients{margin-bottom:3rem}.organic-ingredients h2{text-align:center;font-size:2rem;color:var(--bark);margin-bottom:3rem}.ingredient-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.ingredient-item{background:#fff;padding:2rem;border-radius:16px;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #00000014}.ingredient-item:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.ingredient-icon{font-size:3rem;margin-bottom:1rem}.ingredient-item h3{font-size:1.125rem;color:var(--bark);font-weight:600}.ingredients-note{background:#fff;padding:2rem;border-radius:16px;border-left:4px solid var(--sage);box-shadow:0 4px 12px #00000014}.ingredients-note p{font-size:1rem;color:var(--text-muted);line-height:1.6}.ingredients-note strong{color:var(--bark)}@media (max-width: 768px){.featured-ingredient{padding:2rem}.featured-ingredient h2{font-size:1.5rem}.featured-ingredient p{font-size:1rem}.ingredient-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.ingredient-item{padding:1.5rem}.ingredient-icon{font-size:2.5rem}}.order-form-section{padding:4rem 0;background-color:var(--oat)}.order-form{max-width:600px;margin:0 auto;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.form-section{margin-bottom:2rem}.form-section h2{font-size:1.5rem;color:var(--sage);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--oat)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-light);font-weight:500}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--sage)}.order-form button[type=submit]{width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem}.confirmation-message{max-width:600px;margin:0 auto;background-color:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center}.confirmation-message h2{color:var(--sage);font-size:1.5rem;line-height:1.6}@media (min-width: 768px){.order-form,.confirmation-message{padding:3rem}.form-section h2,.confirmation-message h2{font-size:1.75rem}}.hero-layout{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}@media (min-width: 768px){.hero-layout{flex-wrap:nowrap}}.christmas-tree{position:relative;display:flex;flex-direction:column;align-items:center;font-size:4rem;filter:drop-shadow(0 0 10px rgba(212,175,55,.5))}@media (min-width: 768px){.christmas-tree{font-size:6rem}}.tree-top{animation:star-pulse 2s ease-in-out infinite;font-size:2rem;margin-bottom:-1rem;z-index:2}@media (min-width: 768px){.tree-top{font-size:3rem;margin-bottom:-1.5rem}}@keyframes star-pulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.2);filter:brightness(1.5)}}.tree-row{position:relative;z-index:1}.tree-lights{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none}.light{position:absolute;font-size:1rem;animation:twinkle-light 1.5s ease-in-out infinite}@media (min-width: 768px){.light{font-size:1.5rem}}.light-1{top:20%;left:30%;animation-delay:0s}.light-2{top:40%;right:25%;animation-delay:.5s}.light-3{top:60%;left:25%;animation-delay:1s}.light-4{bottom:25%;right:30%;animation-delay:.75s}@keyframes twinkle-light{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}#orderItemsSection{margin:2rem 0;max-width:600px;margin-left:auto;margin-right:auto}#orderItemsSection h2{font-size:1.5rem;color:var(--sage);margin-bottom:1rem;text-align:center}#orderItemsList{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #00000014}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;margin-bottom:.75rem;background-color:var(--oat);border-radius:6px;border:1px solid rgba(143,168,136,.2)}.order-item:last-child{margin-bottom:0}.order-item-details{flex:1;color:var(--text-dark)}.order-item-details strong{color:var(--sage);font-size:1.05rem}.remove-item-btn{padding:.5rem 1rem;background-color:#d32f2f;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .3s,transform .2s}.remove-item-btn:hover{background-color:#b71c1c;transform:scale(1.05)}#submitBtn{max-width:600px;margin:0 auto;display:block}.order-hero{padding-top:4rem;min-height:300px}.order-hero .speech-bubble{font-size:1.75rem}@media (min-width: 768px){.order-hero .speech-bubble{font-size:2rem}}.delivery-notice{position:absolute;top:15rem;left:1rem;z-index:99;font-family:Fredoka,sans-serif;font-size:1rem;font-weight:700;font-style:italic;color:#d4af37;background-color:#141414d9;padding:.75rem 1.25rem;border-radius:30px;box-shadow:0 4px 12px #00000026;animation:gentle-bounce 3s ease-in-out infinite;max-width:200px;text-align:center;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.5)}.delivery-notice:after{content:"";position:absolute;top:-8px;left:20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid rgba(20,20,20,.85)}@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (min-width: 768px){.delivery-notice{font-size:1rem;padding:1rem 1.5rem;max-width:220px}}@media (max-width: 640px){.delivery-notice{top:11rem;left:.5rem;font-size:.875rem;padding:.625rem 1rem;max-width:160px}}
