:root {
  --cream: #f6f0df;
  --cream-2: #fbf6e8;
  --paper: #f9f3e3;
  --green: #0f5b43;
  --green-2: #427d68;
  --green-dark: #064731;
  --green-deep: #003b2b;
  --yellow: #f7cf39;
  --yellow-soft: #f5dc75;
  --terra: #c77a4c;
  --ink: #445045;
  --muted: #7a8179;
  --line: rgba(32, 78, 61, .13);
  --shadow: 0 24px 70px rgba(42, 66, 53, .10);
  --ease: cubic-bezier(.25, 1, .5, 1);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--yellow); color: var(--green-deep); }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 10px 14px;
  background: white;
  border-radius: 8px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.section-cream { background: var(--cream); }
.section-light { background: #fbf7eb; }

/* Header */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  padding: 28px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.brand-logo {
  display: block;
  width: 108px;
  height: auto;
  object-fit: contain;
}
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 700; color: #2f4139; }
.primary-nav > a { position: relative; }
.primary-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -5px;
  height: 1px;
  background: var(--green);
  transition: right .35s var(--ease);
}
.primary-nav > a:hover::after { right: 0; }
.nav-cta {
  padding: 12px 21px;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 7px 20px rgba(15, 91, 67, .12);
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--green); transition: .3s var(--ease); }

