/*
Theme Name: Basinhaus Bright
Theme URI: https://basinhaus.com/
Author: Basinhaus
Description: Checkout-enabled WooCommerce theme for Basinhaus with cart, checkout and payment gateway support.
Version: 2.1.1
Text Domain: basinhaus-bright
*/

:root{--bg:#060606;--bg-elevated:#0c0c0c;--bg-card:#111111;--bg-glass:rgba(17,17,17,0.7);--gold:#C9A96E;--gold-bright:#E8C87A;--gold-dim:#8B7355;--gold-glow:rgba(201,169,110,0.25);--text:#ffffff;--text-secondary:#a8a8a8;--text-dim:#555555;--border:rgba(255,255,255,0.05);--border-gold:rgba(201,169,110,0.15);--ease-out-expo:cubic-bezier(0.16,1,0.3,1);--ease-smooth:cubic-bezier(0.25,0.46,0.45,0.94);--font:'Inter',system-ui,-apple-system,sans-serif}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;cursor:none}
::selection{background:var(--gold);color:var(--bg)}
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:var(--bg)}
::-webkit-scrollbar-thumb{background:var(--gold-dim);border-radius:3px}

.cursor{position:fixed;width:12px;height:12px;background:var(--gold);border-radius:50%;pointer-events:none;z-index:99999;mix-blend-mode:difference;transition:transform 0.08s ease,width 0.2s ease,height 0.2s ease;transform:translate(-50%,-50%)}
.cursor.hover{width:48px;height:48px;background:rgba(201,169,110,0.15);border:1px solid var(--gold);mix-blend-mode:normal}
.cursor-trail{position:fixed;width:6px;height:6px;background:var(--gold);border-radius:50%;pointer-events:none;z-index:99998;opacity:0.4;transform:translate(-50%,-50%)}
.cursor-glow{position:fixed;width:300px;height:300px;background:radial-gradient(circle,rgba(201,169,110,0.12) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:99997;transform:translate(-50%,-50%)}

.spotlight-overlay{position:fixed;inset:0;pointer-events:none;z-index:9990;background:radial-gradient(circle 350px at var(--mouse-x,50%) var(--mouse-y,50%),transparent 0%,rgba(6,6,6,0.65) 100%);opacity:0;transition:opacity 0.5s ease}
.spotlight-overlay.active{opacity:1}

.noise-overlay{position:fixed;inset:0;pointer-events:none;z-index:9991;opacity:0.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}

.orb{position:fixed;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0;opacity:0.4;animation:orbFloat 20s ease-in-out infinite}
.orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(201,169,110,0.15),transparent 70%);top:-10%;left:-10%;animation-delay:0s}
.orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(139,115,85,0.1),transparent 70%);bottom:10%;right:-5%;animation-delay:-7s}
.orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(201,169,110,0.08),transparent 70%);top:50%;left:60%;animation-delay:-14s}
@keyframes orbFloat{0%,100%{transform:translate(0,0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(0.95)}75%{transform:translate(20px,10px) scale(1.02)}}

#particle-canvas{position:fixed;inset:0;pointer-events:none;z-index:1}

.loader{position:fixed;inset:0;background:var(--bg);z-index:100000;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity 0.8s var(--ease-out-expo),visibility 0.8s}
.loader.done{opacity:0;visibility:hidden;pointer-events:none}
.loader-logo{font-size:2.5rem;font-weight:700;letter-spacing:6px;margin-bottom:2rem}
.loader-logo span{font-weight:300;color:var(--gold)}
.loader-bar{width:200px;height:1px;background:var(--border);position:relative;overflow:hidden}
.loader-bar::after{content:'';position:absolute;left:-100%;top:0;width:100%;height:100%;background:var(--gold);animation:loaderSlide 1.5s var(--ease-out-expo) forwards}
@keyframes loaderSlide{to{left:100%}}

.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 5vw;height:80px;display:flex;align-items:center;justify-content:space-between;transition:all 0.5s var(--ease-smooth);background:transparent}
.header.scrolled{background:rgba(6,6,6,0.85);backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);border-bottom:1px solid var(--border);height:68px}
.logo{font-size:1.5rem;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:var(--text);position:relative}
.logo span{font-weight:300;color:var(--gold)}
.logo::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width 0.4s var(--ease-out-expo)}
.logo:hover::after{width:100%}
.nav-links{display:flex;gap:2.5rem;list-style:none}
.nav-links a{font-size:0.78rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--text-secondary);position:relative;padding:0.5rem 0;transition:color 0.3s ease}
.nav-links a::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:1px;background:var(--gold);transition:all 0.4s var(--ease-out-expo);transform:translateX(-50%)}
.nav-links a:hover,.nav-links a.active{color:var(--text)}
.nav-links a:hover::after,.nav-links a.active::after{width:100%}
.header-actions{display:flex;align-items:center;gap:1.2rem}
.icon-btn{background:none;border:none;color:var(--text-secondary);cursor:none;padding:0.6rem;position:relative;transition:color 0.3s ease;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%}
.icon-btn:hover{color:var(--gold);background:rgba(201,169,110,0.05)}
.icon-btn svg{width:20px;height:20px}
.cart-count{position:absolute;top:2px;right:2px;background:var(--gold);color:var(--bg);font-size:0.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.mobile-menu-btn{display:none;background:none;border:none;color:var(--text);cursor:none}

.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(201,169,110,0.06) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,115,85,0.04) 0%,transparent 50%),linear-gradient(180deg,var(--bg) 0%,#080808 100%)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(201,169,110,0.02) 1px,transparent 1px),linear-gradient(90deg,rgba(201,169,110,0.02) 1px,transparent 1px);background-size:100px 100px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%)}
.hero-content{position:relative;z-index:10;text-align:center;max-width:950px;padding:0 2rem}
.hero-badge{display:inline-flex;align-items:center;gap:0.75rem;padding:0.6rem 1.8rem;border:1px solid var(--border-gold);border-radius:100px;font-size:0.7rem;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:2.5rem;background:rgba(201,169,110,0.03);backdrop-filter:blur(10px);opacity:0;transform:translateY(20px)}
.hero-badge.visible{animation:fadeInUp 0.8s var(--ease-out-expo) forwards}
.hero-badge::before{content:'';width:6px;height:6px;background:var(--gold);border-radius:50%;animation:pulse 2s infinite}
.hero-title{font-size:clamp(3rem,7vw,6.5rem);font-weight:200;line-height:1.05;letter-spacing:-2px;margin-bottom:1.5rem}
.hero-title .line{display:block;overflow:hidden}
.hero-title .line-inner{display:block;transform:translateY(110%);transition:transform 1.2s var(--ease-out-expo)}
.hero-title .line-inner.visible{transform:translateY(0)}
.hero-title .gold{color:var(--gold);font-weight:600}
.hero-subtitle{font-size:clamp(1rem,1.4vw,1.2rem);color:var(--text-secondary);max-width:580px;margin:0 auto 3rem;line-height:1.8;font-weight:300;opacity:0;transform:translateY(20px)}
.hero-subtitle.visible{animation:fadeInUp 1s var(--ease-out-expo) 0.6s forwards}
.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;opacity:0;transform:translateY(20px)}
.hero-cta.visible{animation:fadeInUp 1s var(--ease-out-expo) 0.8s forwards}

