@charset "UTF-8";
/* Ponjikkara Cozinha — fs-home 205:18
   Absolute canvas — page ends at footer panel bottom */
/* footer top 10021.6 + footer.png height 898 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #f7ffe8;
  /* Prevent mobile browsers from inflating text and breaking the scaled canvas */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Urbanist", sans-serif;
  color: #313d33;
  /* Match page fill so no dark/white gutters show beside the scaled canvas */
  background: #f7ffe8;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* Locomotive: keep container in normal flow — LS CSS handles smooth mode. */
.loco-root {
  width: 100%;
  min-height: 100%;
}

html.has-loco {
  scroll-behavior: auto;
}

html.has-loco .page-shell {
  overflow: visible;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

/* ===== FULL-BLEED SCALE SHELL =====
   Desktop + mobile share one Figma canvas; JS sets --page-scale from clientWidth
   so the web (desktop) layout stays pixel-identical while narrow viewports shrink cleanly. */
.page-shell {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  /* Aspect-correct fallback (100vw); JS overwrites with exact px after measure */
  height: calc(10919.6 / 1512 * 100vw);
  background: #f7ffe8;
  touch-action: pan-y;
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 1512px;
  height: 10919.6px;
  margin: 0;
  max-width: none;
  overflow: hidden;
  transform-origin: top left;
  /* JS sets --page-scale from clientWidth (avoids 100vw scrollbar gutters) */
  transform: scale(var(--page-scale, calc(100vw / 1512)));
  /* Figma page fill */
  background: linear-gradient(90deg, #f7ffe8 0%, #fdfffd 100%);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* Background texture — Figma Group 101 / Rectangle 205:30
   Using the composited pale tile export (multiply already baked in).
   Tile visual size in design = 1514 × 2689 */
.page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/bg-texture.webp");
  background-repeat: repeat;
  background-size: 1514px 2689px;
  background-position: top center;
  opacity: 1;
  mix-blend-mode: normal;
  pointer-events: none;
  z-index: 0;
  /* Atmosphere module drifts texture via --tx / --ty */
  transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0);
  will-change: transform;
}

.page > * {
  position: absolute;
  z-index: 1;
}

/* ========== HEADER — Figma 205:37 (x≈35, w≈1443 → edge gaps) ========== */
.header {
  top: 20px;
  left: 34.62px;
  width: 1442.76px;
  height: 89.6px;
  /* Index: above hero so nav links stay clickable */
  z-index: 100 !important;
  padding: 0;
  pointer-events: auto;
  /* Keep header visually stable across index ↔ about navigations */
  view-transition-name: site-header;
}

/* About: right leaf can overlap nav visually; clicks still hit the header */
body.about-page .header {
  z-index: 1 !important;
  pointer-events: auto;
}

body.about-page .header .nav-pill,
body.about-page .header a,
body.about-page .header button {
  pointer-events: auto;
}

/* Cross-document page change: fade content, keep header pinned in place */
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.22s;
  animation-timing-function: ease;
}

::view-transition-group(site-header) {
  animation-duration: 0.01ms;
}

::view-transition-old(site-header),
::view-transition-new(site-header) {
  animation: none;
  mix-blend-mode: normal;
}

.nav-pill {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 71.273px;
  box-shadow: 0 8px 40px rgba(104, 154, 111, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: 100%;
  /* Even gap: left links ↔ logo ↔ right links (Figma) */
  gap: 48px;
}

/* Unwrap so desktop flex order can place: left | logo | right */
.nav-links {
  display: contents;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #4c7352;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.nav-group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 48px;
}

.nav-group--left {
  order: 1;
  justify-content: center;
}

.nav-group--right {
  order: 3;
  justify-content: center;
}

.nav-link {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22.014px;
  line-height: 1;
  text-transform: uppercase;
  color: #565656;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.nav-link.is-active {
  color: #689a6f;
}

.nav-logo {
  order: 2;
  width: 84.404px;
  height: 65.245px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.nav-logo img {
  position: absolute;
  height: 157.94%;
  width: 122.09%;
  left: -11.04%;
  top: -14.29%;
  max-width: none;
}

/* ========== HERO — top 0 → menu at 1059 ========== */
.hero {
  top: 0;
  left: 0;
  width: 1512px;
  height: 1059px;
  /* Allow soft green wash to blend into menu; do not clip dishes/title */
  overflow: visible;
  z-index: 2;
  background: transparent;
}

/* Desktop: keeps absolute dish coords relative to hero.
   No z-index here — dishes must stack against .hero-title (text behind food). */
.hero-visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Seafood Bucket — desktop Figma placement (do not change for mobile here) */
.hero-title {
  position: absolute;
  left: 0;
  top: 280px;
  width: 1512px;
  height: 453px;
  margin: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.hero-title__marquee {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-title__track {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: max-content;
  height: 100%;
  animation: hero-title-scroll 24s linear infinite;
  will-change: transform;
}

.hero-title__img {
  display: block;
  flex: 0 0 1512px;
  width: 1512px;
  height: 453px;
  margin: 0;
  padding: 0;
  object-fit: fill;
  object-position: center center;
  pointer-events: none;
  user-select: none;
}

@keyframes hero-title-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-title__track {
    animation: none;
  }
}
.hero-ellipse {
  /* Legacy selector kept for motion JS; ellipse now lives inside .hero-bowl */
  display: none;
}

.hero-img {
  position: absolute;
  pointer-events: none;
}

.hero-bowl {
  /* True horizontal center on 1512 canvas: (1512 - 680) / 2 */
  left: 416px;
  top: 366px;
  width: 680px;
  height: 680px;
  /* No border-radius/filter on this box — they clip overflow and hide the ring */
  overflow: visible;
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
  background: transparent;
  /* White ring behind every plate — must stay visible on all slides */
}
.hero-bowl .hero-bowl__ellipse {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 650px;
  height: 650px;
  margin-left: -325px;
  margin-top: -325px;
  z-index: 1;
  pointer-events: none;
  display: block;
  object-fit: fill;
}
.hero-bowl {
  /* CSS ring fallback (SVG stroke can wash out on light green) */
}
.hero-bowl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 650px;
  height: 650px;
  margin-left: -325px;
  margin-top: -325px;
  border-radius: 50%;
  border: 2.5px solid rgba(255, 255, 255, 0.92);
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
}
.hero-bowl {
  /* Shared leaf layers under every plate */
}
.hero-bowl .hero-bowl__green {
  position: absolute;
  object-fit: cover;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 4.073px 95.709px rgba(0, 0, 0, 0.35));
}
.hero-bowl .hero-bowl__green--left {
  left: -116.21px;
  top: -222px;
  width: 667.32px;
  height: 680.03px;
}
.hero-bowl .hero-bowl__green--right {
  left: 324.09px;
  top: 82px;
  width: 585.76px;
  height: 569.88px;
}
.hero-bowl .hero-bowl__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease;
  pointer-events: none;
  z-index: 3;
  background: transparent;
  filter: drop-shadow(-10.037px 12.044px 26.799px rgba(0, 0, 0, 0.18));
}
.hero-bowl .hero-bowl__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}

.hero-left {
  left: -7rem;
  top: 7rem;
  width: 255px;
  height: auto;
  object-fit: contain;
  z-index: 6;
}

/* 3rd image — right dish */
.hero-right {
  left: 1338.25px;
  top: 248px;
  width: 264.73px;
  height: 205.73px;
  object-fit: contain;
  object-position: center;
  z-index: 6;
  filter: drop-shadow(-7.127px 10.182px 11.811px rgba(0, 0, 0, 0.26));
  background: transparent;
}

.hero-img-11,
.hero-img-12 {
  /* Moved into .hero-bowl as .hero-bowl__green — keep selectors for motion fallbacks */
  display: none !important;
}

.hero-img-13 {
  right: -12rem;
  top: -18px;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: right center;
  z-index: 5;
}

/* Green band cut — Figma 205:47 Rectangle 48
   Solid green at top = hard white→green seam; stays behind dishes */
.hero-gradient {
  position: absolute;
  left: 0;
  top: 677px;
  width: 1512px;
  height: 1038px;
  background-image: linear-gradient(180deg, rgb(24, 118, 84) 0%, rgba(205, 194, 56, 0.77) 44.861%, rgba(242, 254, 237, 0) 89.68%);
  mix-blend-mode: multiply;
  opacity: 0.66;
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
}

.hero-brush {
  position: absolute;
  left: 194.09px;
  top: 935px;
  width: 1123.1px;
  height: 29.13px;
  z-index: 8;
  pointer-events: auto;
  cursor: pointer;
}

/* ========== MENU — page y 1059, h 1819.49 (Figma 205:110, shifted up) ========== */
.menu {
  top: 1059px;
  left: 0;
  width: 1512px;
  height: 1819.49px;
  z-index: 8;
  overflow: visible;
}

.menu-title {
  position: absolute;
  left: 119.13px;
  top: 0;
  font-weight: 300;
  font-size: 148.634px;
  line-height: normal;
  color: #313d33;
  white-space: nowrap;
  z-index: 8;
}

/* Shrimp “O” — page 668.5 / 1258.3 → menu-relative */
.menu-title-o {
  position: absolute;
  left: 618.51px;
  top: 25.29px;
  width: 128.513px;
  height: 129.398px;
  transform: rotate(28.11deg) skewX(0.35deg);
  transform-origin: center center;
  z-index: 9;
  pointer-events: none;
}
.menu-title-o img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 6.396px 14.071px 17.908px rgba(0, 0, 0, 0.55);
}

/* Category bar — pill track, top notch, images hanging below (Figma match) */
.menu-cats {
  position: absolute;
  left: 204.65px;
  top: 220.95px;
  width: 1101.86px;
  height: 280px;
  z-index: 8;
}

.menu-cats__bar {
  position: absolute;
  left: 0;
  top: 42px;
  width: 1101.86px;
  height: 95.28px;
  pointer-events: none;
  z-index: 0;
}

.menu-cats-track {
  position: absolute;
  left: 118px;
  top: 0;
  width: 866px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: visible;
  z-index: 1;
}

.menu-cat {
  position: relative;
  flex: 0 0 auto;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  color: #689a6f;
  font-family: "Bebas Neue", sans-serif;
  font-size: 23.418px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.05;
  z-index: 1;
}
.menu-cat span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 95px;
  margin-top: 42px;
  z-index: 2;
}
.menu-cat img {
  position: relative;
  z-index: 3;
  margin-top: -22px;
  width: 132px;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.28));
  pointer-events: none;
}
.menu-cat.is-active {
  z-index: 4;
  /* Top notch pointing into the pill (matches 1st reference) */
}
.menu-cat.is-active span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid rgba(104, 154, 111, 0.55);
  filter: drop-shadow(0 -1px 0 rgba(76, 115, 82, 0.35));
}
.menu-cat.is-active span {
  color: #13471a;
  font-size: 27.094px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  white-space: nowrap;
  width: auto;
  min-width: 100%;
}
.menu-cat.is-active img {
  width: 168px;
  margin-top: -30px;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.35));
}

.menu-cat--starters img {
  width: 132px;
}

.menu-cat--soups img {
  width: 120px;
}

