/* ============================================================================
   MedX Clinical Research — AURORA theme (2026)
   ----------------------------------------------------------------------------
   Loaded AFTER redesign.css. A pure skin: no markup depends on it, every page
   works identically without it. Remove this one <link> to revert the theme.

   The language: Inato's warmth translated into MedX's own colors.
   Navy opens into azure and sky. Gold opens into amber and honey.
   The two families drift as separate auras and are never blended directly.
   ========================================================================== */

:root{
  --a-ink:#0A2240; --a-royal:#123A6E; --a-azure:#4E7FC9; --a-sky:#A9C7EF;
  --a-gold:#D4A017; --a-amber:#E9B94E; --a-honey:#F6DE9A;
  --a-bronze:#A87E10; --a-paper:#FDFBF6;
  --a-serif:'Plus Jakarta Sans',system-ui,sans-serif; /* serif retired — original font kept */
}

/* ── base: warm paper, serif display ────────────────────────────────────── */
body{background:var(--a-paper)}
.hero h1 em,.page-hero h1 em{
  font-style:normal !important;font-weight:600;
  background:linear-gradient(100deg,var(--a-gold),var(--a-amber) 85%);
  -webkit-background-clip:text;background-clip:text;color:transparent !important;
}
.hero h1 span{color:var(--a-ink)}
.section-eyebrow,.page-eyebrow{color:var(--a-bronze) !important}
.section-eyebrow::before,.page-eyebrow::before{background:linear-gradient(135deg,var(--a-gold),var(--a-amber))}

/* buttons — sunny pill */
.btn-cta{
  border-radius:99px !important;
  background:linear-gradient(135deg,var(--a-gold),var(--a-amber)) !important;
  color:var(--a-ink) !important;border:none !important;
  box-shadow:0 6px 22px -8px rgba(212,160,23,.55) !important;
  transition:transform .2s,box-shadow .2s !important;
}
.btn-cta:hover{transform:translateY(-2px);box-shadow:0 12px 30px -10px rgba(212,160,23,.65) !important}

/* nav — cream glass */
.site-nav{background:rgba(253,251,246,.78) !important;backdrop-filter:blur(14px);
  box-shadow:0 1px 0 rgba(10,34,64,.07) !important}
.nav-logo svg rect{/* keep the gold mark */}

/* ── aurora fields ──────────────────────────────────────────────────────────
   Two pseudo-orbs per section, gold and blue, offset so they never blend.
   transform-only animation; disabled under reduced motion.               ── */
@keyframes aur-a{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(60px,-40px) scale(1.07)}66%{transform:translate(-45px,35px) scale(.96)}}
@keyframes aur-b{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-70px,50px) scale(1.1)}}

/* homepage hero: blue curtain above, gold dawn below */
.hero{position:relative;overflow:clip;background:var(--a-paper) !important}
.hero::before{
  content:'';position:absolute;left:-25%;right:-25%;top:-64%;height:100%;z-index:0;
  background:radial-gradient(50% 50% at 50% 50%,rgba(78,127,201,0) 55%,rgba(169,199,239,.5) 68%,rgba(78,127,201,.22) 76%,transparent 84%) !important;
  filter:blur(28px);animation:aur-b 34s ease-in-out infinite;
}
.hero::after{
  content:'';position:absolute;left:-30%;right:-30%;bottom:-92%;height:120%;z-index:0;
  background:radial-gradient(50% 50% at 50% 50%,rgba(246,222,154,.8) 42%,rgba(233,185,78,.45) 58%,rgba(233,185,78,0) 72%);
  filter:blur(30px);animation:aur-a 28s ease-in-out infinite;
}
.hero-inner{position:relative;z-index:2}

/* inner-page heroes: same weather, smaller sky */
.page-hero{position:relative;overflow:clip;background:var(--a-paper) !important}
.page-hero::before{
  content:'';position:absolute;left:-25%;right:-25%;top:-70%;height:110%;z-index:0;
  background:radial-gradient(50% 50% at 50% 50%,rgba(78,127,201,0) 55%,rgba(169,199,239,.45) 68%,rgba(78,127,201,.18) 76%,transparent 84%) !important;
  filter:blur(26px);
}
.page-hero::after{
  content:'';position:absolute;left:-30%;right:-30%;bottom:-110%;height:130%;z-index:0;
  background:radial-gradient(50% 50% at 50% 50%,rgba(246,222,154,.7) 40%,rgba(233,185,78,.38) 58%,transparent 72%);
  filter:blur(28px);animation:aur-a 30s ease-in-out infinite;
}
.page-hero-inner{position:relative;z-index:2}