.btn{display:inline-flex;align-items:center;gap:0.75rem;padding:1rem 2.8rem;font-size:0.75rem;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;border-radius:2px;cursor:none;transition:all 0.4s var(--ease-out-expo);border:none;position:relative;overflow:hidden}
.btn-primary{background:var(--gold);color:var(--bg)}
.btn-primary::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.25),transparent);transform:translateX(-100%);transition:transform 0.6s var(--ease-out-expo)}
.btn-primary:hover::before{transform:translateX(100%)}
.btn-primary:hover{background:var(--gold-bright);box-shadow:0 0 40px var(--gold-glow);transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}
.btn-outline:hover{border-color:var(--gold);color:var(--gold);background:rgba(201,169,110,0.03);box-shadow:0 0 30px rgba(201,169,110,0.08)}
.btn-gold-outline{background:transparent;color:var(--gold);border:1px solid var(--gold)}
.btn-gold-outline:hover{background:var(--gold);color:var(--bg);box-shadow:0 0 40px var(--gold-glow)}

.section{padding:10rem 5vw;position:relative}
.section-header{text-align:center;margin-bottom:6rem;max-width:700px;margin-left:auto;margin-right:auto}
.section-label{font-size:0.7rem;letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:block}
.section-title{font-size:clamp(2.2rem,4.5vw,4rem);font-weight:200;line-height:1.15;margin-bottom:1.25rem}
.section-title .accent{color:var(--gold);font-weight:500}
.section-desc{color:var(--text-secondary);font-size:1.05rem;line-height:1.8;font-weight:300}

.marquee-section{padding:1.8rem 0;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-elevated);position:relative}
.marquee-track{display:flex;gap:4rem;animation:marqueeScroll 35s linear infinite;white-space:nowrap;width:max-content}
.marquee-item{font-size:0.8rem;letter-spacing:3px;text-transform:uppercase;color:var(--text-dim);display:flex;align-items:center;gap:1rem;flex-shrink:0}
.marquee-item::before{content:'◆';color:var(--gold-dim);font-size:0.4rem}
@keyframes marqueeScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;perspective:1000px}
.category-card{position:relative;aspect-ratio:3/4;border-radius:6px;overflow:hidden;cursor:none;background:var(--bg-card);border:1px solid var(--border);transition:transform 0.1s ease,box-shadow 0.4s ease;transform-style:preserve-3d;will-change:transform}
.category-card::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(6,6,6,0.95) 100%);z-index:1;transition:all 0.5s ease}
.category-card::after{content:'';position:absolute;inset:0;border:1px solid transparent;border-radius:6px;transition:border-color 0.4s ease;z-index:3;pointer-events:none}
.category-card:hover::after{border-color:var(--border-gold)}
.category-card:hover::before{background:linear-gradient(180deg,transparent 0%,rgba(6,6,6,0.98) 100%)}
.category-card:hover{box-shadow:0 20px 60px rgba(0,0,0,0.5),0 0 40px rgba(201,169,110,0.06)}
.category-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.8s var(--ease-out-expo),filter 0.5s ease;filter:brightness(0.75) saturate(0.85)}
.category-card:hover img{transform:scale(1.1);filter:brightness(0.55) saturate(1)}
.category-shine{position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,0.03) 45%,rgba(255,255,255,0.08) 50%,rgba(255,255,255,0.03) 55%,transparent 60%);transform:translateX(-100%);transition:transform 0.6s ease;z-index:2;pointer-events:none}
.category-card:hover .category-shine{transform:translateX(100%)}
.category-info{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:2;transform:translateZ(30px)}
.category-info h3{font-size:1.3rem;font-weight:400;margin-bottom:0.4rem;letter-spacing:1px}
.category-info p{font-size:0.8rem;color:var(--text-dim);margin-bottom:1rem}
.category-link{font-size:0.7rem;letter-spacing:2px;text-transform:uppercase;color:var(--gold);display:inline-flex;align-items:center;gap:0.5rem;position:relative}
.category-link::after{content:'→';transition:transform 0.3s var(--ease-out-expo)}
.category-card:hover .category-link::after{transform:translateX(6px)}

