.resources-hero { padding: 105px clamp(22px,8vw,130px); background: linear-gradient(115deg,var(--forest),#1b382c); color: #fff; }
.resources-hero > div { max-width: 940px; }
.resources-hero .eyebrow { color: var(--gold); }
.resources-hero h1 { max-width: 900px; margin-bottom: 25px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(48px,6vw,82px); font-weight: 600; line-height: 1.02; letter-spacing: -.05em; }
.resources-hero p:last-child { max-width: 760px; margin: 0; color: #cfdbd5; font-size: 18px; line-height: 1.75; }
.resources-main { padding: 95px clamp(22px,6vw,92px) 120px; background: var(--cream); }
.resources-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.resources-heading h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(38px,4vw,58px); font-weight: 600; letter-spacing: -.04em; }
.resources-heading > p { color: var(--muted); font-size: 13px; font-weight: 800; }
.resource-filters { margin: 42px 0 34px; padding: 22px; display: grid; grid-template-columns: minmax(240px,1.5fr) 1fr 1fr auto; gap: 14px; align-items: end; background: #fff; border: 1px solid var(--line); }
.resource-filters label { display: grid; gap: 7px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.resource-filters input,.resource-filters select { min-height: 45px; padding: 10px 12px; border: 1px solid #cfd1ca; border-radius: 4px; background: #fff; }
.resource-filters button { min-height: 45px; padding: 0 18px; border: 1px solid var(--forest); border-radius: 4px; background: #fff; color: var(--forest); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.public-resource-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.public-resource-card { overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); transition: transform .2s,box-shadow .2s; }
.public-resource-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(16,35,27,.09); }
.public-resource-card.featured { border-top: 5px solid var(--gold); }
.resource-thumbnail { height: 190px; overflow: hidden; background: #e9ece6; }
.resource-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.resource-thumbnail-placeholder { display: grid; place-items: center; background: linear-gradient(135deg,var(--forest),#29483b); color: var(--gold); font-family: Georgia,serif; font-size: 44px; font-weight: 700; }
.public-resource-body { flex: 1; padding: 25px; display: flex; flex-direction: column; }
.public-resource-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.public-resource-meta span { padding: 5px 8px; background: #f3edda; color: #725000; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.public-resource-body h3 { margin: 20px 0 12px; font-family: Georgia,serif; font-size: 25px; line-height: 1.22; }
.public-resource-body > p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.public-resource-footer { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); }
.public-resource-footer small { color: var(--muted); font-size: 10px; }
.public-resource-footer a { color: var(--forest); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.public-resource-footer a:after { content: " →"; color: var(--gold-dark); }
.resource-empty-state { padding: 70px 30px; text-align: center; background: #fff; border: 1px solid var(--line); }
.resource-empty-state h3 { margin-bottom: 14px; font-family: Georgia,serif; font-size: clamp(30px,4vw,48px); }
.resource-empty-state > p:not(.eyebrow) { max-width: 650px; margin: 0 auto; color: var(--muted); line-height: 1.7; }
.future-resource-types { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.future-resource-types span { padding: 9px 13px; border: 1px solid var(--line); color: var(--forest); font-size: 11px; font-weight: 800; }
.resources-loading,.resource-error { grid-column: 1 / -1; padding: 45px; text-align: center; color: var(--muted); background: #fff; border: 1px solid var(--line); }
.resource-error { color: #8d2424; }
@media(max-width:1050px){.public-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-filters{grid-template-columns:1fr 1fr}.resource-filters label:first-child{grid-column:1/-1}}
@media(max-width:680px){.resources-hero{padding-top:72px;padding-bottom:75px}.resources-heading{align-items:flex-start;flex-direction:column}.resource-filters,.public-resource-grid{grid-template-columns:1fr}.resource-filters label:first-child{grid-column:auto}.resource-thumbnail{height:175px}}
