/* T10 Section hub - Grow (Figma 30:888). Page layout only; tokens from css/v2. */
.hub10-hero { padding: 32px 0 56px; }
.hub10-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 48px; align-items: start; }
.hub10-title { font-size: clamp(4rem, 2rem + 7vw, 7.5rem) !important; line-height: 1.05 !important; margin: 16px 0 20px !important; }
.hub10-stats { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.hub10-stats .psb-stat { font-size: var(--fs-body-s); }

.hub10-path { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.hub10-path li { position: relative; }
.hub10-path li + li::before { content: ""; position: absolute; left: -22px; top: 50%; width: 14px; height: 3px; background: var(--border-ink); }
.hub10-path li + li::after { content: ""; position: absolute; left: -9px; top: calc(50% - 6px); border: 7.5px solid transparent; border-left: 8px solid var(--border-ink); border-right: 0; }
.hub10-path a { height: 100%; gap: 4px; text-decoration: none; transition: transform 120ms var(--ease-spring), box-shadow 120ms var(--ease-spring); }
.hub10-path a:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-card); }
.hub10-path strong { font: 400 30px/1.15 var(--font-display); color: var(--ink-900); }
.hub10-path span { color: var(--ink-700); font-size: var(--fs-body-s); }
.hub10-path .hub10-level { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-700); }
.hub10-path .hub10-go { margin-top: 6px; color: var(--pine-700); font-weight: 700; }
@media (max-width: 1000px) {
  .hub10-path { grid-template-columns: 1fr 1fr; }
  .hub10-path li:nth-child(odd)::before, .hub10-path li:nth-child(odd)::after { display: none; }
}
@media (max-width: 600px) {
  .hub10-path { grid-template-columns: 1fr; gap: 30px; }
  .hub10-path li + li::before { display: block !important; left: calc(50% - 1.5px); top: -26px; width: 3px; height: 14px; }
  .hub10-path li + li::after { display: block !important; left: calc(50% - 7.5px); top: -13px; border: 7.5px solid transparent; border-top: 8px solid var(--border-ink); border-bottom: 0; }
}

.hub10-list { padding: 24px 26px 12px; }
.hub10-list .psb-overline { font: 500 12px/1.3 var(--font-mono); margin-bottom: 4px; }
.hub10-list .psb-linklist a { justify-content: flex-start; padding: 14px 0; }

.hub10-species { list-style: none; margin: 0; padding: 0; gap: 14px; }
.hub10-species .psb-pill { padding: 8px 20px 8px 8px; gap: 10px; font-size: 16px; background: var(--bg-surface); color: var(--text-primary); border-color: var(--border-ink); }
.hub10-species .psb-pill:hover { box-shadow: var(--shadow-button); }
.hub10-species i { position: relative; width: 36px; height: 36px; flex: none; border: 2px solid var(--ink-900); border-radius: 50%; background: var(--media-bg); }
.hub10-species i::before { content: ""; position: absolute; left: 6px; right: 6px; top: 8px; height: 10px; border-radius: 12px 12px 0 0; background: var(--pine-700); }
.hub10-species i::after { content: ""; position: absolute; left: 13px; top: 17px; width: 6px; height: 9px; border: 1.5px solid var(--ink-900); border-radius: 3px; background: var(--cream-0); box-sizing: border-box; }

.hub10-ess > .psb-stack { --gap: 20px; }
.hub10-ess aside { --gap: 16px; }
.hub10-ess aside .psb-tool { padding: 18px 22px; gap: 2px; }
.hub10-tool { font-weight: 700; }

.hub10-trouble { background: var(--tomato-100); }
.hub10-trouble ul { list-style: none; margin: 0; padding: 0; }
.hub10-trouble .psb-sechead a { color: var(--pine-700); }
@media (max-width: 1000px) { .hub10-hero__grid { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 600px) { .hub10-ess + * .psb-sechead, .psb-sechead { flex-wrap: wrap; } }

/* Page-local workarounds for shared specificity issues (".psb h2/h3/p" beat
   single-class components). Candidates for templates.css - see report. */
.psb h2.psb-overline, .psb h3.psb-overline { font: 700 var(--fs-caption)/1.33 var(--font-body); letter-spacing: .06em; text-transform: uppercase; }
.psb h3.psb-card__title { font: 700 19px/1.32 var(--font-body); }
.psb .psb-disclosure { display: block; }
.psb .psb-disclosure::before { margin-right: 8px; }
@media (max-width: 600px) { .psb .psb-grid { --cols: 1 !important; } } /* components.css :not() rule outranks its own 600px rule */
