/*
Theme Name: Novelle Journey
Theme URI: https://novellejourney.com
Author: Novelle Journey
Author URI: https://novellejourney.com
Description: A calm, elegant theme for a women's wellness and education platform focused on perimenopause and menopause. Includes a marketing front page, custom page templates (About, Resources, What's Ahead, Ask AI, Contributors, Newsletter, Contact, and legal pages), a blog, and an Ask-AI preview. Activating the theme auto-creates the pages and primary menu.
Version: 1.2.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novelle-journey
*/

/* ============================================================
   NOVELLE JOURNEY — shared design system
   Aesthetic: soft editorial, organic, elegant, feminine, calm
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Mulish:wght@300;400;500;600;700&display=swap');

:root{
  /* palette from brief */
  --sage:#A7BFA5;
  --lavender:#C9BDD9;
  --ivory:#FAF7F2;
  --mist:#C9DCE7;
  --rose:#D8B4B6;
  --plum:#5D4A66;
  --charcoal:#3A3A3A;

  /* derived tints */
  --sage-soft:#dfe8de;
  --lavender-soft:#e8e2f0;
  --mist-soft:#e3eef4;
  --rose-soft:#efddde;
  --plum-deep:#473753;
  --ivory-deep:#f2ece2;
  --line:#e7ddd0;
  --muted:#7a7280;

  --ff-display:"Fraunces", Georgia, serif;
  --ff-body:"Mulish", system-ui, sans-serif;

  --maxw:1180px;
  --r-lg:32px;
  --r-md:20px;
  --r-sm:12px;
  --shadow-soft:0 24px 60px -28px rgba(93,74,102,.28);
  --shadow-card:0 18px 44px -26px rgba(93,74,102,.30);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--ff-body);
  color:var(--charcoal);
  background:var(--ivory);
  line-height:1.7;
  font-size:17px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  position:relative;
}

/* grain overlay for warmth */
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:9999;
  pointer-events:none;
  opacity:.04;
  mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}

/* ---------- typography ---------- */
h1,h2,h3,h4{font-family:var(--ff-display);font-weight:400;line-height:1.12;color:var(--plum-deep);letter-spacing:-.01em}
h1{font-size:clamp(2.6rem,6vw,4.6rem);font-weight:300}
h2{font-size:clamp(2rem,4vw,3rem);font-weight:300}
h3{font-size:clamp(1.3rem,2.4vw,1.7rem)}
p{margin-bottom:1.1rem}
a{color:var(--plum);text-decoration:none}

.eyebrow{
  font-family:var(--ff-body);
  font-size:.74rem;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--plum);
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:.7em;
}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--plum);opacity:.5}
.eyebrow.center::before{display:none}

.lead{font-size:1.2rem;color:#564f5d;max-width:60ch}
.serif-italic{font-family:var(--ff-display);font-style:italic;font-weight:400}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.6em;
  font-family:var(--ff-body);font-weight:600;font-size:.95rem;
  padding:.95em 1.7em;border-radius:100px;border:1px solid transparent;
  cursor:pointer;transition:.35s cubic-bezier(.4,0,.2,1);letter-spacing:.01em;
}
.btn-primary{background:var(--plum);color:#fff}
.btn-primary:hover{background:var(--plum-deep);transform:translateY(-2px);box-shadow:0 16px 30px -14px rgba(93,74,102,.6)}
.btn-ghost{background:transparent;color:var(--plum);border-color:var(--plum)}
.btn-ghost:hover{background:var(--plum);color:#fff;transform:translateY(-2px)}
.btn .arr{transition:transform .35s}
.btn:hover .arr{transform:translateX(4px)}

/* ---------- nav ---------- */
.nav{
  position:sticky;top:0;z-index:1000;
  background:rgba(250,247,242,.78);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:74px}
.brand{display:flex;align-items:center;gap:.65em;font-family:var(--ff-display);font-size:1.45rem;color:var(--plum-deep);font-weight:400}
.brand .mark{width:30px;height:30px;flex:0 0 auto}
.brand b{font-weight:500}
.nav-links{display:flex;align-items:center;gap:1.6rem;list-style:none}
.nav-links a{
  color:var(--charcoal);font-size:.93rem;font-weight:500;position:relative;padding:.2em 0;
}
.nav-links a::after{
  content:"";position:absolute;left:0;bottom:-2px;width:0;height:1.5px;background:var(--plum);transition:width .3s;
}
.nav-links a:hover::after,.nav-links a.active::after{width:100%}
.nav-links a.active{color:var(--plum)}
.nav-cta{margin-left:.4rem}
.burger{display:none;background:none;border:0;cursor:pointer;flex-direction:column;gap:5px;padding:6px}
.burger span{width:24px;height:2px;background:var(--plum-deep);border-radius:2px;transition:.3s}

/* ---------- generic section ---------- */
section{position:relative}
.pad{padding:clamp(64px,9vw,120px) 0}
.pad-sm{padding:clamp(48px,6vw,80px) 0}
.center{text-align:center}
.section-head{max-width:680px;margin:0 auto 56px}
.section-head.center{text-align:center}
.section-head h2{margin:.5rem 0 .9rem}

/* organic decorative blobs */
.blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5;z-index:0;pointer-events:none}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;padding:clamp(48px,7vw,90px) 0 clamp(60px,8vw,110px)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;position:relative;z-index:2}
.hero h1{margin:1.2rem 0 1.4rem}
.hero h1 em{font-style:italic;color:var(--plum)}
.hero .lead{margin-bottom:2rem}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}
.hero-art{position:relative;min-height:440px;display:flex;align-items:center;justify-content:center}
.hero-note{margin-top:1.6rem;font-size:.86rem;color:var(--muted);display:flex;align-items:center;gap:.5em}

