:root{--blush: #F4E4E1;--blush-deep: #E8CFCA;--rose: #D4A5A5;--mauve: #9B7E7E;--cream: #FFFBF7;--gold: #C9A962;--gold-light: #E8D5A8;--charcoal: #3A3535;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw}body{font-family:Quicksand,sans-serif;background:var(--cream);color:var(--charcoal)}.font-serif{font-family:Playfair Display,serif}.bg-gradient{position:fixed;inset:0;pointer-events:none;z-index:0}.bg-gradient:before{content:"";position:absolute;top:20%;left:20%;width:400px;height:400px;background:#d4a5a51a;border-radius:50%;filter:blur(80px)}.bg-gradient:after{content:"";position:absolute;bottom:20%;right:20%;width:350px;height:350px;background:#c9a9621a;border-radius:50%;filter:blur(80px)}nav{position:fixed;top:0;width:100%;padding:1.2rem 3rem;display:flex;justify-content:space-between;align-items:center;background:#fffbf7e6;backdrop-filter:blur(20px);z-index:1000}.nav-left,.nav-right{display:flex;gap:2rem}.nav-left a,.nav-right a,.nav-left button,.nav-right button{text-decoration:none;color:var(--mauve);font-size:1rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;transition:all .3s ease;background:none;border:none;cursor:pointer}.nav-left a:hover,.nav-right a:hover,.nav-left button:hover,.nav-right button:hover{color:var(--gold)}.logo-center{position:absolute;left:50%;transform:translate(-50%);text-align:center;text-decoration:none}.logo-center h1{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:400;color:var(--charcoal);letter-spacing:.1em}.logo-center span{display:block;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--rose);margin-top:2px}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle span{display:block;width:100%;height:2px;background:var(--charcoal);transition:all .3s ease}.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:var(--cream);padding:2rem;flex-direction:column;gap:1.5rem;border-bottom:1px solid var(--blush-deep);box-shadow:0 10px 30px #0000001a}.mobile-menu a{text-decoration:none;color:var(--charcoal);font-size:1rem;font-weight:500;padding:.5rem 0;border-bottom:1px solid var(--blush)}.mobile-menu a:last-child{border-bottom:none}nav.menu-open .mobile-menu{display:flex}nav.menu-open .mobile-menu-toggle span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}nav.menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}nav.menu-open .mobile-menu-toggle span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.mobile-menu-toggle{display:flex}.nav-left,.nav-right{display:none}.logo-center{position:relative;left:auto;transform:none}nav{justify-content:space-between}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero-circle{position:absolute;border-radius:50%;border:1px solid var(--blush-deep);opacity:.5;animation:float 20s ease-in-out infinite;pointer-events:none}.hero-circle.large{width:min(500px,80vw);height:min(500px,80vw);top:10%;left:-15%}.hero-circle.small{width:min(300px,60vw);height:min(300px,60vw);bottom:10%;right:-5%;animation-direction:reverse;animation-duration:15s}@keyframes float{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(20px,20px) rotate(5deg)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.5rem;background:var(--blush);border-radius:30px;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mauve);margin-bottom:2rem;position:relative;z-index:1}.hero-badge:before{content:"✦";color:var(--gold)}.hero h2{font-family:Playfair Display,serif;font-size:5rem;font-weight:400;line-height:1.1;margin-bottom:1.5rem}.hero h2 em{font-style:italic;color:var(--rose)}.hero-description{font-size:1.1rem;color:var(--mauve);max-width:500px;margin-bottom:2.5rem;font-weight:300;line-height:1.8}.hero-buttons{display:flex;gap:1rem;position:relative;z-index:1}.btn{padding:1rem 2.5rem;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;border-radius:50px;transition:all .4s ease;font-weight:500;cursor:pointer;font-family:inherit}.btn-filled{background:var(--charcoal);color:var(--cream);border:2px solid var(--charcoal)}.btn-filled:hover{background:var(--gold);border-color:var(--gold)}.btn-outline{background:transparent;color:var(--charcoal);border:2px solid var(--blush-deep)}.btn-outline:hover{border-color:var(--charcoal)}.product-strip{padding:4rem 0;background:var(--white);overflow:hidden}.strip-header{text-align:center;margin-bottom:3rem}.strip-header h3{font-family:Playfair Display,serif;font-size:2rem;font-weight:400;color:var(--charcoal)}.product-scroll{display:flex;gap:2rem;padding:0 2rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.product-scroll::-webkit-scrollbar{display:none}.scroll-item{flex-shrink:0;width:280px;cursor:pointer;transition:transform .3s ease;background:none;border:none;text-align:left;font-family:inherit}.scroll-item:hover{transform:translateY(-5px)}.scroll-image{height:350px;border-radius:20px;margin-bottom:1rem;position:relative;overflow:hidden}.scroll-image img{width:100%;height:100%;object-fit:cover}.scroll-image:before{content:"";position:absolute;inset:0;border:1px solid rgba(201,169,98,.3);border-radius:20px;pointer-events:none}.scroll-info{text-align:center}.scroll-info h4{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--charcoal);margin-bottom:.3rem}.scroll-info span{color:var(--gold);font-weight:600}.story{padding:8rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;max-width:1400px;margin:0 auto}.story-image{aspect-ratio:4/5;background:linear-gradient(145deg,var(--rose),var(--blush-deep));border-radius:300px 300px 30px 30px;position:relative;overflow:hidden}.story-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.story-image:before{content:"";position:absolute;inset:-20px;border:1px solid var(--gold-light);border-radius:320px 320px 50px 50px;opacity:.5}.story-content h3{font-family:Playfair Display,serif;font-size:3rem;font-weight:400;margin-bottom:1.5rem;line-height:1.2}.story-content h3 em{font-style:italic;color:var(--rose)}.story-content p{color:var(--mauve);line-height:2;margin-bottom:2rem;font-weight:300}.story-stats{display:flex;justify-content:center;gap:3rem;padding-top:2rem;border-top:1px solid var(--blush-deep)}.stat{text-align:center}.stat-number{font-family:Playfair Display,serif;font-size:2.5rem;color:var(--gold)}.stat-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--mauve)}.categories{padding:6rem 4rem;background:var(--blush)}.categories-header{text-align:center;margin-bottom:4rem}.categories-header h3{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400}.category-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.category-card{background:var(--white);border-radius:30px;padding:3rem 2rem;text-align:center;transition:all .4s ease;cursor:pointer;border:none;font-family:inherit;text-decoration:none;display:block}.category-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #9b7e7e26}.category-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:var(--blush);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.category-card h4{font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:.5rem;color:var(--charcoal)}.category-card p{color:var(--mauve);font-size:.9rem;font-weight:300}.reviews-section{padding:8rem 4rem;text-align:center;background:var(--white)}.reviews-header h3{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1rem}.stars{color:var(--gold);font-size:1.5rem;letter-spacing:.3em;margin-bottom:3rem}.review-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.review-card{background:var(--cream);padding:2.5rem;border-radius:20px;text-align:left}.review-card p{font-style:italic;color:var(--charcoal);line-height:1.8;margin-bottom:1.5rem}.reviewer{font-weight:600;color:var(--mauve);font-size:.9rem}footer{background:var(--charcoal);color:var(--cream);padding:5rem 4rem 2rem}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto 4rem}.footer-brand h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:400;margin-bottom:1rem}.footer-brand p{opacity:.7;max-width:300px;line-height:1.8;font-weight:300}.footer-links{display:flex;gap:2rem;margin-top:1.5rem}.footer-links a{color:var(--cream);opacity:.7;font-size:.9rem;text-decoration:none;transition:opacity .3s ease}.footer-links a:hover{opacity:1}.footer-contact h4{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:1rem}.footer-contact p{opacity:.85;max-width:320px;line-height:1.8;font-weight:300}.footer-contact a{color:var(--gold);text-decoration:none;font-weight:500}.footer-contact a:hover{color:var(--gold-light)}.footer-newsletter h4{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:1rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;padding:1rem 1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:50px;background:transparent;color:var(--cream);font-family:inherit}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form button{padding:1rem 2rem;background:var(--gold);border:none;border-radius:50px;color:var(--charcoal);font-weight:600;cursor:pointer;transition:background .3s ease;font-family:inherit}.newsletter-form button:hover{background:var(--gold-light)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);opacity:.5;font-size:.85rem}.shop-page{padding-top:8rem;padding-bottom:4rem}.shop-header{text-align:center;margin-bottom:3rem}.shop-header h1{font-family:Playfair Display,serif;font-size:3.5rem;margin-bottom:.5rem}.shop-header p{color:var(--mauve);font-weight:300}.category-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.filter-btn{padding:.75rem 1.5rem;border-radius:50px;font-size:.85rem;cursor:pointer;transition:all .3s ease;font-family:inherit;border:none}.filter-btn.active{background:var(--charcoal);color:#fff}.filter-btn:not(.active){background:var(--blush);color:var(--mauve)}.filter-btn:not(.active):hover{background:var(--blush-deep)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem}.product-card{cursor:pointer;transition:transform .3s ease;background:none;border:none;text-align:left;font-family:inherit;text-decoration:none;display:block}.product-card:hover{transform:translateY(-5px)}.product-image{aspect-ratio:1;border-radius:24px;margin-bottom:1rem;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-image:after{content:"";position:absolute;inset:0;border:1px solid rgba(201,169,98,.2);border-radius:24px}.product-tag{position:absolute;top:1rem;left:1rem;background:#ffffffe6;padding:.4rem .8rem;border-radius:20px;font-size:.7rem;font-weight:600;color:var(--charcoal)}.product-name{font-family:Playfair Display,serif;font-size:1rem;color:var(--charcoal);margin-bottom:.3rem;line-height:1.4}.product-price{color:var(--gold);font-weight:600}.out-of-stock .product-image:before{content:"Out of Stock";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;z-index:1}.out-of-stock .product-image{opacity:.6}.product-page{max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem}.breadcrumb{display:flex;gap:.5rem;font-size:.85rem;color:var(--mauve);margin-bottom:2rem}.breadcrumb a{color:var(--mauve);text-decoration:none}.breadcrumb a:hover,.breadcrumb span{color:var(--charcoal)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-detail-image{aspect-ratio:1;border-radius:40px;position:relative;overflow:hidden}.product-detail-image img{width:100%;height:100%;object-fit:cover;border-radius:40px}.product-detail-image:after{content:"";position:absolute;inset:0;border:1px solid rgba(201,169,98,.3);border-radius:40px;pointer-events:none}.product-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.product-thumbnails .thumbnail{width:70px;height:70px;border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid transparent;padding:0;background:none;transition:all .2s ease}.product-thumbnails .thumbnail:hover{border-color:var(--gold-light)}.product-thumbnails .thumbnail.active{border-color:var(--gold)}.product-thumbnails .thumbnail img{width:100%;height:100%;object-fit:cover}.product-detail-info{padding:2rem 0}.product-detail-info h1{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1rem}.product-detail-price{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-detail-price span:first-child{font-size:2rem;font-weight:600;color:var(--gold)}.product-detail-price span:not(:first-child){color:var(--mauve);font-size:.9rem}.stock-status{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500;margin-bottom:1.5rem}.stock-status.in-stock{background:#d4edda;color:#155724}.stock-status.out-of-stock{background:#f8d7da;color:#721c24}.product-description{color:var(--mauve);line-height:1.8;margin-bottom:2rem;font-weight:300}.product-details-list{margin-bottom:2rem}.product-details-list h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.product-details-list ul{list-style:none}.product-details-list li{color:var(--mauve);font-weight:300;padding:.5rem 0;display:flex;align-items:center;gap:.5rem}.add-to-cart-btn{width:100%;padding:1.25rem;background:var(--charcoal);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease;font-family:inherit;margin-bottom:1rem}.add-to-cart-btn:hover{background:var(--gold)}.add-to-cart-btn:disabled{background:var(--mauve);cursor:not-allowed;opacity:.6}.handmade-note{text-align:center;font-size:.9rem;color:var(--mauve)}.about-page{max-width:1000px;margin:0 auto;padding:8rem 2rem 4rem}.about-header{text-align:center;margin-bottom:4rem}.about-header h1{font-family:Playfair Display,serif;font-size:3.5rem;margin-bottom:.5rem}.about-header p{color:var(--mauve);font-weight:300}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem}.about-section.reverse{direction:rtl}.about-section.reverse>*{direction:ltr}.about-image{aspect-ratio:1;border-radius:40px;position:relative;overflow:hidden}.about-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.about-content h2{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:1.5rem}.about-content p{color:var(--mauve);line-height:1.8;margin-bottom:1rem;font-weight:300}.about-promise{background:var(--blush);border-radius:40px;padding:4rem;text-align:center}.about-promise h2{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:1.5rem}.about-promise p{color:var(--mauve);line-height:1.8;max-width:600px;margin:0 auto 2rem;font-weight:300}.reviews-page{max-width:900px;margin:0 auto;padding:8rem 2rem 4rem}.reviews-page-header{text-align:center;margin-bottom:3rem}.reviews-page-header h1{font-family:Playfair Display,serif;font-size:3.5rem;margin-bottom:1rem}.reviews-page-header .stars{font-size:2rem;margin-bottom:.5rem}.reviews-page-header p{color:var(--mauve);font-weight:300}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-item{background:#fff;padding:2rem;border-radius:24px;border:1px solid rgba(232,207,202,.5)}.review-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.review-item-stars{color:var(--gold);margin-bottom:.3rem}.review-item-name{font-weight:600;color:var(--charcoal)}.review-item-date{font-size:.8rem;color:var(--mauve)}.verified-badge{font-size:.75rem;background:var(--blush);padding:.3rem .8rem;border-radius:20px;color:var(--mauve)}.review-item-text{color:var(--charcoal);line-height:1.7;margin-bottom:.5rem}.review-item-product{font-size:.85rem;color:var(--mauve);font-style:italic}.contact-page{max-width:600px;margin:0 auto;padding:8rem 2rem 4rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-family:Playfair Display,serif;font-size:3.5rem;margin-bottom:.5rem}.contact-header p{color:var(--mauve);font-weight:300}.contact-form{background:#fff;padding:3rem;border-radius:40px;border:1px solid rgba(232,207,202,.5)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:var(--charcoal)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 1.5rem;border:1px solid var(--blush-deep);border-radius:50px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group textarea{border-radius:24px;min-height:150px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gold)}.contact-form .btn{width:100%}.contact-etsy{text-align:center;margin-top:2rem}.contact-etsy p{color:var(--mauve);font-weight:300;margin-bottom:.5rem}.contact-etsy a{color:var(--gold);font-weight:600;text-decoration:none}.contact-etsy a:hover{color:var(--charcoal)}.cart-page{max-width:900px;margin:0 auto;padding:8rem 2rem 4rem}.cart-header{text-align:center;margin-bottom:3rem}.cart-header h1{font-family:Playfair Display,serif;font-size:3.5rem;margin-bottom:.5rem}.cart-header p{color:var(--mauve);font-weight:300}.cart-empty{text-align:center;padding:4rem}.cart-empty p{color:var(--mauve);margin-bottom:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:flex;align-items:center;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:24px;border:1px solid rgba(232,207,202,.5)}.cart-item-image{width:96px;height:96px;border-radius:16px;flex-shrink:0;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:.35rem}.cart-item-img{width:100%;height:100%;object-fit:contain;border-radius:12px;display:block}.cart-item-info{flex:1}.cart-item-info h4{font-family:Playfair Display,serif;font-size:1.1rem;margin-bottom:.25rem}.cart-item-info p{color:var(--mauve);font-size:.85rem;text-transform:capitalize}.cart-item-price{color:var(--gold);font-weight:600;font-size:1.1rem}.cart-item-remove{background:none;border:none;color:var(--mauve);cursor:pointer;font-size:1.2rem;transition:color .3s ease}.cart-item-remove:hover{color:var(--rose)}.cart-summary{background:var(--blush);padding:2rem;border-radius:24px}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:1rem}.cart-summary-row span:first-child{color:var(--mauve)}.cart-summary-row span:last-child{font-weight:600;color:var(--charcoal)}.cart-summary-total{display:flex;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--blush-deep);margin-bottom:1.5rem}.cart-summary-total span:first-child{font-weight:600}.cart-summary-total span:last-child{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--gold)}.cart-summary .btn{width:100%;margin-bottom:1rem}.cart-summary p{text-align:center;font-size:.85rem;color:var(--mauve)}.collections-page{max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem}.collections-header{text-align:center;margin-bottom:4rem}.collections-header h1{font-family:Playfair Display,serif;font-size:3.5rem;margin-bottom:.5rem}.collections-header p{color:var(--mauve);font-weight:300}.collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.collection-card{position:relative;border-radius:30px;overflow:hidden;cursor:pointer;transition:transform .4s ease;border:none;padding:0;text-align:left;font-family:inherit;text-decoration:none;display:block}.collection-card:hover{transform:translateY(-8px)}.collection-card-image{height:280px;position:relative}.collection-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#0009,#0000 60%)}.collection-card-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;color:#fff;z-index:1}.collection-card-content h3{font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:.3rem}.collection-card-content p{opacity:.9;font-size:.9rem;font-weight:300}.collection-card-count{position:absolute;top:1.5rem;right:1.5rem;background:#fff3;backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;color:#fff;font-size:.8rem;font-weight:500}.collection-card.featured{grid-column:span 2}.collection-card.featured .collection-card-image{height:350px}.collection-card.featured .collection-card-content h3{font-size:2.5rem}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-cards{grid-template-columns:repeat(2,1fr)}.review-cards,.collections-grid{grid-template-columns:1fr}.collection-card.featured{grid-column:span 1}.story{padding:4rem 2rem;gap:3rem}}@media(max-width:768px){.hero h2{font-size:2.5rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;width:100%;max-width:300px}.hero-buttons .btn{width:100%;text-align:center}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem}.story{grid-template-columns:1fr;padding:4rem 1.5rem}.story-content h3{font-size:2rem}.story-stats{gap:1.5rem}.product-detail{grid-template-columns:1fr;gap:2rem}.product-detail-info h1{font-size:1.8rem}.product-detail-price span:first-child{font-size:1.5rem}.about-section{grid-template-columns:1fr;gap:2rem}.about-section.reverse{direction:ltr}.about-promise{padding:2rem}nav{padding:1rem}.nav-left,.nav-right{gap:.75rem}.nav-left a,.nav-right a{font-size:.7rem}.logo-center h1{font-size:1.2rem}.logo-center span{font-size:.5rem}.footer-top{flex-direction:column;gap:2rem}.category-cards{grid-template-columns:1fr}.categories{padding:4rem 1.5rem}.categories-header h3{font-size:2rem}.reviews-section{padding:4rem 1.5rem}.reviews-header h3{font-size:2rem}footer{padding:3rem 1.5rem 2rem}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%}.shop-header h1,.about-header h1,.reviews-page-header h1,.contact-header h1,.cart-header h1,.collections-header h1{font-size:2.5rem}.category-filter{flex-wrap:wrap;gap:.5rem}.filter-btn{padding:.6rem 1rem;font-size:.75rem}.product-thumbnails .thumbnail{width:55px;height:55px}.contact-form{padding:1.5rem;border-radius:24px}.cart-item{flex-wrap:wrap}.cart-item-image{width:60px;height:60px}.hero-circle{display:none}.bg-gradient:before,.bg-gradient:after{display:none}}@media(max-width:480px){.hero{padding:6rem 1rem 3rem}.hero h2{font-size:2rem}.hero-badge{font-size:.65rem;padding:.5rem 1rem}.product-grid{grid-template-columns:1fr}.product-scroll{padding:0 1rem;gap:1rem}.scroll-item{width:220px}.scroll-image{height:280px}nav{padding:.75rem .5rem}.nav-left,.nav-right{gap:.5rem}.nav-left a,.nav-right a{font-size:.6rem;letter-spacing:.1em}.logo-center h1{font-size:1rem}.logo-center span{display:none}.btn{padding:.85rem 1.5rem;font-size:.75rem}.product-detail-image,.product-detail-image img{border-radius:24px}.product-detail-image:after{border-radius:24px}.breadcrumb{font-size:.75rem;flex-wrap:wrap}.story-stats{flex-wrap:wrap;justify-content:center}.stat-number{font-size:2rem}.about-image{aspect-ratio:4/3}.footer-links{flex-wrap:wrap;gap:1rem}.collection-card-image{height:200px}.collection-card-content h3{font-size:1.4rem}.collection-card.featured .collection-card-image{height:250px}.collection-card.featured .collection-card-content h3{font-size:1.8rem}}.checkout-section{background:#fff;padding:2.5rem;border-radius:24px;border:1px solid rgba(232,207,202,.5);margin-top:2rem}.checkout-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--charcoal)}.checkout-section .switch-label{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;border:1px solid rgba(232,207,202,.6);border-radius:18px;background:#fff7f5;font-weight:500;color:var(--charcoal)}.checkout-section .switch-text{display:inline-block}.checkout-section .switch{position:relative;width:46px;height:26px;flex-shrink:0}.checkout-section .switch-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;margin:0;cursor:pointer}.checkout-section .switch-slider{position:absolute;inset:0;border-radius:999px;background:#c7a89d59;transition:background .2s ease}.checkout-section .switch-slider:before{content:"";position:absolute;left:3px;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 4px 12px #00000026;transition:transform .2s ease}.checkout-section .switch-input:checked+.switch-slider{background:var(--gold)}.checkout-section .switch-input:checked+.switch-slider:before{transform:translate(20px)}.checkout-section .switch-input:focus-visible+.switch-slider{outline:2px solid var(--gold);outline-offset:3px}.checkout-section .form-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}#card-container{min-height:89px;margin-bottom:.5rem}.card-errors{color:#721c24;font-size:.85rem;margin-bottom:1rem;min-height:1.2em}.pay-button{width:100%;margin-top:1rem;padding:1.25rem;font-size:1.1rem}.pay-button:disabled{background:var(--mauve);cursor:not-allowed;opacity:.6}.payment-status{text-align:center;margin-top:1.5rem;padding:1.5rem;border-radius:16px;display:none}.payment-status.success{display:block;background:#d4edda;color:#155724}.payment-status.success h4{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:.5rem}.payment-status.success p{margin-bottom:.5rem}.payment-status.error{display:block;background:#f8d7da;color:#721c24}.payment-status.loading{display:block;background:var(--blush);color:var(--mauve)}.secure-note{text-align:center;margin-top:1.5rem;font-size:.85rem;color:var(--mauve);display:flex;align-items:center;justify-content:center;gap:.5rem}.secure-note img{height:26px;width:auto;opacity:1}.lock-icon{font-size:1rem}@media(max-width:768px){.checkout-section{padding:1.5rem}.checkout-section .form-row{grid-template-columns:1fr}.pay-button{font-size:1rem}}
