.chef-story-container{background-color:#000;padding-top:2.5rem;padding-bottom:2.5rem;margin-top:0}.chef-story-inner{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.chef-story-hr{margin-top:1rem;margin-bottom:1rem;border-top:1px solid #e5e7eb}.chef-story-header{margin-bottom:2.5rem;text-align:center}.chef-story-title{padding-top:3rem;font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#fff}.chef-story-description{color:#fff}.chef-story-items{display:flex;flex-direction:column;gap:2.5rem}.chef-story-item{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:768px){.chef-story-item{flex-direction:row;align-items:center}}.chef-story-item-left{flex:1}.chef-story-item-title{font-size:1.25rem;font-weight:600}.chef-story-item-description{color:#fff}.chef-story-link{display:inline-block;margin-top:.5rem;padding:.5rem 1rem;background-color:#f97316;color:#fff;font-weight:500;text-decoration:none;border-radius:.375rem;transition:background-color .3s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}.chef-story-link:hover{background-color:#fb923c;transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.15);cursor:pointer}.chef-story-item-right{flex:1;display:flex;justify-content:flex-end}.chef-story-item.reverse-layout .chef-story-item-right{justify-content:flex-start}.chef-story-image{width:400px;height:400px;-o-object-fit:cover;object-fit:cover;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.chef-story-item:not(.reverse-layout) .chef-story-image{border-radius:9999px 0 0 9999px}.chef-story-item.reverse-layout .chef-story-image{border-radius:0 9999px 9999px 0}.chef-story-image:hover{transform:scale(1.05);box-shadow:0 15px 25px -5px rgba(255,165,0,.4),0 10px 10px -5px rgba(255,165,0,.2);cursor:pointer}@media (min-width:768px){.reverse-layout{flex-direction:row-reverse}}