.appetizers-page { background: var(--cream); }
.appetizers-page .site-header:not(.is-fixed) { color: var(--ink); border-bottom-color: rgba(12,15,38,.14); background: rgba(255,248,235,.88); backdrop-filter: blur(12px); }
.app-hero { position: relative; min-height: 720px; color: var(--ink); background: var(--cream); overflow: hidden; isolation: isolate; }
.app-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(rgba(12,15,38,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(12,15,38,.045) 1px,transparent 1px),radial-gradient(circle at 20% 74%,rgba(255,185,54,.28),transparent 25%),var(--cream); background-size: 76px 76px,76px 76px,auto,auto; }
.app-hero::after { content: ""; position: absolute; z-index: -2; inset: 0 0 0 auto; width: 46%; background: linear-gradient(145deg,var(--orange),#a82208); clip-path: polygon(22% 0,100% 0,100% 100%,0 100%); }
.app-hero__word { position: absolute; left: -12px; bottom: -58px; z-index: -1; color: transparent; -webkit-text-stroke: 2px rgba(12,15,38,.06); font-family: var(--display); font-size: clamp(250px,31vw,500px); line-height: .74; }
.app-hero__grid { min-height: 720px; padding-top: 108px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.app-hero__copy { position: relative; z-index: 5; padding-block: 50px 65px; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #65676e; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--orange); }
.breadcrumbs strong { color: var(--orange); }
.app-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(94px,8.8vw,138px); font-weight: 400; line-height: .82; letter-spacing: -.02em; text-transform: uppercase; }
.app-hero h1 em { color: var(--orange); font-style: normal; }
.app-hero__copy > p:not(.eyebrow) { max-width: 560px; margin: 25px 0 0; color: #52555d; font-size: 17px; font-weight: 500; }
.app-hero__actions { display: flex; align-items: center; gap: 29px; margin-top: 31px; }
.app-hero__actions .text-link { color: var(--ink); }
.app-hero__visual { position: relative; min-height: 545px; transform: rotate(2deg); }
.app-hero__main,.app-hero__tile { position: absolute; overflow: hidden; border: 9px solid #fff; background: #fff; box-shadow: 0 26px 55px rgba(71,17,4,.32); }
.app-hero__main { inset: 36px 76px 18px 15px; transform: rotate(-2deg); }
.app-hero__tile--one { right: 0; top: 5px; width: 205px; height: 185px; transform: rotate(5deg); }
.app-hero__tile--two { right: -4px; bottom: 28px; width: 210px; height: 178px; transform: rotate(-4deg); }
.app-hero__main img,.app-hero__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.app-hero__main:hover img,.app-hero__tile:hover img { transform: scale(1.07); }
.app-hero__count { position: absolute; z-index: 5; left: -15px; bottom: -5px; width: 140px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--ink); border: 7px solid var(--orange); border-radius: 50%; background: var(--gold); box-shadow: 0 16px 34px rgba(71,17,4,.28); transform: rotate(-7deg); }
.app-hero__count strong { font-family: var(--display); font-size: 58px; font-weight: 400; line-height: 1; }
.app-hero__count span { font-size: 9px; font-weight: 700; line-height: 1.15; letter-spacing: .07em; text-transform: uppercase; }

.app-intro { padding: 72px 0; color: #fff; background: var(--ink); }
.app-intro__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px 90px; align-items: start; }
.app-intro__grid > div:nth-child(2) { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.app-intro__grid > div:nth-child(2) p { margin: 0; color: rgba(255,255,255,.68); }
.app-intro__notes { grid-column: 2; display: flex; flex-wrap: wrap; gap: 10px; }
.app-intro__notes span { padding: 9px 13px; color: var(--gold); border: 1px solid rgba(255,185,54,.35); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.dish-menu { background: var(--cream); }
.dish-menu__heading { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 38px; }
.dish-menu__heading h2 em { color: var(--orange); font-style: normal; }
.dish-menu__heading > p { width: 35%; margin: 0 0 6px; color: #65676d; }
.dish-filters { position: sticky; top: 92px; z-index: 20; margin-bottom: 36px; padding: 9px; display: flex; gap: 7px; width: fit-content; border: 1px solid rgba(12,15,38,.14); background: rgba(255,248,235,.92); box-shadow: 0 12px 30px rgba(12,15,38,.07); backdrop-filter: blur(12px); }
.dish-filters button { padding: 11px 17px; color: var(--ink); border: 0; background: transparent; font: 700 10px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: color .25s,background .25s; }
.dish-filters button:hover,.dish-filters button.is-active { color: #fff; background: var(--orange); }
.dish-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.dish-card { min-height: 265px; display: grid; grid-template-columns: 225px 1fr; border: 1px solid rgba(12,15,38,.13); background: #fff; overflow: hidden; transition: transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s,border-color .3s; }
.dish-card:hover { z-index: 2; border-color: var(--orange); transform: translateY(-6px); box-shadow: 0 20px 44px rgba(12,15,38,.11); }
.dish-card[hidden] { display: none; }
.dish-card > img { width: 100%; height: 100%; min-height: 265px; object-fit: cover; transition: transform .75s cubic-bezier(.2,.8,.2,1),filter .35s; }
.dish-card:hover > img { transform: scale(1.055); filter: saturate(1.08); }
.dish-card__body { position: relative; padding: 27px 27px 24px; display: flex; flex-direction: column; }
.dish-card__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.dish-card__top span { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.dish-card__top strong { color: var(--orange); font-family: var(--display); font-size: 29px; font-weight: 400; line-height: 1; }
.dish-card h3 { margin: 17px 0 9px; font-family: var(--display); font-size: clamp(33px,2.5vw,43px); font-weight: 400; line-height: .92; text-transform: uppercase; }
.dish-card p { margin: 0; color: #666970; font-size: 13px; line-height: 1.55; }
.dish-card a { width: fit-content; margin-top: auto; padding-top: 18px; color: var(--ink); border-bottom: 1px solid var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dish-card a:hover { color: var(--orange); }
.dish-menu__empty { padding: 50px; color: #686a71; border: 1px dashed rgba(12,15,38,.22); text-align: center; }

.app-order { position: relative; padding: 95px 0; color: #fff; background: linear-gradient(120deg,#0c0f26,#321229); overflow: hidden; }
.app-order::before { content: ""; position: absolute; inset: 0; opacity: .18; background: linear-gradient(90deg,var(--ink-deep),rgba(6,7,18,.62)),url('./assets-v4/appetizers/chicken-majistick.jpeg') center/cover; }
.app-order__inner { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.app-order h2 em { color: var(--gold); font-style: normal; }
.app-order__inner > div:last-child { display: flex; align-items: center; gap: 27px; }
.app-order .text-link { color: #fff; }

@media (max-width: 1120px) {
  .app-hero__grid { gap: 40px; }
  .dish-card { grid-template-columns: 185px 1fr; }
}
@media (max-width: 900px) {
  .app-hero { min-height: 1070px; }
  .app-hero::after { top: auto; width: 100%; height: 47%; clip-path: polygon(0 18%,100% 0,100% 100%,0 100%); }
  .app-hero__grid { min-height: 1070px; padding-top: 86px; grid-template-columns: 1fr; gap: 5px; }
  .app-hero__copy { padding: 60px 0 10px; }
  .app-hero h1 { font-size: clamp(85px,15vw,118px); }
  .app-hero__visual { width: min(680px,100%); min-height: 505px; margin-inline: auto; }
  .app-hero__word { bottom: 37%; }
  .app-intro__grid { grid-template-columns: 1fr; gap: 30px; }
  .app-intro__notes { grid-column: auto; }
  .dish-menu__heading { align-items: start; flex-direction: column; gap: 18px; }
  .dish-menu__heading > p { width: 70%; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-card { grid-template-columns: 230px 1fr; }
  .app-order__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .appetizers-page.nav-open .nav-toggle { color: #fff; }
  .app-hero { min-height: 1005px; }
  .app-hero::after { height: 41%; }
  .app-hero__grid { min-height: 1005px; }
  .app-hero__copy { padding-top: 48px; }
  .app-hero h1 { font-size: clamp(71px,20vw,91px); }
  .app-hero__copy > p:not(.eyebrow) { font-size: 15px; }
  .app-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .app-hero__visual { min-height: 385px; }
  .app-hero__main { inset: 36px 44px 20px 0; border-width: 6px; }
  .app-hero__tile { border-width: 5px; }
  .app-hero__tile--one { width: 124px; height: 112px; }
  .app-hero__tile--two { right: 0; width: 128px; height: 108px; }
  .app-hero__count { left: 0; width: 105px; border-width: 5px; }
  .app-hero__count strong { font-size: 45px; }
  .app-intro__grid > div:nth-child(2) { grid-template-columns: 1fr; gap: 20px; }
  .dish-menu__heading > p { width: 100%; }
  .dish-filters { top: 76px; width: 100%; overflow-x: auto; }
  .dish-filters button { flex: 0 0 auto; }
  .dish-card { min-height: 0; grid-template-columns: 125px 1fr; }
  .dish-card > img { min-height: 230px; }
  .dish-card__body { padding: 20px 18px; }
  .dish-card__top { align-items: flex-start; flex-direction: column; gap: 6px; }
  .dish-card h3 { margin-top: 12px; font-size: 31px; }
  .dish-card p { font-size: 12px; }
  .app-order__inner > div:last-child { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 390px) {
  .dish-card { grid-template-columns: 108px 1fr; }
  .dish-card__body { padding-inline: 15px; }
}
