.committees-section{background:linear-gradient(180deg,rgba(5,14,23,.2),rgba(5,14,23,.58))}
.committees-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:54px}
.committees-heading h2{margin-bottom:0}.committees-heading p{margin:0;max-width:510px}
.committee-grid{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.committee-card{grid-column:span 2;min-height:310px;padding:32px;display:flex;flex-direction:column;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .25s,transform .25s}
.committee-card:nth-child(4){grid-column:2/span 2}.committee-card:hover{background:var(--card);transform:translateY(-3px)}
.committee-card.featured{background:linear-gradient(145deg,rgba(201,165,93,.13),rgba(16,32,45,.7));border-color:rgba(201,165,93,.55)}
.committee-top{display:flex;align-items:start;justify-content:space-between}.committee-top>span{font-family:'Instrument Serif',serif;color:var(--gold);font-size:39px;letter-spacing:.04em}.committee-top small{color:rgba(201,165,93,.55)}
.committee-card h3{font-size:24px;line-height:1.18;margin:22px 0 35px;max-width:310px}
.committee-meta{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:auto;padding-top:21px;border-top:1px solid var(--line)}
.committee-meta small{color:var(--muted);font-size:8px;letter-spacing:.2em}.committee-meta strong{display:block;margin-top:8px;font-family:'Instrument Serif',serif;font-size:17px;font-weight:400}
@media(max-width:900px){.committees-heading{display:block}.committees-heading p{margin-top:20px}.committee-grid{grid-template-columns:repeat(2,1fr)}.committee-card,.committee-card:nth-child(4){grid-column:span 1}.committee-card:last-child{grid-column:1/-1}}
@media(max-width:600px){.committee-grid{grid-template-columns:1fr}.committee-card,.committee-card:nth-child(4),.committee-card:last-child{grid-column:span 1;min-height:270px;padding:26px}}