.menu-cat--specials {
  width: 170px;
}

.menu-cat--curries img {
  width: 140px;
}

.menu-cat--fish img {
  width: 118px;
}

/* Never show mobile carousel clones on desktop */
@media (min-width: 901px) {
  .menu-cat[data-clone],
  .menu-showcase [data-clone] {
    display: none !important;
  }
  #menu-cats-track,
  .menu-showcase {
    scroll-behavior: auto;
  }
}
.menu-arrow {
  position: absolute;
  background: none;
  border: 0;
  cursor: pointer;
  width: 56px;
  height: 56px;
  padding: 0;
  z-index: 5;
  /* Vertically center on the pill bar */
  top: 61.64px;
}
.menu-arrow img {
  width: 100%;
  height: 100%;
}
.menu-arrow--left {
  left: 28px;
}
.menu-arrow--right {
  right: 28px;
  left: auto;
}

/* Solid green wave 205:77 — page y 1791 → +558 */
.wave-green {
  position: absolute;
  left: 0;
  top: 558px;
  width: 1513px;
  height: 1023.03px;
  z-index: 1;
  pointer-events: none;
}

/* Pattern mask group 205:78 / 205:80 — page y 1762 → +529 */
.wave {
  position: absolute;
  left: 0;
  top: 529px;
  width: 1512px;
  height: 1339px;
  z-index: 2;
  pointer-events: none;
  -webkit-mask-image: url("../images/wave-mask.svg");
  mask-image: url("../images/wave-mask.svg");
  -webkit-mask-size: 1512px 1313.455px;
  mask-size: 1512px 1313.455px;
  -webkit-mask-position: 0 20.836px;
  mask-position: 0 20.836px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.wave__img {
  width: 1512px;
  height: 1339px;
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: soft-light;
  opacity: 0.85;
}

.menu-showcase {
  position: absolute;
  left: 0;
  top: 0;
  width: 1512px;
  height: 1819px;
  z-index: 4;
  pointer-events: none;
}

.dish {
  position: absolute;
  z-index: 2;
}
.dish img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dish__spin {
  width: 100%;
  height: 100%;
}

.dish__spin--chatti {
  transform: rotate(-23.65deg);
  filter: drop-shadow(8.888px 18.327px 36.858px rgba(0, 0, 0, 0.55));
}

.dish__spin--lamb {
  transform: rotate(141.1deg);
}

.dish__spin--fish {
  transform: rotate(172.07deg);
}

.dish__spin--shrimp {
  transform: rotate(28.04deg) skewX(0.2deg);
  filter: drop-shadow(6.396px 14.071px 17.908px rgba(0, 0, 0, 0.55));
}

/* Figma 205:110 dish frames (pageY − 1233) — visual size ~82% of AABB */
.dish-chatti {
  left: 2.79%;
  top: 599px;
  width: 24%;
  aspect-ratio: 441.1/454.14;
}

.dish-mash {
  left: 61%;
  top: 620px;
  width: 26%;
  aspect-ratio: 1;
  filter: drop-shadow(-14.255px 20.364px 29.629px rgba(0, 0, 0, 0.25));
}

.dish-shrimp-r {
  left: 88.5%;
  top: 712px;
  width: 11.5%;
  aspect-ratio: 215.61/216.53;
}

.dish-fish {
  left: 39.5%;
  top: 733px;
  width: 15%;
  aspect-ratio: 261.82/265;
}

.dish-lamb {
  left: 22%;
  top: 908px;
  width: 16.5%;
  aspect-ratio: 347.04/346.09;
}

.dish-shrimp-b {
  left: 75.8%;
  top: 952px;
  width: 11.5%;
  aspect-ratio: 215.61/216.53;
}

.dish-curry {
  left: 55%;
  top: 974px;
  width: 14%;
  aspect-ratio: 1;
  filter: drop-shadow(-14.255px 11.2px 20.975px rgba(0, 0, 0, 0.29));
}

.dish-lime {
  left: 3.8%;
  top: 979px;
  width: 12%;
  aspect-ratio: 1;
  filter: drop-shadow(-7.127px 10.182px 13.644px rgba(0, 0, 0, 0.26));
}

.price-tag {
  position: absolute;
  left: 479.56px;
  top: 571.22px;
  width: 462.255px;
  height: 127.273px;
  z-index: 6;
}

.price-tag__bg {
  position: absolute;
  inset: -13.92% -3.83%;
  width: 107.66%;
  height: 127.84%;
  max-width: none;
}

.price-tag__name {
  position: absolute;
  left: 60.07px;
  top: 20.36px;
  font-family: "Anton", sans-serif;
  font-size: 26.992px;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
}

.price-tag__desc {
  position: absolute;
  left: 60.07px;
  top: 68.22px;
  font-family: "Poppins", sans-serif;
  font-size: 11.507px;
  line-height: 14.531px;
  color: #fff;
  width: 217.89px;
  z-index: 1;
}

.price-tag__price {
  position: absolute;
  left: 311.57px;
  top: 34.74px;
  font-family: "Anton", sans-serif;
  font-size: 34.499px;
  color: #4c7352;
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
}

.price-tag__line {
  position: absolute;
  left: 289.16px;
  top: 25.45px;
  width: 73.309px;
  height: 2px;
  transform: rotate(90deg);
  transform-origin: left center;
  z-index: 1;
}

/* Listings — page 2473 / 2549 → +1240 / +1316 */
.menu-listings {
  position: absolute;
  left: 0;
  top: 0;
  width: 1512px;
  height: 1819px;
  z-index: 5;
  pointer-events: none;
}

.menu-col {
  position: absolute;
  left: 104.87px;
  top: 1240.16px;
  width: 588.9px;
  display: flex;
  flex-direction: column;
  gap: 45.471px;
  align-items: flex-start;
}

.menu-col__group {
  display: flex;
  flex-direction: column;
  gap: 39.926px;
  width: 100%;
}

.menu-col-title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 51.016px;
  letter-spacing: 5.545px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
}

.menu-col--right {
  left: 783.61px;
  top: 1316.69px;
  gap: 0;
}

.listing {
  display: flex;
  flex-direction: column;
  gap: 4.436px;
  width: 588.9px;
}

.listing-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  font-size: 17.7447px;
  color: #FBF9F4;
  text-transform: uppercase;
  color: #fbf9f4;
  line-height: 29.789px;
  width: 578.92px;
  padding: 0.632px 5.545px 1.608px 0;
  white-space: nowrap;
}

.listing p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: 22.1809px;
  line-height: 32px;
  color: #FBF9F4;
  width: 577.81px;
}

.btn-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 312.582px;
  height: 77.382px;
  border: 0;
  border-radius: 44.8px;
  cursor: pointer;
  font-size: 22.4px;
  color: #fff;
  padding: 25.455px 34.564px;
}

.btn-pill--dark {
  background: rgba(50, 71, 53, 0.7);
}

.menu .btn-pill {
  position: absolute;
  left: 582.4px;
  top: 1742.13px;
  z-index: 6;
  pointer-events: auto;
}

/* ========== CHEF — top ~2634 ========== */
.chef {
  top: 2634px;
  left: 0;
  width: 1512px;
  height: 1000px;
  z-index: 6;
}

.chef::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1512px;
  height: 288.145px;
  background: #689a6f;
  border-radius: 0 0 101.818px 101.818px;
  z-index: 0;
}

.chef-bio {
  position: absolute;
  left: 50.91px;
  top: 438px;
  width: 532.5px;
  z-index: 2;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 20.8036px;
  line-height: 39px;
  color: #8F8F8F;
}
.chef-bio .chef-quote {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  font-size: 32.0015px;
  line-height: 39px;
  color: #000000;
}

.chef-quote {
  margin-top: 30.545px;
  font-weight: 500;
  font-size: 32.001px;
  line-height: 39.186px;
  color: #000;
}

.chef-badge {
  position: absolute;
  left: 989.67px;
  top: 392px;
  width: 362.473px;
  height: 173.091px;
  background-color: #fff;
  background-image: url("../images/kerala-f.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 36.655px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 28px 40px;
  z-index: 3;
  overflow: hidden;
}
.chef-badge p {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 25.859px;
  line-height: 39.528px;
  letter-spacing: 0.517px;
  color: #689a6f;
}

.chef-badge__parsley {
  position: absolute;
  right: 0;
  top: 0;
  width: 52.2px;
  height: 60.8px;
  object-fit: cover;
  border-radius: 0 34.619px 0 0;
}

.chef-badge__seafood {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 59px;
  object-fit: cover;
  border-radius: 0 0 0 35.636px;
}

.chef-name {
  position: absolute;
  left: 989.67px;
  top: 641px;
  width: 242px;
  z-index: 3;
}
.chef-name .chef-role {
  font-size: 38.046px;
  line-height: 44.82px;
  color: #000;
}
.chef-name h2 {
  font-family: "Anton", sans-serif;
  font-size: 68.279px;
  line-height: 76.182px;
  text-transform: uppercase;
  color: #313d33;
}

.chef-portrait {
  position: absolute;
  left: 501.96px;
  top: 330px;
  width: 450px;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.2));
}

.chef-meet {
  position: absolute;
  left: 15rem;
  top: 860px;
  margin: 0;
  font-weight: 300;
  font-size: 148.634px;
  line-height: 1;
  color: #689a6f;
  white-space: nowrap;
  z-index: 7;
  pointer-events: none;
}

/* Desktop gap so portrait sits between “Meet” and “the Chef” */
.chef-meet__gap {
  display: inline-block;
  width: 2.15em;
}

/* ========== SIGNATURE — Figma 205:81 (top 3636) ========== */
.signature {
  top: 3636px;
  left: 0;
  width: 1512px;
  height: 1566.98px;
  /* Sit above .reserve (starts at 4899) so price badges / spill are not covered */
  z-index: 6;
  overflow: visible;
  pointer-events: none;
}

.signature__bg {
  position: absolute;
  left: -1px;
  top: 0;
  width: 1513px;
  height: 1566.98px;
  border-radius: 101.818px 101.818px 0 0;
  background: linear-gradient(180deg, #689a6f 0%, #9bae53 50%, #689a6f 100%);
  overflow: hidden;
  z-index: 0;
}
.signature__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/sig-bg-texture.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  pointer-events: none;
}

.signature__intro {
  position: absolute;
  left: 241.31px;
  top: 102.84px;
  width: 1084.36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17.309px;
  text-align: center;
  z-index: 2;
  pointer-events: auto;
}
.signature__intro h2 {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 90.03px;
  line-height: normal;
  color: #fff;
  width: 100%;
}
.signature__intro p {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 28.519px;
  line-height: normal;
  letter-spacing: 0.8556px;
  color: #cce8d0;
  width: 100%;
}
.signature__intro p strong {
  font-weight: 600;
}

