.home-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.home-section-head h2{font:600 clamp(2.2rem,4vw,4rem)/1.08 'Playfair Display';letter-spacing:-1.5px;margin:0}.home-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:45px}.home-resource-card{background:#fff;border:1px solid #e1e7df;padding:28px;min-height:235px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s,box-shadow .2s}.home-resource-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(22,75,58,.08)}.tag i{display:inline-block;width:3px;height:3px;border-radius:50%;background:currentColor;vertical-align:middle;margin:0 6px}.home-resource-card h3,.home-event h3{font:600 1.5rem/1.16 'Playfair Display';margin:20px 0 10px}.home-resource-card p,.home-event p{font-size:.9rem;line-height:1.6;color:var(--muted);margin:0 0 18px}.home-resource-card b{margin-top:auto;font-size:.85rem;color:var(--green)}.home-events{background:#e7efe2}.home-event-list{display:grid;gap:14px;margin-top:45px}.home-event{display:grid;grid-template-columns:76px 1fr auto;gap:26px;align-items:center;background:#f8faf6;border:1px solid #dbe6d9;padding:26px}.home-event-date{background:#d5e7ce;color:var(--green);text-align:center;padding:12px}.home-event-date b{font:600 2rem/1 'Playfair Display';display:block}.home-event-date span{font:500 .66rem 'DM Mono';letter-spacing:1px}.home-event h3{margin:10px 0}.home-event small{font:500 .72rem 'DM Mono';color:#61766b}.home-empty{padding:42px 0;color:var(--muted)}.home-empty b{color:var(--ink);font-size:1.1rem}@media(max-width:760px){.home-section-head{align-items:flex-start;display:block}.home-section-head .text-link{display:inline-block;margin-top:17px}.home-resource-grid{grid-template-columns:1fr}.home-event{grid-template-columns:66px 1fr;gap:17px}.home-event .button{grid-column:1/-1;justify-self:start}.home-event-date{min-width:66px}}