/* Typography */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 17px;
  color: var(--green);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .26em;
  font-weight: 800;
}
.eyebrow::before { content: ""; width: 25px; height: 2px; background: var(--yellow); }
.eyebrow-light { color: #d1eadf; }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 600; }
h2 { margin: 0; font-size: clamp(42px, 4.5vw, 68px); line-height: .98; letter-spacing: -.04em; }
h2 em, h1 em { color: var(--green-2); font-style: italic; }

/* Hero */
.hero {
  position: relative;
  min-height: 760px;
  padding: 150px 0 78px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 42%; height: 100%;
  background: radial-gradient(circle at 65% 40%, rgba(255,255,255,.26), transparent 54%);
  pointer-events: none;
}
.hero-glow-left {
  position: absolute;
  left: -110px; bottom: -135px;
  width: 330px; height: 330px;
  border-radius: 50%;
  background: rgba(247, 207, 57, .22);
  filter: blur(2px);
}
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 74px; }
.hero-copy { position: relative; z-index: 4; padding-top: 35px; }
.hero-title {
  margin: 0;
  font-size: clamp(64px, 6.9vw, 100px);
  line-height: .93;
  letter-spacing: -.055em;
  color: #3d493f;
}
.hero-title em { display: inline-block; color: var(--green-2); }
.hero-lede { max-width: 610px; margin: 30px 0 0; color: #798078; font-size: 15px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 31px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 45px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
}
.btn span { font-size: 13px; }
.btn-primary { color: white; background: var(--green); box-shadow: 0 10px 24px rgba(15, 91, 67, .16); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15, 91, 67, .22); }
.btn-ghost { color: #415047; border-color: rgba(64, 81, 72, .15); background: rgba(255,255,255,.22); }
.btn-ghost:hover { background: white; transform: translateY(-3px); }
.btn-dark { color: #fff; background: #465044; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(590px, 100%);
  margin-top: 45px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.stat { position: relative; padding-right: 22px; }
.stat + .stat { padding-left: 28px; border-left: 1px solid var(--line); }
.stat strong { display: block; font: 600 19px/1.1 var(--serif); color: #445046; }
.stat span { display: block; margin-top: 7px; font-size: 8px; color: #858a83; }

.hero-visual { position: relative; aspect-ratio: 1; width: 100%; max-width: 525px; justify-self: end; }

.coffee-stage {
  position: absolute;
  left: 10%;
  top: 8%;
  width: 82%;
  aspect-ratio: 1;
  z-index: 3;
  overflow: hidden;
  border-radius: 50%;
  background: var(--cream-2);
  border: 1px solid rgba(15, 91, 67, .12);
  box-shadow:
    0 26px 70px rgba(20, 72, 54, .18),
    inset 0 0 0 8px rgba(255, 255, 255, .18);
  transform-style: preserve-3d;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.coffee-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
}
.coffee-stage-glow {
  position: absolute;
  inset: 15% 10% 2% 14%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247,207,57,.34), rgba(15,91,67,.08) 48%, transparent 72%);
  filter: blur(22px);
  animation: coffeeGlow 4.8s ease-in-out infinite alternate;
}
.coffee-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transform: scale(1.018);
}
.video-shine {
  position: absolute;
  z-index: 3;
  top: 7%;
  left: 15%;
  width: 42%;
  height: 24%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,.42), rgba(255,255,255,0));
  filter: blur(8px);
  opacity: .55;
  transform: rotate(-20deg);
  pointer-events: none;
}
.hero-visual:hover .coffee-stage {
  box-shadow:
    0 32px 82px rgba(20, 72, 54, .24),
    inset 0 0 0 8px rgba(255, 255, 255, .2);
}
.hero-disc {
  position: absolute;
  left: 14%; top: 12%;
  width: 76%; aspect-ratio: 1;
  border-radius: 50%;
  background: #397662;
  overflow: hidden;
  box-shadow: inset -25px -30px 0 rgba(0,0,0,.04), 0 18px 45px rgba(40, 80, 63, .12);
  transform-style: preserve-3d;
  transition: transform .45s var(--ease);
}
.hero-disc::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}
.disc-yellow, .disc-cream, .disc-terra {
  position: absolute;
  border-radius: 50%;
  right: -10%;
  top: 11%;
}
.disc-yellow { width: 54%; aspect-ratio: 1; background: var(--yellow); }
.disc-cream { width: 38%; aspect-ratio: 1; top: 20%; right: -2%; background: var(--cream-2); }
.disc-terra { width: 25%; aspect-ratio: 1; top: 27%; right: 5%; background: var(--terra); }
.disc-shadow { position: absolute; inset: 68% 0 0; background: rgba(6,71,49,.2); }
.orbit { position: absolute; border: 1px solid rgba(58, 101, 82, .14); border-radius: 50%; animation: orbitPulse 7s ease-in-out infinite alternate; }
.orbit-1 { inset: 5%; }
.orbit-2 { inset: -2%; animation-delay: -1.7s; }
.orbit-3 { inset: -9%; animation-delay: -3.2s; }
.hero-badge { position: absolute; z-index: 6; display: grid; place-items: center; text-align: center; border-radius: 50%; }
.badge-green { right: 1%; top: 13%; width: 83px; aspect-ratio: 1; color: #fff; background: var(--green); }
.badge-green span, .badge-yellow span { font-size: 8px; letter-spacing: .14em; font-weight: 800; }
.badge-green strong { font-size: 13px; letter-spacing: .06em; }
.badge-yellow { right: 22%; bottom: 7%; width: 95px; aspect-ratio: 1; color: var(--green); background: var(--yellow); transform: rotate(-8deg); }
.badge-yellow strong { font: italic 700 18px/1 var(--serif); }
.badge-yellow small { font-size: 6px; line-height: 1.2; letter-spacing: .1em; font-weight: 800; }
.scribble { position: absolute; left: 15%; bottom: 9%; margin: 0; color: var(--green); font: italic 600 12px/1 var(--serif); transform: rotate(-6deg); }

.intro-item { opacity: 0; transform: translateY(24px); animation: introIn .9s var(--ease) forwards; animation-delay: var(--intro-delay, 0s); }
.hero-visual.intro-item { transform: translateY(18px) scale(.97); animation-name: heroVisualIn; }
.floating { animation: floatY 5.6s ease-in-out infinite; }
.delay-2 { animation-delay: -2.8s; }

/* Marquee */
.food-marquee { overflow: hidden; background: var(--green); color: #fff; border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.08); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 24px; min-height: 42px; animation: marquee 28s linear infinite; }
.marquee-track span { font-size: 8px; letter-spacing: .26em; font-weight: 800; white-space: nowrap; }
.marquee-track b { color: var(--yellow); font-size: 7px; }
.food-marquee:hover .marquee-track { animation-play-state: paused; }

/* Story */
.story { padding: 102px 0 112px; }
.story-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 88px; align-items: center; }
.story-art { position: relative; }
.story-panel {
  position: relative;
  width: 100%;
  aspect-ratio: 1.02;
  overflow: hidden;
  border-radius: 24px;
  background: #397762;
  box-shadow: 0 22px 55px rgba(51, 87, 69, .08);
}
.story-panel::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 24%; background: rgba(6,71,49,.18); }
.story-circle { position: absolute; border-radius: 50%; right: -14%; top: 18%; }
.story-yellow { width: 55%; aspect-ratio: 1; background: var(--yellow); }
.story-cream-circle { width: 39%; aspect-ratio: 1; top: 26%; right: -6%; background: var(--cream-2); }
.story-terra { width: 25%; aspect-ratio: 1; top: 33%; right: 1%; background: var(--terra); }
.story-overlay-copy { position: absolute; left: 0; bottom: 9%; z-index: 3; color: white; font-size: clamp(18px, 2.1vw, 30px); font-weight: 800; letter-spacing: .02em; }
.story-overlay-copy small { display: block; margin-top: 8px; color: var(--yellow); font-size: 9px; letter-spacing: .15em; }
.story-sticker { position: absolute; z-index: 5; right: -3%; bottom: 10%; width: 108px; aspect-ratio: 1; display: grid; place-items: center; text-align: center; border-radius: 50%; color: var(--green); background: var(--yellow); transform: rotate(-8deg); box-shadow: 0 8px 18px rgba(0,0,0,.06); }
.story-sticker span { font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.story-sticker strong { font: italic 700 22px/1 var(--serif); }
.story-sticker small { font-size: 6px; line-height: 1.2; letter-spacing: .08em; font-weight: 800; }
.story-copy { padding: 20px 0; }
.story-copy h2 { color: #454f46; }
.story-copy h2 em { color: var(--green-2); }
.story-copy > p:not(.eyebrow) { margin: 28px 0 24px; max-width: 600px; color: #80857f; }
.story-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-points span { padding: 12px 0; font-size: 10px; font-weight: 700; }
.story-points span:nth-child(even) { padding-left: 28px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 25px; color: var(--green); font-size: 11px; font-weight: 800; }
.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translateX(5px); }

/* =========================================================
   QUIQ — WHAT'S YOUR MOOD / MENU SECTION
   FINAL CLEAN CSS
========================================================= */

.mood {
    --mood-bg: #f8f2e6;
    --mood-green: #075b46;
    --mood-green-dark: #064936;
    --mood-yellow: #f4ca38;
    --mood-cream: #fff9eb;
    --mood-text: #4a544d;
    --mood-muted: #8b918c;
    --mood-line: rgba(38, 74, 58, 0.12);

    position: relative;
    padding: 110px 0 120px;
    background: var(--mood-bg);
    overflow: hidden;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.mood-head {
    display: grid;
    grid-template-columns: 1fr 0.55fr;
    align-items: end;
    gap: 70px;

    margin-bottom: 55px;
}


.mood-head .eyebrow {
    margin: 0 0 18px;

    color: var(--mood-green);

    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2.2px;
    text-transform: uppercase;
}


.mood-head .eyebrow::before {
    content: "";

    display: inline-block;

    width: 34px;
    height: 2px;

    margin-right: 12px;
    margin-bottom: 3px;

    background: var(--mood-yellow);
}


.mood-head h2 {
    margin: 0;

    color: var(--mood-text);

    font-family: "Fraunces", Georgia, serif;

    font-size: clamp(48px, 5vw, 76px);
    font-weight: 600;

    line-height: 0.96;
    letter-spacing: -2.5px;
}


.mood-head h2 em {
    display: block;

    color: var(--mood-green);

    font-weight: 500;
    font-style: italic;
}


.mood-note {
    max-width: 430px;

    margin: 0 0 7px auto;

    color: var(--mood-muted);

    font-family: "Manrope", sans-serif;

    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   DISH GRID
========================================================= */

.dish-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1.16fr)
        minmax(0, 0.56fr)
        minmax(0, 0.56fr);

    grid-template-rows:
        280px
        280px;

    gap: 18px;
}


/* =========================================================
   RESET OLD GRID RULES
========================================================= */

.dish-card,
.dish-large,
.dish-small,
.dish-wide {
    width: 100%;
    min-width: 0;
    max-width: none;

    min-height: 0;

    grid-column: auto;
    grid-row: auto;
}


/* =========================================================
   EXACT CARD POSITIONS
========================================================= */

/* MINI IDLI — LARGE LEFT */
.dish-large {
    grid-column: 1;
    grid-row: 1 / 3;
}


/* VADA PAV — TOP MIDDLE */
.dish-grid .dish-small:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}


/* CHAAT — TOP RIGHT */
.dish-grid .dish-small:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}