.sig-card {
  position: absolute;
  z-index: 2;
  overflow: visible;
  pointer-events: auto;
}
.sig-card__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18));
}
.sig-card__copy {
  position: absolute;
  z-index: 2;
  color: #689a6f;
}
.sig-card__copy h3 {
  font-family: "Anton", "Brunson", sans-serif;
  font-weight: 400;
  font-size: 67.854px;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.sig-card__copy p {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 25.125px;
  line-height: 1.321;
  margin-top: 18px;
}
.sig-card__shadow {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.sig-card--platter {
  left: 106.91px;
  top: 397.09px;
  width: 1325.67px;
  height: 458.23px;
  z-index: 2;
}
.sig-card--platter .sig-card__copy {
  left: 84.51px;
  top: 76.36px;
  width: 643.49px;
  text-align: left;
}
.sig-card--platter .sig-card__copy p {
  width: 630.25px;
}
.sig-card--bucket {
  left: 116.07px;
  top: 855.27px;
  width: 1325.67px;
  height: 458.23px;
  z-index: 3;
}
.sig-card--bucket .sig-card__shape {
  transform: rotate(180deg);
  transform-origin: center center;
}
.sig-card--bucket .sig-card__copy {
  left: 448px;
  top: 137.45px;
  width: 771.78px;
  text-align: right;
}
.sig-card--bucket .sig-card__copy h3,
.sig-card--bucket .sig-card__copy p {
  margin-left: auto;
}
.sig-card--bucket .sig-card__copy p {
  width: 771.78px;
}
.sig-card--bucket .sig-card__shadow {
  left: -101.82px;
  top: 478.54px;
  width: 599.53px;
  height: 54.93px;
  transform: rotate(-0.81deg);
}

.sig-label {
  position: absolute;
  z-index: 3;
  font-family: "Bebas Neue", "Bebas", sans-serif;
  font-size: 34.215px;
  line-height: normal;
  text-transform: uppercase;
  color: #4d4d4d;
  white-space: nowrap;
}
.sig-label--full {
  left: 560.44px;
  top: 105.98px;
}
.sig-label--half {
  left: 649.93px;
  top: 161.93px;
}

.sig-price {
  position: absolute;
  width: 215.855px;
  height: 215.855px;
  border-radius: 50%;
  background: #96c89d;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4c7352;
  pointer-events: auto;
}
.sig-price span {
  font-family: "Anton", sans-serif;
  font-size: 47.916px;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.sig-price__half {
  font-family: "Bebas Neue", "Bebas", sans-serif !important;
  font-size: 34.215px !important;
  margin-top: -4px;
}
.sig-price--platter {
  left: 291.2px;
  top: 314.62px;
}
.sig-price--bucket {
  left: 644.51px;
  top: 361.45px;
}

.signature__platter {
  position: absolute;
  left: 820px;
  top: 250px;
  width: 720px;
  height: 376px;
  object-fit: contain;
  object-position: center right;
  z-index: 4;
  pointer-events: none;
  filter: drop-shadow(0 4.073px 45.716px rgba(0, 0, 0, 0.28));
}

.signature__bucket {
  position: absolute;
  left: -40px;
  top: 560px;
  width: 560px;
  height: 772px;
  object-fit: contain;
  object-position: left bottom;
  z-index: 6;
  pointer-events: none;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.35));
}

/* ========== RESERVE — top 4899 ========== */
.reserve {
  top: 4899px;
  left: 0;
  width: 1512px;
  height: 1655px;
  overflow: visible;
  z-index: 5;
}

/* Page-level so splash can overlap signature green (sibling z-index beats nested) */
.reserve-splash {
  position: absolute;
  width: 462px;
  height: 516px;
  object-fit: contain;
  pointer-events: none;
  z-index: 7;
}
.reserve-splash--tr {
  right: -180px;
  /* Align with .reserve top; rotation + z-index 7 lets it spill into signature */
  top: 4930px;
  transform: rotate(53.11deg);
}
.reserve-splash--bl {
  left: -189px;
  /* .reserve top + height − splash height */
  top: 6038px;
  transform: rotate(12.35deg);
}

.reserve-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 415px;
  font-weight: 300;
  font-size: 91.533px;
  color: #313d33;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.reserve-title-o {
  display: inline-flex;
  width: 66px;
  height: 67px;
  transform: rotate(28.11deg);
  margin: 0 2px;
}
.reserve-title-o img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 6.396px 14.071px 17.908px rgba(0, 0, 0, 0.55);
}

.reserve-sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 517px;
  text-align: center;
  font-weight: 300;
  font-size: 28.519px;
  letter-spacing: 0.856px;
  color: #4d4d4d;
  z-index: 1;
}

.reserve-grid {
  position: absolute;
  left: 191.42px;
  top: 618px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  z-index: 1;
}

.reserve-form-card {
  width: 688.291px;
  background: url("../images/form-bg.png") center/100% 100% no-repeat;
  border-radius: 76.364px;
  box-shadow: 0 4.073px 136.436px rgba(0, 0, 0, 0.25);
  padding: 60px 48px 48px;
}
.reserve-form-card h3 {
  font-family: "Anton", sans-serif;
  font-size: 40.625px;
  letter-spacing: 0.813px;
  color: #689a6f;
}

.reserve-form-lead {
  font-weight: 300;
  font-size: 20.689px;
  letter-spacing: 0.621px;
  color: #4d4d4d;
  margin: 8px 0 32px;
}

.form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 24.436px;
}
.form-row label {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8.145px;
}
.form-row--3 {
  gap: 12px;
}
.form-row--3 label {
  flex: 1 1 0;
  min-width: 0;
}

.form-full {
  display: flex;
  flex-direction: column;
  gap: 8.145px;
  margin-bottom: 24px;
}

label span {
  font-weight: 500;
  font-size: 14.255px;
  letter-spacing: 0.204px;
  color: #343434;
  padding-left: 19px;
}

.with-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-left: 12px !important;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  height: 50.909px;
  border: 1.018px solid #CCCCCC;
  border-radius: 45.818px;
  background: rgba(255, 255, 255, 0.3);
  padding: 0 20.364px;
  color: #515151;
  font-size: 14.255px;
}

select {
  appearance: none;
  background-image: url("../images/icon-chevron.svg");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px 8px;
  padding-right: 40px;
}

input[type=date] {
  appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0.55;
  cursor: pointer;
}

textarea {
  height: 101.818px;
  border-radius: 28.509px;
  padding: 18px 25px;
  resize: none;
}

.btn-reserve {
  width: 100%;
  height: 54.982px;
  border: 0;
  border-radius: 48.873px;
  background: #689a6f;
  color: #fff;
  font-weight: 500;
  font-size: 18.327px;
  cursor: pointer;
}

.reserve-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 448px;
  align-self: stretch;
}

.side-card {
  background: #fff;
  border-radius: 76.364px;
  box-shadow: 0 4.073px 136.436px rgba(0, 0, 0, 0.25);
  padding: 40px 42px;
}

.side-card--actions {
  background: url("../images/form-bg.png") center/100% 100% no-repeat;
  box-shadow: 0 4.073px 136.436px rgba(0, 0, 0, 0.25);
  padding: 40px 42px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  flex: 1 1 0;
  min-height: 0;
  justify-content: center;
}

.btn-whatsapp,
.btn-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 365.527px;
  height: 65.164px;
  border-radius: 91.636px;
  font-weight: 500;
  box-shadow: 0 4.073px 24px rgba(0, 0, 0, 0.12);
}

.btn-whatsapp {
  background: #00c950;
  color: #fff;
  font-size: 16.359px;
}

.btn-call {
  background: transparent;
  border: 1.018px solid #CCCCCC;
  color: #364153;
  font-size: 15.773px;
}

.side-card--hours {
  background: url("../images/form-bg.png") center/100% 100% no-repeat;
  text-align: center;
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.hours-label {
  font-size: 16.291px;
  color: #99a1af;
}

.hours-time {
  font-weight: 700;
  font-size: 18.327px;
  color: #689a6f;
  margin-bottom: 12px;
}

.hours-note {
  margin-top: 12px;
  padding-top: 17px;
  border-top: 1.018px solid #4a5565;
  font-size: 14.255px;
  line-height: 20.364px;
  color: #99a1af;
  max-width: 238px;
}

.side-card--note {
  background: rgba(80, 130, 87, 0.25);
  text-align: center;
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-card--note p {
  font-weight: 500;
  font-size: 20.364px;
  line-height: 20.364px;
  letter-spacing: 0.306px;
  color: #689a6f;
}

/* ========== GALLERY — top 6340 ========== */
.gallery {
  top: 6340px;
  left: 0;
  width: 1512px;
  height: 1404px;
  text-align: center;
  z-index: 5;
}

.gallery-title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-weight: 300;
  font-size: 91.533px;
  letter-spacing: 1.831px;
  color: #313d33;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.gallery-title-o {
  display: inline-flex;
  width: 94px;
  height: 95px;
  transform: rotate(28.11deg);
}
.gallery-title-o img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 6.396px 14.071px 17.908px rgba(0, 0, 0, 0.55);
}

.gallery-sub {
  position: absolute;
  left: 50%;
  top: 110px;
  transform: translateX(-50%);
  font-weight: 300;
  font-size: 28.519px;
  letter-spacing: 0.856px;
  color: #4d4d4d;
  width: 736px;
}

.gallery-filters {
  position: absolute;
  left: 50%;
  top: 174px;
  transform: translateX(-50%);
  display: flex;
  gap: 22.4px;
}

.gal-filter {
  display: flex;
  align-items: center;
  gap: 5.091px;
  height: 50.909px;
  padding: 0 51px;
  border-radius: 38.691px;
  border: 1.018px solid #e2e2e2;
  background: transparent;
  color: #656565;
  font-weight: 500;
  font-size: 14.255px;
  cursor: pointer;
}
.gal-filter.is-active {
  background: #689a6f;
  border-color: #689a6f;
  color: #fff;
}
.gal-filter.is-active img {
  filter: brightness(0) invert(1);
}

.gallery-grid {
  position: absolute;
  left: 50%;
  top: 261px;
  transform: translateX(-50%);
  display: flex;
  gap: 30.983px;
  max-height: 943px;
  overflow: hidden;
  mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
}

.gal-col {
  display: flex;
  flex-direction: column;
  gap: 37.673px;
  width: 233.628px;
}
.gal-col:empty {
  display: none;
}
.gal-col img {
  width: 100%;
  border-radius: 28.679px;
  object-fit: cover;
}
.gal-col:nth-child(1) img:nth-child(1) {
  height: 332px;
}
.gal-col:nth-child(1) img:nth-child(2) {
  height: 246px;
}
.gal-col:nth-child(1) img:nth-child(3) {
  height: 184px;
}
.gal-col:nth-child(1) img:nth-child(4) {
  height: 215px;
}
.gal-col:nth-child(2) img:nth-child(1) {
  height: 246px;
}
.gal-col:nth-child(2) img:nth-child(2) {
  height: 158px;
}
.gal-col:nth-child(2) img:nth-child(3) {
  height: 246px;
}
.gal-col:nth-child(2) img:nth-child(4) {
  height: 332px;
}
.gal-col:nth-child(3) img:nth-child(1) {
  height: 332px;
}
.gal-col:nth-child(3) img:nth-child(2) {
  height: 246px;
}
.gal-col:nth-child(3) img:nth-child(3) {
  height: 173px;
}
.gal-col:nth-child(3) img:nth-child(4) {
  height: 226px;
}
.gal-col:nth-child(4) img:nth-child(1) {
  height: 158px;
}
.gal-col:nth-child(4) img:nth-child(2) {
  height: 246px;
}
.gal-col:nth-child(4) img:nth-child(3) {
  height: 332px;
}
.gal-col:nth-child(4) img:nth-child(4) {
  height: 246px;
}
.gal-col:nth-child(5) img:nth-child(1) {
  height: 332px;
}
.gal-col:nth-child(5) img:nth-child(2) {
  height: 246px;
}
.gal-col:nth-child(5) img:nth-child(3) {
  height: 246px;
}
.gal-col:nth-child(5) img:nth-child(4) {
  height: 153px;
}