.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}
.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;overflow:hidden;transition:all 0.5s var(--ease-out-expo);position:relative}
.product-card:hover{border-color:var(--border-gold);transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,0.4),0 0 30px rgba(201,169,110,0.06)}
.product-image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg-elevated)}
.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 0.8s var(--ease-out-expo)}
.product-card:hover .product-image-wrap img{transform:scale(1.08)}
.product-badge{position:absolute;top:1rem;left:1rem;padding:0.35rem 0.9rem;font-size:0.65rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;border-radius:2px;z-index:2}
.badge-new{background:var(--gold);color:var(--bg)}
.badge-sale{background:#c0392b;color:#fff}
.badge-featured{background:var(--bg-glass);color:var(--gold);border:1px solid var(--border-gold);backdrop-filter:blur(10px)}
.product-actions{position:absolute;bottom:1rem;right:1rem;display:flex;gap:0.5rem;opacity:0;transform:translateY(15px);transition:all 0.4s var(--ease-out-expo);z-index:2}
.product-card:hover .product-actions{opacity:1;transform:translateY(0)}
.product-action-btn{width:44px;height:44px;border-radius:50%;background:var(--bg-glass);backdrop-filter:blur(10px);border:1px solid var(--border);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:none;transition:all 0.3s ease}
.product-action-btn:hover{background:var(--gold);color:var(--bg);border-color:var(--gold);transform:scale(1.1)}
.product-info{padding:1.5rem}
.product-category{font-size:0.65rem;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold-dim);margin-bottom:0.5rem}
.product-name{font-size:1.05rem;font-weight:400;margin-bottom:0.75rem;line-height:1.4;color:var(--text);display:block;transition:color 0.3s ease}
.product-name:hover{color:var(--gold)}
.product-price{display:flex;align-items:center;gap:0.75rem}
.price-current{font-size:1.1rem;font-weight:600;color:var(--gold)}
.price-original{font-size:0.85rem;color:var(--text-dim);text-decoration:line-through}

.parallax-section{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.parallax-bg{position:absolute;inset:-100px;background-size:cover;background-position:center;will-change:transform;filter:brightness(0.4) saturate(0.8)}
.parallax-content{position:relative;z-index:10;text-align:center;max-width:800px;padding:0 2rem}
.parallax-content h2{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:200;line-height:1.1;margin-bottom:1.5rem}
.parallax-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;max-width:600px;margin:0 auto 2rem;font-weight:300}

.stats-section{background:var(--bg-elevated);border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden}
.stats-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(201,169,110,0.03) 0%,transparent 70%)}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:1}
.stat-item{padding:2rem}
.stat-number{font-size:3.5rem;font-weight:100;color:var(--gold);line-height:1;margin-bottom:0.75rem;background:linear-gradient(180deg,var(--gold-bright),var(--gold-dim));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.stat-label{font-size:0.75rem;letter-spacing:3px;text-transform:uppercase;color:var(--text-dim)}

.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1200px;margin:0 auto;align-items:center}
.story-image{position:relative;border-radius:6px;overflow:hidden}
.story-image::before{content:'';position:absolute;inset:-15px;border:1px solid var(--border-gold);border-radius:6px;z-index:-1;opacity:0.4}
.story-image img{width:100%;height:auto;filter:brightness(0.85) contrast(1.05);transition:transform 0.8s var(--ease-out-expo)}
.story-image:hover img{transform:scale(1.02)}
.story-content h2{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:200;line-height:1.2;margin-bottom:1.5rem}
.story-content p{color:var(--text-secondary);line-height:1.9;margin-bottom:1.5rem;font-weight:300}
.story-features{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}
.story-feature{display:flex;align-items:center;gap:1rem;font-size:0.95rem;color:var(--text-secondary)}
.story-feature::before{content:'';width:24px;height:1px;background:var(--gold);flex-shrink:0}

.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}
.testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:2.5rem;transition:all 0.5s var(--ease-out-expo);position:relative;overflow:hidden}
.testimonial-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;transition:opacity 0.5s ease}
.testimonial-card:hover{border-color:var(--border-gold);transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,0.3)}
.testimonial-card:hover::before{opacity:1}
.testimonial-stars{color:var(--gold);font-size:1rem;margin-bottom:1.5rem;letter-spacing:2px}
.testimonial-text{font-size:1rem;line-height:1.8;color:var(--text-secondary);font-weight:300;margin-bottom:2rem;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:1rem}
.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:var(--bg-elevated);border:1px solid var(--border-gold);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--gold);font-size:0.85rem}

.newsletter-section{background:var(--bg-elevated);text-align:center;position:relative;overflow:hidden}
.newsletter-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(201,169,110,0.05) 0%,transparent 60%)}
.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:2.5rem auto 0;flex-wrap:wrap;justify-content:center;position:relative;z-index:1}
.newsletter-input{flex:1;min-width:250px;padding:1rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:2px;color:var(--text);font-size:0.9rem;transition:all 0.3s ease}
.newsletter-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,169,110,0.1)}
.newsletter-input::placeholder{color:var(--text-dim)}

.footer{background:#030303;border-top:1px solid var(--border);padding:5rem 5vw 2rem;position:relative}
.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold-dim),transparent);opacity:0.3}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto 4rem}
.footer-brand .logo{margin-bottom:1.5rem;display:inline-block}
.footer-brand p{color:var(--text-dim);font-size:0.85rem;line-height:1.8;max-width:300px}
.footer-column h4{font-size:0.75rem;letter-spacing:3px;text-transform:uppercase;color:var(--text);margin-bottom:1.5rem;font-weight:600}
.footer-column ul{list-style:none}
.footer-column li{margin-bottom:0.75rem}
.footer-column a{color:var(--text-dim);font-size:0.85rem;transition:all 0.3s ease;display:inline-block}
.footer-column a:hover{color:var(--gold);transform:translateX(4px)}
.footer-bottom{border-top:1px solid var(--border);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;flex-wrap:wrap;gap:1rem}
.footer-bottom p{color:var(--text-dim);font-size:0.75rem}
.footer-social{display:flex;gap:1rem}
.footer-social a{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-dim);transition:all 0.3s ease;cursor:none}
.footer-social a:hover{border-color:var(--gold);color:var(--gold);background:rgba(201,169,110,0.05);transform:translateY(-2px)}

