/* ============================================================
   HOME — "David Marius" front page.
   Ported from _mockup-david.html into WordPress core blocks.
   Light-dominant (cream/white) with DARK fixed-background sections.
   Tokens, buttons, section primitives, header/footer and the reveal
   base live in base.css and are NOT redefined here.
   ============================================================ */

.home-main{background:var(--cream);color:var(--navy);}
.home-main > .wp-block-group,
.home-main > .wp-block-columns{margin-block:0;}

/* constrained content width inside full-bleed sections */
.home-main .wp-block-group.section > *,
.home-main .wp-block-group.hero > *{
  max-width:var(--maxw);margin-inline:auto;
  padding-inline:clamp(1.1rem,4vw,2.5rem);
}

/* centered section heads */
.section-head{text-align:center;max-width:760px;margin-inline:auto;margin-block:0 clamp(40px,5vw,64px);}
.section-head h2{margin:0 0 1rem;}
.section-head p{margin:0;opacity:.9;}

/* =====================================================================
   1 · HERO — cream, portrait image + text/CTA (two columns)
   ===================================================================== */
.hero{background:var(--light);padding-block:clamp(96px,12vw,140px) clamp(60px,8vw,110px);}
.hero .wp-block-columns{align-items:center;gap:clamp(32px,5vw,72px);}
.hero h1{margin:0 0 1.4rem;font-size:clamp(2.2rem,5vw,3rem);}
.hero .lede{margin:0 0 2rem;color:#33414f;max-width:60ch;}
.hero .hero-portrait{margin:0;}
.hero .hero-portrait img{
  width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;
  box-shadow:0 30px 60px rgba(28,40,56,.18);
}

/* =====================================================================
   2 · HOOK — dark fixed-bg; intro text + image + checklist
   ===================================================================== */
.hook .wp-block-columns{align-items:start;gap:clamp(32px,5vw,72px);}
.hook .lede{color:rgba(255,255,255,.92);margin:0 0 1.2rem;}
.hook p{color:rgba(255,255,255,.82);}
.hook .hook-img img{width:100%;aspect-ratio:16/10;object-fit:cover;
  box-shadow:0 18px 40px rgba(0,0,0,.4);}
.hook .eyebrow{color:#fff;opacity:.6;margin:1.8rem 0 1rem;}
.hook .hook-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem;max-width:60ch;}
.hook .hook-list li{position:relative;padding-inline-start:1.8rem;line-height:1.6;color:rgba(255,255,255,.9);}
.hook .hook-list li::before{
  content:"";position:absolute;inset-inline-start:0;top:.55em;width:8px;height:8px;
  border:1px solid rgba(255,255,255,.7);transform:rotate(45deg);
}

/* =====================================================================
   3 · PATHS — cream, three image-topped cards
   ===================================================================== */
.paths .wp-block-columns{align-items:stretch;gap:28px;}
.paths .wp-block-column{
  background:var(--white);border:1px solid var(--line);
  display:flex;flex-direction:column;overflow:hidden;text-align:center;
  padding:0 0 36px;
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);
}
.paths .wp-block-column:hover{transform:translateY(-6px);box-shadow:0 26px 50px rgba(28,40,56,.12);}
.paths .wp-block-column .wp-block-image{margin:0 0 1.6rem;aspect-ratio:16/10;overflow:hidden;}
.paths .wp-block-column .wp-block-image img{
  width:100%;height:100%;object-fit:cover;
  filter:saturate(.9) contrast(1.02);
  transition:filter .45s var(--ease),transform .6s var(--ease);
}
.paths .wp-block-column:hover .wp-block-image img{filter:saturate(1) contrast(1.02);transform:scale(1.04);}
.paths .wp-block-column h3{margin:0 0 .8rem;padding-inline:30px;font-size:clamp(1.15rem,1.8vw,1.4rem);}
.paths .wp-block-column p{margin:0 0 1.8rem;padding-inline:30px;font-size:1.02rem;line-height:1.6;flex:1;}
.paths .wp-block-column .wp-block-buttons{justify-content:center;padding-inline:30px;margin-top:auto;}

/* =====================================================================
   4 · EVENTS — white, three poster cards + banner
   ===================================================================== */
