/*
Theme Name: BINOKU
Theme URI: https://binoku.com
Author: BINOKU
Description: Premium dark luxury theme for intimate lifestyle brands. WooCommerce ready.
Version: 2.0.0
License: GPL v2
Text Domain: binoku
*/

:root {
    --bg: #0a0a0a;--bg-light: #111;--bg-card: #1a1a1a;--bg-drawer: #0d0d0d;
    --text: #e8e8e8;--text-muted: #999;--gold: #c9a96e;--gold-light: #d4b87a;
    --white: #fff;--border: #2a2a2a;--radius: 4px;
    --serif: 'Playfair Display',Georgia,serif;--sans: 'Inter',-apple-system,sans-serif;
    --container: 1280px;--header-h: 72px;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:var(--sans);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .25s}
a:hover{color:var(--gold)}
ul{list-style:none}
button{cursor:pointer;border:none;outline:none;font-family:inherit}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}
.section{padding:100px 0}
.section-tight{padding:60px 0}

h1,h2,h3,h4{font-family:var(--serif);font-weight:400;color:var(--white);line-height:1.2}
h1{font-size:64px}h2{font-size:42px}h3{font-size:28px}h4{font-size:20px}
.section-tag{display:inline-block;font-size:12px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:16px}
.section-title{margin-bottom:16px}
.section-subtitle{font-size:16px;color:var(--text-muted);max-width:600px;margin-bottom:48px}
.gold-text{color:var(--gold)}

.btn{display:inline-block;padding:16px 40px;font-size:13px;font-weight:500;letter-spacing:2px;text-transform:uppercase;text-align:center;border-radius:var(--radius);transition:all .3s}
.btn-primary{background:var(--gold);color:var(--bg)}
.btn-primary:hover{background:var(--gold-light);color:var(--bg)}
.btn-outline{background:transparent;color:var(--gold);border:1px solid var(--gold)}
.btn-outline:hover{background:var(--gold);color:var(--bg)}
.btn-small{padding:10px 24px;font-size:11px;letter-spacing:1.5px}

.site-header{position:fixed;top:0;left:0;right:0;height:var(--header-h);background:rgba(10,10,10,.92);backdrop-filter:blur(16px);z-index:997;border-bottom:1px solid rgba(255,255,255,.05)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--container);margin:0 auto;padding:0 24px}
.site-logo{font-family:var(--serif);font-size:26px;letter-spacing:6px;color:var(--gold);text-transform:uppercase;position:absolute;left:50%;transform:translateX(-50%)}
.site-logo:hover{color:var(--gold-light)}
.hamburger{background:none;border:none;padding:8px;display:flex;flex-direction:column;gap:5px;width:28px}
.hamburger span{display:block;height:1.5px;background:var(--text);transition:all .3s}
.hamburger:hover span{background:var(--gold)}
.hamburger span:nth-child(2){width:18px;margin-left:auto}
.header-actions{display:flex;align-items:center;gap:20px}
.header-actions a{font-size:13px;letter-spacing:1px;text-transform:uppercase;color:var(--text-muted)}
.header-actions a:hover{color:var(--gold)}
.cart-link{position:relative}
.cart-count{position:absolute;top:-8px;right:-12px;background:var(--gold);color:var(--bg);font-size:10px;font-weight:600;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%}

