.vv-module--bento-grid .vv-bento{display:grid;gap:.75rem;grid-auto-rows:minmax(160px,auto);grid-template-columns:repeat(2,1fr);margin-top:1.5rem}@media (min-width:640px){.vv-module--bento-grid .vv-bento{grid-auto-rows:minmax(200px,auto)}}@media (min-width:768px){.vv-module--bento-grid .vv-bento{gap:1.5rem;grid-auto-rows:minmax(260px,auto);grid-template-columns:repeat(4,1fr)}}.vv-module--bento-grid .vv-bento__tile{align-items:center;border-radius:1rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:1rem;position:relative;text-align:center;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}@media (min-width:768px){.vv-module--bento-grid .vv-bento__tile{border-radius:var(--radius-squircle-lg);padding:1.5rem}}.vv-module--bento-grid .vv-bento__tile--span2{grid-column:span 2}.vv-module--bento-grid .vv-bento__tile--image{box-shadow:var(--shadow-strong);padding:0}.vv-module--bento-grid .vv-bento__tile--surface{border:1px solid hsl(var(--border)/.5);box-shadow:var(--shadow-soft)}.vv-module--bento-grid .vv-bento__tile--default{background:hsl(var(--surface-soft))}.vv-module--bento-grid .vv-bento__tile--warm{background:hsl(var(--surface-warm))}.vv-module--bento-grid .vv-bento__tile--cool{background:hsl(var(--surface-cool))}.vv-module--bento-grid .vv-bento__tile:hover{box-shadow:var(--shadow-strong);transform:translateY(-4px)}.vv-module--bento-grid .vv-bento__tile img{height:100%;object-fit:cover;width:100%}.vv-module--bento-grid .vv-bento__stat{color:hsl(var(--foreground-strong));font-family:var(--font-heading);font-size:clamp(.9375rem,4.5vw,3rem);font-weight:700;line-height:1.1;margin-bottom:.75rem}.vv-module--bento-grid .vv-bento__label{color:hsl(var(--foreground));font-size:1rem;line-height:1.5;margin:0;max-width:200px}.vv-module--bento-grid .vv-bento__quote{color:hsl(var(--foreground-strong));font-size:1.0625rem;font-style:italic;line-height:1.5;margin:0 0 1rem}.vv-module--bento-grid .vv-bento__author{align-items:center;display:flex;gap:.75rem}.vv-module--bento-grid .vv-bento__author img{border-radius:9999px;flex:0 0 auto;height:2.5rem;object-fit:cover;width:2.5rem}.vv-module--bento-grid .vv-bento__author-name{font-weight:600;margin:0;text-align:left}.vv-module--bento-grid .vv-bento__author-role{color:hsl(var(--foreground)/.6);font-size:1rem;margin:0;text-align:left}@media (max-width:767px){.vv-module--bento-grid .vv-bento__tile[style*="--mobile-order"]{order:var(--mobile-order)}}@media (prefers-reduced-motion:reduce){.vv-module--bento-grid .vv-bento__tile{transition:none}.vv-module--bento-grid .vv-bento__tile:hover{transform:none}}