@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Lato,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#2d2d2d}ul{list-style:none}h1{font-size:clamp(2rem,12vw + 1rem,3rem);font-family:Lora,sans-serif;line-height:1}h2{font-size:clamp(1.5rem,12vw + 1rem,1.8rem);font-family:Lora,sans-serif;line-height:1}h3{font-size:clamp(1rem,12vw + 1rem,1.5rem);font-family:Lora,sans-serif;line-height:1}h4{font-size:clamp(1rem,2.5555555556vw,3rem);font-family:Lora,sans-serif}body,p{font-size:clamp(1.16rem,1.2688888889vw,1.3rem);font-family:Lato}.text-small,small{font-size:clamp(.875rem,.9722222222vw,1rem)}.text-large{font-size:clamp(1.125rem,1.4166666667vw,1.5rem)}.lead{font-size:clamp(1.25rem,1.6388888889vw,1.75rem)}body{overflow-x:hidden;background:linear-gradient(to right,#fbdac0,#fffce5)}.background{background-image:radial-gradient(ellipse farthest-corner at 24px 24px,#9d522a05,#9d522a05 50%,#fdf8f005 50%);background-size:24px 24px;z-index:-1}div p{margin-top:1rem}#home-container{padding:8rem 2rem 4rem;display:flex;flex-direction:column;gap:4rem}@media (min-width: 1024px){#home-container{padding-top:12rem;gap:6rem;max-width:100ch;margin:auto}}#hero{min-height:50vh;display:flex;flex-direction:column}#hero .hero-img{object-fit:cover;aspect-ratio:1;margin-bottom:1rem;border-radius:8px;box-shadow:0 30px 10px #0003;width:100%;animation:hoverImg 2s ease-in-out infinite forwards}@keyframes hoverImg{0%{transform:rotate(-1deg)}50%{transform:rotate(1deg)}to{transform:rotate(-1deg)}}#hero .headline{line-height:1}#hero .hero-buttons{display:flex;gap:1rem;margin-top:1rem}@media (min-width: 767px){#hero{flex-direction:row;gap:4rem;min-height:80vh;align-items:center}#hero .hero-img{order:2;max-width:400PX;aspect-ratio:1}}#intro-section{background-color:#9d522a;min-width:100%;padding:2rem 1.2rem;color:#fffce5;border-radius:8px;box-shadow:-10px 10px 10px #0003;position:relative}#intro-section:after{content:"🥄";color:#f4a261;position:absolute;top:10px;right:60px;transform:scale(6) rotate(20deg)}@media (min-width: 1024px){#intro-section{padding:0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4rem;border-radius:0;min-height:40VH;align-items:center;justify-content:space-around;margin:1em calc(50% - 50vw);padding-inline:4rem}#intro-section .intro__headline{grid-column:span 1}#intro-section .intro__body-text{grid-column:span 2}}#featured-dishes{margin:1em calc(50% - 50vw);color:#fffce5;background-color:#9d522a;position:relative;padding:3rem 1.5rem 0}#featured-dishes:before{top:0;left:0;content:"";position:absolute;width:100%;height:100%;user-select:none;background:linear-gradient(to right,transparent,rgba(0,0,0,.3))}#featured-dishes .headline:after{border-radius:8px;content:"";background:#f4a261;width:60%;display:block;margin-top:.5rem;height:2px}@media (min-width: 1024px){#featured-dishes{padding:1rem 6rem 0rem}#featured-dishes .headline{padding-top:4rem}}.cards{margin:1em calc(50% - 50vw);padding-inline:1rem;display:flex;padding-top:2rem;gap:1rem;overflow-y:hidden;overflow-x:auto}@media (min-width: 1024px){.cards{margin:0;display:grid;padding:4rem 0;gap:3rem;justify-content:space-around;grid-template-columns:1fr 1fr 1fr}}.card{position:relative;min-width:90%;border-radius:8px;padding:1rem;margin-bottom:2rem;color:#fffce5;background:linear-gradient(#914c27,#753d1f);border:2px solid rgb(169.0708542714,88.3045226131,45.2291457286);box-shadow:10px 15px 1.5px #0000001a}.card__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card__title:after{border-radius:8px;content:"";background:#9d522a;width:30%;display:block;margin-top:.5rem;height:10px}.card__img{margin-top:1rem;border-radius:8px;width:100%;object-fit:cover;aspect-ratio:3/2;box-shadow:0 2px 10px #0003}.card:after{content:"✨";line-height:1;font-size:3rem;position:absolute;display:block;top:-30px;right:40px}.card button{width:60%;margin-top:1rem}@media (min-width: 1024px){.card{transition:transform .3s ease-out}.card__title{font-size:2rem}.card:hover{transform:translateY(-5px)}}#testimonials{display:flex;flex-direction:column;gap:1rem}#testimonials .testimonial{padding:1.5rem 1rem;color:#fffce5;position:relative;border-radius:8px;background:linear-gradient(to bottom right,#422005,#120901);outline:1px solid #9d522a}#testimonials .testimonial .author{font-weight:400;text-align:right}#testimonials .testimonial:after{content:"❞";font-size:3rem;position:absolute;top:-30px;color:#9d522a;right:20px;filter:drop-shadow(0px 4px 3px rgba(255,255,255,.1))}@media (min-width: 1024px){#testimonials{display:grid;grid-template-columns:1fr 1fr}}
