/* Kinkly — bold contemporary design system (prototype) */
:root{
  --orange:#EF8247;--orange-dark:#D8692C;--orange-ink:#7A3A12;
  --pink:#F3AAB4;--pink-soft:#FADEE2;--pink-tint:#FCEAEE;--pink-ink:#9A3A55;
  --gold:#E3CA53;--gold-soft:#FBF3D2;--gold-ink:#6E5A12;
  --ink:#16110F;--ink-soft:#4A423E;--muted:#8A807A;
  --cream:#FFF8F3;--line:#EFE7E1;--white:#fff;
  --r-md:14px;--r-lg:22px;--r-xl:30px;
  --display:'Sora',system-ui,-apple-system,sans-serif;--body:'Inter',system-ui,-apple-system,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--body);color:var(--ink);background:var(--white);line-height:1.7;font-size:clamp(16px,2.2vw,17px)}
.wrap{max-width:1180px;margin:0 auto;padding:0 clamp(16px,4vw,24px)}
a{color:var(--orange-dark);text-decoration:none}
h1,h2,h3,h4{font-family:var(--display);line-height:1.12;letter-spacing:-.02em}
img{max-width:100%}
.eyebrow{font-family:var(--display);font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:13px;color:var(--orange-dark)}
.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-weight:700;font-size:13px;letter-spacing:.05em;text-transform:uppercase;padding:12px 24px;border-radius:100px;cursor:pointer;border:0;transition:.18s}
.btn-fill{background:var(--ink);color:#fff}.btn-fill:hover{background:var(--orange-dark)}
.btn-coral{background:var(--orange);color:#fff}.btn-coral:hover{background:var(--orange-dark)}
.btn-ghost{border:2px solid var(--ink);color:var(--ink);background:transparent}.btn-ghost:hover{background:var(--ink);color:#fff}
.pill{display:inline-block;font-family:var(--display);font-weight:600;font-size:12px;letter-spacing:.06em;text-transform:uppercase;padding:5px 13px;border-radius:100px;background:var(--pink-soft);color:var(--pink-ink)}
.pill.gold{background:var(--gold-soft);color:var(--gold-ink)}

/* header */
header.site{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:70px;gap:18px}
.nav .logo img{height:32px;display:block}
.menu{display:flex;gap:26px;font-family:var(--display);font-weight:600;font-size:15px}
.menu a{color:var(--ink)}.menu a:hover,.menu a.active{color:var(--orange-dark)}
.nav-right{display:flex;align-items:center;gap:14px}
.burger{display:none;font-size:24px;background:none;border:0;cursor:pointer;color:var(--ink)}
.menu-logo{display:none}
.menu-backdrop{display:none}
@media(max-width:880px){
  .burger{display:block}
  .menu{display:flex;flex-direction:column;align-items:flex-start;gap:0;position:fixed;top:0;right:0;height:100vh;width:min(84vw,350px);background:var(--white);padding:22px 28px 40px;box-shadow:none;transform:translateX(100%);transition:transform .32s cubic-bezier(.4,0,.2,1),box-shadow .32s ease;z-index:200;overflow-y:auto}
  .menu.open{transform:translateX(0);box-shadow:-22px 0 60px -24px rgba(22,17,15,.45)}
  .menu a{padding:15px 0;font-size:17px;width:100%;border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.02em}
  .menu-logo{display:block;border-bottom:0!important;padding:4px 0 22px!important}
  .menu-logo img{height:36px;width:auto}
  .menu-backdrop{display:block;position:fixed;inset:0;background:rgba(22,17,15,.5);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:199}
  .menu-backdrop.open{opacity:1;visibility:visible}
}

/* page head */
.page-head{padding:clamp(30px,5vw,54px) 0 clamp(20px,3vw,30px)}
.page-head .crumbs{font-family:var(--display);font-weight:600;font-size:13px;color:var(--muted);margin-bottom:14px}
.page-head h1{font-size:clamp(34px,6vw,60px);font-weight:800;margin-bottom:14px}
.page-head p{color:var(--ink-soft);max-width:60ch;font-size:18px}
.page-head.tinted{background:radial-gradient(circle at 88% 15%,var(--pink-soft) 0,transparent 42%),radial-gradient(circle at 6% 95%,var(--gold-soft) 0,transparent 40%)}

/* SELECTORS (special) */
.filters{display:flex;flex-direction:column;gap:16px;margin:8px 0 30px}
.filter-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.filter-row .lbl{font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-right:4px;min-width:96px}
.chip{font-family:var(--display);font-weight:600;font-size:13px;padding:8px 16px;border-radius:100px;border:1.5px solid var(--line);background:#fff;color:var(--ink-soft);cursor:pointer;transition:.15s;white-space:nowrap}
.chip:hover{border-color:var(--orange)}
.chip.active{background:var(--orange);border-color:var(--orange);color:#fff}
.chip .n{opacity:.6;font-weight:500;margin-left:4px}
.searchbar{display:flex;background:#fff;border:1.5px solid var(--line);border-radius:100px;padding:5px;max-width:520px}
.searchbar input{flex:1;border:0;background:transparent;padding:0 18px;font-family:var(--body);font-size:16px;outline:none;color:var(--ink)}
.searchbar button{border:0;background:var(--ink);color:#fff;width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:17px}
/* A-Z bar */
.az{display:flex;flex-wrap:wrap;gap:7px;margin:6px 0 4px}
.az a,.az button{width:40px;height:40px;border-radius:11px;background:#fff;border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:700;font-size:15px;text-transform:uppercase;color:var(--ink);cursor:pointer}
.az a:hover,.az button:hover{border-color:var(--orange);color:var(--orange-dark)}
.az .active{background:var(--orange);border-color:var(--orange);color:#fff}
.result-count{font-family:var(--display);font-weight:600;font-size:14px;color:var(--muted);margin-bottom:18px}

/* grids & cards */
.grid{display:grid;gap:24px}
.g2{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;transition:.2s;color:inherit}
.card:hover{transform:translateY(-5px);box-shadow:0 16px 36px -22px rgba(22,17,15,.35)}
.card .thumb{aspect-ratio:16/10;background:var(--pink-soft);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.card .thumb img{width:100%;height:100%;object-fit:cover}
.card .thumb.contain{background:var(--pink-soft)}.card .thumb.contain img{object-fit:contain;padding:14px}
.card .ph{color:var(--pink-ink);font-family:var(--display);font-weight:600;font-size:12px}
.card .bd{padding:16px 18px 20px}
.card .pill{margin-bottom:10px}
.card h3{font-size:19px;font-weight:700;line-height:1.18;margin-bottom:6px}
.card:hover h3{color:var(--orange-dark)}
.card .ex{font-size:14px;color:var(--muted);line-height:1.5}
.card .meta{font-size:13px;color:var(--muted);font-family:var(--display);font-weight:500;margin-top:10px}
.hidden{display:none!important}

/* dictionary list */
.dict-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}
.term{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:16px 18px;color:inherit;display:block;transition:.15s}
.term:hover{border-color:var(--orange);transform:translateY(-3px)}
.term h3{font-size:18px;font-weight:700;margin-bottom:4px}.term:hover h3{color:var(--orange-dark)}
.term p{font-size:13px;color:var(--muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* section blocks */
.section{padding:clamp(36px,5vw,56px) 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:28px}
.section-head h2{font-size:clamp(26px,4vw,38px);font-weight:800}
.tinted-band{background:var(--pink-soft)}

/* hero (home) */
.hero{padding:48px 0 26px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.hero h1{font-size:clamp(36px,6vw,60px);font-weight:800;margin:16px 0 18px}
.hero h1 .u{background:linear-gradient(180deg,transparent 60%,var(--pink-soft) 60%)}
.hero p{font-size:19px;color:var(--ink-soft);max-width:36ch;margin-bottom:26px}
.hero-card{border-radius:var(--r-xl);overflow:hidden;background:var(--pink-soft);aspect-ratio:4/3;position:relative;display:flex;align-items:flex-end;padding:28px;color:#fff}
.hero-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-card .scrim{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(22,17,15,.8))}
.hero-card h3{position:relative;font-size:24px;font-weight:800;text-shadow:0 2px 16px rgba(0,0,0,.4)}
.hero-card .pill{position:absolute;top:20px;left:20px;background:var(--orange);color:#fff;z-index:2}

/* article single */
.a-hero{position:relative;border-radius:var(--r-xl);overflow:hidden;margin-top:16px;min-height:clamp(320px,48vw,480px);display:flex;align-items:flex-end}
.a-hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.a-hero .scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(22,17,15,.05),rgba(22,17,15,.32) 45%,rgba(22,17,15,.86))}
.a-hero .inner{position:relative;z-index:2;padding:clamp(20px,4vw,44px);color:#fff;width:100%}
.a-hero .cat{display:inline-block;background:var(--orange);color:#fff;font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:14px}
.a-hero h1{font-size:clamp(26px,5vw,52px);font-weight:800;color:#fff;max-width:20ch;margin-bottom:16px;text-shadow:0 2px 22px rgba(0,0,0,.4)}
.by{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-family:var(--display);font-weight:500;font-size:14px;color:rgba(255,255,255,.92)}
.avatar{width:38px;height:38px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:700;flex:none}
.dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.6)}
.reviewed{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.16);color:#fff;font-family:var(--display);font-weight:600;font-size:13px;padding:6px 14px;border-radius:100px}
.layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:clamp(28px,5vw,48px);margin:clamp(28px,5vw,44px) 0}
.takeaways{background:var(--pink-soft);border:1px solid var(--pink);border-radius:var(--r-lg);padding:clamp(20px,4vw,26px);margin-bottom:30px}
.takeaways .lbl{font-family:var(--display);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:13px;color:var(--orange-dark);margin-bottom:12px}
.takeaways ul{list-style:none}.takeaways li{padding:7px 0 7px 28px;position:relative;color:var(--ink)}
.takeaways li::before{content:"\2713";position:absolute;left:0;color:var(--orange);font-weight:700}
.body p{margin:0 0 20px}
.body h2{font-size:clamp(23px,4vw,30px);font-weight:800;margin:42px 0 8px;padding-top:28px;border-top:2px solid var(--line);counter-increment:sec}
.body h2::before{content:counter(sec,decimal-leading-zero);font-size:14px;color:var(--orange-dark);letter-spacing:.1em;display:block;margin-bottom:6px}
.body{counter-reset:sec}.body h2 a{color:inherit}.body h3{font-size:22px;font-weight:700;margin:26px 0 8px}
.body img{width:100%;height:auto;border-radius:var(--r-lg);margin:24px 0 4px;border:1px solid var(--line)}
.body figure{margin:26px 0}.body figcaption{font-family:var(--display);font-size:13px;color:var(--muted);text-align:center;margin-top:6px}
.body ul,.body ol{margin:0 0 22px 0;padding-left:0;list-style:none;display:grid;gap:12px}
.body ul li,.body ol li{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:14px 18px 14px 48px;position:relative;counter-increment:li}
.body ul li::before{content:"";position:absolute;left:16px;top:19px;width:16px;height:16px;border-radius:50%;background:var(--orange)}
.body ol li::before{content:counter(li);position:absolute;left:14px;top:13px;width:24px;height:24px;border-radius:8px;background:var(--orange);color:#fff;font-family:var(--display);font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}
.body ol{counter-reset:li}
.callout{border-radius:var(--r-md);padding:18px 22px 18px 52px;margin:24px 0;position:relative;border:1px solid}
.callout .ic{position:absolute;left:18px;top:18px;font-size:19px}
.c-tip{background:var(--gold-soft);border-color:var(--gold);color:var(--gold-ink)}
.c-note{background:var(--pink-soft);border-color:var(--pink);color:var(--pink-ink)}
.c-key{background:#FCE9DD;border-color:#F0997B;color:var(--orange-ink)}
.toc{position:sticky;top:90px;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:22px}
.toc .lbl{font-family:var(--display);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:var(--orange-dark);margin-bottom:12px}
.toc a{display:block;color:var(--ink-soft);font-size:14px;padding:7px 0 7px 14px;border-left:2px solid var(--line)}
.toc a:hover{color:var(--ink);border-color:var(--orange)}
.ad-side{margin-top:20px;height:300px;border:1px dashed var(--line);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;color:var(--muted);font-family:var(--display);font-weight:600;font-size:12px;text-align:center}
.ad{margin:28px auto;max-width:728px;height:90px;border:1px dashed var(--line);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-family:var(--display);font-weight:600;font-size:12px}
.toc-m{display:none;border:1px solid var(--line);border-radius:var(--r-md);background:#fff;margin:22px 0;overflow:hidden}
.toc-m summary{font-family:var(--display);font-weight:700;font-size:14px;padding:15px 18px;cursor:pointer;list-style:none;display:flex;justify-content:space-between}
.toc-m summary::-webkit-details-marker{display:none}
.toc-m a{display:block;padding:10px 18px;border-top:1px solid var(--line);color:var(--ink-soft);font-size:15px}

/* position single */
.pos-hero{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;background:var(--pink-soft);border-radius:var(--r-xl);padding:clamp(22px,4vw,40px);margin-top:18px}
.pos-hero .ill{background:#fff;border-radius:var(--r-lg);padding:18px;display:flex;align-items:center;justify-content:center;aspect-ratio:16/11}
.pos-hero .ill img{max-width:100%;max-height:100%;object-fit:contain}
.pos-hero h1{font-size:clamp(28px,5vw,46px);font-weight:800;margin-bottom:14px}
.pos-tax{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}

/* footer */
footer.site{background:var(--ink);color:#fff;margin-top:56px;padding:56px 0 30px}
footer.site .cols{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:34px;margin-bottom:40px}
footer.site h4{font-family:var(--display);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:16px}
footer.site a{display:block;color:rgba(255,255,255,.72);font-size:15px;margin-bottom:10px}
footer.site a:hover{color:#fff}
footer.site .tag{color:rgba(255,255,255,.6);font-size:14px;max-width:30ch}
footer.site img.flogo{height:34px;margin-bottom:14px;display:block}
.foot-news{display:flex;background:rgba(255,255,255,.1);border-radius:100px;padding:5px;margin-top:8px}
.foot-news input{flex:1;border:0;background:transparent;color:#fff;padding:0 16px;outline:none;font-family:var(--body)}
.foot-news button{border:0;background:var(--orange);color:#fff;width:42px;height:42px;border-radius:50%;cursor:pointer}
.foot-bot{border-top:1px solid rgba(255,255,255,.15);padding-top:22px;display:flex;justify-content:space-between;color:rgba(255,255,255,.5);font-size:13px;flex-wrap:wrap;gap:10px}

@media(max-width:880px){
  .g4{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(2,1fr)}.g2{grid-template-columns:1fr}
  .hero-grid{grid-template-columns:1fr}.layout{grid-template-columns:1fr}.pos-hero{grid-template-columns:1fr}
  aside.side{display:none}.toc-m{display:block}
  footer.site .cols{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){.g4,.g3{grid-template-columns:1fr}footer.site .cols{grid-template-columns:1fr}.filter-row .lbl{min-width:100%}}

/* ===== full-bleed 2-tone section headers ===== */
.hdr{padding:clamp(34px,6vw,74px) 0;position:relative}
.hdr .crumbs{font-family:var(--display);font-weight:600;font-size:13px;color:var(--ink-soft);opacity:.85;margin-bottom:14px}
.hdr .crumbs a{color:var(--ink-soft)}
.hdr h1{font-size:clamp(32px,6vw,58px);font-weight:800;margin-bottom:14px}
.hdr p{color:var(--ink-soft);max-width:62ch;font-size:18px}
.hdr.center{text-align:center}.hdr.center p{margin-left:auto;margin-right:auto}
.hdr-art{background:linear-gradient(115deg,var(--pink-soft),#FFE3D0)}
.hdr-rev{background:linear-gradient(115deg,var(--gold-soft),var(--pink-soft))}
.hdr-pos{background:linear-gradient(115deg,#FFE0D0,var(--pink))}
.hdr-dict{background:linear-gradient(115deg,var(--gold-soft),#FFE0D0)}
.hdr-guide{background:linear-gradient(115deg,#FCE9DD,var(--gold-soft))}
.hdr-qa{background:linear-gradient(115deg,var(--pink),var(--gold-soft))}
.hdr-search{max-width:560px;margin:22px auto 0}

/* ===== position cards: white art + colored bottom ===== */
.pcard{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;transition:.2s;color:inherit}
.pcard:hover{transform:translateY(-5px);box-shadow:0 16px 36px -22px rgba(22,17,15,.35)}
.pcard .ill{background:#fff;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:12px}
.pcard .ill img{max-width:100%;max-height:100%;object-fit:contain}
.pcard .ill .ph{color:var(--pink-ink);font-family:var(--display);font-weight:600;font-size:12px}
.pcard .cap{background:var(--pink-soft);padding:13px 16px;border-top:1px solid var(--line)}
.pcard:nth-child(4n+2) .cap{background:var(--gold-soft)}
.pcard:nth-child(4n+3) .cap{background:#FCE9DD}
.pcard:nth-child(4n) .cap{background:var(--pink-tint)}
.pcard h3{font-size:16px;font-weight:700;line-height:1.2}
.pcard:hover h3{color:var(--orange-dark)}

/* ===== position browse rows (no filters) ===== */
.row-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:36px 0 16px}
.row-head h2{font-size:clamp(21px,3.5vw,28px);font-weight:800}
.row-head .count{font-family:var(--display);font-weight:600;font-size:13px;color:var(--muted);white-space:nowrap}
.scroller{display:grid;grid-auto-flow:column;grid-auto-columns:78%;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;-webkit-overflow-scrolling:touch}
.scroller>*{scroll-snap-align:start}
@media(min-width:620px){.scroller{grid-auto-columns:minmax(200px,1fr)}}
@media(min-width:881px){.scroller{grid-auto-flow:row;grid-template-columns:repeat(5,1fr);overflow:visible}}

/* author chip on cards */
.author{display:flex;align-items:center;gap:8px;margin-top:12px;font-family:var(--display);font-weight:600;font-size:13px;color:var(--ink-soft)}
.author img,.author .ava{width:24px;height:24px;border-radius:50%;object-fit:cover;flex:none}
.author .ava{background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}
/* article author row */
.author-row{display:flex;gap:20px;align-items:flex-start;margin:44px 0 8px;padding:26px;border-radius:var(--r-lg);background:linear-gradient(135deg,var(--cream),var(--pink-tint));border:1px solid var(--line);box-shadow:0 14px 34px -24px rgba(22,17,15,.4)}
.author-row .ar-ava{flex:none}
.author-row .ar-ava img,.author-row .ar-ava .ph-ava{width:72px;height:72px;border-radius:50%;object-fit:cover;display:block;box-shadow:0 0 0 3px var(--white),0 0 0 5px var(--orange)}
.author-row .ar-ava .ph-ava{display:flex;align-items:center;justify-content:center;background:var(--orange);color:#fff;font-family:var(--display);font-weight:700;font-size:28px}
.ar-label{font-family:var(--display);font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:12px;color:var(--orange-dark)}
.ar-name{font-size:21px;margin:3px 0 8px}
.ar-bio{font-size:15px;color:var(--ink-soft);line-height:1.65;margin:0}
.ar-link{display:inline-block;margin-top:12px;font-family:var(--display);font-weight:700;font-size:13px;letter-spacing:.04em;color:var(--orange-dark)}
.ar-link:hover{color:var(--ink)}
@media(max-width:560px){.author-row{flex-direction:column;gap:14px;padding:22px}.author-row .ar-ava img,.author-row .ar-ava .ph-ava{width:60px;height:60px}}

/* ===== how-to (downloadable guide) — unique look ===== */
.guide-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:24px;display:flex;flex-direction:column;gap:12px;color:inherit;transition:.2s}
.guide-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px -22px rgba(22,17,15,.35);border-color:var(--gold)}
.guide-card .gicon{width:50px;height:50px;border-radius:14px;background:var(--gold-soft);color:var(--gold-ink);display:flex;align-items:center;justify-content:center;font-size:24px}
.guide-card .gtag{font-family:var(--display);font-weight:700;font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:var(--gold-ink)}
.guide-card h3{font-size:19px;font-weight:700;line-height:1.22}
.guide-card .dl{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--orange-dark);padding-top:6px}

/* download form */
.dlform{background:var(--ink);color:#fff;border-radius:var(--r-xl);padding:clamp(24px,4vw,40px);text-align:center;margin:8px 0 30px}
.dlform .gtag{color:var(--gold)}
.dlform h3{color:#fff;font-size:clamp(22px,3.5vw,30px);font-weight:800;margin:6px 0 8px}
.dlform p{color:rgba(255,255,255,.72);max-width:48ch;margin:0 auto 20px}
.dlform form{display:flex;flex-wrap:wrap;gap:10px;max-width:540px;margin:0 auto;justify-content:center}
.dlform input{flex:1;min-width:190px;border:0;border-radius:100px;padding:14px 20px;font-family:var(--body);font-size:15px}
.dlform button{border:0;background:var(--orange);color:#fff;font-family:var(--display);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.04em;padding:14px 30px;border-radius:100px;cursor:pointer}
.dlform button:hover{background:var(--orange-dark)}

/* ===== Q&A ===== */
.qa-list{display:flex;flex-direction:column;gap:16px;max-width:840px;margin:0 auto}
.qa-q{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 30px 24px;position:relative;overflow:hidden;display:block;color:inherit}
.qa-q:hover{border-color:var(--orange)}
.qa-q .qmark{position:absolute;top:-26px;left:12px;font-family:var(--display);font-weight:800;font-size:130px;line-height:1;color:var(--pink);opacity:.22}
.qa-q h3{position:relative;font-size:clamp(20px,3vw,25px);font-weight:700;line-height:1.32;margin-bottom:8px}
.qa-q .peek{position:relative;color:var(--muted);font-size:15px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.qa-q .ask{position:relative;font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--orange-dark);margin-top:10px;display:inline-block}
/* single: question quote + iOS answer bubble */
.qa-wrap{max-width:760px;margin:0 auto}
.qa-quote{position:relative;padding:30px 0 6px 0}
.qa-quote .qmark{font-family:var(--display);font-weight:800;font-size:120px;color:var(--pink);opacity:.3;line-height:.55;display:block}
.qa-quote h2{font-size:clamp(22px,3.4vw,30px);font-weight:700;line-height:1.3;margin-top:-30px}
.msg{display:flex;gap:12px;align-items:flex-end;margin:24px 0}
.msg .ava{width:48px;height:48px;border-radius:50%;flex:none;object-fit:cover;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:700;font-size:16px}
.msg .bubble{background:#fff;border:1px solid var(--line);border-radius:22px 22px 22px 6px;padding:18px 24px}
.msg .who{font-family:var(--display);font-weight:700;font-size:13px;color:var(--orange-dark);margin-bottom:8px}
.msg .bubble p:last-child{margin-bottom:0}

/* card meta row: author + traffic */
.cardmeta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;flex-wrap:wrap}
.cardmeta .author{margin-top:0}
.views{font-family:var(--display);font-weight:700;font-size:12px;color:var(--orange-ink);background:var(--gold-soft);padding:4px 11px;border-radius:100px;white-space:nowrap}

/* ============ HOME REFINEMENTS (batch) ============ */
/* equal-height cards, title 3-line clamp, meta locked to bottom */
.card{height:100%}
.card .bd{display:flex;flex-direction:column;flex:1}
.card h3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.55em}
.cardmeta{margin-top:auto}
.grid{align-items:stretch}
/* hero mobile padding */
@media(max-width:880px){.hero{padding:24px 0 16px}.hero h1{margin:10px 0 14px}.hero-card{aspect-ratio:16/10}}
/* featured: mobile shows 3 + see-all button */
.see-all-m{display:none}
@media(max-width:880px){.feat-grid>*:nth-child(n+4){display:none}.see-all-m{display:flex;justify-content:center;margin-top:18px}}

/* positions: uniform card, locked image height, single caption colour */
.pcard .ill{height:150px;aspect-ratio:auto}
.pcard:nth-child(4n+2) .cap,.pcard:nth-child(4n+3) .cap,.pcard:nth-child(4n) .cap{background:var(--pink-soft)}
.pcard .cap{flex:1;display:flex;align-items:center}
@media(max-width:880px){.pcard .ill{height:120px}}
/* home positions: desktop 4-up grid; mobile 2-row sideways scroll w/ peek + nudge */
.pos-home{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
@media(max-width:880px){
  .pos-home{grid-template-columns:none;grid-auto-flow:column;grid-template-rows:1fr 1fr;grid-auto-columns:42%;
    overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px;-webkit-overflow-scrolling:touch;animation:nudge 1.8s ease .7s 2}
  .pos-home>*{scroll-snap-align:start}}
@keyframes nudge{0%,100%{transform:translateX(0)}35%{transform:translateX(-30px)}70%{transform:translateX(0)}}

/* how-to: tall cards (image / title / desc / button) */
.guide-card{padding:0;overflow:hidden;gap:0}
.guide-card .gimg{height:170px;background:var(--gold-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}
.guide-card .gimg img{width:100%;height:100%;object-fit:cover}
.guide-card .gbody{padding:20px 22px;display:flex;flex-direction:column;gap:10px;flex:1}
.guide-card .gdesc{font-size:14px;color:var(--muted);line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.guide-card .gbtn{align-self:flex-start;background:var(--ink);color:#fff;font-family:var(--display);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.05em;padding:11px 20px;border-radius:100px;margin-top:4px}
.guide-card:hover .gbtn{background:var(--orange-dark)}

/* BDSM section: dark gray + pink, logo dots, minimal orange */
.bdsm{background:#2C2C2A;color:#fff;position:relative;overflow:hidden;border-radius:var(--r-xl);padding:clamp(28px,5vw,52px)}
.bdsm .dot{position:absolute;border-radius:50%;z-index:0;opacity:.9}
.bdsm .inner{position:relative;z-index:1}
.bdsm .section-head h2{color:var(--pink)}
.bdsm h3{color:var(--gold)}
.bdsm .btn-ghost{border-color:var(--pink);color:var(--pink)}
.bdsm .btn-ghost:hover{background:var(--pink);color:#2C2C2A}
.bdsm .card,.bdsm .guide-card{background:#3a3a37;border-color:#4a4a46}
.bdsm .card h3,.bdsm .guide-card h3{color:#fff}
.bdsm .pcard .ill{background:#fff}
.bdsm .pcard .cap{background:#3a3a37;border-color:#4a4a46}
.bdsm .pcard h3{color:#fff}
.bdsm .gdesc,.bdsm .author{color:#c9c7c0}
.bdsm .views{background:rgba(227,202,83,.2);color:var(--gold)}

/* QnA promo (home) — animated gradient + floating circles + rotating questions */
.qa-promo{position:relative;overflow:hidden;border-radius:var(--r-xl);padding:clamp(40px,7vw,80px) clamp(20px,4vw,40px);text-align:center;
  background:linear-gradient(120deg,var(--pink),var(--gold),var(--pink),#F6C9A0);background-size:300% 300%;animation:promoshift 16s ease infinite}
@keyframes promoshift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.qa-promo .float{position:absolute;border-radius:50%;background:rgba(255,255,255,.3);filter:blur(22px);z-index:0;animation:floaty 16s ease-in-out infinite}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-24px)}}
.qa-promo .pinner{position:relative;z-index:1;max-width:780px;margin:0 auto}
.qa-promo .plabel{font-family:var(--display);font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:13px;color:var(--ink);opacity:.65;margin-bottom:26px}
.qa-promo .pq{position:relative;min-height:170px;display:flex;align-items:center;justify-content:center}
.qa-promo .pq .q{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .8s ease;
  font-family:var(--display);font-weight:800;font-size:clamp(22px,3.8vw,40px);line-height:1.2;color:var(--ink);padding:0 10px}
.qa-promo .pq .q.show{opacity:1}
.qa-promo .pbtn{display:inline-block;margin-top:22px;background:var(--pink-ink);color:#fff;font-family:var(--display);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.05em;padding:14px 30px;border-radius:100px}
.qa-promo .pbtn:hover{background:#7a243e}

/* QnA single — iOS question + comments */
.ios-q{display:flex;gap:12px;align-items:flex-start;margin:4px 0 22px}
.ios-q .ic{width:46px;height:46px;border-radius:50%;background:var(--gold-soft);color:var(--gold-ink);display:flex;align-items:center;justify-content:center;font-size:22px;flex:none}
.ios-q .bubble{background:var(--pink-soft);border-radius:6px 22px 22px 22px;padding:15px 22px;font-family:var(--display);font-weight:700;font-size:clamp(18px,2.6vw,23px);line-height:1.32;color:var(--ink)}
.comments{max-width:760px;margin:26px 0 0}
.comments h3{font-size:19px;margin-bottom:6px}
.comment-thread{margin:8px 0}
.comment-box{display:flex;gap:10px;align-items:center;margin-top:14px}
.comment-box .ava{width:42px;height:42px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:700;flex:none}
.comment-box .field{flex:1;display:flex;background:#fff;border:1.5px solid var(--line);border-radius:100px;padding:5px}
.comment-box input{flex:1;border:0;background:transparent;padding:0 16px;font-family:var(--body);font-size:15px;outline:none}
.comment-box button{border:0;background:var(--orange);color:#fff;width:42px;height:42px;border-radius:50%;cursor:pointer;font-size:18px}
.cbubble{display:flex;gap:10px;align-items:flex-end;margin:14px 0;animation:pop .3s ease}
@keyframes pop{from{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:none}}
.cbubble.me{flex-direction:row-reverse}
.cbubble .ava{width:38px;height:38px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:700;font-size:14px;color:#fff;background:var(--muted)}
.cbubble.me .ava{background:var(--orange)}
.cbubble .b{background:#fff;border:1px solid var(--line);border-radius:18px;padding:11px 18px;max-width:78%}
.cbubble.me .b{background:var(--pink-soft);border-color:var(--pink)}
.cbubble .who{font-family:var(--display);font-weight:700;font-size:12px;color:var(--orange-dark);margin-bottom:3px}
.reveal-comments{display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-weight:700;font-size:13px;color:var(--orange-dark);cursor:pointer;margin-top:12px;background:none;border:0}
.more-comments{display:none}.more-comments.open{display:block}

/* mobile: filter chips scroll horizontally so results stay above the fold */
@media(max-width:880px){
  .filters{gap:10px}
  .filter-row{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:5px}
  .filter-row .lbl{min-width:auto;white-space:nowrap}
}

/* ============ BATCH 3 ============ */
/* category as a thin dark band on the card top (replaces pill) */
.card .thumb{position:relative}
.cat-band{position:absolute;top:0;left:0;right:0;background:#2C2C2A;color:#fff;font-family:var(--display);font-weight:600;font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:7px 14px;z-index:2}
.cat-band.rel{position:relative;right:auto;display:inline-block;border-radius:100px;padding:5px 14px;margin-bottom:10px}

/* position card image: 1x1 on a soft gradient (so it never clashes with pink caption) */
.pcard .ill{aspect-ratio:1/1;height:auto;background:linear-gradient(135deg,var(--pink-soft),var(--gold-soft))}
@media(max-width:880px){.pcard .ill{height:auto}}

/* webinar cards — distinct video style */
.web-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;color:inherit;transition:.2s}
.web-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px -22px rgba(22,17,15,.35)}
.web-card .wimg{position:relative;aspect-ratio:16/9;background:#2C2C2A;overflow:hidden;display:flex;align-items:center;justify-content:center}
.web-card .wimg img{width:100%;height:100%;object-fit:cover;opacity:.82}
.play{position:absolute;width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.94);color:var(--ink);display:flex;align-items:center;justify-content:center;font-size:18px;padding-left:4px}
.web-card .wbody{padding:16px 18px 20px;display:flex;flex-direction:column;gap:8px;flex:1}
.web-card .wtag{font-family:var(--display);font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--pink-ink)}
.web-card h3{font-size:18px;font-weight:700;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.web-card .wcta{margin-top:auto;font-family:var(--display);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--orange-dark)}
.web-hero .web-screen{position:relative;aspect-ratio:16/9;max-height:460px;background:#2C2C2A;border-radius:var(--r-xl);overflow:hidden;display:flex;align-items:center;justify-content:center}
.web-hero .web-screen img{width:100%;height:100%;object-fit:cover;opacity:.8}
.play.big{width:84px;height:84px;font-size:30px;padding-left:6px}

/* topic module: 1 big + 2 small */
.topic-feat{display:grid;grid-template-columns:1.5fr 1fr;gap:22px}
.tsmall{display:grid;grid-template-rows:1fr 1fr;gap:22px}
.tbig{position:relative;border-radius:var(--r-lg);overflow:hidden;display:flex;align-items:flex-end;min-height:340px;color:#fff;background:var(--ink)}
.tbig img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.tbig .scrim{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(22,17,15,.85))}
.tbig .tb-in{position:relative;z-index:1;padding:26px}
.tbig h3{color:#fff;font-size:clamp(22px,3vw,30px);font-weight:800;text-shadow:0 2px 16px rgba(0,0,0,.45)}
.tsub{margin:30px 0 14px;font-size:20px}
.bdsm .tsub{color:var(--gold)}
@media(max-width:880px){.topic-feat{grid-template-columns:1fr}.tsmall{grid-template-rows:none}}

/* ============ BATCH 4 ============ */
/* remove cropping: card / guide / webinar images show full, natural ratio */
.card .thumb{aspect-ratio:auto;height:auto;display:block;background:var(--pink-soft);overflow:visible}
.card .thumb img{width:100%;height:auto;display:block;object-fit:fill}
.card .ph{display:block;padding:46px 12px;text-align:center}
.guide-card .gimg{height:auto;aspect-ratio:auto;background:none;display:block}
.guide-card .gimg img{width:100%;height:auto;display:block}
.web-card .wimg{aspect-ratio:auto;height:auto;min-height:60px;background:#2C2C2A}
.web-card .wimg img{width:100%;height:auto;display:block;opacity:.92}

/* position cards: uniform height, image fits 1x1, soft light section bg for contrast */
.pcard{height:100%}
.pcard .ill{aspect-ratio:1/1;height:auto;background:linear-gradient(135deg,#fff,var(--pink-soft));display:flex;align-items:center;justify-content:center}
.pcard .ill img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.pos-section{background:linear-gradient(180deg,#ffffff 0%,#FFF8F3 55%,#F2E8DA 100%)}
.pos-section.tinted-band{background:linear-gradient(180deg,#ffffff,#FFF8F3 55%,#F2E8DA)}

/* table fix (wide tables scroll on mobile) */
.body table{width:100%;border-collapse:collapse;margin:24px 0;font-size:15px;display:block;overflow-x:auto}
.body table th,.body table td{border:1px solid var(--line);padding:10px 14px;text-align:left;vertical-align:top;min-width:90px}
.body table thead th,.body table tr:first-child td{background:var(--pink-soft);font-family:var(--display);font-weight:700;color:var(--ink)}
.body table tr:nth-child(even) td{background:#FFF8F3}

/* empty aside (after ad removal) collapses to full width */
aside.side:empty{display:none}
.layout:has(aside.side:empty){grid-template-columns:minmax(0,1fr)}

/* edge-to-edge home sections */
.qa-promo.fb,.bdsm.fb{border-radius:0}
/* edge-to-edge Q&A promo on topic pages (breaks out of .wrap) */
.qa-edge{margin:36px calc(50% - 50vw) 0;width:100vw}
.qa-edge .qa-promo{border-radius:0}
.bdsm.fb{padding:clamp(34px,5vw,60px) 0}
.bdsm.fb .inner.wrap{position:relative;z-index:1}

/* positions search + dropdown filter (old-blog structure, modernised) */
.pos-search{display:flex;gap:14px;margin-bottom:16px;flex-wrap:wrap}
.pos-q{flex:1;min-width:240px;border:2px solid var(--ink);border-radius:4px;padding:0 22px;height:62px;font-family:var(--body);font-size:17px;outline:none;color:var(--ink)}
.pos-go{background:var(--ink);color:#fff;border:0;border-radius:4px;font-family:var(--display);font-weight:700;font-size:15px;letter-spacing:.05em;padding:0 28px;height:62px;display:inline-flex;align-items:center;gap:10px;cursor:pointer}
.pos-surprise{background:var(--gold);color:var(--ink);border:2px dashed var(--ink);border-radius:4px;font-family:var(--display);font-weight:700;font-size:15px;letter-spacing:.05em;padding:0 26px;height:62px;display:inline-flex;align-items:center;gap:8px;text-decoration:none}
.pos-filter{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:26px}
.filterby{display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-weight:600;font-size:16px;color:var(--ink)}
.pos-select{appearance:none;-webkit-appearance:none;background:#ECEAE4;border:0;border-radius:4px;padding:0 40px 0 18px;height:52px;font-family:var(--body);font-size:15px;color:var(--ink);cursor:pointer;min-width:150px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 14px center}
.pos-all{background:var(--orange);color:#fff;border:0;border-radius:4px;font-family:var(--display);font-weight:700;font-size:15px;padding:0 24px;height:52px;display:inline-flex;align-items:center;gap:8px;text-decoration:none}
@media(max-width:780px){.pos-search,.pos-filter{flex-direction:column;align-items:stretch}.pos-q,.pos-go,.pos-surprise,.pos-select,.pos-all{width:100%;justify-content:center}.filterby{justify-content:flex-start}}

/* ===== FOOTER (recreated, white) ===== */
footer.site{background:#fff;color:var(--ink);border-top:1px solid var(--line);margin-top:56px;padding:46px 0 28px}
footer.site a{color:var(--ink-soft)}
footer.site .foot-connect{display:flex;align-items:center;gap:26px;flex-wrap:wrap}
footer.site .foot-head{font-family:var(--display);font-weight:800;font-size:22px}
footer.site .socials{display:flex;gap:8px;flex-wrap:wrap}
footer.site .socials img{width:34px;height:34px;display:block;border-radius:50%}
footer.site .foot-sep{height:1px;background:var(--line);margin:22px 0}
footer.site .foot-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:8px}
footer.site .foot-title{font-family:var(--display);font-weight:700;font-size:13px;letter-spacing:.08em;color:var(--ink);margin-bottom:12px}
footer.site .link-group a{display:block;font-size:14px;margin-bottom:9px;text-transform:capitalize}
footer.site .link-group a:hover,footer.site .foot-az a:hover,footer.site .foot-copy a:hover{color:var(--orange-dark)}
footer.site .foot-dict{display:flex;gap:12px;align-items:baseline;flex-wrap:wrap;padding:18px 0;margin-top:14px;border-top:1px solid var(--line)}
footer.site .fd-label{font-family:var(--display);font-weight:700;font-size:13px;letter-spacing:.06em}
footer.site .foot-az{display:flex;flex-wrap:wrap;gap:2px}
footer.site .foot-az a{font-family:var(--display);font-weight:600;font-size:13px;padding:2px 6px;text-transform:uppercase}
footer.site .foot-copy{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:20px;color:var(--muted);font-size:13px}
footer.site .foot-follow{display:flex;align-items:center;gap:12px}
@media(max-width:780px){footer.site .foot-cols{grid-template-columns:1fr 1fr}}

/* ============ BATCH 4b ============ */
/* no play button over webinar images */
.play{display:none!important}
/* QnA promo: two buttons (specific answer + browse all) */
.qa-promo .pbtns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:22px}
.qa-promo .pbtn{margin-top:0}
.qa-promo .pall{display:inline-block;background:rgba(22,17,15,.14);color:var(--ink);font-family:var(--display);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.05em;padding:14px 26px;border-radius:100px}
.qa-promo .pall:hover{background:rgba(22,17,15,.24)}
/* comments reveal as native <details> (works without JS) */
.more-c{margin-top:14px}
.more-c summary{display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-weight:700;font-size:13px;color:var(--orange-dark);cursor:pointer;list-style:none}
.more-c summary::-webkit-details-marker{display:none}
.more-c summary::before{content:"\25BE";font-size:12px}
.more-c[open] summary::before{content:"\25B4"}
.more-c[open] summary{margin-bottom:12px}

/* ============ BATCH 5: image ratios ============ */
/* articles + general cards: crop to a fixed 16:10 (most common landscape) */
.card .thumb{aspect-ratio:16/10;height:auto;overflow:hidden;display:flex;align-items:center;justify-content:center}
.card .thumb img{width:100%;height:100%;object-fit:cover;display:block}
/* how-to guide cards: fixed ratio, cropped */
.guide-card .gimg{aspect-ratio:16/10;height:auto;overflow:hidden;display:block;background:var(--gold-soft)}
.guide-card .gimg img{width:100%;height:100%;object-fit:cover;display:block}
/* webinars EXCEPTED — keep natural ratio (no crop) */
.web-card .wimg{aspect-ratio:auto;height:auto}
.web-card .wimg img{width:100%;height:auto;display:block;object-fit:fill}

/* sex position cards: white 1:1 square (graphic always inside a white square), locked size */
.pcard{height:100%}
.pcard .ill{aspect-ratio:1/1;height:auto;background:#fff;display:flex;align-items:center;justify-content:center;padding:10px;border-bottom:1px solid var(--line)}
.pcard .ill img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.pcard .ill .ph{color:var(--pink-ink);font-family:var(--display);font-weight:600;font-size:12px}
.pcard .cap{min-height:62px}

/* ============ BATCH 6: QnA promo polish ============ */
.qa-promo .pinner{max-width:1080px}
.qa-promo .pq{min-height:230px;padding:0 clamp(34px,8vw,110px)}
.qa-promo .pq .q{font-size:clamp(19px,2.4vw,28px);line-height:1.4;color:#fff;text-shadow:0 2px 22px rgba(22,17,15,.3);padding:0}
.qa-promo .pq .q::before{content:none}
.qa-promo .plabel{color:#fff;opacity:.9}
.qa-promo .pq::before,.qa-promo .pq::after{position:absolute;z-index:3;font-family:var(--display);font-weight:800;font-size:clamp(90px,15vw,170px);line-height:1;color:rgba(255,255,255,.35);pointer-events:none}
.qa-promo .pq::before{content:"\201C";left:0;top:-6px}
.qa-promo .pq::after{content:"\201D";right:0;bottom:-66px}
/* read-the-answer = pink pill (pinned/solid); browse-all = plain white text link */
.qa-promo .pbtns{align-items:center}
.qa-promo .pbtn{background:#D4537E;color:#fff}
.qa-promo .pbtn:hover{background:#b83e66}
.qa-promo .pall{background:none;color:#fff;padding:0;border-radius:0;text-decoration:underline;text-underline-offset:4px}
.qa-promo .pall:hover{background:none;opacity:.82}

/* ============ BATCH 7: Kinky-Stuff layout + BDSM full-width QnA ============ */
.kinky-feat{display:grid;grid-template-columns:1.25fr 1fr;gap:32px;align-items:start}
.kf-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.kf-img{aspect-ratio:16/10;overflow:hidden;border-radius:8px;margin-bottom:14px;background:var(--pink-soft)}
.kf-img img{width:100%;height:100%;object-fit:cover;display:block}
.kf-big,.kf-small{display:block;color:inherit}
.kf-big h3{font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1.1;margin-bottom:8px}
.kf-small h4{font-family:var(--display);font-size:17px;font-weight:700;line-height:1.2;margin-bottom:6px}
.kf-by{font-family:var(--display);font-weight:600;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.kf-big:hover h3,.kf-small:hover h4{color:var(--orange-dark)}
.squig{vertical-align:middle;margin-left:10px;color:var(--ink)}
/* on the dark BDSM band */
.bdsm .kf-big h3,.bdsm .kf-small h4{color:#fff}
.bdsm .kf-by{color:#c9c7c0}
.bdsm .kf-big:hover h3,.bdsm .kf-small:hover h4{color:var(--pink)}
.bdsm .section-head h2 .squig{color:var(--pink)}
/* BDSM Q&A — full-width pink + dark gray band, white text */
.bdsm-qa{margin-top:36px}
.bdsm-qa .qa-promo{border-radius:0;background:linear-gradient(120deg,var(--pink) 0%,#6d2740 50%,#2C2C2A 100%);background-size:auto;animation:none}
.bdsm-qa .qa-promo .plabel,.bdsm-qa .qa-promo .pq .q{color:#fff}
.bdsm-qa .qa-promo .pq::before,.bdsm-qa .qa-promo .pq::after{color:rgba(255,255,255,.3)}
@media(max-width:880px){.kinky-feat{grid-template-columns:1fr}}
@media(max-width:560px){.kf-grid{grid-template-columns:1fr}}

/* ============ BATCH 8 ============ */
/* category bar ABOVE the image (no overlay) */
.cat-band{position:static;display:block;background:#2C2C2A;color:#fff;font-family:var(--display);font-weight:600;font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:9px 16px}
.card .thumb{border-radius:0}

/* pretty custom dropdowns (no native selects) */
.dd{position:relative}
.dd-btn{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:185px;height:52px;padding:0 18px;background:#F1EEE8;border:0;border-radius:10px;font-family:var(--body);font-size:15px;color:var(--ink);cursor:pointer;transition:.15s}
.dd-btn:hover{background:#E8E3D9}
.dd-ch{transition:.2s;flex:none;opacity:.6}
.dd.open .dd-ch{transform:rotate(180deg)}
.dd-panel{display:none;position:absolute;top:calc(100% + 8px);left:0;min-width:240px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 22px 50px -18px rgba(22,17,15,.4);padding:7px;z-index:50;max-height:320px;overflow:auto}
.dd.open .dd-panel{display:block;animation:ddpop .16s ease}
@keyframes ddpop{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
.dd-opt{display:block;width:100%;text-align:left;background:none;border:0;padding:11px 15px;border-radius:9px;font-family:var(--body);font-size:15px;color:var(--ink);cursor:pointer;white-space:nowrap}
.dd-opt:hover{background:var(--pink-soft)}
.dd-opt.active{background:var(--orange);color:#fff;font-weight:600}
@media(max-width:780px){.dd,.dd-btn{width:100%}.dd-panel{min-width:100%}}

/* QnA promo: one readable question at a time (no overlap), deeper bg for white text */
.qa-promo{background:linear-gradient(120deg,#EF8247 0%,#D4537E 45%,#9A3A55 78%,#EF8247 100%);background-size:300% 300%}
.qa-promo .pq{text-align:center}
.qa-promo .pq .q{position:static;inset:auto;display:none;width:100%}
.qa-promo .pq .q.show{display:block}
.qa-promo .pq::before{top:-18px}
.qa-promo .pq::after{bottom:-40px}

/* ============ BATCH 9 ============ */
/* position cards: force uniform — square white image + fixed caption */
.pos-home,.grid.g4{align-items:start}
.pcard{height:auto}
.pcard .ill{aspect-ratio:1/1!important;height:auto;background:#fff;display:flex;align-items:center;justify-content:center;padding:12px;border-bottom:1px solid var(--line)}
.pcard .ill img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.pcard .cap{flex:none;height:76px;min-height:76px;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px 14px}
.pcard h3{font-size:16px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
/* header: bigger logo (no subscribe button) */
.nav .logo img{height:38px}
/* dynamic Ask-Kinkly label */
.qa-promo .plabel{margin-bottom:24px}
.qa-promo .pl-main{display:block;font-family:var(--display);font-weight:800;font-size:clamp(15px,1.9vw,19px);letter-spacing:.08em;text-transform:uppercase;color:#fff}
.qa-promo .pl-sub{display:block;font-family:var(--display);font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#fff;opacity:.78;margin-top:7px}

/* ============ BATCH 10: comparison tables + Best-Of ============ */
/* listicle comparison tables — the moneymakers */
.body .tbl{margin:30px 0;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;overflow-x:auto;box-shadow:0 10px 30px -20px rgba(22,17,15,.4)}
.body .tbl table{width:100%;min-width:420px;border-collapse:collapse;margin:0;display:table;font-size:15px;border:0}
.body .tbl thead th,.body .tbl tr:first-child th,.body .tbl tr:first-child td{background:var(--ink);color:#fff;font-family:var(--display);font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:12px;padding:15px 18px;text-align:left;border:0}
.body .tbl td{padding:14px 18px;border:0;border-bottom:1px solid var(--line);vertical-align:middle;background:#fff}
.body .tbl tbody tr:nth-child(even) td{background:#FFF8F3}
.body .tbl tr:hover td{background:var(--pink-soft)}
.body .tbl tr:last-child td{border-bottom:0}
.body .tbl table img{max-height:46px;width:auto;margin:0;border:0;border-radius:8px;display:block}
.body .tbl td:first-child{text-align:center;font-size:22px;width:70px;color:var(--orange)}
.body .tbl td:nth-child(2){font-family:var(--display);font-weight:700;font-size:17px;color:var(--ink)}
.body .tbl td a{display:inline-flex;align-items:center;gap:6px;background:var(--orange);color:#fff;font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.05em;text-transform:uppercase;padding:10px 20px;border-radius:100px;text-decoration:none;white-space:nowrap;border:0}
.body .tbl td a:hover{background:var(--orange-dark)}

/* Best Of — columnar title list (no cards) */
.bestof-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:0 36px;padding-bottom:46px}
.bestof-item{display:flex;align-items:center;gap:14px;padding:17px 6px;border-bottom:1px solid var(--line);color:inherit;transition:.15s}
.bestof-item.hidden{display:none}
.bestof-item:hover{padding-left:12px}
.bestof-item .bo-tag{flex:none;font-family:var(--display);font-weight:700;font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--orange-ink);background:var(--gold-soft);padding:5px 10px;border-radius:100px;width:120px;text-align:center}
.bestof-item .bo-title{flex:1;font-family:var(--display);font-weight:700;font-size:17px;line-height:1.25}
.bestof-item:hover .bo-title{color:var(--orange-dark)}
.bestof-item .bo-arrow{color:var(--muted);font-weight:700}
.bestof-item:hover .bo-arrow{color:var(--orange-dark)}
@media(max-width:560px){.bestof-item .bo-tag{width:96px;font-size:9px}}

/* ============ BATCH 11: QnA slot animation, nav arrows, light home QnA ============ */
/* move quote marks to .pinner so .pq can clip the slot animation */
.qa-promo .pq::before,.qa-promo .pq::after{content:none}
.qa-promo .pinner::before,.qa-promo .pinner::after{position:absolute;z-index:0;font-family:var(--display);font-weight:800;font-size:clamp(80px,12vw,150px);line-height:1;color:rgba(255,255,255,.32);pointer-events:none}
.qa-promo .pinner::before{content:"\201C";left:-14px;top:34px}
.qa-promo .pinner::after{content:"\201D";right:-14px;bottom:6px}
.qa-promo .pq{overflow:hidden}
.qa-promo .pq .q{position:relative;z-index:1}
.qa-promo .pq .q.show{display:block;animation:slot .55s cubic-bezier(.2,.9,.3,1)}
@keyframes slot{0%{transform:translateY(-115%);opacity:0}55%{opacity:1}100%{transform:translateY(0);opacity:1}}
/* prev/next nav arrows */
.pnav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border-radius:50%;border:1.5px solid rgba(255,255,255,.55);background:rgba(255,255,255,.14);color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:.15s}
.pnav:hover{background:rgba(255,255,255,.3)}
.pprev{left:clamp(10px,3vw,44px)}.pnext{right:clamp(10px,3vw,44px)}
@media(max-width:620px){.pnav{width:36px;height:36px;font-size:19px}.pprev{left:6px}.pnext{right:6px}}
/* home (first) Q&A — light yellow/beige, black text */
.qa-promo.fb{background:linear-gradient(120deg,#FBF3D2,#FFF0DA,#FBEFCD,#FBF3D2);background-size:300% 300%}
.qa-promo.fb .pl-main,.qa-promo.fb .pl-sub,.qa-promo.fb .pq .q,.qa-promo.fb .pall{color:var(--ink)}
.qa-promo.fb .pl-sub{opacity:.55}
.qa-promo.fb .pq .q{text-shadow:none}
.qa-promo.fb .pinner::before,.qa-promo.fb .pinner::after{color:rgba(22,17,15,.12)}
.qa-promo.fb .float{background:rgba(255,255,255,.5)}
.qa-promo.fb .pnav{color:var(--ink);border-color:rgba(22,17,15,.25);background:rgba(22,17,15,.06)}
.qa-promo.fb .pnav:hover{background:rgba(22,17,15,.14)}

/* ============ BATCH 12 ============ */
/* Best Of — one list per row (full-width rows) */
.bestof-list{grid-template-columns:1fr;gap:0}
/* position cards — bulletproof uniform 1:1 (absolute image can't stretch the box) */
.pcard .ill{aspect-ratio:1/1!important;height:auto!important;position:relative;overflow:hidden;background:#fff;padding:0;display:block;border-bottom:1px solid var(--line)}
.pcard .ill img{position:absolute!important;inset:0;width:100%;height:100%;object-fit:contain;padding:12px;max-width:none;max-height:none}
.pcard .ill .ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}

/* ============ BATCH 13: topic colours, hero, calmer animation, closer marks ============ */
/* Q&A promo now inherits per-topic colours via CSS vars (JS sets them per question) */
/* slow, gradual ambient drift between the topic's two colours (background-position animates reliably) */
.qa-promo{background-image:linear-gradient(120deg,var(--c1,#EF8247),var(--c2,#9A3A55),var(--c1,#EF8247))!important;background-size:200% 200%!important;background-repeat:no-repeat!important;animation:promoslow 26s ease-in-out infinite!important}
@keyframes promoslow{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.qa-promo .pl-main,.qa-promo .pl-sub,.qa-promo .pq .q,.qa-promo .pall{color:var(--ct,#fff)!important}
.qa-promo .pl-sub{opacity:.82}
.qa-promo .float{background:rgba(255,255,255,.16)}
.qa-promo .pnav{color:var(--ct,#fff)!important;border-color:rgba(255,255,255,.5)!important;background:rgba(255,255,255,.14)!important}
/* calmer transition (no slot) */
.qa-promo .pq{overflow:visible;max-width:760px;margin:0 auto;position:relative}
.qa-promo .pq .q.show{display:block;animation:qslide 1.5s cubic-bezier(.22,1,.36,1) both}
@keyframes qslide{0%{opacity:0;transform:translateY(60px)}100%{opacity:1;transform:none}}
.qa-promo .pq .q{position:relative;z-index:1}
/* quote marks — close to the text, scoped to .pq */
.qa-promo .pinner::before,.qa-promo .pinner::after{content:none!important}
.qa-promo .pq::before,.qa-promo .pq::after{position:absolute;font-family:var(--display);font-weight:800;font-size:clamp(110px,16vw,210px);line-height:1;color:var(--ct,#fff);opacity:.16;pointer-events:none;z-index:0}
.qa-promo .pq::before{content:"\201C";left:34px;top:-44px}
.qa-promo .pq::after{content:"\201D";right:34px;bottom:-86px}
@media(max-width:620px){.qa-promo .pq::before{left:6px;top:-30px}.qa-promo .pq::after{right:6px;bottom:-50px}}
/* topic hero */
.topic-hero{position:relative;overflow:hidden;text-align:center;padding:clamp(54px,9vw,116px) 0;background:linear-gradient(120deg,var(--c1),var(--c2));color:var(--ct)}
.topic-hero .th-in{position:relative;z-index:1;max-width:920px;margin:0 auto;padding:0 24px}
.topic-hero .th-eyebrow{font-family:var(--display);font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:13px;opacity:.82}
.topic-hero h1{color:var(--ct);font-size:clamp(40px,8vw,72px);font-weight:800;margin:14px 0 22px}
.topic-hero .th-c{position:absolute;border-radius:50%;background:rgba(255,255,255,.13);z-index:0;animation:floaty 9s ease-in-out infinite}
.th-sel{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.th-pill{font-family:var(--display);font-weight:600;font-size:14px;padding:9px 18px;border-radius:100px;background:rgba(255,255,255,.16);color:var(--ct);border:1px solid rgba(255,255,255,.32);transition:.15s}
.th-pill:hover,.th-pill.active{background:var(--ct);color:var(--c1)}

/* ============ BATCH 14 ============ */
/* table: dark HEADER only (not first data row); CTA right-aligned */
.body .tbl th{background:var(--ink)!important;color:#fff!important}
.body .tbl td{background:#fff}
.body .tbl tr:nth-child(even) td{background:#FFF8F3}
.body .tbl tr:hover td{background:var(--pink-soft)}
.body .tbl td:last-child,.body .tbl th:last-child{text-align:right}
.body .tbl td:first-child,.body .tbl th:first-child{text-align:center}
/* body images at natural size (small logos stay small, no forced full-width) */
.body img{width:auto;max-width:100%;height:auto;display:block;margin:24px auto 6px;border:0;border-radius:12px}
.body .tbl table img{margin:0;border-radius:8px;max-height:46px}
/* listicle single: centered readable column (no ToC) */
.article-narrow{max-width:840px;margin:0 auto}
/* ===== positions filter — on-brand redesign ===== */
.pos-bar{display:flex;gap:14px;margin-bottom:16px;flex-wrap:wrap}
.pos-sb{flex:1;min-width:260px;max-width:none;height:58px;border-radius:100px;border-width:2px}
.pos-sb input{font-size:17px}
.pos-sb button{width:46px;height:46px}
#surprise.btn{height:58px;padding:0 30px;font-size:14px}
.pos-filter .filterby{margin-right:4px}
.pos-reset{background:none;border:0;color:var(--muted);font-family:var(--display);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;padding:8px 12px}
.pos-reset:hover{color:var(--orange-dark)}
@media(max-width:780px){.pos-bar{flex-direction:column}.pos-sb,#surprise.btn{width:100%}#surprise.btn{justify-content:center}}

/* ============ BATCH 15: Best Of hero + grouped sections; taller webinar cards ============ */
.bo-hero{position:relative;overflow:hidden;text-align:center;padding:clamp(46px,7vw,92px) 0 clamp(28px,4vw,48px);background:linear-gradient(120deg,#FBF3D2,#FCE7CF,#F3AAB4)}
.bo-hero .th-in{position:relative;z-index:1;max-width:940px;margin:0 auto;padding:0 24px}
.bo-hero .bo-crumb{font-family:var(--display);font-weight:600;font-size:13px;color:var(--ink-soft);opacity:.6;margin-bottom:12px}
.bo-hero h1{font-size:clamp(42px,8vw,76px);font-weight:800;margin-bottom:14px}
.bo-hero p{color:var(--ink-soft);max-width:60ch;margin:0 auto 24px;font-size:17px}
.bo-hero .th-c{position:absolute;border-radius:50%;background:rgba(255,255,255,.32);z-index:0;animation:floaty 9s ease-in-out infinite}
.bo-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}
.bo-pill{font-family:var(--display);font-weight:700;font-size:14px;padding:10px 20px;border-radius:100px;border:1.5px solid var(--ink);background:rgba(255,255,255,.55);color:var(--ink);cursor:pointer;transition:.15s}
.bo-pill:hover{background:#fff}
.bo-pill.active{background:var(--orange);border-color:var(--orange);color:#fff}
.bo-search{display:flex;gap:14px;justify-content:center;align-items:center;max-width:680px;margin:0 auto;flex-wrap:wrap}
.bo-search .searchbar{flex:1;min-width:280px;max-width:none;height:56px;border-radius:100px;border-width:2px}
.bo-showall{background:none;border:0;color:var(--ink-soft);opacity:.4;font-family:var(--display);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;white-space:nowrap}
.bo-showall:hover{opacity:.95;color:var(--orange-dark)}
.bo-group{padding:clamp(26px,4vw,42px) 0;border-bottom:1px solid var(--line)}
.bo-group:last-child{border-bottom:0}
.bo-group.hidden{display:none}
.bo-gtitle{font-size:clamp(24px,3.5vw,32px);font-weight:800;margin-bottom:6px}
.bo-group .bestof-list{grid-template-columns:1fr;gap:0}
.bestof-item .bo-tag{display:none}
/* webinar cards a bit taller */
.web-card .wbody{min-height:152px}

/* ============ BATCH 16 ============ */
/* table rank #1/#2 in first column */
.body .tbl .trank{display:block;font-family:var(--display);font-weight:800;color:var(--orange);font-size:16px;margin-bottom:6px}
/* hide the repeated affiliate logos in the BODY, but keep them in the comparison table */
.body img.affiliate-logo,.body img.kinkly-affiliate-logo{display:none}
.body .tbl img{display:inline-block!important}
/* listicles: no auto section numbers, no top rule */
.body.listicle h2::before{content:none}
.body.listicle h2{border-top:0;padding-top:6px;margin-top:30px}
/* how-to cards: equal height, image natural (white section compensates) */
.grid.g3{align-items:stretch}
.guide-card{height:100%}
.guide-card .gimg{aspect-ratio:auto;height:auto;background:var(--gold-soft);min-height:0}
.guide-card .gimg img{width:100%;height:auto;display:block}
.guide-card .gbody{flex:1;display:flex;flex-direction:column}
.guide-card .gbtn{margin-top:auto}

/* ============ BATCH 17: Sex Positions hero header ============ */
.pos-hero{position:relative;overflow:hidden;text-align:center;padding:clamp(46px,8vw,96px) 0 clamp(28px,4vw,44px);background:linear-gradient(120deg,#FCE7CF,#F3AAB4,#FBD3C2)}
.pos-hero .ph-in{position:relative;z-index:1;max-width:1040px;margin:0 auto;padding:0 24px}
.pos-hero .ph-crumb{font-family:var(--display);font-weight:600;font-size:13px;color:var(--ink-soft);opacity:.6;margin-bottom:12px}
.pos-hero h1{font-size:clamp(42px,8vw,76px);font-weight:800;margin-bottom:14px}
.pos-hero p{color:var(--ink-soft);max-width:62ch;margin:0 auto 26px;font-size:17px}
.pos-hero .th-c{position:absolute;border-radius:50%;background:rgba(255,255,255,.28);z-index:0;animation:floaty 9s ease-in-out infinite}
.pos-hero .pos-bar{justify-content:center;max-width:780px;margin:0 auto 14px}
.pos-hero .pos-filter{justify-content:center;margin-bottom:0}

/* ============ BATCH 18: positions hero refine ============ */
.pos-hero .pos-filter{justify-content:center;margin:0 auto 16px;max-width:none}
.pos-hero .filterby{color:var(--ink)}
.pos-hero .dd-btn{background:#fff;border:1px solid var(--line)}
.pos-hero .dd-btn:hover{background:#fff;border-color:var(--orange)}
.pos-hero .pos-bar{justify-content:center;max-width:560px;margin:0 auto}
.pos-hero .pos-sb{height:50px;flex:1;min-width:0;border-width:1.5px}
.pos-hero .pos-sb input{font-size:15px}
.pos-hero .pos-sb button{width:40px;height:40px}
.pos-hero #surprise.btn{height:50px;padding:0 22px;font-size:13px}

/* ============ BATCH 19: unify hero backgrounds, force edge-to-edge ============ */
.bo-hero,.pos-hero,.topic-hero{width:100%;margin:0;max-width:none}
.pos-hero{background:linear-gradient(120deg,#FBF3D2,#FCE7CF,#F3AAB4)}

/* ============ BATCH 20: softer pill-style dropdowns ============ */
.dd-btn{height:46px;min-width:auto;padding:0 18px;border-radius:100px;background:#fff;border:1.5px solid var(--line);font-family:var(--display);font-weight:600;font-size:14px;gap:10px;color:var(--ink)}
.dd-btn:hover{background:#fff;border-color:var(--orange);color:var(--ink)}
.dd-ch{opacity:.65}
.dd-btn .dd-label{font-family:var(--display);font-weight:600}
.pos-hero .dd-btn{background:rgba(255,255,255,.9);border-color:rgba(22,17,15,.12)}
.pos-hero .dd-btn:hover{border-color:var(--orange)}

/* ============ BATCH 21: positions filter/search centered inside the Best-Of hero ============ */
.bo-hero .pos-filter{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin:0 auto 16px}
.bo-hero .filterby{color:var(--ink)}
.bo-hero .pos-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;max-width:560px;margin:0 auto}
.bo-hero .pos-sb{flex:1;min-width:0;height:50px;border-width:1.5px;max-width:none}
.bo-hero .pos-sb input{font-size:15px}
.bo-hero .pos-sb button{width:40px;height:40px}
.bo-hero #surprise.btn{height:50px;padding:0 22px;font-size:13px}
@media(max-width:780px){.bo-hero .pos-bar{flex-direction:column}.bo-hero .pos-sb,.bo-hero #surprise.btn{width:100%}}

/* ============ BATCH 22: Best Of mobile filter (one dropdown pill + search) ============ */
.bo-mob{display:none;justify-content:center;margin-bottom:18px}
.bo-mob .dd{width:auto}
.bo-mob .dd-btn{min-width:240px;justify-content:space-between;border:1.5px solid var(--ink);background:#fff}
@media(max-width:700px){.bo-pills{display:none}.bo-mob{display:flex}}

/* ============ BATCH 23: positions mobile — collapsible filter + 2-col grid ============ */
.pos-dd-wrap{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:center}
.bo-hero .filterby{cursor:default}
@media(max-width:700px){
  .bo-hero .pos-filter{flex-direction:column;align-items:center;gap:0}
  .bo-hero .filterby{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;border:1.5px solid var(--ink);border-radius:100px;padding:11px 24px;font-family:var(--display);font-weight:700;font-size:14px}
  .pos-dd-wrap{display:none;flex-direction:column;width:100%;margin-top:14px}
  .pos-filter.open .pos-dd-wrap{display:flex}
  .pos-dd-wrap .dd,.pos-dd-wrap .dd-btn{width:100%}
  .pos-reset{align-self:center}
}
@media(max-width:560px){.g4{grid-template-columns:repeat(2,1fr)}.g4{gap:12px}}

/* ============ BATCH 24: let hero dropdowns escape (circles clipped in inner layer) ============ */
.bo-hero,.pos-hero,.topic-hero{overflow:visible}
.hero-fx{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}

/* ============ BATCH 25: hide Best Of search on mobile (dropdown only) ============ */
@media(max-width:700px){.bo-search{display:none}}

/* ============ BATCH 26: mobile Best Of = dropdown + grayed Show all beside it ============ */
.bo-mob{align-items:center;gap:14px}
.bo-mob .bo-showall{display:inline-block}

/* ============ BATCH 27: list-page heroes — keep "Filter by topic" a plain label on mobile ============ */
@media(max-width:700px){.bo-hero .filterby:not(#posfiltertoggle){background:none;border:0;padding:0;cursor:default}}

/* ============ BATCH 28: Topics dropdown in the top nav ============ */
.nav-dd{position:relative;display:inline-flex;align-items:center}
.nav-dd-t{background:none;border:0;font-family:var(--display);font-weight:600;font-size:15px;color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;gap:5px;padding:0}
.nav-dd-t:hover{color:var(--orange-dark)}
.nav-dd-t .dd-ch{opacity:.6}
.nav-dd::before{content:"";position:absolute;top:100%;left:-12px;right:-12px;height:18px}
.nav-dd-panel{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 22px 50px -18px rgba(22,17,15,.4);padding:8px;min-width:210px;display:none;z-index:70}
.nav-dd:hover .nav-dd-panel{display:block;animation:ddpop .16s ease}
.nav-dd-panel a{display:block;padding:10px 14px;border-radius:9px;font-size:14px;color:var(--ink)!important;white-space:nowrap}
.nav-dd-panel a:hover{background:var(--pink-soft);color:var(--orange-dark)!important}
@media(max-width:880px){
  .nav-dd{flex-direction:column;align-items:flex-start;width:100%}
  .nav-dd::before{display:none}
  .nav-dd-t{width:100%;justify-content:space-between;padding:15px 0;font-size:17px;text-transform:uppercase;letter-spacing:.02em;border-bottom:1px solid var(--line)}
  .nav-dd-t .dd-ch{transition:.2s}
  .nav-dd.open .nav-dd-t .dd-ch{transform:rotate(180deg)}
  /* collapsed by default; expands when Topics is tapped */
  .nav-dd-panel{position:static;transform:none;display:none;box-shadow:none;border:0;padding:2px 0 8px 14px;min-width:0;width:100%}
  .nav-dd.open .nav-dd-panel{display:block}
  .nav-dd-panel a{padding:9px 0;border-bottom:0;text-transform:none;font-size:15px}
}

/* ============ BATCH 29: Dictionary A–Z reel (fading ends, colorful center frame) ============ */
.az-reel{position:relative;max-width:720px;margin:20px auto 0;overflow-x:auto;-webkit-overflow-scrolling:touch;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 14%,#000 86%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 14%,#000 86%,transparent 100%);scrollbar-width:none}
.az-reel::-webkit-scrollbar{display:none}
.az-track{display:inline-flex;gap:8px;padding:8px 42%}
.az-reel .azbtn{flex:none;width:46px;height:46px;border-radius:13px;background:#fff;border:1.5px solid var(--line);font-family:var(--display);font-weight:700;font-size:15px;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.18s}
.az-reel .azbtn:hover{border-color:var(--orange);color:var(--orange-dark)}
.az-reel .azbtn.active{color:var(--orange-dark);transform:scale(1.18);border:2px solid transparent;
  background-image:linear-gradient(#fff,#fff),linear-gradient(120deg,var(--orange),var(--pink),var(--gold));
  background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 8px 22px -10px rgba(239,130,71,.6)}

/* ============ BATCH 30: A–Z reel = center picker with pointer ============ */
.az-wrap{position:relative;max-width:720px;margin:22px auto 0;padding-top:14px}
.az-pointer{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:4;color:var(--orange-dark);font-size:15px;line-height:1;pointer-events:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}
.az-reel{max-width:none;margin:0}

/* ============ BATCH 31: looping A–Z reel (no end padding so copies tile) ============ */
.az-track{padding:8px 0}

/* ============ BATCH 32: hero dropdowns paint above the content below ============ */
.bo-hero,.pos-hero,.topic-hero{position:relative;z-index:5}
.dd-panel{z-index:60}

/* ============ BATCH 33: full-width body images in articles ============ */
.body img{width:100%;max-width:100%;height:auto;display:block;margin:26px auto 8px;border:1px solid var(--line);border-radius:14px}
.body figure{margin:26px 0}
.body img.affiliate-logo,.body img.kinkly-affiliate-logo{display:none}
.body .tbl img,.body .tbl table img{width:auto!important;max-height:46px;border:0;border-radius:8px;margin:0}

/* ============ BATCH 34: Best-Of (listicle) gradient hero, table polish, hide theme mobile-toplist ============ */
.lc-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--c1,#EF8247),var(--c2,#9A3A55));color:var(--ct,#fff)}
.lc-in{position:relative;z-index:2;max-width:1140px;margin:0 auto;padding:clamp(40px,7vw,88px) clamp(16px,4vw,24px)}
.lc-hero .bo-crumb{margin-bottom:14px}
.lc-hero .bo-crumb a{color:rgba(255,255,255,.82)!important}
.lc-cat{display:inline-block;background:rgba(255,255,255,.22);color:#fff;font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:14px}
.lc-hero h1{color:var(--ct,#fff);font-size:clamp(34px,6vw,58px);font-weight:800;margin:0 0 18px;max-width:22ch}
.lc-hero .by{color:rgba(255,255,255,.92)}
/* table: ONLY header row dark, generous first column for the rank number */
.body .tbl th{background:var(--ink)!important;color:#fff!important}
.body .tbl td{background:#fff}
.body .tbl tr:nth-child(even) td{background:#FFF8F3}
.body .tbl td:first-child,.body .tbl th:first-child{min-width:74px;width:74px;text-align:center}
/* hide the theme's mobile toplist duplicate (our table is responsive) */
.body .kinkly-toplist-mobile{display:none!important}

/* ============ BATCH 35: table — only header dark; rank+emoji inline, roomy first column ============ */
.body .tbl td{background:#fff!important}
.body .tbl tr:nth-child(even) td{background:#FFF8F3!important}
.body .tbl tr:hover td{background:var(--pink-soft)!important}
.body .tbl th{background:var(--ink)!important;color:#fff!important}
.body .tbl td:first-child,.body .tbl th:first-child{min-width:104px;width:104px;text-align:left;white-space:nowrap;padding-left:20px}
.body .tbl .trank{display:inline-block;margin:0 8px 0 0;vertical-align:middle;font-size:15px}

/* ============ BATCH 36: table text color + inline rank/emoji + wider first column ============ */
.body .tbl td{color:var(--ink)!important}
.body .tbl th{color:#fff!important}
.body .tbl td a.visit-button,.body .tbl td .visit-button{color:#fff!important}
.body .tbl .trank{display:inline-block;margin:0 8px 0 0;vertical-align:middle;font-size:16px;color:var(--orange)!important}
.body .tbl .logo-placeholder{display:inline-block;vertical-align:middle;font-size:20px;margin:0}
.body .tbl td:first-child,.body .tbl th:first-child{min-width:122px;width:122px;text-align:left;white-space:nowrap;padding-left:20px}
.body .tbl td{padding:12px 18px;vertical-align:middle}

/* ============ BATCH 37: vertically center all table cell content ============ */
.body .tbl td,.body .tbl th{vertical-align:middle!important}
.body .tbl .trank,.body .tbl .logo-placeholder,.body .tbl img{vertical-align:middle}

/* ============ BATCH 38: right-align all Visit Site buttons ============ */
.body .tbl td.action-column,.body .tbl th.action-column,.body .tbl td:last-child,.body .tbl th:last-child{text-align:right!important}

/* ============ BATCH 39: normalize first-row name font (kill header-like styling on data cells) ============ */
.body .tbl td{text-transform:none!important;letter-spacing:normal!important;font-weight:400}
.body .tbl td.name-column,.body .tbl td:nth-child(2){font-family:var(--display)!important;font-weight:700!important;font-size:18px!important;color:var(--ink)!important}

/* ============ BATCH 40: position single hero — full-bleed, flush to header ============ */
.pos-hero{display:block!important;grid-template-columns:none!important;background:linear-gradient(120deg,#FBF3D2,#FCE7CF,#F3AAB4)!important;border-radius:0!important;margin:0!important;padding:0!important;overflow:hidden;position:relative;z-index:5}
.pos-hero .psh-in{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:clamp(30px,5vw,56px) clamp(16px,4vw,24px)}
.psh-crumb{font-family:var(--display);font-weight:600;font-size:13px;color:var(--ink-soft);opacity:.7;margin-bottom:20px}
.psh-crumb a{color:var(--ink-soft)}
.pos-hero .psh-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.pos-hero .ill{background:#fff;border-radius:var(--r-lg);padding:18px;display:flex;align-items:center;justify-content:center;aspect-ratio:16/11}
.pos-hero .ill img{max-width:100%;max-height:100%;object-fit:contain}
.pos-hero .psh-text h1{font-size:clamp(36px,6vw,66px);font-weight:800;margin-bottom:18px}
.pos-hero .pos-tax{display:flex;flex-wrap:wrap;gap:8px}
@media(max-width:880px){.pos-hero .psh-grid{grid-template-columns:1fr}}

/* ============ BATCH 41: article/guide hero edge-to-edge, breadcrumb at top ============ */
.a-hero{border-radius:0!important;margin:0!important;width:100%;display:flex;flex-direction:column;justify-content:space-between;min-height:clamp(340px,46vw,470px);position:relative;overflow:hidden;z-index:5}
.a-hero.noimg{background:linear-gradient(120deg,var(--orange),#9A3A55)}
.a-hero .a-top{position:relative;z-index:2;max-width:1180px;margin:0 auto;width:100%;padding:clamp(18px,3vw,30px) clamp(16px,4vw,24px) 0}
.a-hero .a-top .crumbs{font-family:var(--display);font-weight:600;font-size:13px;color:rgba(255,255,255,.85)}
.a-hero .a-top .crumbs a{color:rgba(255,255,255,.85)!important}
.a-hero .inner{position:relative;z-index:2;max-width:1180px;margin:0 auto;width:100%;padding:0 clamp(16px,4vw,24px) clamp(26px,4vw,46px)}

/* ============ BATCH 42: standardized feature cards + mobile rails, topic dropdown, Q&A hero/iOS swap, how-to form ============ */
/* feature sections now use standard article cards; side-scroll on mobile */
@media(max-width:880px){
  .art-rail{grid-auto-flow:column;grid-template-columns:none!important;grid-auto-columns:74%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px}
  .art-rail>*{scroll-snap-align:start}
}

/* topic selector — pills on desktop, native dropdown on mobile */
.th-sel-m{display:none}
@media(max-width:880px){
  .th-sel{display:none}
  .th-sel-m{display:block;margin:0 auto;width:100%;max-width:340px;font-family:var(--display);font-weight:700;font-size:15px;color:var(--ct,#fff);background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.42);border-radius:100px;padding:13px 22px;cursor:pointer;-webkit-appearance:none;appearance:none;text-align:center;text-align-last:center}
  .th-sel-m option{color:var(--ink);background:#fff}
}

/* Q&A single — desktop shows hero title (iOS bubble hidden); mobile hides hero, shows iOS bubble */
.qa-wrap .ios-q{display:none}
@media(max-width:720px){
  .hdr-qa{display:none}
  .qa-wrap .ios-q{display:flex}
  .qa-wrap{padding-top:8px}
}

/* how-to hero image blurred */
.guide-hero img.bg{filter:blur(8px);transform:scale(1.06)}

/* how-to PDF download form — text left, fields+button right, coloured (not black) bg */
.dlform{display:flex;align-items:center;gap:clamp(20px,4vw,46px);text-align:left;background:linear-gradient(120deg,#9A3A55,#EF8247)}
.dlform .dl-text{flex:1;min-width:0}
.dlform .dl-text p{margin:0;max-width:42ch}
.dlform form{flex:1.05;max-width:none;margin:0;justify-content:flex-end}
.dlform button{background:#fff;color:var(--pink-ink)}
.dlform button:hover{background:var(--cream)}
@media(max-width:720px){
  .dlform{flex-direction:column;text-align:center}
  .dlform .dl-text p{margin:0 auto}
  .dlform form{justify-content:center;width:100%}
}

/* ============ BATCH 43: outline buttons + uniform search fields + per-page hero themes ============ */
/* every non-filled button is just an outline; border follows the text colour (white text -> white outline) */
.btn-ghost{border:2px solid currentColor}
.chip{background:transparent;border:1.5px solid currentColor;color:var(--ink)}
.chip:hover{border-color:var(--accent,var(--orange));color:var(--accent,var(--orange))}
.chip.active{background:var(--accent,var(--orange));border-color:var(--accent,var(--orange));color:#fff}
.th-pill{background:transparent;border:1.5px solid currentColor;color:var(--ct)}
.th-pill:hover,.th-pill.active{background:var(--ct);color:var(--c1)}
.th-sel-m{background:transparent;border:1.5px solid currentColor}
.bo-pill{background:transparent;border:1.5px solid currentColor;color:var(--ink)}
.bo-pill:hover{background:transparent;border-color:var(--accent,var(--orange));color:var(--accent,var(--orange))}
.bo-pill.active{background:var(--accent,var(--orange));border-color:var(--accent,var(--orange));color:#fff}
/* hero dropdown buttons -> outline */
.dd-btn,.bo-hero .dd-btn,.pos-hero .dd-btn{background:transparent;border:1.5px solid currentColor;color:var(--ink)}
.dd-btn:hover,.bo-hero .dd-btn:hover,.pos-hero .dd-btn:hover{background:transparent;border-color:var(--accent,var(--orange));color:var(--ink)}

/* search inputs — outline, uniform height, a touch smaller */
.searchbar,.pos-sb,.bo-hero .pos-sb,.pos-hero .pos-sb{height:44px!important;border:1.5px solid var(--ink)!important;max-width:none}
.searchbar input,.pos-sb input,.bo-hero .pos-sb input,.pos-hero .pos-sb input{font-size:15px}
.searchbar button,.pos-sb button,.bo-hero .pos-sb button,.pos-hero .pos-sb button{width:36px;height:36px;font-size:15px}
.pos-q{height:44px!important;border-width:1.5px}

/* per-page hero gradients + complementary accent (used for in-hero highlights/buttons) */
.bo-hero{--accent:var(--orange)}
.bo-hero.th-bestof{background:linear-gradient(120deg,#CDEBD6,#FBF1C6);--accent:#1D9E75}
.bo-hero.th-positions{background:linear-gradient(120deg,#FBE7AC,#F4B073);--accent:#D8692C}
.bo-hero.th-dictionary{background:linear-gradient(120deg,#FBD0B6,#F8C7D5);--accent:#D4537E}
.bo-hero.th-howtos{background:linear-gradient(120deg,#F8C7D5,#CDEBD6);--accent:#199E73}
.bo-hero.th-webinars{background:linear-gradient(120deg,#BCE4E1,#FBF1DD);--accent:#1E9E97}
.bo-hero.th-qna{background:linear-gradient(120deg,#F8C7D5,#C4D6F2);--accent:#4A6FD0}
/* apply the accent to the in-hero highlights/controls */
.bo-hero .searchbar button,.bo-hero .pos-sb button{background:var(--accent)}
.bo-hero .chip:hover{border-color:var(--accent);color:var(--accent)}
.bo-hero .chip.active{background:var(--accent);border-color:var(--accent);color:#fff}
.bo-hero .dd-opt.active{background:var(--accent);color:#fff}
.bo-hero .dd-btn:hover{border-color:var(--accent)}
.bo-hero .bo-showall:hover{color:var(--accent)}
.bo-hero h1 .u,.bo-hero a:not(.btn){color:var(--accent)}

/* themed single-page heroes (match their category) */
.hdr-dict{background:linear-gradient(115deg,#FBD0B6,#F8C7D5);--accent:#D4537E}
.hdr-qa{background:linear-gradient(115deg,#F8C7D5,#C4D6F2);--accent:#4A6FD0}
.hdr-rev{background:linear-gradient(115deg,#BCE4E1,#FBF1DD);--accent:#1E9E97}

/* ============ BATCH 44: hero filter — two stacked pills, search-icon morphs dropdown into a text field ============ */
.hero-filter{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:10px;color:var(--ink)}
.hf-cluster{position:relative;display:inline-flex;align-items:center}
/* front (top) pill: funnel icon + the dropdown (and, in search mode, the text input) */
.hf-pill{position:relative;z-index:2;display:flex;align-items:center;gap:0;height:46px;padding:0 8px 0 16px;border:1.5px solid currentColor;border-radius:100px;background:#fff}
/* funnel collapses away when searching (animatable: width + opacity, not display) */
.hf-funnel{display:flex;align-items:center;color:inherit;overflow:hidden;max-width:26px;margin-right:8px;opacity:1;transition:max-width .3s ease,margin .3s ease,opacity .22s ease}
/* in-pill search icon — hidden until the circle "merges" into the pill */
.hf-pmag{display:flex;align-items:center;color:var(--accent,var(--orange));overflow:hidden;max-width:0;opacity:0;margin:0;transition:max-width .3s ease,margin .3s ease,opacity .26s ease .08s}
/* dropdown collapses away when searching */
.hf-pill .dd{margin:0;max-width:240px;opacity:1;transition:max-width .3s ease,opacity .22s ease}
.hf-pill .dd-btn{border:0!important;background:transparent!important;height:42px;min-width:auto;padding:0 6px;color:var(--ink);white-space:nowrap}
/* input expands open when searching */
.hf-input{width:230px;max-width:0;opacity:0;border:0;background:transparent;outline:none;font-family:var(--body);font-size:15px;color:var(--ink);padding:0;overflow:hidden;transition:max-width .32s ease,opacity .26s ease .04s,padding .3s ease}
/* separate, colour-filled search circle to the right */
.hf-search{flex:none;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;border:0;background:var(--accent,var(--orange));color:#fff;cursor:pointer;margin-left:12px;overflow:hidden;box-shadow:0 6px 16px -8px rgba(22,17,15,.4);transition:width .3s ease,margin .3s ease,opacity .25s ease,transform .2s ease}
.hf-search:hover{transform:scale(1.06)}
/* engage: funnel + dropdown collapse, input expands, the search icon "moves into" the pill, the circle merges away */
.hero-filter.searching .hf-funnel{max-width:0;margin-right:0;opacity:0}
.hero-filter.searching .hf-pmag{max-width:24px;margin-right:8px;opacity:1}
.hero-filter.searching .hf-pill .dd{max-width:0;opacity:0;overflow:hidden}
.hero-filter.searching .hf-input{max-width:230px;opacity:1;padding:0 6px}
.hero-filter.searching .hf-search{width:0;margin-left:0;opacity:0;pointer-events:none;box-shadow:none}
/* show-all only once a topic is chosen (or a search is typed) */
.hero-filter .bo-showall{display:none;opacity:1;color:var(--ink-soft)}
.hero-filter.has-sel .bo-showall{display:inline-block}
.hero-filter .bo-showall:hover{color:var(--accent,var(--orange));opacity:1}
@media(max-width:560px){.hf-input{width:140px}}

/* ============ BATCH 45: 5px bubble blur, pastel topics + accent, homepage gradient flow, unified breadcrumbs ============ */
/* (1) blur every decorative bubble 5px — heroes + Q&A sections + BDSM dots */
.bdsm .dot,.topic-hero .th-c,.bo-hero .th-c,.pos-hero .th-c,.bo-hero .th-c,.qa-promo .float{filter:blur(5px)}

/* (3) homepage section gradient flow: white -> beige -> beige -> pink -> darker pink */
.section.grad-featured{background:linear-gradient(180deg,#ffffff,#FFF8F3)}
.section.grad-positions{background:#FFF8F3}
.section.grad-howto{background:linear-gradient(180deg,#FFF8F3,#FBE0E7)}
.section.grad-tips{background:linear-gradient(180deg,#FBE0E7,#F5C9D5)}

/* (2) complementary highlight colour (--ca) used for topic accents */
.th-pill.active{background:var(--ca,var(--orange))!important;border-color:var(--ca,var(--orange))!important;color:#fff!important}
.topic-hero .th-eyebrow{color:var(--ca,var(--orange));opacity:1}
.qa-promo .pbtn{background:var(--ca,#D4537E)!important}
.qa-promo .pbtn:hover{filter:brightness(.92)}

/* (4) pastel Q&A promo readability (dark text now) */
.qa-promo .pq .q{text-shadow:none!important}
.qa-promo .pinner::before,.qa-promo .pinner::after{color:rgba(22,17,15,.12)!important}
.qa-promo .pnav{color:var(--ct,#241c19)!important;border-color:rgba(22,17,15,.22)!important;background:rgba(22,17,15,.05)!important}

/* (5) unified breadcrumbs — top-left, light & translucent, aligned under the logo on every page */
.bo-hero,.lc-hero,.topic-hero{position:relative}
.bo-hero>.bo-crumb,.lc-hero>.bo-crumb,.topic-hero>.bo-crumb{position:absolute;top:clamp(14px,2.4vw,22px);left:max(16px,calc(50% - 590px + 16px));margin:0;z-index:3;text-align:left;font-family:var(--display);font-weight:600;font-size:13px;letter-spacing:.02em;opacity:1;color:rgba(22,17,15,.5)}
.bo-hero>.bo-crumb a,.lc-hero>.bo-crumb a,.topic-hero>.bo-crumb a{color:rgba(22,17,15,.5)!important;text-decoration:none}
.psh-crumb,.psh-crumb a,.hdr .crumbs,.hdr .crumbs a{color:rgba(22,17,15,.5)!important;opacity:1}
/* article/guide heroes are dark (image) — keep the crumb light */
.a-hero .a-top .crumbs,.a-hero .a-top .crumbs a{color:rgba(255,255,255,.72)!important}

/* ============ BATCH 46: positions "Filter" pill reveals the 4 dropdowns + merging search ============ */
.pos-hf{position:relative}
.pos-ftoggle{display:flex;align-items:center;gap:8px;border:0;background:transparent;font-family:var(--display);font-weight:600;font-size:15px;color:var(--ink);cursor:pointer;white-space:nowrap;overflow:hidden;max-width:160px;opacity:1;padding:0 4px;transition:max-width .3s ease,opacity .22s ease}
.pos-ftoggle .dd-ch{flex:none;opacity:.6;transition:.2s}
.pos-ftoggle.open .dd-ch{transform:rotate(180deg)}
.hero-filter.searching .pos-ftoggle{max-width:0;opacity:0;padding:0}
/* reveal panel: the 4 taxonomy dropdowns */
.pos-dd-wrap{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center;max-width:920px;margin:0 auto;max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .3s ease,margin .3s ease}
.pos-dd-wrap.open{max-height:640px;opacity:1;overflow:visible;margin-top:18px}
.pos-surprise{display:inline-flex;margin-top:16px}
@media(max-width:780px){.pos-dd-wrap.open{flex-direction:column;align-items:stretch}.pos-dd-wrap .dd,.pos-dd-wrap .dd-btn{width:100%}}

/* ============ BATCH 47: Q&A button row (ask | read | browse), hide breadcrumbs on mobile ============ */
.qa-promo .pbtns{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;width:100%;max-width:760px;margin:22px auto 0}
.qa-promo .pask{justify-self:start;font-family:var(--display);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.05em;color:var(--ct,#fff)!important;white-space:nowrap}
.qa-promo .pask:hover{opacity:.8}
.qa-promo .pbtn{justify-self:center;margin:0}
.qa-promo .pall{justify-self:end}
@media(max-width:620px){.qa-promo .pbtns{grid-template-columns:1fr;justify-items:center;gap:10px}}
/* hide all breadcrumbs on mobile */
@media(max-width:880px){.bo-crumb,.psh-crumb,.crumbs{display:none!important}}

/* ============ BATCH 48: positions desktop revert, mobile surprise, mobile home hero + Q&A + featured scroll ============ */
/* DESKTOP positions: revert to inline dropdowns + search bar (compact pill control is mobile-only) */
@media(min-width:881px){
  .pos-hf .pos-ftoggle,.pos-hf .hf-funnel,.pos-hf .hf-pmag{display:none}
  .pos-hf .hf-pill{min-width:300px;padding:0 8px 0 18px}
  .pos-hf .hf-input{max-width:320px!important;opacity:1!important;padding:0 8px!important}
  .pos-hf .hf-search{margin-left:8px}
  .pos-hf .pos-surprise{order:3}
  .pos-dd-wrap{max-height:none!important;opacity:1!important;overflow:visible!important;margin-top:18px!important}
  .pos-surprise{background:var(--orange);color:#fff}
  .pos-surprise:hover{background:var(--orange-dark)}
}
.pos-hf .hf-cluster{flex-wrap:wrap;justify-content:center;gap:10px}
/* surprise pill shape (override the old dashed/square style) */
.pos-hf .pos-surprise{border:0!important;border-radius:100px!important;height:46px;margin:0;padding:0 22px;font-size:13px}
/* MOBILE: Surprise me sits left of Filter as a solid yellow pill */
@media(max-width:880px){
  .pos-hf .pos-surprise{background:var(--gold)!important;color:#fff!important;order:-1;padding:0 18px}
  .pos-hf .pos-surprise:hover{background:#d4ba3e!important}
}

/* MOBILE home hero: give the text + featured card breathing room and a rounded card */
@media(max-width:880px){
  .hero{padding:20px 0 18px}
  .hero-grid{padding:0 16px}
  .hero-card{border-radius:var(--r-lg);aspect-ratio:16/11}
}

/* MOBILE Q&A promo: tighter label, bigger question, 3 buttons in a row, no side arrows */
@media(max-width:880px){
  .qa-promo .plabel{max-width:18ch;margin-left:auto;margin-right:auto;line-height:1.5}
  .qa-promo .pq .q{font-size:clamp(22px,6vw,30px)!important;line-height:1.25}
  .qa-promo .pnav{display:none!important}
  /* only the Read the answer button on mobile */
  .qa-promo .pbtns{grid-template-columns:1fr;justify-items:center}
  .qa-promo .pask,.qa-promo .pall{display:none}
  .qa-promo .pbtn{font-size:13px;padding:14px 28px}
}

/* MOBILE: Featured Articles side-scroll (like the BDSM rail) */
@media(max-width:880px){
  .feat-grid{grid-auto-flow:column;grid-template-columns:none!important;grid-auto-columns:74%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px}
  .feat-grid>*{scroll-snap-align:start}
  .feat-grid>*:nth-child(n+4){display:flex!important}
  .see-all-m{display:flex}
}

/* ============ BATCH 49: Sex Dictionary section + auto-rotating letter wheel ============ */
.dict-promo{position:relative;overflow:hidden;background:#EBD24E;padding:clamp(40px,6vw,72px) 0;min-height:clamp(360px,40vw,440px)}
.dict-promo-in{display:flex;align-items:center;gap:40px;position:relative}
.dict-left{position:relative;z-index:2;max-width:540px}
.dict-left .eyebrow{color:var(--ink);opacity:.62}
.dict-left h2{font-size:clamp(30px,4.2vw,46px);font-weight:800;margin:10px 0 16px;line-height:1.05}
.dict-left p{font-size:17px;color:var(--ink);max-width:48ch;margin-bottom:24px;line-height:1.7}
.dict-wheel-zone{position:absolute;right:clamp(6px,3vw,60px);bottom:calc(-1*clamp(40px,6vw,72px));display:flex;flex-direction:column;align-items:center;gap:14px;z-index:1;width:min(40vw,360px)}
.dict-reveal{display:block;text-align:center;text-decoration:none;color:var(--ink);max-width:320px}
.dict-word{display:block;font-family:var(--display);font-weight:800;font-size:clamp(24px,3vw,36px);color:var(--ink);transition:.3s}
.dict-reveal:hover .dict-word{color:var(--orange-dark)}
.dict-desc{display:block;font-size:14px;color:rgba(22,17,15,.72);line-height:1.5;margin-top:6px}
.dict-wheel{position:relative;width:280px;height:280px;flex:none;margin-bottom:-96px}
.dwl-ring{position:absolute;inset:0;transition:transform .8s cubic-bezier(.3,.85,.25,1)}
.dwl{position:absolute;top:50%;left:50%;width:36px;height:36px;margin:-18px;display:flex;align-items:center;justify-content:center;border:0;background:none;font-family:var(--display);font-weight:700;font-size:18px;color:rgba(22,17,15,.36);cursor:pointer;padding:0;transition:color .3s,font-size .3s}
.dwl.on{color:var(--ink);font-size:26px}
.dwl-hub{position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:rgba(22,17,15,.22);transform:translate(-50%,-50%)}
@media(max-width:880px){
  .dict-promo{min-height:0}
  .dict-promo-in{flex-direction:column;align-items:flex-start}
  .dict-wheel-zone{position:static;width:100%;align-items:center;margin-top:20px;bottom:auto;right:auto}
  .dict-wheel{margin-bottom:0}
}

/* ============ BATCH 50: dlform single column, X-reset circle, BDSM featured layout ============ */
/* How-To download form: inputs + button stacked in one column */
.dlform form{flex-direction:column;align-items:stretch;flex:0 0 320px;max-width:340px;gap:12px}
.dlform input{flex:none;width:100%;min-width:0}
.dlform button{width:100%;padding:14px 20px}
@media(max-width:720px){.dlform form{flex:1;max-width:none;width:100%}}

/* hero filter: X reset as a colour circle on the LEFT (mirrors the search circle), animated in when filtered */
.hero-filter{gap:0}
.hf-reset{display:flex!important;flex:none;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%!important;border:0!important;background:var(--accent,var(--orange))!important;color:#fff!important;cursor:pointer;box-shadow:0 6px 16px -8px rgba(22,17,15,.4);order:-1;margin-right:12px;padding:0!important;opacity:1;overflow:hidden;transition:width .3s ease,margin .3s ease,opacity .25s ease,transform .3s cubic-bezier(.34,1.56,.64,1)}
.hf-reset:hover{transform:scale(1.06);color:#fff!important}
.hero-filter:not(.has-sel) .hf-reset{width:0;margin-right:0;opacity:0;transform:scale(.3);box-shadow:none;pointer-events:none}

/* BDSM (kinky_layout): big featured card + 2x2 grid; mobile = main first, rest side-scroll */
.kinky-feat{display:grid;grid-template-columns:1.18fr 1fr;gap:26px;align-items:start}
.kf-left{display:flex}
.kf-big{width:100%}
.kf-big .thumb{aspect-ratio:16/10}
.kf-big .bd{padding:20px 22px 24px}
.kf-big .bd h3{font-size:clamp(22px,2.2vw,32px);line-height:1.1}
.kf-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
@media(max-width:880px){
  .kinky-feat{grid-template-columns:1fr;gap:18px}
  .kf-grid{grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:72%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px}
  .kf-grid>*{scroll-snap-align:start}
}

/* ============ BATCH 51: mobile section-head buttons -> bottom, BDSM spacing, wheel clip ============ */
@media(max-width:880px){
  /* remove the section-head buttons on mobile (bottom buttons cover them) */
  .grad-featured .section-head .btn-ghost,.pos-section .section-head .btn-ghost,.bdsm .section-head .btn-ghost{display:none}
  /* featured articles: single row scroll */
  .feat-grid{grid-template-rows:auto}
  /* BDSM: more breathing room between featured card and the scrollable row */
  .kinky-feat{gap:34px}
  /* BDSM "More" -> white bottom button */
  .bdsm-more .btn{background:#fff;color:var(--ink)}
  .bdsm-more .btn:hover{background:var(--cream)}
  /* dictionary wheel: show only the top 2/5 (hide bottom three fifths) */
  .dict-wheel{height:112px;overflow:hidden;margin-bottom:0}
  .dwl-ring{bottom:auto;height:280px}
}

/* ============ BATCH 52: BDSM Q&A merges into the dark BDSM section (white text) ============ */
.bdsm-qa{margin-top:0!important}
.bdsm-qa .qa-promo{background:#2C2C2A!important;background-image:none!important;animation:none!important}
.bdsm-qa .qa-promo .pl-main,.bdsm-qa .qa-promo .pl-sub,.bdsm-qa .qa-promo .pq .q,.bdsm-qa .qa-promo .pall,.bdsm-qa .qa-promo .pask{color:#fff!important}
.bdsm-qa .qa-promo .pl-sub{opacity:.7}
.bdsm-qa .qa-promo .float{background:rgba(255,255,255,.12)!important}
.bdsm-qa .qa-promo .pq::before,.bdsm-qa .qa-promo .pq::after{color:rgba(255,255,255,.16)!important}
.bdsm-qa .qa-promo .pnav{color:#fff!important;border-color:rgba(255,255,255,.4)!important;background:rgba(255,255,255,.1)!important}
.bdsm-qa .qa-promo .pbtn{background:#D4537E!important;color:#fff!important}
.bdsm-qa .qa-promo .pbtn:hover{background:#b83e66!important}

/* ============ BATCH 53: mobile — hide hero "Read the latest" + Featured Articles title ============ */
@media(max-width:880px){
  .hero .btn-fill{display:none}
  .grad-featured .section-head{display:none}
}

/* ============ BATCH 54: edge-to-edge side-scroll rails on mobile ============ */
@media(max-width:880px){
  .feat-grid,.pos-home,.kf-grid{
    margin-left:calc(-1*clamp(16px,4vw,24px));
    margin-right:calc(-1*clamp(16px,4vw,24px));
    padding-left:clamp(16px,4vw,24px);
    padding-right:clamp(16px,4vw,24px);
  }
}

/* ============ BATCH 55: home Q&A promo = static beige->pink radial gradient (no colour change) ============ */
.qa-promo.fb{background:radial-gradient(circle at 35% 28%, #FBEFDD 0%, #F3D6E2 100%)!important;background-image:radial-gradient(circle at 35% 28%, #FBEFDD 0%, #F3D6E2 100%)!important;background-size:auto!important;animation:none!important}
.qa-promo.fb .pl-main,.qa-promo.fb .pl-sub,.qa-promo.fb .pq .q,.qa-promo.fb .pall,.qa-promo.fb .pask{color:var(--ink)!important}
.qa-promo.fb .pl-sub{opacity:.55}
.qa-promo.fb .pq::before,.qa-promo.fb .pq::after{color:rgba(22,17,15,.1)!important}
.qa-promo.fb .float{background:rgba(255,255,255,.5)!important}

/* ============ BATCH 56: BDSM Q&A position — full-bleed below on desktop, between card & scroll on mobile ============ */
@media(min-width:881px){
  .bdsm .bdsm-qa{width:100vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;margin-top:26px!important}
}
@media(max-width:880px){
  .bdsm .inner.wrap{display:flex;flex-direction:column;gap:18px}
  .bdsm .kinky-feat{display:contents}
  .bdsm .section-head{order:0;margin-bottom:0}
  .bdsm .kf-left{order:1}
  .bdsm .bdsm-qa{order:2;margin:0!important}
  .bdsm .kf-grid{order:3}
  .bdsm .tsub{order:4}
  .bdsm .inner.wrap>.grid{order:5}
  .bdsm .bdsm-more{order:6}
}

/* ============ BATCH 57: Best Of ranked tables fit on mobile ============ */
@media(max-width:700px){
  .body .tbl{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .body .tbl table{min-width:0;font-size:13px}
  .body .tbl thead th,.body .tbl tr:first-child th,.body .tbl tr:first-child td{padding:11px 8px;font-size:10px;letter-spacing:.03em}
  .body .tbl td{padding:10px 8px}
  .body .tbl td:first-child{width:auto;font-size:15px;padding:10px 6px}
  .body .tbl td:nth-child(2){font-size:14px}
  .body .tbl table img{max-height:32px}
  .body .tbl td a{padding:8px 12px;font-size:10px;gap:3px}
}

/* ============ BATCH 58: dictionary highlight (white + black edge, centered) + Q&A outline arrows ============ */
/* selected letter + revealed word: white fill with black edge */
.dwl.on,.dict-word{color:#fff!important;-webkit-text-stroke:4px #16110F;text-stroke:4px #16110F;paint-order:stroke fill}
/* keep the wheel + reveal centered */
.dict-wheel-zone{align-items:center}
.dict-wheel{margin-left:auto;margin-right:auto}
.dict-reveal{margin-left:auto;margin-right:auto}
/* Q&A promo prev/next arrows -> outline style */
.qa-promo .pnav{background:transparent!important;border:1.5px solid currentColor!important}

/* ============ BATCH 59: BDSM featured card height = 2 rows of the grid (desktop) ============ */
@media(min-width:881px){
  .kinky-feat{align-items:stretch}
  .kf-big{height:100%}
  .kf-big .thumb{aspect-ratio:auto;flex:1 1 auto;min-height:260px}
}

/* ============ BATCH 60: listicle hero text contrast (pastel bg needs dark text) ============ */
.lc-cat{background:var(--ca,var(--orange))!important;color:#fff!important}
.lc-hero .by{color:rgba(22,17,15,.82)!important}
.lc-hero .by .dot{background:rgba(22,17,15,.5)!important}
.lc-hero .reviewed{background:rgba(22,17,15,.08)!important;color:var(--ink)!important}
.lc-hero .bo-crumb,.lc-hero .bo-crumb a{color:rgba(22,17,15,.6)!important}

/* ============ BATCH 61: positions mobile — Surprise me width matches the Filter+search row ============ */
@media(max-width:880px){
  .pos-hf .hf-cluster{flex-direction:column;align-items:center;flex-wrap:nowrap;width:fit-content;margin:0 auto;gap:10px}
  .pos-hf .hf-controls{display:flex;align-items:center;gap:12px;justify-content:center}
  .pos-hf .pos-surprise{width:100%;order:-1;justify-content:center}
}

/* ============ BATCH 62: featured card excerpt ============ */
.kf-big .kf-excerpt{font-size:15px;line-height:1.6;color:var(--ink-soft);margin:8px 0 14px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.bdsm .kf-big .kf-excerpt{color:rgba(255,255,255,.72)}
/* push the meta (author/views) to the bottom of the tall featured card */
.kf-big .bd{display:flex;flex-direction:column}
.kf-big .cardmeta{margin-top:auto}

/* ============ BATCH 63: How-To + Tips section-head buttons -> bottom full button on mobile ============ */
@media(max-width:880px){
  .grad-howto .section-head .btn-ghost,.grad-tips .section-head .btn-ghost{display:none}
}

/* ============ BATCH 64: fix positions desktop — hf-controls is a row at all sizes ============ */
.pos-hf .hf-controls{display:flex;align-items:center;gap:12px}

/* ============ BATCH 65: featured card — fixed image, excerpt fills space, meta pinned bottom ============ */
@media(min-width:881px){
  .kf-big .thumb{aspect-ratio:16/10!important;flex:none!important;min-height:0!important}
  .kf-big .bd{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}
  .kf-big .kf-excerpt{flex:1 1 auto;display:block!important;-webkit-line-clamp:unset!important;overflow:hidden;min-height:0;margin:8px 0 0;-webkit-mask-image:linear-gradient(180deg,#000 78%,transparent);mask-image:linear-gradient(180deg,#000 78%,transparent)}
  .kf-big .cardmeta{margin-top:16px;flex:none}
}

/* ============ BATCH 66: drop the LOGO/NAME/ACTION header row on ranked tables ============ */
.body .tbl thead{display:none}

/* ============ BATCH 67: center the dictionary section on mobile ============ */
@media(max-width:880px){
  .dict-promo-in{align-items:center}
  .dict-left{text-align:center;max-width:none}
  .dict-left .btn{margin-left:auto;margin-right:auto}
}