/* ---------- symptom cards ---------- */
.sym-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.sym-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--r-md);
  padding:30px 28px;transition:.4s;position:relative;overflow:hidden;
}
.sym-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card)}
.sym-card .ico{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px}
.sym-card h3{font-size:1.25rem;color:var(--plum-deep);margin-bottom:.4rem}
.sym-card p{font-size:.95rem;color:var(--muted);margin:0}

/* ---------- feature / split ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.panel{
  border-radius:var(--r-lg);padding:clamp(34px,4vw,56px);position:relative;overflow:hidden;
}
.panel-sage{background:var(--sage-soft)}
.panel-lav{background:var(--lavender-soft)}
.panel-mist{background:var(--mist-soft)}
.panel-rose{background:var(--rose-soft)}

/* resource cards */
.res-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.res-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;
  display:flex;flex-direction:column;transition:.4s;
}
.res-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card)}
.res-top{padding:32px 30px 0;height:150px;display:flex;align-items:flex-end}
.res-tag{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--plum)}
.res-body{padding:24px 30px 30px}
.res-body h3{margin-bottom:.5rem}
.res-body p{font-size:.94rem;color:var(--muted);margin-bottom:1.2rem}
.res-link{font-weight:600;font-size:.92rem;display:inline-flex;gap:.4em;align-items:center}
.res-link .arr{transition:transform .3s}
.res-card:hover .res-link .arr{transform:translateX(4px)}

/* ---------- blog grid ---------- */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.post{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;transition:.4s}
.post:hover{transform:translateY(-6px);box-shadow:var(--shadow-card)}
.post-img{height:180px;position:relative;overflow:hidden}
.post-img .label{position:absolute;left:16px;top:16px;background:rgba(255,255,255,.9);color:var(--plum);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;padding:.4em .9em;border-radius:100px}
.post-body{padding:24px 26px 28px;display:flex;flex-direction:column;flex:1}
.post-body h3{font-size:1.28rem;margin-bottom:.5rem;line-height:1.25}
.post-body p{font-size:.93rem;color:var(--muted)}
.post-meta{margin-top:auto;padding-top:14px;font-size:.8rem;color:var(--muted);display:flex;gap:.6em;align-items:center}