.page-header{padding:12rem 5vw 5rem;text-align:center;background:radial-gradient(ellipse at 50% 0%,rgba(201,169,110,0.05) 0%,transparent 60%),var(--bg);border-bottom:1px solid var(--border);position:relative;overflow:hidden}
.page-header::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(201,169,110,0.015) 1px,transparent 1px),linear-gradient(90deg,rgba(201,169,110,0.015) 1px,transparent 1px);background-size:80px 80px}
.page-header h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:200;margin-bottom:1rem;position:relative;z-index:1}
.page-header p{color:var(--text-secondary);font-size:1.1rem;position:relative;z-index:1}

.shop-layout{display:grid;grid-template-columns:260px 1fr;gap:3rem;max-width:1400px;margin:0 auto;padding:4rem 5vw}
.shop-sidebar{position:sticky;top:100px;height:fit-content}
.filter-group{margin-bottom:2.5rem}
.filter-group h4{font-size:0.75rem;letter-spacing:2px;text-transform:uppercase;color:var(--text);margin-bottom:1rem;padding-bottom:0.75rem;border-bottom:1px solid var(--border)}
.filter-option{display:flex;align-items:center;gap:0.75rem;padding:0.6rem 0;cursor:none;color:var(--text-secondary);font-size:0.85rem;transition:color 0.3s ease}
.filter-option:hover{color:var(--gold)}
.filter-option input[type=checkbox]{appearance:none;width:16px;height:16px;border:1px solid var(--border);border-radius:2px;background:var(--bg-card);cursor:none;position:relative;transition:all 0.3s ease}
.filter-option input[type=checkbox]:checked{background:var(--gold);border-color:var(--gold)}
.filter-option input[type=checkbox]:checked::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--bg);font-size:0.6rem;font-weight:700}
.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.shop-count{color:var(--text-dim);font-size:0.85rem}
.shop-sort select{padding:0.6rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:2px;color:var(--text);font-size:0.8rem;cursor:none}

.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:8rem 5vw 5rem}
.product-gallery{position:sticky;top:100px}
.product-gallery-main{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;overflow:hidden;aspect-ratio:1;margin-bottom:1rem;position:relative}
.product-gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s var(--ease-out-expo)}
.product-gallery-main:hover img{transform:scale(1.03)}
.product-gallery-thumbs{display:flex;gap:0.75rem}
.gallery-thumb{width:80px;height:80px;border:1px solid var(--border);border-radius:4px;overflow:hidden;cursor:none;opacity:0.5;transition:all 0.3s ease}
.gallery-thumb:hover,.gallery-thumb.active{opacity:1;border-color:var(--gold)}
.gallery-thumb img{width:100%;height:100%;object-fit:cover}
.product-info-detail{padding-top:1rem}
.product-info-detail .product-category{margin-bottom:1rem}
.product-info-detail h1{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;margin-bottom:1rem;line-height:1.2}
.product-rating{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.5rem}
.stars{color:var(--gold);letter-spacing:2px;font-size:0.9rem}
.rating-count{color:var(--text-dim);font-size:0.8rem}
.product-price-detail{font-size:2rem;font-weight:600;color:var(--gold);margin-bottom:1.5rem}
.product-description{color:var(--text-secondary);line-height:1.9;margin-bottom:2rem;font-weight:300}
.product-meta{display:flex;flex-direction:column;gap:0.75rem;margin-bottom:2rem;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px}
.meta-row{display:flex;justify-content:space-between;font-size:0.85rem;padding:0.4rem 0}
.meta-label{color:var(--text-dim)}
.meta-value{color:var(--text)}
.quantity-selector{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}
.quantity-selector label{font-size:0.75rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-dim)}
.qty-control{display:flex;align-items:center;border:1px solid var(--border);border-radius:4px;overflow:hidden}
.qty-btn{width:44px;height:44px;background:none;border:none;color:var(--text);font-size:1.1rem;cursor:none;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center}
.qty-btn:hover{background:var(--bg-elevated);color:var(--gold)}
.qty-input{width:50px;height:44px;background:none;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);color:var(--text);text-align:center;font-size:0.95rem;font-family:var(--font)}
.qty-input:focus{outline:none}
.add-to-cart-btn{width:100%;padding:1.2rem;font-size:0.8rem}

