.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.4rem;margin-top:1.2rem}.bento-width-4{grid-column:span 4}.bento-width-6{grid-column:span 6}.bento-width-8{grid-column:span 8}.bento-width-12{grid-column:span 12}.bento-item{position:relative;border-radius:2rem;min-height:28rem;overflow:hidden;display:flex;align-items:flex-end;background:rgb(var(--color-foreground));transition:transform .35s cubic-bezier(.23,1,.32,1),box-shadow .35s cubic-bezier(.23,1,.32,1);box-shadow:0 4px 20px rgba(var(--color-foreground),.08)}.bento-item:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(var(--color-foreground),.14),0 8px 20px rgba(var(--color-foreground),.08)}.bento-width-12{min-height:42rem}.bento-item:nth-child(1){background:linear-gradient(145deg,#be351f,#c4442a 25%,#8b1e0f 60%,#2d2926)}.bento-item:nth-child(2){background:linear-gradient(145deg,#4a675d,#3d5a4f 40%,#2c3e36)}.bento-item:nth-child(3){background:linear-gradient(145deg,#4a6580,#3d5570 40%,#2c3d55)}.bento-item:nth-child(4){background:linear-gradient(145deg,#6b5b4e,#5a4a3d,#3d322a)}.bento-item:nth-child(5){background:linear-gradient(145deg,#8b7355,#7a6248 40%,#5c4a38)}.bento-item__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;border-radius:inherit}.bento-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b3,#0000004d 40%,#0000000d);z-index:1;border-radius:inherit}.bento-item--dark .bento-item__overlay{background:linear-gradient(to top,#000c,#0006 45%,#0000001a)}.bento-content{position:relative;z-index:2;padding:2.8rem;width:100%;background:linear-gradient(to top,rgba(0,0,0,.25) 0%,transparent 100%)}.bento-title{margin:0 0 .8rem;color:#f5e0d0;font-size:clamp(1.8rem,2.4vw,2.6rem);line-height:1.15;font-weight:700}.bento-width-12 .bento-title{font-size:clamp(2.8rem,4.5vw,4.6rem);max-width:18ch;letter-spacing:-.02em}.bento-text{margin:0 0 1.6rem;color:#f5e0d0e6;font-size:1.5rem;line-height:1.55;max-width:50ch}.bento-width-12 .bento-text{font-size:1.8rem;max-width:48ch}.bento-cta{display:inline-flex;align-items:center;gap:.6rem;padding:1.1rem 2.4rem;border-radius:10rem;font-weight:700;font-size:1.4rem;text-decoration:none;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:none;letter-spacing:.01em;transition:background .25s ease,color .25s ease,transform .2s ease,box-shadow .25s ease;box-shadow:0 4px 15px #00000026}.bento-cta:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text));transform:translateY(-2px);box-shadow:0 8px 25px rgba(var(--color-button),.35)}.bento-cta:focus-visible{outline:3px solid #F5E0D0;outline-offset:3px}.bento-cta:after{content:"\2192";font-size:1.3em;transition:transform .2s ease}.bento-cta:hover:after{transform:translate(4px)}.bento-width-4 .bento-cta{padding:.9rem 1.8rem;font-size:1.3rem}.bento-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");border-radius:inherit;pointer-events:none}@media screen and (max-width:989px){.bento-grid{grid-template-columns:repeat(12,1fr);gap:1rem}.bento-width-4{grid-column:span 6}.bento-width-8{grid-column:span 12}.bento-item{min-height:24rem;border-radius:1.6rem}.bento-width-12{min-height:32rem}.bento-content{padding:2.2rem}}@media screen and (max-width:749px){.bento-grid{grid-template-columns:1fr;gap:1rem}.bento-width-4,.bento-width-6,.bento-width-8,.bento-width-12{grid-column:span 1}.bento-item{min-height:22rem;border-radius:1.4rem}.bento-width-12{min-height:28rem}.bento-content{padding:1.8rem}.bento-title{font-size:1.8rem}.bento-width-12 .bento-title{font-size:2.6rem}.bento-text{font-size:1.4rem;margin-bottom:1.2rem}.bento-width-12 .bento-text{font-size:1.5rem}.bento-cta{padding:1rem 2rem;font-size:1.3rem;min-height:4.6rem}}@media screen and (max-width:480px){.bento-item{min-height:20rem}.bento-width-12{min-height:24rem}.bento-content{padding:1.4rem}}@media(prefers-reduced-motion:reduce){.bento-item{transition:none}.bento-item:hover{transform:none}.bento-cta{transition:none}.bento-cta:hover{transform:none}.bento-cta:after{transition:none}.bento-cta:hover:after{transform:none}.bento-item:focus-within{transform:none}}.bento-item:focus-within{outline:2px solid #F5E0D0;outline-offset:4px;transform:translateY(-6px);box-shadow:0 20px 50px rgba(var(--color-foreground),.14),0 8px 20px rgba(var(--color-foreground),.08)}@media print{.bento-grid{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/bento-core.css.map */
