/* 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) */
/* (card list no longer hidden — styled with medals in BATCH 74) */

/* ============ 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}
}

/* ===== BATCH 68 — footer menus rendered as WP nav <ul> (Bootstrap-free shim) ===== */
footer.site .link-group .fmenu ul{list-style:none;margin:0;padding:0}
footer.site .link-group .fmenu li{margin:0}
footer.site .link-group .fmenu .d-none{display:none}
footer.site .link-group .fmenu a{display:block;font-size:14px;margin-bottom:9px;text-transform:capitalize;color:var(--ink-soft)}
footer.site .link-group .fmenu a:hover{color:var(--orange-dark)}

/* ===== BATCH 69 — styles for classes carried in from ported WP templates ===== */
/* form submit buttons (sex-guide download, webinar register) — parent used .btn-more */
.btn-more{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--display);font-weight:700;font-size:13px;letter-spacing:.05em;text-transform:uppercase;padding:13px 26px;border-radius:100px;cursor:pointer;border:2px solid var(--ink);color:var(--ink);background:transparent;transition:.18s;text-align:center}
.btn-more:hover{background:var(--ink);color:#fff}
.btn-more.black{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn-more.black:hover{background:var(--orange-dark);border-color:var(--orange-dark)}
/* nav inline search */
.menu-search{display:flex;align-items:center}
.menu-search input{height:38px;border:1.5px solid var(--line);border-radius:100px;padding:0 16px;font-family:var(--body);font-size:14px;background:var(--white);color:var(--ink);outline:none;min-width:180px}
.menu-search input:focus{border-color:var(--orange)}
@media(max-width:900px){.menu-search{width:100%;margin-top:10px}.menu-search input{width:100%}}
/* WordPress pagination (the_posts_pagination / paginate_links) */
.pagination,.nav-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:40px auto}
.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border-radius:100px;border:1.5px solid var(--line);font-family:var(--display);font-weight:700;font-size:14px;color:var(--ink);text-decoration:none;transition:.15s}
.page-numbers.current{background:var(--ink);color:#fff;border-color:var(--ink)}
.page-numbers:hover{border-color:var(--orange);color:var(--orange-dark)}
/* excerpt callout, reviewer line, sidebar ad, author-row text column */
.pink-alert{background:var(--pink-tint);border-left:4px solid var(--pink);border-radius:12px;padding:16px 20px;margin:0 0 26px;font-size:16px;line-height:1.6;color:var(--ink)}
.reviewed-by{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ink-soft);margin:0 0 20px}
.reviewed-by a{color:var(--orange-dark);font-weight:600}
.side-ad{text-align:center;margin-top:24px}
.ar-body{flex:1;min-width:0}
.pf-label{font-family:var(--display);font-weight:700}

/* ===== BATCH 70 — page.php / author.php / 404 / search + real breadcrumb reset ===== */
.page-title{font-family:var(--display);font-weight:800;font-size:clamp(28px,4vw,44px);line-height:1.08;letter-spacing:-.02em;color:var(--ink);margin:8px 0 18px}
.page-body{max-width:820px}
.page-body img{max-width:100%;height:auto;border-radius:12px}
.nf-search{display:flex;gap:10px;max-width:520px;margin:0 auto;flex-wrap:wrap}
.nf-search input{flex:1;min-width:200px;height:48px;border:1.5px solid var(--line);border-radius:100px;padding:0 20px;font-family:var(--body);font-size:15px;background:var(--white);color:var(--ink);outline:none}
.nf-search input:focus{border-color:var(--orange)}
/* real \Components\Breadcrumb outputs <nav><ol class="cd-breadcrumb"> — normalize it inside our crumb containers */
.cd-breadcrumb{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;font-family:var(--display);font-weight:600;font-size:12px;letter-spacing:.04em}
.cd-breadcrumb li{display:inline-flex;align-items:center}
.cd-breadcrumb li:not(:first-child)::before{content:"\203A";margin:0 7px;opacity:.5}
.cd-breadcrumb a{color:inherit;text-decoration:none}
.cd-breadcrumb a:hover{color:var(--orange-dark)}
.cd-breadcrumb .current{opacity:.7}
.a-top .cd-breadcrumb,.a-top .cd-breadcrumb a{color:#fff}

/* ================= BATCH 71 — advertise / author dirs / no-image best-of cards / contact+form fields ================= */

/* --- image-less best-of cards (OnlyFans etc.): drop the empty thumb box --- */
.card.card--noimg{justify-content:center;min-height:300px;background:linear-gradient(160deg,var(--pink-soft),#fff)}
.card.card--noimg .bd{padding:28px 22px;display:flex;flex-direction:column;justify-content:center;flex:1}
.card.card--noimg h3{font-size:22px;line-height:1.22}
.card.card--noimg .cat-band{position:static;align-self:flex-start;margin:18px 0 0 22px}

/* --- author directory (Contributors / Experts / Top Sex Bloggers) --- */
.author-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:24px;margin:18px 0 8px}
.author-grid .writer-bios{min-width:0}
.author-grid .contributor-item{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--white);border:1px solid var(--line);border-radius:var(--r-lg,18px);padding:22px 16px;transition:.2s}
.author-grid .contributor-item:hover{border-color:var(--orange);box-shadow:0 8px 24px rgba(22,17,15,.06)}
.author-grid .contributor-item .link{display:block;line-height:0}
.author-grid .contributor-item .link img{width:130px;height:130px;border-radius:50%;object-fit:cover;background:var(--line)}
.author-grid .contributor-name{margin-top:14px}
.author-grid .contributor-name a{font-family:var(--display);font-weight:700;font-size:17px;letter-spacing:-.01em;color:var(--ink)}
.author-grid .contributor-name a:hover{color:var(--orange-dark)}
.author-grid .role{margin-top:2px;font-size:13px;color:var(--muted);font-family:var(--display);font-weight:500}
.author-grid .social-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:10px}
.author-grid .social-links a{font-size:13px;color:var(--muted);line-height:1}
.author-grid .social-links a:hover{color:var(--orange-dark)}
.author-grid .social-links img{width:18px;height:18px;object-fit:contain}

