:root{--gold:#d4af37;--deep-gold:#b8962e;--white:#fff;--off-white:#f9f9f9;--cream:#f5f1e8;--light-gray:#f0f0f0;--dark-gray:#282828;--glass-white:#ffffffd9;--glass-gold:#d4af371a;--shadow:0 8px 32px #00000014}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;width:100%;height:100%;overflow-x:hidden}body{font-family:Space Mono,monospace;line-height:1.6;overflow:hidden auto}body.loaded{overflow:auto}#loader{z-index:9999;background:radial-gradient(circle,#0a0a0a,#000);justify-content:center;align-items:center;transition:opacity 1s;display:flex;position:fixed;inset:0}.loader-container{text-align:center}.loader-text{letter-spacing:.4em;color:var(--gold);margin-bottom:2rem;font-family:space_monoitalic,monospace;font-size:2rem;animation:3s ease-in-out infinite glow;position:relative}.loader-text:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);width:80%;height:2px;animation:2s infinite shimmer;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.loader-subtitle{letter-spacing:.3em;color:#d4af37b3;font-family:space_monoitalic,monospace;font-size:.9rem;animation:3s ease-in-out infinite fadeInOut}@keyframes glow{0%,to{opacity:.6;text-shadow:0 0 20px #d4af374d}50%{opacity:1;text-shadow:0 0 40px #d4af37cc}}@keyframes shimmer{0%,to{opacity:.5;width:100px}50%{opacity:1;width:150px}}@keyframes fadeInOut{0%,to{opacity:.4}50%{opacity:.8}}nav{background:var(--glass-white);-webkit-backdrop-filter:blur(30px)saturate(180%);backdrop-filter:blur(30px)saturate(180%);box-shadow:var(--shadow);z-index:1000;border:1px solid #ffffff4d;border-radius:20px;justify-content:space-between;align-self:center;width:90%;padding:1.2rem 2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:2rem;left:50%;transform:translate(-50%)}nav.scrolled{-webkit-backdrop-filter:blur(50px)saturate(180%);backdrop-filter:blur(50px)saturate(180%);padding:.8rem 2rem;top:1rem;box-shadow:0 12px 40px #00000026}.nav-logo{color:var(--gold);letter-spacing:.15em;padding:.5rem 0;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;text-decoration:none;position:relative}.nav-logo:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);width:60%;height:2px;animation:2s infinite shimmer;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--dark-gray);text-transform:uppercase;padding:.3rem 0;font-family:space_monoregular,monospace;font-size:1rem;text-decoration:none;transition:transform .35s cubic-bezier(.34,1.56,.64,1),color .25s;display:inline-block;position:relative}.nav-link:after{content:"";background:var(--gold);transform-origin:50%;width:100%;height:2px;transition:transform .35s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:-4px;left:50%;transform:translate(-50%)scaleX(0)}.nav-link:hover{color:var(--gold);transform:translateY(-3px)scale(1.08)}.nav-link:hover:after{transform:translate(-50%)scaleX(1)}.nav-cta{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:1.5px solid var(--gold);background:0 0;border-radius:10px;padding:.8rem 1rem;font-family:space_monoitalic,monospace;font-size:.95rem;font-weight:500;text-decoration:none;transition:transform .35s cubic-bezier(.34,1.56,.64,1),color .3s,border-color .3s,box-shadow .3s;display:inline-block;position:relative}.nav-cta:before{content:"";border-radius:inherit;background:linear-gradient(135deg, var(--deep-gold), var(--gold));opacity:0;z-index:-1;transition:opacity .35s;position:absolute;inset:0}.nav-cta:hover{color:#fff;transform:translateY(-3px)scale(1.05);box-shadow:0 10px 28px #d4af3759}.nav-cta:hover:before{opacity:1}.hair{background:linear-gradient(135deg,#ffffffe6 0%,#f9f9f9f2 100%);grid-template-columns:1fr 1fr;align-items:center;min-height:100vh;padding:8rem 4rem 4rem;display:grid;position:relative;overflow:hidden}.hair:before{content:"";clip-path:polygon(100% 0,0 0,100% 100%);background:linear-gradient(135deg,#d4af370d 0%,#ffffffe6 100%);width:40%;height:100%;position:absolute;top:0;right:0}.hair-content{z-index:2;position:relative}.hair-title{color:var(--dark-gray);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:3.5rem;line-height:1.2}.hair-title span{color:var(--deep-gold);display:block;position:relative}.hair-title span:after{content:"";background:linear-gradient(90deg, var(--gold), transparent);border-radius:2px;width:100%;height:1px;position:absolute;bottom:-5px;left:0}.hair-desc{max-width:500px;margin-bottom:2.3rem;font-size:1.1rem;line-height:1.8}.shop-btn{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:1.5px solid var(--gold);background:0 0;border-radius:5px;padding:.9rem 2.4rem;font-family:space_monoitalic,monospace;font-size:.95rem;font-weight:500;text-decoration:none;transition:transform .35s cubic-bezier(.34,1.56,.64,1),color .3s,border-color .3s,box-shadow .3s;display:inline-block;position:relative}.shop-btn:before{content:"";border-radius:inherit;background:linear-gradient(135deg, var(--deep-gold), var(--gold));opacity:0;z-index:-1;transition:opacity .35s;position:absolute;inset:0}.shop-btn:hover{color:#fff;transform:translateY(-3px)scale(1.05);box-shadow:0 10px 28px #d4af3759}.shop-btn:hover:before{opacity:1}.hair-image{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.hair-image img{width:100%;max-width:500px;height:120vh;box-shadow:var(--shadow);border:1px solid #fff3;border-radius:15px;margin-top:5rem;transition:transform .6s cubic-bezier(.4,0,.2,1);transform:perspective(1000px)rotateY(-10deg)}.hair-image img:hover,.hair-image img.is-active{transform:perspective(1000px)rotateY(0)}.feature{background:var(--off-white);padding:4rem 2rem;position:relative;overflow:hidden}.feature:before{content:"";background:radial-gradient(circle at 30%,#d4af370d 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.feature-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid;position:relative}.feature-image-container{position:relative}.feature-image{border-radius:15px;width:100%;height:100vh;transition:transform .6s cubic-bezier(.4,0,.2,1);transform:perspective(1000px)rotateY(10deg);box-shadow:0 20px 40px #00000014}.feature-image:hover{transform:perspective(1000px)rotateY(0)}.feature-text{padding-right:2rem}.feature-title{color:var(--dark-gray);margin-bottom:2rem;font-family:Playfair Display,serif;font-size:3rem;position:relative}.feature-title:after{content:"";background:var(--gold);border-radius:3px;width:100px;height:.9px;position:absolute;bottom:-10px;left:0}.feature-description{color:#2b2b2b;margin-top:3rem;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.feature-stats{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.stat{text-align:center;background:var(--glass-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);border:1px solid #fff3;border-radius:16px;padding:2rem}.stat-number{color:var(--gold);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700}.stat-label{letter-spacing:.05em;font-size:.9rem}.collection{background:var(--white);padding:6rem 2rem;position:relative}.section-header{text-align:center;margin-bottom:6rem}.section-title{color:var(--dark-gray);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:3rem}.section-subtitle{color:#2b2b2b;max-width:600px;margin:0 auto;font-size:1.1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,320px));justify-content:center;gap:3rem;max-width:1400px;margin:0 auto;display:grid}.product-item{position:relative}.product-card{background:var(--off-white);box-shadow:var(--shadow);border:1px solid #ffffff4d;border-radius:20px;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-card:before{content:"";opacity:0;background:linear-gradient(135deg,#d4af370d,#0000);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.product-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.product-card:hover:before{opacity:1}.product-image{height:550px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image img{transform:scale(1.08)}.product-badge{background:var(--gold);color:#fff;letter-spacing:.05em;z-index:2;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;right:1rem}.product-info{padding:1.8rem}.product-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.product-title{color:var(--dark-gray);flex:1;font-family:space_monoitalic,monospace;font-size:1.2rem;line-height:1.3}.product-price{color:var(--gold);font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700}.product-details{border-top:1px solid #d4af371a;justify-content:space-between;margin-top:1rem;padding-top:1rem;display:flex}.detail-item{text-align:center;flex:1}.detail-label{color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem;font-size:.7rem;font-weight:500;display:block}.detail-value{color:var(--dark-gray);font-size:.8rem;font-weight:600;display:block}.product-features{box-shadow:var(--shadow);opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffffe6,#f9f9f9f2);border:1px solid #d4af371a;border-radius:16px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;transform:translateY(20px)}.product-item:hover .product-features{opacity:1;pointer-events:auto;transform:translateY(0)}.product-features:before{content:"";background:linear-gradient(135deg,#ffffffe6,#f9f9f9f2);border-top:1px solid #d4af371a;border-left:1px solid #d4af371a;width:16px;height:16px;position:absolute;top:-8px;left:50%;transform:translate(-50%)rotate(45deg)}.features-title{color:var(--gold);text-align:center;margin-bottom:1.2rem;padding-bottom:.8rem;font-family:Playfair Display,serif;font-size:1.2rem;position:relative}.features-title:after{content:"";background:var(--gold);width:40px;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.features-list{list-style:none}.feature-item{color:#666;margin-bottom:.8rem;padding-left:1.5rem;font-size:.95rem;line-height:1.5;position:relative}.feature-item:before{content:"✓";color:var(--gold);font-size:.9rem;font-weight:700;position:absolute;left:0}.contact{background:var(--off-white);padding:6rem 2rem;position:relative}.contact-container{max-width:800px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{color:var(--dark-gray);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:3rem;position:relative}.contact-title:after{content:"";background:var(--gold);width:100px;height:2px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.contact-subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.1rem}.contact-cards{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem;display:grid}.section-divider{text-align:center;margin:3rem 0 4rem;position:relative}.section-divider:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;top:50%;left:0;right:0}.section-divider span{background:var(--off-white);color:var(--gold);letter-spacing:.05em;z-index:1;padding:0 2rem;font-family:space_monoitalic,monospace;font-size:1.1rem;position:relative}.info-card{background:var(--white);text-align:center;box-shadow:var(--shadow);border:1px solid #d4af371a;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s}.info-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.info-icon{color:var(--gold);margin-bottom:1rem;font-size:2.5rem}.info-title{color:var(--dark-gray);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.3rem}.info-text{color:var(--dark-gray);margin-bottom:.5rem;font-weight:600;line-height:1.5}.info-desc{color:#666;margin-bottom:1.5rem;font-size:.9rem;line-height:1.4}.contact-form-container{background:var(--white);box-shadow:var(--shadow);border:1px solid #d4af371a;border-radius:20px;max-width:800px;margin:0 auto;padding:3rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{position:relative}.form-group input,.form-group select,.form-group textarea{width:100%;color:var(--dark-gray);background:var(--off-white);border:2px solid #d4af3733;border-radius:10px;padding:1rem 1.2rem;font-family:Space Mono,monospace;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);background:var(--white);outline:none;box-shadow:0 0 0 3px #d4af371a}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23d4af37' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:12px;padding-right:3rem}.submit-btn{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:2px solid var(--gold);background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:.8rem;width:100%;margin-top:1rem;padding:1rem 2.5rem;font-family:space_monoitalic,monospace;font-size:.95rem;font-weight:500;transition:transform .35s cubic-bezier(.34,1.56,.64,1),color .3s,border-color .3s,box-shadow .3s;display:flex;position:relative}.submit-btn span{font-size:1.2rem}.submit-btn:before{content:"";border-radius:inherit;background:linear-gradient(135deg, var(--deep-gold), var(--gold));opacity:0;z-index:-1;transition:opacity .35s;position:absolute;inset:0}.submit-btn:hover{color:#fff;transform:translateY(-3px)scale(1.02);box-shadow:0 10px 28px #d4af3759}.submit-btn:hover:before{opacity:1}.mailto-note{color:#666;border-left:3px solid var(--gold);background:#d4af370d;border-radius:10px;align-items:center;gap:.5rem;margin-top:1.5rem;padding:1rem;font-size:.9rem;line-height:1.4;display:flex}.mailto-note span{font-size:1.2rem}.contact-content,.contact-info{display:none}.newsletter-text{color:#666;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.newsletter-form{flex-wrap:wrap;gap:.5rem;display:flex}.newsletter-form input{background:var(--white);border:1px solid #0000001a;border-radius:8px;flex:1;min-width:200px;padding:.8rem 1rem;font-family:Space Mono,monospace;font-size:.9rem}.newsletter-form button{background:var(--gold);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.8rem 1.5rem;font-family:Space Mono,monospace;font-size:.9rem;transition:background .3s}.newsletter-form button:hover{background:var(--deep-gold)}footer{color:#fff;background:linear-gradient(135deg,#f8efe5 0%,#fdf7f1 100%);padding:6rem 4rem 3rem;position:relative}.footer-content{grid-template-columns:repeat(4,1fr);gap:4rem;max-width:1200px;margin:0 auto;display:grid}.footer-brand{color:var(--gold);letter-spacing:.1em;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:2rem}.footer-description{color:var(--dark-gray);margin-bottom:2rem;line-height:1.8}.social-links{gap:1rem;display:flex}.social-link{width:40px;height:40px;color:var(--dark-gray);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{background:var(--gold);transform:translateY(-3px)}.footer-heading{color:var(--dark-gray);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:1rem}.footer-links a{color:var(--dark-gray);padding-left:0;text-decoration:none;transition:padding-left .3s;position:relative}.footer-links a:hover{color:var(--gold);padding-left:10px}.footer-links a:before{content:"→";opacity:0;transition:all .3s;position:absolute;left:-15px}.footer-links a:hover:before{opacity:1;left:0}.footer-bottom{text-align:center;color:var(--dark-gray);letter-spacing:.05em;border-top:1px solid #0000001a;margin-top:3rem;padding-top:3rem;font-size:.9rem}.product-cart-action{justify-content:center;margin:1.2rem 0;display:flex}.add-cart-btn{width:auto;min-width:160px;padding:.85rem 1.6rem}.cart-modal-overlay{z-index:999;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cart-modal{background:#fffaf3;border-radius:28px;width:540px;max-width:95vw;max-height:85vh;padding:1.8rem;animation:.25s cartModalIn;overflow-y:auto;box-shadow:0 25px 70px #00000059}@keyframes cartModalIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.cart-drawer-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.cart-drawer-header h3{color:#3a2417;font-family:Playfair Display,serif;font-size:2rem}.cart-drawer-header button{cursor:pointer;background:0 0;border:none;font-size:2rem}.cart-empty,.cart-loading{color:#3a2417;text-align:center;padding:2rem 0;font-family:Space Mono,monospace}.cart-item{border-bottom:1px solid #3a241726;gap:1rem;margin-bottom:1.3rem;padding-bottom:1.3rem;display:flex}.cart-item img{object-fit:cover;border-radius:12px;width:80px;height:95px}.cart-item-info{flex:1}.cart-item-info h4{color:#3a2417;margin-bottom:.35rem;font-family:Playfair Display,serif}.cart-item-info p{color:#6b4a35;margin:.2rem 0;font-size:.9rem}.quantity-controls{align-items:center;gap:.75rem;margin:.8rem 0;display:flex}.quantity-controls button{color:#3a2417;cursor:pointer;background:#fff;border:1px solid #3a241740;border-radius:50%;width:30px;height:30px;font-weight:700}.quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.quantity-controls span{text-align:center;color:#3a2417;min-width:24px;font-weight:700}.remove-cart-item{color:#9b2c2c;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.cart-footer{margin-top:2rem}.cart-subtotal{color:#3a2417;margin-bottom:1rem;font-weight:700}.cart-checkout-btn{width:100%}.continue-shopping-btn{color:#3a2417;cursor:pointer;background:0 0;border:1px solid #3a241740;border-radius:999px;width:100%;margin-top:.8rem;padding:.85rem 1rem;font-family:Space Mono,monospace}.checkout-btn{position:relative}.cart-count-badge{color:#111;background:#d4af37;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 10px #00000040}@media (max-width:600px){.cart-modal{border-radius:22px;width:100%;max-height:90vh;padding:1.25rem}.cart-item{gap:.8rem}.cart-item img{width:70px;height:85px}.cart-drawer-header h3{font-size:1.6rem}}.cart-header-actions{align-items:center;gap:.7rem;display:flex}.clear-cart-btn-small{color:#9b2c2c;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #3a241733;border-radius:999px;padding:.45rem .85rem;font-size:1rem;font-weight:500}.clear-cart-btn-small:hover{background:#9b2c2c14}.cart-close-btn{color:#3a2417;cursor:pointer;background:0 0;border:none;font-size:2rem}.clear-cart-confirm{background:#fffaf5;border:1px solid #3a241714;border-radius:18px;margin-top:1rem;padding:1rem;animation:.25s fadeSlideDown}.clear-cart-confirm p{color:#3a2417;margin:0 0 .9rem;font-size:.95rem;font-weight:500}.clear-cart-confirm-actions{gap:.8rem;display:flex}.confirm-clear-btn,.cancel-clear-btn{cursor:pointer;border:none;border-radius:999px;padding:.65rem 1rem;font-size:.82rem;font-weight:700;transition:all .2s}.confirm-clear-btn{color:#fff;background:#9b2c2c}.confirm-clear-btn:hover{background:#7f1d1d}.cancel-clear-btn{color:#3a2417;background:#f3ece5}.cancel-clear-btn:hover{background:#e7ddd3}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.cart-modal-wrapper{width:540px;max-width:95vw}.clear-cart-confirm-top{margin-bottom:.9rem;box-shadow:0 18px 45px #00000038}.announcement-bar{color:#f8e8c8;text-align:center;letter-spacing:.12em;z-index:50;background:#3a2417;width:100%;padding:.65rem 1rem;font-family:Space Mono,monospace;font-size:.78rem;position:relative}.luxury-toast{color:#f8e8c8;z-index:99999;background:#3a2417;border-radius:16px;align-items:center;gap:.7rem;padding:1rem 1.3rem;font-size:.9rem;font-weight:600;animation:.3s toastSlide;display:flex;position:fixed;top:2rem;right:2rem;box-shadow:0 15px 40px #00000040}.luxury-toast span{color:#d4b06a;font-size:1rem}@keyframes toastSlide{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.product-page{background:#f8efe5;min-height:100vh;padding:8rem 5vw 4rem}.product-page-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.product-page-main-image{object-fit:cover;border-radius:32px;width:100%;height:650px;box-shadow:0 25px 60px #0000002e}.product-page-thumbs{grid-template-columns:repeat(4,1fr);gap:.9rem;margin-top:1rem;display:grid}.product-page-thumbs img{object-fit:cover;border-radius:18px;width:100%;height:120px}.product-page-info{background:#fffaf3;border-radius:32px;padding:2.5rem;box-shadow:0 20px 50px #0000001f}.back-link{color:#8b5a2b;margin-bottom:1.5rem;font-family:Space Mono,monospace;text-decoration:none;display:inline-block}.product-page-info h1{color:#3a2417;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:3rem}.product-page-price{color:#8b5a2b;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.product-page-description{color:#5b3a24;margin-bottom:2rem;line-height:1.8}.product-page-description ul{margin-top:1rem;padding-left:1.2rem}.product-trust-box{color:#3a2417;background:#f3e3d3;border-radius:20px;margin-top:2rem;padding:1.2rem}.product-trust-box p{margin:.4rem 0}.sold-out-text{color:#9b2c2c;font-weight:700}.product-title-link{color:inherit;text-decoration:none}@media (max-width:800px){.product-page{padding:6rem 1.2rem 3rem}.product-page-grid{grid-template-columns:1fr;gap:2rem}.product-page-main-image{height:430px}.product-page-info{padding:1.5rem}.product-page-info h1{font-size:2.2rem}}.product-title-link{color:inherit;cursor:pointer;width:100%;text-decoration:none;transition:opacity .2s;display:inline-block}.product-title-link:hover{opacity:.7}.product-card:before{pointer-events:none}.product-image a{z-index:3;width:100%;height:100%;display:block;position:relative}.product-title-link{z-index:3;color:inherit;cursor:pointer;text-decoration:none;display:inline-block;position:relative}.product-title-link:hover{color:var(--gold)}.product-thumb-btn{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:18px;padding:0;transition:all .25s;overflow:hidden}.product-thumb-btn img{display:block}.product-thumb-btn:hover{border-color:#d4af3773;transform:translateY(-3px)}.product-thumb-btn.active-thumb{border-color:var(--gold);box-shadow:0 8px 24px #d4af3740}.product-thumb-btn{position:relative}.video-thumb-badge{color:#fff;background:#0000008c;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin:auto;font-size:.9rem;display:flex;position:absolute;inset:0}.variant-selector{margin-top:2rem}.variant-option-group{margin-bottom:1.5rem}.variant-option-group h4{text-transform:uppercase;letter-spacing:.08em;color:#8b5a2b;margin-bottom:.8rem;font-family:Space Mono,monospace;font-size:.85rem}.variant-option-values{flex-wrap:wrap;gap:.75rem;display:flex}.variant-option-btn{color:#3a2417;cursor:pointer;background:0 0;border:1.5px solid #8b5a2b40;border-radius:999px;padding:.7rem 1rem;font-family:Space Mono,monospace;transition:all .25s}.variant-option-btn:hover{border-color:var(--gold);color:var(--gold)}.variant-option-selected{background:var(--gold);color:#fff;border-color:var(--gold)}.selected-variant-price{color:#8b5a2b;margin:1.5rem 0 .5rem;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700}.cart-variant-options{flex-wrap:wrap;gap:.35rem;margin:.4rem 0;display:flex}.cart-variant-options span{color:#8b5a2b;background:#d4af371f;border-radius:999px;padding:.25rem .55rem;font-size:.72rem}.product-mini-header{z-index:1000;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);width:90%;box-shadow:var(--shadow);background:#ffffffdb;border-radius:18px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:fixed;top:1.2rem;left:50%;transform:translate(-50%)}.product-logo{color:var(--gold);letter-spacing:.15em;font-family:Playfair Display,serif;font-size:1.5rem;text-decoration:none}.recommended-products{background:#f8efe5;padding:5rem 5vw 6rem}.recommended-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.recommended-card{box-shadow:var(--shadow);background:#fffaf3;border:1px solid #d4af371f;border-radius:24px;transition:all .3s;overflow:hidden}.recommended-card:hover{transform:translateY(-8px);box-shadow:0 22px 45px #00000024}.recommended-card img{object-fit:cover;width:100%;height:330px;display:block}.recommended-info{text-align:center;padding:1.3rem}.recommended-title{color:#3a2417;margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.15rem;text-decoration:none;display:block}.recommended-title:hover{color:var(--gold)}.recommended-price{color:#8b5a2b;margin-bottom:1rem;font-weight:700}.recommended-card .product-cart-action{margin:.8rem 0 0}.recommended-card .add-cart-btn{min-width:140px;padding:.75rem 1.1rem;font-size:.72rem}@media (max-width:1000px){.recommended-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.recommended-products{padding:4rem 1.2rem 5rem}.recommended-grid{grid-template-columns:1fr}.recommended-card img{height:380px}}.collection-filters{grid-template-columns:1.5fr 1fr 1fr;gap:1rem;max-width:1000px;margin:-3rem auto 4rem;display:grid}.collection-search,.collection-select{color:#3a2417;background:#fffaf3;border:1.5px solid #d4af3747;border-radius:999px;outline:none;width:100%;padding:.95rem 1rem;font-family:Space Mono,monospace;font-size:.9rem}.collection-search:focus,.collection-select:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d4af371f}.no-products-message{text-align:center;color:#8b5a2b;margin-top:2rem;font-family:Space Mono,monospace}@media (max-width:800px){.collection-filters{grid-template-columns:1fr;margin:-2rem auto 3rem}.mobile-sticky-atc{z-index:900;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffaf3f5;border-top:1px solid #d4af3740;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 35px #0000001f}.mobile-sticky-atc strong{color:#3a2417;font-size:.85rem;line-height:1.2;display:block}.mobile-sticky-atc span{color:#8b5a2b;margin-top:.2rem;font-size:.8rem;font-weight:700;display:block}.mobile-sticky-atc .product-cart-action{margin:0}.mobile-sticky-atc .add-cart-btn{min-width:125px;padding:.75rem 1rem;font-size:.72rem}.product-page{padding-bottom:7rem}}.wishlist-btn{z-index:5;color:#8b5a2b;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffaf3e6;border:1px solid #d4af3766;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.4rem;transition:all .25s;display:flex;position:absolute;top:1rem;left:1rem}.wishlist-btn:hover{color:var(--gold);background:#fffaf3;transform:scale(1.08)}.wishlist-saved{background:var(--gold);color:#fff}.wishlist-nav-btn{position:relative}.wishlist-count-badge{color:#111;background:#d4af37;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.wishlist-modal-overlay{z-index:999;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.wishlist-modal{background:#fffaf3;border-radius:28px;width:520px;max-width:95vw;max-height:85vh;padding:1.8rem;overflow-y:auto;box-shadow:0 25px 70px #00000059}.wishlist-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.wishlist-header h3{color:#3a2417;font-family:Playfair Display,serif;font-size:2rem}.wishlist-close-btn{color:#3a2417;cursor:pointer;background:0 0;border:none;font-size:2rem}.wishlist-empty{text-align:center;color:#3a2417;padding:2rem 0}.wishlist-item{border-bottom:1px solid #3a241726;gap:1rem;margin-bottom:1.2rem;padding-bottom:1.2rem;display:flex}.wishlist-item img{object-fit:cover;border-radius:14px;width:85px;height:105px}.wishlist-item-info{flex:1}.wishlist-item-info a{color:inherit;text-decoration:none}.wishlist-item-info h4{color:#3a2417;margin-bottom:.35rem;font-family:Playfair Display,serif}.wishlist-item-info p{color:#8b5a2b;margin-bottom:.6rem;font-weight:700}.wishlist-remove-btn{color:#9b2c2c;cursor:pointer;background:0 0;border:none;text-decoration:underline}.product-header-actions{align-items:center;gap:.8rem;display:flex}.recently-viewed{background:#f8efe5;padding:4rem 5vw 6rem}.recently-viewed-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.recently-viewed-card{box-shadow:var(--shadow);background:#fffaf3;border:1px solid #d4af371f;border-radius:24px;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.recently-viewed-card:hover{transform:translateY(-8px);box-shadow:0 22px 45px #00000024}.recently-viewed-card img{object-fit:cover;width:100%;height:300px}.recently-viewed-info{text-align:center;padding:1.2rem}.recently-viewed-info h3{color:#3a2417;margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:1.1rem}.recently-viewed-info p{color:#8b5a2b;font-weight:700}@media (max-width:1000px){.recently-viewed-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.recently-viewed{padding:4rem 1.2rem 5rem}.recently-viewed-grid{grid-template-columns:1fr}.recently-viewed-card img{height:380px}}.product-reviews{background:#fffaf3;padding:5rem 5vw 6rem}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1300px;margin:0 auto;display:grid}.review-card{box-shadow:var(--shadow);background:#f8efe5;border:1px solid #d4af371f;border-radius:28px;padding:2rem;transition:all .3s}.review-card:hover{transform:translateY(-8px);box-shadow:0 24px 50px #0000001f}.review-stars{color:#d4af37;letter-spacing:.15rem;margin-bottom:1rem;font-size:1.2rem}.review-text{color:#3a2417;margin-bottom:1.6rem;font-size:.98rem;line-height:1.8}.review-author strong{color:#3a2417;font-family:Playfair Display,serif;font-size:1.1rem;display:block}.review-author span{color:#8b5a2b;font-size:.85rem}@media (max-width:1000px){.reviews-grid{grid-template-columns:1fr}}.newsletter-section{background:linear-gradient(135deg,#3a2417 0%,#1f140d 100%);padding:6rem 5vw;position:relative;overflow:hidden}.newsletter-container{max-width:1100px;margin:0 auto}.newsletter-content{text-align:center;color:#fff}.newsletter-tag{color:#d4af37;letter-spacing:.18em;background:#d4af371f;border:1px solid #d4af374d;border-radius:999px;margin-bottom:1.5rem;padding:.55rem 1rem;font-size:.75rem;display:inline-block}.newsletter-title{color:#fffaf3;margin-bottom:1.3rem;font-family:Playfair Display,serif;font-size:clamp(2.4rem,5vw,4.5rem)}.newsletter-description{color:#ffffffc7;max-width:650px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.8}.newsletter-form{gap:1rem;max-width:650px;margin:0 auto;display:flex}.newsletter-form input{color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:none;border-radius:999px;outline:none;flex:1;padding:1.15rem 1.4rem;font-size:.95rem}.newsletter-form input::placeholder{color:#ffffff73}.newsletter-form button{color:#111;letter-spacing:.06em;cursor:pointer;background:#d4af37;border:none;border-radius:999px;padding:1.1rem 2rem;font-weight:700;transition:all .25s}.newsletter-form button:hover{background:#e6c65a;transform:translateY(-2px)}.newsletter-note{color:#ffffff8c;margin-top:1.2rem;font-size:.82rem}@media (max-width:700px){.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}}@media (max-width:1200px){.hair{text-align:center;grid-template-columns:1fr;padding:6rem 2rem 3rem}.hair-image img{width:80%;height:auto;margin-top:2rem;transform:perspective(800px)rotateY(0)}.feature-content{text-align:center;grid-template-columns:1fr;gap:4rem}.feature-image{width:90%;height:auto;max-height:500px;margin:0 auto}.feature-text{padding:0}.feature-stats{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:992px){nav{flex-direction:column;width:95%;padding:1rem 2rem}.nav-links{flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}.nav-cta{margin-top:.5rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.hair-title{font-size:2.5rem}.hair-desc{max-width:100%;font-size:1rem}.section-title,.feature-title{font-size:2rem}.section-subtitle,.feature-description{font-size:1rem}.product-image{height:400px}.product-card{margin-bottom:1rem}}@media (max-width:768px){.feature-stats{grid-template-columns:1fr;gap:1.5rem}.hair-title{font-size:2rem}.hair-desc{font-size:.95rem}.shop-btn{padding:.7rem 2rem;font-size:.85rem}.nav-logo{font-size:1.5rem}.nav-link{font-size:.9rem}.nav-cta{padding:.6rem 1.5rem;font-size:.85rem}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{font-size:1.5rem}}@media (max-width:576px){nav{padding:.8rem 1rem}.hair-title{font-size:1.8rem}.hair-desc{font-size:.9rem}.hair-image img{width:90%;height:auto}.feature-title,.section-title{font-size:1.5rem}.feature-description,.section-subtitle{font-size:.9rem}.product-image{height:300px}.footer-content{text-align:center;grid-template-columns:1fr;gap:1.5rem}.footer-brand{font-size:1.3rem}.footer-links a{display:inline-block}}@media (max-width:1200px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-info{order:2}.contact-form-container{order:1}}@media (max-width:768px){.contact{padding:4rem 1.5rem}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1rem}.contact-form-container{padding:2rem}}@media (max-width:576px){.contact-title{font-size:2rem}.contact-subtitle{font-size:.9rem}.info-card,.contact-form-container{padding:1.5rem}}@media (max-width:992px){.contact-cards{grid-template-columns:1fr;gap:1.5rem;max-width:500px;margin:0 auto 2.5rem}.card-actions{flex-direction:column}.section-divider{margin:2rem 0 3rem}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1rem}}@media (max-width:768px){.contact{padding:4rem 1.5rem}.contact-cards{gap:1.2rem}.info-card{padding:1.5rem}.card-btn{padding:.7rem;font-size:.85rem}.section-divider span{padding:0 1.5rem;font-size:1rem}.contact-form-container{padding:2rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:.9rem}}@media (max-width:480px){.contact-cards{gap:1rem}.info-card{padding:1.2rem}.card-actions{gap:.8rem}.contact-form-container{padding:1.5rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem 1rem;font-size:.9rem}.submit-btn{padding:.8rem 2rem;font-size:.9rem}}body{overflow:hidden auto}.mobile-menu-btn{cursor:pointer;background:#ffffff8c;border:1px solid #d4af3759;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:none}.mobile-menu-btn span{background:var(--gold);border-radius:999px;width:20px;height:2px;transition:all .25s}.mobile-menu-open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-open span:nth-child(2){opacity:0}.mobile-menu-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:900px){nav{flex-direction:row;align-items:center}.mobile-menu-btn{display:flex}.nav-links{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow);background:#fffffff5;border-radius:18px;flex-direction:column;align-items:stretch;gap:.8rem;padding:1.2rem;display:none;position:absolute;top:calc(100% + .8rem);left:0;right:0}.nav-links-open{display:flex}.nav-link,.nav-cta{text-align:center;width:100%}.wishlist-nav-btn,.checkout-btn{width:100%}}.cart-modal-overlay,.wishlist-modal-overlay{z-index:5000}.cart-modal,.wishlist-modal{z-index:5001;position:relative}@media (max-width:900px){.product-features{opacity:1;pointer-events:auto;transform:translateY(0)}.product-item:hover .product-features{transform:translateY(0)}}.cart-modal-overlay{align-items:flex-start;padding-top:5rem;overflow-y:auto}.cart-modal-wrapper{width:540px;max-width:95vw;margin-bottom:2rem}.clear-cart-confirm-top{margin-top:0;margin-bottom:.9rem;box-shadow:0 18px 45px #00000038}.product-skeleton-card{box-shadow:var(--shadow);background:#fffaf3;border-radius:20px;overflow:hidden}.skeleton{background:linear-gradient(90deg,#f3e7d8 0%,#fff7ec 50%,#f3e7d8 100%) 0 0/200% 100%;animation:1.3s infinite skeletonShimmer}.skeleton-image{height:420px}.skeleton-content{padding:1.5rem}.skeleton-title{border-radius:999px;width:70%;height:18px;margin-bottom:1rem}.skeleton-price{border-radius:999px;width:30%;height:16px;margin-bottom:1.4rem}.skeleton-detail-row{gap:.8rem;display:flex}.skeleton-detail{border-radius:12px;flex:1;height:40px}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-loading-page{background:#fffaf3;padding:10rem 5vw 6rem}.product-loading-grid{grid-template-columns:1.1fr .9fr;gap:4rem;max-width:1300px;margin:0 auto 5rem;display:grid}.skeleton-product-gallery{border-radius:28px;height:720px}.product-loading-info{flex-direction:column;gap:1rem;padding-top:2rem;display:flex}.skeleton-product-title{border-radius:999px;width:75%;height:42px}.skeleton-product-price{border-radius:999px;width:30%;height:24px}.skeleton-product-text{border-radius:999px;width:100%;height:16px}.skeleton-product-text.short{width:70%}.skeleton-product-button{border-radius:999px;width:220px;height:58px;margin-top:1.5rem}.product-loading-recommendations{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1300px;margin:0 auto;display:grid}@media (max-width:1000px){.product-loading-grid{grid-template-columns:1fr}.skeleton-product-gallery{height:520px}.product-loading-recommendations{grid-template-columns:1fr}}.product-gallery-main-media,.product-page-main-image{animation:.45s galleryFade}@keyframes galleryFade{0%{opacity:0;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}.mobile-sticky-cart{z-index:4000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:.9rem 1rem calc(.9rem + env(safe-area-inset-bottom));background:#fffaf3f5;border-top:1px solid #d4af3733;justify-content:space-between;align-items:center;gap:1rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 40px #00000014}.mobile-sticky-cart-info{flex-direction:column;min-width:0;display:flex}.mobile-sticky-price{color:#3a2417;font-size:1rem;font-weight:700}.mobile-sticky-title{color:#8b5a2b;white-space:nowrap;text-overflow:ellipsis;max-width:160px;font-size:.82rem;overflow:hidden}.mobile-sticky-cart .shop-btn{white-space:nowrap;min-width:160px;margin:0}@media (max-width:900px){.mobile-sticky-cart{display:flex}.product-main-purchase{padding-bottom:6rem}}.mobile-sticky-atc{display:none}@media (max-width:900px){.mobile-sticky-atc{z-index:4000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:.9rem 1rem calc(.9rem + env(safe-area-inset-bottom));background:#fffaf3f5;border-top:1px solid #d4af3733;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 40px #00000014}.mobile-sticky-atc strong{color:#3a2417;font-size:.85rem;line-height:1.2;display:block}.mobile-sticky-atc span{color:#8b5a2b;margin-top:.2rem;font-size:.8rem;font-weight:700;display:block}.mobile-sticky-atc .product-main-purchase{padding-bottom:0}.mobile-sticky-atc .product-cart-action{margin:0}.mobile-sticky-atc .add-cart-btn{min-width:125px;padding:.75rem 1rem;font-size:.72rem}.product-page{padding-bottom:7rem}}.quick-view-btn{z-index:5;color:#3a2417;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;opacity:0;background:#fffaf3f0;border:1px solid #d4af3773;border-radius:999px;padding:.75rem 1.2rem;font-family:Space Mono,monospace;font-size:.75rem;transition:all .25s;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)translateY(10px)}.product-card:hover .quick-view-btn{opacity:1;transform:translate(-50%)translateY(0)}.quick-view-overlay{z-index:6000;background:#00000094;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.quick-view-modal{background:#fffaf3;border-radius:32px;width:950px;max-width:95vw;max-height:90vh;padding:1.5rem;animation:.25s quickViewIn;position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000059}@keyframes quickViewIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.quick-view-close{color:#3a2417;cursor:pointer;z-index:2;background:0 0;border:none;font-size:2rem;position:absolute;top:1rem;right:1.2rem}.quick-view-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.quick-view-image{object-fit:cover;border-radius:24px;width:100%;height:620px}.quick-view-info{padding:2rem 1rem}.quick-view-label{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;display:inline-block}.quick-view-info h2{color:#3a2417;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.5rem}.quick-view-price{color:#8b5a2b;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.quick-view-details{margin-bottom:1.5rem}.quick-view-features{margin-bottom:1.5rem;list-style:none}.quick-view-features li{color:#5b3a24;margin-bottom:.65rem}.quick-view-features li:before{content:"✓ ";color:var(--gold);font-weight:700}.quick-view-link{color:#8b5a2b;margin-top:1rem;font-weight:700;text-decoration:underline;display:inline-block}@media (max-width:900px){.quick-view-btn{opacity:1;transform:translate(-50%)translateY(0)}.quick-view-grid{grid-template-columns:1fr}.quick-view-image{height:420px}.quick-view-info h2{font-size:2rem}}.product-zoom-trigger{cursor:zoom-in;background:0 0;border:none;border-radius:32px;width:100%;padding:0;overflow:hidden}.product-zoom-trigger .product-page-main-image{transition:transform .45s}@media (hover:hover){.product-zoom-trigger:hover .product-page-main-image{transform:scale(1.08)}}.image-zoom-overlay{z-index:7000;background:#000000d1;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.image-zoom-full{object-fit:contain;border-radius:24px;max-width:95vw;max-height:90vh}.image-zoom-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2.4rem;position:fixed;top:1.2rem;right:1.5rem}.product-accordion{border-top:1px solid #3a24171f;margin-top:1.5rem}.accordion-item{border-bottom:1px solid #3a24171f}.accordion-trigger{color:#3a2417;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;font-family:Space Mono,monospace;font-size:.88rem;display:flex}.accordion-content{color:#5b3a24;padding-bottom:1rem;font-size:.95rem;line-height:1.7}.home-testimonials{background:#fffaf3;padding:6rem 5vw}.home-testimonial-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1300px;margin:0 auto;display:grid}.home-testimonial-card{box-shadow:var(--shadow);background:#f8efe5;border:1px solid #d4af371f;border-radius:28px;padding:2rem;transition:all .3s}.home-testimonial-card:hover{transform:translateY(-8px);box-shadow:0 24px 50px #0000001a}.home-testimonial-stars{color:var(--gold);letter-spacing:.14em;margin-bottom:1rem;font-size:1rem}.home-testimonial-quote{color:#3a2417;margin-bottom:1.5rem;line-height:1.8}.home-testimonial-author strong{color:#3a2417;font-family:Playfair Display,serif;display:block}.home-testimonial-author span{color:#8b5a2b;font-size:.85rem}@media (max-width:1000px){.home-testimonial-grid{grid-template-columns:1fr}}
