:root{
  --bg:#030712;
  --bg2:#071527;
  --panel:rgba(8,18,36,.78);
  --panel2:rgba(9,24,48,.62);
  --line:rgba(122,142,255,.24);
  --line2:rgba(80,220,255,.24);
  --text:#f3f7ff;
  --muted:#aebbd3;
  --soft:#d7e8ff;
  --violet:#7668ff;
  --violet2:#9b7cff;
  --cyan:#66dcff;
  --green:#5ff28a;
  --gold:#ffcf5d;
  --orange:#ff9d5c;
  --shadow:0 0 44px rgba(92,109,255,.12), inset 0 0 38px rgba(64,170,255,.04);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:Inter,Segoe UI,Arial,sans-serif;
  background:
    radial-gradient(circle at 52% -10%, rgba(91,95,255,.23), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(0,190,255,.16), transparent 24%),
    radial-gradient(circle at 0% 30%, rgba(82,52,255,.16), transparent 30%),
    linear-gradient(180deg,#02050d 0%,#07101f 48%,#030712 100%);
  min-height:100vh;
}
body:before{
  content:""; position:fixed; inset:0; pointer-events:none; opacity:.26; z-index:-1;
  background-image:linear-gradient(rgba(102,220,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(102,220,255,.05) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:radial-gradient(circle at 50% 15%, black, transparent 70%);
}
a{color:inherit;text-decoration:none}
main,.wrap{width:min(1320px,94vw);margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:16px clamp(18px,3vw,42px);background:rgba(2,5,13,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand-orb{width:40px;height:40px;border:1px solid var(--violet2);border-radius:50%;display:grid;place-items:center;color:var(--soft);box-shadow:0 0 25px rgba(118,104,255,.3)}.brand-name{font-weight:900;letter-spacing:2px;line-height:1.05}.brand-name span{display:block;font-size:11px;letter-spacing:6px;color:var(--soft)}
nav{display:flex;gap:22px;row-gap:6px;align-items:center;justify-content:flex-end;flex-wrap:wrap;font-size:14px;color:var(--soft)}nav a{opacity:.88;padding:10px 0;border-bottom:2px solid transparent}nav a:hover,nav a.active{color:#fff;border-color:var(--violet2)}
.header-cta{padding:10px 18px;border-radius:10px;background:linear-gradient(135deg,var(--violet),#4b63ff);font-weight:700;box-shadow:0 0 24px rgba(118,104,255,.24)}
.hero{display:grid;grid-template-columns:1.05fr .8fr;gap:34px;align-items:center;min-height:720px;padding:54px 0 30px;position:relative}.hero:after{content:"";position:absolute;left:22%;right:18%;bottom:20px;height:190px;background:radial-gradient(ellipse at center,rgba(78,196,255,.35),transparent 65%);filter:blur(28px);z-index:-1}.eyebrow{margin:0 0 14px;color:#a89cff;letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:900}.hero h1,.page-hero h1{font-size:clamp(46px,6.6vw,86px);line-height:.98;margin:0 0 18px;letter-spacing:-2.8px}.hero h1 span{color:var(--violet2)}.lead{font-size:19px;line-height:1.62;color:var(--soft);max-width:760px;margin:0 0 22px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 20px;border:1px solid var(--line);border-radius:10px;background:rgba(12,23,48,.72);color:white;font-weight:800}.btn.primary{background:linear-gradient(135deg,var(--violet),#455dff);border-color:transparent}.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:22px;color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:1px}.trust-row span:before{content:"✦";color:var(--cyan);margin-right:8px}.hero-center{min-height:480px;display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,rgba(95,111,255,.30),transparent 28%),radial-gradient(circle at 50% 72%,rgba(0,184,255,.19),transparent 32%)}.wayfinder-star{width:min(360px,70vw);aspect-ratio:1;border-radius:50%;border:1px solid rgba(118,104,255,.35);display:grid;place-items:center;box-shadow:0 0 45px rgba(94,107,255,.28), inset 0 0 80px rgba(46,79,255,.10);position:relative}.wayfinder-star:before,.wayfinder-star:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(102,220,255,.12)}.wayfinder-star:before{inset:32px}.wayfinder-star:after{inset:-28px}.star-symbol{font-size:132px;color:#b2b4ff;text-shadow:0 0 35px rgba(102,220,255,.7)}
.abriella-card{border:1px solid var(--line);border-radius:18px;background:var(--panel);padding:24px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 190px;gap:18px;align-items:center}.abriella-card img{width:100%;max-height:320px;object-fit:contain;filter:drop-shadow(0 0 28px rgba(102,220,255,.45))}.abriella-card h2{font-size:28px;margin:0 0 4px}.abriella-card ul{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}.abriella-card li{color:var(--muted);font-size:14px}.abriella-card li:before{content:"✥";color:var(--violet2);margin-right:8px}.section{padding:32px 0}.panel{border:1px solid var(--line);border-radius:18px;background:var(--panel);box-shadow:var(--shadow);padding:clamp(22px,3vw,34px)}.section-title{font-size:30px;margin:0 0 22px;letter-spacing:-.8px}.mission-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.mission-card,.mini-card,.status-card,.principle-card,.link-card{border:1px solid var(--line);border-radius:14px;background:var(--panel2);padding:22px}.mission-card h3{margin:0 0 8px}.mission-card p,.panel p,.mini-card p,.status-card p,.principle-card p,.link-card p,li{color:var(--muted);line-height:1.6}.quote-strip{margin-top:16px;text-align:center;padding:16px;border:1px solid var(--line);border-radius:12px;background:rgba(80,80,255,.08);color:var(--soft);font-size:18px}.platform-showcase{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;align-items:stretch}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.mock-dashboard{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#070d18;display:grid;grid-template-columns:170px 1fr}.dash-side{padding:20px;border-right:1px solid var(--line);background:rgba(25,28,70,.35)}.dash-side strong{display:block;margin-bottom:4px}.dash-menu{display:grid;gap:9px;margin-top:22px}.dash-menu span{padding:10px 12px;border-radius:8px;color:var(--muted);font-size:13px}.dash-menu span:first-child{background:rgba(118,104,255,.25);color:#fff}.dash-main{padding:24px}.dash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.dash-tile{border:1px solid var(--line);border-radius:12px;padding:16px;background:rgba(8,18,36,.8)}.dash-tile small{color:var(--muted)}.dash-tile b{display:block;margin:8px 0}.status-ok{color:var(--green)}.status-plan{color:var(--gold)}.progress-line{height:8px;border-radius:20px;background:rgba(255,255,255,.08);overflow:hidden;margin-top:12px}.progress-line span{display:block;height:100%;width:72%;background:linear-gradient(90deg,var(--violet),var(--cyan))}.development-grid{display:grid;grid-template-columns:.6fr repeat(5,1fr);gap:14px}.dev-card{border:1px solid var(--line);border-radius:14px;padding:18px;background:var(--panel2);min-height:150px}.badge{display:inline-block;padding:5px 9px;border-radius:8px;font-size:11px;font-weight:900;text-transform:uppercase;border:1px solid rgba(95,242,138,.4);color:var(--green);background:rgba(95,242,138,.08)}.badge.yellow{border-color:rgba(255,207,93,.55);color:var(--gold);background:rgba(255,207,93,.08)}.badge.blue{border-color:rgba(102,220,255,.55);color:var(--cyan);background:rgba(102,220,255,.08)}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.two-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.page-hero{padding:86px 0 32px}.page-hero h1{max-width:980px}.link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.footer{margin-top:42px;border-top:1px solid var(--line);padding:34px 0;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:24px}.footer a{display:block;color:var(--muted);margin:8px 0}.journal-era{margin-top:24px}.journal-index{display:grid;gap:14px}.journal-card{border:1px solid var(--line);border-radius:14px;background:var(--panel2);padding:20px}.journal-card summary{cursor:pointer;font-weight:900;color:var(--soft)}.journal-card p{color:var(--muted)}.timeline{display:grid;gap:14px}.timeline-item{display:grid;grid-template-columns:150px 1fr;gap:20px;border:1px solid var(--line);border-radius:14px;background:var(--panel2);padding:20px}.timeline-date{color:var(--cyan);font-weight:900}.qa-thread{display:grid;gap:12px;margin-bottom:16px}.qa-line{padding:18px;border-radius:14px;border:1px solid var(--line);background:var(--panel2)}.qa-line.visitor{margin-right:10%}.qa-line.abriella{margin-left:10%;border-color:rgba(118,104,255,.35)}.form-grid{display:grid;gap:14px}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:14px 16px;border-radius:10px;border:1px solid var(--line);background:rgba(4,10,20,.7);color:var(--text)}.form-grid textarea{min-height:170px}.banner-img{width:100%;border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow)}
@media(max-width:1100px){.hero,.platform-showcase,.abriella-card{grid-template-columns:1fr}.development-grid{grid-template-columns:repeat(2,1fr)}.mission-grid,.three-grid,.link-grid{grid-template-columns:repeat(2,1fr)}nav{gap:12px;font-size:13px}.header-cta{display:none}}
@media(max-width:760px){.site-header{align-items:flex-start;flex-direction:column}.brand-name span{letter-spacing:4px}nav{flex-wrap:wrap}.hero{min-height:auto;padding-top:34px}.hero h1,.page-hero h1{font-size:42px}.mission-grid,.three-grid,.two-grid,.link-grid,.development-grid,.dash-grid{grid-template-columns:1fr}.mock-dashboard{grid-template-columns:1fr}.dash-side{border-right:0;border-bottom:1px solid var(--line)}.timeline-item{grid-template-columns:1fr}.hero-center{min-height:260px}.star-symbol{font-size:88px}.abriella-card img{max-height:260px}}


/* V1.015 Content Restoration */
.journal-summary{margin-top:16px;padding:18px;border:1px solid var(--line2);border-radius:12px;background:rgba(102,220,255,.045)}
.journal-summary p{margin:0 0 10px;color:var(--soft)}
.journal-full{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.journal-full h3{color:var(--soft);margin:18px 0 10px}
.journal-full p{color:var(--muted);line-height:1.7}
.journal-full ul,.journal-full ol{margin:12px 0 18px;padding-left:24px}
.qa-list{max-width:1100px;margin-left:auto;margin-right:auto}
.qa-thread{margin-bottom:22px}
.qa-line strong{color:var(--soft)}


/* CYRION WEBSITE V1.015a - JOURNAL VISUAL HIERARCHY POLISH */
.journal-card{
  overflow:hidden;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.journal-card[open]{
  border-color:rgba(155,124,255,.46);
  box-shadow:0 0 38px rgba(118,104,255,.18), inset 0 0 34px rgba(102,220,255,.04);
}
.journal-card summary{
  display:flex;
  align-items:center;
  gap:14px;
  font-size:18px;
  letter-spacing:-.25px;
}
.journal-card summary::marker{color:var(--soft)}
.journal-card[open] summary{
  color:#fff;
  margin-bottom:18px;
}
.journal-summary{
  display:grid;
  gap:14px;
  margin:18px 0 22px;
}
.journal-summary p{
  position:relative;
  margin:0;
  padding:18px 22px 18px 72px;
  border-radius:14px;
  color:var(--soft);
  line-height:1.65;
  border:1px solid rgba(102,220,255,.22);
  background:linear-gradient(135deg,rgba(15,38,82,.70),rgba(8,18,36,.58));
  box-shadow:inset 0 0 28px rgba(64,170,255,.04);
}
.journal-summary p::before{
  position:absolute;
  left:22px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:16px;
  color:#06111f;
}
.journal-summary p strong{
  display:block;
  margin-bottom:5px;
  text-transform:uppercase;
  letter-spacing:1.4px;
  font-size:13px;
}
.journal-summary p:nth-child(1){
  border-color:rgba(83,153,255,.44);
  background:linear-gradient(135deg,rgba(27,78,150,.30),rgba(7,17,36,.72));
}
.journal-summary p:nth-child(1)::before{
  content:"i";
  background:linear-gradient(135deg,#6ba8ff,#3e84ff);
  box-shadow:0 0 20px rgba(83,153,255,.38);
}
.journal-summary p:nth-child(1) strong{color:#65a7ff}
.journal-summary p:nth-child(2){
  border-color:rgba(102,220,255,.52);
  background:linear-gradient(135deg,rgba(0,185,205,.20),rgba(7,32,55,.72));
  box-shadow:0 0 28px rgba(102,220,255,.10), inset 0 0 30px rgba(102,220,255,.05);
}
.journal-summary p:nth-child(2)::before{
  content:"★";
  background:linear-gradient(135deg,#66dcff,#20d4d0);
  box-shadow:0 0 22px rgba(102,220,255,.46);
}
.journal-summary p:nth-child(2) strong{color:#2ee7e4}
.journal-summary p:nth-child(3){
  min-height:70px;
  border-color:rgba(95,242,138,.38);
  background:linear-gradient(135deg,rgba(37,120,62,.20),rgba(8,28,24,.72));
  box-shadow:0 0 24px rgba(95,242,138,.08), inset 0 0 24px rgba(95,242,138,.04);
}
.journal-summary p:nth-child(3)::before{
  content:"✓";
  background:linear-gradient(135deg,#74ff9b,#39d86b);
  box-shadow:0 0 22px rgba(95,242,138,.45);
}
.journal-summary p:nth-child(3) strong{color:var(--green)}
.journal-summary p:nth-child(3)::after{
  content:"PASS  ✓";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  padding:8px 14px;
  border-radius:9px;
  color:var(--green);
  font-weight:900;
  letter-spacing:1px;
  border:1px solid rgba(95,242,138,.44);
  background:rgba(95,242,138,.09);
}
.journal-full{
  margin-top:28px;
  padding:28px clamp(20px,3vw,34px);
  border:1px solid rgba(155,124,255,.34);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(23,18,58,.58),rgba(5,14,30,.80));
  box-shadow:0 0 34px rgba(155,124,255,.12), inset 0 0 32px rgba(102,220,255,.035);
}
.journal-full > h3:first-child{
  display:flex;
  align-items:center;
  gap:16px;
  justify-content:center;
  margin:0 0 24px;
  color:var(--violet2);
  text-transform:uppercase;
  letter-spacing:2.6px;
  font-size:14px;
}
.journal-full > h3:first-child::before,
.journal-full > h3:first-child::after{
  content:"";
  height:1px;
  flex:1;
  background:linear-gradient(90deg,transparent,rgba(155,124,255,.55));
}
.journal-full > h3:first-child::after{
  background:linear-gradient(90deg,rgba(155,124,255,.55),transparent);
}
.journal-full .eyebrow{
  color:var(--violet2);
}
.journal-full p,
.journal-full li{
  color:var(--soft);
}
@media(max-width:760px){
  .journal-summary p{padding:18px 18px 18px 60px;}
  .journal-summary p::before{left:16px;width:30px;height:30px;font-size:14px;}
  .journal-summary p:nth-child(3)::after{position:static;display:inline-block;transform:none;margin-top:10px;}
  .journal-card summary{font-size:16px;}
}

/* CYRION WEBSITE V1.015b - JOURNAL STYLING ENHANCEMENT
   Purpose: make expanded journal entries visibly structured instead of plain text.
   Scope: journal page visual hierarchy only. */
.journal-card[open]{
  border-color:rgba(102,220,255,.50) !important;
  background:linear-gradient(180deg,rgba(8,18,36,.92),rgba(5,13,28,.94)) !important;
  box-shadow:0 0 42px rgba(102,220,255,.14), inset 0 0 48px rgba(118,104,255,.06) !important;
}
.journal-card[open] summary{
  padding-bottom:18px !important;
  margin-bottom:22px !important;
  border-bottom:1px solid rgba(102,220,255,.18) !important;
  color:#fff !important;
  font-size:20px !important;
}
.journal-summary{
  display:grid !important;
  gap:18px !important;
  margin:20px 0 30px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}
.journal-summary p{
  position:relative !important;
  margin:0 !important;
  padding:22px 26px 22px 82px !important;
  border-radius:16px !important;
  color:var(--soft) !important;
  line-height:1.7 !important;
  font-size:16px !important;
  background:#06142a !important;
  border:1px solid rgba(102,220,255,.25) !important;
  box-shadow:inset 0 0 36px rgba(102,220,255,.04) !important;
}
.journal-summary p strong{
  display:block !important;
  margin-bottom:7px !important;
  text-transform:uppercase !important;
  letter-spacing:1.8px !important;
  font-size:13px !important;
  font-weight:900 !important;
}
.journal-summary p::before{
  position:absolute !important;
  left:24px !important;
  top:24px !important;
  width:38px !important;
  height:38px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  font-weight:900 !important;
  color:#06111f !important;
  font-size:17px !important;
}
.journal-summary p:nth-child(1){
  background:linear-gradient(135deg,rgba(24,73,146,.38),rgba(5,17,38,.90)) !important;
  border-color:rgba(88,154,255,.62) !important;
  box-shadow:0 0 30px rgba(88,154,255,.12), inset 0 0 34px rgba(88,154,255,.07) !important;
}
.journal-summary p:nth-child(1)::before{
  content:"i" !important;
  background:linear-gradient(135deg,#78b7ff,#3b84ff) !important;
  box-shadow:0 0 24px rgba(88,154,255,.55) !important;
}
.journal-summary p:nth-child(1) strong{color:#78b7ff !important;}
.journal-summary p:nth-child(2){
  background:linear-gradient(135deg,rgba(0,190,210,.30),rgba(4,32,54,.94)) !important;
  border:1px solid rgba(102,220,255,.82) !important;
  box-shadow:0 0 38px rgba(102,220,255,.24), inset 0 0 38px rgba(102,220,255,.08) !important;
  transform:scale(1.004) !important;
}
.journal-summary p:nth-child(2)::before{
  content:"★" !important;
  background:linear-gradient(135deg,#7ff0ff,#21d6d2) !important;
  box-shadow:0 0 28px rgba(102,220,255,.72) !important;
}
.journal-summary p:nth-child(2) strong{
  color:#2ee7e4 !important;
  font-size:14px !important;
}
.journal-summary p:nth-child(3){
  min-height:82px !important;
  background:linear-gradient(135deg,rgba(35,130,70,.30),rgba(5,31,25,.94)) !important;
  border:1px solid rgba(95,242,138,.66) !important;
  box-shadow:0 0 34px rgba(95,242,138,.16), inset 0 0 34px rgba(95,242,138,.07) !important;
  padding-right:210px !important;
}
.journal-summary p:nth-child(3)::before{
  content:"✓" !important;
  background:linear-gradient(135deg,#8affaa,#39d86b) !important;
  box-shadow:0 0 28px rgba(95,242,138,.70) !important;
}
.journal-summary p:nth-child(3) strong{color:var(--green) !important;}
.journal-summary p:nth-child(3)::after{
  content:"PASS   ✓" !important;
  position:absolute !important;
  right:24px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  padding:10px 18px !important;
  border-radius:10px !important;
  color:var(--green) !important;
  font-weight:900 !important;
  letter-spacing:1.5px !important;
  border:1px solid rgba(95,242,138,.66) !important;
  background:rgba(95,242,138,.12) !important;
  box-shadow:0 0 24px rgba(95,242,138,.16) !important;
}
.journal-full{
  position:relative !important;
  margin-top:34px !important;
  padding:34px clamp(22px,3.2vw,42px) !important;
  border:1px solid rgba(155,124,255,.58) !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,rgba(27,20,72,.76),rgba(4,13,30,.94)) !important;
  box-shadow:0 0 42px rgba(155,124,255,.20), inset 0 0 42px rgba(102,220,255,.045) !important;
}
.journal-full > h3:first-child{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:18px !important;
  margin:0 0 28px !important;
  color:var(--violet2) !important;
  text-transform:uppercase !important;
  letter-spacing:3px !important;
  font-size:15px !important;
  font-weight:900 !important;
  text-align:center !important;
}
.journal-full > h3:first-child::before,
.journal-full > h3:first-child::after{
  content:"" !important;
  height:1px !important;
  flex:1 !important;
  background:linear-gradient(90deg,transparent,rgba(155,124,255,.82)) !important;
}
.journal-full > h3:first-child::after{
  background:linear-gradient(90deg,rgba(155,124,255,.82),transparent) !important;
}
.journal-full .eyebrow{color:var(--violet2) !important;}
.journal-full p,.journal-full li{color:var(--soft) !important;}
@media(max-width:760px){
  .journal-summary p{padding:18px 18px 18px 64px !important;font-size:15px !important;}
  .journal-summary p::before{left:16px !important;top:18px !important;width:32px !important;height:32px !important;font-size:14px !important;}
  .journal-summary p:nth-child(3){padding-right:18px !important;}
  .journal-summary p:nth-child(3)::after{position:static !important;display:inline-block !important;transform:none !important;margin-top:12px !important;}
}


/* V1.016 Identity Clarification */
.ecosystem-section{
  border-color:rgba(102,220,255,.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(102,220,255,.10), transparent 36%),
    linear-gradient(180deg, rgba(8,18,36,.86), rgba(7,13,30,.82));
}
.ecosystem-flow{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-top:24px;
}
.ecosystem-node{
  position:relative;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(9,24,48,.70);
  padding:22px;
  box-shadow:0 0 28px rgba(102,220,255,.08), inset 0 0 30px rgba(102,220,255,.03);
}
.ecosystem-node h3{
  margin:6px 0 6px;
  font-size:24px;
}
.ecosystem-node p{
  margin:0;
  color:var(--soft);
}
.node-label{
  display:inline-block;
  font-size:11px;
  letter-spacing:1.8px;
  text-transform:uppercase;
  font-weight:900;
  color:var(--cyan);
}
.ecosystem-node.company{
  border-color:rgba(155,124,255,.44);
  background:linear-gradient(135deg,rgba(118,104,255,.16),rgba(9,24,48,.70));
}
.ecosystem-node.platform{
  border-color:rgba(102,220,255,.48);
  background:linear-gradient(135deg,rgba(102,220,255,.13),rgba(9,24,48,.72));
}
.ecosystem-node.assistant{
  border-color:rgba(215,232,255,.42);
  background:linear-gradient(135deg,rgba(215,232,255,.10),rgba(9,24,48,.72));
}
.ecosystem-node.user{
  border-color:rgba(95,242,138,.42);
  background:linear-gradient(135deg,rgba(95,242,138,.10),rgba(9,24,48,.72));
}
.flow-arrow{
  color:var(--cyan);
  text-align:center;
  font-weight:900;
  letter-spacing:1.2px;
  text-transform:uppercase;
  opacity:.92;
}
.ecosystem-flow.compact{
  grid-template-columns:1fr auto 1fr auto 1fr;
  align-items:stretch;
}
.ecosystem-flow.compact .flow-arrow{
  display:grid;
  place-items:center;
  font-size:24px;
}
.identity-split ul{
  margin:14px 0 0;
}
.identity-split li{
  margin:6px 0;
}
@media(max-width:900px){
  .ecosystem-flow.compact{
    grid-template-columns:1fr;
  }
  .ecosystem-flow.compact .flow-arrow{
    font-size:16px;
  }
}


/* =========================================================
   V1.016d SECTION SPACING + ECOSYSTEM FLOW FIX
   Purpose: prevent adjacent panel/card borders from visually touching
   on Home, Story, Platform, and Community Hub.
   ========================================================= */

/* Treat panel sections as standalone blocks with real breathing room. */
main > section.panel,
main > section.section.panel {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

main > section.section:not(.panel) + section.section.panel,
main > section.section.panel + section.section.panel,
main > section.section.panel + section.section:not(.panel) {
  margin-top: 38px !important;
}

/* Extra separation for the identity ecosystem areas, which are visually dense. */
.ecosystem-section {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

/* Keep ecosystem cards and arrow bubbles from colliding. */
.ecosystem-flow {
  gap: 28px !important;
  align-items: stretch !important;
}

.ecosystem-flow.ecosystem-horizontal {
  display: grid !important;
  grid-template-columns: minmax(180px,1fr) 64px minmax(180px,1fr) 64px minmax(180px,1fr) !important;
  column-gap: 28px !important;
  row-gap: 28px !important;
  align-items: stretch !important;
}

.ecosystem-flow.story-flow.ecosystem-horizontal {
  grid-template-columns: minmax(150px,1fr) 64px minmax(150px,1fr) 64px minmax(150px,1fr) 64px minmax(150px,1fr) !important;
}

.ecosystem-node {
  min-height: 150px !important;
  padding: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.flow-arrow {
  align-self: center !important;
  justify-self: center !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.identity-split {
  gap: 32px !important;
  margin-top: 28px !important;
}

.identity-split .principle-card {
  padding: 30px !important;
}

/* Make timeline dates useful and visually distinct without crowding. */
.timeline-item {
  gap: 28px !important;
  margin-bottom: 18px !important;
}

.timeline-date {
  min-width: 150px !important;
  white-space: normal !important;
}

@media (max-width: 1100px) {
  .ecosystem-flow.ecosystem-horizontal,
  .ecosystem-flow.story-flow.ecosystem-horizontal {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .flow-arrow {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 10px 16px !important;
    justify-self: center !important;
  }

  .ecosystem-node {
    min-height: auto !important;
  }
}

/* V1.018 Community & Documentation Evolution */
.fellow-hero h1{max-width:1050px}.fellow-note{border-color:rgba(102,220,255,.40);background:radial-gradient(circle at 15% 0%,rgba(102,220,255,.12),transparent 28%),linear-gradient(135deg,rgba(8,18,36,.88),rgba(9,24,48,.78))}.fellow-note h2{color:var(--cyan);font-size:clamp(30px,4vw,52px);line-height:1.05}.fellow-note p{font-size:17px;line-height:1.78}.record-key{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:22px}.record-key .mini-card strong{color:var(--cyan);display:block;margin-bottom:8px}@media(max-width:900px){.record-key{grid-template-columns:1fr}}


/* CYRION WEBSITE V1.021 - COMMUNITY HOME EVOLUTION
   Purpose: turn Community Hub into the owned home for Fellow Navigators while protecting proprietary implementation. */
.community-hero .lead:first-of-type{
  color:var(--cyan);
  font-weight:800;
  font-size:clamp(22px,3vw,34px);
  line-height:1.25;
  max-width:1000px;
}
.ownership-panel{
  border-color:rgba(102,220,255,.42) !important;
  background:radial-gradient(circle at 10% 0%,rgba(102,220,255,.12),transparent 26%),linear-gradient(135deg,rgba(8,18,36,.92),rgba(8,24,48,.78)) !important;
}
.community-list{
  padding-left:22px;
  margin:16px 0 0;
}
.community-list li{
  margin:10px 0;
  color:var(--soft);
}
.discussion-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:22px;
}
.discussion-card{
  position:relative;
  border:1px solid rgba(102,220,255,.28);
  border-radius:16px;
  padding:24px;
  background:linear-gradient(135deg,rgba(9,24,48,.80),rgba(6,14,32,.88));
  box-shadow:0 0 28px rgba(102,220,255,.08), inset 0 0 28px rgba(118,104,255,.04);
  min-height:230px;
}
.discussion-card span{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  color:#06111f;
  font-weight:900;
  background:linear-gradient(135deg,var(--cyan),var(--violet2));
  box-shadow:0 0 22px rgba(102,220,255,.38);
}
.discussion-card h3{
  margin:18px 0 10px;
  color:var(--text);
}
.discussion-card p{
  color:var(--muted);
}
.discussion-card a{
  display:inline-block;
  margin-top:8px;
  color:var(--cyan);
  font-weight:900;
}
@media(max-width:1000px){.discussion-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.discussion-grid{grid-template-columns:1fr}.discussion-card{min-height:auto}}


/* =========================================================
   V1.023 HOME PREVIEW LAYER
   Purpose: make the home page feel more like CYRION-OS without
   forcing fixed side rails or changing the locked visual identity.
   Scope: Home page only; no visitor count; no bottom cockpit bar.
   ========================================================= */
.home-hero-v2 .abriella-card{
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.home-hero-v2 .abriella-card:hover{
  transform:translateY(-4px);
  border-color:rgba(102,220,255,.52);
  box-shadow:0 0 48px rgba(102,220,255,.16), inset 0 0 42px rgba(102,220,255,.05);
}
.cyrion-preview{
  position:relative;
  overflow:hidden;
  border-color:rgba(102,220,255,.34);
  background:
    radial-gradient(circle at 15% 0%, rgba(102,220,255,.10), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(155,124,255,.11), transparent 30%),
    linear-gradient(135deg,rgba(8,18,36,.88),rgba(7,13,30,.84));
}
.cyrion-preview:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,transparent,rgba(102,220,255,.08),transparent),
    repeating-linear-gradient(90deg,rgba(102,220,255,.05) 0 1px,transparent 1px 82px);
  opacity:.28;
  mask-image:linear-gradient(90deg,transparent,black 16%,black 84%,transparent);
}
.preview-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:24px;
}
.preview-head .lead{margin-bottom:0;max-width:850px;}
.preview-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.preview-card{
  position:relative;
  min-height:210px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:8px;
  padding:24px;
  border:1px solid rgba(102,220,255,.24);
  border-radius:16px;
  background:
    radial-gradient(circle at 24% 20%, rgba(102,220,255,.10), transparent 28%),
    linear-gradient(180deg,rgba(9,24,48,.72),rgba(4,10,22,.82));
  box-shadow:inset 0 0 32px rgba(102,220,255,.035);
  overflow:hidden;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.preview-card:before{
  content:attr(data-state);
  position:absolute;
  top:18px;
  left:22px;
  color:var(--cyan);
  font-size:11px;
  font-weight:900;
  letter-spacing:2px;
  opacity:.78;
}
.preview-card:after{
  content:"Navigation available →";
  position:absolute;
  right:20px;
  top:18px;
  color:var(--violet2);
  font-size:12px;
  font-weight:900;
  opacity:0;
  transform:translateX(8px);
  transition:opacity .22s ease, transform .22s ease;
}
.preview-card:hover,
.preview-card:focus-visible{
  transform:translateY(-6px);
  border-color:rgba(102,220,255,.72);
  box-shadow:0 0 34px rgba(102,220,255,.18), inset 0 0 38px rgba(102,220,255,.06);
  background:
    radial-gradient(circle at 24% 20%, rgba(102,220,255,.20), transparent 30%),
    linear-gradient(180deg,rgba(12,35,72,.78),rgba(5,13,30,.88));
}
.preview-card:hover:after,
.preview-card:focus-visible:after{
  opacity:1;
  transform:translateX(0);
}
.preview-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(155,124,255,.45);
  border-radius:14px;
  color:var(--cyan);
  font-size:26px;
  background:rgba(118,104,255,.10);
  box-shadow:0 0 24px rgba(118,104,255,.16);
  margin-bottom:10px;
}
.preview-card h3{margin:0;font-size:22px;}
.preview-card p{margin:0;color:var(--soft);}
.preview-card small{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-weight:800;
  letter-spacing:.3px;
}
.mission-card,.dev-card,.mini-card,.principle-card,.link-card,.dash-tile{
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.mission-card:hover,.dev-card:hover,.mini-card:hover,.principle-card:hover,.link-card:hover,.dash-tile:hover{
  transform:translateY(-3px);
  border-color:rgba(102,220,255,.44);
  box-shadow:0 0 26px rgba(102,220,255,.10), inset 0 0 26px rgba(102,220,255,.035);
}
@media(max-width:1100px){
  .preview-grid{grid-template-columns:repeat(2,1fr);}
  .preview-head{flex-direction:column;}
}
@media(max-width:760px){
  .preview-grid{grid-template-columns:1fr;}
  .preview-card{min-height:180px;}
}

/* =========================================================
   V1.024 ALPHA WEBSITE FOUNDATION — CYRION LITE BEHAVIOR
   Purpose: preserve the locked CYRION visual identity while making
   the Home page feel responsive, oriented, and alpha-test ready.
   ========================================================= */
.home-hero-v2.alpha-home-hero{
  grid-template-columns:1.02fr .78fr;
  gap:42px;
  min-height:680px;
}
.cyrion-term{
  position:relative;
  display:inline-block;
  cursor:default;
  outline:none;
}
.cyrion-term::after{
  content:attr(data-hud-title) " \A " attr(data-hud-body);
  white-space:pre-line;
  position:absolute;
  left:0;
  top:calc(100% + 10px);
  z-index:8;
  min-width:260px;
  padding:14px 16px;
  border:1px solid rgba(102,220,255,.45);
  border-radius:12px;
  background:linear-gradient(135deg,rgba(4,13,30,.96),rgba(11,28,58,.94));
  color:var(--soft);
  font-size:13px;
  line-height:1.45;
  letter-spacing:.7px;
  box-shadow:0 0 28px rgba(102,220,255,.18), inset 0 0 24px rgba(102,220,255,.04);
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}
.cyrion-term:hover::after,
.cyrion-term:focus::after{
  opacity:1;
  transform:translateY(0);
}
.alpha-state-strip{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
  margin:26px 0 4px;
}
.alpha-state-strip a{
  border:1px solid rgba(102,220,255,.22);
  border-radius:12px;
  padding:14px 16px;
  background:linear-gradient(135deg,rgba(8,18,36,.78),rgba(9,24,48,.56));
  box-shadow:inset 0 0 24px rgba(102,220,255,.03);
  transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.alpha-state-strip a:hover,
.alpha-state-strip a:focus{
  border-color:rgba(102,220,255,.58);
  transform:translateY(-2px);
  box-shadow:0 0 30px rgba(102,220,255,.13), inset 0 0 28px rgba(102,220,255,.05);
}
.alpha-state-strip strong{
  display:block;
  color:var(--cyan);
  font-size:11px;
  letter-spacing:1.4px;
  text-transform:uppercase;
  margin-bottom:5px;
}
.alpha-state-strip span{
  color:var(--soft);
  font-weight:800;
  font-size:14px;
}
.alpha-abriella-card{
  position:relative;
  overflow:visible;
}
.cyrion-signal{
  position:relative;
  isolation:isolate;
  transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease, background .18s ease;
  outline:none;
}
.cyrion-signal:hover,
.cyrion-signal:focus,
.cyrion-signal:focus-within{
  border-color:rgba(102,220,255,.58) !important;
  transform:translateY(-2px);
  box-shadow:0 0 38px rgba(102,220,255,.14), inset 0 0 34px rgba(102,220,255,.05) !important;
}
.cyrion-signal::before{
  content:attr(data-signal);
  position:absolute;
  right:14px;
  top:12px;
  z-index:2;
  padding:5px 8px;
  border:1px solid rgba(102,220,255,.34);
  border-radius:999px;
  background:rgba(3,7,18,.70);
  color:var(--cyan);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.1px;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(-5px);
  transition:opacity .18s ease, transform .18s ease;
  pointer-events:none;
}
.cyrion-signal:hover::before,
.cyrion-signal:focus::before,
.cyrion-signal:focus-within::before{
  opacity:1;
  transform:translateY(0);
}
.signal-hud{
  position:absolute;
  right:18px;
  bottom:18px;
  z-index:6;
  width:min(260px, calc(100% - 36px));
  padding:14px 16px;
  border:1px solid rgba(102,220,255,.45);
  border-radius:14px;
  background:linear-gradient(135deg,rgba(3,7,18,.96),rgba(8,26,52,.94));
  box-shadow:0 0 34px rgba(102,220,255,.18), inset 0 0 28px rgba(102,220,255,.05);
  opacity:0;
  transform:translateY(10px) scale(.98);
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}
.cyrion-signal:hover .signal-hud,
.cyrion-signal:focus .signal-hud,
.cyrion-signal:focus-within .signal-hud{
  opacity:1;
  transform:translateY(0) scale(1);
}
.signal-hud strong{
  display:block;
  color:var(--cyan);
  font-size:12px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  margin-bottom:8px;
}
.signal-hud span{
  display:block;
  color:var(--soft);
  font-size:13px;
  line-height:1.45;
  margin:4px 0;
}
.signal-hud em{
  display:block;
  margin-top:8px;
  color:var(--green);
  font-style:normal;
  font-size:12px;
  font-weight:900;
  letter-spacing:.8px;
}
.alpha-preview{
  border-color:rgba(102,220,255,.34);
  background:radial-gradient(circle at 16% 0%, rgba(102,220,255,.10), transparent 30%), linear-gradient(135deg,rgba(8,18,36,.88),rgba(9,24,48,.74));
}
.preview-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:24px;
}
.preview-card{
  position:relative;
  min-height:230px;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(9,24,48,.76),rgba(8,18,36,.76));
  padding:24px;
  overflow:hidden;
}
.preview-card::after{
  content:attr(data-state);
  position:absolute;
  left:24px;
  bottom:18px;
  color:rgba(215,232,255,.07);
  font-weight:900;
  font-size:34px;
  letter-spacing:2px;
  pointer-events:none;
}
.preview-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(102,220,255,.34);
  color:var(--cyan);
  box-shadow:0 0 22px rgba(102,220,255,.12);
  margin-bottom:18px;
  font-size:22px;
}
.preview-card h3{
  margin:0 0 8px;
  font-size:24px;
}
.preview-card p{
  color:var(--soft);
  line-height:1.55;
  margin:0 0 14px;
}
.preview-card small{
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
}
.alpha-testing-panel{
  border-color:rgba(95,242,138,.28);
  background:radial-gradient(circle at 86% 0%, rgba(95,242,138,.08), transparent 30%), linear-gradient(135deg,rgba(8,18,36,.88),rgba(9,24,48,.74));
}
.alpha-testing-panel .mission-card{
  min-height:170px;
}
@media(max-width:1100px){
  .home-hero-v2.alpha-home-hero{grid-template-columns:1fr;min-height:auto;}
  .preview-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:760px){
  .alpha-state-strip,.preview-grid{grid-template-columns:1fr;}
  .signal-hud{position:static;width:100%;margin-top:14px;opacity:1;transform:none;}
  .cyrion-signal::before{display:none;}
  .preview-card{min-height:auto;}
  .cyrion-term::after{display:none;}
}

/* =========================================================
   V1.029 — NAVIGATING THE WAY
   Purpose: invite people to walk alongside the mission without
   reducing participation to a financial transaction.
   Scope: navigating-the-way.html only.
   ========================================================= */
.navigating-page .navigating-hero{min-height:690px}
.navigating-page .navigating-compass{display:flex;flex-direction:column;gap:28px;text-align:center}
.navigating-page .navigating-compass p{max-width:430px;margin:0;color:var(--soft);font-size:18px;line-height:1.65}
.navigating-page .support-intro{border-color:rgba(102,220,255,.38);background:radial-gradient(circle at 12% 0%,rgba(102,220,255,.12),transparent 28%),linear-gradient(135deg,rgba(8,18,36,.92),rgba(9,24,48,.78))}
.navigating-page .support-grid{align-items:stretch}
.navigating-page .support-card{position:relative;display:flex;flex-direction:column;min-height:310px;border-color:rgba(102,220,255,.22);background:linear-gradient(145deg,rgba(9,24,48,.82),rgba(6,14,32,.90))}
.navigating-page .support-card:nth-child(2){border-color:rgba(155,124,255,.30)}
.navigating-page .support-card:nth-child(3){border-color:rgba(95,242,138,.24)}
.navigating-page .support-card:nth-child(4){border-color:rgba(255,207,93,.25)}
.navigating-page .support-card p{flex:1}
.navigating-page .support-card a{display:inline-block;margin-top:16px;color:var(--cyan);font-weight:900}
.navigating-page .support-icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:50%;color:#07111f;font-size:13px;font-weight:900;background:linear-gradient(135deg,var(--cyan),var(--violet2));box-shadow:0 0 22px rgba(102,220,255,.30)}
.navigating-page .leadership-panel{border-color:rgba(155,124,255,.42);background:radial-gradient(circle at 88% 0%,rgba(155,124,255,.14),transparent 28%),linear-gradient(135deg,rgba(20,16,54,.76),rgba(5,14,30,.90))}
.navigating-page .founder-support-quote{margin:22px 0;padding:28px clamp(22px,3vw,38px);border-left:4px solid var(--violet2);border-radius:0 16px 16px 0;background:rgba(118,104,255,.10);color:var(--soft);font-size:clamp(20px,2.3vw,29px);font-weight:700;line-height:1.55}
.navigating-page .prayer-panel{border-color:rgba(255,207,93,.30);background:radial-gradient(circle at 10% 0%,rgba(255,207,93,.10),transparent 30%),linear-gradient(135deg,rgba(36,26,13,.50),rgba(8,17,34,.88))}
.navigating-page .future-support-panel{border-color:rgba(102,220,255,.30);background:radial-gradient(circle at 90% 0%,rgba(102,220,255,.10),transparent 28%),linear-gradient(135deg,rgba(8,25,42,.72),rgba(7,14,30,.90))}
.navigating-page .support-status{display:inline-block;margin-top:18px;padding:9px 13px;border:1px solid rgba(255,207,93,.48);border-radius:9px;background:rgba(255,207,93,.08);color:var(--gold);font-size:12px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}
.navigating-page .navigating-closing{text-align:center;border-color:rgba(102,220,255,.40);background:radial-gradient(circle at 50% 0%,rgba(102,220,255,.12),transparent 38%),linear-gradient(135deg,rgba(8,18,36,.92),rgba(11,20,47,.80))}
.navigating-page .navigating-closing .lead{margin-left:auto;margin-right:auto}
.navigating-page .navigating-closing .hero-actions{justify-content:center}
@media(max-width:1100px){
  .navigating-page .navigating-hero{min-height:auto}
  .navigating-page .support-card{min-height:auto}
}


/* V1.029 navigation and footer fit safeguards for the added primary tab. */
@media (max-width:1500px) and (min-width:1101px){
  nav{gap:14px;font-size:13px}
  .header-cta{padding:9px 14px}
}
@media (max-width:760px){
  .footer-grid{grid-template-columns:1fr}
  .footer-grid > div{min-width:0}
  .navigating-page{overflow-x:hidden}
}

/* =========================================================
   COMMUNITY READ-ONLY BROWSER V1.030
   Purpose: allow public reading of active categories,
   published topics, and published replies while governed
   Community participation remains closed.
   ========================================================= */

.community-directory {
  margin-top: 42px;
  margin-bottom: 42px;
}

.community-directory-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.community-directory-heading .lead {
  max-width: 860px;
  margin-bottom: 0;
}

.community-read-status {
  flex: 0 0 auto;
  max-width: 360px;
  border: 1px solid rgba(102, 220, 255, .28);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--soft);
  background: rgba(6, 14, 32, .78);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.community-read-status.is-loading {
  color: var(--cyan);
  border-color: rgba(102, 220, 255, .44);
}

.community-read-status.is-ready {
  color: #8fe6c6;
  border-color: rgba(94, 214, 174, .44);
}

.community-read-status.is-error {
  color: #ff9aa3;
  border-color: rgba(255, 107, 118, .48);
}

.community-browser {
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.community-category-panel,
.community-content-panel {
  margin: 0 !important;
}

.community-category-panel {
  position: sticky;
  top: 96px;
}

.community-category-panel h3 {
  margin-top: 0;
}

.community-category-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.community-category-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(102, 220, 255, .20);
  border-radius: 12px;
  padding: 14px 15px;
  color: var(--soft);
  background: rgba(6, 14, 32, .54);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color .18s ease,
    background .18s ease,
    color .18s ease,
    transform .18s ease;
}

.community-category-button:hover,
.community-category-button:focus-visible {
  color: var(--text);
  border-color: rgba(102, 220, 255, .52);
  background: rgba(9, 30, 57, .88);
  transform: translateY(-1px);
  outline: none;
}

.community-category-button.is-active {
  color: var(--text);
  border-color: rgba(223, 174, 115, .62);
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(223, 174, 115, .15),
      transparent 48%
    ),
    rgba(9, 30, 57, .90);
  box-shadow: inset 3px 0 0 #dfae73;
}

.community-category-name {
  font-weight: 850;
}

.community-category-count {
  min-width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(102, 220, 255, .10);
  font-size: 13px;
  font-weight: 900;
}

.community-topic-directory-header {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(102, 220, 255, .16);
}

.community-topic-directory-header h2 {
  margin-bottom: 8px;
}

.community-topic-directory-header p:last-child {
  margin-bottom: 0;
}

.community-topic-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.community-topic-card {
  margin: 0;
}

.community-topic-open {
  width: 100%;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(102, 220, 255, .22);
  border-radius: 14px;
  padding: 20px;
  color: inherit;
  background:
    linear-gradient(
      135deg,
      rgba(9, 24, 48, .76),
      rgba(6, 14, 32, .90)
    );
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.community-topic-open:hover,
.community-topic-open:focus-visible {
  border-color: rgba(102, 220, 255, .56);
  box-shadow:
    0 0 30px rgba(102, 220, 255, .10),
    inset 0 0 24px rgba(118, 104, 255, .04);
  transform: translateY(-2px);
  outline: none;
}

.community-topic-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.community-topic-title {
  color: var(--text);
  font-size: 20px;
  line-height: 1.25;
}

.community-topic-badges,
.community-reader-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.community-topic-badge,
.community-reader-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(223, 174, 115, .42);
  border-radius: 999px;
  padding: 4px 10px;
  color: #f3d9af;
  background: rgba(223, 174, 115, .10);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.community-topic-badge.is-locked,
.community-reader-badge.is-locked {
  color: var(--cyan);
  border-color: rgba(102, 220, 255, .40);
  background: rgba(102, 220, 255, .09);
}

.community-topic-excerpt {
  color: var(--soft);
  line-height: 1.65;
}

.community-topic-metadata,
.community-reader-metadata,
.community-reply-metadata {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.community-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(102, 220, 255, .16);
}

.community-pagination .btn {
  min-width: 110px;
}

.community-pagination .btn:disabled {
  opacity: .42;
  cursor: not-allowed;
  transform: none;
}

.community-page-status {
  color: var(--soft);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.community-reader-back {
  margin-bottom: 20px;
}

.community-reader-header {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(102, 220, 255, .18);
}

.community-reader-header h2 {
  max-width: 980px;
  margin: 8px 0 12px;
}

.community-reader-badges {
  margin-top: 16px;
}

.community-reader-body {
  margin-top: 28px;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.82;
  white-space: pre-wrap;
}

.community-replies-section {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(102, 220, 255, .18);
}

.community-replies-section h3 {
  margin-top: 0;
}

.community-replies {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.community-reply {
  border: 1px solid rgba(102, 220, 255, .18);
  border-radius: 14px;
  padding: 18px;
  background: rgba(6, 14, 32, .56);
}

.community-reply-metadata {
  margin-top: 0;
  color: var(--cyan);
  font-weight: 800;
}

.community-reply-body {
  margin-bottom: 0;
  color: var(--soft);
  line-height: 1.72;
  white-space: pre-wrap;
}

.community-empty-state,
.community-error-state {
  border: 1px dashed rgba(102, 220, 255, .26);
  border-radius: 12px;
  padding: 18px;
  color: var(--muted);
  background: rgba(6, 14, 32, .42);
}

.community-error-state {
  color: #ff9aa3;
  border-color: rgba(255, 107, 118, .38);
}

.community-participation-boundary {
  border-color: rgba(223, 174, 115, .38) !important;
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(223, 174, 115, .10),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      rgba(8, 18, 36, .92),
      rgba(8, 24, 48, .78)
    ) !important;
}

.community-create-topic-section {
  padding: 8px 0 24px;
}

.community-create-topic-panel {
  max-width: 820px;
}

.community-create-topic-requirements {
  color: var(--soft);
  line-height: 1.6;
}

.community-create-topic-help {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.community-create-topic-help a,
.community-form-link {
  color: var(--cyan);
}

.community-create-topic-form {
  display: grid;
  gap: 20px;
  margin-top: 22px;
}

.community-form-field {
  display: grid;
  gap: 8px;
}

.community-form-field > label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: var(--text);
  font-weight: 800;
  font-size: 15px;
}

.community-form-counter {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

.community-form-help {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.community-create-topic-form input,
.community-create-topic-form select,
.community-create-topic-form textarea {
  width: 100%;
  border: 1px solid rgba(102, 220, 255, .22);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--text);
  background: rgba(6, 14, 32, .62);
  font: inherit;
  line-height: 1.55;
}

.community-create-topic-form textarea {
  resize: vertical;
  min-height: 160px;
  white-space: pre-wrap;
}

.community-create-topic-form input:focus-visible,
.community-create-topic-form select:focus-visible,
.community-create-topic-form textarea:focus-visible {
  outline: none;
  border-color: rgba(102, 220, 255, .62);
  box-shadow: 0 0 24px rgba(102, 220, 255, .14);
}

.community-create-topic-form input:disabled,
.community-create-topic-form select:disabled,
.community-create-topic-form textarea:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.community-form-result {
  min-height: 0;
  border-radius: 12px;
  padding: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.community-form-result.is-pending {
  color: var(--soft);
}

.community-form-result.is-success {
  color: #8fe6c6;
}

.community-form-result.is-error {
  color: #ff9aa3;
}

.community-form-result p {
  margin: 0;
}

.community-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.community-form-actions .btn:disabled {
  opacity: .42;
  cursor: not-allowed;
  transform: none;
}

.community-post-reply-section {
  padding: 8px 0 24px;
}

.community-post-reply-panel {
  max-width: 820px;
}

.community-post-reply-requirements {
  color: var(--soft);
  line-height: 1.6;
}

.community-post-reply-help {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.community-post-reply-help a {
  color: var(--cyan);
}

.community-post-reply-form {
  display: grid;
  gap: 20px;
  margin-top: 22px;
}

.community-post-reply-form textarea {
  width: 100%;
  border: 1px solid rgba(102, 220, 255, .22);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--text);
  background: rgba(6, 14, 32, .62);
  font: inherit;
  line-height: 1.55;
  resize: vertical;
  min-height: 120px;
  white-space: pre-wrap;
}

.community-post-reply-form textarea:focus-visible {
  outline: none;
  border-color: rgba(102, 220, 255, .62);
  box-shadow: 0 0 24px rgba(102, 220, 255, .14);
}

.community-post-reply-form textarea:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.community-locked-topic-notice {
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 154, 163, .28);
  background: rgba(255, 154, 163, .06);
  color: #ff9aa3;
  font-size: 14px;
  line-height: 1.55;
}

.community-locked-topic-notice p {
  margin: 0;
}

@media (max-width: 900px) {
  .community-directory-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .community-read-status {
    max-width: none;
  }

  .community-browser {
    grid-template-columns: 1fr;
  }

  .community-category-panel {
    position: static;
  }

  .community-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .community-category-list {
    grid-template-columns: 1fr;
  }

  .community-topic-heading-row {
    flex-direction: column;
  }

  .community-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  .community-pagination .btn {
    width: 100%;
  }

  .community-form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .community-form-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   COMMUNITY EXPERIENCE SPLIT V1.031
   Purpose:
   - Community Hub acts as a calm navigation threshold.
   - The read-only forum operates as a separate destination.
   - Progressive disclosure replaces long-form doom scrolling.
   ========================================================= */

.community-pagination[hidden] {
  display: none !important;
}

/* Community Hub */

.community-hub-v2 {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 104px 0 76px;
}

.community-hub-hero {
  max-width: 900px;
}

.community-hub-hero h1 {
  max-width: 880px;
  margin: 12px 0 22px;
  font-size: clamp(44px, 6.4vw, 82px);
  line-height: .98;
  letter-spacing: -.045em;
}

.community-hub-principle {
  margin: 0 0 22px;
  color: var(--cyan);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.3;
}

.community-hub-introduction {
  max-width: 760px;
  margin: 0;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.78;
}

.community-pathways {
  margin-top: 72px;
}

.community-pathways-heading {
  max-width: 720px;
  margin-bottom: 24px;
}

.community-pathways-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 48px);
}

.community-pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.community-pathway-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  border: 1px solid rgba(102, 220, 255, .22);
  border-radius: 18px;
  padding: 26px;
  color: inherit;
  background:
    linear-gradient(
      145deg,
      rgba(10, 25, 48, .80),
      rgba(5, 13, 28, .92)
    );
  text-decoration: none;
  transition:
    transform .20s ease,
    border-color .20s ease,
    box-shadow .20s ease;
}

.community-pathway-card:hover,
.community-pathway-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(102, 220, 255, .52);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, .24),
    0 0 30px rgba(102, 220, 255, .08);
  outline: none;
}

.community-pathway-primary {
  border-color: rgba(223, 174, 115, .48);
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(223, 174, 115, .15),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      rgba(15, 30, 52, .92),
      rgba(6, 14, 30, .96)
    );
}

.community-pathway-primary:hover,
.community-pathway-primary:focus-visible {
  border-color: rgba(243, 217, 175, .72);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, .26),
    0 0 34px rgba(223, 174, 115, .10);
}

.community-pathway-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(102, 220, 255, .32);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(102, 220, 255, .08);
  font-size: 13px;
  font-weight: 900;
}

.community-pathway-primary .community-pathway-number {
  color: #f3d9af;
  border-color: rgba(223, 174, 115, .44);
  background: rgba(223, 174, 115, .10);
}

.community-pathway-content {
  display: grid;
  gap: 12px;
}

.community-pathway-content strong {
  color: var(--text);
  font-size: 23px;
  line-height: 1.2;
}

.community-pathway-content span {
  color: var(--muted);
  line-height: 1.68;
}

.community-pathway-content em {
  margin-top: 6px;
  color: var(--cyan);
  font-style: normal;
  font-weight: 900;
}

.community-pathway-primary .community-pathway-content em {
  color: #f3d9af;
}

.community-trust-statement {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 24px;
  margin-top: 32px;
  border: 1px solid rgba(223, 174, 115, .38);
  border-radius: 18px;
  padding: 30px;
  background:
    linear-gradient(
      135deg,
      rgba(10, 22, 42, .88),
      rgba(7, 19, 38, .78)
    );
}

.community-trust-symbol {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(223, 174, 115, .48);
  border-radius: 50%;
  color: #f3d9af;
  font-size: 22px;
}

.community-trust-statement blockquote {
  max-width: 900px;
  margin: 9px 0 14px;
  color: var(--text);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.25;
}

.community-trust-statement p:not(.eyebrow) {
  max-width: 850px;
  color: var(--muted);
  line-height: 1.7;
}

/* Dedicated forum */

.forum-main {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 80px;
}

.forum-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 28px;
}

.forum-intro-copy {
  max-width: 760px;
}

.forum-back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--cyan);
  font-weight: 850;
  text-decoration: none;
}

.forum-back-link:hover,
.forum-back-link:focus-visible {
  text-decoration: underline;
  outline: none;
}

.forum-intro h1 {
  margin: 8px 0 15px;
  font-size: clamp(42px, 5.5vw, 70px);
  line-height: 1;
  letter-spacing: -.04em;
}

.forum-intro p:not(.eyebrow) {
  max-width: 720px;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.72;
}

.forum-intro-actions {
  margin-top: 22px;
}

.forum-intro .community-read-status {
  margin-bottom: 4px;
}

.forum-directory {
  margin-top: 0;
  margin-bottom: 0;
}

.forum-directory .community-browser {
  min-height: 520px;
}

.forum-directory .community-category-panel {
  top: 86px;
}

@media (max-width: 980px) {
  .community-pathway-grid {
    grid-template-columns: 1fr;
  }

  .community-pathway-card {
    min-height: auto;
  }

  .forum-intro {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .community-hub-v2,
  .forum-main {
    width: min(100% - 28px, 1180px);
  }

  .community-hub-v2 {
    padding-top: 70px;
  }

  .community-trust-statement {
    grid-template-columns: 1fr;
  }

  .community-hub-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }
}


/* =========================================================
   COMMUNITY PUBLIC INTEGRITY PASS V1.032
   Purpose:
   - Express the Community boundary in human language.
   - Keep the responsibility statement supportive rather
     than visually dominant.
   - Preserve the approved Hub and forum separation.
   ========================================================= */

.community-trust-statement-v2 {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  padding: 27px 29px;
}

.community-trust-statement-v2 blockquote {
  max-width: 780px;
  margin: 8px 0 13px;
  font-size: clamp(22px, 2.35vw, 31px);
  line-height: 1.28;
  letter-spacing: -.02em;
}

.community-trust-statement-v2 p:not(.eyebrow) {
  max-width: 780px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.68;
}

.community-trust-statement-v2 .community-trust-symbol {
  width: 48px;
  height: 48px;
  font-size: 19px;
}

@media (max-width: 700px) {
  .community-trust-statement-v2 {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}


/* =========================================================
   COMMUNITY BRAND CONVERGENCE V1.033
   Official visual direction:
   - Deep navy: shared organizational foundation
   - Wayfinder gold: human purpose, pathways, and authority
   - CYRION blue/cyan: systems, navigation, and intelligence
   - Restrained violet: AI-assisted context and convergence
   - White-gold: truth, alignment, and readiness

   Scope:
   Community Hub and dedicated read-only forum only.
   The approved information architecture is unchanged.
   ========================================================= */

/* ---------------------------------------------------------
   Scoped official design tokens
   --------------------------------------------------------- */

body.community-hub-page,
body.community-forum-page {
  --wf-void: #040a14;
  --wf-deep-space: #071226;
  --wf-midnight: #0d1b33;
  --wf-panel: #122746;
  --wf-raised: #1b365d;
  --wf-orbit: #294b78;

  --wf-copper: #9a6547;
  --wf-gold: #dfae73;
  --wf-nexus: #f3d9af;
  --wf-pearl: #fff6e8;

  --wf-cobalt: #315fbf;
  --wf-blue: #3d74d8;
  --wf-signal: #62a8ff;
  --wf-cyan: #75d6ff;

  --wf-violet: #6f63e8;
  --wf-lavender: #a58bff;

  --wf-text-primary: #f4e8d3;
  --wf-text-secondary: #c8d5ea;
  --wf-text-muted: #8798b5;

  --wf-ready: #5ed6ae;
  --wf-warning: #f2b35f;
  --wf-not-ready: #ff6b76;

  /*
   * Map the established website variables into the official
   * palette for these two experiences only.
   */
  --bg: var(--wf-void);
  --bg2: var(--wf-deep-space);

  --panel: rgba(18, 39, 70, .84);
  --panel2: rgba(13, 27, 51, .78);

  --line: rgba(41, 75, 120, .60);
  --line2: rgba(98, 168, 255, .34);

  --text: var(--wf-text-primary);
  --soft: var(--wf-text-secondary);
  --muted: var(--wf-text-muted);

  --violet: var(--wf-violet);
  --violet2: var(--wf-lavender);
  --cyan: var(--wf-cyan);
  --gold: var(--wf-gold);
  --green: var(--wf-ready);
  --orange: var(--wf-warning);

  --shadow:
    0 22px 55px rgba(4, 10, 20, .32),
    0 0 34px rgba(61, 116, 216, .055),
    inset 0 0 34px rgba(98, 168, 255, .025);

  position: relative;
  isolation: isolate;
  color: var(--wf-text-primary);

  background:
    radial-gradient(
      circle at 7% 10%,
      rgba(223, 174, 115, .11),
      transparent 27%
    ),
    radial-gradient(
      circle at 50% -3%,
      rgba(243, 217, 175, .055),
      transparent 23%
    ),
    radial-gradient(
      circle at 92% 9%,
      rgba(61, 116, 216, .17),
      transparent 30%
    ),
    radial-gradient(
      circle at 73% 68%,
      rgba(111, 99, 232, .055),
      transparent 27%
    ),
    linear-gradient(
      180deg,
      var(--wf-void) 0%,
      var(--wf-deep-space) 48%,
      var(--wf-void) 100%
    );
}

/*
 * Fine architectural grid: present but subordinate.
 */
body.community-hub-page::before,
body.community-forum-page::before {
  opacity: .22;

  background-image:
    linear-gradient(
      rgba(98, 168, 255, .055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(98, 168, 255, .045) 1px,
      transparent 1px
    );

  background-size: 88px 88px;

  mask-image:
    radial-gradient(
      circle at 52% 13%,
      black,
      transparent 73%
    );
}

/* ---------------------------------------------------------
   Shared Community header and navigation
   --------------------------------------------------------- */

body.community-hub-page .site-header,
body.community-forum-page .site-header {
  background: rgba(4, 10, 20, .90);
  border-bottom-color: rgba(41, 75, 120, .62);

  box-shadow:
    0 14px 38px rgba(4, 10, 20, .38),
    inset 0 -1px rgba(98, 168, 255, .025);
}

body.community-hub-page .brand-orb,
body.community-forum-page .brand-orb {
  border-color: rgba(223, 174, 115, .78);
  color: var(--wf-nexus);

  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(243, 217, 175, .12),
      transparent 53%
    ),
    rgba(7, 18, 38, .76);

  box-shadow:
    0 0 22px rgba(223, 174, 115, .18),
    0 0 42px rgba(61, 116, 216, .08),
    inset 0 0 18px rgba(243, 217, 175, .045);
}

body.community-hub-page .brand-name,
body.community-forum-page .brand-name {
  color: var(--wf-pearl);
}

body.community-hub-page .brand-name span,
body.community-forum-page .brand-name span {
  color: var(--wf-gold);
}

body.community-hub-page nav,
body.community-forum-page nav {
  color: var(--wf-text-secondary);
}

body.community-hub-page nav a:hover,
body.community-hub-page nav a.active,
body.community-forum-page nav a:hover,
body.community-forum-page nav a.active {
  color: var(--wf-pearl);
  border-color: var(--wf-gold);
}

body.community-hub-page .header-cta,
body.community-forum-page .header-cta {
  color: var(--wf-pearl);

  border: 1px solid rgba(98, 168, 255, .34);

  background:
    linear-gradient(
      135deg,
      var(--wf-cobalt),
      var(--wf-blue)
    );

  box-shadow:
    0 10px 28px rgba(49, 95, 191, .20),
    0 0 22px rgba(98, 168, 255, .10);
}

body.community-hub-page .header-cta:hover,
body.community-hub-page .header-cta:focus-visible,
body.community-forum-page .header-cta:hover,
body.community-forum-page .header-cta:focus-visible {
  border-color: rgba(117, 214, 255, .62);

  box-shadow:
    0 12px 32px rgba(49, 95, 191, .26),
    0 0 28px rgba(117, 214, 255, .13);

  outline: none;
}

/* ---------------------------------------------------------
   Shared typography and actions
   --------------------------------------------------------- */

body.community-hub-page h1,
body.community-hub-page h2,
body.community-hub-page h3,
body.community-forum-page h1,
body.community-forum-page h2,
body.community-forum-page h3 {
  color: var(--wf-pearl);
}

body.community-hub-page .eyebrow {
  color: var(--wf-gold);
}

body.community-forum-page .eyebrow {
  color: var(--wf-cyan);
}

body.community-hub-page .btn,
body.community-forum-page .btn {
  color: var(--wf-text-primary);
  border-color: rgba(41, 75, 120, .72);
  background: rgba(13, 27, 51, .82);

  box-shadow:
    0 10px 25px rgba(4, 10, 20, .18),
    inset 0 0 20px rgba(98, 168, 255, .018);
}

body.community-hub-page .btn:hover,
body.community-hub-page .btn:focus-visible,
body.community-forum-page .btn:hover,
body.community-forum-page .btn:focus-visible {
  color: var(--wf-pearl);
  border-color: rgba(98, 168, 255, .60);
  background: rgba(27, 54, 93, .78);

  box-shadow:
    0 12px 30px rgba(4, 10, 20, .22),
    0 0 24px rgba(98, 168, 255, .09);

  outline: 2px solid transparent;
}

body.community-hub-page a:focus-visible,
body.community-hub-page button:focus-visible,
body.community-forum-page a:focus-visible,
body.community-forum-page button:focus-visible {
  outline: 2px solid var(--wf-signal);
  outline-offset: 4px;
}

/* ---------------------------------------------------------
   Community Hub: Purpose Zone
   --------------------------------------------------------- */

body.community-hub-page .community-hub-hero h1 {
  color: var(--wf-pearl);

  text-shadow:
    0 2px 22px rgba(243, 217, 175, .055),
    0 0 38px rgba(61, 116, 216, .035);
}

body.community-hub-page .community-hub-principle {
  color: var(--wf-nexus);

  text-shadow:
    0 0 24px rgba(223, 174, 115, .10);
}

body.community-hub-page .community-hub-introduction {
  color: var(--wf-text-secondary);
}

body.community-hub-page .community-pathway-card {
  border-color: rgba(41, 75, 120, .70);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(61, 116, 216, .065),
      transparent 40%
    ),
    linear-gradient(
      145deg,
      rgba(18, 39, 70, .82),
      rgba(7, 18, 38, .94)
    );

  box-shadow:
    0 20px 48px rgba(4, 10, 20, .22),
    inset 0 0 28px rgba(98, 168, 255, .018);
}

body.community-hub-page .community-pathway-card:hover,
body.community-hub-page .community-pathway-card:focus-visible {
  border-color: rgba(98, 168, 255, .70);

  box-shadow:
    0 24px 55px rgba(4, 10, 20, .28),
    0 0 32px rgba(98, 168, 255, .10),
    inset 0 0 32px rgba(98, 168, 255, .025);
}

body.community-hub-page .community-pathway-primary {
  border-color: rgba(223, 174, 115, .70);

  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(223, 174, 115, .16),
      transparent 43%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(61, 116, 216, .065),
      transparent 45%
    ),
    linear-gradient(
      145deg,
      rgba(27, 54, 93, .74),
      rgba(7, 18, 38, .96)
    );

  box-shadow:
    0 22px 52px rgba(4, 10, 20, .28),
    0 0 32px rgba(223, 174, 115, .08),
    inset 0 0 28px rgba(243, 217, 175, .025);
}

body.community-hub-page .community-pathway-primary:hover,
body.community-hub-page .community-pathway-primary:focus-visible {
  border-color: rgba(243, 217, 175, .88);

  box-shadow:
    0 26px 60px rgba(4, 10, 20, .32),
    0 0 38px rgba(223, 174, 115, .13),
    inset 0 0 34px rgba(243, 217, 175, .035);
}

body.community-hub-page .community-pathway-number {
  color: var(--wf-cyan);
  border-color: rgba(98, 168, 255, .58);
  background: rgba(61, 116, 216, .12);

  box-shadow:
    0 0 20px rgba(98, 168, 255, .07);
}

body.community-hub-page
.community-pathway-primary
.community-pathway-number {
  color: var(--wf-nexus);
  border-color: rgba(223, 174, 115, .72);
  background: rgba(223, 174, 115, .12);

  box-shadow:
    0 0 20px rgba(223, 174, 115, .09);
}

body.community-hub-page .community-pathway-content strong {
  color: var(--wf-pearl);
}

body.community-hub-page .community-pathway-content span {
  color: var(--wf-text-secondary);
}

body.community-hub-page .community-pathway-content em {
  color: var(--wf-cyan);
}

body.community-hub-page
.community-pathway-primary
.community-pathway-content em {
  color: var(--wf-nexus);
}

body.community-hub-page .community-trust-statement-v2 {
  border-color: rgba(223, 174, 115, .52);

  background:
    radial-gradient(
      circle at 8% 0%,
      rgba(223, 174, 115, .095),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      rgba(18, 39, 70, .78),
      rgba(7, 18, 38, .91)
    );

  box-shadow:
    0 20px 50px rgba(4, 10, 20, .22),
    inset 0 0 30px rgba(243, 217, 175, .018);
}

body.community-hub-page .community-trust-symbol {
  color: var(--wf-nexus);
  border-color: rgba(223, 174, 115, .70);
  background: rgba(223, 174, 115, .075);

  box-shadow:
    0 0 23px rgba(223, 174, 115, .08);
}

body.community-hub-page
.community-trust-statement-v2
blockquote {
  color: var(--wf-pearl);
}

body.community-hub-page
.community-trust-statement-v2
p:not(.eyebrow) {
  color: var(--wf-text-secondary);
}

body.community-hub-page
.community-trust-statement-v2
.text-link {
  color: var(--wf-nexus);
}

/* ---------------------------------------------------------
   Dedicated forum: Intelligence Zone
   --------------------------------------------------------- */

body.community-forum-page .forum-back-link {
  color: var(--wf-cyan);
}

body.community-forum-page .forum-back-link:hover,
body.community-forum-page .forum-back-link:focus-visible {
  color: var(--wf-pearl);
}

body.community-forum-page .forum-intro h1 {
  color: var(--wf-pearl);

  text-shadow:
    0 2px 22px rgba(98, 168, 255, .05);
}

body.community-forum-page
.forum-intro
p:not(.eyebrow) {
  color: var(--wf-text-secondary);
}

body.community-forum-page .forum-intro-actions .btn {
  border-color: rgba(98, 168, 255, .44);

  background:
    linear-gradient(
      135deg,
      rgba(49, 95, 191, .78),
      rgba(61, 116, 216, .68)
    );
}

body.community-forum-page .community-read-status {
  color: var(--wf-text-secondary);
  border-color: rgba(41, 75, 120, .72);
  background: rgba(7, 18, 38, .84);
}

body.community-forum-page
.community-read-status.is-loading {
  color: var(--wf-cyan);
  border-color: rgba(98, 168, 255, .52);
}

body.community-forum-page
.community-read-status.is-ready {
  color: var(--wf-ready);
  border-color: rgba(94, 214, 174, .58);
  background: rgba(94, 214, 174, .045);

  box-shadow:
    0 0 22px rgba(94, 214, 174, .055);
}

body.community-forum-page
.community-read-status.is-error {
  color: var(--wf-not-ready);
  border-color: rgba(255, 107, 118, .60);
}

body.community-forum-page .community-category-panel,
body.community-forum-page .community-content-panel {
  border-color: rgba(41, 75, 120, .72);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(61, 116, 216, .055),
      transparent 39%
    ),
    linear-gradient(
      145deg,
      rgba(18, 39, 70, .82),
      rgba(7, 18, 38, .94)
    );

  box-shadow:
    0 22px 54px rgba(4, 10, 20, .28),
    inset 0 0 32px rgba(98, 168, 255, .018);
}

body.community-forum-page .community-category-button {
  color: var(--wf-text-secondary);
  border-color: rgba(41, 75, 120, .66);
  background: rgba(13, 27, 51, .74);
}

body.community-forum-page
.community-category-button:hover,
body.community-forum-page
.community-category-button:focus-visible {
  color: var(--wf-pearl);
  border-color: rgba(98, 168, 255, .65);
  background: rgba(27, 54, 93, .74);
}

body.community-forum-page
.community-category-button.is-active {
  color: var(--wf-pearl);
  border-color: rgba(223, 174, 115, .78);

  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(223, 174, 115, .145),
      transparent 48%
    ),
    rgba(18, 39, 70, .92);

  box-shadow:
    inset 3px 0 0 var(--wf-gold),
    0 0 24px rgba(223, 174, 115, .055);
}

body.community-forum-page .community-category-count {
  color: var(--wf-cyan);
  background: rgba(61, 116, 216, .15);
}

body.community-forum-page
.community-topic-directory-header,
body.community-forum-page
.community-reader-header,
body.community-forum-page
.community-replies-section,
body.community-forum-page
.community-pagination {
  border-color: rgba(41, 75, 120, .52);
}

body.community-forum-page .community-topic-open {
  border-color: rgba(41, 75, 120, .70);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(61, 116, 216, .055),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      rgba(13, 27, 51, .86),
      rgba(7, 18, 38, .95)
    );
}

body.community-forum-page
.community-topic-open:hover,
body.community-forum-page
.community-topic-open:focus-visible {
  border-color: rgba(98, 168, 255, .72);

  box-shadow:
    0 16px 36px rgba(4, 10, 20, .24),
    0 0 28px rgba(98, 168, 255, .09),
    inset 0 0 26px rgba(98, 168, 255, .025);
}

body.community-forum-page .community-topic-title {
  color: var(--wf-pearl);
}

body.community-forum-page .community-topic-excerpt,
body.community-forum-page .community-reader-body,
body.community-forum-page .community-reply-body {
  color: var(--wf-text-secondary);
}

body.community-forum-page .community-topic-metadata,
body.community-forum-page .community-reader-metadata {
  color: var(--wf-text-muted);
}

body.community-forum-page .community-topic-badge,
body.community-forum-page .community-reader-badge {
  color: var(--wf-nexus);
  border-color: rgba(223, 174, 115, .62);
  background: rgba(223, 174, 115, .095);
}

body.community-forum-page
.community-topic-badge.is-locked,
body.community-forum-page
.community-reader-badge.is-locked {
  color: var(--wf-cyan);
  border-color: rgba(117, 214, 255, .58);
  background: rgba(61, 116, 216, .12);
}

body.community-forum-page .community-reply {
  border-color: rgba(41, 75, 120, .66);

  background:
    linear-gradient(
      135deg,
      rgba(13, 27, 51, .78),
      rgba(7, 18, 38, .90)
    );
}

body.community-forum-page .community-reply-metadata {
  color: var(--wf-signal);
}

body.community-forum-page .community-empty-state {
  color: var(--wf-text-muted);
  border-color: rgba(41, 75, 120, .64);
  background: rgba(7, 18, 38, .62);
}

body.community-forum-page .community-error-state {
  color: var(--wf-not-ready);
  border-color: rgba(255, 107, 118, .52);
  background: rgba(255, 107, 118, .035);
}

body.community-forum-page
.community-reader-back {
  border-color: rgba(98, 168, 255, .44);
}

body.community-forum-page .community-page-status {
  color: var(--wf-text-secondary);
}

/* ---------------------------------------------------------
   Shared Community footer
   --------------------------------------------------------- */

body.community-hub-page .footer,
body.community-forum-page .footer {
  border-color: rgba(41, 75, 120, .58);
  color: var(--wf-text-muted);
}

body.community-hub-page .footer strong,
body.community-forum-page .footer strong {
  color: var(--wf-nexus);
}

body.community-hub-page .footer a,
body.community-forum-page .footer a {
  color: var(--wf-text-muted);
}

body.community-hub-page .footer a:hover,
body.community-hub-page .footer a:focus-visible,
body.community-forum-page .footer a:hover,
body.community-forum-page .footer a:focus-visible {
  color: var(--wf-cyan);
}

/* ---------------------------------------------------------
   Reduced-motion integrity
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  body.community-hub-page *,
  body.community-forum-page * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* BEGIN HOME PAGE BRAND PROOF V1.035 */

/*
  Controlled proof only.

  This block applies exclusively to website/index.html through the
  brand-proof-home body class. Community and all other pages are excluded.
*/

body.brand-proof-home {
  --proof-void: #040a14;
  --proof-deep-space: #071226;
  --proof-midnight: #0d1b33;
  --proof-panel: #122746;
  --proof-raised: #1b365d;
  --proof-orbit: #294b78;

  --proof-copper: #9a6547;
  --proof-gold: #dfae73;
  --proof-nexus: #f3d9af;
  --proof-pearl: #fff6e8;

  --proof-cobalt: #315fbf;
  --proof-blue: #3d74d8;
  --proof-signal: #62a8ff;
  --proof-cyan: #75d6ff;

  --proof-violet: #6f63e8;
  --proof-lavender: #a58bff;

  --proof-text: #f4e8d3;
  --proof-secondary: #c8d5ea;
  --proof-muted: #8798b5;

  min-height: 100vh;
  color-scheme: dark;

  background:
    radial-gradient(
      circle at 8% -8%,
      rgba(223, 174, 115, .11),
      transparent 32rem
    ),
    radial-gradient(
      circle at 92% 3%,
      rgba(61, 116, 216, .16),
      transparent 40rem
    ),
    linear-gradient(
      180deg,
      var(--proof-void) 0%,
      var(--proof-deep-space) 52%,
      var(--proof-void) 100%
    ) !important;

  color: var(--proof-text) !important;
}

/* Header */

body.brand-proof-home .site-header {
  background:
    linear-gradient(
      180deg,
      rgba(7, 18, 38, .98),
      rgba(4, 10, 20, .96)
    ) !important;

  border-bottom-color: rgba(41, 75, 120, .72) !important;

  box-shadow:
    0 18px 44px rgba(4, 10, 20, .28),
    0 1px 0 rgba(98, 168, 255, .08) !important;
}

body.brand-proof-home .brand,
body.brand-proof-home .brand-name {
  color: var(--proof-pearl) !important;
}

body.brand-proof-home .brand-orb,
body.brand-proof-home .brand-name span {
  color: var(--proof-gold) !important;
}

body.brand-proof-home .brand-orb {
  border-color: rgba(223, 174, 115, .62) !important;

  box-shadow:
    0 0 18px rgba(223, 174, 115, .18) !important;
}

body.brand-proof-home nav a {
  color: var(--proof-secondary) !important;
}

body.brand-proof-home nav a:hover,
body.brand-proof-home nav a:focus-visible {
  color: var(--proof-pearl) !important;

  background:
    rgba(61, 116, 216, .10) !important;

  border-color:
    rgba(98, 168, 255, .28) !important;
}

body.brand-proof-home nav a.active {
  color: var(--proof-pearl) !important;

  background:
    linear-gradient(
      180deg,
      rgba(61, 116, 216, .18),
      rgba(49, 95, 191, .08)
    ) !important;

  border-color:
    rgba(98, 168, 255, .44) !important;

  box-shadow:
    inset 0 -2px 0 var(--proof-signal) !important;
}

body.brand-proof-home nav a.header-cta {
  color: var(--proof-pearl) !important;

  background:
    linear-gradient(
      135deg,
      var(--proof-cobalt),
      var(--proof-blue)
    ) !important;

  border-color:
    rgba(117, 214, 255, .44) !important;
}

/* Hero and typography */

body.brand-proof-home main {
  color: var(--proof-text) !important;
}

body.brand-proof-home .page-hero {
  background: transparent !important;
}

body.brand-proof-home h1,
body.brand-proof-home h1 *,
body.brand-proof-home h2,
body.brand-proof-home h3,
body.brand-proof-home h4 {
  color: var(--proof-pearl) !important;
}

body.brand-proof-home .page-hero h1 {
  text-shadow:
    0 18px 50px rgba(4, 10, 20, .32) !important;
}

body.brand-proof-home .eyebrow {
  color: var(--proof-gold) !important;
}

body.brand-proof-home p,
body.brand-proof-home li,
body.brand-proof-home .lead {
  color: var(--proof-secondary) !important;
}

body.brand-proof-home .quote-strip {
  color: var(--proof-nexus) !important;

  background:
    linear-gradient(
      90deg,
      rgba(223, 174, 115, .11),
      rgba(243, 217, 175, .035)
    ) !important;

  border-color:
    rgba(223, 174, 115, .42) !important;
}

/* Cards and structural surfaces */

body.brand-proof-home .panel,
body.brand-proof-home .card,
body.brand-proof-home .mission-card,
body.brand-proof-home .principle-card,
body.brand-proof-home .preview-card,
body.brand-proof-home .timeline-item,
body.brand-proof-home .journal-card,
body.brand-proof-home .qa-thread,
body.brand-proof-home .mock-dashboard,
body.brand-proof-home [class*="hero-card"],
body.brand-proof-home [class*="status-card"] {
  color: var(--proof-text) !important;

  background:
    linear-gradient(
      145deg,
      rgba(18, 39, 70, .88),
      rgba(13, 27, 51, .82)
    ) !important;

  border-color:
    rgba(41, 75, 120, .72) !important;

  box-shadow:
    0 22px 48px rgba(4, 10, 20, .30),
    inset 0 1px 0 rgba(98, 168, 255, .035) !important;
}

body.brand-proof-home .panel strong,
body.brand-proof-home .card strong,
body.brand-proof-home .mission-card strong,
body.brand-proof-home .principle-card strong,
body.brand-proof-home .preview-card strong,
body.brand-proof-home .mock-dashboard strong {
  color: var(--proof-pearl) !important;
}

body.brand-proof-home .panel:hover,
body.brand-proof-home .card:hover,
body.brand-proof-home .mission-card:hover,
body.brand-proof-home .principle-card:hover,
body.brand-proof-home .preview-card:hover {
  border-color:
    rgba(98, 168, 255, .52) !important;
}

/* Abriella remains the violet identity */

body.brand-proof-home [class*="abriella"],
body.brand-proof-home .ecosystem-node.assistant,
body.brand-proof-home .qa-line.abriella {
  background:
    linear-gradient(
      145deg,
      rgba(111, 99, 232, .13),
      rgba(18, 39, 70, .88)
    ) !important;

  border-color:
    rgba(165, 139, 255, .52) !important;
}

body.brand-proof-home [class*="abriella"] .eyebrow,
body.brand-proof-home [class*="abriella"] strong,
body.brand-proof-home .ecosystem-node.assistant .node-label {
  color: var(--proof-lavender) !important;
}

/* Ecosystem roles */

body.brand-proof-home .ecosystem-node.company,
body.brand-proof-home .ecosystem-node.user {
  background:
    linear-gradient(
      145deg,
      rgba(223, 174, 115, .11),
      rgba(18, 39, 70, .84)
    ) !important;

  border-color:
    rgba(223, 174, 115, .48) !important;
}

body.brand-proof-home .ecosystem-node.platform {
  background:
    linear-gradient(
      145deg,
      rgba(61, 116, 216, .14),
      rgba(18, 39, 70, .86)
    ) !important;

  border-color:
    rgba(98, 168, 255, .52) !important;
}

/* Buttons */

body.brand-proof-home .btn {
  color: var(--proof-text) !important;

  background:
    rgba(27, 54, 93, .82) !important;

  border-color:
    rgba(41, 75, 120, .74) !important;
}

body.brand-proof-home .btn:hover,
body.brand-proof-home .btn:focus-visible {
  color: var(--proof-pearl) !important;

  background:
    rgba(27, 54, 93, .96) !important;

  border-color:
    rgba(98, 168, 255, .58) !important;
}

body.brand-proof-home .btn.primary {
  color: var(--proof-pearl) !important;

  background:
    linear-gradient(
      135deg,
      var(--proof-cobalt),
      var(--proof-blue)
    ) !important;

  border-color:
    rgba(117, 214, 255, .52) !important;

  box-shadow:
    0 14px 30px rgba(49, 95, 191, .22) !important;
}

body.brand-proof-home .hero-actions .btn:first-child {
  color: var(--proof-void) !important;

  background:
    linear-gradient(
      135deg,
      var(--proof-nexus),
      var(--proof-gold)
    ) !important;

  border-color:
    rgba(243, 217, 175, .72) !important;

  box-shadow:
    0 14px 30px rgba(223, 174, 115, .18) !important;
}

/* Links and operational signals */

body.brand-proof-home a {
  color: var(--proof-signal);
}

body.brand-proof-home a:hover,
body.brand-proof-home a:focus-visible {
  color: var(--proof-cyan);
}

body.brand-proof-home .status-ok {
  color: #5ed6ae !important;
}

body.brand-proof-home .status-plan {
  color: #f2b35f !important;
}

/* Footer */

body.brand-proof-home .footer {
  color: var(--proof-muted) !important;

  background:
    linear-gradient(
      180deg,
      rgba(7, 18, 38, .34),
      rgba(4, 10, 20, .86)
    ) !important;

  border-top-color:
    rgba(41, 75, 120, .68) !important;
}

body.brand-proof-home .footer strong {
  color: var(--proof-nexus) !important;
}

body.brand-proof-home .footer a {
  color: var(--proof-secondary) !important;
}

/* END HOME PAGE BRAND PROOF V1.035 */

/* BEGIN WHY WE EXIST BEACON CORRECTION V1.036 */

/*
  Scoped correction for the three Beacon of Hope principles.

  No other page or Why We Exist section inherits these rules.
*/

body.brand-proof-why-we-exist .why-beacon-section {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  align-items: stretch !important;
}

body.brand-proof-why-we-exist
.why-beacon-section > .section-title,
body.brand-proof-why-we-exist
.why-beacon-section > h2 {
  grid-column: 1 / -1 !important;
  margin-bottom: .45rem !important;
}

/*
  Existing structural wrappers are made layout-transparent so their
  principle articles participate in the scoped three-column grid.
*/

body.brand-proof-why-we-exist
.why-beacon-section > div {
  display: contents !important;
}

body.brand-proof-why-we-exist
.why-beacon-section article {
  position: relative !important;
  overflow: hidden !important;

  min-width: 0 !important;
  min-height: 11.5rem !important;

  margin: 0 !important;
  padding: 1.45rem 1.35rem 1.35rem !important;

  background:
    linear-gradient(
      145deg,
      rgba(27, 54, 93, .88),
      rgba(13, 27, 51, .86)
    ) !important;

  border:
    1px solid rgba(223, 174, 115, .38) !important;

  border-radius: 1rem !important;

  box-shadow:
    0 18px 38px rgba(4, 10, 20, .24),
    inset 0 1px 0 rgba(243, 217, 175, .045) !important;
}

body.brand-proof-why-we-exist
.why-beacon-section article::before {
  content: "" !important;

  position: absolute !important;
  inset: 0 auto auto 0 !important;

  width: 100% !important;
  height: 3px !important;

  background:
    linear-gradient(
      90deg,
      #dfae73,
      #f3d9af 45%,
      rgba(243, 217, 175, 0)
    ) !important;
}

body.brand-proof-why-we-exist
.why-beacon-section article h3 {
  margin: 0 0 .75rem !important;

  color: #f3d9af !important;

  font-size: 1.1rem !important;
  line-height: 1.25 !important;
}

body.brand-proof-why-we-exist
.why-beacon-section article p {
  margin: 0 !important;

  color: #c8d5ea !important;

  line-height: 1.65 !important;
}

body.brand-proof-why-we-exist
.why-beacon-section article:hover {
  border-color:
    rgba(223, 174, 115, .62) !important;

  box-shadow:
    0 22px 46px rgba(4, 10, 20, .30),
    0 0 24px rgba(223, 174, 115, .055) !important;
}

@media (max-width: 900px) {
  body.brand-proof-why-we-exist .why-beacon-section {
    grid-template-columns: 1fr !important;
  }
}

/* END WHY WE EXIST BEACON CORRECTION V1.036 */

/* BEGIN FOUNDER PAGE RECONSTRUCTION V1.037 */

/*
  Public Founder page reconstruction.

  The voice is adapted from the controlled Founder Message and founder
  doctrine. These rules are fully scoped to brand-proof-about.
*/

body.brand-proof-about .founder-page {
  padding-bottom: 3rem;
}

body.brand-proof-about .founder-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(17rem, .55fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;

  min-height: 38rem;
}

body.brand-proof-about .founder-hero-copy {
  max-width: 52rem;
}

body.brand-proof-about .founder-hero h1 {
  max-width: 12ch;
}

body.brand-proof-about .founder-seal {
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;

  min-height: 25rem;
  padding: 2.25rem;

  background:
    radial-gradient(
      circle at 75% 12%,
      rgba(223, 174, 115, .17),
      transparent 15rem
    ),
    linear-gradient(
      145deg,
      rgba(27, 54, 93, .88),
      rgba(7, 18, 38, .94)
    );

  border: 1px solid rgba(223, 174, 115, .48);
  border-radius: 1.4rem;

  box-shadow:
    0 28px 58px rgba(4, 10, 20, .35),
    inset 0 1px 0 rgba(243, 217, 175, .08);
}

body.brand-proof-about .founder-seal::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      130deg,
      transparent 0 46%,
      rgba(98, 168, 255, .055) 46% 47%,
      transparent 47% 58%,
      rgba(223, 174, 115, .055) 58% 59%,
      transparent 59%
    );

  pointer-events: none;
}

body.brand-proof-about .founder-seal-route {
  display: flex;
  align-items: center;
  gap: .45rem;

  margin-bottom: 2rem;
}

body.brand-proof-about .founder-seal-route::before,
body.brand-proof-about .founder-seal-route::after {
  content: "";
  flex: 1;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(223, 174, 115, 0),
      rgba(223, 174, 115, .68)
    );
}

body.brand-proof-about .founder-seal-route::after {
  background:
    linear-gradient(
      90deg,
      rgba(98, 168, 255, .68),
      rgba(98, 168, 255, 0)
    );
}

body.brand-proof-about .founder-seal-route span {
  width: .55rem;
  height: .55rem;

  background: #f3d9af;
  border-radius: 50%;

  box-shadow:
    0 0 14px rgba(223, 174, 115, .48);
}

body.brand-proof-about .founder-seal-mark {
  position: relative;

  display: grid;
  place-items: center;

  width: 7.25rem;
  height: 7.25rem;
  margin-bottom: 1.5rem;

  color: #f3d9af;

  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: .18em;

  border: 1px solid rgba(223, 174, 115, .68);
  border-radius: 50%;

  box-shadow:
    0 0 0 .75rem rgba(223, 174, 115, .035),
    0 0 42px rgba(223, 174, 115, .10);
}

body.brand-proof-about .founder-seal-name {
  margin: 0;

  color: #fff6e8 !important;

  font-size: 1.35rem;
  font-weight: 800;
}

body.brand-proof-about .founder-seal-role {
  margin: .25rem 0 1.35rem;

  color: #dfae73 !important;

  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.brand-proof-about .founder-seal-principle {
  margin: 0;

  color: #c8d5ea !important;

  font-size: .88rem;
  letter-spacing: .08em;
}

/* Founder letter */

body.brand-proof-about .founder-letter {
  display: grid;
  grid-template-columns: minmax(16rem, .65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 5vw, 5rem);

  padding: clamp(2rem, 5vw, 4rem);

  background:
    linear-gradient(
      145deg,
      rgba(223, 174, 115, .085),
      rgba(18, 39, 70, .86) 34%,
      rgba(13, 27, 51, .88)
    );

  border: 1px solid rgba(223, 174, 115, .44);
  border-radius: 1.4rem;

  box-shadow:
    0 26px 56px rgba(4, 10, 20, .28),
    inset 0 1px 0 rgba(243, 217, 175, .055);
}

body.brand-proof-about .founder-letter-heading {
  position: relative;

  padding-right: clamp(1rem, 3vw, 3rem);

  border-right: 1px solid rgba(223, 174, 115, .24);
}

body.brand-proof-about .founder-letter-heading h2 {
  margin-top: .35rem;
}

body.brand-proof-about .founder-letter-question {
  margin-top: 2rem;

  color: #f3d9af !important;

  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 750;
  line-height: 1.45;
}

body.brand-proof-about .founder-letter-body {
  display: grid;
  gap: 1rem;
}

body.brand-proof-about .founder-letter-body p {
  margin: 0;

  font-size: 1.02rem;
  line-height: 1.8;
}

/* Shared section headings */

body.brand-proof-about .founder-section-heading {
  max-width: 58rem;
  margin-bottom: 2rem;
}

/* Lesson cards */

body.brand-proof-about .founder-lesson-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.brand-proof-about .founder-lesson-card {
  position: relative;
  overflow: hidden;

  min-height: 19rem;
  padding: 1.6rem;

  background:
    linear-gradient(
      145deg,
      rgba(27, 54, 93, .88),
      rgba(13, 27, 51, .88)
    );

  border: 1px solid rgba(41, 75, 120, .78);
  border-radius: 1.2rem;

  box-shadow:
    0 20px 44px rgba(4, 10, 20, .25),
    inset 0 1px 0 rgba(98, 168, 255, .035);
}

body.brand-proof-about .founder-lesson-card::before {
  content: "";

  position: absolute;
  inset: 0 auto auto 0;

  width: 100%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      #dfae73,
      #f3d9af 42%,
      rgba(243, 217, 175, 0)
    );
}

body.brand-proof-about .founder-lesson-card.inheritance::before {
  background:
    linear-gradient(
      90deg,
      #62a8ff,
      #75d6ff 42%,
      rgba(117, 214, 255, 0)
    );
}

body.brand-proof-about .founder-lesson-card.commitment::before {
  background:
    linear-gradient(
      90deg,
      #f3d9af,
      #dfae73 42%,
      rgba(223, 174, 115, 0)
    );
}

body.brand-proof-about .founder-card-number {
  display: inline-grid;
  place-items: center;

  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 2rem;

  color: #f3d9af;

  font-size: .78rem;
  font-weight: 800;

  border: 1px solid rgba(223, 174, 115, .48);
  border-radius: 50%;
}

body.brand-proof-about .founder-lesson-card.inheritance
.founder-card-number {
  color: #75d6ff;
  border-color: rgba(98, 168, 255, .52);
}

body.brand-proof-about .founder-lesson-card h3 {
  margin-bottom: .8rem;
}

body.brand-proof-about .founder-pull-quote {
  margin: 1.25rem 0 0;
  padding: 1.45rem 1.7rem;

  text-align: center;

  background:
    linear-gradient(
      90deg,
      rgba(223, 174, 115, .11),
      rgba(243, 217, 175, .035)
    );

  border: 1px solid rgba(223, 174, 115, .42);
  border-radius: 1rem;
}

body.brand-proof-about .founder-pull-quote p {
  margin: 0;

  color: #f3d9af !important;

  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 800;
}

/* Belief bubbles */

body.brand-proof-about .founder-belief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.brand-proof-about .founder-belief-card {
  min-height: 20rem;
  padding: 1.7rem;

  background:
    linear-gradient(
      145deg,
      rgba(18, 39, 70, .90),
      rgba(7, 18, 38, .92)
    );

  border: 1px solid rgba(41, 75, 120, .76);
  border-radius: 1.35rem;

  box-shadow:
    0 22px 46px rgba(4, 10, 20, .28),
    inset 0 1px 0 rgba(98, 168, 255, .035);
}

body.brand-proof-about .founder-belief-card.faith {
  border-color: rgba(223, 174, 115, .46);
}

body.brand-proof-about .founder-belief-card.service {
  border-color: rgba(98, 168, 255, .46);
}

body.brand-proof-about .founder-belief-card.truth {
  border-color: rgba(243, 217, 175, .40);
}

body.brand-proof-about .founder-belief-icon {
  display: grid;
  place-items: center;

  width: 3.3rem;
  height: 3.3rem;
  margin-bottom: 2rem;

  color: #f3d9af;

  font-size: 1.1rem;
  font-weight: 800;

  background: rgba(223, 174, 115, .08);

  border: 1px solid rgba(223, 174, 115, .48);
  border-radius: 50%;
}

body.brand-proof-about .founder-belief-card.service
.founder-belief-icon {
  color: #75d6ff;
  background: rgba(61, 116, 216, .10);
  border-color: rgba(98, 168, 255, .50);
}

body.brand-proof-about .founder-belief-card h3 {
  margin-bottom: .8rem;
}

/* Ecosystem path */

body.brand-proof-about .founder-ecosystem {
  padding: clamp(2rem, 5vw, 4rem);

  background:
    linear-gradient(
      145deg,
      rgba(18, 39, 70, .84),
      rgba(7, 18, 38, .90)
    );

  border: 1px solid rgba(41, 75, 120, .72);
  border-radius: 1.4rem;
}

body.brand-proof-about .founder-ecosystem-path {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto
    minmax(0, 1fr)
    auto
    minmax(0, 1fr)
    auto
    minmax(0, 1fr);
  gap: .75rem;
  align-items: stretch;
}

body.brand-proof-about .founder-ecosystem-node {
  min-width: 0;
  padding: 1.35rem;

  background: rgba(13, 27, 51, .78);

  border: 1px solid rgba(41, 75, 120, .70);
  border-radius: 1rem;
}

body.brand-proof-about .founder-ecosystem-node.company {
  border-color: rgba(223, 174, 115, .48);
}

body.brand-proof-about .founder-ecosystem-node.platform {
  border-color: rgba(98, 168, 255, .52);
}

body.brand-proof-about .founder-ecosystem-node.assistant {
  border-color: rgba(165, 139, 255, .48);
}

body.brand-proof-about .founder-node-label {
  display: block;
  margin-bottom: .75rem;

  color: #dfae73;

  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.brand-proof-about .founder-ecosystem-node.platform
.founder-node-label {
  color: #75d6ff;
}

body.brand-proof-about .founder-ecosystem-node.assistant
.founder-node-label {
  color: #a58bff;
}

body.brand-proof-about .founder-path-arrow {
  align-self: center;

  color: #8798b5;

  font-size: 1.25rem;
}

/* Closing promise */

body.brand-proof-about .founder-promise {
  position: relative;
  overflow: hidden;

  padding: clamp(2.5rem, 6vw, 5.5rem);

  text-align: center;

  background:
    radial-gradient(
      circle at 50% 15%,
      rgba(243, 217, 175, .17),
      transparent 18rem
    ),
    linear-gradient(
      145deg,
      rgba(27, 54, 93, .88),
      rgba(4, 10, 20, .96)
    );

  border: 1px solid rgba(223, 174, 115, .52);
  border-radius: 1.5rem;

  box-shadow:
    0 30px 64px rgba(4, 10, 20, .36),
    inset 0 1px 0 rgba(243, 217, 175, .08);
}

body.brand-proof-about .founder-promise-light {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;

  background:
    radial-gradient(
      circle,
      #fff6e8 0 8%,
      #f3d9af 9% 18%,
      rgba(223, 174, 115, .40) 19% 34%,
      rgba(223, 174, 115, 0) 70%
    );

  border-radius: 50%;

  box-shadow:
    0 0 46px rgba(223, 174, 115, .30);
}

body.brand-proof-about .founder-promise h2 {
  margin-bottom: 1.25rem;

  font-size: clamp(2rem, 5vw, 4rem);
}

body.brand-proof-about .founder-promise-statement {
  max-width: 58rem;
  margin: 0 auto;

  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.7;
}

body.brand-proof-about .founder-promise-closing {
  max-width: 50rem;
  margin: 2rem auto 0;

  color: #f3d9af !important;

  font-size: clamp(1.25rem, 2.5vw, 1.85rem);
  font-weight: 850;
}

/* Signature */

body.brand-proof-about .founder-signature {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;

  padding-top: 2.5rem;

  border-top: 1px solid rgba(41, 75, 120, .68);
}

body.brand-proof-about .founder-signature-name {
  margin: 0;

  color: #fff6e8 !important;

  font-size: 1.5rem;
  font-weight: 850;
}

body.brand-proof-about .founder-signature-role {
  margin: .25rem 0 1rem;

  color: #dfae73 !important;

  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.brand-proof-about .founder-signature-quote {
  margin: 0;

  color: #c8d5ea !important;

  font-style: italic;
}

/* Responsive treatment */

@media (max-width: 1050px) {
  body.brand-proof-about .founder-hero,
  body.brand-proof-about .founder-letter {
    grid-template-columns: 1fr;
  }

  body.brand-proof-about .founder-letter-heading {
    padding-right: 0;
    padding-bottom: 1.5rem;

    border-right: 0;
    border-bottom: 1px solid rgba(223, 174, 115, .24);
  }

  body.brand-proof-about .founder-ecosystem-path {
    grid-template-columns: 1fr;
  }

  body.brand-proof-about .founder-path-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }
}

@media (max-width: 800px) {
  body.brand-proof-about .founder-lesson-grid,
  body.brand-proof-about .founder-belief-grid {
    grid-template-columns: 1fr;
  }

  body.brand-proof-about .founder-signature {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* END FOUNDER PAGE RECONSTRUCTION V1.037 */

/* BEGIN FOUNDER SPACING REFINEMENT V1.038 */

/*
  Spacing-only refinement for the reconstructed Founder page.

  No content, colors, identity roles, cards, or other pages are changed.
*/

/* Tighten the opening composition without crowding it. */

body.brand-proof-about .founder-hero {
  min-height: 32rem !important;

  padding-top: clamp(3rem, 5vw, 4.75rem) !important;
  padding-bottom: clamp(2.5rem, 4vw, 3.75rem) !important;

  gap: clamp(2rem, 4vw, 4rem) !important;

  margin-bottom: clamp(2.75rem, 4vw, 4rem) !important;
}

body.brand-proof-about .founder-seal {
  min-height: 21.5rem !important;
  padding: 2rem !important;
}

/* Establish one consistent staircase between major sections. */

body.brand-proof-about .founder-letter,
body.brand-proof-about .founder-lesson,
body.brand-proof-about .founder-beliefs,
body.brand-proof-about .founder-ecosystem,
body.brand-proof-about .founder-promise,
body.brand-proof-about .founder-signature {
  margin-bottom: 0 !important;
}

body.brand-proof-about .founder-letter {
  margin-top: 0 !important;

  padding:
    clamp(2rem, 3.5vw, 3.25rem) !important;

  gap:
    clamp(2rem, 4vw, 4rem) !important;
}

body.brand-proof-about .founder-lesson,
body.brand-proof-about .founder-beliefs,
body.brand-proof-about .founder-ecosystem,
body.brand-proof-about .founder-promise {
  margin-top:
    clamp(3.5rem, 5vw, 4.75rem) !important;
}

/* Keep headings connected to the cards they introduce. */

body.brand-proof-about .founder-section-heading {
  margin-bottom: 1.6rem !important;
}

body.brand-proof-about .founder-lesson-grid,
body.brand-proof-about .founder-belief-grid {
  gap: .9rem !important;
}

body.brand-proof-about .founder-pull-quote {
  margin-top: 1rem !important;
}

/* Reduce excess interior height in the final promise. */

body.brand-proof-about .founder-promise {
  padding:
    clamp(3rem, 5vw, 4.5rem) !important;
}

body.brand-proof-about .founder-promise-light {
  margin-bottom: 1.45rem !important;
}

body.brand-proof-about .founder-promise h2 {
  margin-bottom: 1rem !important;
}

body.brand-proof-about .founder-promise-closing {
  margin-top: 1.5rem !important;
}

/* Bring the signature and footer into a more intentional close. */

body.brand-proof-about .founder-signature {
  margin-top:
    clamp(2.75rem, 4vw, 3.75rem) !important;

  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
}

body.brand-proof-about .footer {
  margin-top:
    clamp(2.75rem, 4vw, 4rem) !important;

  padding-top: 2.5rem !important;
}

/* Responsive spacing remains calm rather than oversized. */

@media (max-width: 1050px) {
  body.brand-proof-about .founder-hero {
    min-height: auto !important;

    padding-top: 3rem !important;
    padding-bottom: 2.5rem !important;
  }

  body.brand-proof-about .founder-letter {
    gap: 1.75rem !important;
  }
}

@media (max-width: 800px) {
  body.brand-proof-about .founder-hero {
    padding-top: 2.5rem !important;
  }

  body.brand-proof-about .founder-letter,
  body.brand-proof-about .founder-ecosystem,
  body.brand-proof-about .founder-promise {
    padding: 1.5rem !important;
  }

  body.brand-proof-about .founder-lesson,
  body.brand-proof-about .founder-beliefs,
  body.brand-proof-about .founder-ecosystem,
  body.brand-proof-about .founder-promise {
    margin-top: 3rem !important;
  }
}

/* END FOUNDER SPACING REFINEMENT V1.038 */

/* BEGIN HOME PAGE RECONSTRUCTION V1.039 */

/*
  Home is the public entrance, not an internal engineering inventory.
  Every selector is restricted to the Home-only home-v1039 wrapper.
*/

body.brand-proof-home .home-v1039 {
  padding-bottom: 3rem;
}

body.brand-proof-home .home-v1039-hero {
  margin-bottom: clamp(3rem, 5vw, 4.5rem) !important;
}

body.brand-proof-home .home-v1039-heading {
  max-width: 59rem;
  margin-bottom: 1.7rem;
}

body.brand-proof-home .home-v1039-heading h2 {
  margin-top: .35rem;
  margin-bottom: .75rem;
}

body.brand-proof-home .home-v1039-promise,
body.brand-proof-home .home-v1039-paths,
body.brand-proof-home .home-v1039-ecosystem,
body.brand-proof-home .home-v1039-assistance,
body.brand-proof-home .home-v1039-state,
body.brand-proof-home .home-v1039-outcomes,
body.brand-proof-home .home-v1039-progress,
body.brand-proof-home .home-v1039-commitment {
  margin-top: clamp(3.5rem, 5vw, 4.75rem) !important;
}

/* Promise */

body.brand-proof-home .home-v1039-promise {
  padding: clamp(2rem, 4vw, 3.4rem) !important;

  background:
    linear-gradient(
      145deg,
      rgba(223, 174, 115, .085),
      rgba(18, 39, 70, .88) 34%,
      rgba(13, 27, 51, .86)
    ) !important;

  border-color: rgba(223, 174, 115, .44) !important;
}

/* Reusable grids */

body.brand-proof-home .home-v1039-path-grid,
body.brand-proof-home .home-v1039-three-grid,
body.brand-proof-home .home-v1039-four-grid,
body.brand-proof-home .home-v1039-progress-grid {
  display: grid;
  gap: 1rem;
}

body.brand-proof-home .home-v1039-path-grid,
body.brand-proof-home .home-v1039-three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.brand-proof-home .home-v1039-four-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.brand-proof-home .home-v1039-progress-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Entrance cards */

body.brand-proof-home .home-v1039-path-card {
  position: relative;
  overflow: hidden;

  min-width: 0;
  min-height: 17rem;
  padding: 1.6rem;

  background:
    linear-gradient(
      145deg,
      rgba(27, 54, 93, .88),
      rgba(13, 27, 51, .88)
    );

  border: 1px solid rgba(41, 75, 120, .78);
  border-radius: 1.2rem;

  box-shadow:
    0 20px 44px rgba(4, 10, 20, .25),
    inset 0 1px 0 rgba(98, 168, 255, .035);
}

body.brand-proof-home .home-v1039-path-card::before {
  content: "";

  position: absolute;
  inset: 0 auto auto 0;

  width: 100%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      #dfae73,
      #f3d9af 42%,
      rgba(243, 217, 175, 0)
    );
}

body.brand-proof-home
.home-v1039-path-card:not(.purpose)::before {
  background:
    linear-gradient(
      90deg,
      #3d74d8,
      #75d6ff 42%,
      rgba(117, 214, 255, 0)
    );
}

body.brand-proof-home .home-v1039-number {
  display: inline-grid;
  place-items: center;

  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 1.55rem;

  color: #f3d9af;

  font-size: .78rem;
  font-weight: 850;

  border: 1px solid rgba(223, 174, 115, .48);
  border-radius: 50%;
}

body.brand-proof-home
.home-v1039-path-card:not(.purpose)
.home-v1039-number {
  color: #75d6ff;
  border-color: rgba(98, 168, 255, .52);
}

body.brand-proof-home .home-v1039-path-card h3 {
  margin-bottom: .75rem;
}

body.brand-proof-home .home-v1039-path-card a {
  display: inline-block;
  margin-top: 1rem;

  font-weight: 750;
}

/* Ecosystem */

body.brand-proof-home .home-v1039-ecosystem,
body.brand-proof-home .home-v1039-state,
body.brand-proof-home .home-v1039-progress {
  padding: clamp(2rem, 4vw, 3.4rem) !important;
}

body.brand-proof-home .home-v1039-ecosystem-path {
  display: flex;
  gap: .65rem;
  align-items: stretch;
}

body.brand-proof-home .home-v1039-node {
  flex: 1 1 0;
  min-width: 0;
  padding: 1.2rem;

  background: rgba(13, 27, 51, .78);

  border: 1px solid rgba(41, 75, 120, .72);
  border-radius: 1rem;
}

body.brand-proof-home .home-v1039-node.company,
body.brand-proof-home .home-v1039-node.human {
  border-color: rgba(223, 174, 115, .48);
}

body.brand-proof-home .home-v1039-node.platform {
  border-color: rgba(98, 168, 255, .52);
}

body.brand-proof-home .home-v1039-node.assistant {
  border-color: rgba(165, 139, 255, .50);

  background:
    linear-gradient(
      145deg,
      rgba(111, 99, 232, .11),
      rgba(13, 27, 51, .82)
    );
}

body.brand-proof-home .home-v1039-node-label,
body.brand-proof-home .home-v1039-state-label {
  display: block;
  margin-bottom: .7rem;

  color: #dfae73;

  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.brand-proof-home
.home-v1039-node.platform
.home-v1039-node-label,
body.brand-proof-home .home-v1039-state-label {
  color: #75d6ff;
}

body.brand-proof-home
.home-v1039-node.assistant
.home-v1039-node-label {
  color: #a58bff;
}

body.brand-proof-home .home-v1039-arrow {
  flex: 0 0 2.5rem;
  align-self: center;

  color: #8798b5;

  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
}

body.brand-proof-home .home-v1039-arrow span {
  display: block;
  margin-top: .2rem;

  color: #62a8ff;

  font-size: 1rem;
}

/* Assistance, state, outcomes, and progress cards */

body.brand-proof-home .home-v1039-assist-card,
body.brand-proof-home .home-v1039-state-card,
body.brand-proof-home .home-v1039-outcome-card,
body.brand-proof-home .home-v1039-progress-card {
  min-width: 0;
  padding: 1.45rem;

  background:
    linear-gradient(
      145deg,
      rgba(18, 39, 70, .90),
      rgba(7, 18, 38, .92)
    );

  border: 1px solid rgba(41, 75, 120, .76);
  border-radius: 1.1rem;

  box-shadow:
    0 18px 38px rgba(4, 10, 20, .22),
    inset 0 1px 0 rgba(98, 168, 255, .035);
}

body.brand-proof-home .home-v1039-assist-card {
  min-height: 13.5rem;
}

body.brand-proof-home .home-v1039-icon {
  display: grid;
  place-items: center;

  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 1.4rem;

  color: #75d6ff;

  background: rgba(61, 116, 216, .10);

  border: 1px solid rgba(98, 168, 255, .48);
  border-radius: 50%;
}

body.brand-proof-home .home-v1039-state-card h3,
body.brand-proof-home .home-v1039-assist-card h3,
body.brand-proof-home .home-v1039-outcome-card h3,
body.brand-proof-home .home-v1039-progress-card h3 {
  margin-bottom: .75rem;
}

body.brand-proof-home .home-v1039-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;

  margin-top: 1.4rem;
}

body.brand-proof-home .home-v1039-outcome-card {
  min-height: 11.5rem;
  border-color: rgba(223, 174, 115, .30);
}

body.brand-proof-home .home-v1039-outcome-card h3 {
  color: #f3d9af !important;
}

/* Progress */

body.brand-proof-home .home-v1039-status {
  display: inline-block;
  margin-bottom: 1rem;
  padding: .35rem .55rem;

  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;

  border-radius: .45rem;
}

body.brand-proof-home .home-v1039-status.accepted {
  color: #5ed6ae;
  background: rgba(94, 214, 174, .055);
  border: 1px solid rgba(94, 214, 174, .44);
}

body.brand-proof-home .home-v1039-status.local {
  color: #75d6ff;
  background: rgba(61, 116, 216, .08);
  border: 1px solid rgba(98, 168, 255, .44);
}

body.brand-proof-home .home-v1039-progress-link {
  display: inline-block;
  margin-top: 1.4rem;
}

/* Human commitment and final choices */

body.brand-proof-home .home-v1039-commitment {
  position: relative;
  overflow: hidden;

  padding: clamp(3rem, 6vw, 5rem);

  text-align: center;

  background:
    radial-gradient(
      circle at 50% 12%,
      rgba(243, 217, 175, .17),
      transparent 18rem
    ),
    linear-gradient(
      145deg,
      rgba(27, 54, 93, .88),
      rgba(4, 10, 20, .96)
    );

  border: 1px solid rgba(223, 174, 115, .50);
  border-radius: 1.45rem;

  box-shadow:
    0 28px 60px rgba(4, 10, 20, .34),
    inset 0 1px 0 rgba(243, 217, 175, .075);
}

body.brand-proof-home .home-v1039-light {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.6rem;

  background:
    radial-gradient(
      circle,
      #fff6e8 0 9%,
      #f3d9af 10% 19%,
      rgba(223, 174, 115, .38) 20% 35%,
      rgba(223, 174, 115, 0) 70%
    );

  border-radius: 50%;

  box-shadow:
    0 0 40px rgba(223, 174, 115, .28);
}

body.brand-proof-home .home-v1039-commitment h2 {
  margin-bottom: 1rem;

  font-size: clamp(2rem, 5vw, 3.8rem);
}

body.brand-proof-home .home-v1039-commitment .lead {
  max-width: 56rem;
  margin-right: auto;
  margin-left: auto;
}

body.brand-proof-home .home-v1039-closing-statement {
  max-width: 50rem;
  margin: 1.5rem auto;

  color: #f3d9af !important;

  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  font-weight: 850;
}

body.brand-proof-home
.home-v1039-commitment
.hero-actions {
  justify-content: center;
}

/* Responsive behavior */

@media (max-width: 1180px) {
  body.brand-proof-home .home-v1039-ecosystem-path {
    flex-direction: column;
  }

  body.brand-proof-home .home-v1039-arrow {
    flex-basis: auto;
  }

  body.brand-proof-home .home-v1039-arrow span {
    transform: rotate(90deg);
  }
}

@media (max-width: 950px) {
  body.brand-proof-home .home-v1039-path-grid,
  body.brand-proof-home .home-v1039-three-grid {
    grid-template-columns: 1fr;
  }

  body.brand-proof-home .home-v1039-four-grid,
  body.brand-proof-home .home-v1039-progress-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  body.brand-proof-home .home-v1039-four-grid,
  body.brand-proof-home .home-v1039-progress-grid {
    grid-template-columns: 1fr;
  }

  body.brand-proof-home .home-v1039-promise,
  body.brand-proof-home .home-v1039-ecosystem,
  body.brand-proof-home .home-v1039-state,
  body.brand-proof-home .home-v1039-progress,
  body.brand-proof-home .home-v1039-commitment {
    padding: 1.5rem !important;
  }
}

/* END HOME PAGE RECONSTRUCTION V1.039 */

/* Community reporting and governed moderation */
.community-report-topic-action {
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0 1.5rem;
}

.community-report-button {
  padding: .45rem .7rem;
  border: 1px solid rgba(148, 163, 184, .42);
  border-radius: .55rem;
  background: rgba(7, 20, 39, .68);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: .82rem;
}

.community-report-button:hover,
.community-report-button:focus-visible {
  border-color: var(--cyan);
  color: var(--soft);
}

.community-reply .community-report-button {
  margin-top: .8rem;
}

.community-report-panel {
  margin: 1rem 0 2rem;
}

.community-report-panel form,
.community-moderation-action-form {
  display: grid;
  gap: 1rem;
}

.community-report-panel select,
.community-report-panel textarea,
.community-moderation-controls select,
.community-moderation-action-form input,
.community-moderation-action-form textarea {
  width: 100%;
  padding: .8rem .9rem;
  border: 1px solid rgba(102, 220, 255, .28);
  border-radius: .65rem;
  background: rgba(3, 8, 20, .72);
  color: var(--soft);
  font: inherit;
}

.community-moderation-controls {
  display: grid;
  max-width: 28rem;
  gap: .55rem;
}

.community-moderation-reports {
  display: grid;
  gap: 1.5rem;
}

.community-moderation-report {
  overflow-wrap: anywhere;
}

.community-moderation-facts {
  display: grid;
  grid-template-columns: minmax(8rem, .35fr) 1fr;
  gap: .55rem 1rem;
}

.community-moderation-facts dt {
  color: var(--cyan);
  font-weight: 800;
}

.community-moderation-facts dd {
  margin: 0;
}

.community-moderation-snapshot {
  max-height: 24rem;
  overflow: auto;
  padding: 1rem;
  border: 1px solid rgba(102, 220, 255, .18);
  border-radius: .7rem;
  background: rgba(3, 8, 20, .78);
  color: var(--soft);
  white-space: pre-wrap;
  font: inherit;
}

.community-moderation-history {
  color: var(--muted);
}

.community-moderation-action-form label {
  display: grid;
  gap: .45rem;
  color: var(--soft);
  font-weight: 800;
}

@media (max-width: 620px) {
  .community-moderation-facts {
    grid-template-columns: 1fr;
  }

  .community-moderation-facts dd {
    margin-bottom: .5rem;
  }
}


/* =========================================================
   V1.031 — JOURNAL CATCH-UP EDITION
   Founder note, current status, verified project updates,
   authentic screenshots, and CYRION-OS development video.
   ========================================================= */
.journal-founder-note{
  position:relative;
  overflow:hidden;
  border-color:rgba(102,220,255,.42);
  background:
    radial-gradient(circle at 8% 0%,rgba(102,220,255,.13),transparent 34%),
    radial-gradient(circle at 92% 12%,rgba(155,124,255,.13),transparent 30%),
    linear-gradient(145deg,rgba(7,18,38,.96),rgba(10,18,44,.88));
}
.journal-founder-note::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-130px;
  bottom:-150px;
  border:1px solid rgba(102,220,255,.18);
  border-radius:50%;
  box-shadow:0 0 70px rgba(102,220,255,.10);
}
.founder-note-heading,.journal-video-heading{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
  flex-wrap:wrap;
}
.journal-tag{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border:1px solid rgba(95,242,138,.38);
  border-radius:999px;
  background:rgba(95,242,138,.07);
  color:var(--green);
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}
.founder-signature{margin-top:26px;color:var(--soft)!important}
.journal-status-panel{
  padding:28px;
  border:1px solid rgba(155,124,255,.32);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(15,18,48,.80),rgba(6,15,32,.88));
  box-shadow:var(--shadow);
}
.journal-status-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.journal-status-grid article{
  min-height:112px;
  padding:18px;
  border:1px solid rgba(102,220,255,.18);
  border-radius:14px;
  background:rgba(6,15,32,.64);
}
.journal-status-grid strong{
  display:block;
  margin-bottom:10px;
  color:var(--cyan);
  font-size:11px;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.journal-status-grid span{color:var(--soft);font-weight:800;line-height:1.4}
.journal-catchup>.lead{max-width:900px}
.journal-media{
  margin:26px 0;
  border:1px solid rgba(102,220,255,.28);
  border-radius:16px;
  overflow:hidden;
  background:rgba(3,8,20,.86);
  box-shadow:0 20px 55px rgba(0,0,0,.30);
}
.journal-media img{display:block;width:100%;height:auto;background:#030812}
.journal-media figcaption{
  padding:16px 18px;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}
.journal-media figcaption strong{color:var(--soft)}
.journal-video{
  margin:28px 0;
  padding:22px;
  border:1px solid rgba(102,220,255,.32);
  border-radius:18px;
  background:
    radial-gradient(circle at 12% 0%,rgba(102,220,255,.10),transparent 30%),
    linear-gradient(135deg,rgba(4,12,28,.94),rgba(8,20,42,.86));
}
.journal-video h3{margin:0 0 14px}
.journal-video video{
  display:block;
  width:100%;
  margin-top:18px;
  border:1px solid rgba(102,220,255,.28);
  border-radius:14px;
  background:#020815;
  box-shadow:0 18px 48px rgba(0,0,0,.35);
}
.video-caption{margin:14px 0 0;color:var(--soft)!important}
.journal-transcript{
  margin-top:14px;
  padding:14px 16px;
  border:1px solid rgba(155,124,255,.22);
  border-radius:12px;
  background:rgba(16,18,48,.52);
}
.journal-transcript summary{cursor:pointer;color:var(--violet2);font-weight:900}
.knowledge-responsibilities{border-color:rgba(102,220,255,.32)}
.table-scroll{overflow-x:auto}
.knowledge-responsibilities table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  color:var(--soft);
}
.knowledge-responsibilities th,
.knowledge-responsibilities td{
  padding:16px;
  text-align:left;
  vertical-align:top;
  border:1px solid rgba(102,220,255,.16);
  line-height:1.55;
}
.knowledge-responsibilities th{
  color:var(--cyan);
  font-size:11px;
  letter-spacing:1.1px;
  text-transform:uppercase;
  background:rgba(102,220,255,.06);
}
.knowledge-responsibilities td{color:var(--muted)}
.knowledge-responsibilities td strong{color:var(--soft)}
@media(max-width:900px){
  .journal-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .journal-status-grid{grid-template-columns:1fr}
  .journal-video{padding:14px}
  .journal-founder-note,.journal-status-panel{padding:22px}
}

/* CYRION-OS domain-separation additions */
.button-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.site-header .header-cta{display:inline-flex}
.site-header a:focus-visible,
main a:focus-visible,
main button:focus-visible,
main input:focus-visible,
main select:focus-visible,
main textarea:focus-visible{
  outline:2px solid var(--cyan);
  outline-offset:3px;
}
@media(max-width:620px){
  .button-row .btn{width:100%;justify-content:center}
}
@media(max-width:760px){
  .site-header nav a{display:inline-flex;align-items:center;min-height:44px}
}

/* CYRIONOS PUBLIC LAUNCH READINESS V1 */
.launch-status-panel,
.support-callout,
.support-state,
.contact-panel{
  position:relative;
  overflow:hidden;
}
.launch-status-panel::before,
.support-callout::before,
.support-state::before,
.contact-panel::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,#66dcff,#7668ff,#9b7cff);
  box-shadow:0 0 24px rgba(102,220,255,.34);
}
.launch-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.status-label{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:0 0 14px;
  padding:6px 10px;
  border:1px solid rgba(215,232,255,.24);
  border-radius:999px;
  color:#d7e8ff;
  background:rgba(7,21,39,.82);
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  line-height:1.3;
  text-transform:uppercase;
}
.status-label.available{
  border-color:rgba(95,242,138,.42);
  color:#5ff28a;
  background:rgba(95,242,138,.08);
}
.status-label.conditional,
.status-label.evidence{
  border-color:rgba(102,220,255,.46);
  color:#66dcff;
  background:rgba(102,220,255,.08);
}
.status-label.development,
.status-label.authority{
  border-color:rgba(155,124,255,.48);
  color:#d7e8ff;
  background:rgba(118,104,255,.12);
}
.status-label.planned,
.status-label.unavailable{
  border-color:rgba(174,187,211,.38);
  color:#aebbd3;
  background:rgba(174,187,211,.07);
}
.unavailable-boundary{
  border-color:rgba(155,124,255,.38);
  background:linear-gradient(135deg,rgba(118,104,255,.09),rgba(7,21,39,.86));
}
.journey-flow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.journey-flow .mission-card{
  min-height:220px;
  background:linear-gradient(145deg,rgba(9,24,48,.88),rgba(3,7,18,.78));
}
.flow-number{
  margin:0 0 24px;
  color:#66dcff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.18em;
}
.support-hero{max-width:1040px}
.support-state{
  border-color:rgba(102,220,255,.38);
  background:linear-gradient(145deg,rgba(7,21,39,.94),rgba(118,104,255,.11));
}
.support-boundaries{margin-top:24px}
.contact-panel a,
.support-callout a,
.launch-trust-grid a{
  color:#d7e8ff;
  text-decoration-color:rgba(102,220,255,.64);
  text-decoration-line:underline;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}
.contact-panel a:hover,
.contact-panel a:focus-visible{color:#66dcff}
@media(max-width:1100px){
  .launch-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .launch-trust-grid,
  .journey-flow{grid-template-columns:1fr}
  .journey-flow .mission-card{min-height:0}
}