.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:998;opacity:0;visibility:hidden;transition:all .35s}
.drawer-overlay.open{opacity:1;visibility:visible}
.drawer{position:fixed;top:0;left:0;width:360px;max-width:85vw;height:100dvh;background:var(--bg-drawer);z-index:999;transform:translateX(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;border-right:1px solid var(--border);display:flex;flex-direction:column}
.drawer.open{transform:translateX(0)}
.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:20px 28px;border-bottom:1px solid var(--border);flex-shrink:0}
.drawer-title{font-family:var(--serif);font-size:18px;color:var(--white)}
.drawer-close{background:none;border:none;color:var(--text-muted);font-size:20px;padding:8px}
.drawer-close:hover{color:var(--gold)}
.drawer-body{padding:16px 0;flex:1;overflow-y:auto}
.drawer-nav{list-style:none;margin:0;padding:0}
.drawer-nav>li>a{display:block;padding:15px 28px;color:var(--text);font-size:14px;transition:all .2s}
.drawer-nav>li>a:hover{color:var(--gold);background:rgba(201,169,110,.04)}
.drawer-parent{display:flex;justify-content:space-between;align-items:center;padding:15px 28px;cursor:pointer;color:var(--text);font-size:14px}
.drawer-parent a{flex:1;padding:0;color:inherit}
.drawer-parent a:hover{color:var(--gold)}
.drawer-arrow{font-size:10px;color:var(--text-muted);transition:transform .3s;margin-left:8px}
.drawer-item.expanded .drawer-arrow{transform:rotate(180deg)}
.drawer-submenu{list-style:none;max-height:0;overflow:hidden;transition:max-height .35s;background:rgba(255,255,255,.015)}
.drawer-item.expanded .drawer-submenu{max-height:500px}
.drawer-submenu a{display:block;padding:12px 28px 12px 48px;font-size:13px;color:var(--text-muted)}
.drawer-submenu a:hover{color:var(--gold)}
.drawer-divider{height:1px;background:var(--border);margin:10px 28px}
.drawer-footer{padding:24px 28px;border-top:1px solid var(--border);flex-shrink:0;font-size:12px;color:var(--text-muted)}

.hero{min-height:85dvh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#0a0a0a,#121010,#0f0c08,#0a0a0a)}
.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(ellipse at center,rgba(201,169,110,.06),transparent 70%);pointer-events:none}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding-top:var(--header-h)}
.hero-content{position:relative;z-index:1}
.hero-tag{display:inline-block;font-size:11px;font-weight:500;letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:24px}
.hero-title{font-size:64px;line-height:1.1;margin-bottom:24px}
.hero-title span{color:var(--gold)}
.hero-desc{font-size:17px;line-height:1.7;color:var(--text-muted);max-width:460px;margin-bottom:36px}
.hero-buttons{display:flex;gap:16px;align-items:center}
.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}
.hero-img-placeholder{width:100%;aspect-ratio:3/4;background:linear-gradient(145deg,var(--bg-card),#1e1a14);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}
.hero-img-placeholder::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 30%,rgba(201,169,110,.08),transparent)}
.hero-img-text{font-family:var(--serif);font-size:18px;color:var(--text-muted);letter-spacing:2px}

.trust-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:32px 0;background:var(--bg-light)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.trust-icon{font-size:28px;margin-bottom:12px;display:block}
.trust-label{font-size:12px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--text);margin-bottom:4px}
.trust-desc{font-size:12px;color:var(--text-muted)}

.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.category-card{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:var(--radius);background:var(--bg-card)}
.category-card-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .6s}
.category-card:hover .category-card-bg{transform:scale(1.06)}
.category-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.1) 60%,transparent)}
.category-card-content{position:absolute;bottom:0;left:0;right:0;padding:28px;z-index:2}
.category-card-label{font-family:var(--serif);font-size:22px;color:var(--white);margin-bottom:4px}
.category-card-count{font-size:12px;color:var(--gold);letter-spacing:1px;text-transform:uppercase}
.cat-placeholder{background:linear-gradient(145deg,#1a1a14,#141410,#1a1a1a);aspect-ratio:3/4;border-radius:var(--radius);position:relative}
.cat-placeholder .category-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.1) 60%,transparent)}
.cat-placeholder .category-card-content{position:absolute;bottom:0;left:0;right:0;padding:28px}

