.featured-food{position:relative;overflow:hidden;background:#351b15;color:#fff8ed;padding:125px 0 105px}
.featured-food-container{width:min(100% - 80px,1380px);margin-inline:auto}
.featured-food-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px}
.featured-food-label{color:#dcae55;font-size:8px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.featured-food-header-note{color:rgba(255,248,237,.27);font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.featured-food-stage{display:grid;grid-template-columns:65px minmax(400px,1fr) minmax(330px,.72fr);align-items:center;min-height:650px;gap:55px}
.featured-food-side{align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;border-right:1px solid rgba(255,248,237,.12)}
.featured-food-side-number{color:#dcae55;font-family:Georgia,"Times New Roman",serif;font-size:13px}
.featured-food-side-line{width:1px;height:120px;background:linear-gradient(to bottom,rgba(220,174,85,.6),rgba(220,174,85,0))}
.featured-food-side-text{color:rgba(255,248,237,.3);font-size:6px;font-weight:800;line-height:1.7;letter-spacing:.12em;text-align:center;text-transform:uppercase}
.featured-food-image-area{position:relative}
.featured-food-image-frame{position:relative;overflow:hidden;width:100%;aspect-ratio:1/1;background:#4b2a21;box-shadow:0 30px 70px rgba(0,0,0,.25)}
.featured-food-image-frame::before{content:"";position:absolute;inset:18px;border:1px solid rgba(220,174,85,.3);z-index:3;pointer-events:none}
.featured-food-image{width:100%;height:100%;display:block;object-fit:cover;transition:transform 1.1s cubic-bezier(.22,1,.36,1)}
.featured-food-image-area:hover .featured-food-image{transform:scale(1.07)}
.featured-food-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,7,4,.02),rgba(20,7,4,.4))}
.featured-food-image-label{position:absolute;left:27px;right:27px;bottom:28px;z-index:4;display:flex;align-items:center;gap:10px;color:#fff8ed;font-size:6px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.featured-food-image-label span:nth-child(2){color:#dcae55;font-size:10px}
.featured-food-details{position:relative;padding-left:20px}
.featured-food-category{margin-bottom:19px;color:#dcae55;font-size:7px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.featured-food-details h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(58px,6.2vw,90px);font-weight:700;line-height:.83;letter-spacing:-.07em}
.featured-food-details h2 em{color:#dcae55;font-weight:700}
.featured-food-description{max-width:400px;margin:29px 0 0;color:rgba(255,248,237,.46);font-size:11px;line-height:1.85}
.featured-food-specs{display:grid;grid-template-columns:repeat(3,1fr);max-width:450px;margin-top:39px;border-top:1px solid rgba(255,248,237,.12);border-bottom:1px solid rgba(255,248,237,.12)}
.featured-food-spec{display:flex;flex-direction:column;gap:4px;padding:16px 12px 16px 0;border-right:1px solid rgba(255,248,237,.12)}
.featured-food-spec:not(:first-child){padding-left:13px}
.featured-food-spec:last-child{border-right:0}
.featured-food-spec span{color:rgba(255,248,237,.22);font-size:5px;font-weight:800}
.featured-food-spec strong{font-family:Georgia,"Times New Roman",serif;font-size:14px}
.featured-food-spec small{color:rgba(255,248,237,.3);font-size:6px}
.featured-food-price-row{display:flex;align-items:center;justify-content:space-between;max-width:450px;margin-top:35px}
.featured-food-price{display:flex;flex-direction:column;gap:4px}
.featured-food-price small{color:rgba(255,248,237,.27);font-size:6px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.featured-food-price strong{color:#fff8ed;font-family:Georgia,"Times New Roman",serif;font-size:28px}
.featured-food-menu-link{display:inline-flex;align-items:center;gap:12px;color:#fff8ed;text-decoration:none;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.featured-food-menu-link span:last-child{width:35px;height:35px;display:grid;place-items:center;border:1px solid rgba(220,174,85,.5);border-radius:50%;color:#dcae55;font-size:14px;transition:background-color .3s ease,color .3s ease,transform .3s ease}
.featured-food-menu-link:hover span:last-child{background:#dcae55;color:#351b15;transform:translate(3px,-3px)}
.featured-food-bottom{display:flex;align-items:center;gap:18px;margin-top:65px;color:rgba(255,248,237,.25);font-size:6px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.featured-food-bottom-line{height:1px;flex:1;background:rgba(255,248,237,.1)}
.featured-food-bottom span:last-child{white-space:nowrap}
@media (max-width:1100px){.featured-food-container{width:min(100% - 50px,1380px)}.featured-food-stage{grid-template-columns:50px minmax(350px,1fr) minmax(280px,.72fr);gap:35px}.featured-food-details{padding-left:5px}}
@media (max-width:850px){.featured-food{padding:95px 0 85px}.featured-food-container{width:min(100% - 30px,1380px)}.featured-food-stage{grid-template-columns:1fr;gap:50px;min-height:auto}.featured-food-side{display:none}.featured-food-image-area{width:min(100%,600px);margin-inline:auto}.featured-food-details{padding-left:0;max-width:650px}.featured-food-details h2{font-size:clamp(58px,10vw,85px)}.featured-food-bottom{margin-top:55px}}
@media (max-width:600px){.featured-food{padding:75px 0 70px}.featured-food-container{width:calc(100% - 30px)}.featured-food-header{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:40px}.featured-food-label{font-size:7px}.featured-food-image-frame::before{inset:11px}.featured-food-image-label{left:18px;right:18px;bottom:18px;font-size:5px}.featured-food-details h2{font-size:clamp(50px,14vw,70px)}.featured-food-description{margin-top:24px;font-size:10px}.featured-food-specs{margin-top:31px}.featured-food-spec{padding:13px 7px 13px 0}.featured-food-spec:not(:first-child){padding-left:8px}.featured-food-spec strong{font-size:12px}.featured-food-spec small{font-size:5px}.featured-food-price-row{margin-top:28px}.featured-food-price strong{font-size:24px}.featured-food-menu-link{font-size:6px}.featured-food-menu-link span:last-child{width:31px;height:31px;font-size:12px}.featured-food-bottom{align-items:flex-start;flex-direction:column;gap:10px;margin-top:40px}.featured-food-bottom-line{width:100%;flex:none}.featured-food-bottom span{font-size:5px}}
@media (max-width:390px){.featured-food-container{width:calc(100% - 24px)}.featured-food-details h2{font-size:47px}.featured-food-spec strong{font-size:11px}.featured-food-price strong{font-size:22px}}
@media (prefers-reduced-motion:reduce){.featured-food-image,.featured-food-menu-link span:last-child{transition:none!important}}