/* ── stat band: navy card / gold card / halo number ─────────────────────── */
.statband{background:var(--a-paper) !important;color:var(--a-ink) !important}
.statband .section-inner{display:block !important;max-width:1200px}
.statband .section-title{color:var(--a-ink) !important;max-width:none}
.statband .section-sub{color:rgba(10,34,64,.62) !important}
.statband .section-eyebrow{color:var(--a-bronze) !important}
.statlist{display:grid !important;grid-template-columns:1fr 1fr;gap:1.4rem;margin-top:3rem}
.statrow{
  position:relative;border:none !important;border-radius:28px;overflow:hidden;
  padding:2.4rem 2.4rem 1.8rem !important;min-height:400px;
  display:flex;flex-direction:column;
}
.statrow:nth-child(1){
  background:radial-gradient(130% 150% at 18% 0%,#2E5FA8 0%,var(--a-royal) 45%,var(--a-ink) 100%);color:#fff}
.statrow:nth-child(2){
  background:radial-gradient(130% 150% at 18% 0%,var(--a-honey) 0%,var(--a-amber) 40%,var(--a-gold) 100%);color:var(--a-ink)}
.statrow:nth-child(3){
  grid-column:1 / -1;min-height:0;text-align:center;align-items:center;
  background:linear-gradient(180deg,rgba(246,222,154,.18),rgba(253,251,246,0));
  padding:4.2rem 2rem !important;
}
.statrow:nth-child(3)::before{
  content:'';position:absolute;width:560px;height:560px;left:50%;top:50%;
  transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,transparent 56%,rgba(212,160,23,.5) 62%,rgba(246,222,154,.25) 67%,transparent 74%);
  filter:blur(10px);
}
/* corner notch + arrow chip on the two cards */
.statrow:nth-child(1)::after,.statrow:nth-child(2)::after{
  content:'↗';position:absolute;top:14px;right:14px;width:52px;height:52px;border-radius:50%;
  background:linear-gradient(135deg,var(--a-gold),var(--a-amber));color:var(--a-ink);
  display:grid;place-items:center;font-size:1.3rem;transition:transform .25s;
}
.statrow:nth-child(1)::before{
  content:'';position:absolute;top:0;right:0;width:86px;height:86px;
  background:var(--a-paper);border-radius:0 0 0 32px;
}
.statrow:nth-child(2)::before{
  content:'';position:absolute;top:0;right:0;width:86px;height:86px;
  background:var(--a-paper);border-radius:0 0 0 32px;
}
.statrow:hover::after{transform:rotate(45deg)}
.statnum{
  font-size:clamp(4rem,7vw,6rem) !important;letter-spacing:-.03em !important;color:inherit !important;
}
.statrow:nth-child(3) .statnum{color:var(--a-bronze) !important;position:relative}
.statnum .u{color:inherit !important;opacity:.9}
.statlab{
  margin-top:auto !important;border-radius:18px;padding:1.25rem 1.4rem;
  font-size:.98rem !important;line-height:1.55 !important;max-width:none !important;
  background:rgba(10,34,64,.28);backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.16);color:inherit !important;
}
.statrow:nth-child(2) .statlab{background:rgba(255,255,255,.34);border-color:rgba(10,34,64,.1)}
.statrow:nth-child(3) .statlab{
  background:none;border:none;backdrop-filter:none;margin-top:1rem !important;
  padding:0;max-width:46ch !important;color:rgba(10,34,64,.62) !important;position:relative;
}
.statsrc{position:relative;margin-top:.8rem;opacity:.72;color:inherit !important}