.cart-page{padding:8rem 5vw 5rem;max-width:1200px;margin:0 auto}
.cart-page h1{font-size:clamp(2rem,4vw,3rem);font-weight:200;margin-bottom:3rem;text-align:center}
.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem}
.cart-items{display:flex;flex-direction:column;gap:1.5rem}
.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;transition:all 0.4s var(--ease-out-expo)}
.cart-item:hover{border-color:var(--border-gold);transform:translateX(4px)}
.cart-item-image{width:120px;height:120px;border-radius:4px;overflow:hidden;background:var(--bg-elevated)}
.cart-item-image img{width:100%;height:100%;object-fit:cover}
.cart-item-details h3{font-weight:400;margin-bottom:0.5rem;font-size:1.05rem}
.cart-item-details h3 a{color:var(--text);transition:color 0.3s ease}
.cart-item-details h3 a:hover{color:var(--gold)}
.cart-item-details p{color:var(--text-dim);font-size:0.8rem;margin-bottom:0.75rem}
.cart-item-price{font-size:1.15rem;font-weight:600;color:var(--gold);text-align:right}
.cart-item-remove{background:none;border:none;color:var(--text-dim);cursor:none;font-size:0.75rem;text-decoration:underline;transition:color 0.3s ease;margin-top:0.5rem}
.cart-item-remove:hover{color:#c0392b}
.cart-summary{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:2rem;height:fit-content;position:sticky;top:100px}
.cart-summary h3{font-size:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.summary-row{display:flex;justify-content:space-between;padding:0.75rem 0;font-size:0.9rem}
.summary-row.total{border-top:1px solid var(--border);margin-top:0.5rem;padding-top:1rem;font-size:1.15rem;font-weight:600}
.summary-row.total span:last-child{color:var(--gold)}
.cart-empty{text-align:center;padding:5rem 2rem}
.cart-empty h2{font-weight:200;margin-bottom:1rem;font-size:2rem}
.cart-empty p{color:var(--text-dim);margin-bottom:2rem}

.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(ellipse at 30% 20%,rgba(201,169,110,0.04) 0%,transparent 50%),var(--bg);position:relative}
.auth-card{width:100%;max-width:420px;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:3rem;position:relative;overflow:hidden}
.auth-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.auth-logo{text-align:center;margin-bottom:2.5rem}
.auth-logo .logo{font-size:1.6rem;display:inline-block;margin-bottom:0.5rem}
.auth-logo p{color:var(--text-dim);font-size:0.85rem}
.form-group{margin-bottom:1.5rem}
.form-group label{display:block;font-size:0.7rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-dim);margin-bottom:0.5rem}
.form-input{width:100%;padding:1rem 1.25rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;color:var(--text);font-size:0.9rem;transition:all 0.3s ease}
.form-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,169,110,0.08)}
.form-input::placeholder{color:var(--text-dim)}
.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;font-size:0.8rem}
.checkbox-label{display:flex;align-items:center;gap:0.5rem;color:var(--text-secondary);cursor:none}
.checkbox-label input{appearance:none;width:16px;height:16px;border:1px solid var(--border);border-radius:2px;background:var(--bg-elevated);cursor:none;position:relative;transition:all 0.3s ease}
.checkbox-label input:checked{background:var(--gold);border-color:var(--gold)}
.checkbox-label input:checked::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--bg);font-size:0.6rem;font-weight:700}
.forgot-link{color:var(--gold);font-size:0.8rem;transition:opacity 0.3s ease}
.forgot-link:hover{opacity:0.7}
.auth-btn{width:100%;margin-bottom:1.5rem}
.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--text-dim);font-size:0.75rem}
.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:var(--border)}
.auth-footer{text-align:center;color:var(--text-dim);font-size:0.85rem}
.auth-footer a{color:var(--gold);transition:opacity 0.3s ease}
.auth-footer a:hover{opacity:0.7}

.toast-container{position:fixed;top:100px;right:2rem;z-index:99999;display:flex;flex-direction:column;gap:0.75rem;pointer-events:none}
.toast{padding:1rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:4px;color:var(--text);font-size:0.85rem;display:flex;align-items:center;gap:0.75rem;box-shadow:0 10px 40px rgba(0,0,0,0.4);animation:toastIn 0.5s var(--ease-out-expo),toastOut 0.4s var(--ease-out-expo) 2.6s forwards;max-width:350px;pointer-events:auto}
.toast.success{border-left-color:#27ae60}
.toast.error{border-left-color:#c0392b}
@keyframes toastIn{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}
@keyframes toastOut{to{opacity:0;transform:translateX(30px)}}

.reveal{opacity:0;transform:translateY(40px);transition:opacity 0.8s var(--ease-out-expo),transform 0.8s var(--ease-out-expo)}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-60px);transition:opacity 0.8s var(--ease-out-expo),transform 0.8s var(--ease-out-expo)}
.reveal-left.visible{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(60px);transition:opacity 0.8s var(--ease-out-expo),transform 0.8s var(--ease-out-expo)}
.reveal-right.visible{opacity:1;transform:translateX(0)}
.reveal-scale{opacity:0;transform:scale(0.9);transition:opacity 0.8s var(--ease-out-expo),transform 0.8s var(--ease-out-expo)}
.reveal-scale.visible{opacity:1;transform:scale(1)}
.delay-1{transition-delay:0.1s}
.delay-2{transition-delay:0.2s}
.delay-3{transition-delay:0.3s}
.delay-4{transition-delay:0.4s}
.delay-5{transition-delay:0.5s}

@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(201,169,110,0.4)}50%{box-shadow:0 0 0 12px rgba(201,169,110,0)}}
@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
.skeleton{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-elevated) 50%,var(--bg-card) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}

@media(max-width:1024px){.story-grid,.product-detail,.cart-layout,.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.product-gallery{position:static}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){body{cursor:auto}.cursor,.cursor-trail,.cursor-glow,.spotlight-overlay{display:none!important}.header{padding:0 1.5rem;height:70px}.nav-links{display:none;position:fixed;inset:0;background:var(--bg);flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:999}.nav-links.mobile-open{display:flex}.nav-links a{font-size:1rem}.mobile-menu-btn{display:block}.section{padding:6rem 1.5rem}.hero-cta{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}.categories-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto}.cart-item-price{grid-column:2;text-align:left;margin-top:0.5rem}.stats-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.stat-number{font-size:2.5rem}.newsletter-form{flex-direction:column}.newsletter-input{width:100%}.parallax-section{min-height:50vh}}
.text-gold{color:var(--gold)}.text-dim{color:var(--text-dim)}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.hidden{display:none!important}


