.kos-trust{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}
.kos-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.kos-trust__item{display:flex;align-items:flex-start;gap:1.4rem;padding:2rem;background:rgb(var(--color-background));border-radius:.8rem;border:.1rem solid rgba(var(--color-foreground),.08);transition:transform .2s,box-shadow .2s}
.kos-trust__item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(var(--color-foreground),.04),0 2px 6px rgba(var(--color-foreground),.06)}
.kos-trust__icon{flex-shrink:0;width:4.4rem;height:4.4rem;border-radius:.8rem;display:flex;align-items:center;justify-content:center;font-size:2rem}
.kos-trust__icon--handmade{background:rgba(196,162,101,.15);color:#C49435}
.kos-trust__icon--ancient{background:rgba(59,130,176,.12);color:#3B82B0}
.kos-trust__icon--pure{background:rgba(74,140,63,.12);color:#4A8C3F}
.kos-trust__icon--direct{background:rgba(196,117,63,.12);color:#C4753F}
.kos-trust__text h3{font-size:1.3rem;font-weight:700;margin:0 0 .3rem;color:rgb(var(--color-foreground));line-height:1.3;font-family:var(--font-heading-family)}
.kos-trust__text p{font-size:1.1rem;color:rgba(var(--color-foreground),.55);line-height:1.4;margin:0}
@media screen and (max-width:749px){.kos-trust__grid{grid-template-columns:repeat(2,1fr)}
}
@media screen and (max-width:480px){.kos-trust__grid{grid-template-columns:1fr}
}
@media screen and (min-width:750px){.kos-trust{padding:0 5rem}
}