.gallery-view {
  position: absolute;
  left: 598.16px;
  top: 1209px;
  z-index: 6;
}

/* ========== TESTIMONIALS — top 7493 ========== */
.testimonials {
  top: 7319px;
  left: -14px;
  width: 1526px;
  height: 1380px;
  background: linear-gradient(180.56deg, rgba(255, 255, 255, 0) 0.46%, #689a6f 78.88%);
  text-align: center;
  z-index: 5;
}
.testimonials h2 {
  position: absolute;
  left: 50%;
  /* 1rem below View All (gallery 6514 + 1209 + 77.382 + 16) */
  top: 323px;
  transform: translateX(-50%);
  font-weight: 300;
  font-size: 91.533px;
  letter-spacing: 1.831px;
  color: #313d33;
  width: 911px;
}

.testimonials-sub {
  position: absolute;
  left: 50%;
  top: 433px;
  transform: translateX(-50%);
  font-weight: 300;
  font-size: 28.519px;
  letter-spacing: 0.856px;
  color: #4d4d4d;
  width: 786px;
}

.testimonial-cards {
  position: absolute;
  inset: 0;
}

.t-card {
  position: absolute;
  width: 643.036px;
  height: 287.127px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 40.727px;
  box-shadow: 0 31.48px 66.978px rgba(0, 0, 0, 0.24);
}
.t-card--1 {
  left: 384px;
  top: 565px;
}
.t-card--2 {
  left: 827px;
  top: 933px;
}
.t-card--3 {
  left: 92px;
  top: 1010px;
}

.t-card__strip {
  width: 187.345px;
  height: 100%;
  background: #050505;
  border-radius: 39.709px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.t-card__avatar {
  width: 61.091px;
  height: 61.091px;
  border-radius: 18.327px;
  object-fit: cover;
}

.t-card__name {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 15.375px;
  line-height: 26.112px;
  color: #fff;
  margin-top: 20px;
  white-space: nowrap;
}

.t-card__food {
  position: absolute;
  left: 96px;
  top: 50%;
  transform: translateY(-50%);
  width: 162.112px;
  height: 348.161px;
  object-fit: cover;
  border-radius: 40.727px;
  box-shadow: 10.88px 4.352px 30.464px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.t-card__body {
  flex: 1;
  padding: 40px 57px 35px 117px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 19px;
  justify-content: center;
}
.t-card__body p {
  font-size: 17.408px;
  line-height: 26.112px;
  color: #4a5565;
  max-width: 282px;
}

.t-card__stars {
  display: flex;
}
.t-card__stars img {
  width: 22.159px;
  height: 22.159px;
}

/* ========== SPECIALS — Figma 205:555 layered elements ========== */
/* Day titles = Brunson Rough exports from Figma. Crab extends to ~1614.6. */
.specials {
  top: 8933.76px;
  left: 0;
  width: 1512px;
  height: 1087.84px;
  overflow: hidden;
  z-index: 5;
}

.specials__canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 1614.64px;
  height: 1087.84px;
  transform: scale(0.9364);
  transform-origin: top left;
}

/* Desktop: wrappers are transparent so absolute day/plate coords stay on canvas */
.specials-row,
.specials-row__art {
  display: contents;
}

.specials__weekly-wrap {
  position: absolute;
  left: 1376.16px;
  top: 0rem;
  width: 62px;
  height: 369px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.specials__weekly {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 51.603px;
  letter-spacing: 1.0321px;
  color: #313d33;
  white-space: nowrap;
  transform: rotate(-90deg);
}

/* Exact Figma Brunson Rough green type (exported PNGs) */
.specials-day {
  position: absolute;
  display: block;
  height: auto;
  object-fit: contain;
  object-position: left center;
  pointer-events: none;
  z-index: 1;
}

.specials-day--tue {
  left: 211.78px;
  /* Figma text box top 30.77 / h 283 — image is glyph-tight (~195), center-align in box */
  top: 74.5px;
  width: 928px;
}

.specials-day--fri {
  left: 493.82px;
  top: 321.5px;
  width: 770px;
}

.specials-day--sun {
  left: 249.45px;
  top: 578.5px;
  width: 854px;
}

.specials-plate {
  position: absolute;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
}

.specials-plate--tue {
  left: 589.09px;
  top: 47.68px;
  width: 242.03px;
  height: 242.03px;
  transform: rotate(28.11deg);
  filter: drop-shadow(6.396px 14.071px 17.908px rgba(0, 0, 0, 0.55));
}

.specials-plate--fri {
  left: 718px;
  top: 304px;
  width: 228.03px;
  height: 228.03px;
  transform: rotate(-12deg);
  filter: drop-shadow(8.888px 19.553px 24.886px rgba(0, 0, 0, 0.55));
}

.specials-plate--sun {
  left: 555px;
  top: 566.01px;
  width: 228.03px;
  height: 228.03px;
  transform: rotate(-8deg);
  filter: drop-shadow(8.888px 19.553px 24.886px rgba(0, 0, 0, 0.55));
}

.specials-dish {
  position: absolute;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 33.442px;
  line-height: 52.021px;
  color: #689a6f;
  white-space: nowrap;
  text-align: center;
  z-index: 4;
}

.specials-dish--tue {
  left: 820.65px;
  top: 27.06px;
  width: 314px;
}

.specials-dish--fri {
  left: 998.84px;
  top: 520.71px;
  width: 231px;
}

.specials-dish--sun {
  left: 742.18px;
  top: 770.35px;
  width: 266px;
}

/* Pre-rotated Brunson “SPECIALS” export from Figma */
.specials-vert {
  position: absolute;
  left: 442px;
  top: 352.29px;
  width: 39px;
  height: 145px;
  object-fit: contain;
  pointer-events: none;
  z-index: 2;
}

.specials-crab {
  position: absolute;
  left: 1013.09px;
  top: 336.17px;
  width: 601.55px;
  height: 751.67px;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  z-index: 5;
  filter: drop-shadow(0 4.073px 28.407px rgba(0, 0, 0, 0.25));
}

/* ========== FOOTER — footer.png (1512×898) + white text ========== */
.footer {
  top: 10021.6px;
  left: 0;
  width: 1512px;
  height: 898px;
  z-index: 5;
  overflow: hidden;
}

.footer__panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 1512px;
  height: 898px;
  overflow: hidden;
  border-radius: 161.891px 161.891px 0 0;
  background: #34753c;
}

.footer__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1512px;
  height: 898px;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
  border-radius: 161.891px 161.891px 0 0;
}

.footer__headline {
  position: absolute;
  left: 152px;
  top: 88px;
  width: 670px;
  font-family: "Bebas Neue", "Anton", "Brunson Rough", sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 88px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  z-index: 4;
}

.footer__tagline {
  position: absolute;
  left: 153px;
  top: 278px;
  width: 532px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #fff;
  z-index: 4;
}

.footer__social {
  position: absolute;
  left: 154px;
  top: 368px;
  width: 495px;
  z-index: 4;
}

.footer__helpful {
  position: absolute;
  left: 157px;
  top: 458px;
  width: 495px;
  z-index: 4;
}

.footer__label {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.6px;
  color: #fff;
}

.footer__links {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.6px;
  color: #97d29f;
}
.footer__links a:hover {
  color: #fff;
}

.footer__logo {
  position: absolute;
  left: 1223px;
  top: 96px;
  width: 161px;
  height: 124px;
  object-fit: contain;
  z-index: 4;
}

.footer__address {
  position: absolute;
  left: 971px;
  top: 236px;
  width: 402px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-align: right;
  color: #fff;
  font-style: normal;
  z-index: 4;
}

.footer__contact {
  position: absolute;
  left: 971px;
  top: 390px;
  width: 402px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 0.6px;
  text-align: right;
  color: #fff;
  z-index: 4;
}
.footer__contact a:hover {
  text-decoration: underline;
}

/* ========== MOTION SYSTEM ========== */
.motion-ready .hero-bowl,
.motion-ready .hero-left,
.motion-ready .hero-right,
.motion-ready .hero-img-11,
.motion-ready .hero-img-12,
.motion-ready .hero-img-13 {
  will-change: transform;
}

.motion-ready .nav-link {
  transition: color 0.28s ease;
  display: inline-block;
}

.motion-ready .nav-link:hover {
  color: #689a6f;
}

.motion-ready .btn-pill,
.motion-ready .btn-reserve,
.motion-ready .btn-whatsapp,
.motion-ready .btn-call,
.motion-ready .menu-arrow,
.motion-ready .gal-filter {
  will-change: transform;
  transition: box-shadow 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}

.motion-ready .btn-pill:hover,
.motion-ready .btn-reserve:hover {
  box-shadow: 0 12px 36px rgba(76, 115, 82, 0.28);
}

.motion-ready .btn-whatsapp:hover,
.motion-ready .btn-call:hover {
  filter: brightness(1.03);
}

.motion-ready .gallery-grid img {
  transform-origin: center center;
  transition: filter 0.4s ease;
  cursor: pointer;
}

.motion-ready .gallery-grid img:hover {
  filter: brightness(1.04) saturate(1.05);
}

.motion-ready .t-card {
  will-change: transform;
  transition: box-shadow 0.35s ease;
}

.motion-ready .t-card:hover {
  box-shadow: 0 18px 48px rgba(49, 61, 51, 0.16);
}

.motion-ready .reserve-form label.is-focused input,
.motion-ready .reserve-form label.is-focused select,
.motion-ready .reserve-form label.is-focused textarea {
  outline: 2px solid rgba(104, 154, 111, 0.45);
  outline-offset: 2px;
  border-color: #689a6f;
}

.motion-ready .signature__platter,
.motion-ready .signature__bucket,
.motion-ready .specials-plate,
.motion-ready .specials-crab {
  will-change: transform;
  cursor: pointer;
}

.motion-ready .menu-cat img {
  will-change: transform;
  transition: filter 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .motion-reduced .hero-bowl,
  .motion-reduced .hero-left,
  .motion-reduced .hero-right,
  .motion-reduced .hero-img,
  .motion-reduced .t-card,
  .motion-reduced .btn-pill,
  .motion-reduced .gallery-grid img {
    will-change: auto !important;
    transition: none !important;
  }
}
/* ========== CURSOR + ATMOSPHERE ========== */
.has-pcursor .page-shell,
.has-pcursor .page-shell a,
.has-pcursor .page-shell button {
  cursor: none;
}

.has-pcursor .page-shell input,
.has-pcursor .page-shell textarea,
.has-pcursor .page-shell select {
  cursor: text;
}

.pcursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: multiply;
}

