.gift-finder{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #fe3c5e0f;padding:1.75rem}.gift-finder-header{text-align:center;margin-bottom:2rem}.gift-finder-title{font-family:var(--font-instrument-serif),"Instrument Serif",serif;color:var(--charcoal);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem;font-weight:400}.gift-finder-subtitle{color:var(--charcoal-muted);margin:0;font-size:.95rem}.gift-finder-grid{grid-template-columns:1fr;gap:2rem;display:grid}.gift-finder-block h3{color:var(--charcoal);letter-spacing:.01em;margin:0 0 1rem;font-size:1rem;font-weight:600}.gift-finder-cards{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.gift-finder-card{aspect-ratio:4/3;border-radius:var(--radius);cursor:pointer;text-align:left;background:var(--cream-dark);transition:transform var(--transition),box-shadow var(--transition);border:none;padding:0;position:relative;overflow:hidden}.gift-finder-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.gift-finder-card-bg{position:absolute;inset:0}.gift-finder-card-bg img{object-fit:cover;width:100%;height:100%}.gift-finder-card-overlay{transition:background var(--transition);background:linear-gradient(#0000 0%,#1a181640 50%,#1a1816cc 100%);position:absolute;inset:0}.gift-finder-card:hover .gift-finder-card-overlay{background:linear-gradient(#0000 0%,#1a181659 50%,#1a1816d9 100%)}.gift-finder-card-label{color:var(--white);text-shadow:0 1px 3px #0009;padding:.9rem 1rem;font-size:.95rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.gift-finder-quick{border-top:1px solid var(--cream-dark);margin-top:2rem;padding-top:1.75rem}.gift-finder-quick-label{color:var(--charcoal-muted);margin-bottom:.75rem;font-size:.85rem;display:block}.gift-finder-fields{flex-direction:column;gap:.75rem;display:flex}.gift-finder .field{flex:1;min-width:0}.gift-finder .field label{color:var(--charcoal);margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.gift-finder .field select{width:100%}.gift-finder .btn{padding:.7rem 1.35rem}@media (min-width:500px){.gift-finder-cards{grid-template-columns:repeat(3,1fr);gap:.85rem}}@media (min-width:700px){.gift-finder{padding:2rem}.gift-finder-title{font-size:2rem}.gift-finder-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.gift-finder-cards{grid-template-columns:repeat(3,1fr);gap:1rem}.gift-finder-fields{flex-flow:wrap;align-items:flex-end}.gift-finder .field{min-width:140px}}@media (min-width:900px){.gift-finder-grid{grid-template-columns:repeat(3,1fr)}.gift-finder-block{min-width:0}.gift-finder-cards{grid-template-columns:repeat(2,1fr)}}
.newsletter{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;border-radius:var(--radius);padding:3rem 2rem}.newsletter-inner{text-align:center;max-width:500px;margin:0 auto}.newsletter h2{margin-bottom:.5rem;font-size:1.5rem}.newsletter p{opacity:.95;margin-bottom:1.5rem}.newsletter-form{gap:.5rem;display:flex}.newsletter-form input{border-radius:var(--radius-sm);border:none;flex:1;padding:.85rem 1rem;font-size:1rem}.newsletter-form input:focus{outline:2px solid #fff}.newsletter-form .btn{padding:.85rem 1.5rem}.newsletter-success{margin-top:.75rem;font-weight:600}@media (max-width:500px){.newsletter-form{flex-direction:column}}
.banner-placement{max-width:1200px;margin:0 auto 2rem;padding:0 1rem}.banner-item{border-radius:var(--radius);box-shadow:var(--shadow);background:var(--cream-dark);overflow:hidden}.banner-link{transition:opacity .2s;display:block}.banner-link:hover{opacity:.95}.banner-item img{object-fit:cover;width:100%;height:100%;display:block}.banner-full{aspect-ratio:3;min-height:120px}.banner-half{aspect-ratio:2;min-height:100px}@media (max-width:600px){.banner-placement{margin-bottom:1.5rem}.banner-full{aspect-ratio:2;min-height:100px}.banner-half{aspect-ratio:1.5;min-height:80px}}
.page-builder-renderer{width:100%}.browse-section{max-width:100%;margin:0 auto 2.5rem;padding:0 1rem}.browse-block{margin-bottom:2rem}.browse-block:last-child{margin-bottom:0}.browse-title{color:var(--charcoal);margin-bottom:1rem;font-size:1.35rem}.browse-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:600px){.browse-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.browse-grid{grid-template-columns:repeat(4,1fr)}}.browse-card{border-radius:var(--radius);text-align:center;background:var(--white);justify-content:center;align-items:center;min-height:100px;padding:1rem 1.25rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.browse-card:not(.browse-card--image):hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.browse-card--image{color:#fff;background-position:50%;background-size:cover}.browse-card--image:before{content:"";z-index:0;background:linear-gradient(#0000 0%,#00000040 55%,#000000a6 100%);position:absolute;inset:0}.browse-card-label{z-index:1;font-size:.9rem;font-weight:600;position:relative}.browse-card:not(.browse-card--image) .browse-card-label{color:inherit}.categories-section .category-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:600px){.categories-section .category-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.categories-section .category-grid{grid-template-columns:repeat(4,1fr)}}.category-card{border-radius:var(--radius);text-align:center;background:var(--white);border:2px solid #0000;flex-direction:column;justify-content:center;align-items:center;min-height:110px;padding:1.25rem 1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.category-card:not(.category-card--image):hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.category-card--image{color:#fff;background-position:50%;background-size:cover}.category-card--image:before{content:"";z-index:0;background:linear-gradient(#0000 0%,#0000004d 50%,#000000b3 100%);position:absolute;inset:0}.category-icon{z-index:1;margin-bottom:.35rem;font-size:1.75rem;display:block;position:relative}.category-label{z-index:1;font-size:.85rem;font-weight:600;position:relative}.page-builder-renderer .section{max-width:100%;margin:0 auto 2rem;padding:0 1rem}.page-builder-renderer .section h2{color:var(--charcoal);margin-bottom:.5rem;font-size:1.35rem}.page-builder-renderer .section-subtitle{color:var(--charcoal-muted);margin-bottom:1rem;font-size:.95rem}.page-builder-renderer .section-link{color:var(--primary);margin-top:1rem;font-weight:600;text-decoration:none;display:inline-block}.page-builder-renderer .section-link:hover{text-decoration:underline}.page-builder-renderer .product-scroll{scroll-snap-type:x mandatory;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.page-builder-renderer .product-scroll>*{scroll-snap-align:start;flex-shrink:0;width:180px;min-width:160px;max-width:220px}@media (min-width:600px){.page-builder-renderer .product-scroll>*{width:200px;min-width:180px;max-width:240px}}.page-section{max-width:1200px;margin:0 auto;padding:2rem 1rem}.page-section-hero{padding:3rem 1rem}.page-hero-inner{text-align:center;border-radius:var(--radius);background:var(--cream);justify-content:center;align-items:center;min-height:200px;display:flex;position:relative;overflow:hidden}.page-hero-bg{position:absolute;inset:0}.page-hero-bg img{object-fit:cover;opacity:.4;width:100%;height:100%}.page-hero-content{z-index:1;padding:2rem;position:relative}.page-hero-title{color:var(--charcoal);margin:0 0 .5rem;font-size:2rem}.page-hero-subtitle{color:var(--charcoal-muted);margin:0 0 1rem;font-size:1.1rem}.page-hero-cta{background:var(--primary);color:#fff;border-radius:var(--radius-sm);padding:.6rem 1.5rem;font-weight:500;text-decoration:none;display:inline-block}.page-section-text .page-text-content{line-height:1.7}.page-section-text .page-text-content h1,.page-section-text .page-text-content h2,.page-section-text .page-text-content h3{margin-top:1.5rem;margin-bottom:.5rem}.page-section-text .page-text-content p{margin-bottom:1rem}.page-section-cta{background:var(--cream);text-align:center}.page-cta-inner{padding:2rem}.page-cta-title{margin:0 0 1rem;font-size:1.5rem}.page-cta-button{background:var(--primary);color:#fff;border-radius:var(--radius-sm);padding:.6rem 1.5rem;font-weight:500;text-decoration:none;display:inline-block}.page-loading{text-align:center;color:var(--charcoal-muted);padding:2rem}.trust-section{text-align:center;background:var(--cream);border-radius:var(--radius-sm);margin-bottom:1.5rem;padding:1rem}.trust-section p{color:var(--charcoal-muted);font-weight:600}.footer-cta{text-align:center;background:var(--cream);padding:2rem 1rem}.footer-cta-content{max-width:700px;margin:0 auto;line-height:1.7}.banner-placement{max-width:100%;margin:0 auto 1.5rem;padding:0 1rem}.gift-finder-section{margin-bottom:2rem}.page-section-title{text-align:center;color:var(--charcoal);margin:0 0 1.5rem;font-size:1.75rem}.page-section-testimonials{background:linear-gradient(180deg,var(--cream)0%,var(--white)100%)}.testimonials-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:600px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #0000000f}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.testimonial-stars{color:#f5a623;margin-bottom:.5rem;font-size:1rem}.testimonial-quote{color:var(--charcoal-muted);margin:0 0 1rem;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.testimonial-author img{object-fit:cover;border-radius:50%;width:36px;height:36px}.page-section-faq{background:var(--white)}.faq-list{max-width:700px;margin:0 auto}.faq-item{border-bottom:1px solid var(--cream-dark)}.faq-question{text-align:left;cursor:pointer;width:100%;color:var(--charcoal);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1rem;font-weight:600;transition:color .2s;display:flex}.faq-question:hover{color:var(--primary)}.faq-icon{color:var(--primary);flex-shrink:0;margin-left:.5rem;font-size:1.25rem}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{color:var(--charcoal-muted);margin:0 0 1rem;padding-bottom:1rem;line-height:1.6}.page-section-stats{background:linear-gradient(135deg,var(--primary)0%,#e62e4d 100%);color:#fff;padding:2.5rem 1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto;display:grid}@media (min-width:600px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center}.stat-value{letter-spacing:-.02em;font-size:2rem;font-weight:700;display:block}.stat-label{opacity:.95;font-size:.9rem}.page-section-imagetext{padding:2.5rem 1rem}.imagetext-inner{gap:2rem;max-width:1100px;margin:0 auto;display:grid}@media (min-width:768px){.imagetext-inner{grid-template-columns:1fr 1fr;align-items:center}.page-section-imagetext.image-right .imagetext-inner{direction:rtl}.page-section-imagetext.image-right .imagetext-inner>*{direction:ltr}}.imagetext-media img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:280px}.imagetext-content{padding:.5rem 0}.imagetext-title{margin:0 0 .75rem;font-size:1.5rem}.imagetext-text{margin-bottom:1rem;line-height:1.7}.page-section-brands{background:var(--cream);padding:2rem 1rem}.brands-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.brand-logo img,.brand-name{object-fit:contain;filter:grayscale();opacity:.7;max-width:120px;max-height:40px;transition:filter .2s,opacity .2s}.brand-logo:hover img{filter:grayscale(0);opacity:1}.page-section-promo{padding:0}.promo-inner{text-align:center;background:var(--cream-dark);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:220px;display:flex;position:relative}.promo-overlay{background:linear-gradient(135deg,#00000080 0%,#0003 100%);position:absolute;inset:0}.promo-content{z-index:1;padding:2rem;position:relative}.promo-title{color:#fff;text-shadow:0 1px 3px #0000004d;margin:0 0 .5rem;font-size:1.75rem}.promo-subtitle{color:#fffffff2;margin:0 0 1rem}.promo-cta{color:var(--primary)!important;background:#fff!important}.video-wrapper{aspect-ratio:16/9;border-radius:var(--radius-lg);max-width:800px;margin:0 auto;position:relative;overflow:hidden}.video-wrapper iframe,.video-wrapper video{object-fit:cover;width:100%;height:100%}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}@media (min-width:600px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-item{aspect-ratio:1;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%}.page-section-gallery .page-section-title{margin-bottom:1rem}.page-section-tiktok{background:var(--cream);padding:2rem 1rem}.tiktok-grid{grid-template-columns:1fr;justify-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:700px){.tiktok-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.tiktok-grid{grid-template-columns:repeat(3,1fr)}}.tiktok-embed-wrapper{justify-content:center;width:100%;min-width:325px;max-width:605px;display:flex}.tiktok-embed-wrapper blockquote.tiktok-embed{margin:0}.two-banners .two-banners-inner{grid-template-columns:1fr 1fr;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:grid}.two-banners .banner-item{min-height:140px}.product-grid-section .product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:600px){.product-grid-section .product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.product-grid-section .product-grid{grid-template-columns:repeat(4,1fr)}}.round-category-carousel-section{overflow:hidden}.round-category-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.round-category-item{color:inherit;scroll-snap-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;transition:transform .2s;display:flex}.round-category-item:hover{transform:translateY(-2px)}.round-category-circle{background:var(--cream-dark);width:90px;height:90px;box-shadow:var(--shadow);background-position:50%;background-size:cover;border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.round-category-icon{color:var(--primary);font-size:1.75rem}.round-category-label{text-align:center;max-width:90px;font-size:.85rem;font-weight:600}.home-blog-section .home-blog-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:600px){.home-blog-section .home-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.home-blog-section .home-blog-grid{grid-template-columns:repeat(3,1fr)}}.page-section-social{background:var(--cream);padding:2rem 1rem}.social-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:600px;margin:0 auto;display:flex}.social-link{background:var(--white);border-radius:var(--radius);color:var(--charcoal);box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.25rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.social-link:hover{box-shadow:var(--shadow-lg);color:var(--primary);transform:translateY(-2px)}.social-icon{background:var(--primary-subtle);width:40px;height:40px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}
