:root {
  --ink: #132018;
  --green: #286b32;
  --green-dark: #174921;
  --leaf: #71a936;
  --cream: #f5f0e4;
  --paper: #fffdf5;
  --lemon: #f3d641;
  --chili: #d94632;
  --line: rgba(19, 32, 24, .18);
  --shadow: 0 24px 70px rgba(17, 44, 22, .16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 25%, rgba(40,107,50,.035) 0 1px, transparent 1.5px) 0 0/18px 18px,
    var(--cream);
  color: var(--ink);
  font-family: "Noto Sans Arabic", sans-serif;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
button, a, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip { position: fixed; top: -100px; inset-inline-start: 20px; z-index: 999; background: var(--lemon); padding: 10px 18px; border-radius: 0 0 12px 12px; font-weight: 800; }
.skip:focus { top: 0; }

.awning {
  position: fixed; inset: 0 0 auto; height: 14px; z-index: 100;
  background: repeating-linear-gradient(90deg, var(--green) 0 52px, #fff 52px 104px);
  box-shadow: 0 3px 0 rgba(19,32,24,.12);
}
.site-head {
  position: absolute; inset: 14px 0 auto; z-index: 20;
  height: 112px; padding: 20px clamp(22px, 4vw, 70px);
  display: flex; align-items: center; justify-content: space-between;
}
.brand img { width: 78px; height: 78px; border-radius: 50%; box-shadow: 0 10px 25px rgba(19,32,24,.14); transition: transform .3s ease; }
.brand:hover img { transform: rotate(-4deg) scale(1.05); }
.head-actions { display: flex; gap: 12px; align-items: center; }
.lang, .order-mini {
  border: 1px solid var(--ink); background: transparent; padding: 9px 16px; border-radius: 999px; font-weight: 800; cursor: pointer;
}
.order-mini { background: var(--ink); color: white; border-color: var(--ink); }
.order-mini:hover { background: var(--green); border-color: var(--green); }

.cloth-toggle {
  position: fixed; z-index: 80; inset-inline-start: 28px; bottom: 26px;
  width: 104px; height: 104px; border: 0; border-radius: 50%;
  display: grid; place-content: center; gap: 7px; color: #fff; background: var(--green);
  box-shadow: 0 15px 35px rgba(19,32,24,.28); cursor: pointer; font-weight: 800;
  transition: transform .25s ease, background .25s ease;
}
.cloth-toggle:hover { transform: rotate(-4deg) scale(1.04); background: var(--green-dark); }
.cloth-lines { display: flex; gap: 4px; justify-content: center; }
.cloth-lines i { display: block; width: 5px; height: 17px; border-radius: 6px; background: #fff; transform: rotate(18deg); }
.cloth-lines i:nth-child(2) { background: var(--lemon); height: 22px; }
.cloth-menu {
  position: fixed; z-index: 90; inset: 0; padding: clamp(24px, 5vw, 70px);
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent 49.6%, rgba(40,107,50,.09) 50%, transparent 50.4%),
    repeating-linear-gradient(0deg, rgba(40,107,50,.045) 0 2px, transparent 2px 18px),
    #faf5e9;
  clip-path: inset(0 0 0 100%); transition: clip-path .55s cubic-bezier(.77,0,.18,1);
}
[dir="ltr"] .cloth-menu { clip-path: inset(0 100% 0 0); }
.cloth-menu.is-open { clip-path: inset(0); }
.cloth-menu__top { display: flex; justify-content: space-between; align-items: center; }
.cloth-menu__top img { border-radius: 50%; }
.cloth-close { width: 58px; height: 58px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 34px; cursor: pointer; }
.cloth-menu ol { list-style: none; margin: 4vh auto 0; padding: 0; width: min(760px, 100%); }
.cloth-menu li { border-bottom: 1px solid var(--line); }
.cloth-menu li a { display: flex; align-items: baseline; gap: 25px; padding: 12px 4px; font-family: "Marhey", sans-serif; font-size: clamp(2rem, 6vw, 5.4rem); line-height: 1.25; }
.cloth-menu li a small { font: 700 .8rem "Bricolage Grotesque", sans-serif; color: var(--green); }
.cloth-menu li a:hover span { color: var(--green); transform: translateX(-10px); }
.cloth-menu li span { transition: .25s ease; }
.cloth-menu > p { max-width: 760px; margin: 25px auto 0; font-weight: 700; color: var(--green); }

.hero {
  position: relative; min-height: 100svh; padding: 155px clamp(24px, 6vw, 110px) 70px;
  display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: center; gap: clamp(36px, 6vw, 100px);
}
.hero-copy { position: relative; z-index: 3; }
.eyebrow, .kicker { margin: 0 0 20px; color: var(--green); font-weight: 900; letter-spacing: .02em; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: .86rem; }
.eyebrow span { width: 38px; height: 3px; background: var(--green); }
.hero h1, .story h2, .squeeze h2, .menu h2, .place h2 { margin: 0; font-family: "Marhey", sans-serif; line-height: 1.1; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(3.5rem, 7vw, 7.2rem); }
.hero h1 span, .hero h1 strong, .story h2 span, .story h2 strong, .squeeze h2 span, .squeeze h2 strong, .menu h2 span, .menu h2 strong, .place h2 span, .place h2 strong { display: block; }
.hero h1 strong { color: var(--green); font-weight: 600; }
.hero-lead { max-width: 610px; margin: 26px 0; font-size: clamp(1rem, 1.3vw, 1.22rem); color: #48564c; }
.hero-actions, .place-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 52px; padding: 13px 23px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--ink); font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 9px 20px rgba(19,32,24,.13); }
.btn--green { background: var(--green); color: #fff; border-color: var(--green); }
.btn--line { background: transparent; }
.hero-facts { margin-top: 42px; display: flex; gap: 40px; }
.hero-facts span { display: grid; }
.hero-facts b { font-size: .96rem; }
.hero-facts em { font-style: normal; font-size: .78rem; color: #687469; }
.hero-plate { position: relative; z-index: 2; width: min(49vw, 690px); justify-self: center; }
.hero-plate__ring { aspect-ratio: 1; padding: 20px; border: 2px solid var(--green); border-radius: 50%; transform: rotate(3deg); }
.hero-plate__ring img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: var(--shadow); }
.lemon-stamp { position: absolute; left: -15px; top: 6%; width: 150px; aspect-ratio: 1; border: 0; border-radius: 50%; background: var(--lemon); color: var(--ink); display: grid; place-content: center; transform: rotate(-9deg); cursor: pointer; box-shadow: 0 10px 0 rgba(19,32,24,.1); }
.lemon-stamp b { font-family: "Marhey", sans-serif; font-size: 1.45rem; line-height: 1.2; }
.lemon-stamp small { font-weight: 800; }
.lemon-art { width: 30px; height: 21px; margin: 0 auto 4px; border: 3px solid var(--ink); border-radius: 60% 40% 60% 40%; transform: rotate(-20deg); }
.plate-note { text-align: center; margin: 14px 0 0; color: #667168; font-size: .78rem; font-weight: 700; }
.hero-word { position: absolute; z-index: 0; bottom: -2vw; left: -2vw; color: rgba(40,107,50,.055); font: 800 clamp(7rem, 20vw, 20rem)/1 "Marhey", sans-serif; white-space: nowrap; pointer-events: none; }

.ticker { width: 100%; overflow: hidden; contain: paint; color: #fff; background: var(--green); border-block: 2px solid var(--ink); }
.ticker > div { width: max-content; display: flex; align-items: center; gap: 27px; padding: 13px 0; animation: ticker 25s linear infinite; font-family: "Marhey", sans-serif; font-weight: 600; }
.ticker b { color: var(--lemon); }
@keyframes ticker { to { transform: translateX(50%); } }
[dir="ltr"] .ticker > div { animation-direction: reverse; }

.section { padding: clamp(90px, 10vw, 160px) clamp(24px, 6vw, 110px); }
.section-index { margin-bottom: 60px; display: flex; align-items: center; gap: 16px; font: 800 .82rem "Bricolage Grotesque", sans-serif; text-transform: uppercase; letter-spacing: .16em; }
.section-index span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; letter-spacing: 0; }
.section-index p { margin: 0; }
.section-index--light span { background: var(--paper); color: var(--green-dark); }
.section-index--light { color: #fff; }
.story-grid { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(50px, 9vw, 150px); align-items: center; }
.story-copy { max-width: 700px; }
.story h2, .squeeze h2, .menu h2, .place h2 { font-size: clamp(2.7rem, 5vw, 5.9rem); }
.story h2 strong, .menu h2 strong { color: var(--green); font-weight: 600; }
.story-copy > p:not(.kicker) { max-width: 620px; font-size: 1.1rem; color: #536056; }
.story blockquote { margin: 35px 0 0; padding: 22px 24px; border-inline-start: 5px solid var(--lemon); background: rgba(255,255,255,.5); font: 600 1.13rem/1.9 "Marhey", sans-serif; }
.story-photo { margin: 0; position: relative; transform: rotate(2deg); }
.story-photo:before { content: ""; position: absolute; inset: -18px; border: 2px solid var(--green); border-radius: 45% 45% 20px 20px; z-index: -1; }
.story-photo img { width: 100%; aspect-ratio: .8; object-fit: cover; border-radius: 45% 45% 20px 20px; filter: saturate(.9); }
.story-photo figcaption { position: absolute; right: -30px; bottom: 30px; padding: 14px 18px; background: var(--lemon); transform: rotate(-4deg); display: grid; box-shadow: 5px 7px 0 var(--ink); }
.story-photo figcaption span { font-size: .72rem; }

.squeeze { --squeeze: 1; background: var(--green-dark); color: #fff; }
.squeeze-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 130px); align-items: center; }
.bowl-lab { position: relative; }
.bowl-photo { width: min(520px, 90%); margin: auto; position: relative; padding: 20px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.bowl-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; filter: saturate(calc(.82 + var(--squeeze) * .1)) brightness(calc(.93 + var(--squeeze) * .02)); }
.drops { position: absolute; inset: 0; pointer-events: none; }
.drops i { position: absolute; width: 13px; height: 23px; border-radius: 50% 50% 55% 45%; background: var(--lemon); opacity: 0; transform: translateY(-30px) rotate(20deg); }
.drops i:nth-child(1) { left: 40%; top: 5%; }
.drops i:nth-child(2) { left: 52%; top: 10%; }
.drops i:nth-child(3) { left: 61%; top: 3%; }
.drops i:nth-child(4) { left: 48%; top: 17%; }
.squeeze[data-level="1"] .drops i:nth-child(1), .squeeze[data-level="2"] .drops i:nth-child(-n+3), .squeeze[data-level="3"] .drops i { animation: drip .75s ease both; }
@keyframes drip { 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(150px) rotate(20deg); } }
.bowl-label { position: absolute; bottom: 4%; right: 2%; width: 118px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; background: var(--lemon); color: var(--ink); border-radius: 50%; transform: rotate(-8deg); box-shadow: 5px 7px 0 rgba(0,0,0,.25); }
.bowl-label span { font-size: .72rem; font-weight: 800; }
.bowl-label b { font-family: "Marhey", sans-serif; font-size: 1.2rem; }
.kicker--yellow { color: var(--lemon); }
.squeeze h2 strong, .place h2 strong { color: var(--lemon); font-weight: 600; }
.squeeze-copy > p:not(.kicker) { color: rgba(255,255,255,.72); }
.lemon-meter { margin-top: 38px; }
.lemon-meter input { width: 100%; accent-color: var(--lemon); cursor: grab; }
.meter-words { display: flex; justify-content: space-between; margin-top: 10px; font-size: .7rem; color: rgba(255,255,255,.7); }
.heat-picker { margin-top: 35px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.heat-picker > span { margin-inline-end: 8px; font-weight: 900; }
.heat-picker button { border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 8px 13px; color: #fff; background: transparent; cursor: pointer; }
.heat-picker button.is-active { background: var(--chili); border-color: var(--chili); }
.taste-ticket { margin-top: 40px; padding: 18px 22px; border: 1px dashed rgba(255,255,255,.45); display: grid; position: relative; }
.taste-ticket:before, .taste-ticket:after { content:""; position:absolute; top:50%; width:20px; height:20px; background:var(--green-dark); border-radius:50%; transform:translateY(-50%); }
.taste-ticket:before { right:-11px; } .taste-ticket:after { left:-11px; }
.taste-ticket small { color: var(--lemon); font-weight: 800; }
.taste-ticket b { font: 600 1.2rem "Marhey", sans-serif; }

.menu-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.menu-heading > p { max-width: 330px; margin: 0; color: #6c766e; }
.menu-showcase { border: 1px solid var(--ink); display: grid; grid-template-columns: minmax(290px, .8fr) minmax(0, 2.2fr); background: var(--paper); box-shadow: 12px 14px 0 var(--green); }
.dish-list { border-inline-end: 1px solid var(--ink); }
.dish-tab { width: 100%; display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; padding: 17px 18px; text-align: start; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; }
.dish-tab:last-child { border-bottom: 0; }
.dish-tab span { font: 700 .72rem "Bricolage Grotesque", sans-serif; color: #829084; }
.dish-tab b { font-size: .85rem; }
.dish-tab strong { color: var(--green); }
.dish-tab:hover, .dish-tab[aria-selected="true"] { background: var(--green); color: #fff; }
.dish-tab[aria-selected="true"] span, .dish-tab[aria-selected="true"] strong { color: var(--lemon); }
.dish-stage { min-height: 550px; display: grid; grid-template-columns: 1.12fr .88fr; }
.dish-stage__photo { overflow: hidden; background: var(--green-dark); }
.dish-stage__photo img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease, transform .5s ease; }
.dish-stage.is-changing img { opacity: .2; transform: scale(1.04); }
.dish-stage__copy { padding: clamp(30px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.dish-num { color: var(--green); font: 800 .86rem "Bricolage Grotesque", sans-serif; letter-spacing: .12em; }
.dish-stage h3 { margin: 20px 0 15px; font: 600 clamp(2rem, 3vw, 3.5rem)/1.35 "Marhey", sans-serif; }
.dish-stage p { color: #677169; }
.dish-price { margin-top: 25px; width: fit-content; display: flex; align-items: baseline; gap: 5px; color: var(--green); }
.dish-price b { font: 800 3.3rem/1 "Bricolage Grotesque", sans-serif; }
.dish-price small { font-size: .8rem; }
.extras { margin-top: 90px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; }
.extras-title { display: grid; align-content: start; }
.extras-title span { color: var(--green); font-weight: 800; }
.extras-title b { font: 600 clamp(2.8rem,5vw,5.5rem) "Marhey", sans-serif; }
.extras ul { list-style: none; margin: 0; padding: 0; }
.extras li { padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.extras li b { color: var(--green); }
.extras li small { font-size: .7rem; }

.table-gallery { min-height: 850px; padding: clamp(60px, 8vw, 120px); display: grid; grid-template-columns: 1fr .8fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; background: var(--ink); color: #fff; }
.table-gallery figure { margin: 0; overflow: hidden; border-radius: 6px; }
.table-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.table-gallery figure:hover img { transform: scale(1.04); }
.gallery-a { grid-row: 1 / 3; }
.gallery-b { grid-column: 3; grid-row: 1; }
.gallery-c { grid-column: 3; grid-row: 2; }
.gallery-phrase { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 25px; }
.gallery-phrase span { color: var(--lemon); font-weight: 800; }
.gallery-phrase b { font: 600 clamp(2rem, 3.6vw, 4.2rem)/1.35 "Marhey", sans-serif; }
.gallery-phrase i { font-style: normal; font-size: 3rem; margin-top: 15px; }

.place { background: var(--green); color: #fff; }
.place-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.place-copy > img { border-radius: 50%; margin-bottom: 22px; }
.place-copy > p:not(.kicker) { color: rgba(255,255,255,.76); }
.btn--yellow { background: var(--lemon); color: var(--ink); border-color: var(--lemon); }
.btn--lightline { border-color: rgba(255,255,255,.7); color: #fff; }
.place-card { min-height: 470px; position: relative; padding: 45px; display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); background: var(--cream); overflow: hidden; box-shadow: 15px 17px 0 var(--green-dark); transform: rotate(-2deg); }
.street-sign { width: fit-content; position: relative; z-index: 2; padding: 14px 20px; display: grid; color: white; background: var(--green-dark); border-radius: 5px; }
.street-sign span { font: 600 1.5rem "Marhey", sans-serif; }
.coord { font: 800 clamp(2.2rem, 4vw, 4.6rem)/1.1 "Bricolage Grotesque", sans-serif; letter-spacing: -.04em; position: relative; z-index: 2; }
.place-lemon { position: absolute; left: -40px; bottom: -60px; width: 280px; aspect-ratio: 1; border: 35px solid var(--lemon); border-radius: 50%; opacity: .85; }
.place-card > p { position: relative; z-index: 2; margin: 0; font-weight: 900; }

footer { background: var(--ink); color: #fff; padding: 55px clamp(24px,6vw,110px) 25px; }
.footer-main { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.footer-main img { border-radius: 50%; }
.footer-main p { margin-inline-end: auto; font: 600 1.5rem "Marhey", sans-serif; }
.footer-main a { border-bottom: 1px solid rgba(255,255,255,.3); }
.credit { margin: 35px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; color: rgba(255,255,255,.55); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero h1 { font-size: clamp(3rem,6.5vw,5rem); }
  .dish-stage { grid-template-columns: 1fr; }
  .dish-stage__photo { min-height: 330px; }
  .dish-stage__copy { min-height: 320px; }
  .table-gallery { min-height: 700px; }
}

@media (max-width: 780px) {
  .site-head { height: 90px; padding: 16px 18px; }
  .brand img { width: 62px; height: 62px; }
  .order-mini { padding: 7px 12px; font-size: .78rem; }
  .cloth-toggle { width: 76px; height: 76px; inset-inline-start: 15px; bottom: 15px; font-size: .78rem; }
  .cloth-lines i { height: 12px; }
  .hero { min-height: auto; padding: 130px 20px 75px; grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-facts { justify-content: center; }
  .hero-plate { width: calc(100vw - 44px); max-width: 540px; min-width: 0; grid-row: 1; }
  .hero-plate__ring { width: 100%; min-width: 0; }
  .lemon-stamp { width: 112px; left: -4px; }
  .lemon-stamp b { font-size: 1.05rem; }
  .section { padding: 85px 20px; }
  .section-index { margin-bottom: 42px; }
  .story-grid, .squeeze-grid, .place-grid { grid-template-columns: 1fr; gap: 60px; }
  .story-photo { width: min(85%, 450px); margin: 0 auto; }
  .story-photo figcaption { right: -20px; }
  .bowl-lab { grid-row: 2; }
  .menu-heading { align-items: flex-start; flex-direction: column; }
  .menu-showcase { grid-template-columns: 1fr; box-shadow: 7px 8px 0 var(--green); }
  .dish-list { display: flex; overflow-x: auto; border-inline-end: 0; border-bottom: 1px solid var(--ink); scrollbar-width: thin; }
  .dish-tab { min-width: 205px; border-bottom: 0; border-inline-end: 1px solid var(--line); }
  .dish-stage { min-height: auto; }
  .dish-stage__photo { min-height: 400px; }
  .extras { grid-template-columns: 1fr; gap: 20px; margin-top: 65px; }
  .table-gallery { min-height: auto; padding: 70px 20px; grid-template-columns: 1fr 1fr; grid-template-rows: 460px auto 300px; }
  .gallery-a { grid-row: 1; grid-column: 1 / 3; }
  .gallery-phrase { grid-column: 1 / 3; grid-row: 2; }
  .gallery-b { grid-column: 1; grid-row: 3; }
  .gallery-c { grid-column: 2; grid-row: 3; }
  .place-card { min-height: 390px; }
  .footer-main { flex-direction: column; align-items: flex-start; }
  .footer-main p { margin-inline-end: 0; }
}

@media (max-width: 480px) {
  .lang { padding: 7px 13px; }
  .hero h1 { font-size: 3.05rem; }
  .hero-facts { gap: 22px; }
  .hero-plate__ring { padding: 10px; }
  .lemon-stamp { top: -4%; width: 98px; }
  .hero-word { display: none; }
  .story h2, .squeeze h2, .menu h2, .place h2 { font-size: 2.65rem; }
  .bowl-photo { width: 100%; }
  .bowl-label { width: 95px; }
  .meter-words { font-size: .59rem; }
  .dish-stage__photo { min-height: 310px; }
  .dish-stage__copy { padding: 28px 22px; min-height: 300px; }
  .dish-stage h3 { font-size: 1.9rem; }
  .table-gallery { grid-template-rows: 370px auto 230px; }
  .place-card { padding: 28px; min-height: 340px; }
  .coord { font-size: 2.35rem; }
  .cloth-menu li a { font-size: 2.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
