/* Build 178 — simple premium hub layout */
:root{--ed-gold:#d6a84b;--ed-deep:#102f35;--ed-cream:#f7f2e8;--ed-ink:#17343c}
body.hub-page{background:var(--ed-cream)}
body.hub-page .hub-hero{position:relative;overflow:hidden;min-height:430px;border-radius:0 0 34px 34px;background-color:var(--ed-deep);background-image:linear-gradient(90deg,rgba(8,31,36,.94) 0%,rgba(8,31,36,.82) 44%,rgba(8,31,36,.35) 100%),var(--hub-cover);background-size:cover;background-position:center}
body.hub-page .hub-hero-inner{min-height:430px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.65fr);align-items:end;gap:32px;padding:64px clamp(22px,5vw,76px) 48px;max-width:1440px;margin:auto}
body.hub-page .hub-hero h1{max-width:760px;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.15rem,4.5vw,4.6rem);line-height:1.02;letter-spacing:-.035em;margin:.35rem 0 1rem}
body.hub-page .hub-hero .v2-kicker{color:#f5cc73;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
body.hub-page .hub-hero .v2-lead{max-width:680px;color:rgba(255,255,255,.9);font-size:clamp(1rem,1.5vw,1.18rem)}
body.hub-page .hub-mark,body.hub-page .v2-icon{display:none!important}
body.hub-page .hub-principles{background:rgba(12,41,46,.78);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(14px);color:#fff;border-radius:22px;padding:24px;box-shadow:0 20px 50px rgba(0,0,0,.22)}
body.hub-page .hub-principles h2,body.hub-page .hub-principles strong{color:#f5cc73}
body.hub-page .premium-quick-actions{max-width:1180px;margin:28px auto 10px;padding:0 22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
body.hub-page .premium-quick-actions a{min-height:72px;border-radius:18px;background:#fff;border:1px solid rgba(19,52,60,.12);box-shadow:0 10px 26px rgba(16,47,53,.08);display:flex;align-items:center;gap:11px;padding:16px 18px;color:var(--ed-ink);font-weight:800;text-decoration:none}
body.hub-page .premium-quick-actions a:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(16,47,53,.13)}
body.hub-page .quick-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--ed-deep);color:#fff;flex:0 0 auto}
body.hub-page .v2-card,body.hub-page .learning-card,body.hub-page .stage-option{border-radius:20px!important;border:1px solid rgba(19,52,60,.12)!important;box-shadow:0 10px 26px rgba(16,47,53,.07)!important;background:#fff!important}
body.hub-page .stage-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.hub-page .stage-option{min-height:170px;text-align:left;padding:22px}
body.hub-page .stage-option .option-icon{display:none}
body.hub-page .v2-section,body.hub-page .journey-shell{scroll-margin-top:100px}
body.hub-page .v2-grid{gap:18px}
body.hub-page .hub-card{padding:24px}
@media(max-width:900px){
 body.hub-page .hub-hero-inner{grid-template-columns:1fr;align-items:end;padding-top:54px}
 body.hub-page .hub-principles{display:none}
 body.hub-page .premium-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.hub-page .stage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
 body.hub-page .hub-hero{min-height:370px;border-radius:0 0 26px 26px;background-image:linear-gradient(180deg,rgba(8,31,36,.38) 0%,rgba(8,31,36,.9) 63%,rgba(8,31,36,.98) 100%),var(--hub-cover);background-position:center}
 body.hub-page .hub-hero-inner{min-height:370px;padding:38px 18px 30px}
 body.hub-page .hub-hero h1{font-size:clamp(2rem,11vw,3.15rem)}
 body.hub-page .v2-actions{display:grid;grid-template-columns:1fr}
 body.hub-page .premium-quick-actions{padding:0 16px;gap:10px}
 body.hub-page .premium-quick-actions a{min-height:64px;padding:13px;font-size:.94rem}
 body.hub-page .stage-grid{grid-template-columns:1fr}
 body.hub-page .stage-option{min-height:auto}
}