/* ── condition cards: the hover wash ────────────────────────────────────── */
.cond-card{
  position:relative;overflow:hidden;border-radius:22px !important;background:#fff !important;
  transition:transform .3s cubic-bezier(.2,.8,.3,1),box-shadow .3s,border-color .3s !important;
}
.cond-card::after{
  content:'';position:absolute;inset:0;opacity:0;transition:opacity .35s;z-index:0;pointer-events:none;
  background:linear-gradient(150deg,rgba(246,222,154,.55) 0%,rgba(233,185,78,.28) 38%,rgba(169,199,239,.35) 100%);
}
.cond-card > *{position:relative;z-index:1}
.cond-card:hover{
  transform:translateY(-8px);border-color:rgba(212,160,23,.5) !important;
  box-shadow:0 26px 50px -22px rgba(10,34,64,.28) !important;
}
.cond-card:hover::after{opacity:1}

/* ── why-people-join: the midnight band with the glowing rail ───────────── */
.whyjoin{
  background:linear-gradient(165deg,var(--a-ink) 0%,var(--a-royal) 52%,#1B4B8C 100%) !important;
  color:#fff;position:relative;overflow:clip;
}
.whyjoin::after{
  content:'Journey';position:absolute;right:-1rem;top:8%;writing-mode:vertical-rl;
  font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;font-size:clamp(5rem,9vw,8rem);
  color:rgba(255,255,255,.045);letter-spacing:.04em;pointer-events:none;
}
.whyjoin .section-title,.whyjoin h2{color:#fff !important}
.whyjoin .section-sub{color:rgba(255,255,255,.72) !important}
.whyjoin .section-eyebrow{color:var(--a-honey) !important}
.wj-rail::before{background:linear-gradient(180deg,transparent,rgba(255,255,255,.22) 12%,rgba(255,255,255,.22) 86%,transparent) !important}
.wj-rail::after{
  background:linear-gradient(180deg,var(--a-amber),var(--a-gold)) !important;
  box-shadow:0 0 14px 2px rgba(233,185,78,.55),0 0 42px 6px rgba(233,185,78,.22);
}
.wj-idx{color:rgba(255,255,255,.4) !important}
.wj-step.is-active .wj-idx{color:var(--a-honey) !important}
.wj-dot{background:rgba(255,255,255,.12) !important;color:rgba(255,255,255,.5) !important;
  box-shadow:0 0 0 8px rgba(10,34,64,.0) !important}
.wj-step.is-active .wj-dot{
  background:var(--a-amber) !important;color:var(--a-ink) !important;
  box-shadow:0 0 0 5px rgba(233,185,78,.25),0 0 22px 6px rgba(233,185,78,.55) !important;
}
.wj-body h4{color:rgba(255,255,255,.55) !important}
.wj-body p{color:rgba(255,255,255,.45) !important}
.wj-step.is-active .wj-body h4{color:#fff !important}
.wj-step.is-active .wj-body p{color:rgba(255,255,255,.78) !important}

/* ── research chain: cream, halo rings, chip hover wash ─────────────────── */
.chainsec{background:var(--a-paper) !important;position:relative;overflow:clip}
.chainsec::before{
  content:'';position:absolute;width:640px;height:640px;right:-8%;top:-18%;border-radius:50%;
  background:radial-gradient(circle,transparent 56%,rgba(212,160,23,.4) 62%,rgba(246,222,154,.2) 67%,transparent 74%);
  filter:blur(10px);pointer-events:none;
}
.chainsec::after{
  content:'';position:absolute;width:420px;height:420px;left:-6%;bottom:-12%;border-radius:50%;
  background:radial-gradient(circle,transparent 56%,rgba(169,199,239,.45) 62%,transparent 72%);
  filter:blur(10px);pointer-events:none;
}
.chainsec .section-inner{position:relative;z-index:1}
.chainstep{
  position:relative;overflow:hidden;border-radius:20px !important;background:#fff !important;
  border:1px solid rgba(10,34,64,.1) !important;
  transition:transform .3s,box-shadow .3s,border-color .3s !important;
}
.chainstep::after{
  content:'';position:absolute;inset:0;opacity:0;transition:opacity .35s;pointer-events:none;
  background:linear-gradient(150deg,rgba(169,199,239,.4),rgba(246,222,154,.4));
}
.chainstep > *{position:relative;z-index:1}
.chainstep:hover{transform:translateY(-6px);border-color:rgba(78,127,201,.5) !important;
  box-shadow:0 20px 40px -20px rgba(10,34,64,.25) !important}
.chainstep:hover::after{opacity:1}
.chainstep .n{color:var(--a-bronze) !important}

/* ── homecontact: the gradient moment ───────────────────────────────────── */
.homecontact{
  background:
    radial-gradient(60% 95% at 88% 92%,rgba(233,185,78,.65),transparent 58%),
    radial-gradient(55% 85% at 70% 20%,rgba(78,127,201,.55),transparent 60%),
    radial-gradient(70% 110% at 10% 80%,rgba(46,95,168,.6),transparent 65%),
    linear-gradient(115deg,var(--a-ink) 0%,var(--a-royal) 55%,#2E5FA8 100%) !important;
  position:relative;overflow:clip;
}
.homecontact::after{
  content:'';position:absolute;width:520px;height:520px;right:2%;bottom:-34%;border-radius:50%;
  background:radial-gradient(circle,rgba(246,222,154,.5),transparent 65%);
  filter:blur(60px);pointer-events:none;animation:aur-b 30s ease-in-out infinite;
}
.homecontact .section-inner{position:relative;z-index:1}
.homecontact .section-eyebrow{color:var(--a-honey) !important}
.hc-form{
  background:rgba(253,251,246,.1);border:1px solid rgba(255,255,255,.2);
  border-radius:24px;padding:1.6rem;backdrop-filter:blur(10px);
}

/* ── footer: keep the navy night, add the dawn ──────────────────────────── */
.site-footer{
  position:relative;overflow:clip;
  background:
    radial-gradient(55% 80% at 88% 100%,rgba(233,185,78,.28),transparent 62%),
    radial-gradient(65% 90% at 8% 0%,rgba(78,127,201,.35),transparent 64%),
    linear-gradient(160deg,var(--a-ink) 0%,var(--a-royal) 70%,#1B4B8C 100%) !important;
}
.site-footer::before{
  content:'';position:absolute;left:-15%;right:-15%;bottom:-60%;height:90%;pointer-events:none;
  background:radial-gradient(50% 50% at 50% 50%,rgba(233,185,78,.22) 30%,transparent 66%);
  filter:blur(40px);
}
.footer-inner{position:relative;z-index:1}

/* ── inner-page components, light touch ─────────────────────────────────── */
.trial-card{border-radius:22px !important;transition:transform .3s,box-shadow .3s !important}
.trial-card.is-soon:hover{transform:translateY(-6px);box-shadow:0 20px 40px -20px rgba(10,34,64,.2) !important}
.badge-soon{background:linear-gradient(135deg,rgba(212,160,23,.18),rgba(233,185,78,.24)) !important}
.faq-q,.faq-item{transition:background .25s}
.jumpbar a.jb-on{color:var(--a-bronze) !important}
.honor-band,.cta-band{
  background:
    radial-gradient(60% 95% at 88% 92%,rgba(233,185,78,.6),transparent 58%),
    radial-gradient(55% 85% at 65% 15%,rgba(78,127,201,.5),transparent 60%),
    linear-gradient(115deg,var(--a-ink) 0%,var(--a-royal) 55%,#2E5FA8 100%) !important;
}
.sp-navy .section-eyebrow{color:var(--a-honey) !important}
.r4{border-color:var(--a-amber) !important}
.quad-hub{box-shadow:0 0 0 6px rgba(253,251,246,.9),0 0 40px 8px rgba(233,185,78,.35) !important}
.cf:last-child{background:rgba(233,185,78,.16) !important;border-color:rgba(233,185,78,.5) !important}
.modal{border-radius:24px !important}
.modal-overlay{backdrop-filter:blur(8px) !important}

/* pi-card and founder card pick up the paper warmth */
.pi-card,.founder-card{background:#fff !important;border-radius:24px !important}

/* roadmap keeps its original geometry — colors already match the family */

@media (max-width:900px){
  .statlist{grid-template-columns:1fr}
  .statrow{min-height:340px}
  .whyjoin::after{display:none}
  .statrow:nth-child(3)::before{width:380px;height:380px}
}
@media (prefers-reduced-motion:reduce){
  .hero::before,.hero::after,.page-hero::after,.homecontact::after{animation:none !important}
}

/* Spanish nav labels run longer — tighten the bar before it overflows. */
html[lang="es"] .nav-links{gap:0}
html[lang="es"] .nav-links > li > a{font-size:.92rem !important;padding:.7rem .65rem}
html[lang="es"] .site-nav .btn-cta{padding:.66rem 1.15rem !important;font-size:.9rem !important}
@media (max-width:1500px){
  html[lang="es"] .nav-logo span.nav-tagline{display:none}
}

/* ══ Round 2 — requested after the live preview ═══════════════════════════ */

/* ── 1 · the aurora follows you: rings and orbs on every content section ── */
.content-section,.sp-sec,.conditions{position:relative;overflow:clip}
.content-section > .section-inner,.sp-sec > .section-inner,.conditions > .section-inner{position:relative;z-index:1}
.conditions::before,
.content-section:nth-of-type(odd)::before{
  content:'';position:absolute;width:560px;height:560px;right:-9%;top:-14%;border-radius:50%;
  pointer-events:none;filter:blur(10px);
  background:radial-gradient(circle,transparent 56%,rgba(212,160,23,.34) 62%,rgba(246,222,154,.16) 67%,transparent 74%);
}
.content-section:nth-of-type(even)::before{
  content:'';position:absolute;width:520px;height:520px;left:-8%;bottom:-16%;border-radius:50%;
  pointer-events:none;filter:blur(60px);
  background:radial-gradient(circle,rgba(169,199,239,.4),transparent 65%);
  animation:aur-b 36s ease-in-out infinite;
}
.conditions::after,
.content-section:nth-of-type(odd)::after{
  content:'';position:absolute;width:420px;height:420px;left:-7%;bottom:-14%;border-radius:50%;
  pointer-events:none;filter:blur(60px);
  background:radial-gradient(circle,rgba(246,222,154,.45),transparent 65%);
  animation:aur-a 30s ease-in-out infinite;
}
/* navy sections keep their own weather — no cream orbs there */
.whyjoin::before,.homecontact::before,.statband::before{display:none}
.alt-bg{background:#F8F3E9 !important}

/* ── 2 · every card lights up ────────────────────────────────────────────── */
.pi-card,.founder-card,.reassure-item,.concept-card,.benefit-card,
.eligibility-card,.step-card,.contact-path-card,.contact-block,
.feasibility-side-card,.faq-footer-card,.extra-item,.right-item,.faq-item,.tli{
  position:relative;overflow:hidden;
  transition:transform .3s cubic-bezier(.2,.8,.3,1),box-shadow .3s,border-color .3s !important;
}
.pi-card::after,.founder-card::after,.reassure-item::after,.concept-card::after,
.benefit-card::after,.eligibility-card::after,.step-card::after,.contact-path-card::after,
.contact-block::after,.feasibility-side-card::after,.faq-footer-card::after,
.extra-item::after,.right-item::after,.faq-item::after,.tli::after{
  content:'';position:absolute;inset:0;opacity:0;transition:opacity .35s;
  pointer-events:none;z-index:0;
  background:linear-gradient(150deg,rgba(246,222,154,.5) 0%,rgba(233,185,78,.24) 40%,rgba(169,199,239,.32) 100%);
}
.pi-card > *,.founder-card > *,.reassure-item > *,.concept-card > *,.benefit-card > *,
.eligibility-card > *,.step-card > *,.contact-path-card > *,.contact-block > *,
.feasibility-side-card > *,.faq-footer-card > *,.extra-item > *,.right-item > *,
.faq-item > *,.tli > *{position:relative;z-index:1}
.pi-card:hover,.founder-card:hover,.reassure-item:hover,.concept-card:hover,
.benefit-card:hover,.eligibility-card:hover,.step-card:hover,.contact-path-card:hover,
.contact-block:hover,.feasibility-side-card:hover,.faq-footer-card:hover,
.extra-item:hover,.right-item:hover,.faq-item:hover,.tli:hover{
  transform:translateY(-6px);
  border-color:rgba(212,160,23,.5) !important;
  box-shadow:0 22px 44px -20px rgba(10,34,64,.26) !important;
}
.pi-card:hover::after,.founder-card:hover::after,.reassure-item:hover::after,
.concept-card:hover::after,.benefit-card:hover::after,.eligibility-card:hover::after,
.step-card:hover::after,.contact-path-card:hover::after,.contact-block:hover::after,
.feasibility-side-card:hover::after,.faq-footer-card:hover::after,.extra-item:hover::after,
.right-item:hover::after,.faq-item:hover::after,.tli:hover::after{opacity:1}
/* the physician + founder portraits are the exception to lift — they're large;
   glow without jumping */
.pi-card:hover,.founder-card:hover{transform:translateY(-3px)}
/* dark-section cards (.tli lives on navy) need a brighter wash */
.tli::after{background:linear-gradient(150deg,rgba(246,222,154,.2),rgba(169,199,239,.16))}

@media (prefers-reduced-motion:reduce){
  .content-section::before,.content-section::after{animation:none !important}
}

/* ══ Round 3 — after live testing on the preview URL ══════════════════════ */

/* ── A · utility bar: bluish aurora, not solid navy ─────────────────────── */
.util-bar{
  background:
    radial-gradient(55% 160% at 92% 50%,rgba(233,185,78,.32),transparent 60%),
    radial-gradient(45% 160% at 12% 50%,rgba(78,127,201,.5),transparent 62%),
    linear-gradient(100deg,var(--a-ink) 0%,var(--a-royal) 58%,#1B4B8C 100%) !important;
}

/* ── B · nav bar: golden opaque glass, distinct from the footer ─────────── */
.site-nav{
  background:
    linear-gradient(100deg,rgba(246,222,154,.55) 0%,rgba(253,251,246,.9) 38%,
      rgba(253,251,246,.85) 62%,rgba(233,185,78,.4) 100%) !important;
  backdrop-filter:blur(16px);
  box-shadow:0 1px 0 rgba(168,126,16,.18) !important;
}

/* ── C · lifecycle diagram lights up + radiant recolor ──────────────────── */
.lifecycle-node{
  position:relative;overflow:visible !important;border-radius:22px !important;
  transition:transform .3s cubic-bezier(.2,.8,.3,1),box-shadow .3s,border-color .3s !important;
}
.lifecycle-node::after{
  content:'';position:absolute;inset:0;opacity:0;transition:opacity .35s;
  pointer-events:none;z-index:0;border-radius:22px;
  background:linear-gradient(150deg,rgba(246,222,154,.5) 0%,rgba(233,185,78,.24) 40%,rgba(169,199,239,.32) 100%);
}
.lifecycle-node > *{position:relative;z-index:1}
.lifecycle-node:hover{
  transform:translateY(-6px);border-color:rgba(212,160,23,.55) !important;
  box-shadow:0 22px 44px -20px rgba(10,34,64,.26) !important;
}
.lifecycle-node:hover::after{opacity:1}
.node-num{color:rgba(78,127,201,.28) !important}

/* ── D · diagrams: same shapes, radiant coloring ────────────────────────── */
/* capability quadrant — flat navy/gold quarters become aurora gradients */
.qa{background:linear-gradient(140deg,#123A6E,#2E5FA8) !important;color:var(--a-honey) !important}
.qb{background:linear-gradient(140deg,#4E7FC9,#A9C7EF) !important;color:var(--a-ink) !important}
.qc{background:linear-gradient(140deg,#E9B94E,#F6DE9A) !important;color:var(--a-ink) !important}
.qd{background:linear-gradient(140deg,#D4A017,#E9B94E) !important;color:var(--a-ink) !important}
.quad-hub{background:rgba(253,251,246,.97) !important}
/* trust rings — cooler sky outer rings, warm centre */
.r1{background:rgba(169,199,239,.16) !important;border-color:rgba(78,127,201,.3) !important;color:#3E6AAE !important}
.r2{background:rgba(169,199,239,.24) !important;border-color:rgba(78,127,201,.36) !important;color:#33598F !important}
.r3{background:rgba(246,222,154,.35) !important;border-color:rgba(212,160,23,.5) !important}
.r4{background:linear-gradient(150deg,var(--a-ink),#1B4B8C) !important}
/* causal chain — tiles pick up translucent aurora tints, left to right */
.cf:nth-child(1){background:rgba(169,199,239,.14) !important}
.cf:nth-child(2){background:rgba(78,127,201,.18) !important}
.cf:nth-child(3){background:rgba(246,222,154,.14) !important}
.cf:nth-child(4){background:rgba(233,185,78,.22) !important;border-color:rgba(233,185,78,.55) !important}
/* roadmap — geometry untouched, markers and tags join the family */
.roadmap-marker{background:linear-gradient(140deg,#123A6E,#2E5FA8) !important;color:var(--a-honey) !important}
.roadmap-tag{background:linear-gradient(135deg,var(--a-amber),var(--a-honey)) !important;color:var(--a-ink) !important}
.roadmap-line{background:linear-gradient(180deg,var(--a-azure),var(--a-amber)) !important}

/* ── E · icons: deep navy strokes on a two-tone chip, no more flat gold ─── */
.extra-icon{background:none !important;width:auto;height:auto}
.cond-icon,.concept-icon,.benefit-icon-wrap,.path-icon,
.contact-icon-wrap,.honor-ico,.node-icon{
  background:linear-gradient(135deg,rgba(169,199,239,.4),rgba(246,222,154,.45)) !important;
  border-color:transparent !important;
}
.cond-icon svg [stroke],.concept-icon svg [stroke],.benefit-icon-wrap svg [stroke],
.path-icon svg [stroke],.contact-icon-wrap svg [stroke],
.honor-ico svg [stroke],.node-icon svg [stroke],.trial-ico [stroke],svg.trial-ico{
  stroke:#123A6E !important;
}
.cond-icon svg [fill]:not([fill="none"]),.concept-icon svg [fill]:not([fill="none"]),
.benefit-icon-wrap svg [fill]:not([fill="none"]),
.path-icon svg [fill]:not([fill="none"]),.node-icon svg [fill]:not([fill="none"]){
  fill:#123A6E !important;
}
svg.trial-ico{color:#123A6E !important}
.wj-dot svg [stroke]{stroke:currentColor !important}

/* Restore the children that were absolutely positioned before the blanket
   z-lift — the phase chips, ghost numerals, concept rings and photo notes. */
.lifecycle-node > .node-tag,.lifecycle-node > .node-num{position:absolute !important;z-index:2}
.concept-card > .concept-ring{position:absolute !important;z-index:0}
.pi-card .pi-photo-note{position:absolute !important}

/* ══ Round 5b — scroll parallax, per section ══════════════════════════════
   aurora.js gives every aurora section a --sp variable: its distance from
   the viewport centre, in px. Each gradient layer multiplies that by its
   own depth factor — positive layers lag the page, negative layers lead it,
   so the sky slides apart as you scroll. Zero when reduced-motion is on. */
@supports (translate:0px){
  .hero::before{translate:0 calc(var(--sp,0) * .30px)}
  .hero::after{translate:0 calc(var(--sp,0) * -.20px)}
  .page-hero::before{translate:0 calc(var(--sp,0) * .26px)}
  .page-hero::after{translate:0 calc(var(--sp,0) * -.16px)}
  .conditions::before,.content-section:nth-of-type(odd)::before{translate:0 calc(var(--sp,0) * .24px)}
  .conditions::after,.content-section:nth-of-type(odd)::after{translate:0 calc(var(--sp,0) * -.16px)}
  .content-section:nth-of-type(even)::before{translate:0 calc(var(--sp,0) * -.20px)}
  .chainsec::before{translate:0 calc(var(--sp,0) * .26px)}
  .chainsec::after{translate:0 calc(var(--sp,0) * -.18px)}
  .homecontact::after{translate:0 calc(var(--sp,0) * -.22px)}
  .site-footer::before{translate:0 calc(var(--sp,0) * -.15px)}
}
@media (prefers-reduced-motion:reduce){
  .hero::before,.hero::after,.page-hero::before,.page-hero::after,
  .conditions::before,.conditions::after,
  .content-section::before,.content-section::after,
  .chainsec::before,.chainsec::after,.homecontact::after,.site-footer::before{translate:none !important}
}
