.small-plates-section{position:relative;overflow:hidden;background:#17120f;color:#f2ebe2;padding:clamp(105px,12vw,180px) 0}
.small-plates-container{width:min(1280px,calc(100% - 80px));margin:0 auto}
.small-plates-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:25px;border-bottom:1px solid rgba(242,235,226,.15)}
.small-plates-label{display:flex;align-items:center;gap:14px;color:#c58b57;font-size:10px;font-weight:700;letter-spacing:.21em;text-transform:uppercase}
.small-plates-line{width:34px;height:1px;background:#c58b57}
.small-plates-number{color:#80766d;font-size:9px;font-weight:700;letter-spacing:.18em}
.small-plates-intro{display:grid;grid-template-columns:100px 1fr .65fr;align-items:end;gap:35px;margin:clamp(70px,8vw,110px) 0 80px}
.small-plates-index{align-self:start;color:#c58b57;font-family:Georgia,"Times New Roman",serif;font-size:80px;font-weight:400;line-height:.7;opacity:.8}
.small-plates-intro h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(55px,6.3vw,88px);font-weight:400;line-height:.88;letter-spacing:-.055em}
.small-plates-intro h2 em{color:#c58b57;font-weight:400}
.small-plates-intro p{max-width:340px;margin:0 0 5px;color:#958a80;font-size:13px;line-height:1.9}
.small-plates-menu{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(242,235,226,.17);border-bottom:1px solid rgba(242,235,226,.17)}
.small-plates-column{padding:35px 38px 45px 0;border-right:1px solid rgba(242,235,226,.13)}
.small-plates-column:nth-child(2),.small-plates-column:nth-child(3){padding-left:38px}
.small-plates-column:last-child{border-right:0}
.small-plates-category{display:flex;align-items:center;gap:15px;margin-bottom:38px;color:#c58b57;font-size:9px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}
.small-plates-category i{display:block;width:25px;height:1px;background:rgba(197,139,87,.5)}
.small-plates-item{padding:0 0 28px;margin-bottom:27px;border-bottom:1px solid rgba(242,235,226,.09)}
.small-plates-item:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.small-plates-item-top{display:flex;align-items:baseline;justify-content:space-between;gap:15px}
.small-plates-item h3{margin:0;color:#f0e8df;font-family:Georgia,"Times New Roman",serif;font-size:20px;font-weight:400;line-height:1.15}
.small-plates-item strong{flex-shrink:0;color:#c58b57;font-family:Georgia,"Times New Roman",serif;font-size:15px;font-weight:400}
.small-plates-item p{margin:9px 0 0;color:#857a70;font-size:10px;line-height:1.65}
.small-plates-footer{display:flex;align-items:center;justify-content:space-between;padding-top:24px;color:#736961;font-size:8px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.small-plates-footer span:last-child{color:#9a8f85}
@media(max-width:1050px){
.small-plates-container{width:min(100% - 60px,1280px)}
.small-plates-intro{grid-template-columns:70px 1fr .7fr;gap:25px}
.small-plates-index{font-size:60px}
.small-plates-column{padding-right:25px}
.small-plates-column:nth-child(2),.small-plates-column:nth-child(3){padding-left:25px}
.small-plates-item h3{font-size:18px}
}
@media(max-width:780px){
.small-plates-section{padding:85px 0}
.small-plates-container{width:calc(100% - 40px)}
.small-plates-label{font-size:9px;letter-spacing:.17em}
.small-plates-intro{grid-template-columns:1fr;gap:20px;margin:55px 0 55px}
.small-plates-index{font-size:45px}
.small-plates-intro h2{font-size:clamp(48px,11vw,68px)}
.small-plates-intro p{max-width:500px;font-size:13px}
.small-plates-menu{grid-template-columns:1fr}
.small-plates-column,.small-plates-column:nth-child(2),.small-plates-column:nth-child(3){padding:35px 0;border-right:0;border-bottom:1px solid rgba(242,235,226,.13)}
.small-plates-column:last-child{border-bottom:0}
.small-plates-category{margin-bottom:30px}
.small-plates-item{padding-bottom:24px;margin-bottom:23px}
.small-plates-footer{display:block;padding-top:20px;line-height:1.8}
.small-plates-footer span{display:block}
}
@media(max-width:480px){
.small-plates-section{padding:70px 0}
.small-plates-container{width:calc(100% - 30px)}
.small-plates-header{padding-bottom:18px}
.small-plates-label{font-size:8px;letter-spacing:.14em}
.small-plates-line{width:25px}
.small-plates-number{font-size:8px}
.small-plates-intro{margin:45px 0 45px;gap:17px}
.small-plates-index{font-size:38px}
.small-plates-intro h2{font-size:40px}
.small-plates-intro p{font-size:12px;line-height:1.8}
.small-plates-column,.small-plates-column:nth-child(2),.small-plates-column:nth-child(3){padding:28px 0}
.small-plates-category{margin-bottom:25px;font-size:8px}
.small-plates-item{padding-bottom:21px;margin-bottom:20px}
.small-plates-item h3{font-size:17px}
.small-plates-item strong{font-size:14px}
.small-plates-item p{font-size:9px}
.small-plates-footer{font-size:7px}
}
@media(prefers-reduced-motion:reduce){
.small-plates-item{transition:none}
}