.layout-card-grid{padding-block:var(--section-y)}.layout-card-grid .cg-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:40px}.layout-card-grid .cg-head h2{margin-top:10px;max-width:20ch}.layout-card-grid .cg-head .hl{color:var(--terracotta);font-style:italic}.layout-card-grid .cg-intro{margin-top:14px;max-width:60ch}.layout-card-grid .cg-head-link a{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-family:var(--f-sans);font-weight:700;font-size:16px;text-decoration:none;border-bottom:2px solid var(--amber);padding-bottom:3px}.layout-card-grid .cg-filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}.layout-card-grid .cg-filter{font-family:var(--f-sans);font-weight:700;font-size:14px;padding:10px 20px;border-radius:var(--r-pill);border:1px solid var(--sage);background:0 0;color:var(--stone);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.layout-card-grid .cg-filter:hover{border-color:var(--green);color:var(--green-deep)}.layout-card-grid .cg-filter.is-active{background:var(--green-deep);border-color:var(--green-deep);color:var(--cream)}.layout-card-grid .cg-grid{display:grid;gap:28px}.layout-card-grid .cg-grid.cols-2{grid-template-columns:repeat(2,1fr)}.layout-card-grid .cg-grid.cols-3{grid-template-columns:repeat(3,1fr)}.layout-card-grid .cg-grid.cols-4{grid-template-columns:repeat(4,1fr)}.layout-card-grid .cg-grid.is-short{justify-content:center}.layout-card-grid .cg-grid.cols-3.count-2{grid-template-columns:repeat(2,minmax(0,430px))}.layout-card-grid .cg-grid.cols-4.count-2{grid-template-columns:repeat(2,minmax(0,390px))}.layout-card-grid .cg-grid.cols-4.count-3{grid-template-columns:repeat(3,minmax(0,340px))}.layout-card-grid .cg-card[hidden]{display:none}.layout-card-grid .cg-card{background:var(--white);border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;display:block;box-shadow:0 2px 16px rgba(42,35,32,.06);transition:transform .25s ease,box-shadow .25s ease}a.cg-card:hover,a.cg-card:focus-visible{transform:translateY(-6px);box-shadow:0 18px 40px rgba(42,35,32,.14)}.layout-card-grid .cg-media{position:relative;overflow:hidden}.layout-card-grid .cg-media img,.layout-card-grid .cg-media .placeholder{width:100%;height:100%;object-fit:cover;display:block}.layout-card-grid .cg-body{padding:24px 24px 26px}.layout-card-grid .cg-meta{font-family:var(--f-sans);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--stone-light)}.layout-card-grid .cg-title{font-family:var(--f-serif);font-size:22px;font-weight:700;line-height:1.24;color:var(--green-deep);margin-top:10px}.layout-card-grid .cg-excerpt{font-size:15px;line-height:1.6;color:var(--stone);margin-top:10px}.layout-card-grid .cg-more{display:inline-block;margin-top:16px;font-family:var(--f-sans);font-weight:700;font-size:15px;color:var(--green)}.layout-card-grid.style-landscape .cg-media{height:200px}.layout-card-grid.style-landscape.has-rule .cg-media{border-top:4px solid var(--amber)}.home .layout-card-grid.style-landscape.has-rule .cg-media{border-top-width:3px}.layout-card-grid.style-landscape.has-rule .cg-card.accent-terracotta .cg-media{border-top-color:var(--terracotta)}.layout-card-grid.style-landscape.has-rule .cg-card.accent-green .cg-media{border-top-color:var(--green)}.layout-card-grid.style-landscape:not(.has-rule) .cg-card{border-radius:20px}.layout-card-grid.style-landscape:not(.has-rule) .cg-media{height:210px}.layout-card-grid.style-landscape:not(.has-rule) .cg-body{padding:26px}.layout-card-grid.style-landscape:not(.has-rule) .cg-title{font-size:24px;margin-top:14px}.layout-card-grid.style-landscape:not(.has-rule) .cg-more{color:var(--terracotta)}.layout-card-grid.style-portrait .cg-card{border-radius:20px}.layout-card-grid.style-portrait .cg-media{height:320px;background:#eadec8}.layout-card-grid.style-portrait .cg-media img{object-position:center top}.layout-card-grid.style-portrait .cg-body{padding:24px;text-align:center}.layout-card-grid.style-portrait .cg-title{margin-top:0;font-size:22px;line-height:1.2}.layout-card-grid.style-portrait .cg-role{font-family:var(--f-serif);font-style:italic;font-size:16px;font-weight:600;color:var(--terracotta);margin-top:6px}.layout-card-grid.style-portrait .cg-card.accent-amber .cg-role{color:#a8720f}.layout-card-grid.style-portrait .cg-card.accent-green .cg-role{color:var(--green)}.layout-card-grid.style-tile .cg-card{box-shadow:0 2px 16px rgba(42,35,32,.08)}.layout-card-grid.style-tile .cg-media{height:300px}.layout-card-grid.style-tile .cg-media img{transition:transform .45s ease}.layout-card-grid.style-tile a.cg-card:hover .cg-media img{transform:scale(1.06)}.layout-card-grid.style-tile .cg-scrim{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;background:linear-gradient(0deg,rgba(7,67,43,.9) 6%,rgba(7,67,43,.15) 60%)}.layout-card-grid.style-tile .cg-tag{align-self:flex-start;background:var(--terracotta);color:var(--white);font-family:var(--f-sans);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:5px 12px;border-radius:var(--r-pill);margin-bottom:10px}.layout-card-grid.style-tile .cg-card.accent-amber .cg-tag{background:var(--amber);color:var(--green-deep)}.layout-card-grid.style-tile .cg-card.accent-green .cg-tag{background:var(--green)}.layout-card-grid.style-tile .cg-title{color:var(--white);margin-top:0}.layout-card-grid.style-tile .cg-meta{color:rgba(246,236,216,.8);font-size:14px;font-weight:400;letter-spacing:0;text-transform:none;margin-top:4px}.section-bg-green .cg-head h2,.section-bg-green-deep .cg-head h2{color:var(--cream)}.section-bg-green .cg-head-link a,.section-bg-green-deep .cg-head-link a{color:var(--amber)}@media (max-width:1024px){.layout-card-grid .cg-grid.cols-3,.layout-card-grid .cg-grid.cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.layout-card-grid .cg-grid{gap:20px}.layout-card-grid .cg-grid.cols-2,.layout-card-grid .cg-grid.cols-3,.layout-card-grid .cg-grid.cols-4{grid-template-columns:1fr}.layout-card-grid .cg-head{margin-bottom:28px}}.layout-card-grid .cg-head.align-center{flex-direction:column;align-items:center;text-align:center}.layout-card-grid .cg-head.align-center h2{max-width:none}.layout-card-grid .cg-head.align-center .cg-intro{max-width:56ch;margin-inline:auto}.layout-card-grid .cg-pill{display:inline-block;font-family:var(--f-sans);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--green);background:var(--green-tint);padding:4px 11px;border-radius:var(--r-pill)}.layout-card-grid .cg-pill+.cg-title{margin-top:12px}