/* category pills */
.cats{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.cat{
  font-size:.85rem;font-weight:600;padding:.5em 1.2em;border-radius:100px;
  background:#fff;border:1px solid var(--line);color:var(--charcoal);cursor:pointer;transition:.3s;
}
.cat:hover,.cat.active{background:var(--plum);color:#fff;border-color:var(--plum)}

/* ---------- forms ---------- */
.form{display:grid;gap:16px;max-width:520px}
.form.wide{max-width:100%}
.field label{display:block;font-size:.84rem;font-weight:600;margin-bottom:.4em;color:var(--plum-deep)}
.field input,.field textarea,.field select{
  width:100%;padding:.9em 1.1em;border:1px solid var(--line);border-radius:var(--r-sm);
  background:#fff;font-family:var(--ff-body);font-size:.97rem;color:var(--charcoal);transition:.3s;
}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--plum);box-shadow:0 0 0 3px rgba(93,74,102,.12)}
.field textarea{resize:vertical;min-height:130px}
.inline-form{display:flex;gap:12px;flex-wrap:wrap;max-width:520px}
.inline-form input{flex:1;min-width:220px;padding:.95em 1.2em;border:1px solid var(--line);border-radius:100px;background:#fff;font-family:var(--ff-body);font-size:.97rem}
.inline-form input:focus{outline:none;border-color:var(--plum);box-shadow:0 0 0 3px rgba(93,74,102,.12)}
.form-note{font-size:.8rem;color:var(--muted);margin-top:.3rem}

/* signup band */
.band{background:var(--plum);color:#fff;border-radius:var(--r-lg);padding:clamp(40px,5vw,72px);position:relative;overflow:hidden}
.band h2{color:#fff}
.band p{color:rgba(255,255,255,.85)}
.band .inline-form input{border:0}
.band .blob{opacity:.35}

/* ---------- chapter/steps ---------- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;counter-reset:s}
.step{position:relative;padding-top:14px}
.step .num{font-family:var(--ff-display);font-size:2.4rem;color:var(--plum);opacity:.45;line-height:1;font-style:italic}
.step h3{margin:.4rem 0 .5rem;font-size:1.3rem}
.step p{font-size:.95rem;color:var(--muted)}

/* ---------- roadmap timeline ---------- */
.timeline{position:relative;max-width:760px;margin:0 auto;padding-left:38px}
.timeline::before{content:"";position:absolute;left:9px;top:8px;bottom:8px;width:2px;background:linear-gradient(var(--sage),var(--lavender),var(--rose))}
.tl-item{position:relative;padding:0 0 44px}
.tl-item::before{content:"";position:absolute;left:-34px;top:6px;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid var(--plum)}
.tl-phase{font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--plum)}
.tl-item h3{margin:.3rem 0 .5rem}
.tl-item p{color:var(--muted);font-size:.97rem;margin:0}

/* ---------- contributor cards ---------- */
.contrib-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.contrib{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:30px 28px;text-align:center}
.contrib .av{width:78px;height:78px;border-radius:50%;margin:0 auto 16px;display:grid;place-items:center;font-family:var(--ff-display);font-size:1.6rem;color:#fff}
.contrib h3{font-size:1.2rem}
.contrib .role{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--plum);font-weight:600;margin-bottom:.7rem}
.contrib p{font-size:.9rem;color:var(--muted);margin:0}

/* ---------- ask AI demo ---------- */
.chat{max-width:720px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-soft)}
.chat-head{padding:20px 26px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:.7em;background:var(--lavender-soft)}
.chat-head .dot{width:10px;height:10px;border-radius:50%;background:var(--sage)}
.chat-body{padding:26px;display:flex;flex-direction:column;gap:16px;min-height:240px}
.bubble{max-width:80%;padding:14px 18px;border-radius:18px;font-size:.95rem;line-height:1.55}
.bubble.user{align-self:flex-end;background:var(--plum);color:#fff;border-bottom-right-radius:4px}
.bubble.ai{align-self:flex-start;background:var(--ivory-deep);color:var(--charcoal);border-bottom-left-radius:4px}
.chat-input{display:flex;gap:10px;padding:18px 26px;border-top:1px solid var(--line)}
.chat-input input{flex:1;border:1px solid var(--line);border-radius:100px;padding:.8em 1.2em;font-family:var(--ff-body)}
.chat-input input:focus{outline:none;border-color:var(--plum)}

/* ---------- prose (legal/article) ---------- */
.prose{max-width:740px;margin:0 auto}
.prose h2{font-size:1.7rem;margin:2.2rem 0 .8rem}
.prose h3{font-size:1.25rem;margin:1.6rem 0 .6rem}
.prose p,.prose li{color:#4a4450}
.prose ul{margin:0 0 1.2rem 1.2rem}
.prose li{margin-bottom:.4rem}
.prose strong{color:var(--plum-deep)}

/* callout */
.callout{background:var(--rose-soft);border-radius:var(--r-md);padding:26px 30px;border-left:4px solid var(--rose);margin:1.6rem 0}
.callout.plum{background:var(--lavender-soft);border-left-color:var(--plum)}
.callout p:last-child{margin-bottom:0}

/* page hero (interior) */
.page-hero{padding:clamp(60px,8vw,110px) 0 clamp(40px,5vw,70px);position:relative;overflow:hidden;text-align:center}
.page-hero .lead{margin:1rem auto 0}

/* stat row */
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}
.stat .n{font-family:var(--ff-display);font-size:2.8rem;color:var(--plum);font-style:italic;line-height:1}
.stat .l{font-size:.9rem;color:var(--muted);margin-top:.4rem}

/* ---------- footer ---------- */
.footer{background:var(--plum-deep);color:rgba(255,255,255,.8);padding:72px 0 36px;margin-top:0}
.footer a{color:rgba(255,255,255,.78)}
.footer a:hover{color:#fff}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:50px}
.foot-brand{display:flex;align-items:center;gap:.6em;font-family:var(--ff-display);font-size:1.4rem;color:#fff;margin-bottom:1rem}
.footer h4{color:#fff;font-family:var(--ff-body);font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;margin-bottom:1.1rem}
.foot-links{list-style:none;display:flex;flex-direction:column;gap:.7rem;font-size:.92rem}
.foot-bottom{border-top:1px solid rgba(255,255,255,.16);padding-top:26px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;font-size:.82rem;color:rgba(255,255,255,.6)}
.disclaimer-strip{background:var(--ivory-deep);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;font-size:.82rem;color:var(--muted);text-align:center}

/* reveal animation */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
.reveal.in{opacity:1;transform:none}

/* ---------- responsive ---------- */
@media(max-width:900px){
  .hero-grid,.split{grid-template-columns:1fr;gap:36px}
  .hero-art{min-height:320px;order:-1}
  .sym-grid,.res-grid,.blog-grid,.steps,.contrib-grid,.stats{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr;gap:32px}
  .nav-links{
    position:fixed;inset:74px 0 auto 0;background:var(--ivory);
    flex-direction:column;align-items:flex-start;gap:0;padding:10px 28px 24px;
    border-bottom:1px solid var(--line);box-shadow:var(--shadow-soft);
    transform:translateY(-130%);transition:transform .4s;
  }
  .nav-links.open{transform:none}
  .nav-links li{width:100%;border-bottom:1px solid var(--line)}
  .nav-links li:last-child{border:0}
  .nav-links a{display:block;padding:.9em 0;width:100%}
  .nav-cta{margin:.6rem 0 0}
  .burger{display:flex}
}
@media(max-width:560px){
  .sym-grid,.res-grid,.blog-grid,.steps,.contrib-grid,.stats{grid-template-columns:1fr}
  body{font-size:16px}
}

/* ============ WordPress integration ============ */
.nav-links .current-menu-item>a,.nav-links .current_page_item>a,.nav-links .current-menu-parent>a{color:var(--plum)}
.nav-links .current-menu-item>a::after,.nav-links .current_page_item>a::after{width:100%}
.prose img,.post-img img{max-width:100%;height:auto;display:block}
.post-img img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.alignleft{float:left;margin:0 1.4rem 1rem 0}
.alignright{float:right;margin:0 0 1rem 1.4rem}
.aligncenter{display:block;margin:1rem auto}
.wp-caption-text,.screen-reader-text{font-size:.85rem;color:var(--muted)}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%)}
.pagination{display:flex;gap:8px;justify-content:center;margin-top:48px;flex-wrap:wrap}
.pagination .page-numbers{display:inline-grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--line);border-radius:100px;background:#fff;color:var(--charcoal);font-weight:600;font-size:.9rem}
.pagination .page-numbers.current,.pagination .page-numbers:hover{background:var(--plum);color:#fff;border-color:var(--plum)}
.prose blockquote{border-left:4px solid var(--lavender);margin:1.4rem 0;padding:.4rem 0 .4rem 1.4rem;font-family:var(--ff-display);font-style:italic;font-size:1.2rem;color:var(--plum-deep)}

/* ============ Symptom Explorer (scoped) ============ */
.nj-explorer{max-width:920px;margin:0 auto;background:var(--ivory);border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(22px,4vw,46px)}
.nj-explorer h1{font-size:clamp(1.9rem,4vw,2.8rem)}
.nj-explorer h2{font-size:clamp(1.4rem,3vw,2rem)}
.nj-explorer h3{font-size:1.15rem}
.nj-explorer .lead{font-size:1.1rem}
.nj-explorer .disclaimer{background:var(--lavender-soft);border-left:4px solid var(--plum);border-radius:var(--r-md);padding:16px 20px;font-size:.9rem;margin:22px 0}
.nj-explorer .disclaimer strong{color:var(--plum-deep)}
.nj-explorer .step{display:none}
.nj-explorer .step.active{display:block;animation:njfade .5s ease}
@keyframes njfade{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.nj-explorer .cat{margin:26px 0}
.nj-explorer .cat h3{margin-bottom:12px;display:flex;align-items:center;gap:.5em}
.nj-explorer .cat h3 .d{width:10px;height:10px;border-radius:50%}
.nj-explorer .chips{display:flex;flex-wrap:wrap;gap:10px}
.nj-explorer .chip{font-size:.92rem;font-weight:500;padding:.6em 1.1em;border-radius:100px;background:#fff;border:1.5px solid var(--line);color:var(--charcoal);cursor:pointer;transition:.25s;user-select:none}
.nj-explorer .chip:hover{border-color:var(--plum)}
.nj-explorer .chip[aria-pressed="true"]{background:var(--plum);color:#fff;border-color:var(--plum)}
.nj-explorer .bar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}
.nj-explorer .count{font-size:.9rem;color:var(--muted)}
.nj-explorer .btn:disabled{opacity:.45;cursor:not-allowed;transform:none}
.nj-explorer .result-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:22px 24px;margin-bottom:14px}
.nj-explorer .result-card h3{margin-bottom:.3rem}
.nj-explorer .result-card .edu{font-size:.95rem;color:#4a4450;margin-bottom:.6rem}
.nj-explorer .result-card .q{font-size:.9rem;color:var(--plum-deep);background:var(--ivory-deep);border-radius:var(--r-sm);padding:10px 14px}
.nj-explorer .njpanel{background:var(--sage-soft);border-radius:var(--r-md);padding:24px 26px;margin:22px 0}
.nj-explorer .njpanel.rose{background:var(--rose-soft)}
.nj-explorer .gate{background:linear-gradient(135deg,var(--lavender-soft),var(--mist-soft));border-radius:var(--r-lg);padding:clamp(24px,4vw,40px);margin-top:26px;text-align:center}
.nj-explorer .gate h2{margin-bottom:.5rem}
.nj-explorer .gate p{max-width:48ch;margin:0 auto 1.2rem;color:#564f5d}
.nj-explorer .gate form{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;max-width:480px;margin:0 auto}
.nj-explorer .gate input{flex:1;min-width:220px;padding:.85em 1.2em;border:1.5px solid var(--line);border-radius:100px;font-family:var(--ff-body);font-size:.97rem}
.nj-explorer .gate input:focus{outline:none;border-color:var(--plum);box-shadow:0 0 0 3px rgba(93,74,102,.12)}
.nj-explorer .gate .note{font-size:.78rem;color:var(--muted);margin:.9rem auto 0;max-width:42ch}
.nj-explorer .unlocked{display:none}
.nj-explorer .unlocked.show{display:block;animation:njfade .5s ease}
.nj-explorer .summary{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:28px 30px;margin-top:8px}
.nj-explorer .summary h2{font-size:1.5rem;margin-bottom:.4rem}
.nj-explorer .summary .meta{font-size:.82rem;color:var(--muted);margin-bottom:1.2rem}
.nj-explorer .summary ol{margin:.6rem 0 0 1.2rem}
.nj-explorer .summary li{margin-bottom:.5rem}
.nj-explorer .safety{font-size:.85rem;color:#4a4450;background:var(--rose-soft);border-radius:var(--r-md);padding:16px 20px;margin-top:22px}
.nj-explorer .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.nj-explorer .foot-note{font-size:.8rem;color:var(--muted);text-align:center;margin-top:26px}
@media print{
  body *{visibility:hidden}
  .nj-explorer .summary,.nj-explorer .summary *{visibility:visible}
  .nj-explorer .summary{position:absolute;left:0;top:0;width:100%;border:0;padding:0}
  .nj-explorer .actions,.nj-explorer .foot-note{display:none}
}
