/*
Theme Name: Chef Abhi's Spicehouse
Theme URI: https://example.com/chef-abhis-spicehouse
Author: OpenAI
Description: A bold, responsive restaurant theme inspired by the colours of Indian spices, featuring horizontally scrollable menu cards, motion effects, and a built-in reservation inquiry form.
Version: 4.7.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: chef-abhis
*/

:root {
  --ink: #1f130f;
  --ink-soft: #5d453c;
  --cream: #fff8e8;
  --cream-deep: #f4e4bd;
  --saffron: #f4a11a;
  --turmeric: #e0b61f;
  --chili: #a61f24;
  --chili-dark: #6f1218;
  --cardamom: #2b7a58;
  --coriander: #5f8e3f;
  --clove: #4a2e24;
  --charcoal: #17100d;
  --white: #fff;
  --line: rgba(111, 18, 24, .18);
  --shadow: 0 22px 55px rgba(47, 22, 12, .14);
  --shadow-soft: 0 10px 30px rgba(47, 22, 12, .10);
  --radius: 28px;
  --radius-sm: 18px;
  --content: min(1180px, calc(100% - 34px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(244,161,26,.14), transparent 26rem),
    radial-gradient(circle at 90% 22%, rgba(166,31,36,.10), transparent 24rem),
    #fffaf0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    radial-gradient(circle at center, rgba(166,31,36,.35) 0 1px, transparent 1px),
    radial-gradient(circle at center, rgba(244,161,26,.28) 0 1px, transparent 1px);
  background-size: 26px 26px, 39px 39px;
  background-position: 0 0, 12px 12px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
  z-index: -1;
}

a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: var(--content); margin-inline: auto; }
.section { padding: 92px 0; position: relative; }
.section--tight { padding: 64px 0; }
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  font-weight: 800;
  color: var(--chili);
}
.eyebrow::before { content: "✦"; color: var(--saffron); }
.section-title {
  margin: 10px 0 16px;
  max-width: 850px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.section-copy { max-width: 760px; color: var(--ink-soft); font-size: 1.03rem; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(23,16,13,.91);
  color: var(--white);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 200px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 48% 52%;
  position: relative;
  display: inline-grid;
  place-items: center;
  background: conic-gradient(from 210deg, var(--cardamom), var(--turmeric), var(--saffron), var(--chili), var(--cardamom));
  box-shadow: 0 0 0 3px rgba(255,255,255,.08), 0 10px 26px rgba(244,161,26,.18);
}
.brand-mark::before {
  content: "";
  width: 18px;
  height: 27px;
  border-radius: 90% 10% 85% 15%;
  transform: rotate(38deg);
  background: var(--charcoal);
  box-shadow: 0 0 0 5px rgba(255,255,255,.08);
}
.brand-text strong { display: block; font-family: Georgia, serif; font-size: 1.28rem; line-height: 1; }
.brand-text small { display: block; margin-top: 4px; color: #f4c66c; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .92rem; color: rgba(255,255,255,.78); transition: .25s ease; }
.site-nav a:hover { color: #fff; transform: translateY(-1px); }
.header-cta { padding: 10px 16px; border-radius: 999px; background: linear-gradient(135deg, var(--saffron), #ffd36f); color: #2a150b !important; }
.nav-toggle { display: none; background: transparent; border: 0; color: #fff; font-size: 1.6rem; cursor: pointer; }

/* Hero */
.hero {
  min-height: 760px;
  display: grid;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 76% 24%, rgba(244,161,26,.25), transparent 21rem),
    radial-gradient(circle at 82% 75%, rgba(43,122,88,.22), transparent 24rem),
    radial-gradient(circle at 20% 95%, rgba(166,31,36,.32), transparent 26rem),
    linear-gradient(135deg, #1b110e 0%, #30150f 52%, #160f0d 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: -15%;
  background: repeating-radial-gradient(circle at 72% 50%, transparent 0 34px, rgba(255,255,255,.018) 35px 36px);
  animation: slowSpin 35s linear infinite;
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 56px; position: relative; z-index: 2; }
.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 9vw, 8.3rem);
  line-height: .84;
  letter-spacing: -.055em;
  margin: 16px 0 24px;
}
.hero h1 span { display: block; color: #ffc95a; font-style: italic; font-weight: 400; }
.hero .lede { max-width: 650px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-3px); }
.btn--primary { background: linear-gradient(135deg, #f4a11a, #ffd56d); color: #24140b; box-shadow: 0 18px 40px rgba(244,161,26,.24); }
.btn--ghost { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.06); color: #fff; }

.spice-orbit {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}
.spice-core {
  width: min(340px, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 35%, #ffd56d 0 8%, transparent 9%),
    conic-gradient(from 190deg, var(--chili), var(--saffron), var(--turmeric), var(--cardamom), #2f4c91, var(--chili));
  box-shadow: inset 0 0 0 28px rgba(20,10,8,.88), inset 0 0 0 58px rgba(255,255,255,.08), 0 35px 80px rgba(0,0,0,.35);
  animation: breathe 5.5s ease-in-out infinite;
}
.spice-chip {
  position: absolute;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.075);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-weight: 800;
  font-size: .82rem;
  backdrop-filter: blur(10px);
  animation: float 4s ease-in-out infinite;
}
.spice-chip:nth-child(2){ top: 10%; left: 8%; }
.spice-chip:nth-child(3){ top: 18%; right: 0; animation-delay: -1s; }
.spice-chip:nth-child(4){ bottom: 20%; left: 0; animation-delay: -2s; }
.spice-chip:nth-child(5){ bottom: 8%; right: 12%; animation-delay: -3s; }

.hero-stats { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-stat { padding: 10px 13px; border-radius: 13px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.72); font-size: .86rem; }
.hero-stat strong { color: #fff; }

/* Highlights */
.ribbon { margin-top: -38px; position: relative; z-index: 4; }
.ribbon-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.ribbon-card {
  background: rgba(255,248,232,.94);
  border: 1px solid rgba(111,18,24,.10);
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--shadow-soft);
  transform: translateY(0);
  transition: .3s ease;
}
.ribbon-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.ribbon-card span { display: block; font-size: 1.55rem; margin-bottom: 8px; }
.ribbon-card strong { display: block; }
.ribbon-card small { color: var(--ink-soft); }

/* Menu */
.menu-shell {
  position: relative;
  background: linear-gradient(180deg, rgba(255,248,232,.84), rgba(255,255,255,.8));
  border-block: 1px solid rgba(111,18,24,.08);
}
.menu-toolbar {
  position: sticky;
  top: 76px;
  z-index: 45;
  margin-top: 28px;
  padding: 10px;
  background: rgba(255,250,240,.88);
  border: 1px solid rgba(111,18,24,.10);
  border-radius: 999px;
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 35px rgba(59,26,17,.08);
  overflow-x: auto;
  scrollbar-width: none;
}
.menu-toolbar::-webkit-scrollbar { display: none; }
.menu-toolbar-inner { display: flex; gap: 8px; width: max-content; min-width: 100%; }
.menu-filter {
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 10px 15px;
  white-space: nowrap;
  cursor: pointer;
  color: var(--ink-soft);
  font-weight: 800;
  transition: .2s ease;
}
.menu-filter:hover, .menu-filter.is-active { background: var(--chili-dark); color: #fff; }
.menu-category { padding-top: 58px; scroll-margin-top: 150px; }
.menu-category-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.menu-category-head h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.35rem); }
.menu-category-head p { margin: 8px 0 0; max-width: 800px; color: var(--ink-soft); }
.scroll-controls { display: flex; gap: 8px; flex: 0 0 auto; }
.scroll-btn {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(111,18,24,.15); background: #fff; color: var(--chili-dark); cursor: pointer; box-shadow: var(--shadow-soft); transition: .2s ease;
}
.scroll-btn:hover { transform: translateY(-2px); background: var(--chili-dark); color: #fff; }
.menu-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 345px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 6px 4px 28px;
  scrollbar-width: thin;
  scrollbar-color: rgba(166,31,36,.35) transparent;
}
.menu-rail::-webkit-scrollbar { height: 7px; }
.menu-rail::-webkit-scrollbar-thumb { background: rgba(166,31,36,.28); border-radius: 999px; }
.menu-card {
  position: relative;
  scroll-snap-align: start;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.93);
  border: 1px solid rgba(111,18,24,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.menu-card::before {
  content: "";
  position: absolute;
  width: 120px; height: 120px;
  top: -55px; right: -45px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,161,26,.28), rgba(244,161,26,0) 70%);
  transition: .35s ease;
}
.menu-card:hover { transform: translateY(-8px) rotate(-.25deg); box-shadow: var(--shadow); border-color: rgba(166,31,36,.24); }
.menu-card:hover::before { transform: scale(1.55); }
.menu-card-top { display: flex; justify-content: space-between; gap: 18px; align-items: start; }
.menu-card h4 { margin: 0; font-family: Georgia, serif; font-size: 1.42rem; line-height: 1.12; }
.menu-price { flex: 0 0 auto; color: #fff; background: linear-gradient(135deg, var(--chili), var(--chili-dark)); padding: 8px 11px; border-radius: 14px; font-weight: 900; box-shadow: 0 8px 20px rgba(166,31,36,.18); }
.menu-card p { color: var(--ink-soft); font-size: .94rem; margin: 16px 0 18px; }
.menu-meta { margin-top: auto; display: flex; gap: 8px; flex-wrap: wrap; }
.menu-tag { font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--cardamom); background: rgba(43,122,88,.08); border: 1px solid rgba(43,122,88,.14); padding: 6px 9px; border-radius: 999px; }
.menu-note { margin-top: 34px; padding: 18px 20px; border-radius: 18px; background: #2b1713; color: rgba(255,255,255,.78); }
.menu-note strong { color: #ffd36f; }

/* Story */
.story-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
}
.story-art {
  min-height: 470px;
  border-radius: 36px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,213,109,.9) 0 4%, transparent 5%),
    radial-gradient(circle at 45% 36%, #24855e 0 12%, transparent 13%),
    radial-gradient(circle at 56% 48%, #2f4c91 0 8%, transparent 9%),
    radial-gradient(circle at 50% 53%, #be7f21 0 14%, transparent 15%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.07), rgba(255,255,255,0) 47%),
    linear-gradient(150deg, #6f1218, #1f120f 57%, #2b7a58);
  box-shadow: var(--shadow);
}
.story-art::before, .story-art::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  transform: rotate(25deg);
}
.story-art::after { inset: 19%; transform: rotate(-18deg); }
.story-copy {
  padding: clamp(28px, 6vw, 58px);
  border-radius: 36px;
  background: linear-gradient(150deg, #fffaf0, #fff);
  border: 1px solid rgba(111,18,24,.10);
  box-shadow: var(--shadow-soft);
}
.story-copy h2 { margin-top: 0; font-family: Georgia, serif; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: 1; }
.story-copy p { color: var(--ink-soft); }
.story-points { display: grid; gap: 12px; margin-top: 28px; }
.story-point { display: flex; gap: 12px; align-items: flex-start; }
.story-point i { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(244,161,26,.16); color: var(--chili); font-style: normal; font-weight: 900; }

/* Reservation */
.reservation {
  color: #fff;
  background:
    radial-gradient(circle at 80% 0, rgba(244,161,26,.22), transparent 26rem),
    linear-gradient(135deg, #551016, #1c110e 58%);
}
.reservation-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: start; }
.reservation h2 { font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .95; margin: 8px 0 16px; }
.reservation p { color: rgba(255,255,255,.72); }
.reservation-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; padding: 24px; border-radius: 28px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: .82rem; font-weight: 800; color: rgba(255,255,255,.78); }
.form-field input, .form-field textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 14px;
  padding: 13px 14px;
  outline: none;
  transition: .2s ease;
}
.form-field input:focus, .form-field textarea:focus { border-color: rgba(255,211,111,.65); box-shadow: 0 0 0 4px rgba(244,161,26,.10); }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.40); }
.form-status { grid-column: 1 / -1; padding: 12px 14px; border-radius: 12px; font-weight: 700; }
.form-status--success { background: rgba(43,122,88,.25); border: 1px solid rgba(105,214,162,.25); }
.form-status--error { background: rgba(166,31,36,.32); border: 1px solid rgba(255,160,160,.22); }

/* Generic content */
.content-shell { width: var(--content); margin: 72px auto; padding: clamp(24px, 4vw, 46px); border-radius: 28px; background: #fff; box-shadow: var(--shadow-soft); }
.content-shell h1, .content-shell h2, .content-shell h3 { font-family: Georgia, serif; }

/* Footer */
.site-footer { background: #130c0a; color: rgba(255,255,255,.7); padding: 42px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; align-items: end; }
.footer-brand { color: #fff; font-family: Georgia, serif; font-size: 2.1rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 22px; }
.footer-links a { text-decoration: none; }
.footer-bottom { margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; gap: 20px; font-size: .85rem; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes breathe { 0%,100% { transform: scale(.97) rotate(-2deg); } 50% { transform: scale(1.02) rotate(2deg); } }
@keyframes slowSpin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 76px 16px auto; padding: 16px; border-radius: 18px; background: rgba(23,16,13,.98); border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .hero { min-height: auto; padding: 90px 0 120px; }
  .hero-grid, .story-panel, .reservation-grid { grid-template-columns: 1fr; }
  .spice-orbit { min-height: 380px; }
  .ribbon-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 680px) {
  :root { --content: min(100% - 24px, 1180px); }
  .section { padding: 70px 0; }
  .brand-text small { display: none; }
  .brand { min-width: 0; }
  .hero h1 { font-size: clamp(3.4rem, 19vw, 5.6rem); }
  .hero-grid { gap: 12px; }
  .spice-orbit { min-height: 300px; transform: scale(.9); }
  .ribbon { margin-top: -68px; }
  .ribbon-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .ribbon-card { padding: 16px; }
  .menu-toolbar { top: 70px; border-radius: 18px; }
  .menu-category-head { align-items: center; }
  .menu-category-head p { display: none; }
  .menu-rail { grid-auto-columns: minmax(82vw, 82vw); }
  .menu-card { min-height: 240px; }
  .reservation-form { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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

/* === Version 1.1 logo and peacock-feather enhancements === */
:root {
  --peacock-blue: #0d7ad8;
  --peacock-teal: #10b892;
  --peacock-deep: #082e4f;
  --gold-soft: #ffd36f;
}


.site-header {
  background:
    linear-gradient(90deg, rgba(14,10,9,.96), rgba(21,12,10,.92) 52%, rgba(7,41,69,.92));
  border-bottom: 1px solid rgba(255,211,111,.16);
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(0,0,0,0), var(--gold-soft), rgba(0,0,0,0));
  opacity: .6;
}
.brand {
  gap: 14px;
}
.brand-logo-shell,
.footer-logo {
  background: linear-gradient(145deg, rgba(4,7,10,.98), rgba(21,16,13,.92));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 28px rgba(0,0,0,.22), 0 0 0 1px rgba(255,211,111,.07) inset;
}
.brand-logo-shell {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}
.brand-logo-shell::before {
  content: "";
  position: absolute;
  inset: -18%;
  background: conic-gradient(from 210deg, rgba(13,122,216,.0), rgba(13,122,216,.38), rgba(16,184,146,.22), rgba(255,211,111,.24), rgba(13,122,216,.0));
  filter: blur(14px);
}
.brand-logo {
  width: 94%;
  height: 94%;
  object-fit: cover;
  border-radius: 18px;
  position: relative;
  z-index: 1;
}
.brand-text strong { font-size: 1.38rem; }
.brand-text small { color: #f5cf8a; }

.hero {
  background:
    radial-gradient(circle at 74% 18%, rgba(16,184,146,.28), transparent 18rem),
    radial-gradient(circle at 92% 72%, rgba(13,122,216,.22), transparent 21rem),
    radial-gradient(circle at 24% 98%, rgba(166,31,36,.35), transparent 24rem),
    linear-gradient(135deg, #150f0d 0%, #35140e 40%, #08233d 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 300px;
  right: -28px;
  top: 10%;
  background: url('assets/images/peacock-feather.svg') center/contain no-repeat;
  opacity: .16;
  pointer-events: none;
  transform: rotate(16deg);
}
.hero-logo-chip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px 10px 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 35px rgba(0,0,0,.16);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}
.hero-logo-chip img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
}
.hero-logo-chip span {
  font-size: .84rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: rgba(255,255,255,.84);
  font-weight: 800;
}
.hero-copy { position: relative; }
.hero-copy::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -20px;
  bottom: -35px;
  background: url('assets/images/peacock-feather.svg') center/contain no-repeat;
  opacity: .18;
  transform: rotate(25deg);
  pointer-events: none;
}
.hero-crest {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}
.hero-logo-panel {
  width: min(410px, 88vw);
  border-radius: 42px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 34px 80px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,211,111,.05);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 2;
}
.hero-logo-panel::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 48px;
  background: linear-gradient(135deg, rgba(255,211,111,.32), rgba(16,184,146,.14), rgba(13,122,216,.14));
  filter: blur(18px);
  z-index: -1;
}
.hero-logo-panel img {
  display: block;
  width: 100%;
  border-radius: 28px;
}
.hero-spice-list {
  position: absolute;
  inset: 0;
}
.spice-chip {
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 30px rgba(0,0,0,.16);
}
.hero-spice-list .spice-chip:nth-child(1) { top: 6%; left: 10%; }
.hero-spice-list .spice-chip:nth-child(2) { top: 16%; right: -2%; animation-delay: -1s; }
.hero-spice-list .spice-chip:nth-child(3) { bottom: 16%; left: -1%; animation-delay: -2s; }
.hero-spice-list .spice-chip:nth-child(4) { bottom: 7%; right: 12%; animation-delay: -3s; }
.hero-feather {
  position: absolute;
  width: 180px;
  height: 250px;
  background: url('assets/images/peacock-feather.svg') center/contain no-repeat;
  opacity: .9;
  filter: drop-shadow(0 18px 20px rgba(0,0,0,.18));
  transform-origin: bottom center;
  animation: featherWave 6s ease-in-out infinite;
}
.hero-feather--one { left: 8%; top: 8%; transform: rotate(-20deg); }
.hero-feather--two { left: 20%; bottom: 6%; width: 160px; transform: rotate(-8deg); animation-delay: -1.5s; }
.hero-feather--three { right: 18%; top: 4%; transform: rotate(10deg); animation-delay: -2.2s; }
.hero-feather--four { right: 4%; bottom: 10%; width: 170px; transform: rotate(22deg); animation-delay: -3s; }

.ribbon-card {
  background: linear-gradient(180deg, rgba(255,251,244,.98), rgba(255,247,232,.96));
  border-color: rgba(111,18,24,.08);
}
.ribbon-card span { filter: saturate(1.15); }
.site-footer { position: relative; }

.menu-card {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,252,247,.95));
}
.menu-card::after {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -14px;
  width: 84px;
  height: 84px;
  background: url('assets/images/peacock-feather.svg') center/contain no-repeat;
  opacity: .08;
  transform: rotate(-18deg);
}
.menu-card-top {
  position: relative;
  z-index: 1;
}
.story-panel { position: relative; overflow: visible; }
.section-feather {
  position: absolute;
  width: 160px;
  height: 220px;
  background: url('assets/images/peacock-feather.svg') center/contain no-repeat;
  opacity: .12;
  pointer-events: none;
}
.section-feather--left { left: -46px; top: 36px; transform: rotate(-22deg); }
.section-feather--right { right: -40px; bottom: 24px; transform: rotate(20deg); }
.story-art {
  background:
    radial-gradient(circle at 50% 34%, rgba(255,213,109,.9) 0 4%, transparent 5%),
    radial-gradient(circle at 45% 36%, #24855e 0 12%, transparent 13%),
    radial-gradient(circle at 56% 48%, #2f4c91 0 8%, transparent 9%),
    radial-gradient(circle at 50% 53%, #be7f21 0 14%, transparent 15%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.07), rgba(255,255,255,0) 47%),
    linear-gradient(150deg, #0b3658, #142316 35%, #74141a 74%, #24120f 100%);
}
.story-copy,
.content-shell {
  background: linear-gradient(180deg, #fffdf8, #fff7ea);
}
.reservation {
  background:
    radial-gradient(circle at 80% 0, rgba(244,161,26,.20), transparent 26rem),
    radial-gradient(circle at 8% 100%, rgba(16,184,146,.14), transparent 20rem),
    linear-gradient(135deg, #500f16, #1c110e 58%, #082a46);
}
.reservation-form {
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
}
.footer-brand-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
}
.footer-logo {
  width: 92px;
  height: 92px;
  border-radius: 30px;
  object-fit: cover;
  padding: 6px;
}
.footer-brand { margin-bottom: 8px; }

@keyframes featherWave {
  0%,100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
  50% { transform: translateY(-10px) rotate(calc(var(--rot, 0deg) + 3deg)); }
}
.hero-feather--one { --rot: -20deg; }
.hero-feather--two { --rot: -8deg; }
.hero-feather--three { --rot: 10deg; }
.hero-feather--four { --rot: 22deg; }

@media (max-width: 980px) {
  .brand-logo-shell { width: 62px; height: 62px; border-radius: 20px; }
  .hero-logo-panel { width: min(420px, 80vw); }
  .section-feather { display: none; }
}
@media (max-width: 680px) {
  .brand-text strong { font-size: 1.1rem; }
  .brand-logo-shell { width: 54px; height: 54px; border-radius: 18px; }
  .hero-logo-chip { gap: 10px; padding: 8px 12px 8px 8px; }
  .hero-logo-chip img { width: 42px; height: 42px; }
  .hero-logo-chip span { letter-spacing: .08em; font-size: .68rem; }
  .hero-copy::after { display: none; }
  .hero-crest { min-height: 420px; }
  .hero-feather { width: 120px; height: 170px; opacity: .72; }
  .hero-feather--one { left: 0; top: 8%; }
  .hero-feather--two { left: 8%; bottom: 2%; }
  .hero-feather--three { right: 8%; top: 3%; }
  .hero-feather--four { right: -2%; bottom: 8%; }
  .footer-brand-wrap { align-items: flex-start; }
  .footer-logo { width: 72px; height: 72px; border-radius: 24px; }
}


/* === Version 1.2 sparse real-feather placement refinement === */
.hero-copy::after {
  width: 150px;
  height: 240px;
  right: -12px;
  bottom: -54px;
  opacity: .13;
  transform: rotate(17deg);
}
.hero-crest {
  overflow: visible;
}
.hero-feather {
  width: 148px;
  height: 240px;
  opacity: .76;
}
.hero-feather--one { left: 10%; top: 10%; }
.hero-feather--two { left: 18%; bottom: 10%; width: 128px; }
.hero-feather--three { right: 15%; top: 6%; width: 136px; }
.hero-feather--four { right: 7%; bottom: 12%; width: 142px; }

.floating-feather {
  position: absolute;
  background: url('assets/images/peacock-feather.svg') center/contain no-repeat;
  pointer-events: none;
  opacity: .12;
  filter: drop-shadow(0 20px 24px rgba(6, 20, 30, .08));
}
.floating-feather--menu-a {
  width: 112px;
  height: 220px;
  left: 3.5%;
  top: 180px;
  transform: rotate(-18deg);
}
.floating-feather--menu-b {
  width: 128px;
  height: 252px;
  right: 4.5%;
  bottom: 170px;
  transform: rotate(14deg);
}
.floating-feather--reservation {
  width: 140px;
  height: 270px;
  right: 5%;
  top: 36px;
  transform: rotate(18deg);
  opacity: .11;
}
.floating-feather--footer {
  width: 104px;
  height: 208px;
  left: 5%;
  top: -44px;
  transform: rotate(-15deg);
  opacity: .1;
}
.section-feather {
  width: 124px;
  height: 238px;
  opacity: .1;
}
.section-feather--left { left: -22px; top: 46px; transform: rotate(-20deg); }
.section-feather--right { right: -18px; bottom: 24px; transform: rotate(18deg); }

@media (max-width: 1200px) {
  .floating-feather--menu-a { left: 0.75%; }
  .floating-feather--menu-b { right: 1%; }
}
@media (max-width: 980px) {
  .hero::before { right: -34px; top: 2%; opacity: .12; }
  .hero-feather { width: 118px; height: 186px; opacity: .62; }
  .floating-feather--menu-a,
  .floating-feather--menu-b,
  .floating-feather--reservation,
  .floating-feather--footer,
  .section-feather { display: none; }
}
@media (max-width: 680px) {
  .hero-feather { width: 94px; height: 152px; opacity: .5; }
  .hero-feather--one { left: 2%; top: 13%; }
  .hero-feather--two { left: 8%; bottom: 5%; }
  .hero-feather--three { right: 6%; top: 4%; }
  .hero-feather--four { right: 0; bottom: 9%; }
}

/* refine menu cards to avoid repeated feather art */
.menu-card::after {
  content: none;
}


/* === Version 1.3 Our Story spice photo === */
.story-art {
  min-height: 520px;
  background-image:
    linear-gradient(180deg, rgba(17, 12, 9, .04), rgba(17, 12, 9, .18)),
    url('assets/images/our-story-spices.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: var(--shadow);
}
.story-art::before {
  inset: 18px;
  border: 1px solid rgba(255, 211, 111, .38);
  border-radius: 28px;
  transform: none;
  box-shadow: inset 0 0 50px rgba(20, 10, 5, .08);
}
.story-art::after {
  inset: auto 22px 22px auto;
  width: 120px;
  height: 220px;
  border: 0;
  border-radius: 0;
  background: url('assets/images/peacock-feather.svg') center/contain no-repeat;
  opacity: .12;
  transform: rotate(17deg);
}

@media (max-width: 980px) {
  .story-art { min-height: 430px; background-position: center 44%; }
}
@media (max-width: 680px) {
  .story-art { min-height: 360px; border-radius: 28px; }
  .story-art::before { inset: 12px; border-radius: 20px; }
  .story-art::after { width: 84px; height: 160px; right: 12px; bottom: 10px; }
}


/* === Version 1.3 hero slogan side slider === */
.hero-carousel-frame {
  position: relative;
  width: min(470px, 88vw);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: stretch;
  gap: 14px;
  z-index: 2;
}
.hero-carousel-frame .hero-logo-panel {
  width: 100%;
}
.hero-slogan-slider {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255, 218, 132, .38);
  background:
    linear-gradient(180deg, rgba(255, 211, 111, .98), rgba(241, 157, 21, .97) 38%, rgba(169, 30, 35, .98) 72%, rgba(9, 87, 136, .98));
  box-shadow:
    0 24px 55px rgba(0,0,0,.28),
    inset 0 0 0 1px rgba(255,255,255,.14);
}
.hero-slogan-slider::before,
.hero-slogan-slider::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 58px;
  pointer-events: none;
}
.hero-slogan-slider::before {
  top: 0;
  background: linear-gradient(180deg, rgba(48,18,11,.64), rgba(48,18,11,0));
}
.hero-slogan-slider::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(6,29,48,.72), rgba(6,29,48,0));
}
.hero-slogan-track {
  position: absolute;
  left: 50%;
  top: 0;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  transform-origin: center top;
  animation: sloganSlideVertical 13s linear infinite;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.hero-slogan-track span {
  color: #fff9e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
  white-space: nowrap;
}
.hero-slogan-track i {
  color: #fff2bd;
  font-size: 1rem;
  font-style: normal;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.22));
}
.hero-slogan-slider:hover .hero-slogan-track {
  animation-play-state: paused;
}

@keyframes sloganSlideVertical {
  0% { transform: translate(-50%, -4%); }
  100% { transform: translate(-50%, -38%); }
}

@media (max-width: 980px) {
  .hero-carousel-frame {
    width: min(460px, 82vw);
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 12px;
  }
  .hero-slogan-track span { font-size: 1rem; }
}

@media (max-width: 680px) {
  .hero-carousel-frame {
    width: min(420px, 92vw);
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hero-slogan-slider {
    min-height: 58px;
    height: 58px;
    border-radius: 18px;
  }
  .hero-slogan-slider::before,
  .hero-slogan-slider::after {
    top: 0;
    bottom: 0;
    width: 52px;
    height: auto;
  }
  .hero-slogan-slider::before {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, rgba(48,18,11,.64), rgba(48,18,11,0));
  }
  .hero-slogan-slider::after {
    left: auto;
    right: 0;
    background: linear-gradient(-90deg, rgba(6,29,48,.72), rgba(6,29,48,0));
  }
  .hero-slogan-track {
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    flex-direction: row;
    gap: 22px;
    writing-mode: horizontal-tb;
    transform-origin: left center;
    animation: sloganSlideHorizontal 14s linear infinite;
  }
  .hero-slogan-track span {
    font-size: .9rem;
    letter-spacing: .08em;
  }
  @keyframes sloganSlideHorizontal {
    0% { transform: translate(0, -50%); }
    100% { transform: translate(-36%, -50%); }
  }
}


/* === Version 1.4 hero featured dish image === */
.hero-logo-panel {
  overflow: hidden;
  aspect-ratio: 1.08 / 1;
}
.hero-logo-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
@media (max-width: 680px) {
  .hero-logo-panel { aspect-ratio: 1.12 / 1; }
}


/* === Version 1.7 colourful hero/header refresh === */
.site-header {
  background:
    radial-gradient(circle at 10% 50%, rgba(244,161,26,.12), transparent 22%),
    linear-gradient(90deg, rgba(72,17,16,.97), rgba(21,13,13,.95) 42%, rgba(7,46,74,.96));
  box-shadow: 0 12px 40px rgba(14, 8, 7, .28);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent),
    radial-gradient(circle at 85% 25%, rgba(16,184,146,.22), transparent 18%);
}
.header-inner {
  min-height: 84px;
}
.brand {
  gap: 16px;
}
.brand-logo-shell {
  width: 76px;
  height: 76px;
  border-radius: 26px;
  box-shadow: 0 18px 34px rgba(0,0,0,.24), 0 0 0 1px rgba(255,211,111,.08) inset;
}
.brand-text strong {
  font-size: 1.46rem;
  letter-spacing: -.02em;
}
.brand-text small {
  color: #ffd98e;
  font-size: .74rem;
}
.site-nav a {
  position: relative;
  padding: 10px 14px;
  border-radius: 999px;
}
.site-nav a:not(.header-cta)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.02));
  opacity: 0;
  transition: opacity .25s ease;
}
.site-nav a:hover::before,
.site-nav a:focus-visible::before {
  opacity: 1;
}
.header-cta {
  padding: 12px 18px;
  box-shadow: 0 14px 30px rgba(244,161,26,.24);
}

