.ecosystem-links {display:grid;grid-template-columns:1fr 1fr;gap:32px;padding-top:25px}
.ecosystem-links a {border:1px solid var(--line);padding:32px;transition:background .2s}
.ecosystem-links a:hover {background:#eaece2}
.ecosystem-links .mono {font-size:.75rem;color:var(--muted)}
.ecosystem-links h3 {font-weight:500;font-size:2rem;letter-spacing:-.04em;margin-block:18px 12px}
.ecosystem-links p {color:var(--muted);line-height:1.7}
.heritage-motion {margin-top:40px;background:#17201c;color:#e8eddd;border:1px solid #46534b}
.heritage-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;padding:65px 45px}
.heritage-grid svg {display:block;width:90px;height:90px;color:#d2bb72;margin-bottom:36px}
.heritage-grid h3 {font-weight:500;font-size:1.5rem;margin-bottom:12px}
.heritage-grid p {font-size:.875rem;color:#bcc7bf;line-height:1.7}
.heritage-motion figcaption {display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid #46534b;padding:25px 32px}
.heritage-motion figcaption p {margin-top:8px;color:#bcc7bf;font-size:.8rem}
.heritage-motion button {color:inherit;min-height:44px}
@media(max-width:700px){.ecosystem-links {grid-template-columns:1fr;gap:20px}.heritage-grid {grid-template-columns:1fr;padding:35px;gap:35px}.heritage-grid svg {width:65px;height:65px;margin-bottom:20px}.heritage-motion figcaption {flex-direction:column;align-items:flex-start;padding:25px}.ecosystem-links a {padding:25px}}