/* FILTER COFFEE — FULL BOTTOM RIGHT */
.dish-wide {
    grid-column: 2 / 4;
    grid-row: 2;
}


/* =========================================================
   CARD BASE
========================================================= */

.dish-card {
    position: relative;

    overflow: hidden;

    border-radius: 22px;

    background: var(--mood-green);

    isolation: isolate;

    cursor: pointer;

    box-shadow:
        0 18px 42px rgba(24, 61, 44, 0.08);

    transition:
        transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
        box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}


/* subtle border */

.dish-card::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 7;

    border-radius: inherit;

    border: 1px solid rgba(255, 255, 255, 0.08);

    pointer-events: none;
}


/* =========================================================
   IMAGE WRAPPER
========================================================= */

.dish-media {
    position: absolute;
    inset: 0;

    z-index: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;

    background: var(--mood-green);
}


/* =========================================================
   ALL FOOD IMAGES
========================================================= */

.dish-media img {
    position: absolute;
    inset: 0;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    display: block;

    margin: 0;
    padding: 0;
    border: 0;

    object-fit: cover;
    object-position: center;

    transform: scale(1.01);

    transition:
        transform 0.9s cubic-bezier(0.25, 1, 0.5, 1),
        filter 0.6s ease;

    will-change: transform;
}


/* =========================================================
   MINI IDLI IMAGE FIX
   Removes the white strip visible at the top of image
========================================================= */

.dish-large .dish-media img {
    width: 100% !important;
    height: 116% !important;

    top: -8%;
    bottom: auto;

    object-fit: cover;
    object-position: center center;

    transform: scale(1.025);
}


