:root {
  --ink: #0c0b2a;
  --ink-2: #171347;
  --ink-3: #28225f;
  --paper: #ffffff;
  --paper-2: #f7f7ff;
  --paper-3: #eef4ff;
  --violet: #7c2cf3;
  --violet-2: #a84bff;
  --cyan: #18d7ff;
  --pink: #ff3b9c;
  --orange: #ff8b1a;
  --green: #22c66d;
  --yellow: #ffd33d;
  --blue: #1689ff;
  --red: #ff4f64;
  --muted: #68677b;
  --line: #e7e7f2;
  --shadow: 0 18px 50px rgba(24, 17, 71, .12);
  --shadow-soft: 0 10px 28px rgba(24, 17, 71, .09);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --sidebar: 238px;
  --rail: 318px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(circle at 80% -20%, rgba(24,215,255,.10), transparent 28rem),
    linear-gradient(180deg, #fbfbff 0%, #f4f6ff 100%);
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(255, 59, 156, .22); }

.skip-link {
  position: fixed; left: 12px; top: -70px; z-index: 9999;
  background: white; color: var(--ink); padding: 10px 14px; border-radius: 10px;
  box-shadow: var(--shadow); transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: var(--sidebar) minmax(0,1fr); }
.sidebar {
  position: sticky; top: 0; height: 100vh; align-self: start; z-index: 80;
  background:
    radial-gradient(circle at 35% 7%, rgba(168,75,255,.22), transparent 11rem),
    linear-gradient(180deg, #0e0a32 0%, #090722 100%);
  color: #fff; padding: 22px 14px 18px; border-right: 1px solid rgba(255,255,255,.08);
  display: flex; flex-direction: column; gap: 18px;
  overflow-y: auto;
}
.brand-lockup { display: block; text-decoration: none; padding: 0 8px 10px; }
.brand-wordmark {
  font-size: 26px; line-height: .94; font-weight: 950; letter-spacing: -1.6px;
  display: inline-block;
}
.brand-wordmark .imagine { color: #fff; }
.brand-wordmark .you { color: var(--yellow); }
.brand-wordmark .dash { color: var(--cyan); }
.brand-wordmark .cd { color: var(--pink); }
.brand-spark { color: var(--yellow); font-size: 16px; vertical-align: 7px; margin-left: 4px; }
.brand-tagline { margin: 8px 0 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.35; font-weight: 650; }

.side-nav { display: grid; gap: 5px; }
.side-nav a {
  min-height: 42px; padding: 8px 10px; border-radius: 13px;
  display: flex; gap: 10px; align-items: center; text-decoration: none;
  color: rgba(255,255,255,.82); font-size: 13px; font-weight: 720;
  transition: .18s ease;
}
.side-nav a:hover, .side-nav a:focus-visible { color: white; background: rgba(255,255,255,.07); outline: none; transform: translateX(2px); }
.side-nav a.active {
  color: white; background: linear-gradient(105deg, #a11ef5 0%, #6e1dd9 70%, #3b16a8 100%);
  box-shadow: 0 12px 25px rgba(124,44,243,.28), inset 0 0 0 1px rgba(255,255,255,.12);
}
.nav-icon { width: 24px; height: 24px; display: grid; place-items: center; color: currentColor; flex: 0 0 auto; }
.nav-icon svg { width: 21px; height: 21px; stroke-width: 1.9; }

.sidebar-promo {
  margin-top: auto; position: relative; overflow: hidden; min-height: 168px;
  border-radius: 20px; padding: 18px 16px;
  background: linear-gradient(145deg, #7023dd 0%, #cc37b7 56%, #176be8 100%);
  border: 1px solid rgba(255,255,255,.25); box-shadow: 0 14px 28px rgba(0,0,0,.22);
}
.sidebar-promo::before, .sidebar-promo::after { content:""; position:absolute; border:1px solid rgba(255,255,255,.24); border-radius: 50%; }
.sidebar-promo::before { width: 140px; height: 140px; right:-50px; top:-45px; }
.sidebar-promo::after { width: 72px; height: 72px; right:14px; top:10px; }
.promo-rocket { font-size: 34px; filter: drop-shadow(0 8px 14px rgba(0,0,0,.2)); }
.sidebar-promo strong { display:block; margin-top: 15px; font-size: 19px; line-height: 1.05; color: #fff; letter-spacing: -.6px; }
.sidebar-promo strong span { color: var(--yellow); }
.sidebar-promo small { display:block; margin-top: 9px; color: rgba(255,255,255,.78); line-height: 1.35; }

.main-wrap { min-width: 0; }
.topbar {
  height: 70px; padding: 12px 22px; display:flex; align-items:center; justify-content:flex-end; gap:12px;
  position: sticky; top: 0; z-index: 70; background: rgba(250,251,255,.80); backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(20,16,60,.07);
}
.mobile-brand { display:none; text-decoration:none; font-weight: 900; letter-spacing:-.7px; }
.mobile-menu { display:none; width:42px; height:42px; border:0; border-radius:14px; color:#fff; background:var(--ink); }
.search-wrap { position: relative; width: min(440px, 45vw); }
.search-box {
  width:100%; height:44px; padding: 0 18px 0 42px; border: 1px solid #e1e0ee; border-radius:999px;
  background:#fff; outline:none; box-shadow: 0 6px 18px rgba(27,19,76,.06); color: var(--ink);
}
.search-box:focus { border-color: rgba(124,44,243,.45); box-shadow: 0 0 0 4px rgba(124,44,243,.10); }
.search-icon { position:absolute; left:15px; top:50%; transform:translateY(-50%); color:#77758c; }
.search-results {
  display:none; position:absolute; top:50px; left:0; right:0; z-index:100; padding:7px;
  background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow);
}
.search-results.open { display:block; }
.search-results a { display:block; padding:10px 12px; text-decoration:none; border-radius:11px; font-size:13px; font-weight:700; }
.search-results a:hover { background:var(--paper-3); }
.top-icon {
  width:42px; height:42px; border-radius:14px; border:1px solid #e5e4ef; background:#fff; color:var(--ink);
  display:grid; place-items:center; box-shadow:0 5px 14px rgba(27,19,76,.05);
}
.profile-bubble { background: linear-gradient(135deg, #8e5cf4, #ff4aa4); color:white; font-weight:900; }

.page-content { padding: 0 22px 30px; }
.dashboard-grid { display:grid; grid-template-columns:minmax(0,1fr) var(--rail); gap:18px; align-items:start; }
.dashboard-main { min-width:0; }
.right-rail { display:grid; gap:12px; }

.hero {
  min-height: 390px; border-radius: var(--radius-xl); overflow:hidden; position:relative;
  background:
    radial-gradient(circle at 78% 28%, rgba(255,59,156,.46), transparent 18rem),
    radial-gradient(circle at 55% 70%, rgba(24,215,255,.26), transparent 20rem),
    linear-gradient(120deg, #1b0b53 0%, #1a0d55 42%, #3b0e5e 72%, #0b1d64 100%);
  color:#fff; display:grid; grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr); align-items:stretch;
  box-shadow: 0 20px 50px rgba(34,22,93,.22); isolation:isolate;
}
.hero::before { content:""; position:absolute; inset:0; opacity:.22; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.09) 1px, transparent 1px); background-size:42px 42px; mask-image:linear-gradient(to right, transparent 15%, black 65%); z-index:-1; }
.hero::after { content:""; position:absolute; width:440px; height:440px; border:1px solid rgba(255,255,255,.10); border-radius:50%; right:-160px; top:-180px; box-shadow:0 0 0 58px rgba(255,255,255,.03), 0 0 0 118px rgba(255,255,255,.02); z-index:-1; }
.hero-copy { padding: 38px 18px 34px 38px; position:relative; z-index:3; }
.hero-kicker { margin:0 0 9px; text-transform:uppercase; letter-spacing:2.1px; color:#bdb4e8; font-size:10px; font-weight:900; }
.hero h1 { margin:0; font-size: clamp(48px, 5.1vw, 82px); line-height:.88; letter-spacing:-4.5px; font-weight:950; max-width:740px; }
.hero h1 .cyan { color:var(--cyan); }
.hero h1 .pink { color:var(--pink); }
.hero h1 .orange { color:var(--orange); }
.hero-sub { margin:18px 0 0; font-size:21px; font-weight:850; letter-spacing:-.5px; }
.hero-sub span { color:var(--pink); }
.hero-deck { max-width:650px; margin:13px 0 19px; color:rgba(255,255,255,.78); font-size:15px; line-height:1.55; font-weight:550; }
.category-icons { display:flex; gap:13px; flex-wrap:wrap; }
.category-pill { text-align:center; min-width:60px; color:rgba(255,255,255,.86); font-size:10px; font-weight:700; }
.category-pill .bubble { margin:0 auto 7px; width:44px; height:44px; border-radius:50%; display:grid; place-items:center; color:#fff; font-weight:900; font-size:19px; box-shadow:0 9px 22px rgba(0,0,0,.22); }
.bubble.violet { background:linear-gradient(135deg,#9b52ff,#6421e0); }
.bubble.green { background:linear-gradient(135deg,#38da75,#079447); }
.bubble.orange { background:linear-gradient(135deg,#ff9d22,#ff4e13); }
.bubble.blue { background:linear-gradient(135deg,#4fbbff,#1874ed); }
.bubble.pink { background:linear-gradient(135deg,#ff65b0,#ff237e); }
.bubble.yellow { background:linear-gradient(135deg,#ffd845,#ffad12); color:#5e3900; }
.hero-media { position:relative; min-height:390px; display:flex; align-items:flex-end; justify-content:center; overflow:hidden; background:linear-gradient(145deg,#25105d,#113b79); }
.hero-media img { width:100%; height:100%; min-width:100%; min-height:100%; object-fit:cover; object-position:center 35%; position:absolute; inset:0; color:transparent; font-size:0; }
.hero-media::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,#210b52 0%, rgba(33,11,82,.38) 25%, transparent 55%), linear-gradient(0deg, rgba(14,7,43,.40), transparent 44%); }
.age-badge { position:absolute; z-index:3; right:18px; top:22px; width:102px; height:102px; border-radius:50%; display:grid; place-items:center; text-align:center; background:linear-gradient(135deg,#ffe760,#ffbb18); color:#171136; box-shadow:0 10px 32px rgba(255,195,31,.35), inset 0 0 0 4px rgba(255,255,255,.24); font-weight:950; line-height:1.03; transform:rotate(4deg); }
.age-badge b { display:block; font-size:25px; }
.hero-sticker { position:absolute; z-index:3; left:28px; bottom:22px; padding:10px 13px; border-radius:14px; border:1px solid rgba(255,255,255,.18); background:rgba(14,7,42,.55); backdrop-filter: blur(8px); color:#fff; font-size:11px; font-weight:800; }

.section-card { margin-top:16px; background:#fff; border:1px solid rgba(29,22,82,.07); border-radius:var(--radius-lg); box-shadow:var(--shadow-soft); }
.section-heading { display:flex; justify-content:space-between; gap:16px; align-items:flex-end; padding:22px 22px 0; }
.section-heading h2 { margin:0; font-size:25px; line-height:1; letter-spacing:-1px; }
.section-heading p { margin:0; color:var(--muted); font-size:12px; }
.section-kicker { color:var(--violet); text-transform:uppercase; letter-spacing:1.8px; font-size:10px; font-weight:900; margin:0 0 8px; }

.path-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; padding:16px; }
.path-card { background:#fff; border:1px solid var(--line); border-radius:17px; overflow:hidden; display:flex; flex-direction:column; min-height:0; transition:.18s ease; }
.path-card:hover { transform:translateY(-4px); box-shadow:0 16px 30px rgba(24,17,71,.12); }
.path-card img { display:block; width:100%; height:clamp(150px,11vw,188px); object-fit:cover; object-position:center 32%; flex:0 0 auto; color:transparent; font-size:0; background:linear-gradient(135deg,#ebe8ff,#edf7ff); }
.path-card-body { padding:14px 14px 13px; display:flex; flex-direction:column; flex:1; min-height:128px; }
.path-card h3 { margin:0; font-size:14px; letter-spacing:-.25px; }
.path-card .age { margin:4px 0 7px; font-size:11px; font-weight:850; }
.path-card p { color:#56556e; font-size:11px; line-height:1.45; margin:0; }
.path-card .arrow-link { margin-top:auto; align-self:flex-end; width:30px; height:30px; display:grid; place-items:center; color:white; border-radius:50%; text-decoration:none; font-weight:900; }
.path-card:nth-child(1) h3,.path-card:nth-child(1) .age { color:#7429d9; } .path-card:nth-child(1) .arrow-link { background:#7c2cf3; }
.path-card:nth-child(2) h3,.path-card:nth-child(2) .age { color:#14934b; } .path-card:nth-child(2) .arrow-link { background:#21b45f; }
.path-card:nth-child(3) h3,.path-card:nth-child(3) .age { color:#0864d8; } .path-card:nth-child(3) .arrow-link { background:#167df0; }
.path-card:nth-child(4) h3,.path-card:nth-child(4) .age { color:#e82986; } .path-card:nth-child(4) .arrow-link { background:#f23691; }

.benefit-row { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin:0 16px 16px; background:linear-gradient(180deg,#fbfbff,#f7f7fd); border:1px solid var(--line); border-radius:16px; overflow:hidden; }
.benefit { padding:15px 14px; display:grid; grid-template-columns:34px 1fr; gap:9px; align-items:start; border-right:1px solid var(--line); }
.benefit:last-child { border-right:0; }
.benefit .emoji { font-size:25px; line-height:1; }
.benefit strong { display:block; font-size:11px; }
.benefit span { display:block; color:var(--muted); font-size:10px; line-height:1.4; margin-top:3px; }

.rail-card { position:relative; min-height:132px; overflow:hidden; border-radius:18px; color:#fff; box-shadow:var(--shadow-soft); isolation:isolate; background:linear-gradient(135deg,var(--rail-a),var(--rail-b)); }
.rail-card img { position:absolute; inset:0 0 0 auto; width:58%; height:100%; min-height:100%; object-fit:cover; object-position:center 35%; z-index:-2; color:transparent; font-size:0; }
.rail-card::after { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,var(--rail-a) 0%, var(--rail-b) 50%, color-mix(in srgb, var(--rail-b) 62%, transparent) 67%, transparent 90%); }
.rail-card .rail-copy { position:relative; z-index:2; padding:18px 126px 17px 18px; }
.rail-card h3 { margin:0; font-size:17px; letter-spacing:-.5px; }
.rail-card p { margin:7px 0 0; font-size:11.5px; line-height:1.43; color:rgba(255,255,255,.91); text-shadow:0 1px 10px rgba(0,0,0,.18); }
.rail-card .rail-arrow { position:absolute; right:11px; bottom:10px; width:28px; height:28px; border-radius:50%; display:grid; place-items:center; border:1px solid rgba(255,255,255,.35); background:rgba(255,255,255,.16); text-decoration:none; }
.rail-card.play { --rail-a:#6220cf; --rail-b:#8b22dc; }
.rail-card.design { --rail-a:#087c42; --rail-b:#20aa54; }
.rail-card.sports { --rail-a:#0561d6; --rail-b:#0b8fe2; }
.rail-card.wellness { --rail-a:#e65d05; --rail-b:#ff9a0a; }
.rail-card.game { --rail-a:#c91076; --rail-b:#ef268a; }
.rail-cta { min-height:138px; border-radius:18px; padding:18px; color:white; position:relative; overflow:hidden; background:radial-gradient(circle at 85% 15%, rgba(255,59,156,.35), transparent 9rem),linear-gradient(145deg,#0c1d62,#25104c); border:1px solid rgba(24,215,255,.30); box-shadow:var(--shadow-soft); }
.rail-cta strong { font-size:22px; line-height:1.05; display:block; letter-spacing:-.7px; }
.rail-cta strong .cyan { color:var(--cyan); } .rail-cta strong .pink { color:var(--pink); }
.rail-cta p { margin:10px 0 0; color:rgba(255,255,255,.72); font-size:11px; }
.rail-cta .rocket-line { position:absolute; right:20px; bottom:10px; font-size:52px; transform:rotate(-8deg); filter: drop-shadow(0 6px 12px rgba(0,0,0,.28)); }

.value-bar { margin-top:18px; min-height:58px; padding:12px 20px; border-radius:18px; background:linear-gradient(90deg,#0e0b33,#191050,#071b4b); color:#fff; display:flex; align-items:center; gap:14px; justify-content:space-between; box-shadow:0 14px 36px rgba(20,14,58,.16); }
.value-list { display:flex; gap:18px; flex-wrap:wrap; align-items:center; }
.value-list span { font-size:10px; color:rgba(255,255,255,.78); font-weight:650; }
.value-list b { color:var(--yellow); }
.value-tagline { font-size:11px; font-weight:800; white-space:nowrap; }


/* Asset resilience: keep the layout polished even if a deployment drops an image. */
.asset-load-failed {
  opacity:0 !important;
  pointer-events:none;
}
.hero-media:has(img.asset-load-failed)::after {
  content:"IMAGE ASSET NOT DEPLOYED"; position:absolute; inset:auto 24px 24px auto; z-index:4;
  padding:8px 11px; border-radius:999px; color:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.18); background:rgba(14,7,42,.38);
  font-size:9px; font-weight:850; letter-spacing:1.1px;
}
.path-card:has(img.asset-load-failed) {
  background:linear-gradient(180deg,#f4f1ff 0 188px,#fff 188px);
}
.rail-card:has(img.asset-load-failed)::before {
  content:"✦"; position:absolute; right:24px; top:50%; transform:translateY(-50%);
  z-index:-1; font-size:42px; color:rgba(255,255,255,.18);
}

/* Interior pages */
.interior-wrap { max-width: 1280px; margin: 0 auto; }
.page-hero { overflow:hidden; position:relative; min-height:250px; border-radius:var(--radius-xl); padding:38px; color:#fff; background:linear-gradient(120deg,#21105d,#6018aa 58%,#0b78bd); box-shadow:var(--shadow); }
.page-hero::after { content:""; position:absolute; width:380px; height:380px; right:-90px; top:-150px; border-radius:50%; background:radial-gradient(circle,rgba(255,59,156,.55),transparent 65%); }
.page-hero .breadcrumb { position:relative; z-index:2; font-size:10px; text-transform:uppercase; letter-spacing:1.7px; color:rgba(255,255,255,.7); font-weight:900; }
.page-hero h1 { position:relative; z-index:2; max-width:850px; margin:14px 0 12px; font-size:clamp(38px,6vw,68px); line-height:.95; letter-spacing:-3px; }
.page-hero p { position:relative; z-index:2; max-width:720px; margin:0; color:rgba(255,255,255,.78); line-height:1.55; }
.page-hero .hero-chip { position:relative; z-index:2; display:inline-block; margin-top:18px; padding:9px 13px; border-radius:999px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.16); font-size:11px; font-weight:800; }

.content-grid { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:18px; margin-top:18px; }
.content-panel { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:24px; box-shadow:var(--shadow-soft); }
.content-panel h2 { margin:0 0 10px; font-size:27px; letter-spacing:-1px; }
.content-panel h3 { margin:25px 0 8px; font-size:18px; }
.content-panel p, .content-panel li { color:#55546b; line-height:1.7; font-size:14px; }
.content-panel ul { padding-left:20px; }
.aside-stack { display:grid; gap:14px; align-content:start; }
.aside-card { background:#fff; border:1px solid var(--line); border-radius:20px; padding:18px; box-shadow:var(--shadow-soft); }
.aside-card.dark { background:linear-gradient(145deg,#130b3a,#28106e); color:white; border-color:rgba(255,255,255,.08); }
.aside-card h3 { margin:0 0 8px; font-size:17px; }
.aside-card p { margin:0; color:var(--muted); font-size:12px; line-height:1.5; }
.aside-card.dark p { color:rgba(255,255,255,.72); }

.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:16px; }
.info-card { border:1px solid var(--line); background:#fff; border-radius:20px; overflow:hidden; transition:.18s ease; }
.info-card:hover { transform:translateY(-3px); box-shadow:var(--shadow-soft); }
.info-card .card-top { min-height:106px; padding:18px; color:#fff; display:flex; flex-direction:column; justify-content:space-between; background:linear-gradient(135deg,var(--card-a,#6b2bd7),var(--card-b,#d13dad)); }
.info-card .card-top .big-icon { font-size:32px; }
.info-card .card-top small { font-weight:800; opacity:.75; text-transform:uppercase; letter-spacing:1.2px; }
.info-card .card-body { padding:16px; }
.info-card h3 { margin:0 0 8px; font-size:17px; }
.info-card p { margin:0; color:var(--muted); font-size:12px; line-height:1.5; }
.info-card a { display:inline-flex; margin-top:13px; text-decoration:none; color:var(--violet); font-weight:850; font-size:11px; }

.program-band { margin-top:18px; padding:22px; border-radius:22px; background:linear-gradient(120deg,#eeebff,#ecf9ff); border:1px solid #ddd9f4; }
.program-band h2 { margin:0; font-size:25px; }
.program-band p { margin:8px 0 0; color:var(--muted); }

.challenge-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:16px; }
.challenge-card { border-radius:20px; padding:20px; color:#fff; min-height:180px; position:relative; overflow:hidden; background:linear-gradient(135deg,var(--a),var(--b)); }
.challenge-card::after { content:""; position:absolute; width:150px; height:150px; right:-40px; bottom:-50px; border:1px solid rgba(255,255,255,.28); border-radius:50%; box-shadow:0 0 0 28px rgba(255,255,255,.06); }
.challenge-card h3 { margin:0; font-size:21px; }
.challenge-card p { max-width:75%; color:rgba(255,255,255,.8); font-size:12px; line-height:1.5; }
.challenge-card .tag { display:inline-block; padding:6px 9px; border:1px solid rgba(255,255,255,.22); border-radius:999px; font-size:10px; font-weight:800; }

.career-list { display:grid; gap:10px; margin-top:14px; }
.career-item { display:grid; grid-template-columns:46px 1fr auto; gap:12px; align-items:center; padding:14px; border:1px solid var(--line); border-radius:15px; background:#fff; }
.career-item .career-icon { width:44px; height:44px; display:grid; place-items:center; border-radius:14px; color:white; font-size:22px; background:linear-gradient(135deg,var(--a),var(--b)); }
.career-item h3 { margin:0; font-size:14px; }
.career-item p { margin:4px 0 0; color:var(--muted); font-size:11px; }
.career-item .level { font-size:10px; padding:6px 9px; border-radius:999px; background:#f1efff; color:#5d37b5; font-weight:850; }

.timeline { position:relative; margin:20px 0 0; }
.timeline::before { content:""; position:absolute; top:8px; bottom:8px; left:16px; width:2px; background:#e4e2f4; }
.timeline-item { position:relative; padding-left:48px; margin-bottom:20px; }
.timeline-item::before { content:""; position:absolute; left:8px; top:3px; width:18px; height:18px; border-radius:50%; background:linear-gradient(135deg,var(--violet),var(--pink)); box-shadow:0 0 0 5px #f1efff; }
.timeline-item h3 { margin:0 0 5px; font-size:15px; }
.timeline-item p { margin:0; color:var(--muted); font-size:12px; line-height:1.55; }

.resource-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:16px; }
.article-card { background:#fff; border:1px solid var(--line); border-radius:20px; overflow:hidden; box-shadow:0 8px 22px rgba(24,17,71,.06); }
.article-art { min-height:150px; padding:20px; display:flex; align-items:flex-end; color:#fff; background:radial-gradient(circle at 80% 15%, rgba(255,255,255,.28), transparent 8rem),linear-gradient(135deg,var(--a),var(--b)); }
.article-art span { font-size:42px; }
.article-body { padding:17px; }
.article-body .eyebrow { color:var(--violet); font-size:9px; letter-spacing:1.3px; text-transform:uppercase; font-weight:900; }
.article-body h3 { margin:7px 0 7px; font-size:18px; line-height:1.15; }
.article-body p { margin:0; color:var(--muted); font-size:12px; line-height:1.55; }
.article-body a { display:inline-flex; margin-top:13px; font-size:11px; font-weight:850; color:var(--violet); text-decoration:none; }

.article-layout { display:grid; grid-template-columns:minmax(0,820px) 280px; gap:24px; margin:20px auto 0; max-width:1180px; }
.article-main { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:clamp(24px,4vw,48px); box-shadow:var(--shadow-soft); }
.article-main .article-meta { color:var(--violet); text-transform:uppercase; letter-spacing:1.8px; font-size:10px; font-weight:900; }
.article-main h1 { margin:12px 0 14px; font-size:clamp(38px,6vw,62px); line-height:.98; letter-spacing:-2.7px; }
.article-main .dek { font-size:18px; color:#65637b; line-height:1.55; }
.article-main h2 { margin:36px 0 12px; font-size:27px; letter-spacing:-1px; }
.article-main h3 { margin:26px 0 8px; font-size:20px; }
.article-main p, .article-main li { color:#45445a; font-size:15px; line-height:1.82; }
.article-main blockquote { margin:28px 0; padding:18px 20px; border-left:5px solid var(--pink); background:#fff3f9; color:#3b2c4f; font-size:18px; line-height:1.5; font-weight:750; }
.article-side { align-self:start; position:sticky; top:88px; display:grid; gap:14px; }

.letter-paper { background:#fff; border:1px solid #e7e5ef; border-radius:18px; box-shadow:0 16px 40px rgba(25,17,70,.11); padding:clamp(28px,5vw,64px); }
.letter-paper .letter-title { text-align:center; margin-bottom:35px; }
.letter-paper .letter-title h2 { margin:0; font-size:30px; letter-spacing:-1px; }
.letter-paper .letter-title p { margin:7px 0 0; color:var(--violet); font-weight:850; }
.letter-paper p, .letter-paper li { color:#3f3e52; font-size:14px; line-height:1.72; }
.letter-paper h3 { margin:28px 0 8px; font-size:18px; color:var(--ink); }
.letter-signature { margin-top:30px; }
.letter-signature strong { font-size:18px; }
.letter-highlight { margin:28px 0; padding:22px; border-radius:18px; color:#fff; background:linear-gradient(135deg,#5a1acd,#d72b98); font-size:18px; line-height:1.5; font-weight:800; }

.cta-band { margin-top:18px; border-radius:24px; padding:25px; display:flex; align-items:center; justify-content:space-between; gap:20px; color:#fff; background:linear-gradient(105deg,#111044,#3d147c 58%,#a51d7c); }
.cta-band h2 { margin:0; font-size:26px; letter-spacing:-1px; }
.cta-band p { margin:6px 0 0; color:rgba(255,255,255,.72); font-size:12px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:42px; padding:0 16px; border-radius:999px; border:0; text-decoration:none; font-weight:850; font-size:11px; white-space:nowrap; }
.button.primary { background:linear-gradient(135deg,var(--yellow),#ffad1c); color:#171130; box-shadow:0 8px 22px rgba(255,190,40,.24); }
.button.violet { background:linear-gradient(135deg,var(--violet),var(--pink)); color:white; }
.button.ghost { border:1px solid rgba(255,255,255,.22); background:rgba(255,255,255,.10); color:white; }
.button.light { background:#fff; color:var(--ink); }

.site-footer { padding:26px 22px 38px; color:#77758d; font-size:11px; }
.site-footer .footer-inner { display:flex; justify-content:space-between; gap:20px; align-items:center; max-width:1400px; margin:0 auto; }
.site-footer a { color:var(--violet); text-decoration:none; font-weight:750; }

.reveal { opacity:0; transform:translateY(12px); transition:opacity .48s ease, transform .48s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1190px) {
  :root { --rail: 282px; --sidebar: 214px; }
  .hero { grid-template-columns: 1fr 300px; }
  .hero h1 { font-size:58px; }
  .path-grid { grid-template-columns:repeat(2,1fr); }
  .benefit-row { grid-template-columns:repeat(2,1fr); }
  .benefit:nth-child(2) { border-right:0; }
  .benefit:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .rail-card .rail-copy { padding-right:110px; }
  .content-grid { grid-template-columns: minmax(0,1fr) 260px; }
}

@media (max-width: 980px) {
  .app-shell { display:block; }
  .sidebar { position:fixed; left:0; top:0; bottom:0; width:278px; height:100vh; transform:translateX(-105%); transition:transform .22s ease; z-index:200; box-shadow:25px 0 60px rgba(0,0,0,.30); }
  body.menu-open .sidebar { transform:none; }
  body.menu-open::after { content:""; position:fixed; inset:0; background:rgba(9,7,34,.54); z-index:60; }
  .topbar { justify-content:space-between; padding-inline:14px; }
  .mobile-brand { display:block; }
  .mobile-menu { display:grid; place-items:center; }
  .topbar .spacer { display:flex; align-items:center; gap:10px; }
  .search-wrap { width:min(440px, 52vw); margin-left:auto; }
  .dashboard-grid { grid-template-columns:1fr; }
  .right-rail { grid-template-columns:repeat(2,1fr); }
  .rail-cta { min-height:124px; }
  .content-grid, .article-layout { grid-template-columns:1fr; }
  .article-side { position:static; grid-template-columns:repeat(2,1fr); }
  .page-content { padding-inline:14px; }
}

@media (max-width: 720px) {
  .topbar { height:auto; min-height:64px; flex-wrap:wrap; }
  .search-wrap { order:3; width:100%; }
  .top-icon { display:none; }
  .hero { grid-template-columns:1fr; min-height:610px; }
  .hero-copy { padding:30px 22px 22px; }
  .hero h1 { font-size:50px; letter-spacing:-3px; }
  .hero-media { min-height:280px; }
  .hero-media::before { background:linear-gradient(0deg,#210b52 0%, rgba(33,11,82,.28) 40%, transparent 65%); }
  .age-badge { width:84px; height:84px; right:14px; top:14px; }
  .age-badge b { font-size:20px; }
  .category-icons { gap:9px; }
  .category-pill { min-width:52px; }
  .path-grid, .card-grid, .challenge-grid, .resource-grid { grid-template-columns:1fr; }
  .path-card { min-height:0; }
  .benefit-row { grid-template-columns:1fr; }
  .benefit { border-right:0; border-bottom:1px solid var(--line); }
  .benefit:last-child { border-bottom:0; }
  .right-rail { grid-template-columns:1fr; }
  .rail-card { min-height:138px; }
  .rail-card .rail-copy { padding-right:145px; }
  .value-bar { align-items:flex-start; flex-direction:column; }
  .value-tagline { white-space:normal; }
  .page-hero { padding:28px 22px; }
  .page-hero h1 { font-size:44px; letter-spacing:-2px; }
  .content-panel { padding:20px; }
  .career-item { grid-template-columns:46px 1fr; }
  .career-item .level { grid-column:2; justify-self:start; }
  .cta-band { align-items:flex-start; flex-direction:column; }
  .article-side { grid-template-columns:1fr; }
  .article-main { padding:24px; }
  .site-footer .footer-inner { align-items:flex-start; flex-direction:column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
