.chroma-bento-grid{position:relative;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem;box-sizing:border-box;height:max(480px,calc(100dvh - 290px));max-height:max(480px,calc(100dvh - 290px));--x:50%;--y:50%;--r:350px}@media (min-width:1400px){.chroma-bento-grid{--team-banner-row-min:clamp(188px, 16.5vh, 260px);--team-banner-img-width:clamp(156px, 17vw, 228px);grid-template-columns:1fr;grid-template-rows:repeat(4,minmax(var(--team-banner-row-min),1fr));height:max(calc(var(--team-banner-row-min)*4 + .65rem*3),calc(100dvh - 250px));max-height:none;gap:.65rem}.chroma-bento-card{flex-direction:row!important;grid-column:1/-1!important;min-height:var(--team-banner-row-min)}.chroma-bento-img-wrapper{flex:0 0 var(--team-banner-img-width)!important;max-width:var(--team-banner-img-width)!important;min-height:0;padding:12px!important;align-self:stretch}.chroma-bento-card .chroma-bento-info{flex:1!important;justify-content:center!important;padding:.75rem 1.75rem!important}.chroma-bento-card .chroma-bento-name{font-size:clamp(1.35rem,1.6vw,2rem)!important}.chroma-bento-card .chroma-bento-title{font-size:clamp(.7rem,.85vw,.95rem)!important}.chroma-bento-card .chroma-bento-title-row{flex-direction:column!important;align-items:flex-start!important;gap:.4rem!important}.chroma-bento-img-wrapper.landscape .chroma-bento-img-default{display:block!important}.chroma-bento-img-wrapper.landscape .chroma-bento-img-alt{display:none!important}.chroma-bento-card.landscape .chroma-bento-name{font-size:clamp(1.6rem,1.9vw,2.25rem)!important}.chroma-bento-card.landscape .chroma-bento-title{font-size:clamp(.8rem,.95vw,1rem)!important}}@media (max-width:1024px){.chroma-bento-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:.75rem;height:auto;max-height:none}.chroma-bento-img-wrapper{flex:none;aspect-ratio:3/4}.chroma-bento-card.landscape{flex-direction:column!important;grid-column:span 1!important}.chroma-bento-img-wrapper.landscape{flex:none!important;aspect-ratio:3/4;max-width:100%!important;padding:8px!important}.chroma-bento-img-wrapper.landscape .chroma-bento-img-default{display:none!important}.chroma-bento-img-wrapper.landscape .chroma-bento-img-alt{display:block!important;position:relative!important;inset:auto!important;-o-object-position:center top!important;object-position:center top!important}.chroma-bento-card.landscape .chroma-bento-info{flex:none!important;justify-content:flex-start!important;padding:.5rem 1rem .75rem!important}.chroma-bento-card.landscape .chroma-bento-name{font-size:1.1rem!important}.chroma-bento-card.landscape .chroma-bento-title{font-size:.75rem!important}.chroma-bento-card.landscape .chroma-bento-title-row{flex-direction:row!important;align-items:center!important;gap:1rem!important}}@media (max-width:640px){.chroma-bento-grid{grid-template-columns:1fr;gap:.75rem}.chroma-bento-card.landscape{flex-direction:column!important;grid-column:span 1!important}.chroma-bento-img-wrapper.landscape{flex:none!important;aspect-ratio:3/4;max-width:100%!important;padding:8px!important}.chroma-bento-img-wrapper.landscape .chroma-bento-img-default{display:none!important}.chroma-bento-img-wrapper.landscape .chroma-bento-img-alt{display:block!important;position:relative!important;inset:auto!important;-o-object-position:center top!important;object-position:center top!important}.chroma-bento-card.landscape .chroma-bento-info{flex:none!important;justify-content:flex-start!important;padding:.5rem 1rem .75rem!important}.chroma-bento-card.landscape .chroma-bento-name{font-size:1.1rem!important}.chroma-bento-card.landscape .chroma-bento-title{font-size:.75rem!important}.chroma-bento-card.landscape .chroma-bento-title-row{flex-direction:row!important;align-items:center!important;gap:1rem!important}}.chroma-bento-card{position:relative;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;border:1px solid var(--card-border);transition:transform .3s ease,box-shadow .3s ease;background:var(--card-gradient);min-height:0;height:100%;box-shadow:0 10px 30px #0000004d,0 0 30px color-mix(in srgb,var(--card-border) 40%,transparent),0 0 60px color-mix(in srgb,var(--card-border) 20%,transparent);--mouse-x:50%;--mouse-y:50%;--spotlight-color:rgba(255, 255, 255, .12)}.chroma-bento-card.landscape{flex-direction:row}.chroma-bento-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 25px 50px #0006,0 0 50px color-mix(in srgb,var(--card-border) 60%,transparent),0 0 100px color-mix(in srgb,var(--card-border) 30%,transparent)}.chroma-bento-img-wrapper{position:relative;z-index:1;flex:1;min-height:120px;padding:8px;box-sizing:border-box;background:0 0;overflow:hidden}.chroma-bento-img-wrapper.landscape{flex:0 0 65%;max-width:65%}.chroma-bento-img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--card-image-position, center 24%);object-position:var(--card-image-position, center 24%);border-radius:12px;display:block}.chroma-bento-img-wrapper .chroma-bento-img-default{display:block}.chroma-bento-img-wrapper .chroma-bento-img-alt{display:none;position:absolute;inset:8px}.chroma-bento-img-wrapper.landscape .chroma-bento-img-default{display:block}.chroma-bento-img-wrapper.landscape .chroma-bento-img-alt{display:none}.chroma-bento-img-wrapper.landscape img{-o-object-position:var(--card-image-position, 68% 42%);object-position:var(--card-image-position, 68% 42%)}@media (min-width:1025px) and (max-width:1399px){.chroma-bento-card.landscape{grid-column:span 3!important;flex-direction:row!important}.chroma-bento-img-wrapper.landscape{flex:0 0 34%!important;max-width:34%!important;padding:12px!important}.chroma-bento-img-wrapper.landscape .chroma-bento-img-default{display:none!important}.chroma-bento-img-wrapper.landscape .chroma-bento-img-alt{display:block!important;position:relative!important;inset:auto!important;-o-object-position:center 18%!important;object-position:center 18%!important}.chroma-bento-card.landscape .chroma-bento-info{flex:1!important;justify-content:center!important;padding:1.25rem 2rem!important}.chroma-bento-card.landscape .chroma-bento-name{font-size:1.85rem!important}}.chroma-bento-info{position:relative;z-index:1;padding:.5rem 1rem .75rem;color:#fff;font-family:system-ui,-apple-system,sans-serif;display:flex;flex-direction:column;gap:.15rem}.chroma-bento-card.landscape .chroma-bento-info{flex:1;justify-content:center;padding:1rem 1.5rem}.chroma-bento-name{font-size:1.1rem;font-weight:700;margin:0;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.5)}.chroma-bento-card.landscape .chroma-bento-name{font-size:1.75rem}.chroma-bento-title{font-size:.75rem;font-weight:500;margin:0;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.chroma-bento-card.landscape .chroma-bento-title{font-size:.9rem}.chroma-bento-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.chroma-bento-card.landscape .chroma-bento-title-row{flex-direction:column;align-items:flex-start;gap:.5rem}.chroma-bento-cta{font-size:.75rem;font-weight:600;color:var(--card-border);opacity:0;transition:opacity .3s ease;white-space:nowrap}.chroma-bento-card:hover .chroma-bento-cta{opacity:1}@media (hover:none){.chroma-bento-cta{opacity:1}}.chroma-bento-arrow{display:inline-block;transition:transform .3s ease}.chroma-bento-card:hover .chroma-bento-arrow{transform:translate(4px)}.chroma-bento-overlay,.chroma-bento-fade{display:none}body{overflow-x:hidden}