/*
Theme Name: RelationshipBooster
Theme URI: https://relationshipbooster.de
Description: Premium Erotik Shop - Dark Luxury Red/Orange
Version: 1.0
Author: Christian Bech
Text Domain: relationshipbooster
Requires at least: 6.0
Requires PHP: 7.4
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Outfit:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&display=swap');

:root {
  --bg: #0a0608;
  --bg2: #110a0e;
  --bg3: #1a0f14;
  --surface: #1e1118;
  --surface2: #261620;
  --primary: #c0392b;
  --primary-light: #e74c3c;
  --accent: #e67e22;
  --accent-light: #f39c12;
  --gold: #d4a017;
  --rose: #8b1a2b;
  --grad-fire: linear-gradient(135deg, #8b1a2b 0%, #c0392b 40%, #e67e22 100%);
  --grad-card: linear-gradient(145deg, #1e1118 0%, #261620 100%);
  --text: #f0e8ec;
  --text-muted: #a08090;
  --text-faint: #6a4a58;
  --border: rgba(192,57,43,0.2);
  --border-hover: rgba(230,126,34,0.5);
  --shadow-glow: 0 0 30px rgba(192,57,43,0.3);
  --shadow-card: 0 4px 24px rgba(0,0,0,0.5);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Outfit', sans-serif;
  --font-edit: 'Cormorant Garamond', serif;
  --r-sm: 4px; --r-md: 8px; --r-lg: 16px; --r-full: 999px;
  --t-fast: 0.15s ease; --t-med: 0.3s ease;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:300;font-size:16px;line-height:1.7;overflow-x:hidden}
body::before{content:'';position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 600px 400px at 20% 10%,rgba(139,26,43,0.12) 0%,transparent 70%),radial-gradient(ellipse 400px 600px at 80% 30%,rgba(230,126,34,0.08) 0%,transparent 70%);pointer-events:none;z-index:0}

h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2;color:var(--text)}
h1{font-size:clamp(2.2rem,4vw,3.5rem)}
h2{font-size:clamp(1.6rem,3vw,2.5rem)}
h3{font-size:clamp(1.2rem,2vw,1.6rem)}
p{color:var(--text-muted);line-height:1.8}
a{color:var(--primary-light);text-decoration:none;transition:color var(--t-fast)}
a:hover{color:var(--accent-light)}
img{max-width:100%;height:auto}

.container{max-width:1280px;margin:0 auto;padding:0 2rem}
.site-wrapper{position:relative;z-index:1;min-height:100vh}

/* HEADER */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(10,6,8,0.9);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:all var(--t-med)}
.site-header.scrolled{background:rgba(10,6,8,0.98);border-bottom-color:rgba(192,57,43,0.4);box-shadow:0 4px 30px rgba(0,0,0,0.5)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 2rem;max-width:1280px;margin:0 auto}
.site-logo{display:flex;align-items:center;gap:0.75rem;text-decoration:none}
.logo-icon{width:40px;height:40px;background:var(--grad-fire);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;box-shadow:var(--shadow-glow);flex-shrink:0}
.logo-text{font-family:var(--font-display);font-size:1.1rem;font-weight:700;background:var(--grad-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.site-nav{display:flex;align-items:center;gap:1.75rem}
.site-nav a{color:var(--text-muted);font-size:0.8rem;font-weight:400;letter-spacing:0.08em;text-transform:uppercase;transition:color var(--t-fast)}
.site-nav a:hover{color:var(--text)}
.header-actions{display:flex;align-items:center;gap:1rem}
.header-cart{position:relative;color:var(--text-muted);transition:color var(--t-fast);cursor:pointer;padding:4px}
.header-cart:hover{color:var(--primary-light)}
.cart-count{position:absolute;top:-6px;right:-8px;background:var(--primary);color:white;font-size:0.6rem;font-weight:600;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.btn-header{background:var(--grad-fire);color:white!important;padding:0.45rem 1.1rem;border-radius:var(--r-full);font-size:0.78rem;font-weight:500;letter-spacing:0.05em;transition:all var(--t-med);text-transform:uppercase}
.btn-header:hover{transform:translateY(-1px);box-shadow:var(--shadow-glow)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}
.hamburger span{width:24px;height:2px;background:var(--text-muted);display:block;transition:all var(--t-fast)}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.875rem 2rem;border-radius:var(--r-full);font-family:var(--font-body);font-size:0.88rem;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;cursor:pointer;border:none;transition:all var(--t-med);text-decoration:none}
.btn-primary{background:var(--grad-fire);color:white;box-shadow:0 4px 20px rgba(192,57,43,0.4)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(192,57,43,0.5);color:white}
.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border-hover)}
.btn-outline:hover{background:rgba(192,57,43,0.1);border-color:var(--primary);color:var(--text)}

