/* Free resources section: hub + one page per board. Uses home.css tokens. */
/* Top padding matches .cp-hero so content clears the fixed nav, as on every other page. */
.res-page { padding: clamp(86px, 8.5vh, 104px) 0 clamp(48px, 7vw, 96px); }
.res-crumbs { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; color: var(--ink-soft); margin-bottom: 18px; }
.res-crumbs a { color: var(--brass-text); text-decoration: none; }
.res-crumbs a:hover { text-decoration: underline; }
.res-head { max-width: 760px; margin-bottom: clamp(24px, 4vw, 44px); }
.res-head h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 5vw, 56px); line-height: 1.05; margin: 10px 0 14px; color: var(--ink); }
.res-head h1 em { color: var(--brass); }
.res-lead { font-size: 17px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 14px; }
.res-disclaimer { font-family: var(--mono); font-size: 11.5px; line-height: 1.6; color: var(--ink-soft); border-left: 2px solid var(--brass-soft); padding-left: 12px; margin: 0; }
.res-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.res-chip { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); background: var(--ivory); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 4px 10px; }
.res-section { margin-top: clamp(26px, 4vw, 40px); }
.res-section h2 { font-family: var(--mono); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--brass-text); margin: 0 0 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.res-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.res-grid-boards { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.res-card { display: flex; flex-direction: column; gap: 6px; padding: 18px 18px 16px; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--r-md); color: var(--ink); text-decoration: none; transition: border-color .2s var(--ease-out), transform .2s var(--ease-out); }
.res-card:hover { border-color: var(--brass-soft); transform: translateY(-1px); }
.res-card:focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; }
.res-card-title { font-family: var(--serif); font-size: 19px; line-height: 1.25; display: flex; justify-content: space-between; gap: 10px; }
.res-board .res-card-title { font-size: 22px; }
.res-arrow { width: 15px; height: 15px; flex: none; margin-top: 4px; color: var(--brass); }
.res-card-desc { font-size: 14px; line-height: 1.5; color: var(--ink-soft); }
.res-card-host { margin-top: auto; padding-top: 6px; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; color: var(--brass-text); }
.res-cta { margin-top: clamp(36px, 6vw, 64px); padding: clamp(22px, 3vw, 32px); background: var(--navy); color: var(--ivory); border-radius: var(--r-lg); display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.res-cta p { margin: 0; flex: 1 1 320px; font-family: var(--serif); font-size: 21px; line-height: 1.35; }
.res-back { color: var(--brass-on-navy); font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-decoration: none; }
.res-back:hover { text-decoration: underline; }
@media (max-width: 640px) { .res-grid, .res-grid-boards { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .res-card { transition: none; } .res-card:hover { transform: none; } }