/* ===== WordPress / WooCommerce integration ===== */
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
body.admin-bar .header{top:32px}
.accent{color:var(--gold);font-weight:500}
.site-main{position:relative;z-index:2;min-height:60vh}
.content-shell{max-width:1200px;margin:0 auto;padding:10rem 5vw 6rem}
.content-shell h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:200;margin-bottom:2rem}
.content-shell h2,.content-shell h3{font-weight:400;margin:2rem 0 1rem}
.content-shell p{color:var(--text-secondary);margin-bottom:1.25rem;line-height:1.9}
.content-shell ul,.content-shell ol{margin:1rem 0 1.5rem 1.5rem;color:var(--text-secondary)}
.catalog-note{display:inline-flex;align-items:center;gap:.75rem;padding:.6rem 1rem;border:1px solid var(--border-gold);border-radius:999px;color:var(--gold);font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;background:rgba(201,169,110,.03)}
.category-placeholder{width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(201,169,110,.18),transparent 45%),linear-gradient(135deg,#111,#070707)}
.product-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--gold-dim);letter-spacing:2px;text-transform:uppercase;font-size:.75rem}
.catalog-cta{margin-top:1.5rem}
.catalog-empty{max-width:800px;margin:0 auto;padding:3rem;text-align:center;border:1px solid var(--border);background:var(--bg-card);border-radius:6px;color:var(--text-secondary)}
.about-points{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}
.about-point{padding:1.5rem;border:1px solid var(--border);background:var(--bg-card);border-radius:6px}
.about-point h3{margin:0 0 .5rem;font-size:1rem;color:var(--gold)}
.contact-form{max-width:720px;margin-top:2rem}
.contact-form .form-input,.contact-form textarea{width:100%;padding:1rem 1.25rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;color:var(--text);font:inherit}
.contact-form textarea{min-height:160px;resize:vertical}
.form-message{padding:1rem 1.25rem;margin-bottom:1.5rem;border:1px solid var(--border-gold);background:rgba(201,169,110,.05);color:var(--text-secondary)}
.form-message.success{border-color:#2f7d50}
.form-message.error{border-color:#9a3b34}

/* WooCommerce */
.woocommerce-shell{max-width:1400px;margin:0 auto;padding:10rem 5vw 6rem;position:relative;z-index:2}
.woocommerce .woocommerce-breadcrumb{color:var(--text-dim);font-size:.8rem;margin-bottom:2rem}
.woocommerce .woocommerce-breadcrumb a{color:var(--gold-dim)}
.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title{font-size:clamp(2rem,4vw,3.2rem);font-weight:200;color:var(--text)}
.woocommerce .woocommerce-result-count{color:var(--text-dim)}
.woocommerce .woocommerce-ordering select{padding:.7rem 1rem;background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:3px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;margin-top:3rem}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;overflow:hidden;padding-bottom:1.25rem;transition:all .45s var(--ease-out-expo)}
.woocommerce ul.products li.product:hover{transform:translateY(-6px);border-color:var(--border-gold);box-shadow:0 20px 45px rgba(0,0,0,.35)}
.woocommerce ul.products li.product a img{margin:0 0 1rem!important;aspect-ratio:1;object-fit:cover;background:var(--bg-elevated)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1rem!important;font-weight:400!important;color:var(--text)!important;padding:0 1.25rem!important}
.woocommerce ul.products li.product .price{color:var(--gold)!important;font-size:1rem!important;padding:0 1.25rem!important}
.woocommerce ul.products li.product .star-rating{margin:.5rem 1.25rem!important;color:var(--gold)}
.woocommerce span.onsale{background:var(--gold)!important;color:var(--bg)!important;min-height:auto!important;min-width:auto!important;line-height:1!important;padding:.55rem .7rem!important;border-radius:2px!important;top:1rem!important;left:1rem!important}
.woocommerce nav.woocommerce-pagination ul{border:none!important}
.woocommerce nav.woocommerce-pagination ul li{border:none!important;margin:.25rem!important}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{background:var(--bg-card)!important;color:var(--text-secondary)!important;border:1px solid var(--border)!important;padding:.8rem 1rem!important}
.woocommerce nav.woocommerce-pagination ul li span.current{border-color:var(--gold)!important;color:var(--gold)!important}
.woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:4rem}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important}
.woocommerce div.product div.images img{border-radius:6px;background:var(--bg-card)}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--gold)!important;font-size:1.8rem!important}
.woocommerce div.product .woocommerce-product-details__short-description{color:var(--text-secondary);line-height:1.9}
.woocommerce div.product .product_meta{padding:1.25rem;border:1px solid var(--border);background:var(--bg-card);border-radius:6px;color:var(--text-dim);display:flex;flex-direction:column;gap:.45rem}
.woocommerce div.product .product_meta a{color:var(--gold-dim)}
.woocommerce-tabs{grid-column:1/-1}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-color:var(--border)!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:var(--bg-card)!important;border-color:var(--border)!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:var(--text-secondary)!important}
.woocommerce div.product .woocommerce-tabs .panel{color:var(--text-secondary);line-height:1.8}
.woocommerce #reviews #comments ol.commentlist li .comment-text{border-color:var(--border)!important;background:var(--bg-card)!important}
.woocommerce .related.products{grid-column:1/-1;margin-top:4rem}
.woocommerce .related.products h2{font-size:2rem;font-weight:200;margin-bottom:2rem}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:var(--bg-card)!important;color:var(--text-secondary)!important;border-top-color:var(--gold)!important}
.catalog-inquiry-btn{display:inline-flex!important;margin-top:1rem!important}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--gold)!important;color:var(--bg)!important;border-radius:2px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:1.5px!important}

@media(max-width:1100px){
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .woocommerce div.product{grid-template-columns:1fr}
  .about-points{grid-template-columns:1fr}
}
@media(max-width:768px){
  body.admin-bar .header{top:46px}
  .woocommerce ul.products{grid-template-columns:1fr 1fr}
  .woocommerce-shell{padding:7rem 1.25rem 4rem}
  .content-shell{padding:7rem 1.25rem 4rem}
}
@media(max-width:520px){
  .woocommerce ul.products{grid-template-columns:1fr}
}