/* HERO */
.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:72px}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 900px 600px at -10% 50%,rgba(139,26,43,0.35) 0%,transparent 60%),radial-gradient(ellipse 600px 800px at 110% 30%,rgba(230,126,34,0.2) 0%,transparent 60%);z-index:0}
.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:float 8s ease-in-out infinite;z-index:0}
.hero-orb--1{width:500px;height:500px;background:radial-gradient(circle,rgba(192,57,43,0.3) 0%,transparent 70%);top:-100px;left:-150px}
.hero-orb--2{width:350px;height:350px;background:radial-gradient(circle,rgba(230,126,34,0.2) 0%,transparent 70%);bottom:-50px;right:10%;animation-delay:-4s}
@keyframes float{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-25px) scale(1.05)}}
.hero-content{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}
.hero-text{max-width:640px}
.hero-eyebrow{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.72rem;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}
.hero-eyebrow::before{content:'';width:28px;height:1px;background:var(--accent)}
.hero-title{font-size:clamp(2.8rem,5vw,5rem);font-weight:700;line-height:1.05;margin-bottom:1.5rem;letter-spacing:-0.02em}
.hero-title span{background:var(--grad-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic}
.hero-subtitle{font-size:1.1rem;color:var(--text-muted);margin-bottom:2.5rem;line-height:1.7;font-family:var(--font-edit);font-weight:300}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
.hero-trust{display:flex;align-items:center;gap:1.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border);flex-wrap:wrap}
.hero-trust-item{display:flex;align-items:center;gap:0.5rem;font-size:0.78rem;color:var(--text-muted)}

/* TRUST STRIP */
.trust-strip{padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg2)}
.trust-strip-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:0.75rem;font-size:0.82rem;color:var(--text-muted)}
.trust-icon{width:36px;height:36px;background:rgba(192,57,43,0.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}

/* SECTIONS */
.section-header{text-align:center;margin-bottom:3rem}
.section-eyebrow{display:inline-flex;align-items:center;gap:0.75rem;font-size:0.7rem;font-weight:500;letter-spacing:0.25em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}
.section-eyebrow::before,.section-eyebrow::after{content:'';width:22px;height:1px;background:var(--accent)}
.section-title{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:600;margin-bottom:1rem}
.section-title em{font-style:italic;background:var(--grad-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.section-subtitle{font-family:var(--font-edit);font-size:1.05rem;color:var(--text-muted);max-width:480px;margin:0 auto}

/* CATEGORIES */
.categories-section{padding:6rem 0;background:var(--bg2)}
.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}
.category-card{position:relative;background:var(--grad-card);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem 1.5rem;text-align:center;cursor:pointer;transition:all var(--t-med);overflow:hidden;text-decoration:none;display:block}
.category-card::before{content:'';position:absolute;inset:0;background:var(--grad-fire);opacity:0;transition:opacity var(--t-med)}
.category-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:var(--shadow-card)}
.category-card:hover::before{opacity:0.15}
.category-icon{font-size:2.5rem;margin-bottom:1rem;position:relative;z-index:1;display:block}
.category-name{font-family:var(--font-body);font-size:0.88rem;font-weight:500;color:var(--text);position:relative;z-index:1;margin-bottom:0.25rem}
.category-count{font-size:0.72rem;color:var(--text-faint);position:relative;z-index:1}

/* PRODUCTS */
.products-section{padding:6rem 0}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;list-style:none;padding:0;margin:0}
.woocommerce ul.products li.product{background:var(--grad-card);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:all var(--t-med);position:relative}
.woocommerce ul.products li.product:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:var(--shadow-card)}
.woocommerce ul.products li.product a img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform 0.5s ease}
.woocommerce ul.products li.product:hover a img{transform:scale(1.05)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--font-body);font-size:0.92rem;font-weight:500;color:var(--text);padding:1rem 1.25rem 0.5rem;margin:0}
.woocommerce ul.products li.product .price{padding:0 1.25rem 0.75rem;color:var(--accent)!important;font-family:var(--font-display);font-size:1.1rem;font-weight:600;display:block}
.woocommerce ul.products li.product .price del{color:var(--text-faint)!important;font-size:0.85rem}
.woocommerce ul.products li.product .price ins{text-decoration:none;color:var(--primary-light)!important}
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .add_to_cart_button{display:block;margin:0 1.25rem 1.25rem;padding:0.65rem 1rem;background:var(--grad-fire)!important;color:white!important;border:none!important;border-radius:var(--r-full)!important;font-family:var(--font-body)!important;font-size:0.78rem!important;font-weight:500!important;letter-spacing:0.06em;text-transform:uppercase;cursor:pointer;transition:all var(--t-med)!important;text-align:center;box-shadow:0 3px 12px rgba(192,57,43,0.3)}
.woocommerce ul.products li.product .button:hover{box-shadow:0 6px 20px rgba(192,57,43,0.5)!important;transform:translateY(-1px)}
.woocommerce ul.products li.product .onsale{background:var(--grad-fire)!important;border-radius:var(--r-full)!important;font-size:0.68rem!important;padding:3px 10px!important;top:10px;left:10px;right:auto!important}