.pcursor__dot {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #4c7352;
  transform: scale(1);
  transition: transform 0.25s ease, background 0.25s ease;
}

.pcursor__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 1.5px solid rgba(76, 115, 82, 0.45);
  border-radius: 50%;
  transform: scale(0.55);
  opacity: 0.55;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, width 0.35s ease, height 0.35s ease, margin 0.35s ease;
}

.pcursor__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  font-family: "Bebas Neue", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #13471a;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.25s ease, transform 0.3s ease;
  pointer-events: none;
}

.pcursor[data-mode=hover] .pcursor__ring,
.pcursor[data-mode=action] .pcursor__ring {
  transform: scale(1.15);
  opacity: 0.85;
}

.pcursor[data-mode=action] .pcursor__dot {
  transform: scale(0.55);
  background: #13471a;
}

.pcursor[data-mode=view] .pcursor__dot,
.pcursor[data-mode=explore] .pcursor__dot {
  transform: scale(0);
}

.pcursor[data-mode=view] .pcursor__ring,
.pcursor[data-mode=explore] .pcursor__ring {
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  transform: scale(1);
  opacity: 0.9;
  border-color: rgba(19, 71, 26, 0.55);
  background: rgba(251, 249, 244, 0.72);
}

.pcursor[data-mode=view] .pcursor__label,
.pcursor[data-mode=explore] .pcursor__label {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.pcursor.is-native {
  opacity: 0 !important;
}

.motion-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(circle, rgba(104, 154, 111, 0.16) 0%, rgba(104, 154, 111, 0.05) 42%, rgba(104, 154, 111, 0) 70%);
  mix-blend-mode: multiply;
  will-change: transform;
}

.motion-ready .t-card.is-hot {
  box-shadow: 0 22px 56px rgba(49, 61, 51, 0.2);
}

.motion-ready .hero-gradient,
.motion-ready .hero-brush {
  will-change: transform;
}

@media (hover: none), (pointer: coarse) {
  .has-pcursor .page-shell,
  .has-pcursor .page-shell a,
  .has-pcursor .page-shell button {
    cursor: auto;
  }
  .pcursor,
  .motion-glow {
    display: none !important;
  }
}
/* ========== ABOUT PAGE — Figma fs-about 205:589 (1512 × 4738) ========== */
body.about-page .page-shell {
  height: calc(4738 / 1512 * 100vw);
  margin: 0;
  left: 0;
}
body.about-page .page {
  height: 4738px;
  left: 0;
  margin: 0;
}

.about-header {
  /* Legacy alias — about page now uses shared .header */
  top: 20px;
  left: 34.62px;
  width: 1442.76px;
  height: 89.6px;
  z-index: 300;
}

.about-header .nav-pill {
  position: relative;
  z-index: 1;
}

/* Legacy about-nav: match shared nav so leftover markup cannot drift */
.about-nav {
  border-radius: 71.273px;
  padding: 0 80px;
  box-shadow: 0 8px 40px rgba(104, 154, 111, 0.18);
}

.about-nav__inner {
  gap: 48px;
}

.about-nav .nav-group {
  gap: 48px;
}

.about-nav .nav-link {
  font-size: 22.014px;
}

.about-nav .nav-link.is-active {
  color: #689a6f;
}

.about-nav .nav-group--left .nav-link:first-child {
  color: inherit;
}

/* ----- About hero ----- */
.about-hero {
  top: 0;
  left: 0;
  width: 1512px;
  height: 1400px;
  overflow: visible;
  /* Above header so right leaf overlaps nav visually */
  z-index: 2;
  /* Clicks pass through decorations → header links underneath stay clickable */
  pointer-events: none;
}
.about-hero a,
.about-hero button {
  pointer-events: auto;
}

.about-hero__leaf {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}
.about-hero__leaf img {
  display: block;
  width: 750.7px;
  height: 737.9px;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

/* Figma 205:642 — wrapper left -505 / top 60 / 1010×1005, rotate 28.18° */
.about-hero__leaf--tl {
  left: -505px;
  top: 60px;
  width: 1010px;
  height: 1005px;
  z-index: 0;
}
.about-hero__leaf--tl img {
  transform: rotate(28.18deg);
}

/* Figma 205:643 — same source & size as left, rotate -149.99° */
.about-hero__leaf--tr {
  left: 1085px;
  top: -494px;
  width: 1019px;
  height: 1015px;
  z-index: 0;
  pointer-events: none;
}
.about-hero__leaf--tr img {
  transform: rotate(-149.99deg);
  pointer-events: none;
}

.about-hero__title {
  position: absolute;
  left: 160px;
  top: 214px;
  width: 1353px;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 130.284px;
  line-height: 154px;
  color: #313d33;
  text-align: center;
  z-index: 3;
}

.about-hero__line {
  display: block;
  white-space: pre;
}

.about-hero__line--1,
.about-hero__line--2,
.about-hero__line--3 {
  padding: 0;
}

.about-hero__letter {
  position: absolute;
  z-index: 4;
  object-fit: cover;
  pointer-events: none;
  border-radius: 50%;
  overflow: hidden;
}

.about-hero__letter--1 {
  left: 655px;
  top: 259px;
  width: auto;
  height: auto;
  transform: rotate(27.94deg);
  filter: drop-shadow(1.646px 3.62px 4.607px rgba(0, 0, 0, 0.55));
}

.about-hero__letter--2 {
  left: 708px;
  top: 417px;
  width: 78px;
  height: 80px;
  transform: rotate(172.07deg);
}

.about-hero__letter--3 {
  right: 19.1rem;
  top: 398.2px;
  width: auto;
  height: auto;
  transform: rotate(121.35deg);
  z-index: 1;
}

.about-hero__letter--4 {
  right: 15.2rem;
  top: 417px;
  width: auto;
  height: auto;
  transform: rotate(172.07deg);
  z-index: 1;
}

.about-hero__letter--5 {
  right: 46.8rem;
  top: 573.3px;
  width: auto;
  height: auto;
}

.about-hero__intro {
  position: absolute;
  left: 310px;
  top: 769px;
  width: 1080px;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 20.28px;
  line-height: 38px;
  letter-spacing: 0.4056px;
  text-align: right;
  color: #000;
  z-index: 3;
  pointer-events: auto;
}

.about-hero__oval {
  position: absolute;
  left: 142px;
  top: 916px;
  width: 1227px;
  height: 447px;
  border-radius: 223.5px;
  overflow: hidden;
  z-index: 3;
}
.about-hero__oval img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero__oval::after {
  content: "";
  position: absolute;
  inset: 0;
  /* No fade: show the exported image at full opacity */
  background: transparent;
  border-radius: inherit;
  pointer-events: none;
}

.about-hero__caption {
  position: absolute;
  left: 427px;
  top: 1290px;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 26.063px;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
  z-index: 4;
  pointer-events: auto;
}

/* ----- About story ----- */
.about-story {
  top: 1430px;
  left: 135px;
  width: 990px;
  height: 91px;
  z-index: 3;
}

.about-story__text {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 20.28px;
  line-height: 38px;
  letter-spacing: 0.4056px;
  color: #000;
}

/* ----- Philosophy grid ----- */
.about-phil {
  top: 1616px;
  left: 0;
  width: 1512px;
  height: 351px;
  z-index: 3;
  overflow: visible;
  filter: drop-shadow(-30px 44px 60.4px rgba(0, 0, 0, 0.25));
}

.about-phil__card {
  position: absolute;
  overflow: hidden;
  border-radius: 62px;
}
.about-phil__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-phil__card--food-tl {
  left: -1px;
  top: 0;
  width: 300px;
  height: 167px;
}

.about-phil__card--fresh {
  left: -1px;
  top: 167px;
  width: 300px;
  height: 167px;
  background: #e0eee1;
}
.about-phil__card--fresh p {
  position: absolute;
  left: 41px;
  top: 25px;
  width: 234px;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 19.424px;
  line-height: 29.692px;
  letter-spacing: 0.3885px;
  color: #222;
}
.about-phil__card--fresh p strong {
  font-weight: 700;
}

.about-phil__card--hospitality {
  left: 299px;
  top: 0;
  width: 356px;
  height: 334px;
  background: #313d33;
  z-index: 3;
  overflow: hidden;
}
.about-phil__card--hospitality .about-phil__hosp-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 62px;
  z-index: 0;
  pointer-events: none;
}
.about-phil__card--hospitality .about-phil__wave {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 62px;
  z-index: 1;
  pointer-events: none;
}
.about-phil__card--hospitality p {
  position: absolute;
  left: 49px;
  top: 55px;
  width: 201px;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 25.799px;
  line-height: 39.437px;
  letter-spacing: 0.516px;
  color: #fff;
  z-index: 2;
}

