@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap";:root{--primary-bg:#fff;--secondary-bg:#fafafa;--text-dark:#111;--text-muted:#666;--accent-color:#8a1538;--border-color:#e5e5e5}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--primary-bg);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;font-weight:400;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-family:Playfair Display,serif;font-weight:500}a{color:inherit;text-decoration:none}.navbar{z-index:100;border-bottom:1px solid var(--border-color);background-color:#fff;justify-content:space-between;align-items:center;padding:1.5rem 5vw;display:flex;position:sticky;top:0}.nav-brand{letter-spacing:2px;text-transform:uppercase;color:var(--text-dark);font-size:1.5rem;font-weight:600}.nav-links{gap:2rem;display:flex}.nav-link{text-transform:uppercase;letter-spacing:1px;color:var(--text-dark);font-size:.8rem;font-weight:500;transition:color .3s}.nav-link:hover{color:var(--accent-color)}.nav-icons{text-transform:uppercase;letter-spacing:1px;gap:1.5rem;font-size:.8rem;font-weight:500;display:flex}.hero{background-image:url(/hero_bride_1780605252905.png);background-position:top;background-size:cover;justify-content:center;align-items:center;height:85vh;display:flex;position:relative}.hero-overlay{background:#0006;position:absolute;inset:0}.hero-content{z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 2rem;position:relative}.hero-title{color:#fff;text-transform:capitalize;margin-bottom:1.5rem;font-size:5rem;line-height:1.1}.hero-subtitle{color:#f0f0f0;margin-bottom:3rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:300;line-height:1.6}.btn-solid{color:var(--text-dark);text-transform:uppercase;letter-spacing:2px;cursor:pointer;background-color:#fff;border:none;padding:1.2rem 3rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-block}.btn-solid:hover{background-color:var(--accent-color);color:#fff}.btn-outline{border:1px solid var(--text-dark);color:var(--text-dark);text-transform:uppercase;letter-spacing:2px;cursor:pointer;background:0 0;padding:1.2rem 3rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-block}.btn-outline:hover{background:var(--text-dark);color:#fff}.section{background-color:var(--primary-bg);padding:6rem 5vw}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.view-all{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);border-bottom:1px solid var(--text-muted);padding-bottom:2px;font-size:.8rem;font-weight:500;transition:color .3s,border-color .3s}.view-all:hover{color:var(--text-dark);border-color:var(--text-dark)}.product-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid}.product-card{cursor:pointer;flex-direction:column;display:flex}.product-image{aspect-ratio:3/4;object-fit:cover;width:100%;margin-bottom:1.2rem;transition:opacity .3s,transform .5s}.product-card:hover .product-image{opacity:.9;transform:scale(1.02)}.product-info{text-align:center}.product-info h3{color:var(--text-dark);margin-bottom:.4rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500}.product-info p{color:var(--text-muted);font-family:Inter,sans-serif;font-size:.9rem;font-weight:400}.split-banner{background-color:var(--secondary-bg);min-height:70vh;display:flex}.split-image{background-image:url(/engagement_platter_1780605281417.png);background-position:50%;background-size:cover;flex:1}.split-content{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:8rem 8vw;display:flex}.split-content h2{margin-bottom:1.5rem;font-size:3rem}.split-content p{color:var(--text-muted);max-width:450px;margin-bottom:3rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.8}.cat-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.cat-card{aspect-ratio:3/4;cursor:pointer;position:relative;overflow:hidden}.cat-card img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.cat-card:hover img{transform:scale(1.05)}.cat-overlay{background:#0003;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.cat-card:hover .cat-overlay{background:#0006}.cat-overlay h3{color:var(--text-dark);text-transform:uppercase;letter-spacing:2px;background-color:#fff;padding:1rem 3rem;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:500}.features{border-top:1px solid var(--border-color);background-color:#fff;grid-template-columns:repeat(3,1fr);padding:4rem 5vw;display:grid}.feature-item{text-align:center;padding:0 2rem}.feature-item h4{text-transform:uppercase;letter-spacing:1px;color:var(--text-dark);margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600}.feature-item p{color:var(--text-muted);font-size:.85rem}.footer{border-top:1px solid var(--border-color);background:#f9f9f9;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;padding:6rem 5vw;display:grid}.footer-col h4{text-transform:uppercase;letter-spacing:1px;color:var(--text-dark);margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600}.footer-col p{color:var(--text-muted);font-family:Inter,sans-serif;font-size:.9rem;line-height:1.6}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col ul li a{color:var(--text-muted);font-family:Inter,sans-serif;font-size:.9rem;transition:color .3s}.footer-col ul li a:hover{color:var(--text-dark)}.newsletter-input{border:none;border-bottom:1px solid var(--border-color);width:100%;color:var(--text-dark);background:0 0;outline:none;margin-top:1rem;padding:.8rem 0;font-family:inherit;font-size:.9rem;transition:border-color .3s}.newsletter-input:focus{border-color:var(--text-dark)}.collection-page{background-color:var(--primary-bg);padding:2rem 5vw}.breadcrumbs{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:.8rem}.breadcrumbs span{color:var(--text-dark);font-weight:500}.collection-header{background:var(--secondary-bg);height:250px;margin-bottom:3rem;display:flex}.collection-title-area{flex-direction:column;flex:1;justify-content:center;padding:0 4rem;display:flex}.collection-title-area h1{color:var(--text-dark);margin-bottom:.5rem;font-size:2.8rem}.collection-title-area p{color:var(--text-muted);max-width:400px;font-family:Outfit,sans-serif;font-size:1rem;line-height:1.5}.collection-banner{background-image:url(/hero_bride_1780605252905.png);background-position:50%;background-size:cover;flex:1.5}.collection-layout{gap:3rem;display:flex}.sidebar{flex-shrink:0;width:240px}.sidebar h3{text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid var(--border-color);color:var(--text-dark);margin-bottom:1.5rem;padding-bottom:1rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600}.filter-group{margin-bottom:2rem}.filter-group h4{color:var(--text-dark);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600}.filter-group label{color:var(--text-dark);cursor:pointer;align-items:center;gap:.8rem;margin-bottom:.8rem;font-family:Outfit,sans-serif;font-size:.9rem;display:flex}.filter-group label:hover{color:var(--accent-color)}.filter-group input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:1px solid #c3c4c7;border-radius:2px;width:16px;height:16px;transition:all .2s}.filter-group input[type=checkbox]:checked{background:var(--accent-color);border-color:var(--accent-color)}.collection-main{flex:1}.toolbar{border-bottom:1px solid var(--border-color);color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;font-family:Outfit,sans-serif;font-size:.9rem;display:flex}.sort-by{color:var(--text-dark);font-weight:500}.sort-by select{color:var(--text-dark);border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:2px;outline:none;margin-left:.5rem;padding:.4rem .8rem;font-family:inherit;font-size:.85rem}.collection-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.pagination{justify-content:center;gap:.5rem;margin-top:4rem;display:flex}.page-btn{border:1px solid var(--border-color);color:var(--text-dark);cursor:pointer;background:#fff;border-radius:2px;padding:.4rem .8rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.page-btn:hover,.page-btn.active{background:var(--text-dark);border-color:var(--text-dark);color:#fff}.product-page{background-color:var(--primary-bg);padding:2rem 5vw}.product-container{gap:5rem;margin-top:1rem;display:flex}.product-gallery{flex:1.2;align-items:flex-start;gap:1.5rem;display:flex}.thumbnail-list{flex-direction:column;gap:1rem;width:80px;display:flex}.thumbnail{aspect-ratio:3/4;object-fit:cover;cursor:pointer;opacity:.6;border:1px solid #0000;width:100%;transition:all .3s}.thumbnail:hover,.thumbnail.active{opacity:1;border-color:var(--text-dark)}.main-image-container{background-color:var(--secondary-bg);flex:1}.main-product-image{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.product-details{flex:1;padding-top:1rem}.product-title{color:var(--text-dark);margin-bottom:.5rem;font-size:2.5rem}.product-price{color:var(--text-dark);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:500}.tax-shipping-info{color:var(--text-muted);margin-bottom:2.5rem;font-size:.85rem}.variant-selector{margin-bottom:2.5rem}.variant-selector h4{text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:.9rem}.variant-options{flex-wrap:wrap;gap:1rem;display:flex}.variant-btn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-dark);background:0 0;padding:.8rem 1.5rem;font-family:Outfit,sans-serif;font-size:.9rem;transition:all .3s}.variant-btn:hover,.variant-btn.active{border-color:var(--text-dark);background-color:var(--primary-bg)}.add-to-cart-section{gap:1rem;margin-bottom:1rem;display:flex}.quantity-selector{border:1px solid var(--border-color);align-items:center;height:50px;display:flex}.quantity-selector button{cursor:pointer;width:40px;height:100%;color:var(--text-dark);background:0 0;border:none;font-size:1.2rem;transition:background .3s}.quantity-selector button:hover{background:var(--secondary-bg)}.quantity-selector input{text-align:center;width:40px;height:100%;color:var(--text-dark);border:none;font-family:Outfit,sans-serif;font-size:1rem}.quantity-selector input:focus{outline:none}.btn-add-to-cart{border:1px solid var(--text-dark);color:var(--text-dark);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background-color:#0000;flex:1;font-family:Outfit,sans-serif;font-weight:500;transition:all .3s}.btn-add-to-cart:hover{border-width:2px}.btn-buy-now{background-color:var(--accent-color);color:#fff;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;border:none;width:100%;height:50px;margin-bottom:3rem;font-family:Outfit,sans-serif;font-weight:500;transition:background .3s}.btn-buy-now:hover{background-color:#71102c}.product-description{color:var(--text-dark);margin-bottom:3rem;font-size:.95rem;line-height:1.6}.product-description ul{color:var(--text-muted);margin-top:1rem;padding-left:1.5rem}.product-description ul li{margin-bottom:.5rem}.accordion-section{border-top:1px solid var(--border-color)}.accordion{border-bottom:1px solid var(--border-color)}.accordion summary{text-transform:uppercase;letter-spacing:1px;cursor:pointer;justify-content:space-between;align-items:center;padding:1.5rem 0;font-family:Outfit,sans-serif;font-weight:500;list-style:none;display:flex}.accordion summary:after{content:"+";font-size:1.5rem;font-weight:300}.accordion[open] summary:after{content:"−"}.accordion-content{color:var(--text-muted);padding-bottom:1.5rem;font-size:.9rem;line-height:1.6}.about-page{padding-bottom:5rem}.about-hero{text-align:center;color:#fff;background-image:linear-gradient(#0006,#0009),url(/hero_bride_1780605252905.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;height:60vh;display:flex}.about-hero-content h1{letter-spacing:2px;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:4rem}.about-hero-content p{opacity:.9;max-width:600px;margin:0 auto;font-size:1.2rem}.about-section{align-items:center;gap:4rem;max-width:1200px;margin:5rem auto;padding:0 5vw;display:flex}.about-text{flex:1}.about-text h2{color:var(--text-color);margin-bottom:2rem;font-family:Playfair Display,serif;font-size:2.5rem}.about-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-image{flex:1}.about-image img{object-fit:cover;border-radius:4px;width:100%;height:600px}.about-cta{text-align:center;margin:6rem 0}.about-cta h2{margin-bottom:2rem;font-family:Playfair Display,serif;font-size:2.5rem}@media (width<=768px){.about-section{text-align:center;flex-direction:column}.about-hero-content h1{font-size:3rem}.about-image img{height:400px}}.contact-page{background-color:var(--primary-bg);min-height:80vh;padding:5rem 5vw}.contact-container{gap:6rem;max-width:1200px;margin:0 auto;display:flex}.contact-info{flex:1}.contact-info h1{margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:3.5rem}.contact-info>p{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.info-block{margin-bottom:2rem}.info-block h3{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.info-block p{font-size:1.1rem;line-height:1.5}.contact-form-container{background:#fff;border-radius:8px;flex:1.2;padding:3rem;box-shadow:0 10px 40px #00000008}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{background-color:#fafafa;border:1px solid #e2e8f0;border-radius:4px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{background-color:#fff;border-color:#000;outline:none}.btn-submit{margin-top:1rem;padding:1.2rem;font-size:1rem}.success-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:4rem 2rem;display:flex}.success-icon{color:#fff;background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:2rem;display:flex}.success-message h2{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2rem}.success-message p{color:var(--text-muted);margin-bottom:2rem}@media (width<=768px){.contact-container{flex-direction:column;gap:3rem}.contact-form-container{padding:2rem}}.search-page{min-height:80vh;padding:6rem 5vw}.search-header{text-align:center;margin-bottom:4rem}.search-header h1{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:3rem}.search-header p{color:var(--text-muted);font-size:1.1rem}.search-results-container{max-width:1400px;margin:0 auto}.loading-spinner{text-align:center;color:var(--text-muted);padding:4rem;font-family:Playfair Display,serif;font-size:1.2rem;font-style:italic}.no-results{text-align:center;background-color:#fafafa;border-radius:8px;padding:6rem 2rem}.no-results p{color:var(--text-color);margin-bottom:.5rem;font-size:1.2rem}.no-results-suggestion{color:var(--text-muted)!important;font-size:1rem!important}.cart-overlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;animation:.3s fadeIn;position:fixed;inset:0}.cart-drawer{background:var(--primary-bg);z-index:1000;flex-direction:column;width:100%;max-width:400px;height:100vh;transition:right .4s cubic-bezier(.2,.8,.2,1);display:flex;position:fixed;top:0;right:-450px;box-shadow:-5px 0 25px #0000001a}.cart-drawer.open{right:0}.cart-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:2rem;display:flex}.cart-header h2{margin:0;font-size:1.5rem}.close-btn{cursor:pointer;color:var(--text-dark);background:0 0;border:none;font-size:1.5rem}.cart-items{flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.empty-cart{text-align:center;color:var(--text-muted);margin-top:2rem}.empty-cart .btn-solid{margin-top:1.5rem}.cart-item{border-bottom:1px solid var(--border-color);gap:1rem;padding-bottom:1.5rem;display:flex}.cart-item-image{object-fit:cover;border-radius:2px;width:80px;height:100px}.cart-item-details{flex-direction:column;flex:1;display:flex}.cart-item-details h4{margin-bottom:.3rem;font-family:Inter,sans-serif;font-size:.95rem}.cart-item-variant{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem}.cart-item-price{margin-bottom:auto;font-weight:500}.cart-item-actions{color:var(--text-muted);justify-content:space-between;align-items:flex-end;font-size:.85rem;display:flex}.remove-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;text-decoration:underline}.remove-btn:hover{color:var(--text-dark)}.cart-footer{border-top:1px solid var(--border-color);background:var(--secondary-bg);padding:2rem}.cart-subtotal{justify-content:space-between;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.4rem;display:flex}.shipping-note{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem}.btn-checkout{width:100%;padding:1.2rem;font-size:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
