:root{--primary-color:#222;--secondary-color:#666;--accent-color:#f8f8f8;--text-color:#222;--muted-text:#555;--bg-color:#fff;--border-color:#e6e6e6;--notice-bg:#444;--font-family:'Poppins', serif;--container-max:1200px;--gutter:clamp(1rem, 4vw, 2rem);--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--shadow-sm:0 1px 2px rgba(0,0,0,0.06);--shadow-md:0 4px 12px rgba(0,0,0,0.10);--shadow-lg:0 10px 30px rgba(0,0,0,0.12);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);line-height:1.6;color:var(--text-color);background:var(--bg-color);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html{scroll-behavior:smooth;scroll-padding-top:var(--header-offset,6rem)}main{padding-top:var(--header-offset,6rem);padding-left:var(--gutter);padding-right:var(--gutter)}.logo img{height:40px;margin:24px 0 16px}.site-header{padding:.5rem 0;background:#fff;position:fixed;top:0;left:0;right:0;z-index:100;transition:transform .3s ease,box-shadow .3s ease}.site-header.shadow{box-shadow:0 2px 10px rgba(0,0,0,.1)}.site-header.header-hidden{transform:translateY(-100%)}.header-notification{box-shadow:0 2px 5px rgba(0,0,0,.1);background:var(--notice-bg);color:#fff;padding:.5rem 0;text-align:center}.header-container{max-width:var(--container-max);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-4)}.logo{justify-self:start}.main-nav{justify-self:center}.header-actions{justify-self:end}.hero-section{position:relative;height:80vh;min-height:600px;background-image:url(https://images.unsplash.com/photo-1513519245088-0e12902e5a38);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;margin-bottom:4rem;margin-left:0;margin-right:0;width:100%}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4)}.hero-content{position:relative;text-align:center;color:#fff;padding:2rem;max-width:900px;z-index:2}.hero-content h1{color:var(--accent-color);display:block;font-family:serif;font-size:4rem;font-weight:400;margin-bottom:.3rem;line-height:1.2;text-align:left}.hero-content p{color:var(--accent-color);display:block;font-size:1.4rem;font-weight:100;margin-bottom:2rem;line-height:1.6;opacity:.9;text-align:right}.cta-button{display:block;padding:1rem 2.5rem;background-color:#fff;color:#333;text-decoration:none;font-size:1.1rem;transition:all .3s ease;border:2px solid #fff;text-transform:uppercase;letter-spacing:1px}.cta-button:hover{background-color:transparent;color:#fff}.featured-products,.featured-gifts{padding:4rem 0}.featured-products h2,.featured-gifts h2{font-family:serif;font-size:2.5rem;font-weight:400;margin-left:1rem;margin-bottom:1rem}@media(max-width:768px){.hero-section{height:60vh;min-height:400px}.hero-content h1{display:block;font-size:2.5rem}.hero-content p{display:block;font-size:1.1rem}.cta-button{display:block;padding:.8rem 2rem;font-size:1rem}}.hero-content{animation:fadeIn 1s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.main-nav{justify-self:center}.main-nav ul{display:flex;list-style:none;gap:2rem;align-items:center;justify-content:center;padding:0;margin:0}.main-nav a{text-decoration:none;color:var(--primary-color);font-weight:500}.featured-products,.featured-gifts{margin:0 auto;max-width:var(--container-max);padding-left:var(--gutter);padding-right:var(--gutter)}.products-grid,.gifts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.product-card,.gift-card{border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden;padding:1rem;background:#fff;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.product-card:hover,.gift-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-container,.gift-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:var(--container-max);margin:var(--space-7)auto;padding:0 var(--gutter)}.site-footer{background:var(--accent-color);padding:4rem 2rem 2rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.product-container,.gift-container{grid-template-columns:1fr}.header-container{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:'logo' 'nav' 'actions';row-gap:var(--space-3)}.logo{grid-area:logo;justify-self:center}.main-nav{grid-area:nav;justify-self:center}.header-actions{grid-area:actions;justify-self:center}.main-nav ul{justify-content:center;flex-wrap:wrap;gap:1rem}}@media(min-width:1200px){.header-container{max-width:none}.products-list-page,.gifts-list-page{max-width:none;margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1);width:calc(100% + (var(--gutter) * 2));padding-left:0;padding-right:0}}.product-card,.gift-card{position:relative;display:flex;flex-direction:column;margin-bottom:2rem}.product-card a,.gift-card a{text-decoration:none;color:inherit}.product-card img,.gift-card img{width:100%;height:300px;object-fit:cover;margin-bottom:1rem;transition:opacity .3s ease}.product-card:hover img,.gift-card:hover img{opacity:.9}.product-card h3,.gift-card h3{font-family:serif;font-size:1.125rem;font-weight:400;margin:.5rem 0 .25rem;color:#333;line-height:1.4}.product-card .price,.gift-card .price{font-size:1rem;color:#666;margin:.25rem 0}.products-grid,.gifts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:0;width:100%}.product-card .quick-view,.gift-card .quick-view{position:absolute;top:280px;left:50%;transform:translate(-50%,-50%);background:#fff;padding:.5rem 1rem;border:none;font-size:.875rem;opacity:0;transition:opacity .3s ease;cursor:pointer;z-index:2}.product-card:hover .quick-view,.gift-card:hover .quick-view{opacity:1}@media(hover:none) and (pointer:coarse){.product-card .quick-view,.gift-card .quick-view{opacity:1}}.price-range{color:#666}.product-options,.gift-options{font-size:.875rem;color:#666;margin-top:.25rem}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background-color:rgba(0,0,0,.5);z-index:1000}.modal-content{position:relative;background-color:#fff;margin:2vh auto;padding:20px;width:90%;max-width:1000px;max-height:96vh;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;box-sizing:border-box}.modal-body{max-height:calc(96vh - 4rem);overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 4px}.modal-body::-webkit-scrollbar{display:none}.close-modal{position:absolute;right:20px;top:10px;font-size:28px;cursor:pointer}.product-quick-view,.gift-quick-view{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.product-quick-view,.gift-quick-view{grid-template-columns:1fr}}.product-image,.gift-image{width:100%}.product-image img,.gift-image img{width:100%;height:auto;max-height:70vh;object-fit:contain;background:#f7f7f7;border-radius:var(--radius-md)}.product-details,.gift-details{padding:1rem}.add-to-cart{background:#000;color:#fff;border:none;padding:1rem 2rem;margin-top:1rem;width:100%;font-size:1.2rem;cursor:pointer;transition:background-color .3s ease}.add-to-cart:hover{background:#333}.shipping-returns{margin-top:2rem}.modal-body h2{margin:0 0 var(--space-3);font-family:serif;font-weight:500}#cartItems p{color:var(--muted-text);padding:var(--space-3)0}.cart-item-content{display:flex;align-items:center;gap:var(--space-3);flex:1;cursor:pointer;transition:opacity .2s ease}.cart-item-content:hover{opacity:.8}.cart-item-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.cart-item-info{flex:1;min-width:0}.remove-item{background:#fff;border:1px solid var(--border-color);width:32px;height:32px;line-height:28px;text-align:center;border-radius:var(--radius-sm);color:#777;cursor:pointer;flex-shrink:0}.remove-item:hover{color:#000;border-color:#aaa}.cart-summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding-top:var(--space-3)}.cart-summary span{font-weight:500}.cart-header-actions{display:flex;justify-content:flex-end;margin-bottom:var(--space-3)}.cart-footer{display:flex;justify-content:flex-end;padding-top:var(--space-3);margin-top:var(--space-4);border-top:1px solid var(--border-color)}.shipping-section{margin-top:var(--space-5);padding-top:var(--space-4)}.shipping-section h3{margin-bottom:var(--space-3);font-weight:600}.shipping-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}@media(max-width:700px){.shipping-grid{grid-template-columns:1fr}}.shipping-grid input{width:100%;padding:.65rem .8rem;border:1px solid var(--border-color);border-radius:var(--radius-sm);font:inherit}.shipping-estimate{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-3)}#shippingEstimate{color:var(--muted-text)}#estimateShippingBtn{border:1px solid var(--border-color);background:#fff;padding:.6rem 1rem;border-radius:var(--radius-sm);cursor:pointer}#estimateShippingBtn:hover{border-color:#000}body.modal-open{overflow:hidden}.collections-page,.collections-container{max-width:1200px;margin:0 auto;padding:20px}.collections-container h2{margin:0 0 2rem}.page{max-width:var(--container-max);margin:0 auto;padding:var(--space-7)var(--gutter)}.page-header{margin-bottom:var(--space-5)}.page-intro{color:var(--muted-text);font-size:1.125rem;max-width:65ch}.page-body{max-width:75ch}.contact-success ul{list-style:none;padding-left:0;margin:var(--space-3)0}.contact-success li{display:flex;gap:.5rem;align-items:baseline;padding:.25rem 0}.contact-success li::before{content:'✓';color:#0a7a2a;font-weight:700}.contact-form{display:grid;gap:var(--space-3);max-width:560px}.contact-form .field{display:grid;gap:var(--space-2)}.contact-form label{font-weight:500;color:var(--primary-color)}.contact-form input,.contact-form textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius-sm);font:inherit}.contact-form button{background:#000;color:#fff;border:none;padding:.9rem 1.5rem;font-size:1rem;border-radius:var(--radius-sm);cursor:pointer;width:fit-content}.contact-form button:hover{background:#333}.contact-form .hint{font-size:.9rem;color:var(--muted-text)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.collection-card{position:relative;display:block;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.collection-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.collection-image{width:100%;display:block;aspect-ratio:4/3;height:auto;object-fit:cover;background:#f2f2f2}.collection-image--placeholder{width:100%;aspect-ratio:4/3;background:#f2f2f2}.collection-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:var(--space-4);background:linear-gradient(to top,rgba(0,0,0,.55),transparent);color:#fff}.collection-card .collection-title{margin:0;font-size:1.125rem;line-height:1.2;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}.collection-card .collection-desc{margin-top:6px;font-size:.95rem;line-height:1.4;color:rgba(255,255,255,.95);text-shadow:0 1px 1px rgba(0,0,0,.25);display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.collection-card .collection-desc{line-clamp:2;-webkit-line-clamp:2;font-size:.9rem}}.collection-cta{display:inline-block;margin-top:6px;padding:.25rem .5rem;border:1px solid rgba(255,255,255,.6);border-radius:999px;font-size:.8rem;color:#fff;background:rgba(255,255,255,5%)}.collection-description{margin:10px;color:#666}.pagination{display:flex;justify-content:center;align-items:center;margin:20px 0;list-style-type:none}.pagination a{text-decoration:none;color:#444;padding:10px 15px;border:1px solid #444;border-radius:5px;margin:0 5px;transition:background-color .3s,color .3s}.pagination a:hover{background-color:#444;color:#fff}.pagination .page-item.active a{background-color:#444;color:#fff;border:1px solid #444;cursor:default}.pagination .page-item.active a:hover{background-color:#444;color:#fff;border:1px solid #444}.page-item.disabled{display:none}h1,h2,h3,h4,h5,h6{font-family:serif;color:var(--primary-color);line-height:1.25;margin:0 0 var(--space-3)}h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:var(--space-4)}h2{font-size:clamp(1.5rem,3.5vw,2rem)}h3{font-size:1.25rem}p{margin:0 0 var(--space-4);color:var(--muted-text)}p+p{margin-top:var(--space-3)}a{color:inherit;text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(0,0,0,.25)}a:hover{text-decoration-color:rgba(0,0,0,.5)}.cart-item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3)0;border-bottom:1px solid var(--border-color)}.cart-item:last-child{border-bottom:0}.cart-item-title{font-weight:500}.cart-item-meta{color:var(--muted-text)}.cart-actions{display:flex;gap:var(--space-3)}.cart-actions button{padding:.6rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border-color);background:#fff;cursor:pointer}.checkout-btn{padding:.75rem 1.25rem;background:#000;color:#fff;border:1px solid #000;border-radius:var(--radius-sm);cursor:pointer;min-width:300px;margin:0 auto}.checkout-simple-btn{padding:.75rem 1.25rem;border:1px solid #000;background:0 0;color:#000;border-radius:var(--radius-sm);cursor:pointer;min-width:300px;margin:0 auto}.checkout-btn:hover,.checkout-simple-btn:hover{background:#333;border-color:#333;color:#fff}.cart-item-content{display:flex;align-items:center;gap:var(--space-3)}.cart-item-thumbnail{width:64px;height:64px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.qty-controls{display:flex;align-items:center;gap:.5rem;margin:0 var(--space-3)}.qty-input{width:64px;padding:.35rem .5rem;text-align:center;border:1px solid var(--border-color);border-radius:var(--radius-sm)}.remove-item{padding:.25rem .5rem;background:0 0;border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;font-size:1rem;line-height:1}.remove-item:hover{background:#f8f8f8}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.logo img{height:52px;margin:8px 0;display:block;width:auto}.main-nav li{list-style:none}.main-nav a{position:relative;padding:.5rem .25rem}.main-nav a::after{content:'';position:absolute;left:0;right:0;bottom:-6px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s ease;opacity:.6}.main-nav li:hover a::after,.main-nav li.active a::after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:var(--space-3);justify-self:end}.cart-toggle{position:relative;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:.4rem .6rem;cursor:pointer}.cart-toggle svg{display:block}.search-toggle{position:relative;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:.4rem .6rem;cursor:pointer}.search-toggle svg{display:block}.cart-count{position:absolute;top:-6px;right:-6px;background:#000;color:#fff;font-size:.7rem;line-height:1;padding:2px 6px;border-radius:999px}.product-details .price,.gift-details .price{font-size:1.125rem;color:var(--primary-color);margin-bottom:var(--space-3)}.product-details .description,.gift-details .description{margin-top:var(--space-4);color:var(--muted-text)}.product-details select,.gift-details select{margin-top:var(--space-2);padding:.6rem .8rem;border:1px solid var(--border-color);border-radius:var(--radius-sm)}.product-card .quick-view,.gift-card .quick-view{border:1px solid var(--border-color);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm)}.products-list-page,.gifts-list-page{max-width:var(--container-max);margin:0 auto;padding:var(--space-7)0}.products-list-page h1,.gifts-list-page h1{margin-bottom:var(--space-5)}.collections-page,.collections-container{max-width:var(--container-max);margin:0 auto;padding:var(--space-7)var(--gutter)}.collections-grid{gap:var(--space-6)}.featured-products h2,.featured-gifts h2{margin-left:0}.collection-header{max-width:var(--container-max);margin:0 auto;padding:var(--space-7)var(--gutter)0}.collection-hero-image{width:100%;height:clamp(220px,35vw,480px);object-fit:cover;display:block;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.collection-info{margin-top:var(--space-4)}.collection-products{max-width:var(--container-max);margin:0 auto;padding:var(--space-6)var(--gutter)var(--space-7)}.footer-container{max-width:var(--container-max);margin:0 auto;padding:0 var(--gutter)}.footer-grid{gap:var(--space-6)}.footer-section h3{margin-bottom:var(--space-3)}.footer-section ul{list-style:none;padding-left:0}.footer-section li+li{margin-top:.5rem}.footer-bottom{margin-top:var(--space-6);padding-top:var(--space-3);border-top:1px solid var(--border-color);color:var(--muted-text);text-align:center}.search-modal{max-width:900px}.search-bar{position:sticky;top:0;background:#fff;padding-bottom:var(--space-3);margin-bottom:var(--space-3);border-bottom:1px solid var(--border-color)}.search-bar input[type=search]{width:100%;padding:.9rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem}.search-results{display:grid;gap:var(--space-3)}.search-result{display:grid;grid-template-columns:72px 1fr;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border-color);border-radius:var(--radius-md);text-decoration:none;color:inherit;background:#fff}.search-result:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.search-result img{width:72px;height:72px;object-fit:cover;border-radius:var(--radius-sm);background:#f2f2f2}.search-result .title{font-weight:600;color:var(--primary-color)}.search-result .meta{color:var(--muted-text);font-size:.9rem;margin-top:2px}.search-result .badge{display:inline-block;padding:.15rem .4rem;border:1px solid var(--border-color);border-radius:999px;font-size:.75rem}.search-result .desc{margin-top:.35rem;color:var(--muted-text);line-height:1.5}.search-bar input[type=search]:focus{outline:none;box-shadow:0 3px rgba(0,0,0,8%)}.search-result .badge.type-gift{background:#faf5ff;border-color:#e9d8fd;color:#5b21b6}.search-result .badge.type-collection{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.search-result .badge.type-page{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}