/* Company identity */
.company-identity{
  margin:2rem 0;
  padding:2rem;
  border:1px solid rgba(201,169,98,.28);
  background:rgba(255,255,255,.025);
}
.company-identity h2{margin:.35rem 0 1rem}
.company-identity p{max-width:900px}
.company-details{
  margin-top:1.25rem;
  display:grid;
  gap:.45rem;
}
.company-details p{margin:0}
.company-details a,
.footer-company-details a{color:var(--gold);text-decoration:none}
.company-details a:hover,
.footer-company-details a:hover{text-decoration:underline}
.footer-company-details li{
  color:var(--text-dim);
  font-size:.85rem;
  line-height:1.55;
}
@media(max-width:768px){
  .company-identity{padding:1.4rem}
}


/* v1.0.4 — Brighter charcoal theme, same black/gold visual identity */
:root{
  --black:#17191d;
  --black-soft:#1d2025;
  --charcoal:#23272e;
  --charcoal-light:#2b3038;
  --white:#f7f5ef;
  --gray:#c7c9cf;
  --gray-dark:#979ba4;
}

body{
  background:#17191d;
  color:#f7f5ef;
}

.site-header,
.header,
.navbar{
  background:rgba(23,25,29,.96);
}

.hero,
.hero-section{
  background:
    radial-gradient(circle at 70% 20%, rgba(201,169,98,.10), transparent 34%),
    linear-gradient(180deg,#1d2025 0%,#17191d 100%);
}

.category-card,
.product-card,
.woocommerce ul.products li.product,
.story-card,
.stat-card,
.testimonial-card,
.company-identity,
.site-footer,
.footer{
  background:#20242a;
}

.category-card:hover,
.product-card:hover,
.woocommerce ul.products li.product:hover{
  background:#272c33;
}

input,
textarea,
select{
  background:#252a31;
  color:#f7f5ef;
  border-color:rgba(255,255,255,.16);
}

.site-footer,
.footer{
  border-top-color:rgba(201,169,98,.22);
}


/* v1.0.5 — High-readability text while keeping the same dark/gold style */
:root{
  --white:#ffffff;
  --gray:#eeeeee;
  --gray-dark:#d2d4d8;
  --text:#ffffff;
  --text-light:#f3f3f3;
  --text-dim:#d7d9de;
  --muted:#c8cbd1;
}

/* Main readable text */
body,
p,
li,
span,
label,
small,
td,
th,
address,
blockquote,
.woocommerce,
.woocommerce-page{
  color:#eeeeee;
}

/* Headings and important text */
h1,h2,h3,h4,h5,h6,
.site-title,
.product_title,
.woocommerce-loop-product__title,
.entry-title,
.page-title,
.section-title,
.hero-title,
strong,
b{
  color:#ffffff !important;
}

/* Navigation */
.site-header a,
.main-navigation a,
.navbar a,
nav a{
  color:#f7f7f7;
}
.site-header a:hover,
.main-navigation a:hover,
.navbar a:hover,
nav a:hover{
  color:var(--gold);
}

/* Product text */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title,
.woocommerce div.product .summary p,
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-product-details__short-description p,
.product-card p,
.product-card .product-name,
.product-card .product-title{
  color:#f7f7f7 !important;
}

/* Prices stay prominent */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.price,
.product-price{
  color:#f0cf7a !important;
}

/* Metadata, categories, SKU, captions */
.woocommerce div.product .product_meta,
.woocommerce div.product .product_meta span,
.woocommerce div.product .product_meta a,
.category-card p,
.category-card span,
.section-subtitle,
.eyebrow,
.meta,
.product-meta,
.site-footer p,
.site-footer li,
.site-footer span,
.footer p,
.footer li,
.footer span{
  color:#d7d9de !important;
}

/* Footer links */
.site-footer a,
.footer a{
  color:#f0cf7a !important;
}
.site-footer a:hover,
.footer a:hover{
  color:#ffffff !important;
}

/* Form fields and placeholders */
input,
textarea,
select{
  color:#ffffff !important;
}
input::placeholder,
textarea::placeholder{
  color:#c9cbd0 !important;
  opacity:1;
}

/* Breadcrumbs and secondary WooCommerce text */
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-tabs,
.woocommerce-tabs p,
.woocommerce-tabs li,
.woocommerce-message,
.woocommerce-info{
  color:#dfe1e5 !important;
}

/* Buttons remain gold/black with strong contrast */
button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  color:#111111 !important;
}


/* Basinhaus Bright 2.0.0
   Fixes the dark mouse-spotlight effect and improves permanent readability.
   Same black/gold visual identity; no hover is required to read the site.
*/
:root{
  --bg:#181a1e;
  --bg-elevated:#202329;
  --bg-card:#272b32;
  --bg-glass:rgba(32,35,41,.92);
  --gold:#C9A96E;
  --gold-bright:#E8C87A;
  --gold-dim:#A58A5D;
  --gold-glow:rgba(201,169,110,.20);
  --text:#ffffff;
  --text-secondary:#e3e5e8;
  --text-dim:#c4c7cc;
  --border:rgba(255,255,255,.12);
  --border-gold:rgba(201,169,110,.28);
}

/* The original spotlight was making the page look almost black until the
   visitor moved the mouse. Disable it completely. */
.spotlight-overlay,
.cursor-glow{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
}

/* Use normal browser cursors so navigation is obvious and accessible. */
body{cursor:auto !important;background:var(--bg) !important;color:var(--text) !important;}
a,button,.btn,.icon-btn,.mobile-menu-btn,
input,textarea,select,label,
.product-card,.category-card{cursor:pointer !important;}
input,textarea,select{cursor:text !important;}