/* --- Advertise page --- */
.ad-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(24px,4vw,48px);align-items:start}
.ad-hero-title{font-family:var(--display);font-size:clamp(30px,5vw,52px);font-weight:800;line-height:1.05;margin:10px 0 16px;color:var(--ink)}
.ad-hero-intro{color:var(--ink-soft);font-size:17px;line-height:1.6}
.ad-hero-intro p{margin:0 0 14px}
.ad-form{flex-direction:column;align-items:stretch;text-align:left;margin:0}
.ad-form .dl-text p{margin:0 0 18px}
.ad-form .ff-el-group,.ad-form .fluentform{width:100%}
.ad-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.ad-metric{text-align:center;padding:22px 12px;background:var(--pink-soft);border:1px solid var(--line);border-radius:var(--r-md,16px)}
.ad-metric-num{font-family:var(--display);font-weight:800;font-size:clamp(28px,4vw,40px);color:var(--orange-dark);line-height:1}
.ad-metric-label{margin-top:8px;font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.ad-question-inner{background:var(--ink);color:#fff;border-radius:var(--r-xl,24px);padding:clamp(24px,4vw,40px);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}
.ad-question-inner h2{color:#fff;font-size:clamp(22px,3vw,30px);font-weight:800;margin:0}
.ad-question-inner p{margin:0;color:rgba(255,255,255,.82);font-size:18px}
.ad-question-inner a{color:var(--orange);font-weight:700}
.ad-partners{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(24px,4vw,52px)}
.ad-partner img{max-width:180px;height:auto;filter:grayscale(1);opacity:.7;transition:.18s}
.ad-partner img:hover{filter:none;opacity:1}
.ad-testimonial{margin:0;border-left:4px solid var(--orange);padding:8px 0 8px 28px;max-width:820px}
.ad-testimonial p{font-family:var(--display);font-size:clamp(20px,2.6vw,26px);line-height:1.45;color:var(--ink);margin:0 0 18px}
.ad-testimonial-cite{display:flex;flex-direction:column;gap:14px}
.ad-testimonial-cite cite{font-style:normal;font-weight:700;color:var(--ink-soft)}
.ad-testimonial-cite img{max-width:240px;height:auto}
.ad-cta-inner{text-align:center;background:var(--pink-soft);border:1px solid var(--line);border-radius:var(--r-xl,24px);padding:clamp(32px,5vw,56px)}
.ad-cta-inner h2{font-size:clamp(24px,3.4vw,36px);font-weight:800;margin:0 0 22px}
.ad-cta-email{margin:20px 0 0}
.ad-cta-email a{color:var(--orange-dark);font-weight:700}
@media(max-width:900px){.ad-hero-grid{grid-template-columns:1fr}.ad-metrics{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.ad-metrics{grid-template-columns:repeat(2,1fr)}.ad-question-inner{flex-direction:column;text-align:center}}

/* --- generic form fields for Contact (page.php) + Advertise fluentform, scoped so redesign inputs are untouched --- */
.page-body input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.page-body textarea,.page-body select,
.ad-form input:not([type=submit]):not([type=button]),.ad-form textarea,.ad-form select{
  width:100%;max-width:460px;min-height:46px;border:1.5px solid var(--line);border-radius:12px;
  padding:11px 16px;font-family:var(--body);font-size:15px;background:var(--white);color:var(--ink);outline:none;margin-bottom:14px}
.ad-form input,.ad-form textarea,.ad-form select{max-width:none}
.page-body textarea,.ad-form textarea{min-height:120px}
.page-body input:focus,.page-body textarea:focus,.page-body select:focus,
.ad-form input:focus,.ad-form textarea:focus,.ad-form select:focus{border-color:var(--orange)}
.page-body button,.page-body [type=submit],.ad-form button,.ad-form [type=submit]{
  display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 26px;border:0;border-radius:100px;
  background:var(--orange);color:#fff;font-family:var(--display);font-weight:700;font-size:15px;cursor:pointer}
.page-body button:hover,.page-body [type=submit]:hover,.ad-form button:hover,.ad-form [type=submit]:hover{background:var(--orange-dark)}

/* ================= BATCH 72 — batch of 31 fixes (filters, article/listicle/dict/qa/people, nav search, mobile header) ================= */

/* --- #13/#15 progressive reveal button (shared by all listings) --- */
.show-more-wrap{display:flex;justify-content:center;padding:8px 0 54px}
.show-more{cursor:pointer}

/* --- #21 desktop article summary in hero (under .by) --- */
.a-summary{margin-top:16px;max-width:60ch;font-family:var(--body);font-size:clamp(15px,1.4vw,18px);line-height:1.6;color:rgba(255,255,255,.92);text-shadow:0 1px 12px rgba(0,0,0,.35)}
/* --- #22/#13 in-body TOC moved to top of article (desktop) --- */
.toc-top{position:static;top:auto;margin:0 0 28px}
/* --- #21 mobile summary band (full-width, under hero) --- */
.a-summary-m{display:none}
@media(max-width:880px){
  .a-summary{display:none}
  .toc-top{display:none}
  .a-summary-m{display:block;background:linear-gradient(180deg,#1c1613,#16110f);color:#fff;padding:22px clamp(16px,4vw,24px)}
  .a-summary-m .toc-m-band{margin-bottom:16px}
  .a-summary-m .toc-m-band .lbl{font-family:var(--display);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:var(--orange);margin-bottom:10px}
  .a-summary-m .toc-m-band a{display:block;color:rgba(255,255,255,.88);font-size:15px;padding:7px 0 7px 14px;border-left:2px solid rgba(255,255,255,.22)}
  .a-summary-m .toc-m-band a:hover{color:#fff;border-color:var(--orange)}
  .a-summary-m .sum-text{margin:0;font-family:var(--body);font-size:16px;line-height:1.6;color:rgba(255,255,255,.92);padding-top:16px;border-top:1px solid rgba(255,255,255,.15)}
  /* avoid a duplicate mobile TOC: hide the old accordion when the summary band (with its own TOC) is present */
  .a-summary-m ~ .wrap details.toc-m{display:none}
}

/* --- #7 author directory: equal-height cards, max 4/row (contributors + experts) --- */
.author-grid{grid-template-columns:repeat(4,1fr);align-items:stretch}
.author-grid .contributor-item{height:100%}
.author-grid .contributor-item .social-links{margin-top:auto}
@media (max-width:1024px){.author-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:768px){.author-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.author-grid{grid-template-columns:1fr}}

/* --- #28 position single: full-width body --- */
.pos-single .layout{grid-template-columns:minmax(0,1fr)}
.pos-single .body .side-ad{margin-top:32px;text-align:center}

/* --- #26 dictionary single: trailing "Related Terms" block, formatted --- */
.dict-recommended{margin-top:34px;padding:24px 26px;border:1.5px solid var(--line);border-radius:16px;background:#fff}
.dict-recommended h2{margin:0 0 12px;font-family:var(--display);font-size:20px;color:var(--ink)}
.dict-recommended p{margin:0 0 12px}
.dict-recommended ul{margin:0;padding-left:20px;display:grid;gap:8px}
.dict-recommended li{line-height:1.5}
.dict-recommended a{color:var(--orange-dark)}

/* --- #17 site search: desktop icon + dropdown bar, mobile field in the menu --- */
header.site{position:relative}
.nav-search-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:none;color:var(--ink);cursor:pointer;border-radius:50%}
.nav-search-btn:hover{color:var(--orange-dark);background:var(--pink-soft)}
.nav-search-bar{position:absolute;right:16px;top:calc(100% - 4px);display:none;gap:8px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:100px;padding:6px 6px 6px 18px;box-shadow:0 18px 40px -18px rgba(22,17,15,.4);z-index:130;width:min(360px,80vw)}
.nav-search-bar.open{display:flex}
.nav-search-bar input{flex:1;border:0;outline:none;font-family:var(--body);font-size:15px;background:none;color:var(--ink)}
.nav-search-bar button{border:0;background:var(--orange);color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:none}
.nav-search-bar button:hover{background:var(--orange-dark)}
.menu-search-m{display:none}
@media(max-width:880px){
  .nav-search-btn{display:none}
  .menu-search-m{display:flex;align-items:center;gap:8px;margin-top:18px;border:1.5px solid var(--line);border-radius:100px;padding:5px 5px 5px 16px;width:100%}
  .menu-search-m input{flex:1;border:0;outline:none;background:none;font-family:var(--body);font-size:15px;color:var(--ink)}
  .menu-search-m button{border:0;background:var(--orange);color:#fff;width:38px;height:38px;border-radius:50%;flex:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
}

/* --- #23 mobile header: thinner + sticky + hide-on-scroll --- */
@media(max-width:880px){
  header.site{position:sticky;top:0;z-index:120;background:var(--white);transition:transform .3s ease;will-change:transform}
  header.site.hdr-hidden{transform:translateY(-100%)}
  header.site .wrap.nav{padding-top:8px!important;padding-bottom:8px!important}
  header.site .logo img{height:30px;width:auto}
}

/* ============ #19: TOPLIST — auto rank numbers, gold/silver/bronze top 3 ============ */
.body .kinkly-toplist{margin:26px 0}
.body .kinkly-toplist-table{width:100%;border-collapse:separate;border-spacing:0 10px;counter-reset:lc-rank}
.body .kinkly-toplist-table thead th{background:var(--ink)!important;color:#fff!important;font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-align:left;padding:12px 18px}
.body .kinkly-toplist-table thead th:first-child{border-radius:12px 0 0 12px}
.body .kinkly-toplist-table thead th:last-child{border-radius:0 12px 12px 0;text-align:right}
.body .kinkly-toplist-table tbody tr{counter-increment:lc-rank}
.body .kinkly-toplist-table tbody td{background:#fff;color:var(--ink);vertical-align:middle;padding:14px 18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.body .kinkly-toplist-table tbody td:first-child{border-left:1px solid var(--line);border-radius:12px 0 0 12px;min-width:140px;width:140px;white-space:nowrap}
.body .kinkly-toplist-table tbody td:last-child{border-right:1px solid var(--line);border-radius:0 12px 12px 0;text-align:right}
.body .kinkly-toplist-table tbody tr:hover td{background:var(--pink-soft)}
.body .kinkly-toplist-table tbody td.logo-column{position:relative;padding-left:20px}
.body .kinkly-toplist-table tbody td.logo-column::before{content:counter(lc-rank);display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;width:30px;height:30px;margin-right:12px;border-radius:50%;background:var(--ink);color:#fff;font-family:var(--display);font-weight:800;font-size:15px;line-height:1}
.body .kinkly-toplist-table .logo-placeholder{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;width:44px;height:44px;margin:0;border-radius:12px;background:#F4EFEA;border:1px solid var(--line);font-size:22px;line-height:1}
.body .kinkly-toplist-table .name-column{font-family:var(--display);font-weight:700;font-size:16px;color:var(--ink)}
.body .kinkly-toplist-table .visit-button{display:inline-block;padding:10px 22px;border-radius:100px;background:var(--orange);color:#fff!important;font-family:var(--display);font-weight:700;font-size:14px;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:0 2px 6px rgba(0,0,0,.12);transition:background .15s,transform .15s,box-shadow .15s}
.body .kinkly-toplist-table .visit-button:hover{background:var(--orange-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.18)}
.body .kinkly-toplist-table tbody tr:nth-child(1) td{background:linear-gradient(120deg,#FFF7DC,#FBE7A6);border-color:#E4B84B}
.body .kinkly-toplist-table tbody tr:nth-child(1) td.logo-column{border-left-color:#E4B84B}
.body .kinkly-toplist-table tbody tr:nth-child(1) td:last-child{border-right-color:#E4B84B}
.body .kinkly-toplist-table tbody tr:nth-child(1) .visit-button{background:linear-gradient(120deg,#C99A12,#E9C34F,#C99A12);color:#3a2c05!important}
.body .kinkly-toplist-table tbody tr:nth-child(2) td{background:linear-gradient(120deg,#FAFBFC,#DEE3E8);border-color:#B7BFC8}
.body .kinkly-toplist-table tbody tr:nth-child(2) td.logo-column{border-left-color:#B7BFC8}
.body .kinkly-toplist-table tbody tr:nth-child(2) td:last-child{border-right-color:#B7BFC8}
.body .kinkly-toplist-table tbody tr:nth-child(2) .visit-button{background:linear-gradient(120deg,#8C949E,#C7CDD4,#8C949E);color:#26292d!important}
.body .kinkly-toplist-table tbody tr:nth-child(3) td{background:linear-gradient(120deg,#FBEEE1,#E6C6A2);border-color:#C68A54}
.body .kinkly-toplist-table tbody tr:nth-child(3) td.logo-column{border-left-color:#C68A54}
.body .kinkly-toplist-table tbody tr:nth-child(3) td:last-child{border-right-color:#C68A54}
.body .kinkly-toplist-table tbody tr:nth-child(3) .visit-button{background:linear-gradient(120deg,#A66A33,#D2965E,#A66A33);color:#301c0a!important}
.body .kinkly-toplist-table tbody tr:nth-child(-n+3) td.logo-column::before{background-size:200% 200%;animation:lc-shimmer 6s ease-in-out infinite;box-shadow:0 1px 3px rgba(0,0,0,.25)}
.body .kinkly-toplist-table tbody tr:nth-child(1) td.logo-column::before{background-image:linear-gradient(120deg,#B8860B,#F4D35E,#B8860B);color:#3a2c05}
.body .kinkly-toplist-table tbody tr:nth-child(2) td.logo-column::before{background-image:linear-gradient(120deg,#7C848D,#D7DCE2,#7C848D);color:#26292d}
.body .kinkly-toplist-table tbody tr:nth-child(3) td.logo-column::before{background-image:linear-gradient(120deg,#8A5A2B,#D2965E,#8A5A2B);color:#301c0a}
@keyframes lc-shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@media (prefers-reduced-motion:reduce){.body .kinkly-toplist-table tbody tr:nth-child(-n+3) td.logo-column::before{animation:none}}
/* (card list no longer hidden — styled with medals in BATCH 74) */
@media (max-width:600px){
  .body .kinkly-toplist-table tbody td{padding:10px 12px}
  .body .kinkly-toplist-table tbody td:first-child{min-width:0;width:auto}
  .body .kinkly-toplist-table .logo-placeholder{width:36px;height:36px;font-size:18px}
  .body .kinkly-toplist-table tbody td.logo-column::before{width:26px;height:26px;font-size:13px;margin-right:8px}
  .body .kinkly-toplist-table .visit-button{padding:9px 16px;font-size:13px}
}

/* ============ #20: LC-INTRO — full-bleed card color-matched to the listicle hero ============ */
.lc-intro{background:linear-gradient(120deg,var(--c1,#EF8247),var(--c2,#9A3A55));color:var(--ct,#fff);padding:clamp(22px,4vw,40px) 0;border-bottom:1px solid rgba(0,0,0,.06)}
.lc-intro .wrap{max-width:820px}
.lc-intro p{margin:0;color:var(--ct,#fff);font-family:var(--display);font-weight:600;font-size:clamp(17px,2.4vw,22px);line-height:1.5}

/* ================= BATCH 73 — nav search cleanup (single, cache-robust) + breadcrumb ================= */
/* One search only: the icon in nav-right toggles a dropdown that is hidden by the
 * [hidden] attribute (works even if a stale combined stylesheet is served). */
.menu-search-m{display:none!important}
.nav-search-btn{display:inline-flex!important}
.nav-search-bar{position:absolute;right:16px;top:calc(100% - 4px);gap:8px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:100px;padding:6px 6px 6px 18px;box-shadow:0 18px 40px -18px rgba(22,17,15,.4);z-index:130;width:min(360px,80vw)}
.nav-search-bar[hidden]{display:none!important}
.nav-search-bar:not([hidden]){display:flex}
.nav-search-bar input{flex:1;border:0;outline:none;font-family:var(--body);font-size:15px;background:none;color:var(--ink)}
.nav-search-bar button{border:0;background:var(--orange);color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:none}
.nav-search-bar button:hover{background:var(--orange-dark)}

/* #4 breadcrumb: show the path only up to the parent, not the current page's own title */
.cd-breadcrumb li.current{display:none}

/* #3 dictionary A-Z reel: grab cursor to signal drag-to-scroll */
.az-reel{cursor:grab}
.az-reel.dragging{cursor:grabbing;scroll-behavior:auto}

/* ================= BATCH 74 — listicle CARD view medals (.kinkly-toplist-card) ================= */
/* The visible ranking on listicle pages is the .kinkly-toplist-card list (inside
 * .kinkly-toplist-mobile), not just the table. Style the cards with rank numbers,
 * gold/silver/bronze top-3, coloured visit buttons + shimmer. */
.body .kinkly-toplist-mobile{counter-reset:lc-cardrank}
.body .kinkly-toplist-card{counter-increment:lc-cardrank;position:relative;display:flex;align-items:center;gap:14px;padding:14px 18px 14px 56px;background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:10px}
.body .kinkly-toplist-card::before{content:counter(lc-cardrank);position:absolute;left:12px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--ink);color:#fff;font-family:var(--display);font-weight:800;font-size:15px;line-height:1}
.body .kinkly-toplist-card .logo-placeholder{width:44px;height:44px;flex:none;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#F4EFEA;border:1px solid var(--line);font-size:22px;line-height:1;margin:0}
.body .kinkly-toplist-card .affiliate-name{flex:1;min-width:0;font-family:var(--display);font-weight:700;font-size:16px;color:var(--ink)}
.body .kinkly-toplist-card .visit-button{flex:none;display:inline-block;padding:10px 22px;border-radius:100px;background:var(--orange);color:#fff!important;font-family:var(--display);font-weight:700;font-size:14px;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:0 2px 6px rgba(0,0,0,.12);transition:background .15s,transform .15s,box-shadow .15s}
.body .kinkly-toplist-card .visit-button:hover{background:var(--orange-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.18)}
/* top 3 medals */
.body .kinkly-toplist-card:nth-child(1){background:linear-gradient(120deg,#FFF7DC,#FBE7A6);border-color:#E4B84B}
.body .kinkly-toplist-card:nth-child(2){background:linear-gradient(120deg,#FAFBFC,#DEE3E8);border-color:#B7BFC8}
.body .kinkly-toplist-card:nth-child(3){background:linear-gradient(120deg,#FBEEE1,#E6C6A2);border-color:#C68A54}
.body .kinkly-toplist-card:nth-child(1) .visit-button{background:linear-gradient(120deg,#C99A12,#E9C34F,#C99A12);color:#3a2c05!important}
.body .kinkly-toplist-card:nth-child(2) .visit-button{background:linear-gradient(120deg,#8C949E,#C7CDD4,#8C949E);color:#26292d!important}
.body .kinkly-toplist-card:nth-child(3) .visit-button{background:linear-gradient(120deg,#A66A33,#D2965E,#A66A33);color:#301c0a!important}
.body .kinkly-toplist-card:nth-child(1)::before{background-image:linear-gradient(120deg,#B8860B,#F4D35E,#B8860B);color:#3a2c05;background-size:200% 200%;animation:lc-shimmer 6s ease-in-out infinite}
.body .kinkly-toplist-card:nth-child(2)::before{background-image:linear-gradient(120deg,#7C848D,#D7DCE2,#7C848D);color:#26292d;background-size:200% 200%;animation:lc-shimmer 6s ease-in-out infinite}
.body .kinkly-toplist-card:nth-child(3)::before{background-image:linear-gradient(120deg,#8A5A2B,#D2965E,#8A5A2B);color:#301c0a;background-size:200% 200%;animation:lc-shimmer 6s ease-in-out infinite}
@media(prefers-reduced-motion:reduce){.body .kinkly-toplist-card:nth-child(-n+3)::before{animation:none}}
@media(max-width:520px){.body .kinkly-toplist-card{padding-left:50px}.body .kinkly-toplist-card .visit-button{padding:9px 16px;font-size:13px}}

/* ================= BATCH 75 — blur article hero image ================= */
.a-hero img.bg{filter:blur(7px) brightness(.92);transform:scale(1.08)}

/* ================= BATCH 76 — cool medal ranking: gold/silver/bronze + animated shine ================= */
/* Moving glossy sweep across the top-3 rows/cards (only layer 1 moves; metallic base stays put). */
@keyframes lc-sheen{0%{background-position:160% 0,0 0}100%{background-position:-160% 0,0 0}}

/* ---------- TABLE view (desktop) ---------- */
/* markup already ships a .trank ("#1") badge, so drop my injected counter and style .trank instead */
.body .kinkly-toplist-table tbody td.logo-column::before{content:none!important}
.body .kinkly-toplist-table .trank{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 8px;margin-right:10px;border-radius:100px;background:var(--ink);color:#fff;font-family:var(--display);font-weight:800;font-size:14px;vertical-align:middle}
/* base: rest of the rows clean white */
.body .kinkly-toplist-table tbody tr td{background:#fff}
/* gold / silver / bronze rows with shine */
.body .kinkly-toplist-table tbody tr:nth-child(1) td{background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.75) 50%,transparent 60%),linear-gradient(120deg,#FFF3C4,#F4D35E,#E0A81E);background-size:220% 100%,100% 100%;background-repeat:no-repeat;animation:lc-sheen 4.5s linear infinite;border-color:#E4B84B}
.body .kinkly-toplist-table tbody tr:nth-child(2) td{background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.8) 50%,transparent 60%),linear-gradient(120deg,#F4F6F8,#D7DCE2,#AEB6BF);background-size:220% 100%,100% 100%;background-repeat:no-repeat;animation:lc-sheen 4.5s linear infinite .6s;border-color:#B7BFC8}
.body .kinkly-toplist-table tbody tr:nth-child(3) td{background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.62) 50%,transparent 60%),linear-gradient(120deg,#F7DFC6,#E6B183,#C6864F);background-size:220% 100%,100% 100%;background-repeat:no-repeat;animation:lc-sheen 4.5s linear infinite 1.2s;border-color:#C68A54}
.body .kinkly-toplist-table tbody tr:nth-child(1) .trank{background:linear-gradient(120deg,#B8860B,#F4D35E);color:#3a2c05}
.body .kinkly-toplist-table tbody tr:nth-child(2) .trank{background:linear-gradient(120deg,#8C949E,#D7DCE2);color:#26292d}
.body .kinkly-toplist-table tbody tr:nth-child(3) .trank{background:linear-gradient(120deg,#A66A33,#D2965E);color:#301c0a}
.body .kinkly-toplist-table tbody tr:nth-child(1) .visit-button{background:#C99A12;color:#3a2c05!important}
.body .kinkly-toplist-table tbody tr:nth-child(2) .visit-button{background:#9AA2AB;color:#26292d!important}
.body .kinkly-toplist-table tbody tr:nth-child(3) .visit-button{background:#B4784A;color:#fff!important}

/* ---------- CARD view (mobile / card layout) ---------- */
.body .kinkly-toplist-card{background:#fff}
.body .kinkly-toplist-card:nth-child(1){background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.75) 50%,transparent 60%),linear-gradient(120deg,#FFF3C4,#F4D35E,#E0A81E);background-size:220% 100%,100% 100%;background-repeat:no-repeat;animation:lc-sheen 4.5s linear infinite;border-color:#E4B84B}
.body .kinkly-toplist-card:nth-child(2){background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.8) 50%,transparent 60%),linear-gradient(120deg,#F4F6F8,#D7DCE2,#AEB6BF);background-size:220% 100%,100% 100%;background-repeat:no-repeat;animation:lc-sheen 4.5s linear infinite .6s;border-color:#B7BFC8}
.body .kinkly-toplist-card:nth-child(3){background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.62) 50%,transparent 60%),linear-gradient(120deg,#F7DFC6,#E6B183,#C6864F);background-size:220% 100%,100% 100%;background-repeat:no-repeat;animation:lc-sheen 4.5s linear infinite 1.2s;border-color:#C68A54}
.body .kinkly-toplist-card:nth-child(1)::before{background-image:linear-gradient(120deg,#B8860B,#F4D35E);color:#3a2c05}
.body .kinkly-toplist-card:nth-child(2)::before{background-image:linear-gradient(120deg,#8C949E,#D7DCE2);color:#26292d}
.body .kinkly-toplist-card:nth-child(3)::before{background-image:linear-gradient(120deg,#A66A33,#D2965E);color:#301c0a}
.body .kinkly-toplist-card:nth-child(1) .visit-button{background:#C99A12;color:#3a2c05!important}
.body .kinkly-toplist-card:nth-child(2) .visit-button{background:#9AA2AB;color:#26292d!important}
.body .kinkly-toplist-card:nth-child(3) .visit-button{background:#B4784A;color:#fff!important}

@media(prefers-reduced-motion:reduce){
  .body .kinkly-toplist-table tbody tr:nth-child(-n+3) td,
  .body .kinkly-toplist-card:nth-child(-n+3){animation:none}
}

/* ================= BATCH 77 — listicle hero summary + robust numbering/medals over the affiliate-plugin CSS ================= */

/* intro paragraph in the listicle hero, styled like the article summary (dark text on the pastel hero) */
.lc-in .lc-summary{margin-top:16px;max-width:64ch;font-family:var(--body);font-size:clamp(15px,1.5vw,18px);line-height:1.6;color:var(--ct,#241c19);opacity:.92}

/* --- TABLE numbering: the affiliate plugin ships no .trank, so number with a counter --- */
.body .kinkly-toplist-table{counter-reset:lc-rank}
.body .kinkly-toplist-table tbody tr{counter-increment:lc-rank}
.body .kinkly-toplist-table .trank{display:none!important}
.body .kinkly-toplist-table tbody td.logo-column{position:relative;white-space:nowrap}
.body .kinkly-toplist-table tbody td.logo-column::before{content:counter(lc-rank)!important;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:12px;border-radius:50%;background:var(--ink);color:#fff;font-family:var(--display);font-weight:800;font-size:15px;line-height:1;vertical-align:middle}

/* --- force gold/silver/bronze table rows over the plugin's grey grid --- */
.body .kinkly-toplist-table tbody tr td{background-color:#fff}
.body .kinkly-toplist-table tbody tr:nth-child(1) td{background-color:#F4D35E!important;background-image:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.75) 50%,transparent 60%),linear-gradient(120deg,#FFF3C4,#F4D35E,#E0A81E)!important;background-size:220% 100%,100% 100%!important;background-repeat:no-repeat!important;animation:lc-sheen 4.5s linear infinite;border-color:#E4B84B!important}
.body .kinkly-toplist-table tbody tr:nth-child(2) td{background-color:#D7DCE2!important;background-image:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.8) 50%,transparent 60%),linear-gradient(120deg,#F4F6F8,#D7DCE2,#AEB6BF)!important;background-size:220% 100%,100% 100%!important;background-repeat:no-repeat!important;animation:lc-sheen 4.5s linear infinite .6s;border-color:#B7BFC8!important}
.body .kinkly-toplist-table tbody tr:nth-child(3) td{background-color:#E6B183!important;background-image:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.62) 50%,transparent 60%),linear-gradient(120deg,#F7DFC6,#E6B183,#C6864F)!important;background-size:220% 100%,100% 100%!important;background-repeat:no-repeat!important;animation:lc-sheen 4.5s linear infinite 1.2s;border-color:#C68A54!important}
.body .kinkly-toplist-table tbody tr:nth-child(1) td.logo-column::before{background:linear-gradient(120deg,#B8860B,#F4D35E)!important;color:#3a2c05!important}
.body .kinkly-toplist-table tbody tr:nth-child(2) td.logo-column::before{background:linear-gradient(120deg,#8C949E,#D7DCE2)!important;color:#26292d!important}
.body .kinkly-toplist-table tbody tr:nth-child(3) td.logo-column::before{background:linear-gradient(120deg,#A66A33,#D2965E)!important;color:#301c0a!important}

/* --- visit buttons: replace the plugin's red with the theme look, medal colors on top 3 --- */
.body .kinkly-toplist .visit-button{background-color:var(--orange)!important;color:#fff!important;border-radius:100px!important;padding:10px 22px!important;font-family:var(--display)!important;font-weight:700!important;box-shadow:none!important}
.body .kinkly-toplist .visit-button:hover{background-color:var(--orange-dark)!important}
.body .kinkly-toplist-table tbody tr:nth-child(1) .visit-button,.body .kinkly-toplist-card:nth-child(1) .visit-button{background:#C99A12!important;color:#3a2c05!important}
.body .kinkly-toplist-table tbody tr:nth-child(2) .visit-button,.body .kinkly-toplist-card:nth-child(2) .visit-button{background:#9AA2AB!important;color:#26292d!important}
.body .kinkly-toplist-table tbody tr:nth-child(3) .visit-button,.body .kinkly-toplist-card:nth-child(3) .visit-button{background:#B4784A!important;color:#fff!important}

/* ================= BATCH 78 — mobile search lives inside the hamburger menu ================= */
/* stays hidden (hidden attr) until JS reveals it when the menu opens -> no pageload flash */
.menu-search-m:not([hidden]){display:flex;align-items:center;gap:8px;margin-top:18px;width:100%;border:1.5px solid var(--line);border-radius:100px;padding:5px 5px 5px 16px;background:var(--white)}
.menu-search-m input{flex:1;min-width:0;border:0;outline:none;background:none;font-family:var(--body);font-size:15px;color:var(--ink)}
.menu-search-m button{border:0;background:var(--orange);color:#fff;width:40px;height:40px;flex:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.menu-search-m button:hover{background:var(--orange-dark)}
/* on mobile the desktop search icon/dropdown are not used (search is in the menu) */
@media(max-width:880px){.nav-search-btn,.nav-search-bar{display:none!important}}

/* ================= BATCH 79 — mobile: smaller section h2, view-all to bottom, trim under-hero space ================= */
.kr-artbody{padding-top:30px}
@media(max-width:880px){
  /* #1 smaller section headings on mobile */
  .section-head h2{font-size:20px}
  /* #2/#3 non-home sections (Related, More best-of, topic "More X"): move the header button
     to a full-width button at the BOTTOM of the section */
  .section:not([class*="grad"]) .wrap{display:flex;flex-direction:column}
  .section:not([class*="grad"]) .section-head{display:contents}
  .section:not([class*="grad"]) .section-head h2{order:0;margin-bottom:14px}
  .section:not([class*="grad"]) .grid{order:1}
  .section:not([class*="grad"]) .section-head .btn{order:2;width:100%;margin-top:16px;justify-content:center}
  /* #4 trim excess spacing under the hero, above the "in this article"/content */
  .kr-artbody{padding-top:10px}
  .article-narrow{padding-top:16px!important}
  .a-summary-m{padding-top:16px;padding-bottom:18px}
}

/* ================= BATCH 80 — dictionary hero: first paragraph on a white card (desktop + mobile) ================= */
.hdr-dict .dict-hero-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px 24px;margin-top:18px;max-width:760px;box-shadow:0 10px 28px -14px rgba(22,17,15,.25)}
.hdr-dict .dict-hero-card p{margin:0;font-family:var(--body);font-size:clamp(15px,1.5vw,18px);line-height:1.6;color:var(--ink-soft)}
@media(max-width:880px){.hdr-dict .dict-hero-card{padding:16px 18px;margin-top:14px}}

/* ================= BATCH 81 — mobile: section "view all/more" buttons ALWAYS at the section bottom ================= */
@media(max-width:880px){
  /* revert the earlier display:contents experiment so the bottom see-all-m button flows normally */
  .section:not([class*="grad"]) .wrap{display:block}
  .section:not([class*="grad"]) .section-head{display:flex}
  /* hide the inline header button on mobile; a full-width button at the section bottom (.see-all-m) replaces it */
  .section-head .btn{display:none!important}
}

/* ================= BATCH 82 — content heading spacing/separators + shim for un-ported parent pages ================= */
/* space + a light separator above section headings in article/definition/listicle body text */
.body .article-content h2{margin-top:46px;padding-top:26px;border-top:1px solid var(--line);font-family:var(--display);font-weight:800;line-height:1.15}
.body .article-content h2:first-child{margin-top:6px;padding-top:0;border-top:0}
.body .article-content h3{margin-top:32px;font-family:var(--display);font-weight:700}
.body .article-content p{margin:0 0 18px}

/* shim: un-ported parent templates (e.g. /top-sex-bloggers/) use Bootstrap-y markup that lost its styles */
.container{max-width:1120px;margin:0 auto;padding:0 20px}
.big-title{display:block;font-family:var(--display);font-weight:800;font-size:clamp(26px,4vw,40px);line-height:1.1;margin:28px 0 18px;color:var(--ink)}
.pink-alert{background:var(--pink-soft);border-radius:14px;padding:16px 20px;margin:0 0 22px;color:var(--ink)}
.sex-guide-seperator,.q-and-a-seperator{height:1px;background:var(--line);margin:26px 0}
.sex-blog-item,.reviewers .writer-bios,.contributor-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;margin-bottom:16px}
.sex-blog-item img,.contributor-item img{border-radius:12px;max-width:140px;height:auto}
.btn-orange,.yellow-link,.btn-more{display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-weight:700;color:var(--orange-dark)}