/* Coast card keeps SVG wave mask */
.about-phil__wave {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.about-phil__wave--coast {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-phil__card--shrimp {
  left: 655px;
  top: 0;
  width: 208px;
  height: 167px;
  border-radius: 62px;
  z-index: 2;
  overflow: hidden;
}
.about-phil__card--shrimp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 62px;
}

/* Desktop: wrapper is transparent so absolute children keep Figma coords */
.about-phil__authentic-wrap {
  display: contents;
}

.about-phil__card--authentic {
  left: 863px;
  top: 0;
  width: 208px;
  height: 167px;
  background: #e5e5e5;
  border-radius: 62px;
  z-index: 2;
}
.about-phil__card--authentic p {
  position: absolute;
  left: 50%;
  top: 53px;
  width: 129px;
  margin: 0;
  transform: translateX(-50%);
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 20.28px;
  line-height: 31px;
  letter-spacing: 0.4056px;
  text-align: center;
  color: #000;
}

.about-phil__circle {
  position: absolute;
  left: 670px;
  top: 173px;
  width: 178px;
  height: 178px;
  object-fit: cover;
  border-radius: 50%;
  z-index: 4;
}

.about-phil__card--food-br {
  left: 863px;
  top: 167px;
  width: 208px;
  height: 167px;
  z-index: 2;
}

.about-phil__card--coast {
  left: 1070px;
  top: 0;
  width: 441px;
  height: 334px;
  background: #689a6f;
}
.about-phil__card--coast p {
  position: absolute;
  left: 49px;
  top: 166px;
  width: 344px;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 20.28px;
  line-height: 31px;
  letter-spacing: 0.4056px;
  color: #fff;
  z-index: 2;
}
.about-phil__card--coast p strong {
  font-weight: 700;
}

/* ----- Meet the Chef ----- */
.about-chef {
  top: 2062px;
  left: 0;
  width: 1512px;
  height: 760px;
  z-index: 3;
  overflow: visible;
}

.about-chef__meet {
  position: absolute;
  left: 511px;
  top: 0;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 78.047px;
  line-height: normal;
  color: #689a6f;
  white-space: nowrap;
  z-index: 3;
}

/* Decorative leaf above “Meet the Chef” — Figma 4001:34 */
.about-chef__leaf-top {
  position: absolute;
  left: 820px;
  top: -203px;
  width: 380px;
  height: 380px;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}

.about-chef__leaf-portrait {
  position: absolute;
  left: -14rem;
  bottom: -14rem;
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  z-index: 0;
}

.about-chef__row {
  position: absolute;
  left: 232px;
  top: 161px;
  width: 1048px;
  display: flex;
  align-items: flex-end;
  gap: 64px;
  z-index: 2;
}

.about-chef__portrait-wrap {
  position: relative;
  flex-shrink: 0;
  width: 482px;
  height: 591px;
  overflow: visible;
}

.about-chef__portrait {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 56px;
  overflow: hidden;
  box-shadow: 0 0 37.1px rgba(0, 0, 0, 0.04);
  background: #e8ebe6;
  z-index: 2;
}
.about-chef__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-chef__copy {
  width: 502px;
  display: flex;
  flex-direction: column;
  gap: 57px;
  padding-bottom: 8px;
}

.about-chef__identity {
  width: 242px;
}

.about-chef__role {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 38.046px;
  line-height: 59.82px;
  color: #000;
}

.about-chef__name {
  display: block;
  width: 242px;
  height: auto;
  margin-top: 0;
}

.about-chef__bio {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.about-chef__bio p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 20.432px;
  line-height: 38.486px;
  color: #8f8f8f;
}

.about-chef__quote {
  font-weight: 500 !important;
  font-size: 31.43px !important;
  line-height: 38.486px !important;
  color: #000 !important;
}

/* ----- About gallery ----- */
.about-gallery {
  top: 2944px;
  left: 0;
  width: 1512px;
  height: 940px;
  z-index: 3;
  overflow: visible;
}

.about-gallery__leaf {
  position: absolute;
  left: -488px;
  top: -555px;
  width: 876px;
  height: 668px;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 0;
  transform: rotate(75deg) scaleY(-1);
  transform-origin: center center;
}

.about-gallery__tomato {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 1;
  transform-origin: center center;
}

/* Figma 2027:1093 — same source/size as hero right leaf, behind gallery strip */
.about-gallery__leaf-r {
  position: absolute;
  left: 1047px;
  top: 29px;
  width: 1019px;
  height: 1015px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}
.about-gallery__leaf-r img {
  display: block;
  width: 750.7px;
  height: 737.9px;
  max-width: none;
  object-fit: cover;
  transform: rotate(-149.99deg);
}

.about-gallery__head {
  position: absolute;
  left: 344px;
  top: 0;
  width: 824px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  z-index: 4;
}

.about-gallery__title-wrap {
  position: relative;
  width: 483px;
  height: 110px;
}

.about-gallery__title {
  position: absolute;
  left: 11px;
  top: 0;
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 91.533px;
  line-height: normal;
  letter-spacing: 1.8307px;
  color: #313d33;
  white-space: nowrap;
}

.about-gallery__o {
  position: absolute;
  left: 0;
  top: 7px;
  width: 94px;
  height: 95px;
  object-fit: cover;
  border-radius: 50%;
  transform: rotate(28.11deg);
  z-index: 1;
}

.about-gallery__sub {
  margin: 0;
  width: 100%;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 28.519px;
  line-height: normal;
  letter-spacing: 0.8556px;
  text-align: center;
  color: #4d4d4d;
}

.about-gallery__filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22.4px;
}

.about-gal-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 50.909px;
  padding: 0 51px;
  border-radius: 38.691px;
  border: 1.018px solid #689a6f;
  background: transparent;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 14.255px;
  line-height: 20.364px;
  color: #4c7352;
  cursor: pointer;
  white-space: nowrap;
}
.about-gal-filter img {
  width: 16.291px;
  height: 16.291px;
  flex-shrink: 0;
}
.about-gal-filter.is-active {
  background: #689a6f;
  border-color: #689a6f;
  color: #fff;
}
.about-gal-filter.is-active img {
  filter: brightness(0) invert(1);
}

.about-gallery__strip {
  position: absolute;
  left: 81px;
  top: 347px;
  width: 1351px;
  height: 500px;
  display: flex;
  align-items: center;
  gap: 19px;
  z-index: 3;
}

.about-gallery__item {
  flex-shrink: 0;
  border-radius: 21px;
  overflow: hidden;
}
.about-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-gallery__item--sm {
  width: 246px;
  height: 309px;
  align-self: center;
}

.about-gallery__item--lg {
  width: 291px;
  height: 500px;
}