/* =========================================================
   INDIVIDUAL IMAGE CROPPING
========================================================= */

/* VADA PAV */
.dish-grid .dish-small:nth-child(2) .dish-media img {
    object-position: 50% 50%;
}


/* CHAAT */
.dish-grid .dish-small:nth-child(3) .dish-media img {
    object-position: 50% 48%;
}


/* FILTER COFFEE */
.dish-wide .dish-media img {
    object-position: 50% 48%;
    object-fit: cover;
}


/* =========================================================
   DARK IMAGE GRADIENT
========================================================= */

.dish-card::before {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 2;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(4, 40, 29, 0.00) 12%,
            rgba(4, 40, 29, 0.04) 35%,
            rgba(4, 40, 29, 0.22) 57%,
            rgba(3, 34, 25, 0.91) 100%
        );

    transition:
        background 0.5s ease;
}


/* Slightly stronger gradient on large card */

.dish-large::before {
    background:
        linear-gradient(
            180deg,
            rgba(4, 40, 29, 0) 30%,
            rgba(4, 40, 29, 0.10) 52%,
            rgba(3, 34, 25, 0.94) 100%
        );
}


/* =========================================================
   CARD NUMBER
========================================================= */

.card-no {
    position: absolute;

    top: 18px;
    right: 18px;

    z-index: 6;

    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: var(--mood-cream);
    color: var(--mood-green);

    font-family: "Manrope", sans-serif;

    font-size: 10px;
    font-weight: 800;

    box-shadow:
        0 8px 20px rgba(23, 59, 42, 0.10);

    transition:
        transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.dish-content {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    z-index: 5;

    padding:
        28px
        27px
        25px;

    color: #fff;

    transition:
        transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}


/* CATEGORY */

.dish-content small {
    display: block;

    margin-bottom: 8px;

    color: var(--mood-yellow);

    font-family: "Manrope", sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 1.7px;
    text-transform: uppercase;
}


/* TITLE */

.dish-content h3 {
    margin: 0 0 8px;

    color: #fff;

    font-family: "Fraunces", Georgia, serif;

    font-size: clamp(27px, 2.15vw, 38px);

    font-weight: 600;

    line-height: 0.98;

    letter-spacing: -0.7px;
}


/* MINI IDLI LARGE TITLE */

.dish-large .dish-content h3 {
    font-size: clamp(40px, 4vw, 58px);
}


/* DESCRIPTION */

.dish-content p {
    max-width: 390px;

    margin: 0;

    color: rgba(255, 255, 255, 0.75);

    font-family: "Manrope", sans-serif;

    font-size: 10px;
    line-height: 1.55;
}


/* =========================================================
   HOVER EFFECTS
========================================================= */

@media (hover: hover) and (pointer: fine) {

    .dish-card:hover {
        transform: translateY(-7px);

        box-shadow:
            0 28px 58px rgba(22, 59, 42, 0.17);
    }


    .dish-card:hover .dish-media img {
        transform: scale(1.07);
    }


    /* Keep Mini Idli crop while zooming */

    .dish-large:hover .dish-media img {
        transform: scale(1.085);
    }


    .dish-card:hover .dish-content {
        transform: translateY(-5px);
    }


    .dish-card:hover .card-no {
        transform:
            rotate(7deg)
            scale(1.08);
    }


    .dish-card:hover::before {
        background:
            linear-gradient(
                180deg,
                rgba(4, 40, 29, 0) 12%,
                rgba(4, 40, 29, 0.03) 34%,
                rgba(4, 40, 29, 0.17) 55%,
                rgba(3, 34, 25, 0.95) 100%
            );
    }

}


/* =========================================================
   MENU PANEL BELOW CARDS
========================================================= */

.menu-panel {
    width: 100%;

    margin-top: 20px;

    padding:
        28px
        30px;

    display: grid;

    grid-template-columns:
        0.75fr
        1.6fr
        auto;

    align-items: center;

    gap: 35px;

    border:
        1px solid var(--mood-line);

    border-radius: 20px;

    background:
        rgba(255, 250, 238, 0.72);

    box-shadow:
        0 12px 30px rgba(29, 62, 47, 0.04);
}


/* LEFT TITLE */

.menu-panel-title {
    display: flex;

    align-items: center;

    gap: 16px;
}


.plus-dot {
    width: 38px;
    height: 38px;

    flex-shrink: 0;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: var(--mood-yellow);

    color: var(--mood-green-dark);

    font-size: 17px;
    font-weight: 800;
}


.menu-panel-title small {
    display: block;

    margin-bottom: 5px;

    color: var(--mood-green);

    font-family: "Manrope", sans-serif;

    font-size: 7px;
    font-weight: 800;

    letter-spacing: 1.5px;
}


.menu-panel-title strong {
    display: block;

    color: var(--mood-text);

    font-family: "Fraunces", Georgia, serif;

    font-size: 19px;

    line-height: 1.05;

    font-weight: 600;
}


/* =========================================================
   MENU LIST
========================================================= */

.menu-columns {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px 40px;
}


.menu-columns ul {
    margin: 0;
    padding: 0;

    list-style: none;
}


.menu-columns li {
    padding: 7px 0;

    border-bottom:
        1px solid rgba(42, 72, 57, 0.08);
}


.menu-columns li:last-child {
    border-bottom: 0;
}


.menu-columns strong {
    display: block;

    margin-bottom: 2px;

    color: #515a53;

    font-family: "Manrope", sans-serif;

    font-size: 9px;
    font-weight: 700;
}


.menu-columns span {
    display: block;

    color: #9a9d97;

    font-family: "Manrope", sans-serif;

    font-size: 7px;
}


/* =========================================================
   VIEW MENU BUTTON
========================================================= */

.menu-panel .btn-dark {
    min-width: 130px;

    padding:
        13px
        18px;

    border-radius: 999px;

    background: #465149;

    color: #fff;

    text-decoration: none;

    text-align: center;

    font-family: "Manrope", sans-serif;

    font-size: 9px;
    font-weight: 700;

    white-space: nowrap;

    transition:
        transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
        background 0.35s ease;
}


.menu-panel .btn-dark:hover {
    background: var(--mood-green);

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .mood {
        padding:
            90px
            0
            100px;
    }


    .mood-head {
        grid-template-columns: 1fr;

        gap: 25px;
    }


    .mood-note {
        margin-left: 0;
    }


    .dish-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        grid-template-rows: auto;

        gap: 16px;
    }


    .dish-large {
        grid-column: 1 / 3;
        grid-row: auto;

        height: 500px;
    }


    .dish-grid .dish-small:nth-child(2),
    .dish-grid .dish-small:nth-child(3) {
        grid-column: auto;
        grid-row: auto;

        height: 340px;
    }


    .dish-wide {
        grid-column: 1 / 3;
        grid-row: auto;

        height: 390px;
    }


    .menu-panel {
        grid-template-columns: 1fr;

        gap: 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .mood {
        padding:
            72px
            0
            80px;
    }


    .mood-head {
        margin-bottom: 38px;
    }


    .mood-head h2 {
        font-size:
            clamp(
                43px,
                13vw,
                57px
            );

        letter-spacing: -1.8px;
    }


    .mood-note {
        font-size: 12px;
    }


    .dish-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;

        gap: 14px;
    }


    .dish-large,
    .dish-grid .dish-small:nth-child(2),
    .dish-grid .dish-small:nth-child(3),
    .dish-wide {

        grid-column: 1;
        grid-row: auto;

        height: 400px;

        border-radius: 19px;
    }


    .dish-large {
        height: 455px;
    }


    /* Mini Idli crop for mobile */

    .dish-large .dish-media img {
        height: 112% !important;

        top: -6%;

        object-position: center center;
    }


    .dish-content {
        padding:
            23px
            21px
            21px;
    }


    .dish-content h3,
    .dish-large .dish-content h3 {
        font-size: 31px;
    }


    .card-no {
        width: 36px;
        height: 36px;

        top: 15px;
        right: 15px;
    }


    .menu-panel {
        margin-top: 15px;

        padding:
            24px
            20px;

        border-radius: 17px;
    }


    .menu-columns {
        grid-template-columns: 1fr;

        gap: 0;
    }


    .menu-panel .btn-dark {
        width: 100%;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .dish-card,
    .dish-media img,
    .dish-content,
    .card-no,
    .menu-panel .btn-dark {

        transition: none !important;
    }

}

/* =========================================================
   FULL MENU GALLERY
========================================================= */
.full-menu {
  --full-menu-green: #075b46;
  --full-menu-yellow: #f4ca38;
  --full-menu-cream: #f8f2e6;
  --full-menu-text: #4a544d;
  padding: 110px 0 120px;
  background: var(--full-menu-cream);
}
.full-menu-head {
  display: grid;
  grid-template-columns: 1fr .55fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}
.full-menu-head h2 { color: var(--full-menu-text); }
.full-menu-head > p {
  max-width: 400px;
  margin: 0 0 6px auto;
  color: #858d87;
  font-size: 13px;
  line-height: 1.75;
}
.menu-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 8px;
  margin-bottom: 22px;
  border: 1px solid rgba(7,91,70,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.44);
}
.menu-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 20px;
  border: 0;
  border-radius: 13px;
  color: var(--full-menu-green);
  background: transparent;
  font: 800 12px/1.3 var(--sans);
  cursor: pointer;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}
