/*
Theme Name: Best Male Sexy Toys
Theme URI: https://wordpress.org/
Author: Custom Theme
Description: A stylish one-page WordPress blog theme for Best Male Sexy Toys. Content and images can be edited in WordPress.
Version: 1.0
License: GPL-2.0-or-later
Text Domain: best-male-sexy-toys
*/

:root{
  --pink:#ff2d75;
  --purple:#6d28d9;
  --dark:#120b1c;
  --cream:#fff8fc;
  --muted:#6b6273;
  --card:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--dark);line-height:1.65}
a{color:inherit}
.site-header{position:sticky;top:0;z-index:50;background:rgba(18,11,28,.94);backdrop-filter:blur(10px);color:#fff}
.nav-wrap{max-width:1150px;margin:auto;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{font-weight:900;font-size:20px;text-decoration:none;letter-spacing:-.5px}
.brand span{color:#ff6c9f}
.menu{display:flex;gap:22px;align-items:center}
.menu a{font-size:14px;text-decoration:none;opacity:.9}
.menu a:hover{color:#ff6c9f}
.hero{background:linear-gradient(135deg,#1b0c29 0%,#5d1a70 55%,#ff2d75 100%);color:#fff;padding:85px 22px 75px;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-150px;top:-180px;background:rgba(255,255,255,.09)}
.hero-inner{max-width:1150px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:center;position:relative;z-index:1}
.eyebrow{display:inline-block;padding:7px 12px;border:1px solid rgba(255,255,255,.3);border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:1.4px}
.hero h1{font-size:clamp(42px,6vw,72px);line-height:.98;margin:18px 0}
.hero p{font-size:18px;max-width:650px;color:#fbeaf3}
.btn{display:inline-block;background:#fff;color:#4d155e;padding:13px 22px;border-radius:999px;text-decoration:none;font-weight:800;margin-top:12px}
.hero-card{min-height:330px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.17),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.22);display:flex;align-items:center;justify-content:center;text-align:center;padding:35px;box-shadow:0 25px 70px rgba(0,0,0,.2)}
.placeholder-icon{font-size:82px}
.section{max-width:1150px;margin:auto;padding:65px 22px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.section h2{font-size:38px;line-height:1.1;margin:0}
.section-intro{color:var(--muted);max-width:650px}
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post-card{background:var(--card);border-radius:20px;overflow:hidden;box-shadow:0 10px 35px rgba(34,14,46,.08);border:1px solid #f1e5ee}
.post-image{height:190px;background:linear-gradient(135deg,#ffe0ec,#eadcff);display:flex;align-items:center;justify-content:center;font-size:56px}
.post-content{padding:23px}
.post-content h3{margin:7px 0 10px;font-size:22px;line-height:1.2}
.post-content p{margin:0 0 16px;color:var(--muted)}
.read-more{color:var(--pink);font-weight:800;text-decoration:none}
.about{background:#fff;border-radius:28px;padding:38px;box-shadow:0 10px 35px rgba(34,14,46,.07)}
.cta{background:linear-gradient(135deg,#6d28d9,#ff2d75);color:#fff;border-radius:28px;padding:45px}
.cta h2{margin:0 0 10px}
.site-footer{background:var(--dark);color:#d9cfdf;padding:38px 22px;text-align:center}
.site-footer a{color:#fff}
@media(max-width:800px){
 .hero-inner{grid-template-columns:1fr}
 .posts{grid-template-columns:1fr}
 .menu{display:none}
 .section-head{display:block}
}