.events .wp-block-columns{align-items:stretch;gap:28px;}
.events .wp-block-column{
  background:var(--white);border:1px solid var(--line);
  display:flex;flex-direction:column;overflow:hidden;padding:0 0 34px;
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);
}
.events .wp-block-column:hover{transform:translateY(-6px);box-shadow:0 26px 50px rgba(28,40,56,.12);}
.events .wp-block-column .wp-block-image{margin:0 0 1.6rem;aspect-ratio:3/4;overflow:hidden;background:var(--navy);}
.events .wp-block-column .wp-block-image img{
  width:100%;height:100%;object-fit:cover;object-position:center;
  filter:saturate(.9) contrast(1.02);
  transition:filter .45s var(--ease),transform .6s var(--ease);
}
.events .wp-block-column:hover .wp-block-image img{filter:saturate(1) contrast(1.02);transform:scale(1.04);}
.events .ev-name{font-family:var(--wp--preset--font-family--heading);font-size:1.25rem;
  margin:0 0 .8rem;padding-inline:30px;}
.events .ev-meta{margin:0 0 1.6rem;padding-inline:30px;color:var(--muted);
  display:flex;flex-direction:column;gap:.4rem;}
.events .wp-block-buttons{justify-content:center;padding-inline:30px;margin-top:auto;}
.events-banner{margin-top:48px;overflow:hidden;}
.events-banner img{width:100%;height:clamp(220px,32vw,360px);object-fit:cover;object-position:center 30%;}

/* =====================================================================
   5 · TESTIMONIAL — dark fixed-bg; centered quote
   ===================================================================== */
.testimonial .wp-block-quote{
  max-width:820px;margin-inline:auto;text-align:center;border:none;padding:0;
}
.testimonial .wp-block-quote p{
  font-size:clamp(1.3rem,2.6vw,1.85rem);line-height:1.6;font-style:italic;
  color:#fff;margin:0 auto 1.4rem;
}
.testimonial .wp-block-quote cite{
  font-family:var(--wp--preset--font-family--heading);font-style:normal;
  letter-spacing:2px;font-size:.95rem;text-transform:uppercase;
  color:#fff;opacity:.85;display:block;margin-bottom:2rem;
}
.testimonial .wp-block-buttons{justify-content:center;}

/* =====================================================================
   6 · ABOUT — cream, portrait + text (two columns, image right)
   ===================================================================== */
.about .wp-block-columns{align-items:center;gap:clamp(32px,5vw,72px);}
.about .about-img img{width:100%;aspect-ratio:4/5;object-fit:cover;
  box-shadow:0 24px 50px rgba(28,40,56,.16);}
.about .eyebrow{margin:0 0 .6rem;}
.about h2{margin:0 0 1.2rem;}
.about .lede{margin:0 0 1.2rem;}
.about p{margin:0 0 1.2rem;}

/* =====================================================================
   7 · TRANCE — dark fixed-bg; centered explanatory text
   ===================================================================== */
.trance .trance-inner{max-width:760px;margin-inline:auto;text-align:center;}
.trance .lede{color:rgba(255,255,255,.94);margin:0 auto 1.2rem;}
.trance p{color:rgba(255,255,255,.85);margin:0 auto 1.2rem;max-width:62ch;}

/* =====================================================================
   8 · NEWSLETTER — dark fixed-bg; centered CTA copy + actions
   ===================================================================== */