.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.product-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;transition:transform .3s,box-shadow .3s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.4)}
.product-card-image{position:relative;aspect-ratio:1;overflow:hidden;background:linear-gradient(145deg,#1a1a14,#141410);display:flex;align-items:center;justify-content:center}
.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.product-card:hover .product-card-image img{transform:scale(1.04)}
.product-card-badge{position:absolute;top:12px;left:12px;padding:4px 10px;background:var(--gold);color:var(--bg);font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;border-radius:2px}
.product-card-info{padding:20px}
.product-card-brand{font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:6px}
.product-card-name{font-family:var(--serif);font-size:16px;color:var(--white);margin-bottom:8px}
.product-card-stars{color:var(--gold);font-size:13px;margin-bottom:8px}
.product-card-price{font-size:16px;font-weight:600;color:var(--white)}
.product-card-price del{color:var(--text-muted);margin-right:8px;font-weight:400}

.brand-story{background:var(--bg-light)}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.story-img{aspect-ratio:4/5;background:linear-gradient(145deg,#1a1a14,#141410,#1a1a1a);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}
.story-img span{font-family:var(--serif);font-size:16px;color:var(--text-muted);letter-spacing:2px}
.story-text h2{margin-bottom:24px}
.story-text p{color:var(--text-muted);font-size:15px;line-height:1.8;margin-bottom:20px}

.newsletter{background:var(--bg-card)}
.newsletter-inner{text-align:center;max-width:560px;margin:0 auto}
.newsletter-inner h3{margin-bottom:12px}
.newsletter-inner p{color:var(--text-muted);margin-bottom:32px;font-size:14px}
.newsletter-form{display:flex;gap:12px}
.newsletter-form input{flex:1;padding:14px 20px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:14px;outline:none}
.newsletter-form input:focus{border-color:var(--gold)}
.newsletter-form input::placeholder{color:var(--text-muted)}

.site-footer{background:var(--bg);border-top:1px solid var(--border);padding:80px 0 40px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:60px}
.footer-brand h4{color:var(--gold);letter-spacing:4px;margin-bottom:16px}
.footer-brand p{color:var(--text-muted);font-size:13px;line-height:1.7}
.footer-col h5{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--white);margin-bottom:20px}
.footer-col ul li{margin-bottom:10px}
.footer-col ul li a{font-size:13px;color:var(--text-muted)}
.footer-col ul li a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid var(--border);padding-top:24px;display:flex;justify-content:space-between;align-items:center}
.footer-bottom p{font-size:12px;color:var(--text-muted)}
.footer-payment{display:flex;gap:16px;font-size:11px;letter-spacing:1px;color:var(--text-muted)}

.woocommerce .star-rating span::before{color:var(--gold)!important}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--white)!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom-color:var(--gold)}
.woocommerce button.button.alt{background:var(--gold)!important;color:var(--bg)!important}
.woocommerce button.button.alt:hover{background:var(--gold-light)!important}

.shop-header{padding-top:calc(var(--header-h) + 60px);padding-bottom:40px;text-align:center}
.shop-header h1{font-size:36px;margin-bottom:8px}
.shop-header p{color:var(--text-muted)}
.breadcrumbs{padding:20px 0;font-size:12px}
.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:4px;list-style:none}
.breadcrumb-item a{color:var(--text-muted)}
.breadcrumb-item a:hover{color:var(--gold)}
.breadcrumb-current{color:var(--gold)}
.breadcrumb-sep{margin:0 6px;color:var(--border)}

.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.blog-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden}
.blog-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.blog-card-body{padding:24px}
.blog-card-date{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--gold)}
.blog-card-title{font-size:18px;margin:8px 0;line-height:1.3}
.blog-card-excerpt{font-size:13px;color:var(--text-muted);line-height:1.6}

@media(max-width:1024px){
    h1{font-size:42px}h2{font-size:32px}
    .hero-inner{grid-template-columns:1fr;text-align:center;gap:40px}
    .hero-visual{order:-1}
    .hero-img-placeholder{aspect-ratio:16/10;max-height:380px}
    .hero-desc,.hero-buttons{margin-left:auto;margin-right:auto}
    .hero-buttons{justify-content:center}
    .hero-title{font-size:42px}
    .categories-grid,.products-grid{grid-template-columns:repeat(2,1fr)}
    .story-grid{grid-template-columns:1fr;gap:40px}
    .trust-grid{grid-template-columns:repeat(2,1fr)}
    .footer-grid{grid-template-columns:repeat(2,1fr)}
    .section{padding:60px 0}
}
@media(max-width:640px){
    h1{font-size:32px}h2{font-size:26px}
    .hero{min-height:75dvh}.hero-title{font-size:32px}
    .site-logo{font-size:20px;letter-spacing:4px}
    .products-grid{grid-template-columns:1fr 1fr;gap:12px}
    .categories-grid{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr}
    .footer-bottom{flex-direction:column;gap:12px;text-align:center}
    .newsletter-form{flex-direction:column}
    .blog-grid{grid-template-columns:1fr}
    .section{padding:48px 0}
}
