:root {
  --green: #17382b;
  --green-2: #214b39;
  --cream: #fbf3e6;
  --paper: #fffaf1;
  --saffron: #f2a23a;
  --orange: #ed6d26;
  --red: #c9422d;
  --maroon: #481410;
  --ink: #1d241f;
  --muted: #68675f;
  --line: rgba(29, 36, 31, .16);
  --shadow: 0 30px 80px rgba(28, 24, 15, .16);
  --radius: 1.5rem;
  --section: clamp(5rem, 10vw, 10rem);
  --pad: clamp(1.25rem, 5vw, 5.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.06em; }
.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; }
.skip-link { position: fixed; top: 1rem; left: 1rem; transform: translateY(-150%); z-index: 1000; padding: .7rem 1rem; background: white; color: var(--green); border-radius: 999px; }
.skip-link:focus { transform: none; }
.section { padding: var(--section) var(--pad); }
.section-index, .eyebrow { margin: 0 0 1.4rem; text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .19em; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 2.5rem; min-height: 3.55rem; padding: 0 1.5rem; border: 0; border-radius: 999px; font-size: .9rem; font-weight: 700; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1.2rem; transition: transform .25s ease; }
.button:hover span { transform: translate(2px, -2px); }
.button-light { background: var(--paper); color: var(--green); }
.button-dark { background: var(--green); color: white; }
.button-red { background: var(--red); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 1.5rem; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .88rem; font-weight: 700; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link.dark { color: var(--green); }

/* Entry and navigation */
.page-loader { position: fixed; inset: 0; z-index: 999; display: grid; place-items: center; align-content: center; gap: 1rem; color: #fff3d9; background: var(--maroon); transition: clip-path .95s cubic-bezier(.77,0,.18,1), visibility .95s; clip-path: inset(0); animation: loaderDismiss .95s 1.45s cubic-bezier(.77,0,.18,1) forwards; }
.page-loader.is-gone { clip-path: inset(0 0 100%); visibility: hidden; }
.loader-mark { width: clamp(150px, 21vw, 260px); animation: loaderPulse 1.2s ease both; }
.loader-mark img { width: 100%; filter: drop-shadow(0 18px 24px rgba(0,0,0,.22)); }
.page-loader p { font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.page-wipe { position: fixed; inset: 0; z-index: 998; pointer-events: none; background: var(--saffron); transform: scaleY(0); transform-origin: bottom; }
.page-wipe.is-active { animation: pageWipe .65s cubic-bezier(.77,0,.18,1) both; }
@keyframes loaderPulse { from { opacity: 0; transform: scale(.82) translateY(15px); } }
@keyframes loaderDismiss { to { clip-path: inset(0 0 100%); visibility: hidden; } }
@keyframes pageWipe { 0% { transform: scaleY(0); } 100% { transform: scaleY(1); } }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; transition: background .3s, color .3s, box-shadow .3s; }
.site-header.scrolled, .site-header.solid { color: var(--ink); background: rgba(251, 243, 230, .93); box-shadow: 0 1px rgba(23,56,43,.1); backdrop-filter: blur(15px); }
.nav-shell { height: 6.8rem; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { position: relative; z-index: 2; width: 126px; height: 96px; display: grid; place-items: center; }
.brand img { width: 126px; max-height: 100%; object-fit: contain; filter: drop-shadow(0 8px 9px rgba(0,0,0,.18)); transition: transform .3s; }
.brand:hover img { transform: scale(1.04) rotate(-1deg); }
.desktop-nav { display: flex; gap: clamp(1.5rem, 3vw, 3.4rem); align-items: center; }
.desktop-nav a { position: relative; font-size: .78rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px; background: currentColor; transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.nav-actions { justify-self: end; display: flex; align-items: center; }
.nav-menu-link { padding: .8rem 1.15rem; border: 1px solid currentColor; border-radius: 999px; font-size: .78rem; font-weight: 700; }
.nav-menu-link span { margin-left: 1.8rem; }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 1rem; height: 1px; margin: .3rem auto; background: currentColor; transition: transform .25s; }
.mobile-menu { display: none; }

/* Hero */
.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: minmax(330px, .85fr) minmax(450px, 1.15fr); align-items: center; padding: 9rem var(--pad) 5rem; color: white; background: var(--green); }
.hero::before { content: ""; position: absolute; width: 42vw; height: 42vw; right: -16vw; top: -15vw; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(255,255,255,.025), 0 0 0 16vw rgba(255,255,255,.018); }
.hero-grain, .promise-pattern { position: absolute; inset: 0; opacity: .24; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-copy { position: relative; z-index: 3; min-width: 0; max-width: 640px; }
.hero-kicker { display: flex; align-items: center; gap: .85rem; color: #f8cc83; }
.hero-kicker i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.hero h1 { margin: 0 0 1.8rem; font-size: clamp(3.6rem, 7.2vw, 8.2rem); line-height: .86; color: #fff8e9; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong { font-weight: 800; }
.hero h1 em { color: var(--saffron); }
.hero-intro { max-width: 530px; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.1rem; }
.hero-stage { position: relative; z-index: 2; min-height: min(72vh, 750px); display: grid; place-items: center; }
.sun-disc { position: absolute; width: min(37vw, 530px); aspect-ratio: 1; border-radius: 50%; background: var(--saffron); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.sun-disc::after { content: ""; position: absolute; inset: 6%; border: 1px dashed rgba(72,20,16,.28); border-radius: inherit; animation: spin 38s linear infinite; }
.logo-hero { position: relative; z-index: 2; width: min(33vw, 470px); animation: logoFloat 5.5s ease-in-out infinite; }
.logo-hero img { position: relative; width: 100%; filter: drop-shadow(0 35px 35px rgba(27,7,4,.38)); }
.logo-glow { position: absolute; inset: 32% 11% 2%; border-radius: 45%; background: rgba(255,96,35,.3); filter: blur(35px); }
.dish-tag { position: absolute; z-index: 4; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; min-width: 185px; padding: .7rem .8rem; color: var(--ink); background: rgba(255,250,241,.95); border: 1px solid rgba(255,255,255,.55); border-radius: .7rem; box-shadow: 0 15px 35px rgba(0,0,0,.18); font-size: .75rem; backdrop-filter: blur(10px); }
.dish-tag span { display: grid; width: 1.7rem; height: 1.7rem; place-items: center; color: white; background: var(--red); border-radius: 50%; font-size: .58rem; }
.dish-tag b { font-weight: 700; }
.dish-tag small { color: var(--red); font-weight: 700; }
.dish-one { top: 19%; left: 2%; transform: rotate(-4deg); }
.dish-two { right: -2%; top: 42%; transform: rotate(4deg); }
.dish-three { left: 8%; bottom: 14%; transform: rotate(2deg); }
.spice { position: absolute; border-radius: 60% 40% 55% 45%; background: var(--orange); box-shadow: 0 0 0 8px rgba(238,109,38,.12); }
.spice-one { width: 18px; height: 11px; top: 18%; right: 13%; transform: rotate(30deg); }
.spice-two { width: 13px; height: 8px; left: 8%; top: 48%; transform: rotate(-20deg); }
.hero-doodle { position: absolute; right: -2%; bottom: 4%; width: 110px; fill: none; stroke: #f4c679; stroke-width: 2; opacity: .65; transform: rotate(17deg); }
.hero-promise { position: absolute; right: var(--pad); bottom: 2.5rem; display: flex; gap: .7rem; align-items: baseline; color: #f8cc83; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-promise strong { color: white; font-size: .78rem; }
.scroll-cue { position: absolute; bottom: 2.25rem; left: var(--pad); display: flex; gap: .7rem; align-items: center; margin: 0; color: rgba(255,255,255,.55); font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; }
.scroll-cue span { display: block; width: 32px; height: 1px; background: currentColor; animation: cue 1.8s ease infinite; transform-origin: left; }
@keyframes logoFloat { 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes cue { 50% { transform: scaleX(.45); } }

.ticker { overflow: hidden; padding: 1.05rem 0; color: #fff8e9; background: var(--red); transform: rotate(-.65deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; gap: 2.4rem; align-items: center; animation: ticker 26s linear infinite; }
.ticker span { font-family: "Manrope"; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.ticker i { color: var(--saffron); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Story and categories */
.story { display: grid; grid-template-columns: .7fr 2fr; gap: 6vw; }
.story-aside { display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.side-note { width: 130px; margin: 0 2rem 0 0; color: var(--muted); font-size: .83rem; line-height: 1.55; }
.display { margin: 0; font-size: clamp(3rem, 6.2vw, 7.3rem); line-height: .96; }
.display span { display: block; }
.story-columns { max-width: 840px; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin: 4rem 0 4.5rem; color: var(--muted); line-height: 1.75; }
.story-columns p:first-child { color: var(--ink); font-size: 1.2rem; font-weight: 600; }
.story-copy blockquote { margin: 0; padding: 1.7rem 0 0 2rem; border-top: 1px solid var(--line); border-left: 4px solid var(--saffron); font-family: Georgia, serif; font-size: clamp(1.35rem, 2.5vw, 2.2rem); font-style: italic; }
.cravings { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 3.3rem; }
.section-heading h2, .favourites-head h2, .quality-title h2, .day-intro h2, .contact-copy h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.8rem); line-height: .98; }
.section-heading > p { max-width: 330px; margin: 0 0 .5rem; color: var(--muted); line-height: 1.65; }
.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.2rem; }
.category-card { position: relative; min-height: 390px; overflow: hidden; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--radius); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.category-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.category-card:nth-child(1), .category-card:nth-child(4) { grid-column: span 5; }
.category-card:nth-child(2), .category-card:nth-child(3) { grid-column: span 7; }
.category-chai { color: white; background: var(--green); }
.category-breakfast { color: var(--maroon); background: var(--saffron); }
.category-meals { color: white; background: var(--red); }
.category-snacks { color: var(--green); background: #dcd7b2; }
.category-number { position: relative; z-index: 2; font-size: .68rem; letter-spacing: .15em; }
.category-card > div:last-of-type { position: relative; z-index: 2; }
.category-card p { margin: 0 0 .5rem; opacity: .72; font-size: .76rem; }
.category-card h3 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.8rem); line-height: .95; }
.circle-arrow { position: absolute; z-index: 3; right: 1.4rem; top: 1.4rem; display: grid; width: 3rem; height: 3rem; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.2rem; transition: transform .3s, background .3s, color .3s; }
.category-card:hover .circle-arrow { transform: rotate(45deg); background: var(--paper); color: var(--green); }
.category-art { position: absolute; left: 50%; top: 42%; transform: translate(-50%, -50%); transition: transform .45s ease; }
.category-card:hover .category-art { transform: translate(-50%, -52%) rotate(3deg) scale(1.05); }
.cup-art { width: 170px; height: 135px; border: 6px solid #efc270; border-radius: 12px 12px 52px 52px; background: #8d321d; box-shadow: inset 0 15px #431814, 0 20px 35px rgba(0,0,0,.18); }
.cup-art::before { content: ""; position: absolute; width: 60px; height: 65px; right: -47px; top: 30px; border: 8px solid #efc270; border-left: 0; border-radius: 0 40px 40px 0; }
.cup-art::after { content: ""; position: absolute; width: 120%; height: 12px; left: -10%; bottom: -18px; border-radius: 50%; background: rgba(0,0,0,.23); filter: blur(5px); }
.cup-art i, .bowl-art i { position: absolute; left: 47px; top: -43px; width: 4px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.65); box-shadow: 33px 8px rgba(255,255,255,.42); filter: blur(2px); }
.plate-art { width: 210px; height: 210px; border-radius: 50%; background: #fff6dc; box-shadow: inset 0 0 0 15px rgba(255,255,255,.68), 0 20px 35px rgba(85,39,11,.25); }
.plate-art::before { content: ""; position: absolute; inset: 42px; border-radius: 50%; background: #e8b331; box-shadow: inset -15px -15px rgba(207,74,35,.2); }
.plate-art i { position: absolute; z-index: 1; width: 35px; height: 20px; border-radius: 50%; background: #3d7a3f; transform: rotate(30deg); }
.plate-art i:nth-child(1) { left: 63px; top: 55px; }.plate-art i:nth-child(2) { right: 54px; top: 92px; }.plate-art i:nth-child(3) { left: 78px; bottom: 50px; }
.bowl-art { width: 220px; height: 125px; top: 46%; border-radius: 15px 15px 110px 110px; background: #ffdd9b; box-shadow: inset 0 13px #702218, 0 22px 30px rgba(74,10,6,.25); }
.bowl-art::before, .bowl-art::after { content: ""; position: absolute; top: -23px; width: 80px; height: 53px; border-radius: 48%; background: #e8b26b; box-shadow: inset 0 -7px #c78038; }
.bowl-art::before { left: 20px; }.bowl-art::after { right: 20px; }
.snack-art { width: 205px; height: 125px; border-radius: 46% 50% 35% 44%; background: #e0a12c; box-shadow: inset 0 -22px rgba(180,76,28,.26), 0 20px 30px rgba(36,60,41,.18); transform: translate(-50%, -50%) rotate(-7deg); }
.snack-art::before { content: ""; position: absolute; width: 210px; height: 65px; left: -2px; top: 41px; border-radius: 50%; background: #f0ce83; box-shadow: inset 0 -14px #cf8e34; }
.snack-art i { position: absolute; z-index: 1; width: 100px; height: 58px; left: 50px; top: 33px; border-radius: 50%; background: #d49a2a; box-shadow: inset 0 -12px #9d5620; }

/* Favourites */
.favourites { display: grid; grid-template-columns: .85fr 1.3fr; gap: 7vw; }
.favourites-head { position: sticky; top: 9rem; align-self: start; }
.favourites-head .text-link { margin-top: 2.5rem; }
.favourite-list { border-top: 1px solid var(--line); }
.favourite-item { display: grid; grid-template-columns: 34px 110px 1fr auto; gap: 1.5rem; align-items: center; padding: 1.7rem 0; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.favourite-item:hover { padding-left: 1rem; padding-right: 1rem; background: rgba(255,255,255,.5); }
.item-count { align-self: start; padding-top: .5rem; color: var(--muted); font-size: .62rem; }
.item-mark { position: relative; width: 105px; height: 105px; border-radius: 50%; background: var(--saffron); transition: transform .35s; }
.favourite-item:hover .item-mark { transform: rotate(7deg) scale(1.05); }
.item-mark::before, .item-mark::after, .item-mark i { content: ""; position: absolute; }
.mark-misal::before { inset: 21px 13px; border-radius: 10px 10px 40px 40px; background: #812719; box-shadow: inset 0 7px #e26e2d; }.mark-misal::after { width: 38px; height: 25px; right: 3px; bottom: 16px; border-radius: 50%; background: #f1cc84; }
.mark-pav::before { width: 48px; height: 44px; left: 11px; top: 30px; border-radius: 14px; background: #e7bd70; box-shadow: inset 0 -9px #bf7c32; }.mark-pav::after { width: 44px; height: 54px; right: 9px; top: 26px; border-radius: 50%; background: #ad3822; box-shadow: inset 0 8px #d86b28; }
.mark-sandwich::before { width: 70px; height: 62px; left: 18px; top: 22px; clip-path: polygon(0 100%,50% 0,100% 100%); background: #f2d790; }.mark-sandwich::after { width: 59px; height: 48px; left: 23px; top: 30px; clip-path: polygon(0 100%,50% 0,100% 100%); background: #d8732a; }
.mark-vada::before { width: 75px; height: 43px; left: 15px; top: 34px; border-radius: 50%; background: #efd08b; box-shadow: inset 0 -10px #c88838; }.mark-vada::after { width: 42px; height: 42px; left: 31px; top: 27px; border-radius: 50%; background: #c68122; box-shadow: inset 0 -8px #96531d; }
.label { color: var(--red); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.favourite-item h3 { margin: .2rem 0 .3rem; font-size: 1.55rem; }.favourite-item p { margin: 0; color: var(--muted); font-size: .83rem; }.favourite-item > strong { font-family: "Manrope"; color: var(--red); font-size: 1.3rem; }

/* Promise, quality, day */
.promise-panel { position: relative; min-height: 680px; overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 7vw; padding: var(--section) var(--pad); color: white; background: var(--maroon); }
.promise-panel::before { content: "₹200"; position: absolute; right: -1vw; bottom: -9vw; color: rgba(255,255,255,.035); font-family: "Manrope"; font-size: 29vw; font-weight: 800; letter-spacing: -.1em; line-height: 1; }
.promise-logo { position: relative; z-index: 2; display: grid; place-items: center; }
.promise-logo::before { content: ""; position: absolute; width: 35vw; max-width: 470px; aspect-ratio: 1; border: 1px dashed rgba(242,162,58,.45); border-radius: 50%; animation: spin 35s linear infinite; }
.promise-logo img { position: relative; width: min(34vw, 440px); filter: drop-shadow(0 28px 30px rgba(0,0,0,.4)); }
.promise-copy { position: relative; z-index: 2; }
.promise-copy .eyebrow { color: var(--saffron); }
.promise-copy h2 { margin: 0 0 2rem; font-size: clamp(2.8rem, 5vw, 6rem); line-height: .98; }
.promise-copy h2 em { color: var(--saffron); }
.promise-copy > p { max-width: 630px; color: rgba(255,255,255,.69); line-height: 1.75; }
.promise-points { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.6rem; }
.promise-points span { padding: .65rem .95rem; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .75rem; }
.quality-title { margin-bottom: 4rem; }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.quality-card { min-height: 350px; padding: 1.7rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, transform .3s; }
.quality-card:hover { color: white; background: var(--green); transform: translateY(-5px); }
.quality-card > span { font-size: .65rem; letter-spacing: .15em; }
.quality-card svg { width: 68px; margin: 4rem 0 3rem; fill: none; stroke: var(--red); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.quality-card:hover svg { stroke: var(--saffron); }
.quality-card h3 { font-size: 1.35rem; }
.quality-card p { color: var(--muted); font-size: .84rem; line-height: 1.65; }
.quality-card:hover p { color: rgba(255,255,255,.68); }
.day-section { padding: var(--section) var(--pad); color: white; background: var(--green); }
.day-intro { margin-bottom: 5rem; }
.day-intro h2 em { color: var(--saffron); }
.day-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); }
.day-track::before { content: ""; position: absolute; left: 0; right: 0; top: 50px; height: 1px; background: rgba(255,255,255,.25); }
.day-stop { position: relative; padding-right: 2rem; }
.day-stop time { color: #f4cb88; font-size: .69rem; font-weight: 700; letter-spacing: .12em; }
.day-stop > span { position: relative; display: block; width: 12px; height: 12px; margin: 1.65rem 0 2.5rem; border: 2px solid var(--green); border-radius: 50%; background: #f4cb88; box-shadow: 0 0 0 1px #f4cb88; transition: transform .25s; }
.day-stop:hover > span, .day-stop.active > span { transform: scale(1.7); background: var(--red); }
.day-stop h3 { margin-bottom: .7rem; font-size: 1.25rem; }.day-stop p { color: rgba(255,255,255,.58); font-size: .76rem; line-height: 1.6; }
.brand-quote { position: relative; overflow: hidden; padding: clamp(7rem, 14vw, 13rem) var(--pad); text-align: center; background: var(--saffron); }
.brand-quote::before, .brand-quote::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(72,20,16,.16); border-radius: 50%; }.brand-quote::before { left: -110px; top: -90px; }.brand-quote::after { right: -90px; bottom: -130px; }
.quote-star { margin-bottom: 2rem; color: var(--red); font-size: 1.6rem; }
.brand-quote h2 { position: relative; margin: 0 auto; font-size: clamp(2.5rem, 5.4vw, 6rem); line-height: 1.12; }.brand-quote h2 em { color: var(--maroon); }

/* Visit/contact/footer */
.visit { background: var(--paper); }
.visit-card { min-height: 600px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--red); border-radius: 2rem; box-shadow: var(--shadow); }
.visit-copy { align-self: center; padding: clamp(2.5rem, 6vw, 6rem); }
.visit-copy h2 { font-size: clamp(2.7rem, 4.6vw, 5.3rem); line-height: .98; }.visit-copy h2 em { color: #f5bd66; }.visit-copy > p { max-width: 520px; color: rgba(255,255,255,.72); line-height: 1.7; }.visit-copy .button { margin-top: 1rem; }
.map-art { position: relative; overflow: hidden; min-height: 500px; background: #e3dcb8; }
.map-art::before { content: ""; position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 20% 40%,#477a52 0 3%,transparent 3.3%), radial-gradient(circle at 77% 22%,#477a52 0 5%,transparent 5.3%), radial-gradient(circle at 70% 78%,#477a52 0 4%,transparent 4.3%); background-size: 150px 160px; }
.road { position: absolute; height: 45px; background: #f8f0dc; border: 1px solid rgba(52,71,55,.12); transform-origin: center; }.road-one { width: 130%; left: -10%; top: 32%; transform: rotate(-13deg); }.road-two { width: 120%; left: -10%; top: 65%; transform: rotate(28deg); }.road-three { width: 100%; left: 25%; top: 5%; transform: rotate(79deg); }
.map-pin { position: absolute; z-index: 3; width: 170px; height: 170px; left: 50%; top: 48%; display: grid; place-items: center; transform: translate(-50%,-50%); border: 10px solid var(--red); border-radius: 50% 50% 50% 8px; background: var(--paper); box-shadow: 0 20px 40px rgba(45,40,22,.3); rotate: -45deg; }.map-pin img { width: 130px; rotate: 45deg; }.map-art small { position: absolute; z-index: 4; right: 2rem; bottom: 2rem; color: var(--green); font-family: "Manrope"; font-size: 1.1rem; font-weight: 700; line-height: 1.1; }
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.contact-copy > p { max-width: 390px; margin: 2rem 0; color: var(--muted); line-height: 1.7; }.contact-copy > a { color: var(--red); border-bottom: 1px solid var(--red); font-weight: 700; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem 1.2rem; }
.contact-form label { display: grid; gap: .5rem; }.contact-form label:nth-child(4) { grid-column: 1 / -1; }.contact-form label > span { color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; padding: .8rem 0; background: transparent; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); }.contact-form button { justify-self: start; margin-top: 1rem; }.form-status { align-self: center; margin: 1rem 0 0; color: var(--green); font-size: .8rem; }
.final-cta { padding: 5rem var(--pad); display: flex; align-items: end; justify-content: space-between; color: white; background: var(--red); }.final-cta p { margin-bottom: 1rem; color: rgba(255,255,255,.66); }.final-cta h2 { margin: 0; font-size: clamp(4rem, 8vw, 9rem); line-height: .8; }.final-cta h2 em { color: var(--saffron); }
.site-footer { padding: 5rem var(--pad) 2rem; color: rgba(255,255,255,.78); background: var(--maroon); }.footer-top { display: grid; grid-template-columns: 1.4fr .6fr .6fr 1fr; gap: 4rem; padding-bottom: 5rem; }.footer-brand img { width: 190px; filter: drop-shadow(0 15px 15px rgba(0,0,0,.25)); }.footer-brand p { margin: 1rem 0 0; }.footer-links { display: flex; flex-direction: column; gap: .8rem; font-size: .8rem; }.footer-links p { color: #f0b052; font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }.footer-links a:hover { color: white; }.footer-note { align-self: end; }.footer-note strong { color: white; font-family: "Manrope"; font-size: 1.4rem; }.footer-note p { color: rgba(255,255,255,.53); font-size: .8rem; line-height: 1.6; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }.site-footer.compact .footer-top { grid-template-columns: 1fr 1fr; }.site-footer.compact .footer-note { max-width: 350px; justify-self: end; }.mobile-bottom { display: none; }

/* Menu page */
.menu-hero { position: relative; min-height: 78vh; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; padding: 10rem var(--pad) 5rem; color: white; background: var(--green); }
.menu-hero::after { content: "MENU"; position: absolute; left: -1rem; bottom: -5vw; color: rgba(255,255,255,.035); font-family: "Manrope"; font-size: 23vw; font-weight: 800; line-height: 1; }
.menu-hero-copy { position: relative; z-index: 2; }.menu-hero-copy .eyebrow { color: var(--saffron); }.menu-hero h1 { margin: 0 0 2rem; font-size: clamp(4rem, 8vw, 9rem); line-height: .84; }.menu-hero h1 em { color: var(--saffron); }.menu-hero-copy > p:last-child { max-width: 520px; color: rgba(255,255,255,.68); font-size: 1.1rem; line-height: 1.7; }
.menu-hero-mark { position: relative; z-index: 2; min-height: 490px; display: grid; place-items: center; }.menu-hero-mark .sun-disc { width: min(38vw, 490px); }.menu-hero-mark img { position: relative; width: min(34vw, 440px); filter: drop-shadow(0 30px 30px rgba(0,0,0,.4)); animation: logoFloat 5.5s ease-in-out infinite; }.menu-hero-mark > span { position: absolute; right: 0; bottom: 8%; padding: .75rem 1rem; color: var(--green); background: var(--paper); border-radius: 999px; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.menu-price-note { position: absolute; z-index: 3; left: var(--pad); bottom: 2.5rem; display: flex; align-items: center; gap: 1rem; }.menu-price-note small { color: #f1bd6c; text-transform: uppercase; letter-spacing: .12em; }.menu-price-note strong { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.25); font-family: "Manrope"; line-height: 1.05; }
.menu-content { background: var(--paper); }.menu-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 2rem; }.filters { display: flex; flex-wrap: wrap; gap: .6rem; }.filters button { padding: .7rem 1.05rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: .76rem; cursor: pointer; transition: .25s; }.filters button:hover, .filters button.active { color: white; border-color: var(--green); background: var(--green); }
.menu-search { position: relative; min-width: 240px; }.menu-search input { width: 100%; padding: .8rem 2rem .8rem 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; }.menu-search input:focus { border-color: var(--red); }.menu-search b { position: absolute; right: 0; bottom: .8rem; font-size: 1.3rem; }
.menu-results-line { display: flex; justify-content: space-between; margin: 3rem 0 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }.menu-results-line p { margin: 0; }.menu-results-line > span { color: #3f724b; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }.menu-card { position: relative; min-height: 355px; overflow: hidden; display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1.3rem; background: var(--cream); transition: transform .3s, box-shadow .3s, border-color .3s; animation: menuIn .45s both; }.menu-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: 0 25px 55px rgba(40,35,23,.13); }.menu-card-top { display: flex; justify-content: space-between; align-items: start; }.veg-dot { display: grid; width: 18px; height: 18px; place-items: center; border: 1px solid #397348; }.veg-dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #397348; }.menu-badge { padding: .35rem .55rem; color: var(--red); background: rgba(201,66,45,.08); border-radius: 999px; font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.menu-card-art { position: relative; width: 150px; height: 120px; margin: .6rem auto 1rem; }.menu-card-art::before { content: ""; position: absolute; inset: 0; margin: auto; width: 112px; height: 112px; border-radius: 50%; background: var(--art-color, var(--saffron)); opacity: .18; }.menu-card-art span { position: absolute; inset: 0; display: grid; place-items: center; font-size: 5rem; filter: saturate(.9) drop-shadow(0 12px 8px rgba(0,0,0,.12)); transition: transform .3s; }.menu-card:hover .menu-card-art span { transform: rotate(-5deg) scale(1.08); }.menu-card h2 { margin: 0; font-size: 1.5rem; }.menu-card-desc { min-height: 42px; margin: .5rem 0 1rem; color: var(--muted); font-size: .8rem; line-height: 1.55; }.menu-card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }.menu-card-price { color: var(--red); font-family: "Manrope"; font-size: 1.35rem; font-weight: 800; }.add-button { display: grid; width: 2.65rem; height: 2.65rem; place-items: center; border: 0; border-radius: 50%; color: white; background: var(--green); cursor: pointer; font-size: 1.2rem; transition: transform .25s, background .25s; }.add-button:hover { transform: rotate(90deg); background: var(--red); }
.empty-menu { padding: 5rem 1rem; text-align: center; }.empty-menu > span { color: var(--red); font-size: 2rem; }.empty-menu h2 { font-size: 2rem; }.empty-menu button { border: 0; border-bottom: 1px solid; background: none; cursor: pointer; }
.menu-banner { margin: 0 var(--pad) var(--section); padding: 3rem; display: flex; align-items: end; justify-content: space-between; color: white; background: var(--red); border-radius: 1.5rem; }.menu-banner p { color: #f7c675; text-transform: uppercase; font-size: .68rem; font-weight: 700; letter-spacing: .12em; }.menu-banner h2 { margin: 0; font-size: clamp(2rem,4vw,4.5rem); }.menu-banner > span { padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; font-weight: 700; }
@keyframes menuIn { from { opacity: 0; transform: translateY(15px); } }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }.js .reveal.is-visible { opacity: 1; transform: none; }.category-grid .reveal:nth-child(2), .quality-grid .reveal:nth-child(2) { transition-delay: .08s; }.category-grid .reveal:nth-child(3), .quality-grid .reveal:nth-child(3) { transition-delay: .16s; }.category-grid .reveal:nth-child(4), .quality-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.nav-shell { grid-template-columns: 1fr 1fr; }.menu-toggle { display: block; margin-left: .7rem; }.mobile-menu { position: fixed; inset: 0; z-index: -1; padding: 9rem var(--pad) 6rem; display: flex; flex-direction: column; justify-content: center; gap: 1rem; color: white; background: var(--green); transform: translateY(-105%); visibility: hidden; transition: transform .55s cubic-bezier(.77,0,.18,1), visibility .55s; }.mobile-menu.open { transform: none; visibility: visible; }.mobile-menu a { padding: .4rem 0; font-family: "Manrope"; font-size: clamp(2.2rem, 8vw, 4rem); font-weight: 700; letter-spacing: -.05em; }.site-header.menu-active { color: white; background: transparent; box-shadow: none; }.menu-active .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }.menu-active .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr 1fr; }.hero-stage { min-height: 600px; }.dish-two { right: -8%; }.story { grid-template-columns: 1fr; }.story-aside { min-height: auto; flex-direction: row; border-right: 0; }.favourites { grid-template-columns: 1fr; }.favourites-head { position: static; }.quality-grid { grid-template-columns: repeat(2, 1fr); }.footer-top { grid-template-columns: 1.2fr .7fr .7fr; }.footer-note { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --section: 5.5rem; --pad: 1.25rem; --radius: 1.2rem; }.site-header { color: var(--ink); background: rgba(251,243,230,.92); backdrop-filter: blur(12px); }.nav-shell { height: 5.2rem; }.brand, .brand img { width: 94px; height: 76px; }.nav-menu-link { display: none; }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); padding-top: 8.5rem; padding-bottom: 5.5rem; }.hero-copy { width: calc(100vw - 2.5rem); max-width: calc(100vw - 2.5rem); }.hero h1 { font-size: clamp(3.5rem, 17vw, 5.5rem); }.hero h1 em { display: block; }.hero-stage { min-height: 470px; margin-top: 2rem; }.sun-disc { width: 78vw; }.logo-hero { width: 73vw; }.dish-tag { min-width: 145px; padding: .5rem; gap: .5rem; }.dish-one { left: -2%; top: 11%; }.dish-two { right: -4%; top: 47%; }.dish-three { left: 2%; bottom: 8%; }.hero-promise { right: 1.25rem; bottom: 1.5rem; }.scroll-cue { display: none; }.hero-actions { flex-wrap: wrap; gap: 1.2rem; }.hero-actions .button { padding-inline: 1.2rem; gap: 1.6rem; }.ticker { transform: none; }
  .story-columns { grid-template-columns: 1fr; gap: 1rem; margin: 2.5rem 0 3rem; }.display { font-size: 3.2rem; }.story-copy blockquote { font-size: 1.35rem; }.section-heading { display: block; }.section-heading > p { margin-top: 1.2rem; }.category-grid { grid-template-columns: 1fr; }.category-card, .category-card:nth-child(n) { grid-column: 1; min-height: 330px; }.favourite-item { grid-template-columns: 24px 76px 1fr auto; gap: .7rem; }.item-mark { width: 72px; height: 72px; transform: scale(.72); transform-origin: left center; }.favourite-item:hover .item-mark { transform: scale(.78) rotate(5deg); }.favourite-item p { display: none; }.favourite-item h3 { font-size: 1.1rem; }.favourite-item > strong { font-size: 1rem; }
  .promise-panel { grid-template-columns: 1fr; min-height: auto; }.promise-logo::before { width: 85vw; }.promise-logo img { width: min(78vw, 410px); }.quality-grid { grid-template-columns: 1fr; }.quality-card { min-height: 280px; }.quality-card svg { margin: 2.7rem 0 2rem; }.day-section { overflow: hidden; }.day-track { width: max-content; grid-template-columns: repeat(5, 220px); overflow-x: auto; max-width: 100%; padding-bottom: 1rem; scrollbar-width: none; }.day-track::before { right: auto; width: 1000px; }.brand-quote { padding-left: 1rem; padding-right: 1rem; }.visit-card { grid-template-columns: 1fr; }.map-art { min-height: 430px; }.contact { grid-template-columns: 1fr; }.contact-form { grid-template-columns: 1fr; }.contact-form label:nth-child(4) { grid-column: auto; }.final-cta { align-items: start; flex-direction: column; gap: 2.5rem; }.footer-top, .site-footer.compact .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.2rem; }.footer-brand { grid-column: 1 / -1; }.footer-note, .site-footer.compact .footer-note { grid-column: 1 / -1; justify-self: start; }.footer-bottom { align-items: start; flex-direction: column; gap: 1rem; }.site-footer { padding-bottom: 7rem; }.mobile-bottom { position: fixed; z-index: 45; left: .7rem; right: .7rem; bottom: .7rem; display: flex; align-items: center; justify-content: space-around; padding: .5rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: white; background: rgba(23,56,43,.94); box-shadow: 0 15px 35px rgba(0,0,0,.25); backdrop-filter: blur(12px); }.mobile-bottom a { padding: .7rem .45rem; font-size: .67rem; font-weight: 700; }.mobile-bottom .order-pill { padding: .75rem 1.2rem; border-radius: 999px; color: var(--maroon); background: var(--saffron); }
  .menu-hero { min-height: 830px; grid-template-columns: 1fr; align-content: start; padding-top: 9rem; }.menu-hero h1 { font-size: 4.2rem; }.menu-hero-mark { min-height: 400px; }.menu-hero-mark .sun-disc { width: 80vw; }.menu-hero-mark img { width: 73vw; }.menu-hero-mark > span { right: 0; bottom: 4%; }.menu-price-note { bottom: 1.5rem; }.menu-toolbar { align-items: stretch; flex-direction: column; }.menu-search { min-width: 0; }.filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .5rem; scrollbar-width: none; }.filters button { flex: 0 0 auto; }.menu-grid { grid-template-columns: 1fr; }.menu-results-line > span { display: none; }.menu-banner { align-items: start; flex-direction: column; gap: 2rem; padding: 2rem; }
}

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