.newsletter .news-inner{max-width:680px;margin-inline:auto;text-align:center;}
.newsletter .eyebrow{color:#fff;opacity:.6;margin:0 0 1rem;}
.newsletter h2{margin:0 0 1rem;}
.newsletter p{color:rgba(255,255,255,.85);margin:0 auto 2rem;}
.newsletter .wp-block-buttons{justify-content:center;}

/* =====================================================================
   9 · CLOSING — cream, centered final CTA + secondary links
   ===================================================================== */
.closing .closing-inner{text-align:center;max-width:760px;margin-inline:auto;}
.closing h2{margin:0 0 1.2rem;}
.closing p{max-width:60ch;margin:0 auto 2.2rem;}
.closing .wp-block-buttons{justify-content:center;}
.closing .closing-secondary{margin-top:1.6rem;font-size:.98rem;opacity:.85;
  display:flex;gap:8px 22px;justify-content:center;flex-wrap:wrap;}
.closing .closing-secondary a{color:var(--navy);
  border-bottom:1px solid var(--line);padding-bottom:1px;}
.closing .closing-secondary a:hover{border-color:var(--navy);}

/* =====================================================================
   RESPONSIVE — stack columns
   ===================================================================== */
@media (max-width:860px){
  .hero .wp-block-columns,
  .hook .wp-block-columns,
  .about .wp-block-columns{flex-wrap:wrap;}
  .hero .hero-portrait{order:-1;max-width:420px;margin-inline:auto;}
  .paths .wp-block-columns,
  .events .wp-block-columns{flex-wrap:wrap;}
}

@media (prefers-reduced-motion:reduce){
  .paths .wp-block-column,
  .events .wp-block-column{transition:none;}
}

/* ============================================================
   BRAND ACCENTS — the logo's purple layered over the navy base.
   The home is the hypnoerotica territory, so accents are boldest
   here. Navy stays the structural colour; nothing structural moves.
   ============================================================ */

/* the held-image dark sections read DEEP VIOLET (not navy) so the home —
   the hypnoerotica territory — feels purple end-to-end, like the reference */
.home-main{
  --navy-overlay-top:rgba(28,11,77,.84);
  --navy-overlay-bot:rgba(28,11,77,.76);
}

/* eyebrows / kickers: indigo on light, lavender glow on dark */
.home-main .eyebrow{color:var(--indigo);opacity:1;}
.home-main .hook .eyebrow,
.home-main .trance .eyebrow,
.home-main .newsletter .eyebrow{color:var(--lavender);opacity:1;}

/* section-head: a soft violet→lavender connecting-thread rule (echoes the
   logo swirl) under each title — replaces the earlier gold rule */
.home-main .section-head h2{
  position:relative;padding-bottom:.85rem;
  font-size:clamp(1.9rem,4vw,2.9rem);
}
.home-main .section-head h2::after{
  content:"";position:absolute;inset-inline:0;bottom:0;margin-inline:auto;
  width:74px;height:3px;border-radius:var(--radius-pill);
  background:linear-gradient(90deg,transparent,var(--violet),var(--lavender),transparent);
}

/* hook checklist markers → lavender diamonds */
.home-main .hook .hook-list li::before{
  border-color:var(--lavender);background:rgba(201,169,245,.18);
}

/* card hover → warm violet-tinted lift (was cool navy) */
.home-main .paths .wp-block-column:hover,
.home-main .events .wp-block-column:hover{box-shadow:0 26px 50px var(--shadow-violet);}

/* hero portrait → violet depth + rounded */
.home-main .hero h1{font-size:clamp(2.6rem,6.5vw,4.5rem);}
.home-main .hero .hero-portrait img,
.home-main .about .about-img img{
  box-shadow:0 30px 60px var(--shadow-violet);border-radius:var(--radius-card);
}

/* =====================================================================
   HOME HERO — immersive cinematic: cosmic background, light text,
   glowing portrait. Replaces the flat cream hero.
   ===================================================================== */
.page-home .hero--immersive{
  --section-bg:url('../img/bg-nebula-pink.jpg');
  background:var(--navy);
  padding-block:clamp(96px,12vw,156px);
}
/* bright, colourful nebula shows through; only a soft global tint + a
   directional scrim on the text side (right, in RTL) for legibility */
.page-home .hero--immersive::after{
  background:
    linear-gradient(270deg, rgba(46,18,92,.02) 0%, rgba(42,16,84,.34) 52%, rgba(34,12,72,.66) 100%),
    linear-gradient(180deg, rgba(46,18,92,.12), rgba(34,12,72,.30));
}
.home-main .hero--immersive h1{
  color:#fff;text-shadow:0 4px 34px rgba(0,0,0,.5);
}
.home-main .hero--immersive .lede{
  color:rgba(255,255,255,.92);text-shadow:0 2px 18px rgba(0,0,0,.45);max-width:54ch;
}
.home-main .hero--immersive .eyebrow{color:var(--lavender);opacity:1;}
/* glowing key-words in the headline */
.home-main .hero--immersive .accent-glow{
  background:linear-gradient(100deg,#f6e4ff,var(--lavender) 48%,#c79bff);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 0 24px rgba(201,169,245,.55));
}
/* portrait → glowing violet ring on the dark backdrop */
.home-main .hero--immersive .hero-portrait img{
  box-shadow:0 30px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(201,169,245,.35), 0 0 70px rgba(140,90,220,.40);
  border-radius:var(--radius-card);
}

/* =====================================================================
   LIVING BACKGROUNDS — slow "Ken Burns" drift on the home's cosmic
   image sections, so the nebula hero + cloud bands feel like video
   (pure CSS transform — GPU-friendly, no media files). Disabled for
   visitors who prefer reduced motion.
   ===================================================================== */
@media (prefers-reduced-motion: no-preference){
  /* hero nebula — the most alive */
  .home-main .hero--immersive::before{
    background-attachment:scroll;
    transform-origin:62% 38%;
    will-change:transform;
    animation:kenburnsHero 36s ease-in-out infinite alternate;
  }
  @keyframes kenburnsHero{
    from{transform:scale(1.10) translate3d(0,0,0);}
    to{transform:scale(1.20) translate3d(-2%,-1.6%,0);}
  }
  /* cloud strips / other cosmic bands on the home — gentler, slower */
  .home-main .section--image:not(.hero--immersive)::before,
  .home-main .fixed-bg:not(.hero--immersive)::before{
    background-attachment:scroll;
    transform-origin:center;
    will-change:transform;
    animation:driftBand 52s ease-in-out infinite alternate;
  }
  @keyframes driftBand{
    from{transform:scale(1.10) translate3d(-1.6%,0,0);}
    to{transform:scale(1.16) translate3d(1.6%,-1.4%,0);}
  }
}

/* rounded cards (posters + path cards) — soft "sensual editorial" geometry */
.home-main .paths .wp-block-column,
.home-main .events .wp-block-column{border-radius:var(--radius-card);}
.home-main .events .wp-block-column .wp-block-image{
  border-start-start-radius:var(--radius-card);border-start-end-radius:var(--radius-card);
}

/* primary CTAs across the home → violet (readable on light AND dark) */
.home-main .btn-filled .wp-block-button__link,
.home-main .btn-filled-light .wp-block-button__link{
  background:var(--violet);border-color:var(--violet);color:var(--white);
}
.home-main .btn-filled .wp-block-button__link:hover,
.home-main .btn-filled-light .wp-block-button__link:hover{
  background:var(--indigo);border-color:var(--indigo);color:var(--white);
}

/* the single magenta POP — the final closing CTA only */
.home-main .closing .btn-filled .wp-block-button__link,
.home-main .closing .btn-filled-light .wp-block-button__link{
  background:var(--magenta);border-color:var(--magenta);color:var(--white);
}
.home-main .closing .btn-filled .wp-block-button__link:hover,
.home-main .closing .btn-filled-light .wp-block-button__link:hover{
  background:#a21caf;border-color:#a21caf;color:var(--white);
}

/* closing secondary links → indigo accent */
.home-main .closing .closing-secondary a:hover{color:var(--indigo);border-color:var(--indigo);}

















/* === SB-HOME (person rebrand) START === */
.sb-home{
  --navy:#1C2838; --violet:#7C3AED; --violet-deep:#1C0B4D; --indigo:#3614C9;
  --lavender:#C9A9F5; --magenta:#C026D3; --ember:#E0795B; --teal:#3E6AE1;
  --cream:#faf8f5; --ink:#1C2838; --muted:#62606b; --line:#ece7f5;
  --img:'/wp-content/themes/hypnoerotica/assets/img/';
}
.sb-home *{margin:0;padding:0;box-sizing:border-box}
.sb-home{scroll-behavior:smooth}
.sb-home{font-family:'Rubik',sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}
.sb-home img{display:block;max-width:100%}
.sb-home a{text-decoration:none;color:inherit}
.sb-home .serif{font-family:'Frank Ruhl Libre',serif}
.sb-home .wrap{max-width:1120px;margin:0 auto;padding:0 28px}
.sb-home .eyebrow{font-size:13px;letter-spacing:4px;font-weight:500;text-transform:none}
.sb-home .btn{display:inline-flex;align-items:center;gap:9px;font-size:15px;font-weight:500;padding:13px 26px;border-radius:999px;transition:transform .15s ease,box-shadow .2s ease}
.sb-home .btn:hover{transform:translateY(-2px)}
.sb-home .btn-primary{background:var(--violet);color:#fff;box-shadow:0 10px 28px rgba(124,58,237,.4)}
.sb-home .btn-magenta{background:var(--magenta);color:#fff;box-shadow:0 12px 34px rgba(192,38,211,.45)}
.sb-home .btn-ghost{border:1px solid rgba(255,255,255,.45);color:#fff}
.sb-home .btn-ghost-dark{border:1px solid var(--line);color:var(--navy)}
.sb-home section{position:relative}
.sb-home a:focus-visible, .sb-home .btn:focus-visible, .sb-home .world:focus-visible, .sb-home .ev-card:focus-visible, .sb-home .ct-card:focus-visible, .sb-home .nav-cta:focus-visible{outline:2px solid var(--lavender);outline-offset:3px;border-radius:8px}
.sb-home .dark{color:#fff}
.sb-home .scrim::before{content:"";position:absolute;inset:0;z-index:0}
.sb-home .sec-head{text-align:center;max-width:640px;margin:0 auto 46px}
.sb-home .sec-head h2{font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.1;margin-bottom:14px}
.sb-home .sec-head p{font-size:16px;color:var(--muted)}
.sb-home .dark .sec-head p{color:#d7cfe8}
.sb-home .kicker-line{display:inline-block;font-size:12px;letter-spacing:3px;color:var(--violet);font-weight:600;margin-bottom:12px}
.sb-home .dark .kicker-line{color:var(--lavender)}
.sb-home /* ===== HEADER ===== */
header.nav{position:sticky;top:0;z-index:50;background:rgba(24,33,48,.96);border-bottom:1px solid rgba(201,169,245,.16)}
.sb-home header.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:68px}
.sb-home .brand{display:flex;align-items:center;gap:11px;color:#fff}
.sb-home .brand .mark{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--violet),var(--indigo));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}
.sb-home .brand b{font-size:18px;font-weight:600;letter-spacing:.5px}
.sb-home .brand span{font-size:11px;color:var(--lavender);display:block;letter-spacing:2px;margin-top:-2px}
.sb-home nav.links{display:flex;gap:26px}
.sb-home nav.links a{color:#e7e2f3;font-size:15px;transition:color .15s}
.sb-home nav.links a:hover{color:#fff}
.sb-home .nav-cta{display:inline-flex;align-items:center;gap:7px;background:#25d366;color:#072b14;font-weight:600;font-size:14px;padding:9px 16px;border-radius:999px}
.sb-home /* ===== HERO ===== */
.hero{min-height:min(88vh,860px);display:flex;align-items:center;background:#120c1e;overflow:hidden}
.sb-home .hero .bg{position:absolute;inset:0;background:radial-gradient(70% 65% at 22% 45%,rgba(140,90,225,.32),transparent 60%),linear-gradient(to left,rgba(14,9,22,.9) 0%,rgba(28,16,52,.6) 45%,rgba(72,40,132,.22) 100%),url(/wp-content/themes/hypnoerotica/assets/img/sb-hero-clouds.jpg) center bottom/cover}
.sb-home .hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center;padding-top:60px;padding-bottom:60px}
.sb-home .hero .eyebrow{color:var(--lavender);margin-bottom:20px}
.sb-home .hero h1{font-size:clamp(54px,8vw,92px);font-weight:700;color:#fff;line-height:.98;letter-spacing:-1px;margin-bottom:14px}
.sb-home .hero .grt{font-size:clamp(20px,2.4vw,27px);font-weight:500;color:#fff;letter-spacing:8px;margin-bottom:26px}
.sb-home .hero .grt span{color:var(--lavender)}
.sb-home .hero .lede{font-family:'Frank Ruhl Libre',serif;font-size:19px;line-height:1.65;color:#d8cfec;max-width:560px;margin-bottom:34px}
.sb-home .hero .cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.sb-home .hero .creds{margin-top:30px;font-size:13px;color:#9b8fc0;border-top:1px solid rgba(201,169,245,.2);padding-top:16px;max-width:560px}
.sb-home .portrait{position:relative;justify-self:center}
.sb-home .portrait img{width:300px;height:380px;object-fit:cover;object-position:center top;border-radius:24px;box-shadow:0 0 0 1px rgba(201,169,245,.4),0 30px 80px rgba(124,58,237,.5)}
.sb-home .portrait::before{content:"";position:absolute;inset:-22px;border-radius:34px;background:radial-gradient(circle at 50% 40%,rgba(140,90,220,.5),transparent 68%);z-index:-1}
.sb-home /* ===== THREAD ===== */
.thread{display:flex;justify-content:center;padding:0;background:var(--cream)}
.sb-home .thread i{width:3px;height:66px;background:linear-gradient(var(--violet),var(--lavender));border-radius:3px;box-shadow:0 0 14px rgba(124,58,237,.55)}
.sb-home /* ===== MANIFESTO ===== */
.manifesto{padding:120px 0;background:#1a0f33;overflow:hidden}
.sb-home .manifesto .bg{position:absolute;inset:0;background:url(/wp-content/themes/hypnoerotica/assets/img/about-sasha-believe.jpg) center 30%/cover;filter:saturate(.85)}
.sb-home .manifesto .bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,15,51,.86),rgba(20,11,40,.9))}
.sb-home .manifesto .wrap{position:relative;z-index:2;text-align:center;max-width:880px}
.sb-home .manifesto .kicker-line{color:var(--lavender)}
.sb-home .manifesto p.credo{font-family:'Frank Ruhl Libre',serif;font-size:clamp(24px,3.4vw,34px);line-height:1.5;color:#fff;font-weight:500}
.sb-home .manifesto p.credo b{color:#f1eaff;font-weight:600}
.sb-home /* ===== WORLDS ===== */
.worlds{padding:96px 0;background:var(--cream)}
.sb-home .worlds-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.sb-home .world{position:relative;background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--line);box-shadow:0 4px 18px rgba(40,20,90,.05);transition:transform .28s ease,box-shadow .28s ease}
.sb-home .world:hover{transform:translateY(-7px);box-shadow:0 28px 56px rgba(60,30,120,.2)}
.sb-home .world .ph{position:relative;overflow:hidden}
.sb-home .world .ph img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;filter:saturate(.92)}
.sb-home .world:hover .ph img{transform:scale(1.06);filter:saturate(1.05)}
.sb-home .world .ph::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.15))}
.sb-home .world .bar{height:4px}
.sb-home .world .body{padding:22px 24px 24px}
.sb-home .world h3{font-size:21px;font-weight:600;margin-bottom:6px}
.sb-home .world .sub{font-size:13px;font-weight:500;letter-spacing:1px;margin-bottom:9px}
.sb-home .world p{font-size:14.5px;color:var(--muted);line-height:1.55;margin-bottom:14px}
.sb-home .world .enter{font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px}
.sb-home /* lead card spans both columns, .sb-home horizontal */
.world.lead{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;border-top:5px solid var(--violet)}
.sb-home .world.lead .ph{min-height:260px}
.sb-home .world.lead .body{display:flex;flex-direction:column;justify-content:center;padding:34px 38px}
.sb-home .world.lead h3{font-size:27px}
.sb-home .world.lead p{font-size:16px}
.sb-home .world.std .ph{height:190px}
.sb-home /* ===== EVENTS ===== */
.events{padding:96px 0;background:#fff}
.sb-home .ev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.sb-home .ev-card{background:var(--cream);border-radius:18px;overflow:hidden;border:1px solid var(--line);transition:transform .25s,box-shadow .25s}
.sb-home .ev-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(60,30,120,.16)}
.sb-home .ev-card .poster{aspect-ratio:4/5;overflow:hidden}
.sb-home .ev-card .poster img{width:100%;height:100%;object-fit:cover}
.sb-home .ev-card .info{padding:18px 20px 22px}
.sb-home .ev-chip{display:inline-flex;align-items:center;gap:6px;background:#EEEDFE;color:#4b2da8;font-size:12.5px;font-weight:600;padding:5px 12px;border-radius:999px;margin-bottom:11px}
.sb-home .ev-card h3{font-size:18px;font-weight:600;margin-bottom:6px;line-height:1.25}
.sb-home .ev-card .meta{font-size:13px;color:var(--muted);margin-bottom:13px}
.sb-home .ev-card .more{font-size:14px;font-weight:600;color:var(--violet)}
.sb-home .events .allcta{text-align:center;margin-top:40px}
.sb-home .guest-block{margin-top:54px;padding-top:46px;border-top:1px solid var(--line)}
.sb-home .guest-h2{font-size:clamp(23px,3vw,32px)}
.sb-home .ev-card--guest .poster{position:relative}
.sb-home .guest-badge{position:absolute;top:12px;right:12px;background:rgba(18,11,28,.85);color:#fff;font-size:12px;font-weight:600;padding:5px 13px;border-radius:999px}
.sb-home .ev-card--guest .more{color:var(--indigo)}
.sb-home .upcoming-strip{background:linear-gradient(90deg,#1f0e40,#3a1a6e,#1f0e40)}
.sb-home .upcoming-strip .wrap{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding-top:13px;padding-bottom:13px;text-align:center}
.sb-home .us-label{font-family:'Rubik',sans-serif;font-size:12px;letter-spacing:2px;color:var(--lavender);font-weight:600}
.sb-home .us-events a{color:#fff;font-weight:500;font-size:15px;text-decoration:none;border-bottom:1px solid rgba(201,169,245,.45)}
.sb-home .us-events a:hover{color:var(--lavender)}
.sb-home .us-dot{color:#8a7fb0;margin:0 8px}
.sb-home .us-all{color:var(--lavender);font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap}
.sb-home .us-all:hover{color:#fff}
.sb-home /* ===== ABOUT ===== */
.about{padding:96px 0;background:var(--cream)}
.sb-home .about .wrap{display:grid;grid-template-columns:.8fr 1fr;gap:54px;align-items:center}
.sb-home .about .pic img{width:100%;border-radius:22px;box-shadow:0 24px 60px rgba(60,30,120,.18)}
.sb-home .about h2{font-size:clamp(28px,4vw,38px);font-weight:700;margin-bottom:8px}
.sb-home .about .role{color:var(--violet);font-weight:500;font-size:15px;letter-spacing:1px;margin-bottom:18px}
.sb-home .about p{font-size:16.5px;color:#4a4754;line-height:1.7;margin-bottom:16px;font-family:'Frank Ruhl Libre',serif}
.sb-home .about .sign{font-size:26px;color:var(--indigo);font-family:'Frank Ruhl Libre',serif;font-weight:600;margin:6px 0 22px}
.sb-home /* ===== TESTIMONIALS ===== */
.testi{padding:100px 0;background:#15101f;overflow:hidden}
.sb-home .testi .bg{position:absolute;inset:0;background:url(/wp-content/themes/hypnoerotica/assets/img/testi-atmosphere-group.jpg) center/cover;filter:saturate(.8)}
.sb-home .testi .bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(21,16,31,.88),rgba(28,11,77,.9))}
.sb-home .testi .wrap{position:relative;z-index:2}
.sb-home .testi .sec-head h2{color:#fff}
.sb-home .tq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.sb-home .tq{background:rgba(255,255,255,.08);border:1px solid rgba(201,169,245,.22);border-radius:18px;padding:26px 24px}
.sb-home .tq .stars{color:#ffce54;font-size:15px;letter-spacing:2px;margin-bottom:12px}
.sb-home .tq p{font-family:'Frank Ruhl Libre',serif;font-size:16px;line-height:1.6;color:#ece7f7;margin-bottom:16px}
.sb-home .tq .who{display:flex;align-items:center;gap:11px}
.sb-home .tq .who img{width:42px;height:42px;border-radius:50%;object-fit:cover}
.sb-home .tq .who b{color:#fff;font-size:14px;font-weight:600;display:block}
.sb-home .tq .who span{color:#b3a7d4;font-size:12.5px}
.sb-home .testi .allcta{text-align:center;margin-top:40px}
.sb-home /* ===== CONTENT ===== */
.content{padding:96px 0;background:#fff}
.sb-home .ct-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.sb-home .ct-card{position:relative;border-radius:18px;overflow:hidden;min-height:300px;display:flex;align-items:flex-end;color:#fff;border:1px solid var(--line);transition:transform .25s,box-shadow .25s}
.sb-home .ct-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(60,30,120,.18)}
.sb-home .ct-card .bg{position:absolute;inset:0}
.sb-home .ct-card .bg img{width:100%;height:100%;object-fit:cover}
.sb-home .ct-card .bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,11,28,.25) 18%,rgba(18,11,28,.74) 56%,rgba(12,8,20,.96) 100%)}
.sb-home .ct-card .t{position:relative;z-index:2;padding:24px}
.sb-home .ct-card .tag{font-size:12px;letter-spacing:2px;color:var(--lavender);font-weight:600;margin-bottom:8px;display:block}
.sb-home .ct-card h3{font-size:20px;font-weight:600;margin-bottom:6px;text-shadow:0 1px 12px rgba(0,0,0,.6)}
.sb-home .ct-card p{font-size:13.5px;color:#e7dff5;text-shadow:0 1px 10px rgba(0,0,0,.55)}
.sb-home .ct-card .tag{text-shadow:0 1px 10px rgba(0,0,0,.6)}
.sb-home .content .allcta{text-align:center;margin-top:40px}
.sb-home /* ===== CLOSING ===== */
.closing{padding:120px 0;background:linear-gradient(135deg,var(--violet-deep),#2a1262);text-align:center;overflow:hidden}
.sb-home .closing .bg{position:absolute;inset:0;background:url(/wp-content/themes/hypnoerotica/assets/img/bg-nebula-keyhole.jpg) center/cover;opacity:.28}
.sb-home .closing .wrap{position:relative;z-index:2;max-width:680px}
.sb-home .closing h2{font-size:clamp(32px,5vw,52px);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.05}
.sb-home .closing p{font-size:18px;color:#d8cfec;margin-bottom:32px;font-family:'Frank Ruhl Libre',serif}
.sb-home footer.ft{background:#0f0a18;color:#8a7fae;padding:40px 0;text-align:center;font-size:13px}
.sb-home footer.ft b{color:#cfc4ea;font-size:16px;font-weight:600}
.sb-home /* scroll-driven parallax + image reveal (progressive enhancement; static if unsupported) */
@supports (animation-timeline: view()){
  .hero .bg,.manifesto .bg,.testi .bg,.closing .bg{top:-14%;height:128%;animation:sbPar linear both;animation-timeline:view();animation-range:cover}
  .about .pic img{animation:sbReveal linear both;animation-timeline:view();animation-range:entry 0% cover 42%}
  @media (prefers-reduced-motion:reduce){.hero .bg,.manifesto .bg,.testi .bg,.closing .bg{top:0;height:100%;animation:none}.about .pic img{animation:none}}
}
@keyframes sbPar{from{transform:translateY(-8%)}to{transform:translateY(8%)}}
@keyframes sbReveal{from{transform:scale(1.16);clip-path:inset(8%)}to{transform:scale(1);clip-path:inset(0)}}
@media(max-width:860px){.sb-home .hero .wrap{grid-template-columns:1fr;gap:34px}
.sb-home .portrait{order:-1}
.sb-home .portrait img{width:220px;height:280px}
.sb-home .worlds-grid{grid-template-columns:1fr}
.sb-home .world.lead{grid-column:span 1;grid-template-columns:1fr}
.sb-home .ev-grid, .sb-home .tq-grid, .sb-home .ct-grid{grid-template-columns:1fr}
.sb-home .about .wrap{grid-template-columns:1fr}
.sb-home nav.links{display:none}}
html.reveal-ready .sb-home .reveal{opacity:0;transform:translateY(32px) scale(.985);transition:opacity .7s ease, transform .8s cubic-bezier(.2,.7,.2,1);transition-delay:calc(var(--i,0)*85ms);will-change:opacity,transform}
html.reveal-ready .sb-home .reveal.is-in{opacity:1;transform:none}
html.reveal-ready .sb-home .portrait.reveal{transform:translateY(34px) scale(.94)}
html.reveal-ready .sb-home .portrait.reveal.is-in{transform:none}
@media (prefers-reduced-motion:reduce){html .sb-home .reveal{opacity:1;transform:none}}
/* === SB-HOME (person rebrand) END === */

/* === WORLD-HUBS START === */
.sb-home .hero--world{min-height:min(72vh,580px);text-align:center}
.sb-home .hero--world .wrap{display:block;max-width:780px;margin:0 auto;text-align:center;padding-top:40px;padding-bottom:40px}
.sb-home .hero--world h1{font-size:clamp(40px,6.5vw,72px);margin-bottom:18px}
.sb-home .hero--world .lede{margin:0 auto 30px;max-width:640px;color:#e7ddf5}
.sb-home .hero--world .cta-row{justify-content:center}
.sb-home .world-intro{padding:78px 0;background:var(--cream)}
.sb-home .world-intro .wrap{max-width:800px;margin:0 auto;text-align:center}
.sb-home .world-intro .kicker-line{display:inline-block;margin-bottom:16px}
.sb-home .world-intro p{font-family:'Frank Ruhl Libre',serif;font-size:clamp(19px,2.3vw,24px);line-height:1.78;color:#3a3744}
.sb-home .series-band{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--cream);border:1px solid var(--line);border-top:4px solid var(--violet);border-radius:22px;padding:30px 34px}
.sb-home .series-band h2{font-size:clamp(22px,3vw,28px);font-weight:700;margin:4px 0 6px}
.sb-home .series-band p{color:var(--muted);font-size:15px}
.sb-home .ev-grid.ev-grid--hub{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}
.sb-home .ev-grid.ev-grid--hub .ev-card{flex:0 1 330px}
.sb-home .ev-featured{display:flex;gap:0;background:var(--cream);border:1px solid var(--line);border-radius:24px;overflow:hidden;max-width:940px;margin:0 auto 38px;text-decoration:none;color:inherit;box-shadow:0 10px 30px rgba(20,12,40,.07);transition:transform .35s ease,box-shadow .35s ease}
.sb-home .ev-featured:hover{transform:translateY(-5px);box-shadow:0 26px 64px rgba(20,12,40,.18)}
.sb-home .ev-featured .poster{flex:0 0 42%;align-self:stretch}
.sb-home .ev-featured .poster img{width:100%;height:100%;object-fit:cover;display:block}
.sb-home .ev-featured .info{flex:1;padding:36px 40px;display:flex;flex-direction:column;justify-content:center;gap:13px}
.sb-home .ev-featured .ev-chip{align-self:flex-start}
.sb-home .ev-featured h3{font-size:clamp(27px,3.6vw,38px);line-height:1.12;margin:0}
.sb-home .ev-featured .ev-feat-desc{color:#46424f;font-size:17px;line-height:1.7;margin:0}
.sb-home .ev-featured .more{font-weight:600;margin-top:4px}
@media(max-width:760px){.sb-home .series-band{flex-direction:column;text-align:center}
.sb-home .ev-featured{flex-direction:column}
.sb-home .ev-featured .poster{flex:none;height:300px}
.sb-home .ev-featured .info{padding:28px 24px}}
/* === WORLD-HUBS END === */
