
/* =========================================================
   Women's Challenges Centre — Phase 1 website presentation
   Public-facing presentation layer for the Phase 1 resource centre.
   ========================================================= */
:root{
  --wc-accent:#a87abd;
  --wc-accent-rgb:168,122,189;
  --wc-accent-soft:#e4cdef;
  --wc-gold:#c6a14a;
  --wc-plum:#3d263f;
  --wc-ink:#f8f4ec;
  --wc-paper:#151315;
  --wc-panel:#1c191c;
  --wc-panel-2:#231f22;
  --wc-border:rgba(255,255,255,.11);
  --wc-shadow:0 26px 70px rgba(0,0,0,.34);
  --wc-radius:26px;
}
body[data-wc-topic="01"]{--wc-accent:#e28a9d;--wc-accent-rgb:226,138,157;--wc-accent-soft:#ffd0da}
body[data-wc-topic="02"]{--wc-accent:#e0aa5b;--wc-accent-rgb:224,170,91;--wc-accent-soft:#ffe0a9}
body[data-wc-topic="03"]{--wc-accent:#ba8bd6;--wc-accent-rgb:186,139,214;--wc-accent-soft:#e5c7f5}
body[data-wc-topic="04"]{--wc-accent:#e89072;--wc-accent-rgb:232,144,114;--wc-accent-soft:#ffd1c1}
body[data-wc-topic="05"]{--wc-accent:#62b8ad;--wc-accent-rgb:98,184,173;--wc-accent-soft:#b7ebe5}
body[data-wc-topic="06"]{--wc-accent:#8f9ee8;--wc-accent-rgb:143,158,232;--wc-accent-soft:#ccd3ff}
body[data-wc-topic="07"]{--wc-accent:#d7b35d;--wc-accent-rgb:215,179,93;--wc-accent-soft:#f4dea5}
body[data-wc-topic="08"]{--wc-accent:#72aee8;--wc-accent-rgb:114,174,232;--wc-accent-soft:#c4e2ff}

body.wc-public-phase1{
  background:
    radial-gradient(circle at 84% 6%,rgba(var(--wc-accent-rgb),.06),transparent 24rem),
    radial-gradient(circle at 6% 44%,rgba(168,122,189,.055),transparent 25rem),
    #0d0c0d;
}
body.wc-public-phase1::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.32;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 78%);
}
.wc-public-phase1 .site-header{background:rgba(13,12,13,.88);box-shadow:0 10px 45px rgba(0,0,0,.16)}
.wc-public-phase1 .main-nav a[aria-current="page"]{background:rgba(var(--wc-accent-rgb),.12);color:var(--wc-accent-soft);border:1px solid rgba(var(--wc-accent-rgb),.24)}

/* Preview banner */
.wc-public-phase1 .wc-devbar{
  position:relative;background:linear-gradient(90deg,#39182b,#6b2948 48%,#39182b);padding:9px 18px;
  font-size:12px;letter-spacing:.02em;box-shadow:inset 0 -1px rgba(255,255,255,.08)
}
.wc-public-phase1 .wc-devbar::before{content:"PREVIEW";display:inline-flex;margin-right:10px;padding:3px 8px;border-radius:999px;background:#fff;color:#4b1d34;font-size:10px;font-weight:950;letter-spacing:.09em}

/* Hero */
.wc-public-phase1 .hub-hero,.wc-public-phase1 .subpage-hero{
  position:relative;overflow:hidden;border-bottom:1px solid var(--wc-border);
  background:
    radial-gradient(circle at 82% 18%,rgba(var(--wc-accent-rgb),.22),transparent 30rem),
    radial-gradient(circle at 14% 90%,rgba(168,122,189,.10),transparent 25rem),
    linear-gradient(135deg,#121012 0%,#181417 55%,#101010 100%);
}
.wc-public-phase1 .subpage-hero{padding:70px 0 48px}
.wc-public-phase1 .subpage-hero::after,.wc-public-phase1 .hub-hero::after{
  content:"";position:absolute;width:430px;height:430px;right:-100px;top:-170px;border-radius:50%;
  border:1px solid rgba(var(--wc-accent-rgb),.24);box-shadow:0 0 0 42px rgba(var(--wc-accent-rgb),.035),0 0 0 84px rgba(var(--wc-accent-rgb),.02)
}
.wc-public-phase1 .subpage-hero .container{position:relative;z-index:2;padding-right:min(27vw,280px)}
.wc-public-phase1 .subpage-hero h1{font-size:clamp(38px,5.3vw,68px);max-width:900px;text-wrap:balance}
.wc-public-phase1 .subpage-hero .lead{font-size:clamp(17px,1.6vw,20px);max-width:780px}
.wc-public-phase1 .kicker{color:var(--wc-accent-soft)}
.wc-public-phase1 .kicker:before{background:var(--wc-accent)}

.wc-topic-sigil{
  position:absolute;right:18px;top:50%;transform:translateY(-50%);width:190px;height:190px;border-radius:50%;
  display:grid;place-items:center;border:1px solid rgba(var(--wc-accent-rgb),.35);background:radial-gradient(circle,rgba(var(--wc-accent-rgb),.18),rgba(0,0,0,.14) 64%);box-shadow:inset 0 0 50px rgba(var(--wc-accent-rgb),.12),0 24px 70px rgba(0,0,0,.28)
}
.wc-topic-sigil::before,.wc-topic-sigil::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(var(--wc-accent-rgb),.2)}
.wc-topic-sigil::before{inset:18px}.wc-topic-sigil::after{inset:38px}
.wc-topic-sigil span{font-size:54px;line-height:1;font-weight:950;letter-spacing:-.08em;color:var(--wc-accent-soft);text-shadow:0 0 35px rgba(var(--wc-accent-rgb),.28)}
.wc-topic-sigil small{position:absolute;bottom:43px;font-size:9px;letter-spacing:.16em;font-weight:900;color:rgba(255,255,255,.62)}

/* Breadcrumbs and tools */
.wc-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:22px;font-size:13px;color:rgba(255,255,255,.64)}
.wc-breadcrumb a{color:var(--wc-accent-soft);text-decoration:none;font-weight:800}.wc-breadcrumb a:hover{text-decoration:underline}
.wc-breadcrumb .sep{opacity:.4}
.wc-page-tools{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.wc-tool-button{appearance:none;border:1px solid rgba(var(--wc-accent-rgb),.3);background:rgba(var(--wc-accent-rgb),.09);color:var(--wc-accent-soft);padding:9px 13px;border-radius:999px;font:inherit;font-size:12px;font-weight:900;cursor:pointer;text-decoration:none}
.wc-tool-button:hover,.wc-tool-button:focus-visible{background:rgba(var(--wc-accent-rgb),.16);outline:2px solid rgba(var(--wc-accent-rgb),.2);outline-offset:2px}

/* Article presentation */
.wc-public-phase1 section:not(.hub-hero):not(.subpage-hero){padding-top:62px;padding-bottom:62px}
.wc-public-phase1 .article-layout{grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}
.wc-public-phase1 .article-body{
  max-width:none;padding:clamp(24px,4vw,44px);border:1px solid var(--wc-border);border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:0 24px 70px rgba(0,0,0,.18)
}
.wc-public-phase1 .article-body>h2{font-size:clamp(27px,3vw,38px);margin-top:48px;padding-top:8px;letter-spacing:-.035em;position:relative}
.wc-public-phase1 .article-body>h2:first-of-type{margin-top:12px}
.wc-public-phase1 .article-body>h2::before{content:"";display:block;width:44px;height:3px;border-radius:9px;background:var(--wc-accent);margin-bottom:14px;box-shadow:0 0 18px rgba(var(--wc-accent-rgb),.24)}
.wc-public-phase1 .article-body h3{color:var(--wc-accent-soft)}
.wc-public-phase1 .article-body p,.wc-public-phase1 .article-body li{font-size:16px;line-height:1.72;color:#d9d2d3}
.wc-public-phase1 .article-body strong{color:#fff}
.wc-public-phase1 .article-body a{color:var(--wc-accent-soft);text-decoration-thickness:1px;text-underline-offset:3px}

.wc-public-phase1 .article-side{top:104px}
.wc-public-phase1 .article-side .card{padding:22px;border-color:rgba(var(--wc-accent-rgb),.16);background:linear-gradient(180deg,rgba(var(--wc-accent-rgb),.07),rgba(255,255,255,.025));box-shadow:0 18px 48px rgba(0,0,0,.15)}
.wc-public-phase1 .article-side h3{font-size:17px;margin-bottom:10px}
.wc-public-phase1 .article-side a{position:relative;padding:8px 8px 8px 14px;border-radius:10px;font-size:13px;line-height:1.35}
.wc-public-phase1 .article-side a::before{content:"";position:absolute;left:0;top:50%;width:4px;height:4px;border-radius:50%;background:rgba(var(--wc-accent-rgb),.45)}
.wc-public-phase1 .article-side a.is-active{color:var(--wc-accent-soft);background:rgba(var(--wc-accent-rgb),.09)}
.wc-public-phase1 .article-side a.is-active::before{width:5px;height:16px;border-radius:8px;transform:translateY(-50%);background:var(--wc-accent)}

/* Components */
.wc-public-phase1 .status-pill{border-color:rgba(var(--wc-accent-rgb),.28);background:rgba(var(--wc-accent-rgb),.10);color:var(--wc-accent-soft)}
.wc-public-phase1 .status-pill.hold{background:rgba(184,72,109,.13);border-color:rgba(224,125,157,.32);color:#ffc3d6}
.wc-public-phase1 .callout{position:relative;border-color:rgba(var(--wc-accent-rgb),.28);background:linear-gradient(135deg,rgba(var(--wc-accent-rgb),.11),rgba(255,255,255,.025));padding:22px 22px 22px 26px;box-shadow:inset 4px 0 var(--wc-accent)}
.wc-public-phase1 .callout.warning{border-color:rgba(235,118,126,.32);background:linear-gradient(135deg,rgba(185,58,69,.13),rgba(255,255,255,.025));box-shadow:inset 4px 0 #df747b}
.wc-public-phase1 .review-box{border:1px dashed rgba(var(--wc-accent-rgb),.46);background:rgba(var(--wc-accent-rgb),.055)}
.wc-public-phase1 .evidence-card{border-color:rgba(var(--wc-accent-rgb),.30);background:linear-gradient(155deg,rgba(var(--wc-accent-rgb),.09),#151315 44%);box-shadow:0 20px 48px rgba(0,0,0,.18)}
.wc-public-phase1 .evidence-card h3{color:var(--wc-accent-soft)}

.wc-public-phase1 .resource-grid{gap:18px}
.wc-public-phase1 .resource-card{position:relative;overflow:hidden;min-height:180px;padding:24px;border-color:rgba(var(--wc-accent-rgb),.18);background:linear-gradient(145deg,rgba(var(--wc-accent-rgb),.09),rgba(255,255,255,.025));transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.wc-public-phase1 .resource-card::after{content:"→";position:absolute;right:19px;top:17px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(var(--wc-accent-rgb),.11);color:var(--wc-accent-soft);font-weight:950}
.wc-public-phase1 .resource-card:hover{transform:translateY(-3px);border-color:rgba(var(--wc-accent-rgb),.38);box-shadow:0 18px 42px rgba(0,0,0,.2)}
.wc-public-phase1 .resource-card a{color:var(--wc-accent-soft)}
.wc-public-phase1 .mini-label{color:var(--wc-accent-soft)}

.wc-public-phase1 .quick-card{border-color:rgba(var(--wc-accent-rgb),.16);background:linear-gradient(145deg,rgba(var(--wc-accent-rgb),.07),rgba(255,255,255,.028));padding:20px}
.wc-public-phase1 .quick-card strong{color:var(--wc-accent-soft)}

.wc-public-phase1 .checklist-clean{display:grid;gap:10px}
.wc-public-phase1 .checklist-clean li{margin:0;padding:13px 14px 13px 42px;border:1px solid rgba(255,255,255,.075);border-radius:15px;background:rgba(255,255,255,.026)}
.wc-public-phase1 .checklist-clean li::before{left:14px;top:13px;color:var(--wc-accent);width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:rgba(var(--wc-accent-rgb),.12);font-size:12px}
body.wc-checklist-page .article-body .checklist-clean{grid-template-columns:repeat(2,minmax(0,1fr))}
body.wc-checklist-page .article-body .checklist-clean li{height:100%}

.wc-public-phase1 .table-wrap{border-color:rgba(var(--wc-accent-rgb),.18);box-shadow:0 15px 38px rgba(0,0,0,.14)}
.wc-public-phase1 .wc-table th{background:linear-gradient(180deg,rgba(var(--wc-accent-rgb),.12),rgba(255,255,255,.025));color:var(--wc-accent-soft)}
.wc-public-phase1 .wc-table tr:hover td{background:rgba(var(--wc-accent-rgb),.035)}

.wc-public-phase1 .trust-strip{gap:14px}
.wc-public-phase1 .trust-item{position:relative;overflow:hidden;min-height:100px;border-color:rgba(var(--wc-accent-rgb),.15);background:linear-gradient(145deg,rgba(var(--wc-accent-rgb),.07),rgba(255,255,255,.02))}
.wc-public-phase1 .trust-item strong{color:var(--wc-accent-soft);text-transform:uppercase;letter-spacing:.07em;font-size:11px}
.wc-public-phase1 .trust-item span{font-size:15px;color:#ece6e7}

/* Reading progress */
.wc-read-progress{position:fixed;left:0;top:0;height:3px;background:linear-gradient(90deg,var(--wc-accent),var(--wc-accent-soft));width:0;z-index:2000;box-shadow:0 0 12px rgba(var(--wc-accent-rgb),.55)}

/* Hub visual dashboard */
body.wc-hub-phase1 .hub-hero{padding:86px 0 72px;min-height:620px;display:flex;align-items:center}
.wc-hub-phase1 .hub-hero .container{position:relative;z-index:2}
.wc-hub-phase1 .hub-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);gap:48px;align-items:center}
.wc-hub-phase1 .hub-hero h1{font-size:clamp(46px,6vw,78px);text-wrap:balance;max-width:900px}
.wc-hub-phase1 .hero-highlight{color:#e6ccef}
.wc-hub-phase1 .hub-hero .lead{font-size:clamp(18px,1.8vw,21px);max-width:760px}
.wc-preview-card{position:relative;min-height:430px;padding:28px;border:1px solid rgba(168,122,189,.25);border-radius:34px;background:linear-gradient(145deg,rgba(168,122,189,.10),rgba(255,255,255,.035));box-shadow:var(--wc-shadow);overflow:hidden}
.wc-preview-card::before{content:"";position:absolute;inset:-40% -35% auto auto;width:340px;height:340px;border-radius:50%;border:1px solid rgba(168,122,189,.25);box-shadow:0 0 0 35px rgba(168,122,189,.03),0 0 0 70px rgba(168,122,189,.018)}
.wc-centre-mark{position:relative;z-index:2;display:grid;place-items:center;width:118px;height:118px;border-radius:50%;margin:10px auto 28px;border:1px solid rgba(226,200,119,.38);background:radial-gradient(circle,rgba(168,122,189,.20),rgba(0,0,0,.2));font-size:46px;font-weight:950;color:#e4cdef;box-shadow:inset 0 0 35px rgba(168,122,189,.12)}
.wc-centre-map{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.wc-centre-map a{display:flex;align-items:center;gap:10px;min-height:52px;padding:10px 12px;border-radius:15px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16);text-decoration:none;color:#eee;font-size:12px;font-weight:800;transition:.16s}
.wc-centre-map a:hover{border-color:rgba(168,122,189,.36);transform:translateY(-2px)}
.wc-centre-map b{display:grid;place-items:center;width:29px;height:29px;border-radius:10px;background:rgba(168,122,189,.13);color:#e4cdef;font-size:10px}
.wc-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:30px}
.wc-hero-stat{padding:14px;border-radius:15px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035)}
.wc-hero-stat strong{display:block;color:#e4cdef;font-size:23px;line-height:1}.wc-hero-stat span{display:block;color:#cfc6c8;font-size:11px;margin-top:6px;font-weight:700}

.wc-preview-notice{display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:center;padding:18px 20px;border:1px solid rgba(232,153,180,.24);border-radius:20px;background:linear-gradient(90deg,rgba(107,41,72,.20),rgba(255,255,255,.025));margin-top:-22px;position:relative;z-index:4;box-shadow:0 20px 46px rgba(0,0,0,.18)}
.wc-preview-notice .notice-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(232,153,180,.14);color:#ffc8da;font-weight:950}
.wc-preview-notice p{margin:0;color:#ddd2d6}.wc-preview-notice strong{color:#fff}

.wc-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}
.wc-audience-card{min-height:170px;padding:22px;border:1px solid var(--wc-border);border-radius:23px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.022));text-decoration:none;transition:.18s;position:relative;overflow:hidden}
.wc-audience-card::after{content:"→";position:absolute;right:18px;bottom:16px;color:#d5b4e2;font-size:22px}
.wc-audience-card:hover{transform:translateY(-3px);border-color:rgba(168,122,189,.35);box-shadow:0 18px 42px rgba(0,0,0,.17)}
.wc-audience-card span{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;margin-bottom:18px;background:rgba(168,122,189,.11);color:#ddc0e8;font-size:11px;font-weight:950;letter-spacing:.08em}
.wc-audience-card h3{font-size:19px}.wc-audience-card p{font-size:13px;color:#cabfc1;margin:8px 0 0;max-width:240px}

.wc-public-phase1 .hub-search-wrap{max-width:none;margin:0;display:grid;grid-template-columns:auto minmax(260px,540px);justify-content:space-between;gap:24px;align-items:center}
.wc-search-copy h2{font-size:clamp(28px,3.5vw,44px)}
.wc-search-copy p{color:#cfc6c8;margin:8px 0 0;max-width:620px}
.wc-search-box label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#d5b4e2;margin-bottom:9px}
.wc-public-phase1 .hub-search{background:rgba(0,0,0,.25);border-color:rgba(168,122,189,.28);box-shadow:inset 0 1px rgba(255,255,255,.035)}

.wc-public-phase1 .hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.wc-public-phase1 .hub-topic{position:relative;min-height:254px;padding:28px 28px 24px 28px;overflow:hidden;border-color:rgba(255,255,255,.095);background:linear-gradient(145deg,rgba(var(--topic-rgb,198,161,74),.10),rgba(255,255,255,.025))}
.wc-public-phase1 .hub-topic::after{content:"";position:absolute;right:-52px;top:-72px;width:170px;height:170px;border-radius:50%;border:1px solid rgba(var(--topic-rgb,198,161,74),.23);box-shadow:0 0 0 28px rgba(var(--topic-rgb,198,161,74),.025)}
.wc-public-phase1 .hub-topic:hover{border-color:rgba(var(--topic-rgb,198,161,74),.38);box-shadow:0 22px 48px rgba(0,0,0,.2)}
.wc-public-phase1 .hub-topic .hub-number{width:auto;height:auto;display:inline-flex;padding:8px 11px;border-radius:999px;background:rgba(var(--topic-rgb,198,161,74),.13);border:1px solid rgba(var(--topic-rgb,198,161,74),.23);color:var(--topic-accent,#e4cdef);font-size:11px;letter-spacing:.06em}
.wc-public-phase1 .hub-topic h3{font-size:clamp(22px,2.5vw,29px);max-width:80%;margin-top:12px}
.wc-public-phase1 .hub-topic p{max-width:86%;color:#d6cdcf;font-size:14px}
.wc-public-phase1 .topic-tags{font-size:11px;color:var(--topic-accent,#d5b4e2);opacity:.88;line-height:1.7}
.hub-topic[data-topic="01"]{--topic-rgb:226,138,157;--topic-accent:#ffd0da}.hub-topic[data-topic="02"]{--topic-rgb:224,170,91;--topic-accent:#ffe0a9}.hub-topic[data-topic="03"]{--topic-rgb:186,139,214;--topic-accent:#e5c7f5}.hub-topic[data-topic="04"]{--topic-rgb:232,144,114;--topic-accent:#ffd1c1}.hub-topic[data-topic="05"]{--topic-rgb:98,184,173;--topic-accent:#b7ebe5}.hub-topic[data-topic="06"]{--topic-rgb:143,158,232;--topic-accent:#ccd3ff}.hub-topic[data-topic="07"]{--topic-rgb:215,179,93;--topic-accent:#f4dea5}.hub-topic[data-topic="08"]{--topic-rgb:114,174,232;--topic-accent:#c4e2ff}
.wc-resource-count{display:inline-flex;margin-top:13px;padding:6px 9px;border:1px solid rgba(255,255,255,.08);border-radius:999px;color:#bfb5b8;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}

.wc-journey{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}
.wc-journey-step{position:relative;padding:25px;border:1px solid var(--wc-border);border-radius:24px;background:rgba(255,255,255,.03)}
.wc-journey-step b{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#c6a14a;color:#111;margin-bottom:16px}
.wc-journey-step p{color:#cfc5c7;margin-bottom:0}.wc-journey-step:not(:last-child)::after{content:"→";position:absolute;right:-15px;top:34px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#171417;border:1px solid rgba(168,122,189,.25);color:#d5b4e2;z-index:2}

.wc-public-phase1 .governance-grid{grid-template-columns:repeat(4,1fr)}
.wc-public-phase1 .governance-grid .card{min-height:190px;padding:22px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));transition:.18s}
.wc-public-phase1 .governance-grid .card:hover{transform:translateY(-2px);border-color:rgba(168,122,189,.28)}

/* Footer */
.wc-public-phase1 .site-footer{background:linear-gradient(180deg,#0a090a,#070707);border-top-color:rgba(168,122,189,.15)}

/* Responsive */
@media(max-width:1000px){
  .wc-hub-phase1 .hub-hero-grid{grid-template-columns:1fr}.wc-preview-card{min-height:auto}.wc-hero-stats{grid-template-columns:repeat(2,1fr)}
  .wc-audience-grid{grid-template-columns:repeat(2,1fr)}
  .wc-public-phase1 .governance-grid{grid-template-columns:repeat(2,1fr)}
  .wc-topic-sigil{width:138px;height:138px;right:10px}.wc-topic-sigil span{font-size:41px}.wc-topic-sigil small{bottom:31px}
  .wc-public-phase1 .subpage-hero .container{padding-right:165px}
}
@media(max-width:900px){
  .wc-public-phase1 .article-layout{grid-template-columns:1fr}.wc-public-phase1 .article-side{position:static}
  .wc-public-phase1 .article-side .card{display:grid;grid-template-columns:repeat(2,1fr);gap:2px 12px}
  .wc-public-phase1 .article-side h3,.wc-public-phase1 .article-side hr{grid-column:1/-1}
  body.wc-checklist-page .article-body .checklist-clean{grid-template-columns:1fr}
  .wc-public-phase1 .hub-search-wrap{grid-template-columns:1fr}.wc-public-phase1 .hub-grid{grid-template-columns:1fr}
  .wc-journey{grid-template-columns:1fr}.wc-journey-step::after{display:none!important}
}
@media(max-width:680px){
  .wc-public-phase1 .subpage-hero{padding:48px 0 38px}.wc-public-phase1 .subpage-hero .container{padding-right:18px;padding-top:112px}
  .wc-topic-sigil{top:18px;left:18px;right:auto;transform:none;width:88px;height:88px}.wc-topic-sigil::before{inset:10px}.wc-topic-sigil::after{inset:20px}.wc-topic-sigil span{font-size:27px}.wc-topic-sigil small{display:none}
  .wc-public-phase1 .article-body{padding:22px;border-radius:23px}.wc-public-phase1 .article-body>h2{margin-top:40px}
  .wc-hub-phase1 .hub-hero{padding:58px 0 48px;min-height:auto}.wc-preview-card{padding:20px;border-radius:25px}.wc-centre-mark{width:92px;height:92px;font-size:36px}.wc-centre-map{grid-template-columns:1fr}
  .wc-audience-grid,.wc-public-phase1 .governance-grid{grid-template-columns:1fr}.wc-hero-stats{grid-template-columns:repeat(2,1fr)}
  .wc-preview-notice{grid-template-columns:1fr}.wc-preview-notice .notice-icon{display:none}
  .wc-public-phase1 .article-side .card{grid-template-columns:1fr}
}
@media print{
  .wc-read-progress,.wc-page-tools,.wc-breadcrumb,.wc-topic-sigil{display:none!important}
  .wc-public-phase1 .article-body{border:0;box-shadow:none;padding:0;background:#fff}
  .wc-public-phase1 .checklist-clean li{border:1px solid #ccc;background:#fff}
}


/* Phase 1 public-facing additions */
.wc-public-phase1 .wc-scopebar{
  background:linear-gradient(90deg,#291a2d,#4a2d4f 50%,#291a2d);
  border-bottom:1px solid rgba(228,205,239,.16);padding:10px 18px;color:#f3edf5;font-size:12px;
}
.wc-public-phase1 .wc-scopebar strong{color:#ead7f2}
.wc-public-phase1 .wc-evidence-status{
  margin-top:-22px;position:relative;z-index:4;display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:center;
  padding:18px 20px;border:1px solid rgba(168,122,189,.30);border-radius:20px;
  background:linear-gradient(90deg,rgba(84,46,91,.55),rgba(255,255,255,.025));box-shadow:0 20px 46px rgba(0,0,0,.18)
}
.wc-public-phase1 .wc-evidence-status .status-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(168,122,189,.18);color:#ead7f2;font-weight:950}
.wc-public-phase1 .wc-evidence-status p{margin:0;color:#ddd2df}.wc-public-phase1 .wc-evidence-status strong{color:#fff}
.wc-public-phase1 .status-pill.public{background:rgba(168,122,189,.14);border-color:rgba(168,122,189,.38);color:#ead7f2}
.wc-public-phase1 .status-pill.scope{background:rgba(198,161,74,.09);border-color:rgba(198,161,74,.28);color:#ecd999}
.wc-public-phase1 .hub-topic.is-review{opacity:.92;background:linear-gradient(145deg,rgba(168,122,189,.08),rgba(255,255,255,.02))}
.wc-public-phase1 .hub-topic.is-review .wc-review-badge{display:inline-flex;margin-top:13px;padding:6px 9px;border:1px solid rgba(228,205,239,.22);border-radius:999px;color:#e4cdef;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.wc-public-phase1 .phase1-note{border:1px solid rgba(168,122,189,.28);background:rgba(86,49,92,.20);border-radius:22px;padding:20px 22px;color:#ddd2df}
.wc-public-phase1 .phase1-note strong{color:#fff}
.wc-public-phase1 .under-review-card{border:1px solid rgba(168,122,189,.25);background:linear-gradient(145deg,rgba(168,122,189,.09),rgba(255,255,255,.025));border-radius:24px;padding:24px}
.wc-public-phase1 .under-review-card .review-label{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(168,122,189,.15);border:1px solid rgba(168,122,189,.3);color:#e4cdef;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:680px){.wc-public-phase1 .wc-evidence-status{grid-template-columns:1fr}.wc-public-phase1 .wc-evidence-status .status-icon{display:none}}


/* =========================================================
   v2.5.4 — Centre consistency pass
   One plum identity across WC-01 to WC-08. Gold remains the
   action/navigation accent. Individual topic colours removed.
   ========================================================= */
body[data-wc-topic]{
  --wc-accent:#a87abd;
  --wc-accent-rgb:168,122,189;
  --wc-accent-soft:#e4cdef;
}
.wc-public-phase1 .hub-hero,.wc-public-phase1 .subpage-hero{
  background:
    radial-gradient(circle at 82% 18%,rgba(168,122,189,.22),transparent 30rem),
    radial-gradient(circle at 14% 90%,rgba(198,161,74,.07),transparent 25rem),
    linear-gradient(135deg,#171017 0%,#2a1b2d 56%,#121012 100%);
}
.wc-public-phase1 .subpage-hero::after,.wc-public-phase1 .hub-hero::after{
  border-color:rgba(168,122,189,.28);
  box-shadow:0 0 0 42px rgba(168,122,189,.035),0 0 0 84px rgba(168,122,189,.018);
}
.wc-public-phase1 .kicker{color:#e4cdef}
.wc-public-phase1 .kicker:before{background:linear-gradient(90deg,#c6a14a,#a87abd)}
.wc-public-phase1 .button.primary{background:#c6a14a;color:#111}
.wc-public-phase1 .button.primary:hover,.wc-public-phase1 .button.primary:focus-visible{background:#e2c877;color:#111}
.wc-public-phase1 .hub-topic[data-topic]{--topic-rgb:168,122,189;--topic-accent:#e4cdef}
.wc-public-phase1 .hub-topic .hub-number{
  background:rgba(198,161,74,.13);border-color:rgba(198,161,74,.28);color:#e2c877;
}
.wc-public-phase1 .hub-topic:hover{border-color:rgba(168,122,189,.42)}
.wc-public-phase1 .topic-tags{color:#d9c1e3}
.wc-public-phase1 .wc-resource-count{color:#e2c877}
.wc-public-phase1 .wc-audience-card span,
.wc-public-phase1 .mini-label{color:#e2c877}
.wc-public-phase1 .governance-grid .card a,
.wc-public-phase1 .resource-card a{color:#e2c877}
.wc-public-phase1 .resource-card::after{color:#e2c877;background:rgba(198,161,74,.09)}