.hero {
  min-height: 790px;
  background:
    radial-gradient(circle at 12% 22%, rgba(244,161,26,.23), transparent 22rem),
    radial-gradient(circle at 82% 14%, rgba(13,122,216,.28), transparent 24rem),
    radial-gradient(circle at 86% 78%, rgba(16,184,146,.25), transparent 24rem),
    radial-gradient(circle at 18% 88%, rgba(166,31,36,.36), transparent 28rem),
    linear-gradient(135deg, #2e0f14 0%, #5a1b1b 20%, #27130f 47%, #0b2941 78%, #09121d 100%);
}
.hero::after {
  opacity: .7;
}
.hero-grid {
  gap: 62px;
}
.hero-copy {
  max-width: 650px;
}
.hero .eyebrow {
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,211,111,.18), rgba(255,255,255,.06));
  border: 1px solid rgba(255,211,111,.18);
  box-shadow: 0 14px 32px rgba(0,0,0,.14);
}
.hero h1 {
  margin-top: 18px;
  text-shadow: 0 12px 30px rgba(0,0,0,.22);
}
.hero h1:first-line {
  color: #fff7eb;
}
.hero h1 span {
  background: linear-gradient(135deg, #ffd36f 0%, #ffbf48 30%, #ff7c39 58%, #38d2c4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
}
.hero .lede {
  color: rgba(255,255,255,.84);
  text-wrap: balance;
}
.hero-actions .btn--primary {
  background: linear-gradient(135deg, #ffd76a, #ffb543 45%, #ff8748 100%);
  box-shadow: 0 20px 44px rgba(255,146,55,.28);
}
.hero-actions .btn--ghost {
  border-color: rgba(255,255,255,.22);
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  backdrop-filter: blur(14px);
}
.hero-stats {
  gap: 12px;
}
.hero-stat {
  background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.07));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 16px 34px rgba(0,0,0,.12);
}
.hero-stat:nth-child(1) strong { color: #ffd56d; }
.hero-stat:nth-child(2) strong { color: #66e4c2; }
.hero-stat:nth-child(3) strong { color: #72bfff; }

.hero-carousel-frame {
  width: min(520px, 90vw);
  gap: 18px;
}
.hero-logo-panel {
  border-radius: 46px;
  padding: 16px;
  background: linear-gradient(160deg, rgba(255,255,255,.15), rgba(255,255,255,.04));
  border: 1px solid rgba(255,211,111,.24);
  box-shadow: 0 36px 80px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.05);
}
.hero-logo-panel::before {
  background: linear-gradient(135deg, rgba(255,211,111,.34), rgba(255,124,57,.18), rgba(16,184,146,.18), rgba(13,122,216,.16));
}
.hero-logo-panel img {
  border-radius: 32px;
}
.hero-slogan-slider {
  border: 1px solid rgba(255, 218, 132, .46);
  background: linear-gradient(180deg, #ffe08d 0%, #f5a11d 28%, #d2482d 62%, #0f8caf 100%);
  box-shadow: 0 26px 58px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.14);
}
.ribbon {
  margin-top: -52px;
}
.ribbon-card {
  background: linear-gradient(180deg, rgba(255,252,246,.98), rgba(255,246,229,.97));
  border-color: rgba(244,161,26,.18);
}
.ribbon-card:nth-child(1) { box-shadow: 0 20px 40px rgba(255,123,57,.10); }
.ribbon-card:nth-child(2) { box-shadow: 0 20px 40px rgba(166,31,36,.10); }
.ribbon-card:nth-child(3) { box-shadow: 0 20px 40px rgba(43,122,88,.10); }
.ribbon-card:nth-child(4) { box-shadow: 0 20px 40px rgba(13,122,216,.10); }

@media (max-width: 980px) {
  .header-inner { min-height: 78px; }
  .hero { padding: 98px 0 124px; }
  .hero-grid { gap: 28px; }
  .hero-carousel-frame { width: min(500px, 84vw); }
}
@media (max-width: 680px) {
  .brand-logo-shell { width: 58px; height: 58px; border-radius: 18px; }
  .brand-text strong { font-size: 1.08rem; }
  .site-nav a { padding: 8px 10px; }
  .hero { min-height: auto; }
  .hero .eyebrow { padding: 8px 12px; letter-spacing: .14em; }
  .hero h1 { margin-bottom: 18px; }
  .hero-carousel-frame { width: min(420px, 94vw); gap: 12px; }
  .ribbon { margin-top: -72px; }
}


/* === Version 1.8 header contact button === */
.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px !important;
  border-radius: 999px;
  color: #fff !important;
  background:
    linear-gradient(135deg, rgba(16,184,146,.98), rgba(13,122,216,.96));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 14px 30px rgba(13,122,216,.20), inset 0 0 0 1px rgba(255,255,255,.08);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease !important;
  white-space: nowrap;
}
.header-contact::before { content: none !important; }
.header-contact:hover,
.header-contact:focus-visible {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 38px rgba(13,122,216,.28), inset 0 0 0 1px rgba(255,255,255,.12);
  filter: saturate(1.1) brightness(1.04);
}
.header-contact-label {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}
.header-contact strong {
  font-size: .92rem;
  letter-spacing: .02em;
  color: #fff;
}

@media (max-width: 1100px) {
  .site-nav { gap: 12px; }
  .site-nav a { font-size: .86rem; }
  .header-contact { padding: 9px 12px !important; }
  .header-contact-label { display: none; }
}

@media (max-width: 980px) {
  .header-contact {
    justify-content: center;
    width: 100%;
    padding: 12px 16px !important;
  }
  .header-contact-label { display: inline-block; }
}


/* === Version 2.1 dedicated menu page === */
.menu-page-main .menu-shell {
  min-height: 100vh;
}
.menu-page-main .menu-shell > .container {
  padding-top: 10px;
}
@media (max-width: 680px) {
  .menu-page-main .menu-shell > .container {
    padding-top: 0;
  }
}


/* === Version 2.6 mobile header call button === */
.header-mobile-actions {
  display: none;
  align-items: center;
  gap: 10px;
}
.mobile-call-btn {
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 14px;
  min-height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f5b63d, #f08d39 58%, #db5a34 100%);
  color: #2a150b;
  font-weight: 900;
  font-size: .84rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(240, 141, 57, .28), inset 0 0 0 1px rgba(255,255,255,.18);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.mobile-call-btn:hover,
.mobile-call-btn:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.03) saturate(1.06);
  box-shadow: 0 16px 32px rgba(240, 141, 57, .34), inset 0 0 0 1px rgba(255,255,255,.22);
}

