.menu-page { background: #fffaf2; }
.menu-page .site-header { background: rgba(91, 8, 13, .98); }
.brand-lockup img { width: 58px; height: 58px; object-fit: contain; }
.brand-lockup .brand-copy strong { font-size: 31px; letter-spacing: 1px; }
.brand-lockup .brand-copy small { color: rgba(255,255,255,.78); }
.mobile-download-top { display: none; }
.button-outline-red { color: var(--red); border-color: var(--red); background: transparent; }
.button-outline-red:hover { color: #fff; background: var(--red); }

.menu-hero { min-height: 760px; padding: 135px 0 65px; overflow: hidden; background: radial-gradient(circle at 84% 25%, rgba(255,200,40,.28), transparent 32%), #fff8e9; }
.menu-hero-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.menu-eyebrow { display: inline-flex; padding: 7px 12px; color: #fff; background: var(--red); border-radius: 99px; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.menu-hero h1 { margin: 20px 0 25px; color: var(--ink); font-size: clamp(84px, 10vw, 142px); line-height: .72; }
.menu-hero h1 em { color: var(--red); }
.menu-hero-copy > p { max-width: 520px; color: var(--muted); font-size: 18px; }
.menu-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.menu-hero-photo { position: relative; height: 590px; overflow: hidden; border-radius: 44px 44px 150px 44px; box-shadow: 0 28px 80px rgba(68, 9, 12, .2); transform: rotate(1deg); }
.menu-hero-photo picture, .menu-hero-photo img { width: 100%; height: 100%; }
.menu-hero-photo img { object-fit: cover; object-position: center center; transition: transform .6s ease; }
.menu-hero-photo:hover img { transform: scale(1.025); }
.menu-hero-stamp { position: absolute; right: 25px; bottom: 26px; width: 132px; height: 132px; display: grid; place-content: center; text-align: center; color: #fff; background: var(--red); border: 6px solid var(--yellow); border-radius: 50%; transform: rotate(-7deg); box-shadow: 0 15px 35px rgba(0,0,0,.25); }
.menu-hero-stamp strong { font: 900 42px/.8 "Barlow Condensed", sans-serif; }
.menu-hero-stamp span { margin-top: 8px; font-size: 9px; font-weight: 900; text-transform: uppercase; }

.download-ribbon { color: #fff; background: var(--red); }
.download-ribbon-inner { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.download-ribbon-inner div { display: flex; flex-direction: column; }
.download-ribbon-inner span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.download-ribbon-inner strong { font: 800 22px/1.3 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.download-ribbon-inner > a { padding: 14px 20px; color: var(--burgundy); background: var(--yellow); border-radius: 10px; font-size: 12px; font-weight: 900; }

.menu-products { padding: 110px 0 125px; }
.menu-title-row { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.menu-title-row h2, .full-menu-copy h2 { margin: 8px 0 0; font: 900 clamp(58px, 7vw, 94px)/.84 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.menu-title-row h2 em { color: var(--red); font-style: normal; }
.menu-title-row > p { max-width: 460px; margin: 0; color: var(--muted); }
.menu-title-row.compact { margin-bottom: 38px; }
.menu-category-nav { position: sticky; top: 88px; z-index: 20; display: flex; gap: 7px; width: max-content; max-width: 100%; margin: 0 auto 42px; padding: 7px; overflow-x: auto; background: rgba(255,255,255,.92); border: 1px solid rgba(44,24,13,.08); border-radius: 99px; box-shadow: 0 12px 34px rgba(68, 9, 12, .08); backdrop-filter: blur(12px); }
.menu-category-nav button { flex-shrink: 0; padding: 11px 17px; color: var(--muted); background: transparent; border: 0; border-radius: 99px; font-size: 10px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; cursor: pointer; }
.menu-category-nav button.active, .menu-category-nav button:hover { color: #fff; background: var(--red); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid rgba(61,24,14,.07); border-radius: 26px; box-shadow: 0 10px 35px rgba(53, 17, 9, .07); transition: transform .28s ease, box-shadow .28s ease; }
.product-card[hidden] { display: none; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 23px 55px rgba(92, 17, 19, .14); }
.product-image { height: 225px; padding: 14px; overflow: hidden; background: #fff9ed; border-radius: 22px 22px 10px 10px; }
.product-image.dark { background: #171413; }
.product-image.kids { background: #ffc62d; }
.product-image picture, .product-image img { width: 100%; height: 100%; }
.product-image img { object-fit: contain; mix-blend-mode: multiply; transition: transform .4s ease; }
.product-image.uber-photo { padding: 0; background: #272321; }
.product-image.uber-photo img { object-fit: cover; mix-blend-mode: normal; }
.product-image.takeaway-photo { padding: 0; background: #ecebe7; }
.product-image.takeaway-photo img { object-fit: cover; mix-blend-mode: normal; }
.product-image.side-photo { padding: 0; background: #171413; }
.product-image.side-photo img { object-fit: cover; mix-blend-mode: normal; }
.product-image.dark img, .product-image.kids img { mix-blend-mode: normal; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-image.type-visual { position: relative; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; isolation: isolate; color: #fff; background: var(--burgundy); }
.product-image.type-visual::before { content: ""; position: absolute; z-index: -1; right: -34px; top: -42px; width: 170px; height: 170px; border: 28px solid rgba(255,255,255,.1); border-radius: 50%; }
.product-image.type-visual span { font-size: 9px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.product-image.type-visual strong { margin: 7px 0 -2px; font: 900 86px/.72 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.product-image.type-visual strong small { font-size: .38em; }
.product-image.type-visual i { font: 900 24px/1 "Barlow Condensed", sans-serif; font-style: normal; letter-spacing: .5px; text-transform: uppercase; }
.product-image.type-visual-yellow { color: var(--burgundy); background: var(--yellow); }
.product-image.type-visual-cream { color: var(--burgundy); background: #f1dfbe; }
.product-image.type-visual-kids { color: var(--burgundy); background: linear-gradient(135deg, var(--yellow), #ffdf6a); }
.product-image.type-visual-kids strong { font-size: 72px; }
.product-body { padding: 23px 23px 24px; }
.card-meta { display: flex; align-items: center; gap: 8px; color: #9a8b7e; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.halal-badge { display: inline-flex; align-items: center; padding: 5px 8px; color: #fff; background: #168c4c; border-radius: 99px; font-size: 8px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.product-body h3, .bowl-card h3, .sauce-card h3 { margin: 14px 0 8px; font: 900 30px/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.product-body > p { min-height: 48px; margin-bottom: 17px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.product-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.product-prices span { display: flex; flex-direction: column; padding: 9px 11px; color: #877a6f; background: #fff8e9; border-radius: 11px; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.product-prices strong { color: var(--ink); font: 900 20px/1.2 "Barlow Condensed", sans-serif; }
.single-price strong { color: var(--red); font: 900 28px/1 "Barlow Condensed", sans-serif; }
.product-order { margin-top: 18px; min-height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; color: #fff; background: var(--red); border-radius: 12px; font-size: 10px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.product-card:hover .product-order { color: var(--burgundy); background: var(--yellow); }

.family-highlight { padding: 110px 0; color: #fff; background: var(--burgundy); }
.family-highlight-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.family-highlight-image { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 40%, rgba(255,201,40,.27), transparent 58%), #4b080d; border: 1px solid rgba(255,255,255,.09); border-radius: 42px; }
.family-highlight-image::before { content: "FFC"; position: absolute; right: -3%; bottom: -14%; color: rgba(255,255,255,.035); font: 900 280px/.8 "Barlow Condensed", sans-serif; letter-spacing: -14px; }
.family-highlight-image img { width: 92%; filter: drop-shadow(0 25px 28px rgba(0,0,0,.38)); transition: transform .45s ease; }
.family-highlight-image:hover img { transform: scale(1.045) rotate(-1deg); }
.family-graphic { position: relative; z-index: 1; width: min(84%, 520px); }
.family-graphic > span { display: inline-flex; padding: 7px 11px; color: var(--burgundy); background: var(--yellow); border-radius: 99px; font-size: 9px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.family-graphic > strong { display: block; margin: 22px 0; color: #fff; font: 900 clamp(130px, 15vw, 220px)/.62 "Barlow Condensed", sans-serif; letter-spacing: -5px; }
.family-graphic > strong small { margin-left: 10px; color: var(--yellow); font-size: .2em; letter-spacing: 0; text-transform: uppercase; }
.family-graphic > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.family-graphic b { padding: 12px 14px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.09); border-radius: 12px; font-size: 10px; letter-spacing: .4px; text-transform: uppercase; }
.family-label { display: inline-flex; padding: 7px 11px; color: var(--burgundy); background: var(--yellow); border-radius: 99px; font-size: 9px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.family-highlight h2 { margin: 18px 0 12px; font: 900 clamp(72px, 8vw, 110px)/.72 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.family-highlight h2 em { color: var(--yellow); font-style: normal; }
.family-sharing { color: var(--yellow); font-weight: 900; text-transform: uppercase; }
.family-highlight-copy > p:not(.family-sharing) { color: rgba(255,255,255,.65); font-size: 13px; }
.family-price { margin: 22px 0; font: 900 66px/.8 "Barlow Condensed", sans-serif; }

.bowls-section { padding: 120px 0; background: #fff; }
.bowls-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.bowl-card { overflow: hidden; background: #fff9ed; border-radius: 30px; box-shadow: 0 14px 44px rgba(64,20,10,.09); }
.bowl-card > picture { display: block; height: 370px; overflow: hidden; background: #171717; }
.bowl-card > picture img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.bowl-card:hover img { transform: scale(1.035); }
.bowl-card > div { padding: 27px; }
.bowl-card h3 { font-size: 38px; }
.bowl-card p { color: var(--muted); font-size: 12px; }
.bowl-card footer { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(40,20,10,.1); }
.bowl-card footer strong { color: var(--red); font: 900 30px/1 "Barlow Condensed", sans-serif; }
.bowl-card footer a { padding: 10px 14px; color: #fff; background: var(--red); border-radius: 10px; font-size: 9px; font-weight: 900; text-transform: uppercase; }

.sauces-section { padding: 100px 0 115px; background: #fff8e9; }
.sauces-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; }
.sauce-card { padding: 17px 10px; text-align: center; background: #fff; border-radius: 22px; box-shadow: 0 9px 26px rgba(58,20,11,.06); transition: transform .25s ease; }
.sauce-card:hover { transform: translateY(-5px); }
.sauce-cup {
  --sauce: #c7351f;
  --sauce-dark: #841708;
  position: relative;
  width: 102px;
  height: 78px;
  margin: 0 auto;
  filter: drop-shadow(0 10px 8px rgba(58, 20, 11, 0.18));
}
.sauce-cup::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 0;
  width: 100%;
  height: 38px;
  border: 3px solid #e6e1d9;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 36% 28%, rgba(255, 255, 255, 0.48), transparent 25%),
    radial-gradient(ellipse at center, var(--sauce) 0 58%, var(--sauce-dark) 74% 100%);
  box-shadow:
    inset 0 3px 4px rgba(255, 255, 255, 0.42),
    0 2px 0 #cfc8bd;
}
.sauce-cup::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 8px;
  right: 8px;
  bottom: 7px;
  height: 48px;
  border: 2px solid #ded8cf;
  border-top: 0;
  border-radius: 0 0 42px 42px / 0 0 20px 20px;
  background: linear-gradient(90deg, #f5f1ea, #fff 47%, #e7e0d6);
}
.sauce-cup span {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 22px;
  width: 24px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.27);
  transform: rotate(-9deg);
  pointer-events: none;
}
.sauce-cup-ketchup { --sauce: #d33a22; --sauce-dark: #8f160a; }
.sauce-cup-mayonnaise { --sauce: #fff2ce; --sauce-dark: #d4b878; }
.sauce-cup-garlic { --sauce: #edf0d8; --sauce-dark: #b5bc8e; }
.sauce-cup-barbecue { --sauce: #612919; --sauce-dark: #27100a; }
.sauce-cup-andalouse { --sauce: #eb7837; --sauce-dark: #a83e18; }
.sauce-cup-samurai { --sauce: #f39a59; --sauce-dark: #b94b2d; }
.sauce-cup-curry { --sauce: #dda817; --sauce-dark: #916400; }
.sauce-cup-sour-sweet { --sauce: #ee832b; --sauce-dark: #a43d10; }
.sauce-card h3 { margin-bottom: 0; font-size: 17px; }

.full-menu-section { position: relative; padding: 96px 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 8% 12%, rgba(255,201,40,.2), transparent 25%), linear-gradient(135deg, #43070b 0%, #710b13 68%, #8d0e16 100%); }
.full-menu-section::before { content: "FFC"; position: absolute; right: -38px; bottom: -62px; color: rgba(255,255,255,.035); font: 900 330px/.7 "Barlow Condensed", sans-serif; letter-spacing: -18px; pointer-events: none; }
.full-menu-split { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 72px; }
.full-menu-copy .kicker { color: var(--yellow); }
.full-menu-copy h2 { color: #fff; font-size: clamp(68px, 7vw, 100px); }
.full-menu-copy h2 em { color: var(--yellow); font-style: normal; }
.full-menu-copy > p { max-width: 430px; margin: 26px 0; color: rgba(255,255,255,.72); font-size: 15px; }
.full-menu-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.full-menu-actions .button { min-width: 165px; min-height: 52px; padding-inline: 16px; font-size: 11px; }
.full-menu-actions .button-ghost { border-color: rgba(255,255,255,.5); }
.full-menu-copy > small { display: block; margin-top: 17px; color: rgba(255,255,255,.56); font-size: 9px; }
.full-menu-visual { position: relative; padding: 15px; isolation: isolate; }
.full-menu-visual::before { content: ""; position: absolute; z-index: -1; inset: 7px -3px -3px 7px; background: var(--yellow); border-radius: 14px; transform: rotate(-2deg); }
.menu-poster { position: relative; height: 390px; display: block; overflow: hidden; background: #fff; border: 7px solid #fff; border-radius: 14px; box-shadow: 0 28px 68px rgba(25,0,2,.35); transform: rotate(1deg); transition: transform .35s ease; }
.menu-poster picture, .menu-poster img { width: 100%; height: 100%; }
.menu-poster img { object-fit: contain; transition: transform .45s ease; }
.menu-poster:hover { transform: rotate(0deg) translateY(-5px); }
.menu-poster:hover img { transform: scale(1.01); }
.menu-poster > span { position: absolute; right: 15px; bottom: 15px; padding: 10px 14px; color: var(--burgundy); background: var(--yellow); border-radius: 8px; box-shadow: 4px 4px 0 rgba(67,7,11,.75); font-size: 10px; font-weight: 900; text-transform: uppercase; }

.menu-final-cta { padding: 100px 0; color: #fff; background: var(--red); }
.menu-final-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.menu-final-inner > div:first-child span { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.menu-final-inner h2 { margin: 10px 0 0; font: 900 clamp(64px, 8vw, 104px)/.75 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.menu-final-inner > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-brand-primary img { width: 185px; height: 185px; object-fit: contain; }
.footer-download { margin-top: 12px !important; color: var(--yellow) !important; font-weight: 800; }
.mobile-menu-actions { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .55s ease var(--delay, 0ms), transform .55s ease var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .menu-hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .menu-hero-photo { height: 520px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sauces-grid { grid-template-columns: repeat(4, 1fr); }
  .family-highlight-grid { gap: 45px; }
  .full-menu-split { grid-template-columns: .8fr 1.2fr; gap: 38px; }
  .menu-poster { height: 330px; }
}

@media (max-width: 760px) {
  .menu-page { padding-bottom: 82px; }
  .brand-lockup img { width: 46px; height: 46px; }
  .brand-lockup .brand-copy strong { font-size: 24px; }
  .mobile-download-top { display: inline-flex; margin-left: auto; padding: 8px 10px; color: var(--burgundy); background: var(--yellow); border-radius: 8px; font-size: 9px; font-weight: 900; }
  .menu-hero { min-height: auto; padding: 110px 0 55px; }
  .menu-hero-grid { grid-template-columns: 1fr; }
  .menu-hero-copy { position: relative; z-index: 2; }
  .menu-hero h1 { font-size: 82px; }
  .menu-hero-copy > p { font-size: 14px; }
  .menu-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .menu-hero-actions .button { min-width: 0; padding: 0 10px; }
  .menu-hero-photo { height: 420px; border-radius: 28px 28px 92px 28px; }
  .download-ribbon-inner { align-items: stretch; flex-direction: column; padding-block: 20px; }
  .download-ribbon-inner > a { text-align: center; }
  .menu-products, .bowls-section, .full-menu-section { padding: 78px 0; }
  .menu-title-row { grid-template-columns: 1fr; gap: 18px; margin-bottom: 35px; }
  .menu-title-row h2 { font-size: 58px; }
  .menu-category-nav { top: 79px; width: 100%; border-radius: 15px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { border-radius: 18px; }
  .product-image { height: 145px; padding: 7px; border-radius: 16px 16px 8px 8px; }
  .product-image.type-visual { padding: 14px; }
  .product-image.type-visual strong { font-size: 54px; }
  .product-image.type-visual i { font-size: 16px; }
  .product-image.type-visual-kids strong { font-size: 46px; }
  .product-body { padding: 14px 12px 15px; }
  .product-body h3 { min-height: 39px; margin-top: 9px; font-size: 22px; }
  .product-body > p { min-height: 62px; font-size: 9px; }
  .card-meta { gap: 4px; font-size: 7px; }
  .halal-badge { padding: 4px 6px; font-size: 7px; }
  .product-prices { grid-template-columns: 1fr; gap: 4px; }
  .product-prices span { padding: 6px 8px; }
  .product-prices strong { font-size: 16px; }
  .single-price strong { font-size: 23px; }
  .product-order { min-height: 40px; margin-top: 12px; padding: 0 10px; font-size: 8px; }
  .family-highlight { padding: 78px 0; }
  .family-highlight-grid { grid-template-columns: 1fr; gap: 36px; }
  .family-highlight-image { min-height: 350px; }
  .family-graphic > strong { font-size: 125px; }
  .family-graphic b { padding: 9px 10px; font-size: 8px; }
  .family-highlight-copy { text-align: center; }
  .family-highlight h2 { font-size: 80px; }
  .bowls-grid { grid-template-columns: 1fr; gap: 18px; }
  .bowl-card > picture { height: 280px; }
  .sauces-section { padding: 75px 0; }
  .sauces-grid { grid-template-columns: repeat(2, 1fr); }
  .full-menu-section { padding: 68px 0 76px; }
  .full-menu-section::before { right: -20px; bottom: -24px; font-size: 180px; }
  .full-menu-split { grid-template-columns: 1fr; gap: 38px; }
  .full-menu-copy h2 { font-size: 67px; }
  .full-menu-copy > p { margin: 20px 0; font-size: 13px; }
  .full-menu-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .full-menu-actions .button { min-width: 0; min-height: 48px; padding-inline: 8px; font-size: 9px; }
  .full-menu-copy > small { margin-top: 12px; }
  .full-menu-visual { padding: 9px; }
  .menu-poster { height: 220px; border-width: 4px; border-radius: 9px; }
  .full-menu-visual::before { inset: 5px -1px -1px 5px; border-radius: 9px; }
  .menu-poster > span { display: none; }
  .menu-final-inner { align-items: flex-start; flex-direction: column; gap: 35px; }
  .menu-final-inner h2 { font-size: 72px; }
  .mobile-menu-actions { position: fixed; z-index: 110; inset: auto 9px 9px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 7px; padding: 6px; background: rgba(255,255,255,.95); border-radius: 14px; box-shadow: 0 14px 44px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
  .mobile-menu-actions a { min-height: 52px; display: grid; place-items: center; border-radius: 10px; color: var(--burgundy); background: var(--yellow); font-size: 10px; font-weight: 900; text-transform: uppercase; }
  .mobile-menu-actions a:last-child { color: #fff; background: var(--red); }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}
