/* ============================================================================
   CULTURE CAVE — EMBED MODE
   A page loaded with ?embed=1 is being shown INSIDE the Stalk, so it drops the
   chrome it would otherwise repeat: no header, no quick nav, no announcement
   bar, no footer, no handle, no page-entry animation. What is left is the
   content, on a transparent ground, so the menu's own veil shows through and it
   reads as one surface rather than a page in a box.
   ========================================================================== */
html.cc-embed,html.cc-embed body{background:transparent!important}
html.cc-embed .cavern,
html.cc-embed .abar,
html.cc-embed .quicknav,
html.cc-embed header.top,
html.cc-embed footer,
html.cc-embed #cc-stalk,
html.cc-embed #cc-stalk-handle,
html.cc-embed .descent,
html.cc-embed .dbarline,
html.cc-embed .cave-vig,
html.cc-embed .cave-grain,
html.cc-embed .lamp,
html.cc-embed .sk-hint,
html.cc-embed .drop{display:none!important}

/* the page head keeps its title but loses the full-bleed picture: inside the
   menu the picture is already behind you */
html.cc-embed .phead{background:none!important;padding:6px 0 18px!important}
html.cc-embed .phead::before,html.cc-embed .phead::after,
html.cc-embed .phead .aur{display:none!important}
html.cc-embed .phead h1{font-size:clamp(1.5rem,3.4vw,2rem)!important;text-shadow:none!important}
html.cc-embed .phead p{max-width:60ch}

/* the floors stop being floors: the Stalk's veil is the ground now */
html.cc-embed section.blk.shafted::after,
html.cc-embed div.pagewrap.shafted::after,
html.cc-embed div.wrap.shafted::after,
html.cc-embed footer.shafted::after{display:none!important}
html.cc-embed section.blk{padding:22px 0!important}
html.cc-embed .pagewrap{padding:8px 0 30px!important}
html.cc-embed .seam{display:none}
html.cc-embed .hero{display:none!important}

/* room to breathe without the site chrome around it */
html.cc-embed .wrap{padding-left:18px!important;padding-right:18px!important;max-width:100%!important}
html.cc-embed body{padding-bottom:12px}