/* SINGLE PRODUCT */
.woocommerce div.product{padding-top:100px}
.woocommerce div.product .woocommerce-product-gallery{background:var(--surface);border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border)}
.woocommerce div.product .summary{padding-left:2rem}
.woocommerce div.product .product_title{font-size:1.8rem;margin-bottom:1rem}
.woocommerce div.product .price{font-family:var(--font-display)!important;font-size:1.8rem!important;color:var(--accent)!important;margin-bottom:1.5rem!important}
.woocommerce div.product .woocommerce-product-details__short-description{color:var(--text-muted);margin-bottom:2rem;font-family:var(--font-edit);font-size:1.05rem;line-height:1.8}
.woocommerce div.product form.cart .single_add_to_cart_button{background:var(--grad-fire)!important;color:white!important;border:none!important;border-radius:var(--r-full)!important;font-family:var(--font-body)!important;font-size:0.88rem!important;font-weight:500!important;letter-spacing:0.08em;text-transform:uppercase;padding:1rem 2.5rem!important;cursor:pointer;transition:all var(--t-med)!important;box-shadow:0 4px 20px rgba(192,57,43,0.4)}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{box-shadow:0 8px 30px rgba(192,57,43,0.5)!important;transform:translateY(-2px)}

/* CART/CHECKOUT */
.woocommerce .cart-collaterals,.woocommerce-cart .cart_totals{background:var(--grad-card);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem}
input[type="text"],input[type="email"],input[type="password"],input[type="number"],textarea,select{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important;border-radius:var(--r-md)!important;padding:0.75rem 1rem!important;font-family:var(--font-body)!important;font-size:0.88rem!important;transition:border-color var(--t-fast)!important}
input:focus,textarea:focus,select:focus{outline:none!important;border-color:var(--primary)!important;box-shadow:0 0 0 3px rgba(192,57,43,0.15)!important}

/* FOOTER */
.site-footer{background:var(--bg2);border-top:1px solid var(--border);padding:6rem 0 2rem;margin-top:6rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1280px;margin:0 auto;padding:0 2rem}
.footer-brand{max-width:260px}
.footer-logo{display:flex;align-items:center;gap:0.75rem;margin-bottom:1rem;text-decoration:none}
.footer-logo-icon{width:34px;height:34px;background:var(--grad-fire);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.footer-logo-text{font-family:var(--font-display);font-size:1rem;font-weight:700;background:var(--grad-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.footer-tagline{font-size:0.82rem;color:var(--text-faint);line-height:1.6;margin-bottom:1.5rem}
.footer-col h4{font-size:0.72rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--text);margin-bottom:1.25rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:0.55rem}
.footer-col ul li a{color:var(--text-faint);font-size:0.82rem;text-decoration:none;transition:color var(--t-fast)}
.footer-col ul li a:hover{color:var(--text-muted)}
.footer-bottom{border-top:1px solid var(--border);padding:1.5rem 2rem;max-width:1280px;margin:2rem auto 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-bottom p{font-size:0.78rem;color:var(--text-faint);margin:0}
.footer-bottom-links{display:flex;gap:1.5rem}
.footer-bottom-links a{font-size:0.78rem;color:var(--text-faint);text-decoration:none;transition:color var(--t-fast)}
.footer-bottom-links a:hover{color:var(--text-muted)}
.footer-trust{display:flex;gap:0.75rem;flex-wrap:wrap;margin-top:1rem}
.footer-badge{display:flex;align-items:center;gap:0.4rem;font-size:0.72rem;color:var(--text-faint);background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:var(--r-sm);padding:0.35rem 0.7rem}

/* SITE MAIN */
.site-main{padding-top:72px;min-height:60vh}
.page-content{max-width:1280px;margin:0 auto;padding:4rem 2rem}
.woocommerce-notices-wrapper .woocommerce-message{background:var(--surface)!important;border-top-color:var(--primary)!important;color:var(--text)!important}
.woocommerce nav.woocommerce-pagination ul li a{background:var(--surface)!important;color:var(--text-muted)!important;border-color:var(--border)!important}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--primary)!important;color:white!important}

/* MOBILE */
@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){
  .site-nav{display:none}
  .site-nav.mobile-open{display:flex;flex-direction:column;position:fixed;top:72px;left:0;right:0;background:rgba(10,6,8,0.98);padding:2rem;gap:1.5rem;border-bottom:1px solid var(--border);z-index:999}
  .hamburger{display:flex}
  .header-inner{padding:0 1rem}
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important;gap:1rem}
  .categories-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;text-align:center}
  .trust-strip-inner{gap:1.5rem}
  .hero-title{font-size:2.2rem}
  .hero-actions{flex-direction:column}
}
@media(max-width:480px){.woocommerce ul.products{grid-template-columns:1fr!important}}

::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:var(--bg)}
::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}
::selection{background:rgba(192,57,43,0.3);color:var(--text)}