/* Slightly lighter permanent surfaces */
.hero-bg{
  background:
    radial-gradient(ellipse at 30% 20%,rgba(201,169,110,.10) 0%,transparent 52%),
    radial-gradient(ellipse at 75% 75%,rgba(201,169,110,.06) 0%,transparent 50%),
    linear-gradient(180deg,#202329 0%,#181a1e 100%) !important;
}
.header.scrolled{
  background:rgba(24,26,30,.96) !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
}
.section,
.site-main,
.woocommerce,
.woocommerce-page{
  color:#ffffff;
}
.category-card,
.product-card,
.woocommerce ul.products li.product,
.product-gallery-main,
.product-meta,
.testimonial-card,
.company-identity,
.newsletter-input,
.filter-option input[type=checkbox],
.shop-sort select{
  background:#272b32 !important;
  border-color:rgba(255,255,255,.12) !important;
}
.category-card:hover,
.product-card:hover,
.woocommerce ul.products li.product:hover{
  background:#30353d !important;
  border-color:rgba(201,169,110,.40) !important;
}
.story-section,
.newsletter-section,
.page-header{
  background-color:#202329 !important;
}

/* Permanent readable copy */
p,
li,
.hero-subtitle,
.section-description,
.story-content p,
.story-feature,
.product-description,
.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description p,
.woocommerce div.product .summary,
.woocommerce div.product .summary p,
.woocommerce-result-count,
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a,
.product_meta,
.product_meta span,
.product_meta a,
.meta-label,
.meta-value{
  color:#e3e5e8 !important;
}
h1,h2,h3,h4,h5,h6,
.hero-title,
.section-title,
.entry-title,
.page-title,
.product_title,
.woocommerce-loop-product__title{
  color:#ffffff !important;
}
.nav-links a{
  color:#e7e8ea !important;
}
.nav-links a:hover,
.nav-links a.active{
  color:#ffffff !important;
}

/* Footer remains dark for contrast, but copy is readable */
.footer{
  background:#111317 !important;
}
.footer-brand p,
.footer-column a,
.footer-column li,
.footer-bottom p{
  color:#d7d9dd !important;
}
.footer-column h4{
  color:#ffffff !important;
}
.footer-column a:hover{
  color:var(--gold-bright) !important;
}

/* Prevent decorative overlays from reducing readability */
.noise-overlay{opacity:.012 !important;}
.orb{opacity:.20 !important;}


/* v2.1.0 — Real WooCommerce cart + checkout enabled */
.add_to_cart_button,
.single_add_to_cart_button,
.woocommerce-mini-cart__buttons,
.wc-block-cart-link,
.woocommerce .cart,
.woocommerce form.cart{
  display:flex !important;
}

.header-cart{
  position:relative;
}
.header-cart .cart-count{
  position:absolute;
  top:-7px;
  right:-8px;
  min-width:17px;
  height:17px;
  padding:0 4px;
  border-radius:999px;
  background:var(--gold);
  color:#111;
  font-size:10px;
  line-height:17px;
  font-weight:700;
  text-align:center;
}

/* Product purchase controls */
.woocommerce div.product form.cart{
  display:flex !important;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin:1.5rem 0;
}
.woocommerce div.product form.cart .quantity input.qty{
  min-height:48px;
  width:82px;
  border:1px solid var(--border);
  background:var(--bg-card);
  color:#fff;
  border-radius:4px;
  padding:0 10px;
}
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button{
  background:var(--gold) !important;
  color:#111 !important;
  border:1px solid var(--gold) !important;
  border-radius:4px !important;
  min-height:48px;
  padding:0 1.4rem !important;
  font-weight:600 !important;
  text-transform:none !important;
  opacity:1 !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:hover{
  background:var(--gold-bright) !important;
  border-color:var(--gold-bright) !important;
  color:#111 !important;
}

/* Cart and checkout */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce{
  max-width:1200px;
  margin:0 auto;
  padding:8rem 5vw 5rem;
}
.woocommerce table.shop_table,
.woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.wc-block-components-sidebar,
.wc-block-components-main{
  background:var(--bg-card);
  border:1px solid var(--border) !important;
  color:var(--text);
}
.woocommerce table.shop_table{
  border-collapse:separate;
  border-spacing:0;
  border-radius:6px;
  overflow:hidden;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
  border-color:var(--border) !important;
  color:var(--text-secondary) !important;
}
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields{
  color:var(--text);
}
.woocommerce-checkout #payment{
  background:var(--bg-card) !important;
  border:1px solid var(--border) !important;
  color:var(--text) !important;
}
.woocommerce-checkout #payment div.payment_box{
  background:var(--bg-elevated) !important;
  color:var(--text-secondary) !important;
}
.woocommerce-checkout #payment div.payment_box:before{
  border-bottom-color:var(--bg-elevated) !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input{
  background:var(--bg-elevated) !important;
  color:#fff !important;
  border:1px solid var(--border) !important;
}
.select2-dropdown{
  background:var(--bg-elevated) !important;
  color:#fff !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
  background:var(--bg-card) !important;
  color:var(--text-secondary) !important;
  border-top-color:var(--gold) !important;
}

/* Amazon Pay and other payment widgets should never be hidden by the theme. */
#pay_with_amazon,
.amazon-payments-advanced,
.amazonpay-button-container,
.wc-amazon-payments-advanced-button,
#amazon-payments-advanced,
[class*="amazon-pay"],
[id*="amazon-pay"]{
  visibility:visible !important;
  opacity:1 !important;
}

/* Mobile checkout spacing */
@media(max-width:768px){
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-account .woocommerce{
    padding:6rem 1.25rem 3rem;
  }
  .woocommerce div.product form.cart{
    align-items:stretch;
  }
  .woocommerce div.product form.cart .single_add_to_cart_button{
    flex:1 1 100%;
  }
}
