.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:calc(100dvh - 290px);max-height:calc(100dvh - 290px);--x:50%;--y:50%;--r:350px}@media (min-width:1400px){.chroma-bento-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:auto 1fr;height:calc(100dvh - 290px);max-height:calc(100dvh - 290px);gap:.75rem}.chroma-bento-card.landscape{grid-column:span 4!important;flex-direction:row!important}.chroma-bento-img-wrapper.landscape{flex:0 0 35%!important;max-width:35%!important;padding:12px!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-info{flex:1!important;justify-content:center!important;padding:1.5rem 2.5rem!important}.chroma-bento-card.landscape .chroma-bento-name{font-size:2.25rem!important}.chroma-bento-card.landscape .chroma-bento-title{font-size:1rem!important}.chroma-bento-card.landscape .chroma-bento-title-row{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!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-card.landscape{flex-direction:column!important;grid-column:span 1!important}.chroma-bento-img-wrapper.landscape{flex:1!important;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:1!important;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:0;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:center top;object-position:center top;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:center 20%;object-position:center 20%}.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}