/* =====================================================================
   Grow · simplified dashboard (draft 4)
   Same system as the sales page / research page (base.css tokens, Plus Jakarta
   Sans, strategy colours, rainbow stripe, pill buttons). Fewer things, more air.
   ===================================================================== */
body { background: var(--bg); }
[hidden] { display: none !important; }
body.noscroll { overflow: hidden; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: #fff; padding: 10px 14px; border-radius: 10px; }
.skip:focus { left: 12px; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.linkish { background: none; border: 0; padding: 0; cursor: pointer; color: var(--ink); font: inherit; font-weight: 700; text-decoration: underline; text-decoration-color: var(--line-2); text-underline-offset: 3px; }
.linkish:hover { text-decoration-color: currentColor; }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn svg, .bi { width: 18px; height: 18px; }

/* ---------- header ---------- */
.top { position: sticky; top: 0; z-index: 40; background: #fff; }
.top-in { max-width: 1180px; margin: 0 auto; padding: 0 24px; height: 68px; display: flex; align-items: center; gap: 28px; }
.top .stripe { height: 5px; background: var(--stripe); }
.top-nav { display: flex; gap: 4px; }
.top-nav a { color: var(--ink-2); text-decoration: none; font-weight: 600; font-size: 15px; padding: 8px 14px; border-radius: var(--r-pill); white-space: nowrap; }
.top-nav a:hover { background: var(--bg); color: var(--ink); }
.top-nav a[aria-current="page"] { background: var(--char-3); color: #fff; }
.top-util { margin-left: auto; display: flex; align-items: center; gap: 10px; position: relative; }
.top-help { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); text-decoration: none; font-weight: 700; font-size: 14.5px; padding: 8px 12px; border-radius: var(--r-pill); }
.top-help:hover { background: var(--bg); color: var(--ink); }
.top-help svg { width: 18px; height: 18px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; border: 0; cursor: pointer; background: var(--char-3); color: #fff; font-weight: 800; font-size: 14px; }
.acct { position: absolute; right: 0; top: calc(100% + 10px); width: 250px; background: #fff; border-radius: 18px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); padding: 8px; z-index: 60; }
.acct-who { margin: 0 0 6px; padding: 10px 12px 12px; border-bottom: 1px solid var(--line); }
.acct-who b { display: block; font-size: 15px; } .acct-who span { font-size: 13px; color: var(--ink-3); }
.acct a { display: block; padding: 10px 12px; border-radius: 10px; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 14.5px; }
.acct a:hover { background: var(--bg); }

.page { max-width: 1180px; margin: 0 auto; padding: 48px 24px 72px; }

/* ---------- home ---------- */
.hello { margin-bottom: 32px; }
.hello-date { margin: 0 0 6px; font-size: 14px; font-weight: 700; color: var(--ink-3); }
.hello h1 { margin: 0; font-size: clamp(34px, 4.4vw, 50px); line-height: 1.08; letter-spacing: -.035em; font-weight: 800; }
.ul { background: linear-gradient(transparent 62%, var(--hl) 0); padding: 0 .08em; }
.hello-sub { margin: 12px 0 0; font-size: 18px; color: var(--ink-2); max-width: 36em; }

.age-cards { display: grid; gap: 24px; }
.age-cards.n2, .age-cards.n3 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.age { background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; position: relative; }
.age::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--a); z-index: 1; }
.age-art { display: block; aspect-ratio: 16/9; background: var(--a-soft); overflow: hidden; }
.age-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.age:hover .age-art img { transform: scale(1.03); }
.age-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.age-name { margin: 0; display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--a-ink); }
.age-name i { width: 10px; height: 10px; border-radius: 50%; background: var(--a); }
.age-when { margin: 14px 0 2px; font-size: 14px; color: var(--ink-3); font-weight: 600; }
.age-title { margin: 0; font-size: 28px; line-height: 1.15; letter-spacing: -.03em; }
.age-tag { margin: 6px 0 0; color: var(--ink-2); font-size: 15.5px; line-height: 1.5; }
.age-acts { margin-top: auto; padding-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.age-all { color: var(--ink); font-weight: 700; font-size: 15px; text-decoration: none; }
.age-all:hover { text-decoration: underline; }
/* single age group: wide layout */
.age-cards.n1 .age { flex-direction: row; }
.age-cards.n1 .age-art { flex: 0 0 56%; aspect-ratio: auto; min-height: 340px; }
.age-cards.n1 .age-body { padding: 36px; justify-content: center; }
.age-cards.n1 .age-title { font-size: 38px; }
.also { margin: 18px 4px 0; font-size: 15px; color: var(--ink-3); }
.also a { color: var(--ink); font-weight: 700; }

.start { margin-top: 40px; background: #fff; border-radius: var(--r-lg); padding: 28px 30px; box-shadow: var(--shadow); }
.start-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.start h2 { margin: 0; font-size: 22px; letter-spacing: -.02em; }
.start-x { background: none; border: 0; cursor: pointer; color: var(--ink-3); font-weight: 700; font-size: 14px; padding: 6px 10px; border-radius: 8px; }
.start-x:hover { background: var(--bg); color: var(--ink); }
.steps { list-style: none; margin: 20px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps li { display: flex; gap: 14px; }
.steps .n { flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--disc-soft); color: var(--disc-ink); font-weight: 800; display: grid; place-items: center; }
.steps b { display: block; font-size: 16px; margin-bottom: 4px; }
.steps span { font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.steps a, .start-help a { color: var(--ink); font-weight: 700; }
.start-help { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14.5px; color: var(--ink-2); }

.more { margin-top: 48px; }
.more h2 { margin: 0 0 14px; font-size: 20px; letter-spacing: -.02em; }
.links { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.links a { display: flex; align-items: center; gap: 14px; background: #fff; border-radius: var(--r); padding: 16px 18px; text-decoration: none; color: var(--ink); box-shadow: var(--shadow); transition: transform .15s, box-shadow .15s; }
.links a:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.links .li { width: 42px; height: 42px; border-radius: 12px; background: var(--a-soft); color: var(--a-ink); display: grid; place-items: center; flex: none; }
.links .li svg { width: 21px; height: 21px; }
.links b { display: block; font-size: 15.5px; } .links small { font-size: 13.5px; color: var(--ink-3); }

.help-row { margin-top: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px 32px; flex-wrap: wrap; padding: 26px 30px; border-radius: var(--r-lg); background: var(--char-3); color: #fff; }
.help-row b { display: block; font-size: 19px; letter-spacing: -.01em; }
.help-row span { color: rgba(255,255,255,.75); font-size: 15px; }
.help-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.help-row .btn-dark { background: #fff; color: var(--ink); }
.help-row .btn-ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.4); }

/* ---------- age-group page ---------- */
.bp .page { padding-top: 28px; }
.crumbs { font-size: 14px; color: var(--ink-3); display: flex; gap: 8px; margin-bottom: 14px; }
.crumbs a { color: var(--ink-2); font-weight: 600; text-decoration: none; } .crumbs a:hover { text-decoration: underline; }
.bp-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px 24px; flex-wrap: wrap; }
.bp-head h1 { margin: 0; font-size: clamp(34px, 4.4vw, 48px); letter-spacing: -.035em; line-height: 1.05; position: relative; display: inline-block; }
.bp-head h1::after { content: ""; display: block; height: 6px; width: 64px; border-radius: 3px; background: var(--a); margin-top: 12px; }
.bp-plan { margin: 10px 0 0; font-size: 15px; color: var(--ink-3); font-weight: 600; }
.vol { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--ink-3); }
.vol select { font: inherit; font-weight: 700; color: var(--ink); font-size: 15px; padding: 10px 38px 10px 14px; border-radius: 12px; border: 1.5px solid var(--line-2); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23454C55' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 14px center; appearance: none; cursor: pointer; }
.vol select:hover { border-color: var(--ink-3); }
.ages { display: flex; gap: 8px; margin-top: 20px; flex-wrap: wrap; }
.ages a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: var(--r-pill); text-decoration: none; color: var(--ink-2); font-weight: 700; font-size: 14.5px; background: #fff; box-shadow: inset 0 0 0 1.5px var(--line); }
.ages a i { width: 9px; height: 9px; border-radius: 50%; background: var(--a); }
.ages a[aria-current="page"] { background: var(--a-soft); color: var(--a-ink); box-shadow: inset 0 0 0 1.5px var(--a); }
.banner { margin-top: 20px; display: flex; align-items: center; gap: 8px 16px; flex-wrap: wrap; padding: 14px 18px; border-radius: 14px; background: #fff; box-shadow: inset 0 0 0 1.5px var(--line); font-size: 15px; }
.banner span { color: var(--ink-2); }
.banner .btn, .banner .linkish { margin-left: auto; }

.tabs { display: flex; gap: 6px; margin: 28px 0 8px; border-bottom: 1.5px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tabs button { flex: none; background: none; border: 0; cursor: pointer; padding: 12px 14px 14px; font-weight: 700; font-size: 15px; color: var(--ink-3); position: relative; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.tabs button:hover { color: var(--ink); }
.tabs button[aria-selected="true"] { color: var(--ink); }
.tabs button[aria-selected="true"]::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: -1.5px; height: 3px; border-radius: 3px; background: var(--a); }
.tabs svg { width: 14px; height: 14px; }

.now { display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); margin: 24px 0 8px; }
.now-art { border: 0; padding: 0; cursor: pointer; background: var(--a-soft); display: block; }
.now-art img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/9; }
.now-body { padding: 34px 36px; display: flex; flex-direction: column; justify-content: center; }
.kicker { margin: 0; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--a-ink); }
.now h2 { margin: 8px 0 0; font-size: clamp(30px, 3.2vw, 40px); line-height: 1.08; letter-spacing: -.03em; }
.now-tag { margin: 8px 0 0; color: var(--ink-2); font-size: 16.5px; }
.now-acts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.now-note { margin: 14px 0 0; font-size: 14px; color: var(--ink-3); }

.rs { margin-top: 40px; }
.rs-head { margin-bottom: 16px; }
.rs-head h2 { margin: 0; font-size: 22px; letter-spacing: -.02em; display: flex; align-items: center; gap: 10px; }
.rs-head .ct { font-size: 13px; font-weight: 800; color: var(--ink-3); background: #fff; box-shadow: inset 0 0 0 1.5px var(--line); border-radius: 999px; padding: 2px 9px; }
.rs-head p { margin: 4px 0 0; color: var(--ink-3); font-size: 15px; }
.grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; }
.grid.small { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
.rc { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.rc:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.rc.is-now { box-shadow: 0 0 0 3px var(--a), var(--shadow); }
.rc-open { border: 0; background: none; padding: 0; cursor: pointer; text-align: left; display: block; flex: 1; }
.rc-art { display: block; aspect-ratio: 16/9; background: var(--bg); position: relative; overflow: hidden; }
.rc-art img { width: 100%; height: 100%; object-fit: cover; }
.rc.locked .rc-art img { filter: grayscale(.85); opacity: .7; }
.rc-lock { position: absolute; right: 10px; top: 10px; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.95); display: grid; place-items: center; }
.rc-lock svg { width: 15px; height: 15px; }
.rc-text { display: block; padding: 14px 16px 6px; }
.rc-when { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink-3); margin-bottom: 2px; }
.rc.is-now .rc-when { color: var(--a-ink); }
.rc-text b { font-size: 16px; line-height: 1.3; letter-spacing: -.01em; }
.rc-dl { display: inline-flex; align-items: center; gap: 6px; margin: 4px 16px 14px; font-size: 14px; font-weight: 700; color: var(--ink-2); text-decoration: none; align-self: flex-start; padding: 4px 0; }
.rc-dl:hover { color: var(--ink); text-decoration: underline; }
.rc-dl svg { width: 16px; height: 16px; }
.showall { text-align: center; margin-top: 20px; }
.upsell { margin-top: 24px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding: 18px 20px; border-radius: var(--r); background: #fff; box-shadow: var(--shadow); }
.upsell > svg { width: 22px; height: 22px; color: var(--ink-3); flex: none; }
.upsell b { display: block; } .upsell span { color: var(--ink-2); font-size: 15px; }
.upsell .btn { margin-left: auto; }
.empty { color: var(--ink-3); padding: 40px 0; text-align: center; }

/* ---------- panel ---------- */
.scrim { position: fixed; inset: 0; background: rgba(20,22,26,.4); z-index: 70; opacity: 0; transition: opacity .2s; }
.scrim.in { opacity: 1; }
.panel { position: fixed; top: 0; right: 0; bottom: 0; width: min(520px, 100%); background: #fff; z-index: 71; box-shadow: -20px 0 60px rgba(0,0,0,.15); transform: translateX(100%); transition: transform .22s ease; display: flex; flex-direction: column; }
.panel.in { transform: none; }
.p-close { position: absolute; right: 14px; top: 14px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(255,255,255,.95); box-shadow: var(--shadow); cursor: pointer; display: grid; place-items: center; }
.p-close svg { width: 18px; height: 18px; }
.p-body { overflow-y: auto; padding: 0 28px 36px; flex: 1; }
.p-art { margin: 0 -28px 22px; aspect-ratio: 16/9; background: var(--a-soft); }
.p-art img { width: 100%; height: 100%; object-fit: cover; }
.panel h2 { margin: 6px 0 0; font-size: 30px; letter-spacing: -.03em; line-height: 1.1; }
.p-tag { margin: 6px 0 0; color: var(--ink-2); }
.p-acts { display: grid; gap: 10px; margin-top: 22px; }
.p-note { margin: 10px 0 0; font-size: 13.5px; color: var(--ink-3); }
.p-lock { margin-top: 20px; display: flex; gap: 10px; align-items: center; padding: 14px 16px; border-radius: 14px; background: var(--bg); color: var(--ink-2); }
.p-lock svg { width: 18px; height: 18px; flex: none; }
.fold { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 16px; }
.fold summary { cursor: pointer; font-weight: 800; font-size: 16px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.fold summary::-webkit-details-marker { display: none; }
.fold summary::after { content: "+"; font-size: 22px; font-weight: 500; color: var(--ink-3); line-height: 1; }
.fold[open] summary::after { content: "–"; }
.weeks { list-style: none; margin: 12px 0 0; padding: 0; }
.weeks li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.weeks li:last-child { border-bottom: 0; }
.weeks li span { color: var(--ink-2); text-align: right; }
.weeks .linkish, .fold-links .linkish { font-weight: 600; }
.fold-links { margin: 12px 0 0; font-size: 14.5px; color: var(--ink-3); }
.big { margin: 12px 0 0; padding-left: 20px; display: grid; gap: 10px; }
.big b { display: block; font-size: 15px; } .big span { font-size: 13.5px; color: var(--ink-3); }
.big a { color: var(--ink-2); }
.mv { margin: 14px 0 0; font-size: 14.5px; color: var(--ink-2); }
.about { margin: 12px 0 0; font-size: 15px; line-height: 1.6; color: var(--ink-2); }
.inc { margin: 6px 0 12px; padding-left: 20px; font-size: 14.5px; color: var(--ink-2); }
.fold h4 { margin: 12px 0 0; font-size: 14px; }

/* ---------- footer + toast (from draft 3) ---------- */
.dfoot { border-top: 1px solid var(--line); background: #fff; }
.dfoot-in { max-width: 1180px; margin: 0 auto; padding: 28px 24px 8px; display: flex; align-items: center; justify-content: space-between; gap: 18px 32px; flex-wrap: wrap; }
.dfoot .gc-logo .mark { height: 30px; } .dfoot .gc-logo .rule { height: 28px; } .dfoot .gc-logo .word { font-size: 17px; }
.dfoot-links, .dfoot-contact { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 14px; }
.dfoot a { color: var(--ink-2); text-decoration: none; font-weight: 600; }
.dfoot a:hover { color: var(--ink); text-decoration: underline; }
.dfoot .fine { max-width: 1180px; margin: 0 auto; padding: 8px 24px 28px; font-size: 13px; color: var(--ink-3); }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; z-index: 80; background: var(--char-3); color: #fff; font-weight: 700; font-size: 15px; padding: 12px 18px; border-radius: 14px; box-shadow: var(--shadow-lg); transition: opacity .2s, transform .2s; max-width: calc(100% - 32px); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.draft { width: fit-content; margin: 0 auto 20px; background: var(--bg); color: var(--ink-3); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 10px; border-radius: 8px; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .links { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 16px; }
  .age-cards.n1 .age { flex-direction: column; }
  .age-cards.n1 .age-art { flex: none; min-height: 0; aspect-ratio: 16/9; }
  .now { grid-template-columns: 1fr; }
  .now-body { padding: 24px; }
}
@media (max-width: 720px) {
  .top-in { height: auto; flex-wrap: wrap; padding: 10px 16px 0; gap: 6px 12px; }
  .gc-logo .mark { height: 30px; } .gc-logo .rule { height: 28px; } .gc-logo .word { font-size: 17px; }
  .top-nav { order: 3; width: calc(100% + 32px); margin: 0 -16px; padding: 4px 12px 8px; overflow-x: auto; scrollbar-width: none; }
  .top-help span { display: none; }
  .page { padding: 28px 16px 56px; }
  .hello-sub { font-size: 16.5px; }
  .age-cards.n2, .age-cards.n3 { grid-template-columns: 1fr; }
  .age-body { padding: 18px 18px 20px; }
  .age-title { font-size: 24px; }
  .age-acts .btn { width: 100%; }
  .start { padding: 22px 20px; } .start h2 { font-size: 19px; }
  .links { grid-template-columns: 1fr; }
  .help-row { padding: 22px 20px; }
  .bp-head { align-items: flex-start; flex-direction: column; }
  .vol, .vol select { width: 100%; } .vol select { flex: 1; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .grid.small { grid-template-columns: repeat(2, 1fr); }
  .rc-text { padding: 10px 12px 4px; } .rc-text b { font-size: 14.5px; } .rc-dl { margin: 2px 12px 10px; font-size: 13px; }
  .now-acts .btn { width: 100%; }
  .tabs { margin-right: -16px; padding-right: 24px; -webkit-mask-image: linear-gradient(90deg,#000 calc(100% - 40px),transparent); mask-image: linear-gradient(90deg,#000 calc(100% - 40px),transparent); }
  .p-body { padding: 0 20px 28px; } .p-art { margin: 0 -20px 18px; }
  .banner .btn, .banner .linkish, .upsell .btn { margin-left: 0; }
}

/* =====================================================================
   Draft 5: one age group in focus + Resources menu
   ===================================================================== */
.top { position: sticky; }
.menu-btn { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; cursor: pointer; color: var(--ink-2); font-weight: 600; font-size: 15px; padding: 8px 14px; border-radius: var(--r-pill); white-space: nowrap; }
.menu-btn svg { width: 15px; height: 15px; transition: transform .15s; }
.menu-btn:hover, .menu-btn[aria-expanded="true"] { background: var(--bg); color: var(--ink); }
.menu-btn[aria-expanded="true"] svg { transform: rotate(180deg); }
.menu-mob { display: none; width: 40px; height: 40px; border-radius: 12px; border: 0; background: transparent; cursor: pointer; place-items: center; }
.menu-mob svg { width: 22px; height: 22px; }
.menu-mob:hover { background: var(--bg); }
.mega { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 24px 48px rgba(31,35,40,.14); z-index: 45; max-height: calc(100vh - 80px); overflow-y: auto; }
.mega-in { max-width: 1180px; margin: 0 auto; padding: 28px 24px 32px; display: grid; grid-template-columns: 1.05fr 1.05fr 1fr .95fr; gap: 28px; }
.mega-scrim { position: fixed; inset: 0; z-index: 39; background: rgba(20,22,26,.25); }
.mega-mobnav { display: none; }
.mcol h3 { margin: 0 0 10px; font-size: 12.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-3); }
.mcol h3.mt { margin-top: 22px; }
.mcol ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.mcol ul + ul { margin-top: 2px; }
.mcol a { display: flex; align-items: center; gap: 12px; padding: 9px 10px; margin: 0 -10px; border-radius: 12px; color: var(--ink); text-decoration: none; }
.mcol a:hover { background: var(--bg); }
.mcol b { display: block; font-size: 15px; line-height: 1.3; }
.mcol small { display: block; font-size: 13px; color: var(--ink-3); line-height: 1.35; }
.mcol .dim b { color: var(--ink-2); }
.mi { width: 36px; height: 36px; border-radius: 10px; background: var(--a-soft); color: var(--a-ink); display: grid; place-items: center; flex: none; }
.mi svg { width: 19px; height: 19px; }
.mi.dot i { width: 12px; height: 12px; border-radius: 50%; background: var(--a); }
.mcol ul.plain a { padding: 6px 10px; font-weight: 600; font-size: 14.5px; color: var(--ink-2); }
.mcol ul.plain a:hover { color: var(--ink); }
.mhelp { background: var(--bg); border-radius: var(--r); padding: 20px; align-self: start; }
.mhelp p { margin: 0 0 14px; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.mhelp .btn { width: 100%; margin-bottom: 8px; }

/* home: toggle + focus card */
.age-toggle { display: inline-flex; gap: 4px; padding: 5px; background: #fff; border-radius: var(--r-pill); box-shadow: var(--shadow); margin-bottom: 16px; }
.age-toggle button { display: inline-flex; align-items: center; gap: 8px; border: 0; background: none; cursor: pointer; padding: 9px 18px; border-radius: var(--r-pill); font-weight: 700; font-size: 15px; color: var(--ink-2); }
.age-toggle button i { width: 9px; height: 9px; border-radius: 50%; background: var(--a); }
.age-toggle button:hover { color: var(--ink); background: var(--bg); }
.age-toggle button[aria-selected="true"] { background: var(--a-soft); color: var(--a-ink); box-shadow: inset 0 0 0 1.5px var(--a); }
.focus { display: grid; grid-template-columns: 1.2fr 1fr; background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.focus::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--a); z-index: 1; }
.focus-art { display: block; background: var(--a-soft); overflow: hidden; min-height: 100%; }
.focus-art img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/9; transition: transform .35s; }
.focus:hover .focus-art img { transform: scale(1.02); }
.focus-body { padding: 34px 36px 30px; display: flex; flex-direction: column; justify-content: center; }
.focus-title { margin: 0; font-size: clamp(30px, 3.4vw, 42px); line-height: 1.08; letter-spacing: -.03em; }
.focus .age-acts { margin-top: 0; padding-top: 24px; }
.up-next { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 14px; color: var(--ink); text-decoration: none; }
.up-next img { width: 88px; height: 50px; object-fit: cover; border-radius: 8px; flex: none; }
.up-next small { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink-3); }
.up-next b { font-size: 15.5px; }
.up-next:hover b { text-decoration: underline; }
.jump { margin-top: 28px; }
.jump-h { margin: 0 0 14px; font-size: 20px; letter-spacing: -.02em; }
.jump ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.jump a { height: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; background: #fff; border-radius: var(--r); padding: 18px; color: var(--ink); text-decoration: none; box-shadow: var(--shadow); transition: transform .15s, box-shadow .15s; position: relative; }
.jump a:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.jump b { display: block; font-size: 15.5px; line-height: 1.25; }
.jump small { display: block; font-size: 13.5px; color: var(--ink-3); margin-top: 2px; line-height: 1.4; }
.jump a.locked .mi { filter: grayscale(1); opacity: .6; }
.jump a > svg { position: absolute; right: 14px; top: 16px; width: 15px; height: 15px; color: var(--ink-3); }
.more-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.more-head h2 { margin: 0; }
.more-head .linkish { font-size: 14.5px; }

@media (max-width: 1080px) {
  .mega-in { grid-template-columns: 1fr 1fr; }
  .jump ul { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
  .focus { grid-template-columns: 1fr; }
  .focus-art img { aspect-ratio: 16/9; }
  .focus-body { padding: 24px; }
}
@media (max-width: 720px) {
  .top-in { height: 60px; flex-wrap: nowrap; padding: 0 12px 0 16px; }
  .top-nav { display: none; }
  .menu-mob { display: grid; }
  .mega { position: fixed; top: 65px; bottom: 0; max-height: none; }
  .mega-in { grid-template-columns: 1fr; padding: 16px 20px 32px; gap: 22px; }
  .mega-mobnav { display: flex; gap: 6px; flex-wrap: wrap; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .mega-mobnav a { padding: 8px 14px; border-radius: var(--r-pill); background: var(--bg); color: var(--ink); font-weight: 700; font-size: 14.5px; text-decoration: none; }
  body.mega-open { overflow: hidden; }
  .age-toggle { display: flex; width: 100%; }
  .age-toggle button { flex: 1; justify-content: center; padding: 9px 8px; font-size: 14px; }
  .focus-body { padding: 20px 18px 22px; }
  .focus .age-acts .btn { width: 100%; }
  .jump ul { grid-template-columns: 1fr; gap: 8px; }
  .jump a { flex-direction: row; align-items: center; padding: 14px 16px; }
  .jump a > svg { top: 50%; transform: translateY(-50%); }
  .more-head { flex-direction: column; gap: 4px; }
}

.menu-mob[aria-expanded="true"] { background: var(--bg); }
.also { margin-left: 0; }
.jump small { text-wrap: pretty; }
.steps span { line-height: 1.45; }
.start-head { align-items: center; }
.more-head { align-items: center; }
.focus-art { margin-top: 0; }
.mcol .dim small { color: var(--ink-3); }