@media (max-width: 980px) {
  .header-inner {
    gap: 12px;
  }
  .header-mobile-actions {
    display: flex;
    margin-left: auto;
  }
  .mobile-call-btn {
    display: inline-flex;
  }
  .nav-toggle {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 10px 24px rgba(0,0,0,.16);
  }
}

@media (max-width: 680px) {
  .header-mobile-actions {
    gap: 8px;
  }
  .mobile-call-btn {
    padding: 9px 12px;
    font-size: .78rem;
  }
  .nav-toggle {
    width: 44px;
    height: 44px;
    font-size: 1.45rem;
  }
}

@media (max-width: 430px) {
  .brand-text small {
    display: none;
  }
  .brand-text strong {
    font-size: 1rem;
  }
  .mobile-call-btn {
    padding: 8px 10px;
    font-size: .74rem;
  }
}


/* === Version 2.7 desktop/mobile call visibility fix === */
@media (min-width: 981px) {
  .header-mobile-actions {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .header-mobile-actions {
    display: flex !important;
  }
  .mobile-call-btn {
    display: inline-flex !important;
  }
}


/* === Version 2.8 Chef Features homepage showcase === */
.chef-features-showcase {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(244,161,26,.14), transparent 22rem),
    radial-gradient(circle at 92% 85%, rgba(43,122,88,.10), transparent 24rem),
    linear-gradient(180deg, #fffaf0 0%, #fff5df 100%);
  border-top: 1px solid rgba(111,18,24,.08);
  border-bottom: 1px solid rgba(111,18,24,.10);
}
.chef-features-showcase::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 250px;
  right: 2%;
  top: 34px;
  background: url('assets/images/peacock-feather.svg') center/contain no-repeat;
  opacity: .065;
  transform: rotate(17deg);
  pointer-events: none;
}
.chef-features-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}
.chef-features-head .section-title {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  max-width: 800px;
}
.chef-features-menu-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--chili), #7d171c 58%, #4f1115);
  box-shadow: 0 15px 32px rgba(111,18,24,.18);
  transition: transform .22s ease, box-shadow .22s ease;
}
.chef-features-menu-link:hover,
.chef-features-menu-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 19px 38px rgba(111,18,24,.25);
}
.chef-features-rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.chef-feature-card {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(111,18,24,.11);
  background:
    radial-gradient(circle at 100% 0, rgba(255,203,90,.22), transparent 9rem),
    linear-gradient(155deg, rgba(255,255,255,.98), rgba(255,248,234,.98));
  box-shadow: 0 18px 42px rgba(66,31,16,.10);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.chef-feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 54px rgba(66,31,16,.16);
  border-color: rgba(166,31,36,.20);
}
.chef-feature-card-accent {
  position: absolute;
  right: -14px;
  bottom: -26px;
  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: 1;
  color: rgba(244,161,26,.08);
  transform: rotate(18deg);
  pointer-events: none;
}
.chef-feature-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.chef-feature-label {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--cardamom);
  background: rgba(43,122,88,.08);
  border: 1px solid rgba(43,122,88,.13);
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.chef-feature-price {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--chili), var(--chili-dark));
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(166,31,36,.17);
}
.chef-feature-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.chef-feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink-soft);
  font-size: .94rem;
}

