/* Share the landing page's palette, typography, wordmark and site navigation. */

.resource-site { line-height: 1.6; }
.resource-site .nav-links [aria-current] { color: var(--brass); }
.resource-site .site-footer { margin-top: 36px; }
.resource-site .shell { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.resource-site main { min-width: 0; }
.resource-site main h1 { font: 600 clamp(36px, 4vw, 54px)/1.08 var(--serif); letter-spacing: -.04em; }
.resource-site main h2 { font: 600 clamp(24px, 2.3vw, 32px)/1.15 var(--serif); letter-spacing: -.025em; }
.resource-site main h3 { font: 600 17px/1.35 var(--sans); letter-spacing: -.025em; }
.resource-site main p { color: var(--ink-2); }
.resource-site .accent { color: var(--brass); }
.resource-site .eyebrow, .feat-tag { font: 700 10px/1.5 var(--sans); letter-spacing: .13em; text-transform: uppercase; color: var(--brass); }
.resource-site .crumb { font-size: 12px; color: var(--ink-3); margin-bottom: 16px; }
.crumb a:hover { color: var(--brass); }
.crumb .sep { margin-inline: 8px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.resource-site input, .resource-site button { font: inherit; }
.resource-site button { border: 0; }
.resource-site main svg { display: block; flex: none; }
.resource-site main > section { padding-block: 24px; }
.resource-site main > .rhero { padding-top: 32px; padding-bottom: 20px; }
.rhero .eyebrow { display: block; margin-bottom: 10px; }
.rhero h1 { margin-bottom: 14px; }
.rhero .lede { max-width: 780px; font-size: 15px; line-height: 1.7; }
.tools { max-width: 580px; margin-top: 20px; }
.srch { display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: var(--white); border: 1px solid var(--line-strong); border-radius: var(--radius-control); }
.srch:focus-within { outline: 2px solid var(--brass); outline-offset: 2px; }
.srch input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.srch .clr { display: none; padding: 4px; background: transparent; }
.srch .clr.on { display: block; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.resource-site .chip { padding: 6px 10px; border: 1px solid var(--line); border-radius: 6px; background: transparent; font-size: 11px; font-weight: 600; }
.chip:hover { background: var(--pale); }
.resource-site .chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--white); }
.chip .n { margin-left: 5px; opacity: .7; }
.sec-head { margin-bottom: 16px; }
.sec-head p { margin-top: 5px; font-size: 13px; }
.hubs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.hub { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 3px 10px; padding: 13px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.hub-i { grid-row: span 2; color: var(--brass); }
.resource-site .hub h3 { font-size: 13px; }
.hub p { display: none; }
.hub-f { display: flex; align-items: center; gap: 4px; font-size: 10px; color: var(--ink-3); }
.hub-f .arw { margin-left: auto; }
.hub:hover, .art:hover { border-color: var(--brass); background: var(--pale); }
.band-alt { background: var(--pale); border-block: 1px solid var(--line); }
.feat { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 32px; align-items: center; }
.feat-tag { display: block; margin-bottom: 8px; }
.feat-copy h2 { max-width: 680px; margin-bottom: 10px; }
.feat-copy p { font-size: 13px; line-height: 1.7; max-width: 760px; }
.feat-meta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; font-size: 11px; margin-top: 14px; }
.btn-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; border-bottom: 1px solid var(--brass); }
.feat-art { padding: 16px; background: var(--cream-deep); border: 1px solid var(--line-strong); border-radius: 10px; }
.doc-mock { padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 5px; transform: rotate(-3deg); }
.dl { height: 5px; background: var(--line); margin-bottom: 9px; }
.dl.t { height: 8px; width: 72%; background: var(--ink); margin-bottom: 15px; }
.dl.b { width: 48%; background: var(--brass-line); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.art { display: flex; flex-direction: column; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; transition: border-color .15s, background .15s; }
.art-cat { display: flex; align-items: center; gap: 7px; color: var(--brass); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
.art-cat .dot { width: 5px; height: 5px; background: var(--brass); }
.art h3 { margin-bottom: 8px; }
.art p { flex: 1; font-size: 12px; line-height: 1.65; margin-bottom: 14px; }
.art-f { display: flex; align-items: center; gap: 8px; padding-top: 10px; border-top: 1px solid var(--line); font-size: 11px; }
.go { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; font-weight: 600; }
.type-tag { color: var(--ink-2); font-size: 10px; }
.pend { margin-left: auto; color: var(--ink-3); }
.art.soon { background: var(--pale); }
.count-line { margin-bottom: 14px; font-size: 12px; }
.empty { grid-column: 1 / -1; padding: 28px; border: 1px dashed var(--line-strong); border-radius: 10px; text-align: center; }
.empty p { margin-block: 8px 16px; }
.btn-secondary { padding: 10px 16px; background: var(--btn); color: var(--white); border-radius: var(--radius-control); }
@media (max-width: 1100px) {
  .resource-site .shell { width: calc(100% - 64px); }
  .hubs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .resource-site .shell { width: calc(100% - 40px); }
  .hubs, .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feat { grid-template-columns: 1fr; }
  .feat-art { display: none; }
}
@media (max-width: 520px) {
  .resource-site .shell { width: calc(100% - 32px); }
  .resource-site main > section { padding-block: 20px; }
  .resource-site main > .rhero { padding-top: 24px; }
  .resource-site main h1 { font-size: 36px; }
  .hubs { gap: 6px; }
  .hub { padding: 10px; grid-template-columns: 1fr; }
  .hub-i { display: none; }
  .hub-f { font-size: 9px; }
  .grid { grid-template-columns: 1fr; }
  .feat-meta { gap: 8px; }
}
