/*
Theme Name: Editorial
Theme URI: https://odysseypublication.com/
Description: Editorial long-read theme — one accent color per post drives the whole design (light + dark sections, gradients, ornaments). Expanding 4-panel homepage, reusable scrollytelling section patterns. Part of the Odyssey / Anne's Family system.
Version: 1.3.1
Author: Anne's Family Inc.
License: Proprietary
Text Domain: editorial
*/

:root{
  --ink:#0a0a0c;
  --paper:#ffffff;
  /* single source-of-truth brand accent — change this ONE value to re-theme
     every accent color across the whole post once deployed in WordPress */
  --accent:#1e2732;
  --violet:var(--accent);
  --violet-soft:color-mix(in srgb, var(--accent) 55%, white);
  --violet-onlight:var(--accent);
  --violet-deep:color-mix(in srgb, var(--accent) 65%, black);
  --deep:#111417;
  --soft:#9a9a9a;
  --f-serif:"essonnes-display", Georgia, serif;
  --f-punch:"smoosh-4", Georgia, serif;
  --f-pill:"itc-fenice", Georgia, serif;
  --f-body:'PT Serif', Georgia, serif;
  --f-ui:'Geomanist', Helvetica, Arial, sans-serif;
  --f-geo:'Geomanist', Helvetica, Arial, sans-serif;
}
/* Geomanist (self-hosted, from live site) */
@font-face{font-family:'Geomanist';src:url('https://odysseypublication.com/css/fonts/geomanist_3.woff2') format('woff2');font-weight:300;font-display:swap}
@font-face{font-family:'Geomanist';src:url('https://odysseypublication.com/css/fonts/geomanist_4.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:'Geomanist';src:url('https://odysseypublication.com/css/fonts/geomanist_5.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:'Geomanist';src:url('https://odysseypublication.com/css/fonts/geomanist_6.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:'Geomanist';src:url('https://odysseypublication.com/css/fonts/geomanist_7.woff2') format('woff2');font-weight:700;font-display:swap}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
html,body{margin:0;padding:0;}
body{
  font-family:var(--f-ui);
  background:#000;
  color:#fff;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
h1,h2,h3{font-family:var(--f-serif);font-weight:400;margin:0;letter-spacing:0;}
p{line-height:1.647;font-family:var(--f-body);font-weight:400;letter-spacing:normal;}
.fenice-label{font-family:var(--f-pill);font-weight:400;font-style:normal;letter-spacing:0.14em;text-transform:uppercase;}
.eyebrow{font-family:var(--f-ui);font-weight:700;font-size:0.72rem;letter-spacing:0.22em;text-transform:uppercase;}

/* ---------- top nav (kept fixed, unchanged) ---------- */
.topnav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  height:78px;box-sizing:border-box;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 clamp(1.6rem,2.8vw,3rem);
  background:rgba(10,10,12,0.5);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,0.08);
  transform:translateY(0);
  transition:transform 0.35s ease;
}
.topnav.nav-hidden{transform:translateY(-100%);}
.topnav .menu-icon{background:none;border:none;cursor:pointer;display:flex;gap:4px;align-items:center;padding:0.4rem;}
.topnav .menu-icon span{display:block;width:2.5px;height:21px;background:#fff;}
.topnav .menu-icon span:nth-child(2){height:30px;}
.topnav .wordmark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:var(--f-ui);font-weight:700;font-size:1.2rem;letter-spacing:0.12em;color:#fff;}
.topnav .wordmark a{color:#fff;display:inline-block;line-height:0;}
.topnav .wordmark .custom-logo{height:70px;width:auto;display:block;}
.topnav .nav-right{display:flex;align-items:center;gap:0.5rem;width:auto;font-family:var(--f-pill);font-weight:400;font-size:clamp(0.88rem,1vw,1.05rem);letter-spacing:0.01em;color:#fff;}
.topnav .nav-right a:hover{opacity:0.65;}
.topnav .nav-right .tn-dot{opacity:0.5;}
.topnav .nav-right .tn-user{display:flex;align-items:center;justify-content:center;margin-left:0.7rem;color:#fff;}
.topnav .nav-right .tn-user svg{width:22px;height:22px;}

/* ---------- progress rail ---------- */
.progress-rail{
  position:fixed;left:0;top:0;bottom:0;width:3px;z-index:99;background:rgba(255,255,255,0.08);
}
.progress-fill{position:absolute;left:0;top:0;width:100%;height:0%;background:linear-gradient(180deg,var(--violet),var(--violet-soft));}
.progress-label{
  position:fixed;left:18px;bottom:20px;z-index:99;font-size:0.68rem;letter-spacing:0.18em;
  font-weight:700;color:rgba(255,255,255,0.65);writing-mode:vertical-rl;font-family:var(--f-ui);
}

/* ---------- generic scene ---------- */
.scene{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:7rem 8vw;}
.scene-inner{max-width:780px;}

/* ---------- cover ---------- */
.scene-cover{background:#000;padding-top:9rem;}
.scene-cover .bg-photo{
  position:absolute;inset:0;
  background:url('https://odysseypublication.com/wp-content/uploads/2026/06/Big-Bang-rendering.jpg') center/cover;
  opacity:0.4;filter:saturate(1.1) contrast(1.05);
}
.scene-cover .cover-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0.5;filter:saturate(1.1) contrast(1.05);}
.scene-cover .scrim{position:absolute;inset:0;background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 26%,transparent) 0%,color-mix(in srgb,var(--accent) 20%,transparent) 45%,color-mix(in srgb,var(--accent) 70%,#09050b) 96%);}
.scene-cover .scene-inner{position:relative;z-index:2;max-width:920px;}
.pill{
  display:inline-block;font-family:var(--f-pill);font-style:normal;font-weight:400;
  font-size:1rem;letter-spacing:0.28em;text-transform:uppercase;color:var(--violet-soft);
  background:none;padding:0;border-radius:0;
}
.dek-box{
  display:block;width:fit-content;background:var(--violet-deep);color:#fff;
  font-family:var(--f-serif);font-style:normal;font-weight:400;
  font-size:clamp(1.5rem,2.1vw,1.35rem);padding:0.55rem 1.2rem;margin:1.1rem 0 0.3rem;
  line-height:1.3;letter-spacing:-1px;
}
.cover-title{
  font-family:var(--f-punch);font-weight:300;
  font-size:clamp(15.4rem,10.5vw,50.2rem);line-height:0.88;margin:0.9rem 0 1.5rem;
  text-transform:uppercase;color:#e9e3ff;
}
.cover-lede{font-size:1.12rem;color:#d8d8d8;max-width:560px;margin-bottom:1.6rem;font-family:var(--f-body);font-weight:400;}
.cover-cats{display:flex;flex-wrap:wrap;gap:0.5rem;margin:0 0 1.5rem;}
.cover-cats .cat-pill{
  display:inline-flex;align-items:center;padding:0.42rem 1rem;border-radius:999px;
  background:rgba(255,255,255,0.09);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,0.22);box-shadow:inset 0 0 0 1px rgba(124,92,240,0.10);
  font-family:var(--f-geo);font-weight:400;font-size:0.82rem;letter-spacing:0.01em;color:#fff;
  transition:background .2s,border-color .2s;
}
.cover-cats .cat-pill:hover{background:rgba(255,255,255,0.16);border-color:rgba(255,255,255,0.4);}
.byline{display:flex;align-items:center;gap:0.7rem;font-size:0.92rem;color:#bbb;font-family:var(--f-pill);font-style:normal;letter-spacing:0.02em;}
.byline img{width:34px;height:34px;border-radius:50%;}
.byline b{color:#fff;font-weight:700;}

/* ---------- black intro scene ---------- */
.scene-intro{background:var(--ink);}
.scene-intro h2{font-size:clamp(1.9rem,4.4vw,3.2rem);line-height:1.05;margin-bottom:1.2rem;}
.scene-intro p{color:#b0b0b0;font-size:1.12rem;max-width:640px;font-weight:400;}

/* ---------- white/centered welcome scene (togglable bg pattern) ---------- */
.scene-welcome{background:#fff;color:var(--ink);min-height:65vh;display:flex;flex-direction:column;justify-content:center;padding:7rem 8vw !important;}
.scene-welcome .scene-inner{margin:0 auto;text-align:center;max-width:900px;padding-bottom:50px;}
/* generic drop-divider/eyebrow — usable in any section, not just scene-welcome */
.drop-divider{width:1px;height:70px;background:var(--violet);margin:0 auto 1.8rem;position:relative;}
.drop-circle{position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);width:16px;height:16px;border-radius:50%;border:1.5px solid var(--violet);background:#fff;display:block;}
.section-eyebrow{color:#6b6b66;display:block;margin-bottom:1.6rem;}
.scene-welcome .hook-heading{margin-top:0.4rem;letter-spacing:-3px;}
.scene-welcome .intro-kicker{
  font-family:var(--f-serif);font-weight:400;font-style:normal;letter-spacing:-3px;
  font-size:clamp(1.8rem,3.6vw,2.8rem);line-height:1.14;color:var(--violet-onlight);
  margin:0 auto 2rem;max-width:640px;
}
.scene-welcome h2{font-size:clamp(1.9rem,4.4vw,3.2rem);line-height:1.05;margin-bottom:1.2rem;color:var(--ink);}
.scene-welcome p{color:#3a3a38;font-size:1.12rem;max-width:640px;font-weight:400;margin-left:auto;margin-right:auto;text-align:center;}

/* ---------- split feature: text column + framed image column (reusable WP pattern) ---------- */
.split-feature{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;background:#fff;}
.split-feature .text-col{display:flex;flex-direction:column;justify-content:center;padding:4rem 5.5vw;}
.split-feature .text-col .scene-inner{text-align:left;margin:0;max-width:660px;}
.split-feature .feature-kicker{width:100%;text-align:center;margin:0 0 2rem;}
.split-feature .feature-kicker .drop-divider{margin:0 auto 1.6rem;}
.split-feature .feature-kicker .section-eyebrow{margin-bottom:0;display:block;}
.split-feature .fsbp-section-2-title,
.split-feature .fsbp-section-6-title,
.split-feature .fsbp-section-8-title,
.split-feature .fsbp-section-10-title{
  font-family:var(--f-geo);font-weight:400;letter-spacing:0;
  font-size:clamp(1.6rem,2.4vw,2.1rem);line-height:1.18;color:var(--violet-onlight);margin:0 0 1.4rem;
  white-space:normal;
}
.split-feature .text-col .feat-q{font-family:var(--f-serif);font-style:italic;font-size:1.5rem;line-height:1.2;color:var(--violet-onlight);margin:1.4rem 0 0.6rem;max-width:660px;}
.split-feature .text-col .feat-foot{font-family:var(--f-body);font-style:italic;font-size:0.95rem;color:#6b6b66;margin:0;max-width:660px;}
/* image placeholder inside a split-feature media frame */
.split-feature .media-frame .img-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;background:repeating-linear-gradient(45deg,#efe9e6,#efe9e6 14px,#e7dedb 14px,#e7dedb 28px);color:#9a8b86;font-family:var(--f-ui);font-size:0.82rem;letter-spacing:0.14em;text-transform:uppercase;}
.split-feature .text-col p{text-align:left;margin-left:0;margin-right:0;max-width:660px;color:#3a3a38;font-size:1.05rem;}
.split-feature .media-col{position:relative;background:transparent;padding:0;overflow:visible;}
.split-feature .media-accent{position:absolute;top:0;bottom:0;left:19.5%;right:0;background:var(--violet);z-index:1;}
.split-feature .media-frame{position:absolute;top:9%;bottom:7.5%;left:-8%;right:15%;overflow:hidden;z-index:2;border-radius:15px;box-shadow:0 26px 60px rgba(0,0,0,0.30);}
.split-feature .media-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
.split-feature .media-scrim{position:absolute;left:0;right:0;bottom:0;height:58%;background:linear-gradient(to top,rgba(0,0,0,0.74),rgba(0,0,0,0.30) 55%,transparent);z-index:1;pointer-events:none;}
.split-feature .media-caption{position:absolute;left:0;right:0;bottom:0;z-index:2;margin:0;padding:0 1.7rem 1.5rem;color:#fff;text-align:right;}
.split-feature .media-caption .cap-title{font-family:var(--f-serif);font-style:italic;font-weight:400;font-size:1rem;text-transform:uppercase;letter-spacing:0.04em;margin-bottom:0.5rem;text-shadow:0 1px 8px rgba(0,0,0,0.4);}
.split-feature .media-caption .cap-text{font-family:var(--f-body);font-style:italic;font-size:0.84rem;color:rgba(255,255,255,0.92);line-height:1.55;text-shadow:0 1px 6px rgba(0,0,0,0.4);}
.split-feature .media-caption .cap-dash{display:block;width:40px;height:1px;background:rgba(255,255,255,0.6);margin:0.9rem 0 0 auto;}
/* mirror variant: image on the LEFT, text on the RIGHT */
.split-feature--mirror .media-accent{left:0;right:19.5%;}
.split-feature--mirror .media-frame{left:15%;right:-8%;}
.split-feature--mirror .media-caption{text-align:left;}
.split-feature--mirror .media-caption .cap-dash{margin:0.9rem auto 0 0;}
.split-feature--mirror .text-col .scene-inner{margin-left:auto;}
@media(max-width:860px){
  .split-feature{grid-template-columns:1fr;}
  .split-feature .text-col .scene-inner,.split-feature .text-col p{max-width:none;}
  .split-feature .media-col{min-height:64vh;background:var(--violet);padding:18px;overflow:hidden;}
  .split-feature .media-accent{display:none;}
  .split-feature .media-frame{position:absolute;top:18px;bottom:18px;left:18px;right:18px;box-shadow:none;}
}

/* ---------- light bleed scene ---------- */
.scene-light{background:var(--paper);color:var(--ink);}
.bleed-photo{
  position:absolute;top:0;bottom:0;left:0;width:44%;
  background-size:cover;background-position:center;
}
.scene-light .scene-inner{margin-left:auto;max-width:600px;}
.scene-light .eyebrow{color:var(--violet-onlight);}
.scene-light h2{font-size:clamp(1.8rem,4vw,3rem);color:var(--ink);margin:0.6rem 0 1.1rem;line-height:1.02;}
.scene-light h2 .hl{font-family:var(--f-punch);font-weight:700;letter-spacing:-0.03em;color:var(--violet-onlight);}
.scene-light p{color:#1a1a1a;font-size:1.09rem;font-weight:400;}
.cols2{columns:2;column-gap:2.2rem;}
.caption{font-size:0.78rem;color:#6a6a66;margin-top:0.5rem;font-style:italic;}

/* ---------- white "verdict" section: centered ornament + alternating image/text rows ---------- */
.scene-verdict .scene-inner{margin:0 auto;max-width:1180px;width:100%;}
.scene-verdict .wl-head{text-align:center;margin-bottom:1rem;}
.scene-verdict .wl-head .drop-divider{margin:0 auto 1.5rem;}
.scene-verdict .wl-head .section-eyebrow{display:block;text-align:center;color:#6b6b66;margin:0 auto;}
.scene-verdict .wl-row{display:grid;grid-template-columns:5fr 7fr;gap:4vw;align-items:start;margin-top:4.5rem;}
.scene-verdict .wl-row--rev{grid-template-columns:7fr 5fr;}
.scene-verdict .wl-fig{margin:0;}
.scene-verdict .wl-img{position:relative;width:100%;aspect-ratio:4/5;max-height:620px;background-size:cover;background-position:center;border-radius:15px;overflow:hidden;box-shadow:0 22px 48px rgba(0,0,0,0.20);}
.scene-verdict .wl-cap-scrim{position:absolute;left:0;right:0;bottom:0;height:55%;background:linear-gradient(to top,rgba(0,0,0,0.80),rgba(0,0,0,0.32) 55%,transparent);pointer-events:none;}
.scene-verdict .wl-fig figcaption{position:absolute;left:0;right:0;bottom:0;padding:0 1.4rem 1.3rem;text-align:right;font-family:var(--f-body);font-style:italic;font-size:0.84rem;color:rgba(255,255,255,0.92);line-height:1.55;text-shadow:0 1px 6px rgba(0,0,0,0.45);}
.scene-verdict .fig-name{display:block;font-family:var(--f-serif);font-style:italic;text-transform:uppercase;letter-spacing:0.04em;font-size:1rem;color:#fff;margin-bottom:0.4rem;text-shadow:0 1px 8px rgba(0,0,0,0.5);}
.scene-verdict .fig-dash{display:block;width:40px;height:1px;background:rgba(255,255,255,0.6);margin:0.85rem 0 0 auto;}
.scene-verdict .fsbp-section-4-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.7rem,2.6vw,2.5rem);line-height:1.04;color:var(--violet-onlight);margin:0 0 1.1rem;}
.scene-verdict .wl-text p{color:#3a3a38;font-size:1.04rem;max-width:none;margin:0 0 1rem;}
.scene-verdict .wl-text p:last-child{margin-bottom:0;}
@media(max-width:820px){
  .scene-verdict .wl-row,.scene-verdict .wl-row--rev{grid-template-columns:1fr;gap:1.6rem;margin-top:3rem;}
  .scene-verdict .wl-img{aspect-ratio:3/2;}
}

/* ---------- dark photo scene w/ pull quote ---------- */
.scene-dark-photo{background:var(--deep);}
.scene-dark-photo .bg-photo{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0.28;}
.scene-dark-photo .scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,12,0.2),rgba(10,10,12,0.92) 75%);}
.scene-dark-photo .scene-inner{position:relative;z-index:2;}
.scene-dark-photo .eyebrow{color:var(--violet-soft);}
.scene-dark-photo h2{font-size:clamp(1.9rem,4.2vw,3.1rem);margin:0.6rem 0 1.2rem;color:#fff;}
.scene-dark-photo p{color:#b3b3b3;max-width:640px;}
.pullquote{
  border-left:4px solid var(--violet);padding:0.3rem 0 0.3rem 1.4rem;margin:1.8rem 0;
  font-family:var(--f-serif);font-weight:700;font-size:clamp(1.3rem,2.6vw,1.9rem);line-height:1.15;
  text-transform:none;color:#fff;
}
.pullquote span{display:block;font-family:var(--f-ui);font-size:0.75rem;font-weight:700;letter-spacing:0.12em;color:var(--violet-soft);margin-top:0.6rem;text-transform:uppercase;}

/* ---------- deep-space universe scene (brand-tinted) ---------- */
.scene-universe{background:#03050e;overflow:hidden;}
.scene-universe .space-bg{position:absolute;inset:0;background:radial-gradient(ellipse 95% 75% at 72% 18%,color-mix(in srgb,var(--accent) 42%,#0a1233) 0%,#070b1e 46%,#03050e 100%);}
.scene-universe .space-bg--alt{background:radial-gradient(ellipse 95% 75% at 26% 78%,color-mix(in srgb,var(--accent) 38%,#0a1233) 0%,#070b1e 48%,#03050e 100%);}
.scene-universe .starfield{position:absolute;inset:0;background-repeat:no-repeat;opacity:0.9;
  background-image:
    radial-gradient(1.6px 1.6px at 12% 22%,#fff,transparent),
    radial-gradient(1.2px 1.2px at 28% 66%,rgba(214,224,255,0.9),transparent),
    radial-gradient(1.8px 1.8px at 47% 13%,#fff,transparent),
    radial-gradient(1px 1px at 62% 50%,#fff,transparent),
    radial-gradient(1.4px 1.4px at 77% 28%,rgba(200,214,255,0.9),transparent),
    radial-gradient(1.1px 1.1px at 88% 72%,#fff,transparent),
    radial-gradient(1px 1px at 36% 85%,#fff,transparent),
    radial-gradient(1.3px 1.3px at 8% 58%,rgba(200,214,255,0.85),transparent),
    radial-gradient(1px 1px at 68% 82%,#fff,transparent),
    radial-gradient(1.5px 1.5px at 93% 42%,#fff,transparent),
    radial-gradient(1px 1px at 20% 40%,rgba(255,255,255,0.8),transparent),
    radial-gradient(1.2px 1.2px at 54% 74%,#fff,transparent),
    radial-gradient(1px 1px at 82% 12%,rgba(220,228,255,0.85),transparent),
    radial-gradient(1.4px 1.4px at 44% 34%,#fff,transparent);}
.scene-universe .starfield--alt{opacity:0.8;transform:scale(-1,1);}
.scene-universe .glow{position:absolute;top:-14%;right:-6%;width:56%;height:56%;pointer-events:none;
  background:radial-gradient(circle,color-mix(in srgb,var(--accent) 60%,transparent) 0%,transparent 62%);filter:blur(42px);opacity:0.45;}
.scene-universe .glow--left{top:auto;right:auto;bottom:-14%;left:-6%;}
.scene-universe .scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,5,14,0.25),rgba(3,5,14,0.72) 82%);}
.scene-universe .scene-inner{max-width:none;width:100%;}
.scene-universe p{color:#c4c9d8;}
/* ornament — left aligned on dark bg */
.scene-universe .uni-head{text-align:center;}
.scene-universe .drop-divider{background:var(--violet-soft);height:66px;margin:0 auto 1.5rem;}
.scene-universe .drop-circle{border-color:var(--violet-soft);background:#070b1e;}
.scene-universe .section-eyebrow{color:var(--violet-soft);display:block;text-align:center;margin:0 auto 2.8rem;}
/* two-column editorial grid */
.scene-universe .uni-cols{display:grid;grid-template-columns:1fr 1fr;gap:5vw;align-items:start;}
.scene-universe .uni-col p{max-width:none;}
/* headings: -3 tracking per brand */
.scene-universe .fsbp-section-3-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.9rem,2.7vw,2.6rem);line-height:1.03;margin:0 0 1.2rem;color:#fff;}
.scene-universe .fsbp-section-3-subtitle{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.75rem,2.5vw,2.35rem);line-height:1.05;margin:0 0 1.2rem;color:#fff;}
/* editorial pull quote */
.uni-quote{margin:2.2rem 0;max-width:none;padding:0;border:0;}
.uni-quote .q-rule{display:block;width:48px;height:2px;background:var(--violet-soft);margin-bottom:1.3rem;}
.uni-quote blockquote{margin:0;font-family:var(--f-serif);font-style:italic;font-weight:400;font-size:clamp(1.5rem,2vw,2rem);line-height:1.16;letter-spacing:-1px;color:#fff;}
.uni-quote figcaption{margin-top:1.2rem;font-family:var(--f-body);font-style:italic;font-size:0.96rem;color:#aeb4c6;max-width:none;}
.uni-quote cite{display:block;margin-top:0.6rem;font-family:var(--f-pill);font-style:normal;letter-spacing:0.14em;text-transform:uppercase;font-size:0.78rem;color:var(--violet-soft);}
@media(max-width:820px){
  .scene-universe .uni-cols{grid-template-columns:1fr;gap:2.6rem;}
}

/* ---------- per-section overrides — each section owns its own look,
   independent of any sibling that happens to share a base layout class ---------- */
#sec-einstein .bg-photo{background:radial-gradient(circle at 30% 30%,#241a4a,#000 70%);}
#sec-solvay .bg-photo{background:radial-gradient(circle at 70% 40%,#2e1f52,#000 70%);}
#sec-naming .bg-photo{background-image:url('https://odysseypublication.com/wp-content/uploads/2026/06/Fred_Hoyle_1967-813x1024.jpg');background-position:70% center;}
#sec-hubble .bleed-photo{background-image:url('https://odysseypublication.com/wp-content/uploads/2026/06/Studio_portrait_photograph_of_Edwin_Powell_Hubble-709x1024.jpeg');}
#sec-evidence .evidence-card:nth-child(1) .evidence-icon{background:rgba(90,63,214,0.18);}
#sec-evidence .evidence-card:nth-child(2) .evidence-icon{background:rgba(164,148,245,0.16);}
#sec-evidence .evidence-card:nth-child(3) .evidence-icon{background:rgba(74,47,184,0.35);}
#sec-evidence .evidence-card:nth-child(4) .evidence-icon{background:rgba(255,255,255,0.08);}

/* ---------- image gallery row ---------- */
.gallery-row{position:relative;min-height:60vh;display:flex;background:#000;}
.gallery-row figure{flex:1;margin:0;position:relative;overflow:hidden;border-radius:15px;}
.gallery-row img{width:100%;height:100%;object-fit:cover;min-height:60vh;}
.gallery-row figcaption{
  position:absolute;left:0;right:0;bottom:0;padding:1.2rem 1.4rem;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,0.85));
  font-size:0.76rem;color:#ddd;font-style:italic;font-family:var(--f-body);
}

/* ---------- full-background photo scene (light image, regular dark text) ---------- */
.scene-fullbg{position:relative;background:#e7e4de;justify-content:flex-start;padding-top:8rem;padding-bottom:8rem;color:var(--ink);overflow:hidden;}
.scene-fullbg .fullbg-photo{position:absolute;inset:0;background-size:cover;background-position:center;}
.scene-fullbg .fullbg-veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.4) 45%,rgba(255,255,255,0.18) 72%,rgba(255,255,255,0.04) 90%,rgba(255,255,255,0) 100%);}
.scene-fullbg .scene-inner{position:relative;z-index:2;max-width:1120px;margin:0 auto;text-align:center;}
.scene-fullbg .drop-divider{background:var(--violet);margin:0 auto 1.4rem;}
.scene-fullbg .section-eyebrow{display:block;text-align:center;color:#6b6b66;margin:0 auto 1.3rem;}
.scene-fullbg .fsbp-section-5-title,.scene-fullbg .fsbp-section-6-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(2rem,4vw,3rem);line-height:1.02;color:var(--violet-onlight);margin:0 0 1.4rem;}
.scene-fullbg p{text-align:left;color:#25262b;font-size:1.06rem;line-height:1.65;max-width:980px;margin:0 auto 1rem;}
.scene-fullbg p:last-of-type{margin-bottom:0;}
.scene-fullbg .fullbg-lead{margin-top:0.6rem;font-weight:600;}
.scene-fullbg .fullbg-list{list-style:none;max-width:980px;margin:1.3rem auto 0;padding:0;text-align:left;}
.scene-fullbg .fullbg-list li{position:relative;padding:0 0 0 1.7rem;margin:0 0 0.85rem;color:#25262b;font-family:var(--f-body);font-size:1.05rem;line-height:1.6;}
.scene-fullbg .fullbg-list li:last-child{margin-bottom:0;}
.scene-fullbg .fullbg-list li:before{content:"\2713";position:absolute;left:0;top:0.12em;font-size:0.95rem;line-height:1;font-weight:700;color:var(--accent);}
/* dark variant of the full-background section */
.scene-fullbg--dark{background:#050308;}
.scene-fullbg--dark .fullbg-veil{background:linear-gradient(180deg,rgba(5,3,8,0.5) 0%,rgba(5,3,8,0.68) 55%,rgba(5,3,8,0.9) 100%);}
.scene-fullbg--dark .section-eyebrow{color:var(--violet-soft);}
.scene-fullbg--dark .fsbp-section-5-title,.scene-fullbg--dark .fsbp-section-6-title{color:#fff;}
.scene-fullbg--dark p{color:#d5d5da;}
.scene-fullbg--dark .drop-divider{background:var(--violet-soft);}
.scene-fullbg--dark .drop-circle{border-color:var(--violet-soft);background:#0a0810;}
.scene-fullbg--dark .fullbg-cap{color:#c3c3c9;}
.scene-fullbg--dark .fullbg-cap .fig-dash{background:rgba(255,255,255,0.4);}
/* ranked data list (percentage bars) */
.nde-attrs{max-width:1180px;margin:1.8rem auto 0;list-style:none;padding:0;text-align:left;display:grid;grid-template-columns:1fr 1fr;gap:0 3.4rem;}
.nde-attrs li{padding:0.65rem 0;border-bottom:1px solid rgba(255,255,255,0.1);}
@media(max-width:760px){.nde-attrs{grid-template-columns:1fr;}}
/* ===== Three Verified Cases — 3-col cards + modals ===== */
.cases-section{background:#fff;color:var(--ink);padding:6rem 8vw;}
.cases-section .cases-inner{max-width:1240px;margin:0 auto;}
.cases-section .cases-head{text-align:center;max-width:720px;margin:0 auto 2.8rem;}
.cases-section .cases-head .drop-divider{margin:0 auto 1.2rem;}
.cases-section .cases-head .section-eyebrow{display:block;text-align:center;color:#6b6b66;margin:0 0 0.2rem;}
.cases-section .cases-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.08;color:var(--violet-onlight);margin:0.3rem 0 0;}
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;}
.case-card{display:flex;flex-direction:column;}
.case-card .case-title{font-family:var(--f-geo);font-weight:500;font-size:1.08rem;line-height:1.25;color:var(--ink);letter-spacing:0;margin:0 0 0.6rem;}
.case-card .case-teaser{font-family:var(--f-body);font-size:0.96rem;line-height:1.55;color:#3a3a38;margin:0 0 1.1rem;}
.case-figure{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:4/3;margin:0 0 1.1rem;}
.case-figure img{width:100%;height:100%;object-fit:cover;display:block;}
.case-figure .case-scrim{position:absolute;left:0;right:0;bottom:0;height:62%;background:linear-gradient(to top,rgba(0,0,0,0.82),rgba(0,0,0,0.3) 55%,transparent);pointer-events:none;}
.case-figure figcaption{position:absolute;left:0;right:0;bottom:0;padding:0 1.1rem 0.95rem;text-align:right;font-family:var(--f-body);font-style:italic;font-size:0.78rem;color:rgba(255,255,255,0.9);line-height:1.5;}
.case-figure .fig-name{display:block;font-family:var(--f-serif);font-style:italic;text-transform:uppercase;letter-spacing:0.04em;font-size:0.88rem;color:#fff;margin-bottom:0.3rem;}
.case-figure .fig-dash{display:block;width:34px;height:1px;background:rgba(255,255,255,0.6);margin:0.6rem 0 0 auto;}
.case-card .case-more{margin-top:auto;align-self:flex-start;font-family:var(--f-geo);font-weight:500;font-size:0.92rem;color:var(--violet-onlight);cursor:pointer;background:none;border:none;padding:0 0 2px;border-bottom:1px solid color-mix(in srgb,var(--accent) 45%,transparent);transition:border-color .2s;}
.case-card .case-more:hover{border-bottom-color:var(--accent);}
@media(max-width:900px){.case-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto;}}
/* modal */
.case-modal{position:fixed;inset:0;z-index:3000;display:none;align-items:flex-start;justify-content:center;padding:6vh 4vw;background:rgba(8,6,12,0.62);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);}
.case-modal.is-open{display:flex;}
.case-modal .cm-inner{background:#fff;color:var(--ink);max-width:760px;width:100%;max-height:86vh;overflow-y:auto;border-radius:18px;padding:3rem clamp(1.6rem,4vw,3.2rem);position:relative;box-shadow:0 30px 80px rgba(0,0,0,0.4);}
.case-modal .cm-eyebrow{font-family:var(--f-pill);text-transform:uppercase;letter-spacing:0.14em;font-size:0.72rem;color:var(--accent);margin-bottom:0.5rem;display:block;}
.case-modal h3{font-family:var(--f-geo);font-weight:500;font-size:clamp(1.4rem,2.4vw,1.9rem);line-height:1.15;color:var(--ink);margin:0 0 1.2rem;letter-spacing:0;}
.case-modal p{font-family:var(--f-body);font-size:1.02rem;line-height:1.66;color:#33342f;margin:0 0 1rem;}
.case-modal ul{list-style:none;margin:0 0 1rem;padding:0;}
.case-modal ul li{position:relative;padding-left:1.7rem;font-family:var(--f-body);font-size:1.02rem;line-height:1.6;color:#33342f;margin:0 0 0.7rem;}
.case-modal ul li:before{content:"\2713";position:absolute;left:0;top:0.1em;color:var(--accent);font-weight:700;}
.case-modal .cm-close{position:absolute;top:1rem;right:1.1rem;width:38px;height:38px;border-radius:50%;border:1px solid rgba(0,0,0,0.12);background:#fff;color:#33342f;font-size:1.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.case-modal .cm-close:hover{background:#f2f2f3;}
.nde-attrs .attr-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:0.45rem;}
.nde-attrs .attr-name{font-family:var(--f-body);font-size:1.02rem;line-height:1.35;color:#ececf0;}
.nde-attrs .attr-pct{font-family:var(--f-geo);font-weight:500;font-size:0.98rem;color:var(--violet-soft);flex:none;}
.nde-attrs .attr-bar{height:5px;border-radius:3px;background:rgba(255,255,255,0.12);overflow:hidden;}
.nde-attrs .attr-bar span{display:block;height:100%;border-radius:3px;background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 55%,#fff),var(--violet-soft));}
.scene-fullbg .fullbg-cap{position:absolute;z-index:2;right:8vw;bottom:2.2rem;max-width:520px;text-align:right;font-family:var(--f-body);font-style:italic;font-size:0.84rem;color:#3a3a38;line-height:1.55;}
.scene-fullbg .fullbg-cap .fig-dash{display:block;width:40px;height:1px;background:rgba(0,0,0,0.35);margin:0.8rem 0 0 auto;}
@media(max-width:1024px){
  .scene-fullbg .fullbg-veil{background:linear-gradient(180deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.88) 42%,rgba(255,255,255,0.62) 70%,rgba(255,255,255,0.18) 90%,rgba(255,255,255,0) 100%);}
}
@media(max-width:820px){
  .scene-fullbg .fullbg-cap{position:static;margin:2.4rem auto 0;text-align:left;right:auto;bottom:auto;}
  .scene-fullbg .fullbg-cap .fig-dash{margin-left:0;}
}

/* ---------- evidence module ---------- */
.evidence-wrap{background:var(--ink);padding:7rem 8vw;}
.evidence-head{max-width:700px;margin-bottom:3rem;}
.evidence-head .eyebrow{color:var(--violet-soft);}
.evidence-head h2{font-size:clamp(1.9rem,4.2vw,3rem);margin:0.6rem 0 1rem;}
.evidence-head p{color:#b0b0b0;font-size:1.02rem;}
.evidence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;}
.evidence-card{
  border:1px solid rgba(255,255,255,0.1);border-radius:10px;padding:1.6rem 1.3rem;
  opacity:0.32;transform:translateY(14px);transition:opacity 0.6s ease,transform 0.6s ease,border-color 0.4s;
}
.evidence-card.is-visible{opacity:1;transform:translateY(0);border-color:rgba(255,255,255,0.25);}
.evidence-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;}
.evidence-card h3{font-size:1.05rem;letter-spacing:0.01em;margin-bottom:0.5rem;font-weight:700;}
.evidence-card p{font-size:0.86rem;color:#aaa;margin:0;}
@media(max-width:900px){.evidence-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.evidence-grid{grid-template-columns:1fr;}}

/* ---------- redshift full bleed ---------- */
.scene-redshift{background:#000;}
.scene-redshift .bg-photo{
  position:absolute;inset:0;
  background:url('https://odysseypublication.com/wp-content/uploads/2026/06/14-283-Abell2744-DistantGalaxies-20141016-919x1024.jpg') center/cover;
}
.scene-redshift .scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,0.92) 32%,rgba(0,0,0,0.15) 75%);}
.scene-redshift .scene-inner{position:relative;z-index:2;max-width:520px;}
.scene-redshift .eyebrow{color:var(--violet-soft);}
.scene-redshift h2{font-size:clamp(1.9rem,4.2vw,3.1rem);margin:0.6rem 0 1.1rem;}
.scene-redshift h2 .hl{font-family:var(--f-punch);font-weight:700;letter-spacing:-0.03em;color:var(--violet-soft);}
.scene-redshift p{color:#d6d6d6;font-size:0.98rem;}
.scene-redshift .caption{color:#999;}

/* ---------- interactive time-machine (journey on) ---------- */
.scene-journey{background:#000;padding:7rem 8vw 4rem;}
.journey-head{max-width:640px;margin-bottom:2rem;}
.journey-head .eyebrow{color:var(--violet-soft);}
.journey-head h2{font-size:clamp(2rem,4.6vw,3.4rem);margin:0.6rem 0 1rem;}
.journey-head h2 .hl{font-family:var(--f-punch);font-weight:700;letter-spacing:-0.03em;color:var(--violet-soft);}
.journey-head p{color:#b0b0b0;}
.tm-wrap{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;}
.tm-sticky{position:sticky;top:14vh;height:64vh;display:flex;align-items:center;justify-content:center;}
.tm-graphic{position:relative;width:320px;height:320px;max-width:80vw;max-height:80vw;}
.tm-ring{
  position:absolute;border-radius:50%;border:2px solid rgba(164,148,245,0.25);
  top:50%;left:50%;transform:translate(-50%,-50%) scale(0.15);opacity:0;
  transition:transform 0.7s cubic-bezier(.2,.8,.2,1),opacity 0.5s;
}
.tm-ring.is-active{opacity:1;}
.tm-ring.r1{width:90px;height:90px;}
.tm-ring.r1.is-active{transform:translate(-50%,-50%) scale(1);}
.tm-ring.r2{width:200px;height:200px;border-color:rgba(90,63,214,0.35);}
.tm-ring.r2.is-active{transform:translate(-50%,-50%) scale(1);}
.tm-ring.r3{width:320px;height:320px;border-color:rgba(255,255,255,0.18);}
.tm-ring.r3.is-active{transform:translate(-50%,-50%) scale(1);}
.tm-earth{position:absolute;top:50%;left:50%;width:14px;height:14px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 18px 4px rgba(255,255,255,0.5);z-index:3;}
.tm-label{
  position:absolute;top:50%;left:50%;transform:translate(-50%,120px);
  text-align:center;font-family:var(--f-serif);font-weight:700;font-size:1.05rem;color:var(--violet-soft);
  opacity:0;transition:opacity 0.4s;white-space:nowrap;
}
.tm-label.is-active{opacity:1;}
.tm-steps{display:flex;flex-direction:column;}
.tm-step{min-height:60vh;display:flex;flex-direction:column;justify-content:center;opacity:0.3;transition:opacity 0.5s;padding:1rem 0;}
.tm-step.is-active{opacity:1;}
.tm-step .stage-tag{font-size:0.7rem;font-weight:700;letter-spacing:0.16em;color:var(--violet-soft);margin-bottom:0.6rem;font-family:var(--f-ui);text-transform:uppercase;}
.tm-step h3{font-size:1.5rem;margin-bottom:0.7rem;}
.tm-step p{color:#b3b3b3;font-size:0.96rem;max-width:460px;}
@media(max-width:820px){
  .tm-wrap{grid-template-columns:1fr;}
  .tm-sticky{position:relative;top:0;height:auto;padding:3rem 0;}
}

/* ---------- Journey On: two-column liquid-glass accordion ---------- */
.journey-split{display:grid;grid-template-columns:1.08fr 1.6fr;min-height:65vh;background:#04060f;}
.journey-split .jo-left{position:relative;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:2rem;}
.journey-split .jo-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;opacity:0.11;pointer-events:none;z-index:1;}
.journey-split .jo-watermark svg{width:100%;height:auto;display:block;}
.journey-split .jo-watermark svg path{fill:#2a2a33;}
.journey-split .jo-label{position:relative;z-index:2;font-family:var(--f-serif);font-style:italic;font-weight:400;font-size:clamp(2.2rem,3.9vw,3.6rem);text-transform:uppercase;letter-spacing:-3px;color:var(--ink);text-align:center;line-height:1.05;}
.journey-split .jo-right{position:relative;overflow:hidden;background:#04060f;display:flex;flex-direction:column;justify-content:center;padding:3.4rem 4vw;}
.journey-split .jo-stars{position:absolute;inset:0;background:radial-gradient(ellipse 110% 80% at 62% 26%,color-mix(in srgb,var(--accent) 30%,#0a1230) 0%,#070b1c 48%,#03050d 100%);}
.journey-split .jo-stars::after{content:"";position:absolute;inset:0;background-repeat:no-repeat;opacity:0.9;
  background-image:
    radial-gradient(1.6px 1.6px at 12% 20%,#fff,transparent),
    radial-gradient(1.2px 1.2px at 26% 64%,rgba(214,224,255,0.9),transparent),
    radial-gradient(1.8px 1.8px at 46% 12%,#fff,transparent),
    radial-gradient(1px 1px at 60% 48%,#fff,transparent),
    radial-gradient(1.4px 1.4px at 76% 26%,rgba(200,214,255,0.9),transparent),
    radial-gradient(1.1px 1.1px at 88% 70%,#fff,transparent),
    radial-gradient(1px 1px at 34% 84%,#fff,transparent),
    radial-gradient(1.3px 1.3px at 8% 56%,rgba(200,214,255,0.85),transparent),
    radial-gradient(1px 1px at 68% 82%,#fff,transparent),
    radial-gradient(1.5px 1.5px at 92% 42%,#fff,transparent),
    radial-gradient(1px 1px at 20% 40%,rgba(255,255,255,0.8),transparent),
    radial-gradient(1.2px 1.2px at 54% 74%,#fff,transparent);}
.journey-split .jo-acc{position:relative;z-index:2;width:100%;max-width:780px;margin:0 auto;}
.jo-acc details{position:relative;margin-bottom:0.9rem;border-radius:16px;overflow:hidden;
  background:rgba(12,10,20,0.68);
  border:1px solid rgba(255,255,255,0.14);
  backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);
  box-shadow:0 12px 34px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(124,92,240,0.12);}
.jo-acc summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.5rem;position:relative;z-index:2;
  font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.02rem,1.4vw,1.3rem);color:#fff;}
.jo-acc summary::-webkit-details-marker{display:none;}
.jo-acc .acc-chev{flex:none;width:22px;height:22px;color:var(--violet-soft);transition:transform .35s ease;}
.jo-acc details[open] .acc-chev{transform:rotate(180deg);}
.jo-acc .acc-body{padding:0 1.5rem 1.4rem;position:relative;z-index:2;color:#c8ccd8;font-size:0.9rem;line-height:1.62;}
.jo-acc .acc-body p{margin:0 0 0.8rem;}
.jo-acc .acc-body p:last-child{margin-bottom:0;}
/* red-palette Journey On */
.journey-split--red,.journey-split--red .jo-right{background:color-mix(in srgb,var(--accent) 8%,#050308);}
.journey-split--red .jo-stars{background:radial-gradient(ellipse 110% 80% at 62% 26%,color-mix(in srgb,var(--accent) 32%,#0b0509) 0%,color-mix(in srgb,var(--accent) 12%,#070406) 48%,#040305 100%);}
.journey-split--red .jo-stars::after{opacity:0;}
.journey-split--red .jo-acc details{background:rgba(30,6,12,0.66);box-shadow:0 12px 34px rgba(0,0,0,0.4), inset 0 0 0 1px color-mix(in srgb,var(--accent) 22%,transparent);}
.journey-split--red .jo-acc .acc-body{color:#d5d5da;}
/* Journey On — resources slider */
.journey-split .jo-left-content{position:relative;z-index:2;max-width:440px;margin:0 auto;}
.journey-split .jo-left-content .jo-label{margin-bottom:1.6rem;}
.journey-split .jo-left-text{font-family:var(--f-body);font-size:0.98rem;line-height:1.62;color:#3a3a38;margin:0 0 1rem;text-align:left;}
.journey-split .jo-left-text:last-child{margin-bottom:0;}
.journey-split .jo-panel{position:relative;z-index:2;width:100%;max-width:820px;margin:0 auto;}
.journey-split .jo-intro{font-family:var(--f-body);font-size:0.98rem;line-height:1.62;color:color-mix(in srgb,var(--accent) 12%,#fff);margin:0 0 1.5rem;}
.journey-split .jo-intro--res{margin-top:0.3rem;}
.journey-split .jo-docs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;}
.journey-split .jo-doc-ph{aspect-ratio:16/9;border-radius:12px;border:1px dashed color-mix(in srgb,var(--accent) 45%,rgba(255,255,255,0.25));background:rgba(30,6,12,0.5);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:0.35rem;font-family:var(--f-geo);font-weight:500;font-size:1rem;color:#fff;}
.journey-split .jo-doc-ph span{font-family:var(--f-ui);font-weight:400;font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;color:color-mix(in srgb,var(--accent) 45%,#fff);}
.journey-split .jo-slider{position:relative;}
.journey-split .jo-viewport{overflow:hidden;border-radius:16px;}
.journey-split .jo-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);}
.journey-split .jo-slide{flex:0 0 100%;display:grid;grid-template-columns:1fr 1fr;background:rgba(10,10,13,0.42);-webkit-backdrop-filter:blur(16px) saturate(1.1);backdrop-filter:blur(16px) saturate(1.1);border:1px solid rgba(255,255,255,0.12);}
.journey-split .jo-slide-media{position:relative;min-height:240px;background:rgba(255,255,255,0.06);}
.journey-split .jo-slide-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
.journey-split .jo-slide-text{padding:1.8rem 1.9rem;display:flex;flex-direction:column;justify-content:center;}
.journey-split .jo-slide-tag{font-family:var(--f-pill);text-transform:uppercase;letter-spacing:0.14em;font-size:0.7rem;color:color-mix(in srgb,var(--accent) 45%,#fff);margin-bottom:0.6rem;}
.journey-split .jo-slide-text h3{font-family:var(--f-geo);font-weight:500;font-size:1.2rem;line-height:1.22;color:#fff;letter-spacing:0;margin:0 0 0.7rem;}
.journey-split .jo-slide-text p{font-family:var(--f-body);font-size:0.9rem;line-height:1.55;color:#d5d5da;margin:0 0 1.1rem;}
.journey-split .jo-slide-link{font-family:var(--f-geo);font-weight:500;font-size:0.9rem;color:color-mix(in srgb,var(--accent) 42%,#fff);text-decoration:none;align-self:flex-start;border-bottom:1px solid color-mix(in srgb,var(--accent) 42%,transparent);padding-bottom:2px;transition:color .2s,border-color .2s;}
.journey-split .jo-slide-link:hover{color:#fff;border-color:#fff;}
.journey-split .jo-slider-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.3rem;}
.journey-split .jo-arrow{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,0.25);background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s,border-color .25s;}
.journey-split .jo-arrow:hover{background:var(--accent);border-color:var(--accent);}
.journey-split .jo-arrow svg{width:18px;height:18px;}
.journey-split .jo-dots{display:flex;gap:0.5rem;}
.journey-split .jo-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.3);border:none;cursor:pointer;padding:0;transition:width .25s,background .25s,border-radius .25s;}
.journey-split .jo-dot.active{background:var(--accent);width:22px;border-radius:4px;}
@media(max-width:640px){
  .journey-split .jo-slide{grid-template-columns:1fr;}
  .journey-split .jo-slide-media{min-height:180px;}
}
@media(max-width:860px){
  .journey-split{grid-template-columns:1fr;}
  .journey-split .jo-left{min-height:34vh;padding:3rem 1.5rem;}
  .journey-split .jo-right{padding:3.5rem 6vw;}
}

/* ---------- editorial video carousel ---------- */
.video-feature{position:relative;display:flex;align-items:stretch;min-height:82vh;background:color-mix(in srgb,var(--accent) 8%,#050308);color:#fff;overflow:hidden;}
.vf-text .vf-kicker{text-align:center;margin-bottom:1.4rem;}
.vf-text .vf-kicker .drop-divider{background:var(--violet-soft);margin:0 auto 1.1rem;}
.vf-text .vf-kicker .drop-circle{background:color-mix(in srgb,var(--accent) 8%,#050308);border-color:var(--violet-soft);}
.vf-text .vf-kicker .section-eyebrow{display:block;color:var(--violet-soft);margin:0;}
.video-feature .vf-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 90% 70% at 70% 22%,color-mix(in srgb,var(--accent) 30%,#0a0509) 0%,color-mix(in srgb,var(--accent) 11%,#070406) 52%,#040305 100%);}
.video-feature .vf-arrow{position:relative;z-index:3;flex:0 0 auto;width:clamp(60px,7vw,120px);background:none;border:none;cursor:pointer;color:var(--violet-soft);display:flex;align-items:center;justify-content:center;transition:color .2s,background .2s;}
.video-feature .vf-arrow svg{width:clamp(28px,3.2vw,56px);height:auto;}
.video-feature .vf-arrow:hover{color:#fff;background:rgba(255,255,255,0.05);}
.video-feature .vf-stage{position:relative;z-index:2;flex:1 1 auto;}
.vf-slide{position:absolute;inset:2.4rem 2vw;display:grid;grid-template-columns:35% 65%;gap:3vw;align-items:center;opacity:0;visibility:hidden;transition:opacity .45s ease;}
.vf-slide.is-active{opacity:1;visibility:visible;}
.vf-slide .vf-num{font-family:var(--f-pill);font-style:normal;letter-spacing:0.14em;font-size:0.82rem;color:var(--violet-soft);margin-bottom:1rem;}
.vf-slide .fsbp-section-8-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.04;color:#fff;margin:0 0 1.2rem;}
.vf-slide .vf-desc{font-family:var(--f-body);font-size:1rem;line-height:1.62;color:#c4c9d8;margin:0 0 1.3rem;max-width:440px;}
.vf-slide .vf-meta{font-family:var(--f-ui);font-size:0.75rem;letter-spacing:0.1em;text-transform:uppercase;color:#8f93a6;margin-bottom:1.6rem;}
.vf-slide .vf-link{display:inline-flex;align-items:center;gap:0.45rem;font-family:var(--f-ui);font-weight:700;font-size:0.85rem;letter-spacing:0.03em;color:#fff;border-bottom:2px solid var(--violet);padding-bottom:3px;}
.vf-slide .vf-link:hover{color:var(--violet-soft);}
.vf-media{position:relative;width:100%;aspect-ratio:16/9;border-radius:15px;overflow:hidden;box-shadow:0 26px 64px rgba(0,0,0,0.55);border:1px solid rgba(255,255,255,0.1);}
.vf-media iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}
@media(max-width:860px){
  .video-feature{min-height:auto;}
  .video-feature .vf-arrow{width:48px;}
  .vf-stage{padding:0.5rem 0;}
  .vf-slide{position:relative;inset:auto;grid-template-columns:1fr;gap:1.4rem;padding:2rem 4vw 2.5rem;}
  .vf-slide:not(.is-active){display:none;}
}

/* ---------- TEST theme picker (remove for production / becomes the WP control) ---------- */
.theme-picker{display:none !important;} /* dev-only widget — never shown on the live site */
.theme-picker--noop{position:fixed;left:16px;bottom:16px;z-index:1000;display:flex;align-items:center;gap:0.6rem;background:rgba(18,10,14,0.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.16);border-radius:999px;padding:0.5rem 0.85rem 0.5rem 0.5rem;box-shadow:0 10px 26px rgba(0,0,0,0.32);}
.theme-picker label{font-family:var(--f-ui,sans-serif);font-size:0.66rem;letter-spacing:0.16em;text-transform:uppercase;color:rgba(255,255,255,0.75);}
.theme-picker input[type=color]{width:28px;height:28px;border:none;border-radius:50%;background:none;cursor:pointer;padding:0;}
.theme-picker input[type=color]::-webkit-color-swatch-wrapper{padding:0;}
.theme-picker input[type=color]::-webkit-color-swatch{border:2px solid #fff;border-radius:50%;}
.theme-picker input[type=color]::-moz-color-swatch{border:2px solid #fff;border-radius:50%;}
.theme-picker .tp-swatches{display:flex;gap:0.4rem;}
.theme-picker .tp-swatch{width:19px;height:19px;border-radius:50%;border:1px solid rgba(255,255,255,0.45);cursor:pointer;padding:0;}
/* ---------- closing ---------- */
.scene-close{background:var(--paper);color:var(--ink);min-height:auto;padding:6rem 8vw 4rem;}
.scene-close .scene-inner{max-width:720px;margin:0 auto;text-align:center;}
.scene-close .close-logo{width:54px;margin:0 auto 1.3rem;}
.scene-close .close-logo svg{width:100%;height:auto;display:block;}
.scene-close .close-logo svg path{fill:#a2a2a6;}
.scene-close .close-logo svg .st0{opacity:0.55;}
.scene-close .close-welcome{font-family:var(--f-serif);font-style:italic;font-weight:400;text-transform:uppercase;letter-spacing:-3px;font-size:clamp(1.6rem,2.8vw,2.4rem);line-height:1.05;color:var(--ink);margin:0 0 1.4rem;}
.scene-close .close-lede{max-width:640px;margin:0 auto 1.8rem;font-size:1.12rem;line-height:1.6;color:#3a3a38;}
.scene-close .close-links{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem 1.9rem;margin:1.8rem 0 1.4rem;font-family:var(--f-ui);font-size:0.82rem;letter-spacing:0.04em;}
.scene-close .close-links a{position:relative;color:#5c5c58;}
.scene-close .close-links a:hover{color:var(--violet-onlight);}
.scene-close .close-links a:not(:last-child)::after{content:"·";position:absolute;right:-1.05rem;color:#c4c4c0;}
.meta-row{display:flex;flex-wrap:wrap;gap:0.6rem 1.4rem;font-size:0.8rem;color:#5c5c58;margin-bottom:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid rgba(0,0,0,0.12);font-family:var(--f-ui);}
.tags{display:flex;gap:0.6rem;flex-wrap:wrap;margin:1.6rem 0;}
.tag{border:1px solid rgba(0,0,0,0.2);border-radius:999px;padding:0.35rem 0.9rem;font-size:0.75rem;font-weight:600;letter-spacing:0.03em;font-family:var(--f-ui);}
.back-top{display:inline-block;margin-top:1.4rem;font-weight:300;font-size:0.85rem;letter-spacing:0;border-bottom:2px solid var(--ink);padding-bottom:2px;font-family:var(--f-ui);}
.foot{margin-top:2.4rem;font-size:0.78rem;color:#8a8a86;font-family:var(--f-ui);}
.scene-close .foot a{color:#8a8a86;}
.scene-close .foot a:hover{color:var(--violet-onlight);}
.scene-close .foot-sep{margin:0 0.35rem;color:#c4c4c0;}

.reveal{opacity:1;transform:none;transition:opacity 0.7s ease,transform 0.7s ease;}
.has-js .reveal{opacity:0;transform:translateY(18px);}
.has-js .reveal.is-visible{opacity:1;transform:none;}
.reveal.is-visible{opacity:1;transform:translateY(0);}
.reveal-delay-1.is-visible{transition-delay:0.12s;}
.reveal-delay-2.is-visible{transition-delay:0.24s;}

/* ---------- floating table-of-contents pill + panels ---------- */
.toc-pill{
  position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:130;
  background:rgba(12,10,20,0.78);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,0.14);border-radius:999px;
  box-shadow:0 12px 34px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(124,92,240,0.12);
  display:flex;align-items:center;padding:0.4rem;gap:0.15rem;
  font-family:var(--f-geo);font-style:normal;font-size:0.82rem;font-weight:400;letter-spacing:0.02em;color:#e9e6fa;
  max-width:92vw;overflow-x:auto;
}
.toc-pill button, .toc-pill a{
  background:none;border:none;color:inherit;font:inherit;font-style:inherit;letter-spacing:inherit;
  padding:0.55rem 0.95rem;cursor:pointer;border-radius:999px;transition:background .2s,color .2s;
  white-space:nowrap;display:flex;align-items:center;gap:0.45rem;text-decoration:none;
}
.toc-pill button svg, .toc-pill a svg{flex:none;opacity:0.85;}
.toc-pill button:hover, .toc-pill button.active, .toc-pill a:hover{background:var(--violet);color:#fff;}
.toc-pill button:hover svg, .toc-pill button.active svg, .toc-pill a:hover svg{opacity:1;}
.toc-pill .sep{width:1px;height:16px;background:rgba(255,255,255,0.16);margin:0 0.1rem;}

.toc-panel{
  position:fixed;left:50%;bottom:86px;transform:translateX(-50%) translateY(12px);
  width:min(420px,86vw);max-height:56vh;overflow-y:auto;
  background:rgba(14,14,16,0.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,0.14);border-radius:16px;
  padding:1.4rem 1.4rem;z-index:129;opacity:0;pointer-events:none;
  transition:opacity .25s ease,transform .25s ease;
}
.toc-panel.is-open{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);}
.toc-panel h4{font-family:var(--f-serif);font-weight:400;font-style:normal;font-size:1.55rem;letter-spacing:-1px;color:var(--violet-soft);margin:0 0 0.9rem;}
.toc-panel ul{list-style:none;margin:0;padding:0;counter-reset:tocnum;}
.toc-panel li{border-bottom:1px solid rgba(255,255,255,0.08);}
.toc-panel ul li{counter-increment:tocnum;}
.toc-panel a{display:block;padding:0.6rem 0;font-family:var(--f-body);font-size:0.94rem;color:#e6e6e6;}
.toc-panel ul li a{position:relative;padding-left:2.3rem;}
.toc-panel ul li a:before{content:counter(tocnum,decimal-leading-zero);position:absolute;left:0;top:0.72rem;font-family:var(--f-ui);font-size:0.72rem;letter-spacing:0.08em;color:var(--violet-soft);}
.toc-panel a:hover{color:var(--violet-soft);}
.toc-panel .info-row{display:flex;justify-content:space-between;padding:0.5rem 0;font-family:var(--f-ui);font-size:0.85rem;color:#ddd;border-bottom:1px solid rgba(255,255,255,0.08);}
.toc-panel .share-row{display:flex;gap:0.8rem;margin-top:0.4rem;}
.toc-panel .share-row a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,0.16);border-radius:50%;padding:0;font-family:var(--f-ui);font-size:0.95rem;}
.toc-panel .share-row a:hover{border-color:var(--violet-soft);color:var(--violet-soft);}

/* ===== Template 2 — centered blood-host cover ===== */
.scene-cover--center{background:color-mix(in srgb,var(--accent) 24%,#0b0507);justify-content:center;align-items:center;text-align:center;padding:5rem 5vw;}
.scene-cover--center .cover-bg{position:absolute;inset:0;background:url('https://odysseypublication.com/wp-content/uploads/2026/07/bg-post2-scaled.webp') center/cover;}
.scene-cover--center .scene-inner{position:relative;z-index:3;max-width:none;margin:0 auto;text-align:center;}
.scene-cover--center .cover-panel{display:inline-block;max-width:94vw;padding:clamp(2.2rem,4vw,3.6rem) clamp(2.6rem,7vw,6rem) clamp(2.4rem,4vw,3.6rem);border-radius:24px;background:color-mix(in srgb,var(--accent) 42%,transparent);backdrop-filter:blur(13px) saturate(1.05);-webkit-backdrop-filter:blur(13px) saturate(1.05);}
.scene-cover--center .dek-box{display:inline-block;width:auto;margin:0 auto 0.15rem;background:var(--accent);color:#fff;font-family:var(--f-serif);font-size:clamp(1.4rem,2.7vw,2.2rem);padding:0.5rem 1.4rem;letter-spacing:-1px;line-height:1.25;}
.scene-cover--center .cover-title{font-family:var(--f-punch);font-weight:300;text-transform:uppercase;font-size:clamp(15.4rem,10.5vw,50.2rem);line-height:0.86;color:#fff;margin:0.15rem 0 0.2rem;text-align:center;}
.scene-cover--center .cover-lede{margin:1rem auto 1.4rem;max-width:540px;color:color-mix(in srgb,var(--accent) 10%,#fff);font-size:1.06rem;line-height:1.5;}
.scene-cover--center .cover-cats{justify-content:center;margin-bottom:1.2rem;}
.scene-cover--center .byline{justify-content:center;color:color-mix(in srgb,var(--accent) 10%,#fff);}
.scene-cover--center .byline b{color:#fff;}
/* ===== Header variant 3 — NDE: huge title near the top, image fading up into accent ===== */
.scene-cover--nde{background:var(--accent);justify-content:flex-start;align-items:center;text-align:center;padding:8.5rem 5vw 4rem;overflow:hidden;}
.scene-cover--nde .cover-bg{position:absolute;inset:0;z-index:0;background:url('https://odysseypublication.com/wp-content/uploads/2026/07/article3-scaled.webp') center/cover;}
.scene-cover--nde .cover-veil{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,var(--accent) 6%,color-mix(in srgb,var(--accent) 45%,transparent) 46%,transparent 100%);}
.scene-cover--nde .scene-inner{position:relative;z-index:2;max-width:1240px;margin:0 auto;text-align:center;}
.scene-cover--nde .dek-box{display:inline-block;width:auto;margin:0 auto 0.35rem;background:color-mix(in srgb,var(--accent) 72%,#000);color:#fff;font-family:var(--f-serif);font-weight:400;font-size:clamp(1.25rem,2.3vw,1.95rem);padding:0.5rem 1.4rem;letter-spacing:-1px;line-height:1.3;}
.scene-cover--nde .cover-title{font-family:var(--f-punch);font-weight:300;text-transform:uppercase;font-size:clamp(4rem,22vw,24rem);line-height:0.9;letter-spacing:0;color:#fff;margin:0.1rem 0 1.6rem;text-align:center;white-space:nowrap;}
.scene-cover--nde .cover-cats{justify-content:center;margin:0 0 1rem;}
.scene-cover--nde .byline{justify-content:center;color:#cdd2da;}
.scene-cover--nde .byline b{color:#fff;}
@media(max-width:760px){.scene-cover--nde .cover-title{white-space:normal;}}
/* transparent nav on this template */
.topnav{background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none;}
.topnav .wordmark{text-shadow:0 1px 12px rgba(0,0,0,0.4);}

/* ===== Template 2 — section 2: white / red investigation split ===== */
.split-duo{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;}
.split-duo .duo-col{display:flex;flex-direction:column;justify-content:center;padding:6rem 5vw;}
.split-duo .duo-inner{max-width:560px;margin:0 auto;width:100%;}
.split-duo .duo-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.7rem,2.6vw,2.4rem);line-height:1.12;margin:0 0 1.3rem;}
/* white column */
.split-duo .duo-white{background:#fff;color:var(--ink);}
.split-duo .duo-white .duo-kicker{text-align:center;margin-bottom:1.5rem;}
.split-duo .duo-white .drop-divider{margin:0 auto 1.2rem;}
.split-duo .duo-white .section-eyebrow{display:block;text-align:center;color:#6b6b66;margin:0;}
.split-duo .duo-white .duo-title{color:var(--violet-onlight);}
.split-duo .duo-white p{font-family:var(--f-body);color:#3a3a38;font-size:1.02rem;line-height:1.62;margin:0 0 1rem;}
/* red column — case file */
.split-duo .duo-red{position:relative;overflow:hidden;background:linear-gradient(155deg,color-mix(in srgb,var(--accent) 78%,#fff) 0%,var(--accent) 46%,color-mix(in srgb,var(--accent) 80%,#000) 100%);color:color-mix(in srgb,var(--accent) 10%,#fff);}
.split-duo .duo-red .duo-mark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;opacity:0.06;pointer-events:none;z-index:0;}
.split-duo .duo-red .duo-mark svg{width:100%;height:auto;display:block;}
.split-duo .duo-red .duo-mark svg path{fill:#fff;}
.split-duo .duo-red .duo-inner{position:relative;z-index:1;}
.split-duo .duo-red .duo-eyebrow{display:block;font-family:var(--f-pill);text-transform:uppercase;letter-spacing:0.16em;font-size:0.74rem;color:rgba(255,255,255,0.82);margin-bottom:1rem;}
.split-duo .duo-red .duo-title{color:#fff;}
.split-duo .duo-red .duo-body{border-left:2px solid rgba(255,255,255,0.42);padding-left:1.5rem;}
.split-duo .duo-red .duo-body p{font-family:var(--f-body);font-size:0.98rem;line-height:1.66;color:color-mix(in srgb,var(--accent) 12%,#fff);margin:0 0 1.05rem;}
@media(max-width:860px){.split-duo{grid-template-columns:1fr;}.split-duo .duo-col{padding:4rem 7vw;}}

/* ===== Template 2 — section 3: The Photographs ===== */
.photo-section{background:#fff;color:var(--ink);padding:6rem 6vw;}
.photo-section .photo-head{max-width:820px;margin:0 auto 3.4rem;text-align:center;}
.photo-section .photo-head .drop-divider{margin:0 auto 1.2rem;}
.photo-section .photo-head .section-eyebrow{display:block;text-align:center;color:#6b6b66;margin:0 0 0.2rem;}
.photo-section .photo-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.7rem,2.6vw,2.4rem);line-height:1.12;color:var(--violet-onlight);margin:0.4rem 0 1.4rem;}
.photo-section .photo-head p{text-align:left;font-family:var(--f-body);color:#3a3a38;font-size:1.02rem;line-height:1.62;margin:0 auto 1rem;max-width:770px;}
.photo-section .photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.2rem;max-width:1180px;margin:0 auto;align-items:start;}
.photo-section .photo-fig{margin:0;}
.photo-section .photo-frame{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,0.14);}
.photo-section .photo-img{width:100%;height:auto;display:block;}
.photo-section .photo-scrim{position:absolute;left:0;right:0;bottom:0;height:52%;background:linear-gradient(to top,rgba(0,0,0,0.80),rgba(0,0,0,0.32) 55%,transparent);pointer-events:none;}
.photo-section .photo-fig figcaption{position:absolute;left:0;right:0;bottom:0;padding:0 1.2rem 1.1rem;text-align:right;font-family:var(--f-body);font-style:italic;font-size:0.82rem;color:rgba(255,255,255,0.92);line-height:1.5;text-shadow:0 1px 6px rgba(0,0,0,0.5);}
.photo-section .fig-name{display:block;font-family:var(--f-serif);font-style:italic;text-transform:uppercase;letter-spacing:0.04em;font-size:0.95rem;color:#fff;margin-bottom:0.35rem;text-shadow:0 1px 8px rgba(0,0,0,0.55);}
.photo-section .fig-dash{display:block;width:38px;height:1px;background:rgba(255,255,255,0.6);margin:0.75rem 0 0 auto;}
@media(max-width:820px){.photo-section .photo-grid{grid-template-columns:1fr;gap:2.6rem;}}



/* ===== Template 2 — single-column prose sections (Investigation / Results) ===== */
.prose-section{padding:6rem 6vw;}
.prose-section .prose-inner{max-width:820px;margin:0 auto;text-align:center;}
.prose-section .drop-divider{margin:0 auto 1.2rem;}
.prose-section .section-eyebrow{display:block;text-align:center;margin:0 0 0.2rem;}
.prose-section .prose-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.7rem,2.6vw,2.4rem);line-height:1.12;margin:0.4rem 0 1.5rem;}
.prose-section p{text-align:left;font-family:var(--f-body);font-size:1.02rem;line-height:1.66;margin:0 auto 1rem;max-width:760px;}
.prose-white{background:#fff;color:var(--ink);}
.prose-white .section-eyebrow{color:#6b6b66;}
.prose-white .prose-title{color:var(--violet-onlight);}
.prose-white p{color:#3a3a38;}
.prose-red{position:relative;overflow:hidden;background:linear-gradient(155deg,color-mix(in srgb,var(--accent) 78%,#fff) 0%,var(--accent) 46%,color-mix(in srgb,var(--accent) 80%,#000) 100%);color:color-mix(in srgb,var(--accent) 10%,#fff);}
.prose-red .prose-mark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58%;opacity:0.055;pointer-events:none;}
.prose-red .prose-mark svg{width:100%;height:auto;display:block;}
.prose-red .prose-mark svg path{fill:#fff;}
.prose-red .prose-inner{position:relative;z-index:1;}
.prose-red .drop-divider{background:rgba(255,255,255,0.6);}
.prose-red .drop-circle{border-color:rgba(255,255,255,0.6);background:transparent;}
.prose-red .section-eyebrow{color:rgba(255,255,255,0.82);}
.prose-red .prose-title{color:#fff;}
.prose-red p{color:color-mix(in srgb,var(--accent) 12%,#fff);}
.prose-red .prose-lead{color:#fff;}
.prose-red .findings{max-width:760px;margin:0.6rem auto 0;text-align:left;}
.prose-red .finding{margin-bottom:1.3rem;padding-bottom:1.3rem;border-bottom:1px solid rgba(255,255,255,0.22);}
.prose-red .finding:last-child{border-bottom:none;padding-bottom:0;}
.prose-red .finding .lab{display:block;font-family:var(--f-geo);font-weight:400;font-size:0.92rem;color:#fff;margin-bottom:0.4rem;}
.prose-red .finding p{margin:0;max-width:none;font-size:0.94rem;color:color-mix(in srgb,var(--accent) 12%,#fff);}

/* ===== Investigation — Great Debate scene, red palette modifier ===== */
.scene-universe--red{background:color-mix(in srgb,var(--accent) 8%,#050308);}
.scene-universe--red .space-bg{background:radial-gradient(ellipse 95% 75% at 72% 18%,color-mix(in srgb,var(--accent) 34%,#0b0509) 0%,color-mix(in srgb,var(--accent) 12%,#070406) 48%,#040305 100%);}
.scene-universe--red .glow{background:radial-gradient(circle,color-mix(in srgb,var(--accent) 62%,transparent) 0%,transparent 62%);opacity:0.42;}
.scene-universe--red .scrim{background:linear-gradient(180deg,rgba(5,3,8,0.18),rgba(5,3,8,0.66) 84%);}
.scene-universe--red p{color:#d5d5da;}
.scene-universe--red .drop-divider{background:var(--violet-soft);}
.scene-universe--red .drop-circle{border-color:var(--violet-soft);background:color-mix(in srgb,var(--accent) 8%,#050308);}
.scene-universe--red .section-eyebrow{color:var(--violet-soft);}
.scene-universe--red .fsbp-section-4-title,.scene-universe--red .fsbp-section-4-subtitle{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.75rem,2.5vw,2.35rem);line-height:1.05;margin:0 0 1.2rem;color:#fff;}
.scene-universe--red .uni-quote .q-rule{background:var(--violet-soft);}
.scene-universe--red .uni-quote blockquote{color:#fff;}
.scene-universe--red .uni-quote figcaption{color:#b8b8bd;}
.scene-universe--red .uni-quote cite{color:var(--violet-soft);}
/* ===== Findings — fixed-height HORIZONTAL timeline (scrolls sideways) ===== */
.scene-timeline{background:#fff;color:var(--ink);overflow:hidden;padding:4.5rem 0 3rem;justify-content:center;}
.scene-timeline .scene-inner{max-width:none;width:100%;margin:0 auto;padding:0;}
.scene-timeline .tl-head{text-align:center;max-width:720px;margin:0 auto 2rem;padding:0 8vw;}
.scene-timeline .tl-head .drop-divider{height:44px;margin:0 auto 1rem;}
.scene-timeline .tl-head .section-eyebrow{display:block;text-align:center;color:#6b6b66;margin:0 0 0.2rem;}
.scene-timeline .tl-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.7rem,2.6vw,2.4rem);line-height:1.12;color:var(--violet-onlight);margin:0.4rem 0 0.9rem;}
.scene-timeline .tl-lead{font-family:var(--f-body);font-size:1.02rem;line-height:1.6;color:#5a5a56;max-width:600px;margin:0 auto;}
/* horizontal alternating track */
.tl-track-wrap{overflow:hidden;padding:0.2rem 0 0.6rem;}
.tl-track{position:relative;display:flex;align-items:stretch;width:100%;height:540px;padding:0 1.5vw;}
.tl-node{position:relative;flex:1 1 0;min-width:0;padding:0 0.7rem;display:flex;flex-direction:column;}
/* rail: each node draws a segment to the next dot; last node has none, so it stops there */
.tl-node:not(:last-child):after{content:"";position:absolute;left:calc(0.7rem + 2.4rem + 7px);top:50%;transform:translateY(-50%);width:100%;height:2px;background:color-mix(in srgb,var(--accent) 26%,#e7dadc);z-index:0;}
.tl-slot{flex:1 1 0;min-height:0;display:flex;flex-direction:column;}
.tl-slot--top{justify-content:flex-end;padding-bottom:1.4rem;}
.tl-slot--bottom{justify-content:flex-start;padding-top:1.4rem;}
.tl-dot{width:15px;height:15px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px #fff;align-self:flex-start;margin-left:2.4rem;flex:0 0 auto;position:relative;z-index:2;}
/* card sits in a gutter; the date is a large vertical label in that gutter */
.tl-entry{position:relative;padding-left:2.4rem;}
.tl-date{position:absolute;left:-0.15rem;top:0;writing-mode:vertical-rl;transform:rotate(180deg);font-family:var(--f-geo);font-weight:500;font-size:1.5rem;line-height:1;letter-spacing:0;color:var(--violet-onlight);white-space:nowrap;}
.tl-slot--top .tl-date{top:auto;bottom:0;}
.tl-date small{font-weight:400;font-size:0.82rem;opacity:0.6;}
.tl-lab{font-family:var(--f-geo);font-weight:500;font-size:0.98rem;line-height:1.28;color:var(--ink);letter-spacing:0;margin:0 0 0.55rem;}
.tl-node p{font-family:var(--f-body);font-size:0.92rem;line-height:1.55;color:#3a3a38;margin:0;max-width:none;}
.tl-summary{font-family:var(--f-body);font-style:italic;font-size:1.02rem;line-height:1.6;color:#4a4a46;text-align:center;max-width:640px;margin:1.6rem auto 0;padding-top:0;}
.tl-summary:before{content:"";display:block;width:44px;height:1px;background:color-mix(in srgb,var(--accent) 55%,#d2d2d6);margin:0 auto 1.3rem;}
@media(max-width:760px){
  .tl-track{flex-wrap:wrap;height:auto;gap:1.6rem 0;}
  .tl-node{flex:0 0 50%;}
  .tl-node:not(:last-child):after{display:none;}
}
/* ===== Case Criticism — editorial multi-column ===== */
.scene-criticism{background:#fff;color:var(--ink);padding:6rem 8vw;}
.scene-criticism .crit-inner{max-width:1180px;margin:0 auto;}
.scene-criticism .crit-head{text-align:center;margin:0 auto 2.8rem;max-width:760px;}
.scene-criticism .crit-head .drop-divider{margin:0 auto 1.2rem;}
.scene-criticism .crit-head .section-eyebrow{display:block;text-align:center;color:#6b6b66;margin:0 0 0.2rem;}
.scene-criticism .crit-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.08;color:var(--violet-onlight);margin:0.3rem 0 0;}
.scene-criticism .crit-body{columns:2;column-gap:3.4rem;margin-bottom:2.8rem;}
.scene-criticism .crit-body p{font-family:var(--f-body);font-size:1.02rem;line-height:1.62;color:#33342f;margin:0 0 1.05rem;break-inside:avoid;}
.scene-criticism .crit-body p:first-child{margin-top:0;}
.scene-criticism .crit-sub{font-family:var(--f-pill);font-weight:400;text-transform:uppercase;letter-spacing:0.14em;font-size:0.82rem;color:#7a6f66;text-align:center;margin:0 0 1.7rem;}
.scene-criticism .crit-points{list-style:none;margin:0 0 2.6rem;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;}
.scene-criticism .crit-points li{position:relative;padding-top:1rem;border-top:2px solid color-mix(in srgb,var(--accent) 40%,#e2e2e5);}
.scene-criticism .crit-num{font-family:var(--f-geo);font-weight:500;font-size:1.25rem;color:var(--accent);display:block;margin-bottom:0.5rem;}
.scene-criticism .crit-points h4{font-family:var(--f-geo);font-weight:500;font-size:1.02rem;line-height:1.25;color:var(--ink);letter-spacing:0;margin:0 0 0.55rem;}
.scene-criticism .crit-points p{font-family:var(--f-body);font-size:0.95rem;line-height:1.55;color:#3a3a38;margin:0;}
.scene-criticism .crit-note{font-family:var(--f-body);font-style:italic;font-size:1.08rem;line-height:1.55;color:#4a4a46;text-align:center;max-width:720px;margin:0 auto;}
.scene-criticism .crit-note:before{content:"";display:block;width:44px;height:1px;background:color-mix(in srgb,var(--accent) 55%,#d2d2d6);margin:0 auto 1.3rem;}
@media(max-width:820px){
  .scene-criticism .crit-body{columns:1;}
  .scene-criticism .crit-points{grid-template-columns:1fr;gap:1.8rem;}
}
/* ===== Miracle or Hoax? / Why Not Contamination? — analysis sections ===== */
.scene-analysis{background:#fff;color:var(--ink);padding:6rem 8vw;}
.scene-analysis .an-inner{max-width:1180px;margin:0 auto;}
.scene-analysis .an-head{text-align:center;max-width:780px;margin:0 auto 2.4rem;}
.scene-analysis .an-head .drop-divider{margin:0 auto 1.2rem;}
.scene-analysis .an-head .section-eyebrow{display:block;text-align:center;color:#6b6b66;margin:0 0 0.2rem;}
.scene-analysis .an-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.08;color:var(--violet-onlight);margin:0.3rem 0 0;}
.scene-analysis .an-lead{font-family:var(--f-body);font-size:1.08rem;line-height:1.62;color:#33342f;max-width:760px;margin:0 auto 1rem;text-align:center;}
.scene-analysis .an-lead--last{margin-bottom:2.8rem;}
/* two scenario cards */
.scene-analysis .an-scenarios{display:grid;grid-template-columns:1fr 1fr;gap:2.2rem;margin-bottom:3.2rem;}
.scene-analysis .an-card{background:#f2f2f3;border-radius:14px;padding:2rem 1.9rem;}
.scene-analysis .an-tag{font-family:var(--f-pill);text-transform:uppercase;letter-spacing:0.14em;font-size:0.72rem;color:var(--accent);display:block;margin-bottom:0.6rem;}
.scene-analysis .an-card h3{font-family:var(--f-geo);font-weight:500;font-size:1.22rem;color:var(--ink);letter-spacing:0;margin:0 0 0.8rem;}
.scene-analysis .an-card p{font-family:var(--f-body);font-size:0.97rem;line-height:1.6;color:#3a3a38;margin:0 0 0.75rem;}
.scene-analysis .an-card p:last-child{margin-bottom:0;}
/* motives */
.scene-analysis .an-sub{font-family:var(--f-geo);font-weight:500;font-size:1.4rem;color:var(--violet-onlight);text-align:center;margin:0 0 0.7rem;letter-spacing:0;}
.scene-analysis .an-motives>p{font-family:var(--f-body);font-size:1.02rem;line-height:1.6;color:#33342f;max-width:720px;margin:0 auto 1.8rem;text-align:center;}
.scene-analysis .an-motive-list{list-style:none;margin:0 auto 2rem;padding:0;max-width:940px;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2.6rem;}
.scene-analysis .an-motive-list li{font-family:var(--f-body);font-size:0.97rem;line-height:1.58;color:#3a3a38;padding-left:1.1rem;border-left:2px solid color-mix(in srgb,var(--accent) 40%,#e2e2e5);}
.scene-analysis .an-motive-list .role{display:block;font-family:var(--f-geo);font-weight:500;font-size:1rem;color:var(--ink);margin-bottom:0.25rem;}
.scene-analysis .an-closing{font-family:var(--f-body);font-style:italic;font-size:1.05rem;line-height:1.62;color:#33342f;max-width:780px;margin:0 auto;text-align:center;}
/* contamination body two-col */
.scene-analysis .an-body{columns:2;column-gap:3.4rem;margin-bottom:2.8rem;}
.scene-analysis .an-body p{font-family:var(--f-body);font-size:1.02rem;line-height:1.62;color:#33342f;margin:0 0 1.05rem;break-inside:avoid;}
.scene-analysis .an-body p:first-child{margin-top:0;}
/* bottom-line callout */
.scene-analysis .an-bottomline{background:var(--accent);color:#fff;border-radius:16px;padding:2.4rem 2.6rem;max-width:860px;margin:0 auto 1.6rem;text-align:center;}
.scene-analysis .an-bottomline .an-tag{color:rgba(255,255,255,0.82);}
.scene-analysis .an-bottomline p{font-family:var(--f-body);font-size:1.06rem;line-height:1.62;color:#fff;margin:0;}
.scene-analysis .an-question{font-family:var(--f-serif);font-style:italic;font-size:1.7rem;line-height:1.2;margin-top:1.1rem;color:#fff;}
.scene-analysis .an-foot{text-align:center;font-family:var(--f-body);font-style:italic;color:#6b6b66;font-size:1rem;max-width:640px;margin:0 auto;}
@media(max-width:820px){
  .scene-analysis .an-scenarios{grid-template-columns:1fr;}
  .scene-analysis .an-motive-list{grid-template-columns:1fr;}
  .scene-analysis .an-body{columns:1;}
}
/* ===== Chain of Custody — evidence-log grid ===== */
.scene-custody{background:#fff;color:var(--ink);padding:6rem 8vw;}
.scene-custody .cust-inner{max-width:1180px;margin:0 auto;}
.scene-custody .cust-head{text-align:center;max-width:760px;margin:0 auto 2.8rem;}
.scene-custody .cust-head .drop-divider{margin:0 auto 1.2rem;}
.scene-custody .cust-head .section-eyebrow{display:block;text-align:center;color:#6b6b66;margin:0 0 0.2rem;}
.scene-custody .cust-title{font-family:var(--f-geo);font-weight:400;letter-spacing:0;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.08;color:var(--violet-onlight);margin:0.3rem 0 0;}
.scene-custody .cust-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:2.2rem 2.6rem;}
.scene-custody .cust-step{position:relative;padding-top:1.1rem;border-top:2px solid color-mix(in srgb,var(--accent) 40%,#e2e2e5);}
.scene-custody .cust-meta{display:flex;align-items:baseline;gap:0.6rem;margin-bottom:0.55rem;}
.scene-custody .cust-num{font-family:var(--f-geo);font-weight:500;font-size:1.1rem;color:var(--accent);}
.scene-custody .cust-when{font-family:var(--f-pill);text-transform:uppercase;letter-spacing:0.12em;font-size:0.72rem;color:#8a7f76;}
.scene-custody .cust-who{font-family:var(--f-geo);font-weight:500;font-size:1.06rem;color:var(--ink);letter-spacing:0;margin:0 0 0.5rem;}
.scene-custody .cust-step p{font-family:var(--f-body);font-size:0.95rem;line-height:1.56;color:#3a3a38;margin:0;}
.scene-custody .cust-lead{font-family:var(--f-body);font-size:1.04rem;line-height:1.6;color:#5a5a56;max-width:660px;margin:1rem auto 0;text-align:center;}
.scene-custody .cust-note{font-family:var(--f-body);font-size:1.02rem;line-height:1.62;color:#3a3a38;max-width:840px;margin:2.6rem auto 0;text-align:center;}
@media(max-width:900px){.scene-custody .cust-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:600px){.scene-custody .cust-grid{grid-template-columns:1fr;}}
/* dark variant */
.scene-custody--dark{background:radial-gradient(ellipse 110% 85% at 70% 8%,color-mix(in srgb,var(--accent) 26%,#0b0509) 0%,color-mix(in srgb,var(--accent) 10%,#070406) 55%,#040305 100%);color:#fff;}
.scene-custody--dark .cust-head .section-eyebrow{color:var(--violet-soft);}
.scene-custody--dark .cust-title{color:#fff;}
.scene-custody--dark .cust-lead{color:#c7c7cd;}
.scene-custody--dark .cust-head .drop-divider{background:var(--violet-soft);}
.scene-custody--dark .cust-head .drop-circle{border-color:var(--violet-soft);background:color-mix(in srgb,var(--accent) 20%,#0a0509);}
.scene-custody--dark .cust-step{border-top-color:color-mix(in srgb,var(--accent) 45%,rgba(255,255,255,0.22));}
.scene-custody--dark .cust-num{color:var(--violet-soft);}
.scene-custody--dark .cust-when{color:#9a9aa1;}
.scene-custody--dark .cust-who{color:#fff;}
.scene-custody--dark .cust-step p{color:#c7c7cd;}
.scene-custody--dark .cust-note{color:#c7c7cd;}

/* ============ HOMEPAGE + DRAWER ============ */



body{font-family:var(--f-ui);background:#050508;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}



/* ---------- top nav ---------- */
.hp-nav{position:relative;z-index:20;height:78px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.6rem,2.8vw,3rem);background:#fff;}
.hp-menu{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:4px;padding:0.4rem;}
.hp-menu span{display:block;width:2.5px;height:21px;background:#141414;}
.hp-menu span:nth-child(2){height:30px;}
.hp-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:var(--f-ui);font-weight:800;letter-spacing:0.2em;font-size:clamp(1.2rem,1.9vw,1.65rem);color:#141414;}
.hp-right{display:flex;align-items:center;gap:0.5rem;font-family:var(--f-pill);font-weight:400;font-size:clamp(0.88rem,1vw,1.05rem);letter-spacing:0.01em;color:#141414;}
.hp-right a:hover{opacity:0.6;}
.hp-right .hp-dot{opacity:0.45;}
.hp-right .hp-user{display:flex;align-items:center;justify-content:center;margin-left:0.7rem;color:#141414;}
.hp-right .hp-user svg{width:24px;height:24px;}

/* ---------- expanding panels ---------- */
.hp{display:flex;height:calc(100dvh - 78px);width:100%;padding:0 clamp(16px,1.8vw,32px);box-sizing:border-box;background:#fff;overflow:hidden;}
.hp-panel{position:relative;display:block;flex:1 1 0;min-width:0;height:100%;overflow:hidden;transition:flex-grow .55s cubic-bezier(.4,0,.2,1);}
.hp-panel + .hp-panel{border-left:2px solid #fff;}
.hp-panel:first-child{border-top-left-radius:22px;}
.hp-panel:last-child{border-top-right-radius:22px;}
.hp-panel.is-active{flex-grow:2;}                 /* 40% by default (2 : 1 : 1 : 1) */
.hp:hover .hp-panel.is-active{flex-grow:1;}        /* container hovered -> reset default active */
.hp-panel:hover{flex-grow:2 !important;}           /* hovered panel expands to 40% */
.hp-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .7s ease;}
.hp-panel:hover .hp-bg{transform:scale(1.05);}
.hp-scrim{position:absolute;inset:0;background:linear-gradient(to top,color-mix(in srgb,var(--acc,#0a0a10) 78%,transparent) 0%,color-mix(in srgb,var(--acc,#0a0a10) 48%,transparent) 26%,color-mix(in srgb,var(--acc,#0a0a10) 16%,transparent) 52%,transparent 80%);}
.hp-content{position:absolute;left:0;right:auto;bottom:0;z-index:3;width:20vw;padding:clamp(1.5rem,2.8vw,3rem) clamp(1.4rem,2vw,2rem) clamp(1.7rem,3vw,3.2rem);}
.hp-cat{display:inline-flex;align-items:center;padding:0.42rem 1.05rem;border-radius:999px;background:rgba(0,0,0,0.34);border:1px solid rgba(255,255,255,0.3);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:var(--f-ui);font-weight:500;font-size:0.82rem;color:#fff;margin:0 0 0.7rem;white-space:nowrap;}
.hp-title{margin:0;min-height:1.78em;font-family:var(--f-punch);font-weight:300;text-transform:uppercase;font-size:clamp(4.6rem,6.7vw,25rem);line-height:0.88;letter-spacing:0;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,0.4);}
.hp-arrow{position:absolute;right:clamp(1.5rem,2.6vw,2.8rem);bottom:clamp(1.7rem,3vw,3.2rem);z-index:3;width:clamp(46px,3.4vw,58px);height:clamp(46px,3.4vw,58px);border-radius:50%;border:1px solid rgba(255,255,255,0.55);display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease,background .25s ease;}
.hp-arrow svg{width:42%;height:auto;}
.hp-panel.is-active .hp-arrow{opacity:1;transform:none;}
.hp-panel:hover .hp-arrow{opacity:1;transform:none;background:rgba(255,255,255,0.12);}
.hp:hover .hp-panel.is-active:not(:hover) .hp-arrow{opacity:0;transform:translateY(8px);}

/* ---------- slide-out menu drawer (glossy glass) ---------- */
.hp-ov{position:fixed;inset:0;z-index:120;background:rgba(3,5,9,0.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;}
.hp-ov.open{opacity:1;visibility:visible;}
.hp-drawer{position:fixed;top:0;left:0;bottom:0;z-index:121;width:390px;max-width:86vw;padding:26px 34px;
  background:rgba(14,16,23,0.52);
  -webkit-backdrop-filter:blur(40px) saturate(160%);backdrop-filter:blur(40px) saturate(160%);
  border-right:1px solid rgba(255,255,255,0.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.06), 0 30px 90px -30px rgba(0,0,0,0.85);
  transform:translateX(-104%);transition:transform .4s cubic-bezier(.16,1,.3,1);
  display:flex;flex-direction:column;overflow-y:auto;color:#f4f6f8;}
.hp-drawer.open{transform:translateX(0);}
.hp-drawer .dr-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px;}
.hp-drawer .dr-brand{font-family:var(--f-ui);font-weight:800;font-size:1.2rem;letter-spacing:0.2em;color:#fff;}
.hp-drawer .dr-close{color:rgba(244,246,248,0.7);background:none;border:0;cursor:pointer;display:flex;padding:4px;}
.hp-drawer .dr-close:hover{color:#fff;}
.hp-drawer .dr-close svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;}
.hp-drawer .dr-cats{display:grid;grid-template-columns:1fr 1fr;gap:17px 26px;margin-bottom:34px;}
.hp-drawer .dr-cats a{font-family:var(--f-serif);font-weight:400;font-size:1.5rem;letter-spacing:-0.01em;color:#f4f6f8;transition:color .2s;}
.hp-drawer .dr-cats a:hover{color:#d8c49c;}
.hp-drawer .dr-sub{display:flex;flex-direction:column;gap:12px;padding-top:26px;border-top:1px solid rgba(255,255,255,0.13);}
.hp-drawer .dr-sub a{font-family:var(--f-pill);font-size:1.02rem;color:rgba(244,246,248,0.74);transition:color .2s;}
.hp-drawer .dr-sub a:hover{color:#fff;}
.hp-drawer .dr-foot{margin-top:auto;padding-top:28px;border-top:1px solid rgba(255,255,255,0.13);}
.hp-drawer .dr-annes{display:inline-flex;align-items:center;gap:7px;font-family:var(--f-pill);font-size:0.95rem;color:#d8c49c;margin-bottom:20px;}
.hp-drawer .dr-follow-label{font-family:var(--f-ui);font-size:0.66rem;letter-spacing:0.16em;text-transform:uppercase;color:rgba(244,246,248,0.5);margin-bottom:14px;}
.hp-drawer .dr-follow{display:flex;gap:12px;}
.hp-drawer .dr-follow a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,0.22);border-radius:50%;color:rgba(244,246,248,0.82);font-family:var(--f-ui);font-size:1rem;transition:border-color .2s,color .2s;}
.hp-drawer .dr-follow a:hover{border-color:#fff;color:#fff;}
/* ---------- mobile: stack as full-width cards ---------- */
@media(max-width:760px){
  .hp{flex-direction:column;height:auto;}
  .hp-panel,.hp-panel.is-active,.hp:hover .hp-panel.is-active,.hp-panel:hover{flex:none !important;height:70vh;}
  .hp-panel + .hp-panel{border-left:none;}
  .hp-panel:first-child{border-radius:20px 20px 0 0;}
  .hp-panel:last-child{border-radius:0 0 20px 20px;}
  .hp-panel:hover .hp-bg{transform:none;}
  .hp-arrow,.hp-panel.is-active .hp-arrow{opacity:1;transform:none;}
  .hp-title{font-size:clamp(4.2rem,15vw,7.5rem);}
  .hp-content{width:min(88%,26rem);}
  .hp-logo{font-size:1.15rem;}
  .hp-logo .custom-logo,.topnav .wordmark .custom-logo{height:40px;}
  .hp-right a,.hp-right .hp-dot,.topnav .nav-right a,.topnav .nav-right .tn-dot{display:none;}
}

/* ===== Header variant 4 — Exorcism (from post4) ===== */
/* ===== Header variant 4 — Exorcism: image-focused, content bottom-right, title only ===== */
.scene-cover--exorcism{background:var(--accent);justify-content:flex-end;align-items:stretch;text-align:right;padding:clamp(2.5rem,5vw,5rem) clamp(1.6rem,6vw,6rem);overflow:hidden;}
.scene-cover--exorcism .cover-bg{position:absolute;inset:0;z-index:0;background:url('https://odysseypublication.com/wp-content/uploads/2026/07/article4-scaled.webp') center/cover;}
.scene-cover--exorcism .cover-veil{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,var(--accent) 0%,color-mix(in srgb,var(--accent) 40%,transparent) 34%,transparent 66%);}
.scene-cover--exorcism .scene-inner{position:relative;z-index:2;max-width:none;width:100%;margin-top:auto;text-align:right;}
.scene-cover--exorcism .cover-title{font-family:var(--f-punch);font-weight:300;text-transform:uppercase;font-size:clamp(2.6rem,15vw,16rem);line-height:0.9;letter-spacing:0;color:#fff;margin:0 0 1.2rem;text-align:right;white-space:nowrap;}
.scene-cover--exorcism .cover-cats{justify-content:flex-end;margin:0 0 1rem;}
.scene-cover--exorcism .byline{justify-content:flex-end;color:#e6e3d6;}
.scene-cover--exorcism .byline b{color:#fff;}
@media(max-width:760px){.scene-cover--exorcism .cover-title{white-space:normal;}}
/* ===== Header variant 1 — photo/video background (featured image) ===== */
.scene-cover--photo{background:color-mix(in srgb,var(--accent) 20%,#06060a);justify-content:flex-end;align-items:stretch;text-align:left;padding:clamp(2.5rem,5vw,5rem) clamp(1.6rem,7vw,7rem);overflow:hidden;}
.scene-cover--photo .cover-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;}
.scene-cover--photo .cover-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1;z-index:0;filter:none;}
.scene-cover--photo .cover-veil{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,var(--accent) 0%,color-mix(in srgb,var(--accent) 34%,transparent) 36%,transparent 72%);}
.scene-cover--photo .scene-inner{position:relative;z-index:2;max-width:none;width:100%;margin-top:auto;text-align:left;}
.scene-cover--photo .cover-title{font-family:var(--f-punch);font-weight:300;text-transform:uppercase;font-size:clamp(15.4rem,10.5vw,50.2rem);line-height:0.86;letter-spacing:0;color:#fff;margin:0.1rem 0 1.4rem;text-align:left;}
.scene-cover--photo .dek-box{display:inline-block;margin:0 0 0.5rem;background:color-mix(in srgb,var(--accent) 74%,#000);color:#fff;font-family:var(--f-serif);font-size:clamp(1.25rem,2.3vw,1.95rem);padding:0.5rem 1.4rem;letter-spacing:-1px;line-height:1.3;}
.scene-cover--photo .cover-cats{justify-content:flex-start;margin:0 0 1rem;}
.scene-cover--photo .byline{justify-content:flex-start;color:#dfe3ea;}
.scene-cover--photo .byline b{color:#fff;}

/* Custom logo image sizing (Appearance → Customize → Site Identity → Logo) */
.hp-logo .custom-logo-link,.wordmark .custom-logo-link{display:inline-block;line-height:0;}
.hp-logo .custom-logo{height:70px;width:auto;display:block;}
.wordmark .custom-logo{height:70px;width:auto;display:block;}

/* =========================================================================
   DEFAULT POST CONTENT
   A post written with normal WordPress blocks (paragraphs, headings, images,
   lists, quotes) renders as a clean WHITE, black-text, constrained-width
   article using our type styles. Posts built from full-bleed section patterns
   keep their dark, full-width look (detected via :has(> section)).
   ========================================================================= */
.editorial-body{background:#fff;color:#1c1c1c;font-family:var(--f-body);padding-block:clamp(3rem,6vw,5.5rem);}
/* The article surface stays WHITE. Full-bleed dark sections paint their own
   backgrounds over it. Only drop the top/bottom padding when a section sits
   flush at the very start/end, so there's no white gap above/below it. */
.editorial-body:has(> section:first-child){padding-top:0;}
.editorial-body:has(> section:last-child){padding-bottom:0;}

/* Constrain regular blocks into a readable column (not full width) */
.editorial-body > p,
.editorial-body > h1,
.editorial-body > h2,
.editorial-body > h3,
.editorial-body > h4,
.editorial-body > h5,
.editorial-body > h6,
.editorial-body > ul,
.editorial-body > ol,
.editorial-body > blockquote,
.editorial-body > .wp-block-quote,
.editorial-body > .wp-block-pullquote,
.editorial-body > pre,
.editorial-body > hr,
.editorial-body > .wp-block-embed{
  max-width:720px;width:100%;margin-left:auto;margin-right:auto;
  padding-left:20px;padding-right:20px;box-sizing:border-box;
}

/* Body copy */
.editorial-body p{font-size:1.16rem;line-height:1.78;color:#26262a;margin:0 auto 1.35rem;}
.editorial-body a{color:var(--accent);text-decoration:underline;text-underline-offset:2px;}
.editorial-body strong{color:#111;font-weight:400;}
.editorial-body em{font-style:italic;}

/* Headings — our type system, dark on white */
.editorial-body h2{font-family:var(--f-geo);font-weight:400;font-size:clamp(1.7rem,2.6vw,2.5rem);line-height:1.16;letter-spacing:0;color:#141414;margin:2.6rem auto 1rem;}
.editorial-body h3{font-family:var(--f-geo);font-weight:400;font-size:clamp(1.4rem,2.2vw,1.85rem);line-height:1.28;letter-spacing:0;color:#141414;margin:2.1rem auto 0.7rem;}
.editorial-body h4{font-family:var(--f-ui);font-weight:500;font-size:1rem;letter-spacing:0.06em;text-transform:uppercase;color:#141414;margin:1.9rem auto 0.6rem;}

/* Lists */
.editorial-body ul,.editorial-body ol{font-size:1.14rem;line-height:1.7;color:#26262a;margin:0 auto 1.35rem;padding-left:calc(20px + 1.4rem);padding-right:20px;box-sizing:border-box;max-width:720px;width:100%;}
.editorial-body li{margin:0 0 0.5rem;}

/* Blockquote / pullquote */
.editorial-body blockquote,.editorial-body .wp-block-quote{border-left:3px solid var(--accent);padding:0.3rem 0 0.3rem 1.6rem;font-family:var(--f-serif);font-style:italic;font-size:1.35rem;line-height:1.45;color:#2a2a2a;}
.editorial-body blockquote p,.editorial-body .wp-block-quote p{font-size:inherit;font-style:inherit;color:inherit;}

/* Rule */
.editorial-body hr{border:none;border-top:1px solid rgba(0,0,0,0.14);margin-block:2.6rem;}

/* Images / galleries — constrained (never full width), caption overlaid INSIDE the image */
.editorial-body > .wp-block-image,
.editorial-body > figure.wp-block-image,
.editorial-body > .wp-block-gallery,
.editorial-body > .wp-block-columns{max-width:900px;width:calc(100% - 40px);margin:2.6rem auto;}
.editorial-body .wp-block-image{position:relative;}
.editorial-body .wp-block-image img{display:block;width:100%;height:auto;border-radius:12px;}
.editorial-body .wp-block-gallery figure{position:relative;margin:0;}
/* Caption sits inside the image, matching our section media-caption look */
.editorial-body figcaption{position:absolute;left:0;right:0;bottom:0;margin:0;
  padding:3rem clamp(1.1rem,2.2vw,1.7rem) clamp(0.85rem,1.4vw,1.15rem);
  background:linear-gradient(to top,rgba(0,0,0,0.72) 0%,rgba(0,0,0,0.34) 50%,transparent 100%);
  font-family:var(--f-body);font-style:italic;font-size:0.84rem;line-height:1.55;
  color:rgba(255,255,255,0.92);text-align:right;text-shadow:0 1px 6px rgba(0,0,0,0.4);
  border-radius:0 0 12px 12px;}
.editorial-body figcaption::after{content:'';display:block;width:40px;height:1px;background:rgba(255,255,255,0.6);margin:0.75rem 0 0 auto;}

/* First block shouldn't push a big top gap under the cover */
.editorial-body > :first-child{margin-top:0;}

/* Default post also carries the post's accent (theme picker) color */
.editorial-body h4{color:var(--accent);}
.editorial-body ul li::marker{color:var(--accent);}
.editorial-body ol li::marker{color:var(--accent);font-weight:500;}
.editorial-body :not(pre) > code{background:color-mix(in srgb,var(--accent) 12%,#f2f2f2);color:#111;padding:0.1em 0.4em;border-radius:4px;font-size:0.9em;}

/* Tables, Media & Text, and wide/full-aligned blocks — constrained, never full width */
.editorial-body > .wp-block-table,
.editorial-body > figure.wp-block-table,
.editorial-body > .wp-block-media-text,
.editorial-body > .alignwide,
.editorial-body > .alignfull{max-width:1040px;width:calc(100% - 40px);margin-left:auto;margin-right:auto;box-sizing:border-box;}
.editorial-body table{border-collapse:collapse;width:100%;font-family:var(--f-body);}
.editorial-body th,.editorial-body td{border:1px solid rgba(0,0,0,0.14);padding:0.7rem 0.95rem;text-align:left;font-size:0.98rem;line-height:1.5;color:#26262a;vertical-align:top;}
.editorial-body th{font-family:var(--f-geo);font-weight:500;color:#141414;}
.editorial-body .wp-block-table figcaption{position:static;background:none;color:#6a6a6a;text-align:center;font-style:italic;font-size:0.85rem;padding:0.6rem 0 0;text-shadow:none;border-radius:0;}
.editorial-body .wp-block-table figcaption::after{content:none;}
.editorial-body .wp-block-media-text img{border-radius:12px;}
/* Blank video-embed placeholder (used by the Further Viewing section pattern) */
.vf-media .vf-embed-hint{display:flex;align-items:center;justify-content:center;height:100%;min-height:220px;padding:2rem;text-align:center;border:1px dashed rgba(255,255,255,0.28);border-radius:12px;color:rgba(255,255,255,0.6);font-family:var(--f-ui);font-size:0.9rem;line-height:1.5;}

/* Video section built from native blocks: YouTube embed fills the player frame */
.vf-media .wp-block-embed{margin:0;width:100%;height:100%;}
.vf-media .wp-block-embed__wrapper{position:absolute;inset:0;width:100%;height:100%;}
.vf-media .wp-block-embed__wrapper::before{display:none;padding-top:0;}
.vf-media iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}
/* Video CTA (core Button) styled as the vf-link */
.vf-slide .wp-block-buttons{margin:0;}
.vf-slide .wp-block-button__link{background:none;border:0;border-radius:0;padding:0 0 3px;color:#fff;font-family:var(--f-ui);font-weight:500;font-size:0.85rem;letter-spacing:0.03em;border-bottom:2px solid var(--accent);}
.vf-slide .wp-block-button__link:hover{color:var(--violet-soft);background:none;}

/* Journey On rebuilt as stacked, editable resource cards (no swipe carousel) */
.jo-panel .jo-slide{flex:none;border-radius:16px;overflow:hidden;}
.jo-panel > .jo-slide + .jo-slide{margin-top:1.6rem;}
.jo-slide-media .wp-block-image{position:absolute;inset:0;margin:0;width:100%;height:100%;}
.jo-slide-media .wp-block-image img{width:100%;height:100%;object-fit:cover;border-radius:0;display:block;}
.jo-slide-text h3{font-family:var(--f-geo);font-weight:500;font-size:1.2rem;line-height:1.22;color:#fff;letter-spacing:0;margin:0 0 0.7rem;}
.jo-slide .wp-block-buttons{margin:0;}
.jo-slide .wp-block-button__link{background:none;border:0;border-radius:0;padding:0 0 2px;color:color-mix(in srgb,var(--accent) 42%,#fff);font-family:var(--f-geo);font-weight:500;font-size:0.9rem;border-bottom:1px solid color-mix(in srgb,var(--accent) 42%,transparent);}
.jo-slide .wp-block-button__link:hover{background:none;color:#fff;}

/* WP wraps Group block content in an inner container that breaks our grid/flex sections. Make it transparent to layout. */
.wp-block-group__inner-container{display:contents;}

/* Image placeholder used by section templates */
.ph-img{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#2b2b31;color:#8a8a92;font-family:var(--f-ui);font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;}
.ph-img span{opacity:0.85;}
/* when a media frame has no positioned parent, keep the box visible */
.split-feature .media-frame .ph-img,.photo-section .ph-img,.jo-slide-media .ph-img{position:absolute;inset:0;}