@media (max-width: 1050px) {
  .chef-features-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .chef-features-head {
    display: block;
    margin-bottom: 22px;
  }
  .chef-features-head .section-copy {
    margin-bottom: 20px;
  }
  .chef-features-menu-link {
    min-height: 44px;
  }
  .chef-features-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82vw, 82vw);
    grid-template-columns: none;
    overflow-x: auto;
    gap: 14px;
    padding: 4px 4px 22px;
    scroll-snap-type: inline mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(166,31,36,.25) transparent;
  }
  .chef-feature-card {
    min-height: 260px;
    scroll-snap-align: start;
  }
  .chef-features-showcase::before {
    display: none;
  }
}


/* === Version 2.9 visit/contact graphics section === */
.visit-contact-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  color: #fff;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 184, 65, .20), transparent 22rem),
    radial-gradient(circle at 92% 72%, rgba(16, 184, 146, .20), transparent 22rem),
    linear-gradient(135deg, #3b1115 0%, #1d1310 48%, #082d49 100%);
  border-top: 1px solid rgba(255, 211, 111, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.visit-contact-section::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 320px;
  right: 2%;
  top: -36px;
  background: url('assets/images/peacock-feather.svg') center / contain no-repeat;
  opacity: .09;
  transform: rotate(18deg);
  pointer-events: none;
}
.visit-contact-wrap {
  position: relative;
  z-index: 2;
}
.visit-contact-intro {
  max-width: 760px;
  margin-bottom: 30px;
}
.visit-contact-intro .eyebrow {
  color: #ffd36f;
}
.visit-contact-intro h2 {
  margin: 8px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.visit-contact-intro p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 1.03rem;
}
.visit-contact-grid {
  display: grid;
  grid-template-columns: 1.25fr .875fr .875fr;
  gap: 16px;
}
.visit-card {
  min-height: 260px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  border-radius: 28px;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 24px 55px rgba(0,0,0,.20);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.visit-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -55px;
  bottom: -58px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  transition: transform .35s ease;
}
.visit-card:hover,
.visit-card:focus-visible {
  transform: translateY(-7px);
  box-shadow: 0 30px 65px rgba(0,0,0,.27);
  border-color: rgba(255,211,111,.30);
}
.visit-card:hover::after,
.visit-card:focus-visible::after {
  transform: scale(1.35);
}
.visit-card--location {
  background:
    radial-gradient(circle at 88% 18%, rgba(255,211,111,.25), transparent 12rem),
    linear-gradient(145deg, #a82722, #6b1819 52%, #3d1316);
}
.visit-card--phone {
  background:
    radial-gradient(circle at 85% 12%, rgba(113,221,196,.28), transparent 10rem),
    linear-gradient(145deg, #106f69, #0d4b55 58%, #0b3347);
}
.visit-card--cell {
  background:
    radial-gradient(circle at 88% 14%, rgba(111,191,255,.25), transparent 10rem),
    linear-gradient(145deg, #136ba1, #11486f 58%, #0c324e);
}
.visit-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 16px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.15);
  font-size: 1.5rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.visit-card-kicker {
  margin-bottom: 5px;
  color: rgba(255,255,255,.64);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.visit-card strong {
  display: block;
  margin-bottom: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.04;
}
.visit-card > span:not(.visit-card-icon):not(.visit-card-kicker):not(.visit-card-action) {
  color: rgba(255,255,255,.74);
}
.visit-card-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: #fff4c8;
  font-weight: 900;
}
.visit-card-action b {
  transition: transform .2s ease;
}
.visit-card:hover .visit-card-action b,
.visit-card:focus-visible .visit-card-action b {
  transform: translateX(4px);
}
.visit-contact-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: .20;
}
.visit-contact-glow--one {
  left: -130px;
  bottom: -130px;
  background: #ff9b35;
}
.visit-contact-glow--two {
  right: -130px;
  top: -110px;
  background: #16b8a0;
}

@media (max-width: 980px) {
  .visit-contact-section {
    padding: 68px 0;
  }
  .visit-contact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .visit-card--location {
    grid-column: 1 / -1;
    min-height: 230px;
  }
  .visit-card {
    min-height: 225px;
  }
}

@media (max-width: 680px) {
  .visit-contact-section {
    padding: 58px 0;
  }
  .visit-contact-section::before {
    display: none;
  }
  .visit-contact-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .visit-card--location {
    grid-column: auto;
  }
  .visit-card {
    min-height: 205px;
    padding: 22px;
    border-radius: 24px;
  }
  .visit-card-icon {
    margin-bottom: 18px;
  }
  .visit-card-action {
    padding-top: 18px;
  }
}


/* v4.1 Bharath highlight with stronger Indian flag colours */
.bharath-highlight {
  display: inline-block;
  font-weight: 900;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: linear-gradient(
    180deg,
    #ff8c1a 0 46%,
    #fffdf8 46% 54%,
    #0f8a2d 54% 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  position: relative;
}
.bharath-highlight::after {
  content: none;
}


/* v4.5 reservation form reliability */
.reservation-hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.reservation-form button[disabled] {
  opacity: .72;
  cursor: wait;
}


/* v4.6 reservation schedule controls */
.form-field select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 14px;
  padding: 13px 14px;
  outline: none;
  transition: .2s ease;
  color-scheme: dark;
}
.form-field select:focus {
  border-color: rgba(255,211,111,.65);
  box-shadow: 0 0 0 4px rgba(244,161,26,.10);
}
.form-field select option {
  background: #2b2422;
  color: #fff;
}
.field-help {
  display: block;
  color: rgba(255,255,255,.58);
  font-size: .74rem;
  line-height: 1.35;
}
.reservation-hours-note {
  margin-top: 18px;
  padding: 12px 14px;
  border-left: 3px solid #ffd36f;
  border-radius: 0 10px 10px 0;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.82) !important;
  line-height: 1.55;
}


/* === v4.7 Coming Soon page === */
body.chef-coming-soon-page {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: #160c09;
}
.chef-coming-soon-page .coming-soon-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 48px 20px;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(244, 161, 26, .23), transparent 25%),
    radial-gradient(circle at 82% 84%, rgba(43, 122, 88, .22), transparent 26%),
    linear-gradient(135deg, #2b0f0f 0%, #160d0a 44%, #0d1d24 100%);
}
.coming-soon-glow {
  position: absolute;
  width: min(540px, 62vw);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .22;
  z-index: -2;
}
.coming-soon-glow--one { left: -14%; top: -18%; background: #ff9d19; }
.coming-soon-glow--two { right: -12%; bottom: -20%; background: #148d69; }
.coming-soon-feather {
  position: absolute;
  width: clamp(170px, 22vw, 340px);
  aspect-ratio: 1 / 1.55;
  background: url('assets/images/peacock-feather.svg') center/contain no-repeat;
  opacity: .105;
  z-index: -1;
  pointer-events: none;
}
.coming-soon-feather--left { left: -3%; bottom: -5%; transform: rotate(-18deg); }
.coming-soon-feather--right { right: -4%; top: -8%; transform: rotate(158deg); }
.coming-soon-card {
  width: min(720px, 100%);
  padding: clamp(30px, 5vw, 58px);
  text-align: center;
  color: #fff8eb;
  border: 1px solid rgba(255, 231, 187, .18);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(69, 31, 26, .72), rgba(20, 31, 34, .78));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .36), inset 0 1px rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
}
.coming-soon-logo-wrap {
  width: 126px;
  height: 126px;
  margin: 0 auto 22px;
  padding: 7px;
  border-radius: 32px;
  background: #0c0908;
  border: 1px solid rgba(245, 199, 111, .26);
  box-shadow: 0 18px 38px rgba(0,0,0,.35), 0 0 38px rgba(244,161,26,.10);
}
.coming-soon-logo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 25px;
}
.coming-soon-eyebrow {
  margin: 0 0 14px;
  color: #f7c962;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.coming-soon-card h1 {
  margin: 0;
  color: #fffaf0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.2rem, 9vw, 6rem);
  line-height: .94;
  letter-spacing: -.045em;
}
.coming-soon-message {
  max-width: 570px;
  margin: 24px auto 0;
  color: rgba(255, 247, 232, .82);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  line-height: 1.72;
}
.coming-soon-tagline {
  margin: 17px 0 0;
  color: #f4c35d;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 1.05rem;
}
.coming-soon-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.coming-soon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(255, 224, 163, .24);
  border-radius: 999px;
  color: #fff7e8;
  background: rgba(255, 255, 255, .07);
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.coming-soon-button:hover,
.coming-soon-button:focus-visible {
  transform: translateY(-2px);
  background: rgba(255,255,255,.11);
  border-color: rgba(255, 224, 163, .42);
}
.coming-soon-button--primary {
  color: #27140b;
  border-color: transparent;
  background: linear-gradient(135deg, #f4a11a, #ffd36a);
}
.coming-soon-button--primary:hover,
.coming-soon-button--primary:focus-visible {
  background: linear-gradient(135deg, #ffad22, #ffdb7d);
}
.coming-soon-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: rgba(255, 247, 232, .65);
  font-size: .87rem;
}
@media (max-width: 600px) {
  .chef-coming-soon-page .coming-soon-shell { padding: 24px 14px; }
  .coming-soon-card { border-radius: 26px; }
  .coming-soon-logo-wrap { width: 104px; height: 104px; border-radius: 28px; }
  .coming-soon-logo-wrap img { border-radius: 21px; }
  .coming-soon-actions { display: grid; }
  .coming-soon-button { width: 100%; }
  .coming-soon-details { display: grid; gap: 7px; }
}