.menu-tab span {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--full-menu-green);
  background: var(--full-menu-yellow);
  font-size: 9px;
}
.menu-tab:hover { background: rgba(7,91,70,.07); }
.menu-tab.is-active {
  color: #fff;
  background: var(--full-menu-green);
  box-shadow: 0 12px 28px rgba(7,91,70,.16);
}
.menu-page { margin: 0; animation: menuPageIn .5s ease forwards; }
.menu-page[hidden] { display: none; }
.menu-image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: var(--full-menu-green);
  box-shadow: 0 24px 60px rgba(24,61,44,.12);
  cursor: zoom-in;
}
.menu-image-button img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .7s var(--ease), filter .4s ease;
}
.menu-image-button:hover img { transform: scale(1.015); filter: brightness(.95); }
.menu-image-button > span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 12px 17px;
  border-radius: 999px;
  color: #fff;
  background: rgba(6,73,54,.94);
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}
.menu-page figcaption {
  padding: 17px 4px 0;
  color: #858d87;
  font-size: 11px;
  text-align: center;
}
.menu-swipe-note { display: none; }
.menu-lightbox {
  width: min(94vw, 1400px);
  max-width: none;
  max-height: 94vh;
  padding: 52px 18px 18px;
  overflow: auto;
  border: 0;
  border-radius: 22px;
  background: #fffdf8;
  box-shadow: 0 30px 100px rgba(0,0,0,.35);
}
.menu-lightbox::backdrop { background: rgba(2,24,17,.88); backdrop-filter: blur(8px); }
.menu-lightbox img { display: block; width: 100%; height: auto; border-radius: 12px; }
.menu-lightbox-close {
  position: absolute;
  top: 10px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--full-menu-green, #075b46);
  font: 400 25px/1 var(--sans);
  cursor: pointer;
}
body.menu-lightbox-open { overflow: hidden; }
@keyframes menuPageIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
@media (max-width: 900px) {
  .full-menu { padding: 85px 0 95px; }
  .full-menu-head { grid-template-columns: 1fr; gap: 22px; }
  .full-menu-head > p { margin: 0; }
}
@media (max-width: 600px) {
  .full-menu { padding: 70px 0 80px; }
  .full-menu-head { margin-bottom: 32px; }
  .full-menu-head h2 { font-size: clamp(43px, 13vw, 62px); }
  .menu-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .menu-tabs::-webkit-scrollbar { display: none; }
  .menu-tab {
    flex: 0 0 88%;
    justify-content: flex-start;
    scroll-snap-align: center;
    text-align: left;
  }
  .menu-image-button { border-radius: 16px; }
  .menu-image-button > span { right: 12px; bottom: 12px; padding: 10px 13px; }
  .menu-swipe-note { display: block; margin: 13px 0 0; color: #858d87; font-size: 10px; text-align: center; }
  .menu-lightbox { width: 96vw; max-height: 92vh; padding: 48px 8px 8px; border-radius: 15px; }
}

.menu-panel {
  display: grid;
  grid-template-columns: 1.15fr 2.2fr auto;
  align-items: center;
  gap: 38px;
  margin-top: 23px;
  padding: 27px 30px;
  border: 1px solid rgba(81, 90, 80, .12);
  border-radius: 17px;
  background: #f8f2e3;
}
.menu-panel-title { display: flex; align-items: center; gap: 15px; }
.plus-dot { display: grid; place-items: center; flex: 0 0 33px; aspect-ratio: 1; border-radius: 50%; color: var(--green); background: var(--yellow); font-weight: 900; }
.menu-panel-title small { display: block; color: var(--green); font-size: 6px; letter-spacing: .18em; font-weight: 800; }
.menu-panel-title strong { display: block; margin-top: 3px; font: 600 15px/1.25 var(--serif); }
.menu-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.menu-columns ul { margin: 0; padding: 0; list-style: none; }
.menu-columns li { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 6px 0; border-bottom: 1px solid rgba(70,80,70,.08); }
.menu-columns li strong { font-size: 8px; }
.menu-columns li span { font-size: 7px; color: #8a8e88; }

/* Why */
.why { padding: 96px 0 0; color: white; background: var(--green); overflow: hidden; }
.why-top { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; }
.why h2 { color: #f2eee0; }
.why h2 em { color: var(--yellow); }
.why-copy { max-width: 500px; margin: 0 0 8px; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.9; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid rgba(255,255,255,.1); }
.benefit { min-height: 245px; padding: 28px 42px 45px 0; }
.benefit + .benefit { padding-left: 42px; border-left: 1px solid rgba(255,255,255,.1); }
.benefit-no { display: grid; place-items: center; width: 30px; aspect-ratio: 1; margin-bottom: 26px; border: 1px solid rgba(247,207,57,.23); border-radius: 50%; color: var(--yellow); font-size: 7px; }
.benefit h3 { margin: 0 0 12px; font-size: 25px; line-height: 1.04; color: #ede8db; }
.benefit p { max-width: 280px; margin: 0; color: rgba(255,255,255,.46); font-size: 9px; }

/* Quote */
.quote-strip { background: var(--yellow); color: var(--green); }
.quote-inner { min-height: 180px; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 28px; }
.quote-mark { align-self: start; padding-top: 38px; font: 700 56px/1 var(--serif); }
.quote-copy blockquote { margin: 0; max-width: 790px; font-size: clamp(25px, 2.6vw, 38px); line-height: 1.14; letter-spacing: -.03em; }
.quote-source { display: flex; gap: 12px; align-items: center; margin-top: 18px; font-size: 7px; }
.quote-source strong { letter-spacing: .2em; }
.quote-source span { color: rgba(15,91,67,.55); }
.rating-disc { display: grid; place-items: center; width: 92px; aspect-ratio: 1; border-radius: 50%; color: #fff; background: var(--green); }
.rating-disc strong { font: 600 26px/1 var(--serif); }
.rating-disc small { font-size: 7px; margin-top: -18px; }

/* Visit */
.visit { padding: 95px 0 102px; }
.visit-card { display: grid; grid-template-columns: .92fr 1.35fr; min-height: 455px; overflow: hidden; border: 1px solid rgba(53, 78, 64, .10); border-radius: 28px; background: #f7f0de; box-shadow: var(--shadow); }
.visit-copy { padding: 52px 58px; }
.visit-copy h2 { font-size: clamp(45px, 4vw, 60px); color: #465147; }
.visit-copy address { margin-top: 22px; color: #858a84; font-size: 9px; font-style: normal; }
.visit-actions { display: flex; align-items: center; gap: 18px; margin-top: 24px; }
.phone-link { color: var(--green); font: 600 13px/1 var(--serif); }
.visit-note { display: block; margin-top: 20px; color: #9a9d97; font-size: 7px; }
.map-panel { position: relative; display: grid; place-items: center; overflow: hidden; background: #eee7d5; color: var(--green); }
.map-grid {
  position: absolute;
  inset: -10%;
  opacity: .55;
  background-image:
    linear-gradient(28deg, transparent 48%, rgba(15,91,67,.12) 49%, rgba(15,91,67,.12) 51%, transparent 52%),
    linear-gradient(-36deg, transparent 47%, rgba(15,91,67,.09) 48%, rgba(15,91,67,.09) 50%, transparent 51%),
    linear-gradient(90deg, rgba(15,91,67,.05) 1px, transparent 1px),
    linear-gradient(rgba(15,91,67,.05) 1px, transparent 1px);
  background-size: 170px 130px, 200px 160px, 60px 60px, 60px 60px;
  transform: rotate(-7deg) scale(1.2);
  transition: transform 1s var(--ease);
}
.map-panel:hover .map-grid { transform: rotate(-5deg) scale(1.3); }
.map-panel > strong { z-index: 2; font-size: 9px; letter-spacing: .04em; }
.map-pin { position: absolute; top: 41%; left: 58%; width: 40px; aspect-ratio: 1; border: 2px solid var(--yellow); border-radius: 50% 50% 50% 0; background: var(--green); transform: rotate(-45deg); box-shadow: 0 12px 20px rgba(15,91,67,.18); animation: pinBounce 2.2s ease-in-out infinite; }
.map-pin span { position: absolute; inset: 10px; border-radius: 50%; background: var(--yellow); }
.map-arrow { position: absolute; right: 24px; bottom: 22px; display: grid; place-items: center; width: 38px; aspect-ratio: 1; border-radius: 50%; background: var(--green); color: white; }

/* Footer */
.site-footer { color: white; background: var(--green-deep); }
.footer-main { min-height: 190px; display: grid; grid-template-columns: 1fr 1.1fr .7fr; align-items: center; gap: 40px; }
.brand-footer { color: #fff; }
.footer-main h2 { font-size: clamp(38px, 3.3vw, 50px); color: #f2eee1; }
.footer-main h2 em { color: var(--yellow); }
.footer-links { display: grid; gap: 12px; justify-self: end; font-size: 9px; font-weight: 800; }
.footer-links a { transition: color .25s ease, transform .25s ease; }
.footer-links a:hover { color: var(--yellow); transform: translateX(4px); }
.footer-bottom { min-height: 68px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.38); font-size: 7px; }
.footer-bottom span:nth-child(2) { text-align: center; }
.footer-bottom span:nth-child(3) { text-align: right; }



/* Reveal + motion */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); will-change: opacity, transform; }
.reveal-left { transform: translateX(-34px); }
.reveal-right { transform: translateX(34px); }
.reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }

.back-top { position: fixed; right: 22px; bottom: 22px; z-index: 30; width: 44px; aspect-ratio: 1; border: 0; border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 12px 30px rgba(15,91,67,.2); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .3s var(--ease); cursor: pointer; }
.back-top.is-visible { opacity: 1; visibility: visible; transform: none; }

@keyframes introIn { to { opacity: 1; transform: none; } }
@keyframes heroVisualIn { to { opacity: 1; transform: none; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes floatY { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@keyframes orbitPulse { 0% { transform: scale(.985); opacity: .55; } 100% { transform: scale(1.018); opacity: 1; } }
@keyframes coffeeGlow { 0% { transform: scale(.96); opacity: .58; } 100% { transform: scale(1.08); opacity: .95; } }
@keyframes pinBounce { 0%,100% { translate: 0 0; } 50% { translate: 0 -6px; } }

/* responsive */
@media (max-width: 1024px) {
  .container { width: min(100% - 42px, 920px); }
  .hero { min-height: 690px; }
  .hero-grid { gap: 25px; }
  .hero-title { font-size: clamp(60px, 7.5vw, 78px); }
  .hero-visual { max-width: 440px; }
  .story-grid { gap: 45px; }
  .dish-grid { grid-template-rows: 220px 220px; }
  .menu-panel { grid-template-columns: 1fr 1.6fr; }
  .menu-panel .btn { grid-column: 1 / -1; justify-self: end; }
  .visit-copy { padding: 45px 38px; }
}

@media (max-width: 820px) {
  .site-header { padding: 22px 0; }
  .brand-logo { width: 96px; }
  .menu-toggle { display: block; z-index: 60; }
  .primary-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(360px, 88vw);
    height: 100dvh;
    padding: 110px 40px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background: var(--cream-2);
    box-shadow: -20px 0 50px rgba(0,0,0,.08);
    transform: translateX(105%);
    transition: transform .5s var(--ease);
  }
  body.menu-open .primary-nav { transform: none; }
  body.menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  body.menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav a { font-size: 15px; }
  .hero { padding-top: 125px; min-height: 0; }
  .hero-grid, .story-grid, .why-top, .visit-card { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 0; }
  .hero-visual { width: min(560px, 100%); justify-self: center; margin-top: 25px; }
  .hero-stats { max-width: none; }
  .story { padding: 80px 0; }
  .story-art { width: min(570px, 100%); margin-inline: auto; }
  .story-copy { max-width: 650px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  .mood-note { width: min(100%, 520px); }
  .dish-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 310px 250px 250px; }
  .dish-large { grid-row: 1 / 3; }
  .dish-wide { grid-column: 1 / 3; }
  .menu-panel { grid-template-columns: 1fr; }
  .menu-columns { grid-template-columns: 1fr 1fr; }
  .menu-panel .btn { grid-column: auto; justify-self: start; }
  .why-top { gap: 30px; }
  .why-copy { margin-bottom: 0; }
  .benefit-grid { margin-top: 50px; }
  .benefit { padding-right: 25px; }
  .benefit + .benefit { padding-left: 25px; }
  .quote-inner { grid-template-columns: 50px 1fr auto; }
  .visit-card { min-height: 0; }
  .map-panel { min-height: 340px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 540px); }
  .hero { padding-top: 115px; padding-bottom: 55px; }
  .brand-logo { width: 88px; }
  .hero-title { font-size: clamp(52px, 15vw, 75px); }
  .hero-lede { font-size: 13px; }
  .hero-stats { grid-template-columns: 1fr; gap: 13px; }
  .stat { padding: 0 0 13px !important; border-left: 0 !important; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .hero-visual { margin-top: 22px; }
  .badge-green { width: 65px; }
  .badge-yellow { width: 76px; }
  .scribble { font-size: 10px; }
  .story-sticker { width: 88px; }
  h2 { font-size: clamp(42px, 13vw, 60px); }
  .story-points { grid-template-columns: 1fr; }
  .story-points span:nth-child(even) { padding-left: 0; }
  .dish-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 360px repeat(3, 240px); }
  .dish-large, .dish-wide { grid-column: auto; grid-row: auto; }
  .rings-large { width: 70%; }
  .dish-large .dish-content h3 { font-size: 32px; }
  .menu-columns { grid-template-columns: 1fr; gap: 0; }
  .why { padding-top: 78px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 0; padding: 26px 0 32px !important; border-left: 0 !important; border-bottom: 1px solid rgba(255,255,255,.1); }
  .quote-inner { grid-template-columns: 1fr auto; min-height: 0; padding-block: 35px; }
  .quote-mark { display: none; }
  .quote-copy blockquote { font-size: 25px; }
  .rating-disc { width: 72px; }
  .visit-copy { padding: 40px 25px; }
  .visit-actions { align-items: flex-start; flex-direction: column; }
  .map-panel { min-height: 300px; }
  .footer-main { grid-template-columns: 1fr; padding: 52px 0; }
  .footer-links { justify-self: start; }
  .footer-bottom { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .footer-bottom span:nth-child(n) { text-align: left; }
}

@media (hover: hover) and (pointer: fine) {
  .magnetic { will-change: transform; }
}

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


.scribble {
  position: absolute;
  z-index: 7;
  left: 15%;
  bottom: 9%;
  margin: 0;
  color: var(--green);
  font: italic 600 12px/1 var(--serif);
  transform: rotate(-6deg);
  pointer-events: none;
}