.about-gallery__fade {
  position: absolute;
  left: 0;
  top: 569px;
  width: 1513px;
  height: 633px;
  background: linear-gradient(180deg, rgba(248, 251, 240, 0) 0%, #f8fbf0 100%);
  pointer-events: none;
  z-index: 3;
}

/* About page reuses .footer from index — pin to canvas bottom */
body.about-page .footer {
  top: 3840px;
}

/* ========== MOBILE LAYOUT (≤900px) — stacked UI; desktop canvas untouched ========== */
@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }
  .page-shell {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    overflow: visible;
  }
  .page {
    position: relative !important;
    top: auto;
    left: auto;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    transform: none !important;
    overflow: visible;
    background: linear-gradient(90deg, #f7ffe8 0%, #fdfffd 100%);
    display: flex !important;
    flex-direction: column;
  }
  .page::before {
    background-size: 100% auto;
  }
  .page > * {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    order: 20;
  }
  .reserve-splash {
    display: none !important;
  }
  /* ----- Header / nav (hamburger) ----- */
  .header {
    position: sticky !important;
    top: 0 !important;
    z-index: 200;
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
    margin: 8px auto 0;
    height: auto !important;
    padding: 0;
  }
  .nav-pill {
    height: auto;
    min-height: 58px;
    padding: 8px 12px;
    border-radius: 28px;
  }
  .nav-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    height: auto;
    column-gap: 0;
  }
  .nav-logo {
    order: 0;
    width: 52px;
    height: 40px;
    flex: 0 0 auto;
    margin: 0;
  }
  .nav-logo img {
    object-fit: contain;
  }
  .nav-toggle {
    display: flex;
    order: 1;
  }
  .nav-pill.is-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-pill.is-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .nav-pill.is-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
    flex: 0 0 100%;
    order: 2;
    padding: 8px 4px 6px;
  }
  .nav-pill.is-open .nav-links {
    display: flex;
  }
  .nav-group {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    width: 100%;
  }
  .nav-group--left,
  .nav-group--right {
    order: 0;
    justify-content: flex-start;
  }
  .nav-link {
    display: block;
    font-size: 18px;
    padding: 12px 14px;
    border-radius: 14px;
    text-align: left;
  }
  .nav-link.is-active,
  .nav-link:active {
    background: rgba(104, 154, 111, 0.12);
    color: #689a6f;
  }
  /* Mobile stack: header → food images → moving title → Explore → rest */
  .header {
    order: 0 !important;
  }
  .hero {
    display: contents !important;
  }
  .hero-visual {
    order: 1;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: min(72vw, 340px);
    margin: 4px 0 8px;
    overflow: visible;
    pointer-events: none;
  }
  .hero-title {
    order: 2;
  }
  .menu {
    order: 3 !important;
  }
  /* ----- Hero visuals + moving title (title below Explore) ----- */
  .hero-title {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: clamp(96px, 28vw, 140px) !important;
    min-height: 96px;
    max-height: none;
    overflow: hidden;
    margin: 8px 0 12px;
  }
  .hero-title__marquee {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .hero-title__track {
    display: flex !important;
    align-items: center;
    gap: 0 !important;
    width: max-content;
    height: 100%;
    animation: hero-title-scroll 12s linear infinite !important;
    transform: none;
    will-change: transform;
  }
  .hero-title__img {
    display: block !important;
    flex: 0 0 auto !important;
    /* Exact text width — no empty space between repeats */
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
    object-position: center center;
  }
  .hero-title__img + .hero-title__img {
    display: block !important;
  }
}
@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .hero-title__track {
    animation: none !important;
  }
}
@media (max-width: 900px) {
  .hero-bowl {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: min(88vw, 400px) !important;
    height: min(88vw, 400px) !important;
    margin: 0 auto;
    display: block;
    z-index: 5;
    overflow: hidden;
  }
  .hero-left,
  .hero-right {
    display: block !important;
    position: absolute !important;
    width: min(38vw, 160px) !important;
    height: auto !important;
    z-index: 4;
    pointer-events: none;
    opacity: 0.95;
  }
}
@media (max-width: 900px) {
  /* Left dish sits higher; right dish sits lower */
  .hero-left {
    top: 0% !important;
    left: -10% !important;
    right: auto !important;
  }
  .hero-right {
    top: 58% !important;
    right: -10% !important;
    left: auto !important;
  }
  .hero-ellipse,
  .hero-bowl__ellipse,
  .hero-bowl__green,
  .hero-bowl::before,
  .hero-img-11,
  .hero-img-12,
  .hero-img-13,
  .hero-brush,
  .hero-gradient {
    display: none !important;
  }
  /* ----- Explore flavors — clean mobile carousel ----- */
  .menu {
    padding: 12px 0 28px;
    overflow: visible;
  }
  .menu-title {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    font-size: clamp(30px, 8.5vw, 42px);
    font-weight: 300;
    white-space: normal;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    line-height: 1.1;
    margin: 8px 0 18px;
    color: #313d33;
  }
  .menu-title-o {
    display: none !important;
  }
  .menu-cats {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0 0 4px;
  }
  /* Soft pill track (CSS — not stretched SVG) */
  .menu-cats__bar {
    display: block !important;
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    top: 10px !important;
    width: auto !important;
    height: 52px !important;
    object-fit: fill;
    border-radius: 999px;
    z-index: 0;
    opacity: 0.55;
    filter: saturate(0.9);
  }
  .menu-arrow {
    display: none !important;
  }
  .menu-cats-track {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 20px 20px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 20px;
    scroll-behavior: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 1;
  }
  .menu-cats-track::-webkit-scrollbar {
    display: none;
    height: 0;
  }
  .menu-cat {
    flex: 0 0 auto;
    scroll-snap-align: center;
    width: 118px;
    min-width: 118px;
    max-width: 118px;
    font-size: 12px;
    letter-spacing: 0.03em;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    color: #689a6f;
    transition: transform 0.25s ease;
  }
  .menu-cat span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px !important;
    height: 52px !important;
    min-height: 52px;
    padding: 4px 6px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.1;
    white-space: normal;
    background: transparent;
    border-radius: 0;
  }
  .menu-cat img {
    display: block;
    width: 96px !important;
    max-width: 96px;
    height: auto !important;
    margin: 10px auto 0 !important;
    object-fit: contain;
    filter: none !important;
    transition: transform 0.25s ease, width 0.25s ease;
  }
  .menu-cat.is-active span::before {
    display: none;
  }
  .menu-cat.is-active span {
    font-size: 12px;
    color: #13471a;
    font-weight: 600;
    background: transparent;
    text-shadow: none;
    white-space: normal;
    width: 100%;
    min-width: 0;
  }
  .menu-cat.is-active {
    /* Bigger active plate — mobile only */
  }
  .menu-cat.is-active img {
    width: 128px !important;
    max-width: 128px;
    margin: 4px auto 0 !important;
    transform: none;
    filter: none !important;
  }
  .menu-cat--starters:not(.is-active) img,
  .menu-cat--soups:not(.is-active) img,
  .menu-cat--curries:not(.is-active) img,
  .menu-cat--fish:not(.is-active) img,
  .menu-cat--specials:not(.is-active) img,
  .menu-cat--starters img,
  .menu-cat--soups img,
  .menu-cat--curries img,
  .menu-cat--fish img,
  .menu-cat--specials img {
    width: 96px !important;
    max-width: 96px;
  }
  .menu-cat.is-active img {
    width: 128px !important;
    max-width: 128px;
  }
  .wave-green,
  .wave {
    display: none !important;
  }
  /* Dish strip under categories — looping carousel */
  .menu-showcase {
    display: flex !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    align-items: center;
    gap: 18px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 12px 20px 28px;
    margin: 4px 0 8px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 20px;
    scrollbar-width: none;
    pointer-events: auto;
  }
  .menu-showcase::-webkit-scrollbar {
    display: none;
    height: 0;
  }
  .menu-showcase .dish {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    flex: 0 0 auto;
    width: min(52vw, 200px) !important;
    height: min(52vw, 200px) !important;
    scroll-snap-align: center;
    cursor: zoom-in;
    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
    transition: transform 0.35s ease;
  }
  .menu-showcase .dish img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    pointer-events: none;
    filter: none !important;
    box-shadow: none !important;
  }
  .menu-showcase .dish__spin {
    width: 100%;
    height: 100%;
    filter: none !important;
  }
  .menu-showcase .dish-mash,
  .menu-showcase .dish-shrimp-r,
  .menu-showcase .dish-lime,
  .menu-showcase .price-tag {
    display: none !important;
  }
  .menu-showcase .dish.is-zoomed {
    transform: scale(1.18) !important;
    z-index: 8;
  }
  .menu-cat {
    cursor: pointer;
  }
  .menu-cat img {
    cursor: zoom-in;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
  }
  .menu-cat.is-zoomed img {
    transform: scale(1.35) translateY(-8px);
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.35));
    z-index: 6;
  }
  .menu-listings {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 8px;
    padding: 0 16px;
    pointer-events: auto;
  }
  .menu-col,
  .menu-col--right {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    gap: 16px;
  }
  .menu-col__group {
    gap: 14px;
  }
  .menu-col-title {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    color: #4c7352 !important;
    white-space: normal;
    width: 100%;
  }
  .listing {
    width: 100% !important;
    gap: 2px;
  }
  .listing-title {
    width: 100% !important;
    font-size: 14px;
    line-height: 1.35;
    color: #313d33 !important;
    white-space: normal;
    padding: 0;
  }
  .listing p {
    width: 100% !important;
    font-size: 13px;
    line-height: 1.4;
    color: #5a635c !important;
  }
  .menu .btn-pill {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: flex;
    width: min(100%, 280px);
    height: 52px;
    margin: 18px auto 0;
    padding: 0 20px;
    font-size: 16px;
  }
  /* ----- Chef ----- */
  .chef {
    padding: 28px 16px 36px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chef::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 72px;
    border-radius: 0 0 36px 36px;
  }
  .chef-meet {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 1;
    font-size: clamp(28px, 8vw, 40px);
    white-space: nowrap;
    margin: 0 0 10px;
    width: auto !important;
  }
  .chef-meet__gap {
    display: inline-block;
    width: 0.35em;
  }
  .chef-portrait {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 2;
    width: min(48vw, 180px) !important;
    height: auto !important;
    margin: 0 auto 12px;
    display: block;
  }
  .chef-name {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 3;
    width: 100% !important;
    max-width: 420px;
    margin: 0 auto 10px;
    text-align: center;
  }
  .chef-name h2 {
    font-size: clamp(28px, 8vw, 40px) !important;
    line-height: 1.05 !important;
  }
  .chef-role {
    font-size: 14px !important;
    margin-bottom: 4px;
  }
  .chef-badge {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 4;
    width: 100% !important;
    max-width: 320px;
    height: auto !important;
    margin: 0 auto 12px;
    padding: 16px 18px;
    text-align: center;
  }
  .chef-badge p {
    font-size: 14px;
    line-height: 1.35;
  }
  .chef-bio {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 5;
    width: 100% !important;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
  }
  .chef-bio p {
    font-size: 14px;
    line-height: 1.5;
  }
  .chef-quote {
    font-size: 18px !important;
    line-height: 1.35 !important;
    margin-top: 12px !important;
  }
  .chef-badge__parsley,
  .chef-badge__seafood {
    display: none !important;
  }
  /* ----- Signature ----- */
  .signature {
    padding: 48px 16px 56px;
    overflow: visible;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .signature__bg {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 48px 48px 0 0;
  }
  .signature__intro {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 560px;
    z-index: 2;
    order: 1;
  }
  .signature__intro h2 {
    font-size: clamp(32px, 9vw, 44px);
  }
  .signature__intro p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .sig-card {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 520px;
    height: auto !important;
    margin: 12px 0;
    background: #fff;
    border-radius: 36px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
    padding: 28px 22px 24px;
    overflow: visible;
  }
  .sig-card__shape, .sig-card__shadow {
    display: none !important;
  }
  .sig-card__copy {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    text-align: left !important;
  }
  .sig-card__copy h3 {
    font-size: clamp(28px, 8vw, 36px);
    white-space: normal;
  }
  .sig-card__copy p {
    width: 100% !important;
    font-size: 15px;
    margin-top: 10px;
  }
  .sig-card__copy h3,
  .sig-card__copy p {
    margin-left: 0 !important;
  }
  .sig-card--platter {
    order: 3;
  }
  .sig-card--bucket {
    order: 5;
  }
  .sig-card--bucket .sig-card__copy {
    text-align: left !important;
  }
  .signature__platter,
  .signature__bucket {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: min(88vw, 420px) !important;
    height: auto !important;
    margin: 8px auto;
    display: block;
    z-index: 4;
    pointer-events: none;
  }
  .signature__platter {
    order: 2;
  }
  .signature__bucket {
    order: 4;
  }
  .sig-label {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: inline-block;
    margin: 8px 0 4px;
    font-size: 22px;
  }
  .sig-price {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 96px;
    height: 96px;
    margin: 16px auto 0;
    font-size: 18px;
  }
  .sig-price span {
    font-size: 18px !important;
  }
  .sig-price .sig-price__half {
    font-size: 14px !important;
  }
  /* ----- Reserve (form cards stack — fully visible) ----- */
  .reserve {
    padding: 40px 16px 56px;
    overflow: visible;
  }
  .reserve-title {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    font-size: clamp(36px, 10vw, 52px);
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
  }
  .reserve-title-o {
    width: 44px;
    height: 44px;
  }
  .reserve-sub {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 8px;
    margin-bottom: 24px;
  }
  .reserve-grid {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 560px;
    margin: 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .reserve-form-card {
    width: 100%;
    border-radius: 40px;
    padding: 28px 18px 24px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.16);
  }
  .reserve-form-card h3 {
    font-size: 28px;
    letter-spacing: 0.4px;
  }
  .reserve-form-lead {
    font-size: 15px;
    margin: 6px 0 20px;
  }
  .form-row,
  .form-row--3 {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 14px;
  }
  label span {
    padding-left: 12px;
    font-size: 13px;
  }
  .reserve-form input,
  .reserve-form select,
  input,
  select {
    font-size: 16px; /* prevent iOS focus zoom */
    height: 48px;
  }
  .reserve-form textarea,
  textarea {
    font-size: 16px; /* prevent iOS focus zoom */
    height: 120px;
    overflow: hidden;
  }
  .btn-reserve {
    height: 52px;
    font-size: 16px;
    margin-top: 4px;
  }
  .reserve-side {
    width: 100%;
    gap: 14px;
  }
  .side-card {
    border-radius: 36px;
    padding: 24px 18px;
    flex: none;
    min-height: 0;
  }
  .btn-whatsapp,
  .btn-call {
    max-width: 100%;
    height: 52px;
    font-size: 15px;
    gap: 10px;
  }
  .hours-label {
    font-size: 14px;
  }
  .hours-time {
    font-size: 16px;
  }
  .hours-note {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.4;
  }
  .side-card--note p {
    font-size: 14px;
    line-height: 1.45;
  }
  /* ----- Gallery ----- */
  .gallery {
    padding: 40px 16px 48px;
  }
  .gallery-title,
  .gallery-sub,
  .gallery-filters,
  .gallery-grid,
  .gallery-view {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100%;
  }
  .gallery-title {
    font-size: clamp(36px, 10vw, 48px);
    justify-content: center;
    white-space: normal;
    margin-bottom: 8px;
  }
  .gallery-title-o {
    width: 48px;
    height: 48px;
  }
  .gallery-sub {
    font-size: 15px;
    letter-spacing: 0;
    margin: 0 auto 20px;
  }
  .gallery-filters {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .gal-filter {
    height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .gal-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .gallery-grid img {
    width: 100% !important;
    height: auto !important;
    min-height: 120px;
    object-fit: cover;
    border-radius: 16px;
  }
  .gallery-view {
    display: block;
    margin: 24px auto 0;
  }
  /* ----- Testimonials (no overlap — stacked) ----- */
  .testimonials {
    padding: 48px 16px 64px;
    width: 100% !important;
    left: auto !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #689a6f 85%);
  }
  .testimonials h2,
  .testimonials-sub {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100%;
  }
  .testimonials h2 {
    font-size: clamp(32px, 9vw, 44px);
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }
  .testimonials-sub {
    font-size: 15px;
    letter-spacing: 0;
    margin: 0 auto 28px;
  }
  .testimonial-cards {
    position: relative !important;
    inset: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    width: 100%;
  }
  .t-card,
  .t-card--1,
  .t-card--2,
  .t-card--3 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 420px;
    height: auto !important;
    min-height: 200px;
  }
  .t-card__strip {
    width: 72px;
    padding: 16px 10px;
    border-radius: 28px;
  }
  .t-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .t-card__name {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 12px;
  }
  .t-card__food {
    left: 48px;
    width: 100px;
    height: 210px;
    border-radius: 28px;
  }
  .t-card__body {
    padding: 24px 18px 24px 80px;
  }
  .t-card__body p {
    font-size: 14px;
    line-height: 1.45;
    max-width: none;
  }
  .t-card__stars img {
    width: 16px;
    height: 16px;
  }
  /* ----- Specials: each day has text gap + plate centered like Sunday ----- */
  .specials {
    padding: 24px 12px 32px;
    overflow: hidden;
  }
  .specials__canvas {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .specials__weekly-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 4px;
  }
  .specials__weekly {
    transform: none;
    font-size: 22px;
    letter-spacing: 0.4px;
    text-align: center;
  }
  .specials-vert {
    display: none !important;
  }
  .specials-row,
  .specials-row__art {
    display: block;
  }
  .specials-row {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: min(94vw, 380px);
    margin: 0 auto;
    text-align: center;
  }
  .specials-row__art {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .specials-day {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    z-index: 1;
    object-fit: contain;
    object-position: center center;
  }
  /* Plate sits in the letter gap (same idea as Sunday / desktop) */
  .specials-plate {
    position: absolute !important;
    left: 50%;
    top: 50%;
    width: 22% !important;
    height: auto !important;
    aspect-ratio: 1;
    margin: 0 !important;
    z-index: 3;
    object-fit: cover;
    border-radius: 50%;
    filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.35));
  }
  .specials-plate--tue {
    left: 53.5%;
    top: 48%;
    width: 24% !important;
    transform: translate(-50%, -50%) rotate(28.11deg) !important;
  }
  .specials-plate--fri {
    left: 44%;
    top: 50%;
    width: 26% !important;
    transform: translate(-50%, -50%) rotate(-12deg) !important;
  }
  .specials-plate--sun {
    left: 49%;
    top: 50%;
    width: 24% !important;
    transform: translate(-50%, -50%) rotate(-8deg) !important;
  }
  .specials-dish {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: 100%;
    margin: 8px auto 0;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
    z-index: 4;
  }
  .specials-crab {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: min(48vw, 180px) !important;
    height: auto !important;
    margin: 8px auto 0;
  }
  /* ----- Footer ----- */
  .footer {
    padding: 0;
    overflow: hidden;
  }
  .footer__panel {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    border-radius: 48px 48px 0 0;
    padding: 40px 20px 120px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer__bg {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 48px 48px 0 0;
    object-fit: cover;
    opacity: 0.45;
  }
  .footer__headline,
  .footer__tagline,
  .footer__social,
  .footer__helpful,
  .footer__logo,
  .footer__address,
  .footer__contact {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100%;
    text-align: left;
    z-index: 4;
    color: #fff;
  }
  .footer__headline {
    font-size: clamp(40px, 11vw, 56px);
    line-height: 0.95;
    letter-spacing: 1px;
  }
  .footer__tagline {
    font-size: 15px;
    line-height: 1.45;
  }
  .footer__logo {
    width: 120px !important;
    height: auto !important;
    align-self: flex-start;
  }
  .footer__address,
  .footer__contact {
    text-align: left;
    font-size: 15px;
    line-height: 1.55;
  }
  .footer__contact {
    line-height: 1.7;
  }
  .footer__label {
    font-size: 16px;
    color: #fff;
  }
  .footer__links {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
  }
  .footer__links a {
    color: #fff;
  }
  .nav-link,
  .menu-cat,
  .gal-filter,
  .about-gal-filter,
  .btn-pill,
  .btn-reserve,
  .btn-whatsapp,
  .btn-call {
    -webkit-tap-highlight-color: rgba(104, 154, 111, 0.2);
  }
  /* ----- About page mobile ----- */
  body.about-page .page-shell {
    height: auto !important;
  }
  body.about-page .page {
    overflow-x: hidden;
  }
  body.about-page .footer {
    top: auto !important;
    order: 60 !important;
  }
  .about-header {
    order: 0 !important;
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
    margin: 8px auto 0 !important;
    height: auto !important;
  }
  .about-nav {
    height: auto !important;
    min-height: 58px;
    padding: 8px 12px;
    border-radius: 28px;
  }
  .about-nav__inner {
    gap: 8px !important;
    width: 100%;
    height: auto !important;
    align-items: center;
    justify-content: space-between;
  }
  /* Kill desktop 73px group gaps that blow open the hamburger list */
  .about-nav .nav-group {
    gap: 2px !important;
    flex-direction: column;
    width: 100%;
  }
  .about-nav .nav-links {
    gap: 4px;
    padding: 8px 4px 6px;
  }
  .about-nav .nav-link {
    font-size: 18px;
    padding: 12px 14px;
  }
  .about-hero {
    order: 10 !important;
    min-height: 0;
    padding: 12px 16px 28px;
    pointer-events: auto;
  }
  .about-story {
    order: 20 !important;
    padding: 8px 16px 24px;
  }
  .about-phil {
    order: 30 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 8px 16px 28px;
  }
  .about-chef {
    order: 40 !important;
    padding: 8px 16px 32px;
  }
  .about-gallery {
    order: 50 !important;
    padding: 8px 16px 40px;
  }
  .about-hero,
  .about-story,
  .about-phil,
  .about-chef,
  .about-gallery {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    overflow: visible;
  }
  .about-hero__leaf,
  .about-chef__leaf-top,
  .about-gallery__leaf,
  .about-gallery__leaf-r,
  .about-gallery__tomato,
  .about-gallery__fade,
  .about-hero__letter {
    display: none !important;
  }
  .about-hero__title,
  .about-hero__intro,
  .about-hero__oval,
  .about-hero__caption {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    transform: none !important;
  }
  .about-hero__title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100% !important;
    font-size: clamp(34px, 9.5vw, 52px);
    line-height: 1.12;
    text-align: left;
    margin: 8px 0 16px;
  }
  .about-hero__line {
    display: block;
    white-space: normal;
    padding: 0 !important;
  }
  .about-hero__line--2 {
    padding-left: 0 !important;
  }
  .about-hero__intro {
    width: 100% !important;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .about-hero__oval {
    width: 100% !important;
    height: clamp(180px, 52vw, 260px) !important;
    border-radius: 999px;
    margin: 0 0 14px;
    overflow: hidden;
  }
  .about-hero__oval img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-hero__caption {
    width: 100% !important;
    white-space: normal;
    color: #313d33;
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
    margin: 0;
  }
  .about-story__text {
    font-size: 16px;
    line-height: 1.65;
  }
  .about-phil__card,
  .about-phil__circle {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    z-index: auto !important;
  }
  .about-phil__card--food-tl,
  .about-phil__card--shrimp,
  .about-phil__card--food-br {
    aspect-ratio: 208/167;
    min-height: 120px;
  }
  .about-phil__card--food-tl img,
  .about-phil__card--shrimp img,
  .about-phil__card--food-br img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }
  .about-phil__card--food-br {
    grid-column: 1/-1;
  }
  .about-phil__card--fresh {
    min-height: 140px;
    display: flex;
    align-items: center;
  }
  /* Authentic gray card + circle food overlapping on the right */
  .about-phil__authentic-wrap {
    display: block;
    position: relative;
    grid-column: 1/-1;
    width: 100%;
    min-height: 168px;
    margin: 4px 0 8px;
    overflow: visible;
  }
  .about-phil__card--authentic {
    position: relative !important;
    width: 100% !important;
    min-height: 168px;
    height: 168px !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 28px 140px 28px 24px;
    overflow: visible;
    z-index: 1;
  }
  .about-phil__card--authentic p {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: 140px;
    margin: 0;
    transform: none !important;
    padding: 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.3;
    z-index: 2;
  }
  .about-phil__circle {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    left: auto !important;
    width: 132px !important;
    height: 132px !important;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    object-fit: cover;
    z-index: 3 !important;
    box-shadow: 0 8px 24px rgba(49, 61, 51, 0.18);
  }
  .about-phil__card--hospitality {
    grid-column: 1/-1;
    aspect-ratio: 356/280;
    min-height: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 20px 0;
  }
  .about-phil__card--hospitality .about-phil__hosp-bg,
  .about-phil__card--hospitality .about-phil__wave {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: inherit;
  }
  .about-phil__card--hospitality p {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    font-size: clamp(14px, 3.8vw, 22px);
    line-height: 1.2;
    z-index: 2;
  }
  /* Coast: wave stays in the top band; copy sits clear below */
  .about-phil__card--coast {
    grid-column: 1/-1;
    aspect-ratio: auto;
    min-height: 260px;
    height: auto !important;
    background: #689a6f;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 120px 22px 26px;
    overflow: hidden;
  }
  .about-phil__card--coast .about-phil__wave--coast {
    position: absolute !important;
    left: -5% !important;
    right: -5% !important;
    top: 0 !important;
    bottom: auto !important;
    width: 110% !important;
    height: 110px !important;
    object-fit: cover;
    object-position: center 20%;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
  }
  .about-phil__card--coast p {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    margin: 0;
    padding: 0 !important;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    z-index: 2;
  }
  .about-phil__card p {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    transform: none !important;
    padding: 18px 16px;
    font-size: 15px;
    line-height: 1.45;
  }
  .about-chef__meet {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    font-size: clamp(36px, 10vw, 52px);
    margin: 0 0 20px;
    white-space: normal;
  }
  .about-chef__row {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .about-chef__portrait-wrap {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: auto;
    aspect-ratio: 482/591;
    margin: 0 auto;
  }
  .about-chef__leaf-portrait {
    display: block !important;
    position: absolute !important;
    left: -36px !important;
    bottom: 10% !important;
    top: auto !important;
    width: min(130px, 34vw) !important;
    height: auto !important;
    z-index: 0 !important;
  }
  .about-chef__portrait {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    z-index: 2;
  }
  .about-chef__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }
  .about-chef__copy {
    width: 100%;
    gap: 20px;
  }
  .about-chef__identity {
    width: 100%;
  }
  .about-chef__name {
    width: min(242px, 70vw);
    height: auto;
  }
  .about-chef__role {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.2;
  }
  .about-chef__bio p {
    font-size: 15px;
    line-height: 1.6;
  }
  .about-chef__quote {
    font-size: clamp(20px, 5.5vw, 26px) !important;
    line-height: 1.3 !important;
  }
  .about-gallery__head {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .about-gallery__title-wrap {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 64px;
  }
  .about-gallery__title {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    font-size: clamp(36px, 10vw, 52px);
    letter-spacing: 0.5px;
    padding-left: 8px;
  }
  .about-gallery__o {
    position: absolute;
    left: 0;
    top: 2px;
    width: 48px;
    height: 48px;
  }
  .about-gallery__sub {
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0;
    white-space: normal;
  }
  .about-gallery__filters {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .about-gal-filter {
    height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }
  .about-gallery__strip {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 16px 0 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .about-gallery__item {
    flex: 0 0 auto;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  .about-gallery__item--sm {
    width: min(180px, 48vw);
    height: min(226px, 60vw);
  }
  .about-gallery__item--lg {
    width: min(200px, 54vw);
    height: min(320px, 78vw);
  }
  .about-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }
}
/* Narrow phones */
@media (max-width: 480px) {
  .about-phil {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .about-phil__card--hospitality,
  .about-phil__card--coast,
  .about-phil__authentic-wrap {
    grid-column: auto;
  }
  .about-phil__authentic-wrap {
    min-height: 156px;
  }
  .about-phil__card--authentic {
    height: 156px !important;
    min-height: 156px;
    padding: 24px 120px 24px 20px;
  }
  .about-phil__circle {
    width: 112px !important;
    height: 112px !important;
    right: 8px !important;
  }
  .about-phil__card--coast {
    min-height: 240px;
    padding: 100px 18px 22px;
  }
  .about-phil__card--coast .about-phil__wave--coast {
    height: 96px !important;
  }
  .about-phil__card--coast p {
    font-size: 15px;
  }
  .about-hero__oval {
    border-radius: 40px;
    height: clamp(200px, 58vw, 280px) !important;
  }
}
/* Food zoom lightbox (Explore click-to-zoom) */
.food-zoom {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 32, 22, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 24px;
}

.food-zoom.is-open {
  opacity: 1;
  visibility: visible;
}

.food-zoom__img {
  max-width: min(88vw, 420px);
  max-height: 70vh;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
  transform: scale(0.86);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.food-zoom.is-open .food-zoom__img {
  transform: scale(1);
}

.food-zoom__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #313d33;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

/*# sourceMappingURL=styles.css.map */
