*{margin:0;padding:0;box-sizing:border-box}:root{--teal:#1ABC9C;--teal-dark:#0D8068;--teal-light:#E8F8F5;--purple:#8E44AD;--purple-dark:#7D3C98;--purple-light:#F3E8F9;--mint:#93C9BD;--mint-light:#E8F4F0;--bg:#F9FAFB;--bg-alt:#F1F0ED;--surface:#FFFFFF;--text:#1A1A2E;--text-secondary:#5A6170;--border:#E2E5EA;--shadow-sm:0 1px 3px rgba(0, 0, 0, 0.06);--shadow-md:0 4px 16px rgba(0, 0, 0, 0.08);--shadow-lg:0 8px 32px rgba(0, 0, 0, 0.10);--radius:12px;--radius-lg:20px}body{font-family:Inter,sans-serif;line-height:1.6;color:var(--text);background:var(--bg);overflow-x:hidden}.background-container{display:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:0}main{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem 2.5rem}.navbar{position:relative;width:100%;padding:0;background:rgba(255,255,255,.98);z-index:1000}.nav-container{position:relative;max-width:1200px;margin:0 auto;padding:.85rem 2rem;display:flex;justify-content:flex-start;align-items:center;gap:2.5rem}.logo-img{height:60px;width:auto;transition:transform .3s ease}.logo a{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text)}.logo:hover .logo-img{transform:scale(1.05)}.logo{margin-right:auto}.logo-text{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;color:var(--text);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.nav-menu{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-menu a{color:var(--text);text-decoration:none;font-weight:700;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;position:relative;transition:color .3s ease;padding-bottom:2px}.nav-menu a:not(.cart-link)::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--teal);transition:width .3s ease;border-radius:2px}.nav-menu a:not(.cart-link):hover{color:var(--teal)}.nav-menu a:not(.cart-link):hover::after{width:100%}.cart-link{display:inline-flex;align-items:center;gap:6px;color:var(--teal);text-decoration:none;font-weight:700;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:0 0;padding:0;transition:color .3s ease}.cart-link:hover{color:var(--teal-dark)}.nav-cart-item{list-style:none}#cart-count{background:var(--teal);color:#fff;border-radius:10px;min-width:20px;padding:1px 8px;font-size:.75rem;font-weight:700;line-height:1.4;text-align:center;display:inline-block}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px;position:relative;width:25px;height:21px;z-index:1100}.hamburger span{width:25px;height:2px;background-color:var(--text);border-radius:2px;transition:all .3s ease;position:absolute;left:0}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0}.hamburger.active span:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.promo-banner{background:var(--teal-dark);display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.35rem 2rem;border-radius:var(--radius)}.promo-banner__text{color:#fff;font-family:Lora,serif;font-size:1.2rem;font-weight:500;font-style:italic;letter-spacing:.01em}.promo-banner__btn{background:0 0;color:#fff;border:1px solid #fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.02em;font-family:Inter,sans-serif;white-space:nowrap}.promo-banner__btn:hover{background:rgba(255,255,255,.15)}.hero{display:flex;align-items:stretch;min-height:60vh;max-height:75vh;padding:0;margin-top:0;position:relative;background:var(--bg);overflow:hidden;border-radius:var(--radius)}.hero-panel{flex:1;display:flex;align-items:center;justify-content:center}.hero-panel--image{overflow:hidden;position:relative;background:#f0ebe4;min-height:100%;flex:0 0 40%}.hero-panel__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;animation:fadeInUp .8s ease-out}.hero-panel--content{background:#d4e9e2;padding:6rem}.hero-panel__inner{max-width:440px;animation:fadeInUp .8s ease-out}.hero h1{font-family:Lora,serif;font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#1e3932;line-height:1.15;letter-spacing:-.01em}.hero p{font-size:1.05rem;margin-bottom:2.5rem;color:#1e3932;font-weight:400;letter-spacing:.01em;line-height:1.8;opacity:.85}.hero-cta{background:0 0;color:#1e3932;border:2px solid #1e3932;padding:.7rem 1.75rem;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease;letter-spacing:.02em;font-family:Inter,sans-serif}.hero-cta:hover{background:#1e3932;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(30,57,50,.2)}.about-story{background:var(--bg-alt);padding:0}.about-story__container{display:grid;grid-template-columns:1fr 2fr;max-width:1100px;margin:0 auto}.about-story__visual{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2.5rem;gap:1.5rem}.about-story__logo{max-width:200px;width:100%;height:auto;object-fit:contain}.about-story__tagline{font-family:Lora,serif;font-size:.9rem;color:var(--text-secondary);letter-spacing:.05em;text-align:center}.about-story__content{padding:4rem 3rem 4rem 2rem}.about-story__content h2{font-family:Lora,serif;font-size:2rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;letter-spacing:-.01em}.about-story__lead{font-size:1.1rem;color:var(--text);font-weight:500;margin-bottom:1.25rem;line-height:1.8}.about-story__content p{font-size:1rem;line-height:1.85;color:var(--text-secondary);margin-bottom:1rem}.about-story__content p:last-child{margin-bottom:0}.promo-row{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--radius);overflow:hidden}section.promo-row{padding:0}.promo-card{display:flex;flex-direction:column;align-items:center;text-align:center}.promo-card__image{display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem 1rem;width:100%}.promo-card__image img{max-width:180px;max-height:190px;width:auto;height:auto;object-fit:contain}.promo-card__body{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem 3.5rem 2.5rem;width:100%}.promo-card__body h2,.promo-card__body h3{font-family:Lora,serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text);letter-spacing:-.01em}.promo-card__body p{font-size:1rem;line-height:1.8;color:var(--text-secondary);max-width:400px;margin-bottom:.5rem}.promo-card__body p strong{color:var(--text);font-weight:600}.promo-link{display:inline-block;color:var(--text);font-weight:600;font-size:.95rem;text-decoration:none;border-bottom:2px solid var(--text);padding-bottom:2px;transition:color .3s ease,border-color .3s ease;margin-top:1rem}.promo-link:hover{color:var(--teal-dark);border-color:var(--teal-dark)}.promo-card--teal{background:var(--teal-light)}.promo-card--purple{background:var(--purple-light)}.promo-card--mint{background:var(--mint-light);grid-column:1/-1}.find-us{padding:0;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(135deg,#1a1a2e 0,#16213e 50%,#0f3460 100%);color:#fff}.find-us__inner{display:grid;grid-template-columns:1fr 1fr;min-height:400px}.find-us__text{padding:3.5rem 3rem;display:flex;flex-direction:column;justify-content:center}.find-us__eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--teal);margin-bottom:.75rem}.find-us h2{font-family:Lora,serif;font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.find-us__location{font-size:1.15rem;font-weight:600;margin-bottom:.25rem}.find-us__address{font-size:.95rem;color:rgba(255,255,255,.7);margin-bottom:1.25rem}.find-us__hours{display:inline-flex;gap:.75rem;background:rgba(26,188,156,.15);border:1px solid rgba(26,188,156,.3);border-radius:8px;padding:.6rem 1.25rem;margin-bottom:1.5rem;font-weight:600;font-size:1rem;color:var(--teal)}.find-us__hours span:first-child::after{content:"|";margin-left:.75rem;color:rgba(26,188,156,.4)}.find-us__note{font-size:.85rem;color:rgba(255,255,255,.5);font-style:italic}.find-us__map{min-height:400px}.find-us__map iframe{display:block}@media (max-width:768px){.find-us__inner{grid-template-columns:1fr}.find-us__text{padding:2.5rem 2rem;text-align:center;align-items:center}.find-us h2{font-size:1.75rem}.find-us__map{min-height:300px}}.promo-card--warm{background:var(--bg-alt)}.promo-card__body--centered{justify-content:center;padding:4rem 3.5rem;flex:1}.glass-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--border)}.coffee-section{text-align:center;position:relative;background:var(--surface);padding:4rem 0;border-radius:var(--radius)}.coffee-section h2{font-family:Lora,serif;font-size:2.2rem;margin-bottom:.5rem;color:var(--text);font-weight:700;letter-spacing:-.01em}.coffee-section h2::after{content:'';display:block;width:60px;height:3px;background:var(--purple);margin:1rem auto 0;border-radius:2px}.coffee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem;margin-top:3rem;position:relative;z-index:1}.coffee-card{text-align:center;transition:transform .3s ease,box-shadow .3s ease;padding:2rem 1.5rem 1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center}.coffee-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--mint)}.coffee-image{width:100%;max-width:220px;height:auto;margin-bottom:1.25rem;border-radius:8px;transition:transform .3s ease;object-fit:contain}.coffee-card:hover .coffee-image{transform:scale(1.03)}.coffee-card__link{color:inherit;text-decoration:none}.coffee-card__link:hover{color:var(--teal-dark)}.coffee-card h3{font-family:Lora,serif;font-size:1.2rem;margin-bottom:.75rem;color:var(--purple);letter-spacing:-.01em;font-weight:600}.bag-size{display:block;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;color:var(--text-secondary);letter-spacing:.02em;margin-top:.25rem}.coffee-card p{margin-bottom:1rem;color:var(--text-secondary);font-size:.92rem;line-height:1.7;flex:1}.coffee-details{margin-bottom:1rem;border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:border-color .3s ease}.coffee-details[open]{border-color:var(--mint)}.coffee-details summary{padding:.5rem 1rem;font-size:.85rem;font-weight:600;color:var(--teal-dark);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:background .2s ease}.coffee-details summary::-webkit-details-marker{display:none}.coffee-details summary::after{content:'\25BC';font-size:.65rem;transition:transform .2s ease}.coffee-details[open] summary::after{transform:rotate(180deg)}.coffee-details summary:hover{background:var(--teal-light)}.coffee-details__label{display:block;width:100%;max-width:240px;height:auto;margin:0 auto;padding:.75rem 1rem 1rem}.price{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:1rem}.badge{display:block;width:fit-content;margin:.75rem auto .5rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.4rem .75rem;border-radius:12px;line-height:1.3;text-align:center}.badge--bestseller{background:var(--purple);color:#fff}.product-info .badge{margin:0 0 .75rem}.freshness-badge{display:inline-block;font-size:.72rem;font-weight:600;color:var(--teal-dark);letter-spacing:.04em;margin-top:.25rem}.add-to-cart-btn{background:var(--teal);color:#fff;border:2px solid var(--teal);padding:.85rem 1.75rem;border-radius:50px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease;margin-top:.5rem;letter-spacing:.02em;width:100%}.add-to-cart-btn:hover{background:var(--teal-dark);border-color:var(--teal-dark);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(26,188,156,.3)}.product-detail-link{display:block;margin-top:.5rem;font-size:.78rem;color:var(--text-secondary);text-decoration:none;font-weight:400;transition:color .2s ease;letter-spacing:.02em}.product-detail-link:hover{color:var(--teal)}.featured-quote{font-family:Lora,serif;font-size:1.15rem;line-height:2;font-style:italic;color:var(--text-secondary);margin:0;padding:2rem 1rem;position:relative;border:none;max-width:480px}.featured-quote::before{content:'\201C';font-size:5rem;color:var(--teal);position:absolute;top:-.5rem;left:-.5rem;font-family:Lora,Georgia,serif;line-height:1;opacity:.35}.featured-quote::after{content:'\201D';font-size:5rem;color:var(--teal);position:absolute;bottom:-2rem;right:-.5rem;font-family:Lora,Georgia,serif;line-height:1;opacity:.35}.map-container{margin:1.5rem 0 0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--border);width:100%;max-width:420px}body.cart-open{overflow:hidden}.cart-sidebar{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:rgba(0,0,0,0);z-index:2000;pointer-events:none;transition:background .3s ease}.cart-sidebar.active{pointer-events:auto;background:rgba(0,0,0,.3)}.cart-content{position:absolute;top:0;right:-420px;width:420px;height:100vh;height:100dvh;display:flex;flex-direction:column;margin:0;border-radius:0;border-left:1px solid var(--border);background:var(--surface);padding:0;box-shadow:-4px 0 24px rgba(0,0,0,.08);transition:right .3s ease}.cart-sidebar.active .cart-content{right:0}.cart-content:hover{transform:none;box-shadow:-4px 0 24px rgba(0,0,0,.08)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--border)}.cart-header h3{margin:0;color:var(--text);font-family:Lora,serif;font-size:1.3rem;font-weight:700}#close-cart{background:0 0;border:none;color:var(--text-secondary);font-size:1.75rem;cursor:pointer;line-height:1;transition:color .3s ease;padding:.25rem}#close-cart:hover{color:var(--text)}.cart-items{flex:1;overflow-y:auto;padding:1rem 2rem;min-height:0}.empty-cart{text-align:center;color:var(--text-secondary);font-style:italic;margin-top:2rem}.cart-item{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:1rem;margin-bottom:.75rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.cart-item-thumb{width:52px;height:64px;object-fit:contain;border-radius:6px;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-info h4{margin:0 0 .3rem 0;color:var(--purple);font-size:.95rem;font-weight:600}.cart-item-info p{margin:0;color:var(--text-secondary);font-size:.85rem}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.qty-btn,.remove-btn{background:var(--surface);border:1px solid var(--border);color:var(--text);width:30px;height:30px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;transition:all .2s ease}.qty-btn:hover{background:var(--teal-light);border-color:var(--teal);color:var(--teal-dark)}.remove-btn:hover{background:#fde8e8;border-color:#e53e3e;color:#e53e3e}.quantity{color:var(--text);font-weight:600;min-width:20px;text-align:center;font-size:.9rem}.cart-footer{padding:1.5rem 2rem 2rem 2rem;border-top:1px solid var(--border);flex-shrink:0;max-height:50vh;overflow-y:auto}.cart-total{color:var(--text);font-size:.95rem;margin-bottom:1rem}.cart-total-line{display:flex;justify-content:space-between;padding:.3rem 0;color:var(--text-secondary)}.cart-total-line--final{border-top:1px solid var(--border);margin-top:.4rem;padding-top:.6rem;font-weight:700;font-size:1.1rem;color:var(--text)}#paypal-checkout-container{margin-top:1rem;border-radius:8px}#paypal-checkout-container:not(:empty){min-height:200px;background:#fff;padding:1rem}#paypal-checkout-container *{color:#000!important;background-color:transparent!important}#paypal-checkout-container input,#paypal-checkout-container select,#paypal-checkout-container textarea{background-color:#fff!important;color:#000!important;border:1px solid #ccc!important}#paypal-checkout-container div,#paypal-checkout-container label,#paypal-checkout-container span{color:#000!important}#paypal-checkout-container button{background-color:#0070ba!important;color:#fff!important}.cart-footer .cart-total,.cart-footer h3{color:var(--text)!important}.free-shipping-progress{text-align:center;font-size:.82rem;font-weight:600;color:var(--teal-dark);background:var(--teal-light);border:1px solid var(--teal);border-radius:8px;padding:.6rem 1rem;margin:0 0 1rem 0}.free-shipping-progress--achieved{color:#276749;background:#c6f6d5;border-color:#68d391}.order-confirmation-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:3000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.order-confirmation-card{background:var(--surface);border-radius:var(--radius-lg);max-width:480px;width:100%;max-height:90vh;overflow-y:auto;padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-lg);animation:fadeInUp .4s ease-out}.order-confirm-check{width:56px;height:56px;border-radius:50%;background:#c6f6d5;color:#276749;font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.order-confirmation-card h2{font-family:Lora,serif;font-size:1.75rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.order-confirm-subtitle{font-size:.95rem;color:var(--text-secondary);margin-bottom:1rem}.order-confirm-id{font-size:.78rem;font-weight:600;color:var(--text-secondary);letter-spacing:.04em;background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.4rem .75rem;display:inline-block;margin-bottom:1.5rem;word-break:break-all}.order-confirm-summary{text-align:left;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.5rem}.order-confirm-item{display:flex;justify-content:space-between;padding:.35rem 0;font-size:.9rem;color:var(--text-secondary)}.order-confirm-divider{border-top:1px solid var(--border);margin:.5rem 0}.order-confirm-total{font-weight:700;color:var(--text);font-size:1rem;border-top:1px solid var(--border);margin-top:.35rem;padding-top:.5rem}.order-confirm-details{text-align:left;margin-bottom:1.5rem}.order-confirm-details h3{font-family:Lora,serif;font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.order-confirm-details p{font-size:.9rem;line-height:1.7;color:var(--text-secondary);margin-bottom:.5rem}.order-confirm-btn{background:var(--teal);color:#fff;border:none;padding:.9rem 2rem;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;width:100%}.order-confirm-btn:hover{background:var(--teal-dark);transform:translateY(-1px)}.processing-spinner{width:48px;height:48px;border:4px solid var(--border);border-top-color:var(--teal);border-radius:50%;margin:0 auto 1.25rem;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-toast{position:fixed;top:1.5rem;left:50%;transform:translateX(-50%);background:#d32f2f;color:#fff;padding:1rem 1.5rem;border-radius:10px;font-size:.95rem;font-family:Inter,sans-serif;z-index:3000;box-shadow:0 4px 20px rgba(0,0,0,.2);animation:toast-in .3s ease;max-width:90vw;text-align:center}@keyframes toast-in{from{opacity:0;transform:translateX(-50%) translateY(-1rem)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.customer-form{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:1.5rem;margin:1rem 0}.customer-form h4{color:var(--purple);margin:0 0 1rem 0;font-size:1rem;font-weight:600}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:.9rem;box-sizing:border-box;font-family:Inter,sans-serif;transition:border-color .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0a8b4}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--teal);box-shadow:0 0 0 3px rgba(26,188,156,.1)}.cancel-btn,.checkout-button,.proceed-btn{padding:.8rem 1.5rem;border:none;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin:.5rem .5rem 0 0;font-family:Inter,sans-serif}.checkout-button,.proceed-btn{background:var(--teal);color:#fff}.checkout-button:hover,.proceed-btn:hover{background:var(--teal-dark);transform:translateY(-1px)}.cancel-btn{background:#fde8e8;color:#c53030;border:1px solid #feb2b2}.cancel-btn:hover{background:#fed7d7}.checkout-button{width:100%;margin:1rem 0}.product-page{padding:2rem 0 4rem}.product-back-link{display:inline-block;color:var(--teal-dark);text-decoration:none;font-weight:600;font-size:.9rem;margin-bottom:2rem;transition:color .2s ease}.product-back-link:hover{color:var(--teal)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-images{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.product-hero-image{width:100%;max-width:400px;height:auto;border-radius:var(--radius)}.product-label-image{width:100%;max-width:300px;height:auto;border-radius:8px;border:1px solid var(--border)}.product-info{padding-top:1rem}.product-info h1{font-family:Lora,serif;font-size:2.2rem;font-weight:700;color:var(--text);margin-bottom:.5rem;letter-spacing:-.01em}.product-subtitle{font-size:.9rem;color:var(--text-secondary);font-weight:500;letter-spacing:.02em;margin-bottom:1.5rem}.product-description{font-size:1.05rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2rem}.product-price{font-size:1.75rem;font-weight:700;color:var(--text);margin-bottom:1.5rem}.product-page .add-to-cart-btn{font-size:1rem;padding:1.05rem 2.5rem}.product-quantity{display:inline-flex;align-items:center;margin-bottom:1.25rem}.product-qty-btn{width:44px;height:44px;border:1.5px solid var(--border);background:var(--surface);font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;color:var(--text);line-height:1}.product-qty-btn:hover{background:var(--bg-alt);border-color:var(--teal)}.product-qty-btn:first-child{border-radius:var(--radius) 0 0 var(--radius)}.product-qty-btn:last-child{border-radius:0 var(--radius) var(--radius) 0}.product-qty-value{width:52px;height:44px;display:flex;align-items:center;justify-content:center;border-top:1.5px solid var(--border);border-bottom:1.5px solid var(--border);font-weight:600;font-size:1.05rem;background:var(--surface);user-select:none}.product-browse-link{display:block;margin-top:3.5rem;color:var(--text-secondary);text-decoration:none;font-size:.9rem;border-bottom:1px solid var(--border);padding-bottom:2px;transition:all .2s ease;text-align:center;align-self:center}.product-browse-link:hover{color:var(--teal-dark);border-color:var(--teal-dark)}#applepay-container,#googlepay-container{display:none;margin-bottom:.5rem}#applepay-container apple-pay-button{--apple-pay-button-width:100%;--apple-pay-button-height:44px;--apple-pay-button-border-radius:8px}#googlepay-container button{width:100%!important;border-radius:8px!important}.product-specs{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin:1.5rem 0}.product-spec{padding:.75rem 1rem;border-bottom:1px solid var(--border)}.product-spec:nth-child(odd){border-right:1px solid var(--border)}.product-spec:nth-last-child(-n+2){border-bottom:none}.product-spec__label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.2rem}.product-spec__value{font-size:.9rem;font-weight:500}.product-origin-story{margin:2rem 0 0}.product-origin-story h2{font-family:Lora,serif;font-size:1.15rem;margin-bottom:.5rem}.product-origin-story p{font-size:.9rem;color:var(--text-secondary);line-height:1.7;margin-bottom:.75rem}.product-brewing-tip{margin:1.5rem 0 0;padding:1rem 1.25rem;background:var(--teal-light);border-radius:var(--radius);border-left:3px solid var(--teal)}.product-brewing-tip h3{font-size:.85rem;font-weight:600;margin-bottom:.3rem}.product-brewing-tip p{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.product-brewing-tip+.product-price{margin-top:2rem}@media (max-width:768px){.product-specs{grid-template-columns:1fr}.product-spec:nth-child(odd){border-right:none}.product-spec:nth-last-child(2){border-bottom:1px solid var(--border)}}.also-like-section{padding:3rem 0 1rem}.also-like-section h2{font-family:Lora,serif;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.also-like-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.also-like-card{text-decoration:none;color:var(--text);text-align:center;padding:1rem;border-radius:var(--radius);transition:transform .2s ease,box-shadow .2s ease}.also-like-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.also-like-card img{width:100%;max-width:180px;height:auto;margin:0 auto .75rem;display:block}.also-like-card h3{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.also-like-card p{font-size:.8rem;color:var(--text-secondary)}@media (max-width:768px){.product-layout{grid-template-columns:1fr;gap:2rem}.product-images{align-items:center}.product-hero-image{max-width:280px}.product-label-image{max-width:240px}.product-info h1{font-size:1.75rem}.product-info{text-align:center}.product-page .add-to-cart-btn{width:100%}.also-like-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.testimonials-section{text-align:center;padding:4rem 0;content-visibility:auto;contain-intrinsic-size:auto 600px}.testimonials-section h2{font-family:Lora,serif;font-size:2.2rem;font-weight:700;color:var(--text);letter-spacing:-.01em;margin-bottom:.5rem}.testimonials-section h2::after{content:'';display:block;width:60px;height:3px;background:var(--purple);margin:1rem auto 0;border-radius:2px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem;text-align:left;box-shadow:var(--shadow-sm);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--mint)}.testimonial-stars{color:#f5a623;font-size:1.1rem;letter-spacing:.1em;margin-bottom:1rem}.testimonial-text{font-size:.95rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.25rem;font-style:italic}.testimonial-author{font-weight:700;font-size:.9rem;color:var(--text)}.testimonial-author span{display:block;font-weight:400;font-size:.82rem;color:var(--text-secondary);margin-top:.15rem}.social-links{display:flex;justify-content:center;gap:1rem;margin-top:1rem;margin-bottom:1rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;text-decoration:none;transition:background .3s ease,transform .3s ease}.social-links a:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.social-links svg{width:20px;height:20px;fill:currentColor}.faq-section{padding:4rem 0;text-align:center;content-visibility:auto;contain-intrinsic-size:auto 500px}.faq-section h2{font-family:Lora,serif;font-size:2.2rem;font-weight:700;color:var(--text);letter-spacing:-.01em;margin-bottom:.5rem}.faq-section h2::after{content:'';display:block;width:60px;height:3px;background:var(--teal);margin:1rem auto 0;border-radius:2px}.faq-grid{max-width:780px;margin:2.5rem auto 0;text-align:left}.faq-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin-bottom:.75rem;overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:var(--shadow-md)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:0 0;border:none;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;color:var(--text);cursor:pointer;text-align:left;gap:1rem;transition:color .2s ease}.faq-question:hover{color:var(--teal-dark)}.faq-icon{font-size:1.4rem;font-weight:300;color:var(--teal);flex-shrink:0;transition:transform .3s ease;line-height:1}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.8;color:var(--text-secondary);margin:0}.faq-answer a{color:var(--teal-dark);text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.faq-answer a:hover{color:var(--teal)}.footer{background:var(--purple);padding:3.5rem 0 0;position:relative;margin:0 2.5rem 2.5rem;border-radius:var(--radius);content-visibility:auto;contain-intrinsic-size:auto 400px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;text-align:left}.footer-col--brand{text-align:left}.footer-logo{height:56px;width:auto;margin-bottom:.75rem;opacity:.9}.footer-brand{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;color:#fff!important;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.25rem}.footer-tagline{color:#fff!important;font-size:.88rem!important;margin-bottom:.75rem}.footer-heading{font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:700;color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.footer p{color:#fff;font-size:.9rem;line-height:1.6}.footer a{color:#fff;text-decoration:underline;text-underline-offset:2px;transition:color .3s ease}.footer a:hover{color:#fff}.footer p+p{margin-top:.4rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:2.5rem;padding:1.5rem 0;text-align:center}.payment-badges{display:flex;justify-content:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.payment-badge{display:inline-block;background:rgba(255,255,255,.08);color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.04em;padding:.3rem .65rem;border-radius:4px;border:1px solid rgba(255,255,255,.2)}.policy-page{padding:2rem 0 4rem}.policy-page h1{font-family:Lora,serif;font-size:2.2rem;font-weight:700;color:var(--text);margin-bottom:.5rem;letter-spacing:-.01em}.policy-date{font-size:.9rem;color:var(--text-secondary);margin-bottom:2.5rem}.policy-page h2{font-family:Lora,serif;font-size:1.4rem;font-weight:700;color:var(--text);margin-top:2rem;margin-bottom:.75rem}.policy-page h3{font-size:1.05rem;font-weight:600;color:var(--text);margin-top:1.5rem;margin-bottom:.5rem}.policy-page p{font-size:1rem;line-height:1.85;color:var(--text-secondary);margin-bottom:1rem}.policy-page ul{margin:.5rem 0 1rem 1.5rem;color:var(--text-secondary);line-height:1.85}.policy-page ul li{margin-bottom:.35rem}.policy-page a{color:var(--teal-dark);text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.policy-page a:hover{color:var(--teal)}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.footer-links--stacked{flex-direction:column;justify-content:flex-start;gap:.5rem;margin-top:0}.footer-links a{color:#fff;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-copyright{color:rgba(255,255,255,.9)!important;font-size:.8rem!important;margin-top:0}@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-in-section{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-section.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){main{padding:.75rem 1rem;gap:.75rem}.footer{margin:0 1rem 1rem}.hamburger{display:flex;position:absolute;top:50%;transform:translateY(-50%);right:1.25rem;z-index:1100}.nav-menu{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:rgba(255,255,255,.98);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:left .3s ease;z-index:1001}.nav-menu.active{left:0}.nav-menu a:not(.cart-link){font-size:1.25rem;font-weight:500;color:var(--text)}.nav-container{padding:.75rem 1.25rem;justify-content:space-between}.nav-menu a.cart-link{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text);white-space:normal}.logo-img{height:52px}.logo-text{display:none}.promo-banner{padding:1.1rem 1.25rem;gap:1rem}.promo-banner__text{font-size:1.05rem}.hero{flex-direction:column;min-height:calc(100svh - 90px)}.hero-panel--image{min-height:280px;max-height:360px;flex:0 0 auto;height:320px}.hero-panel--content{padding:3.5rem 2rem;text-align:center}.hero-panel__inner{max-width:100%;display:flex;flex-direction:column;align-items:center}.hero h1{font-size:2.2rem;margin-bottom:1rem}.hero p{font-size:1rem;margin-bottom:1.75rem}.testimonials-section h2{font-size:2rem}.testimonials-grid{grid-template-columns:1fr;gap:1.25rem}.testimonials-section{padding:3rem 0}.about-story__container{grid-template-columns:1fr}.about-story__visual{padding:2.5rem 1.5rem 1rem;gap:1rem}.about-story__logo{max-width:160px}.about-story__content{padding:1rem 1.5rem 2.5rem}.about-story__content h2{font-size:1.75rem;text-align:center}.about-story__lead{text-align:center;font-size:1.05rem}.promo-row{grid-template-columns:1fr}.promo-card__image{padding:2.5rem 1.5rem .5rem}.promo-card__image img{max-width:180px;max-height:200px}.promo-card__body{padding:1.5rem 1.5rem 2.5rem}.promo-card__body--centered{padding:2.5rem 1.5rem}.featured-quote{font-size:1.05rem;padding:1.5rem .5rem;line-height:1.8}.featured-quote::after,.featured-quote::before{font-size:3.5rem}.map-container{max-width:100%}.coffee-section h2{font-size:2rem}.coffee-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.coffee-card{padding:1.5rem}.coffee-image{max-width:180px}.container{padding:0 1.25rem}.glass-card{padding:1.5rem;border-radius:10px}.coffee-section{padding:3rem 0}.coffee-card:hover,.glass-card:hover{box-shadow:var(--shadow-sm)}.add-to-cart-btn:hover{box-shadow:none}.cart-content{width:100vw;right:-100vw;border-radius:0}.cart-sidebar.active .cart-content{right:0}.cart-header{padding:1rem 1.25rem}.cart-items{padding:1rem 1.25rem}.cart-footer{padding:1rem 1.25rem}.cart-item{flex-direction:column;align-items:flex-start;gap:.75rem}.cart-item-controls{align-self:flex-end}.faq-section h2{font-size:2rem}.faq-section{padding:3rem 0}.faq-question{font-size:.95rem;padding:1rem 1.25rem}.faq-answer p{padding:0 1.25rem 1rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem;text-align:center}.footer-col--brand{grid-column:1/-1;text-align:center}.footer-links--stacked{align-items:center}.social-links{justify-content:center}}@media (max-width:480px){.promo-banner{flex-direction:column;gap:.75rem;text-align:center}.hero-panel--image{min-height:220px;max-height:300px;flex:0 0 auto;height:260px}.hero-panel--content{padding:2.5rem 1.5rem}.hero h1{font-size:1.85rem}.hero p{font-size:.95rem}.coffee-card{padding:1.25rem}.glass-card{padding:1.25rem}.add-to-cart-btn{width:100%;margin-top:.75rem}.hero-cta{width:auto;max-width:90%}.nav-menu{gap:2rem}.about-story__visual{padding:2rem 1.25rem .5rem}.about-story__logo{max-width:130px}.about-story__content{padding:.75rem 1.25rem 2rem}.about-story__content h2{font-size:1.5rem}.about-story__content p{font-size:.95rem;line-height:1.8}.promo-card__body{padding:1.25rem 1.25rem 2rem}.promo-card__body h2,.promo-card__body h3{font-size:1.35rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:360px){.promo-banner{padding:1rem 1.25rem}.promo-banner__text{font-size:.95rem}.hero-panel--image{min-height:200px;max-height:260px;flex:0 0 auto;height:220px}.hero-panel--content{padding:2rem 1.25rem}.hero h1{font-size:1.6rem;line-height:1.2}}.cart-nudge{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);background:var(--text);color:#fff;padding:.75rem 1rem .75rem 1.25rem;border-radius:50px;display:flex;align-items:center;gap:1rem;z-index:2000;box-shadow:var(--shadow-lg);animation:nudgeIn .3s ease;font-size:.9rem;white-space:nowrap}.cart-nudge--hiding{animation:nudgeOut .3s ease forwards}.cart-nudge__btn{background:var(--teal);color:#fff;border:none;padding:.45rem 1.1rem;border-radius:50px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:background .2s}.cart-nudge__btn:hover{background:var(--teal-dark)}@keyframes nudgeIn{from{opacity:0;transform:translateX(-50%) translateY(1rem)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes nudgeOut{from{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(1rem)}}@media (max-width:768px) and (orientation:landscape){.hero{flex-direction:row;min-height:320px}.hero-panel--image{min-height:auto;max-height:none}.hero-panel--content{padding:2rem 1.5rem}.hero h1{font-size:1.6rem}.hero p{font-size:.9rem;margin-bottom:1.25rem}}