@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #20120d;
  --cream: #fff9ef;
  --cream-deep: #f4ead9;
  --saffron: #d7851f;
  --saffron-dark: #a95d10;
  --ruby: #8d2034;
  --ruby-dark: #5e1021;
  --emerald: #19584a;
  --gold: #d2a64b;
  --muted: #6e5e56;
  --line: rgba(66, 43, 30, .15);
  --shadow: 0 16px 36px rgba(52, 24, 12, .14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { cursor: pointer; }

.shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.section { padding: 96px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 10px 16px; background: #fff; }
.skip-link:focus { left: 12px; top: 12px; }

.announcement {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 7px 16px;
  background: var(--ruby-dark);
  color: #fff3dd;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-header { background: rgba(255, 249, 239, .96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-wordmark img { width: min(280px, 30vw); min-width: 190px; }
.footer-wordmark img { width: min(220px, 38vw); min-width: 170px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links > a:not(.button) { color: #49362f; font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-links > a:not(.button):hover { color: var(--ruby); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px; background: var(--ink); }

.button {
  align-items: center;
  background: var(--ruby);
  border: 1px solid var(--ruby);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .06em;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border .2s ease;
}
.button:hover { background: var(--ruby-dark); border-color: var(--ruby-dark); transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 18px; font-size: 11px; }
.button-ghost { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.65); }
.button-ghost:hover { background: rgba(255,255,255,.2); border-color: white; }
.button-outline { background: transparent; color: var(--ruby); }
.button-outline:hover { color: white; }

.hero {
  min-height: 680px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(42,15,10,.95) 0%, rgba(58,21,17,.84) 44%, rgba(58,21,17,.42) 100%),
    url('https://images.unsplash.com/photo-1565557623262-b51c2513a641?auto=format&fit=crop&w=1800&q=82') center/cover;
  color: white;
}
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, rgba(210,166,75,.22), transparent 32%); z-index: -1; }
.hero-pattern { position: absolute; right: -180px; top: 50%; width: 680px; height: 680px; transform: translateY(-50%); background: url('assets/images/mandala.svg') center/contain no-repeat; opacity: .2; z-index: -1; }
.hero-content { padding: 80px 0; }
.eyebrow { color: var(--saffron); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; line-height: .98; }
.hero h1 { font-size: clamp(64px, 8vw, 108px); letter-spacing: -.05em; margin: 18px 0 22px; max-width: 780px; }
.hero p { color: rgba(255,255,255,.88); font-size: 18px; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 56px; }
.hero-notes span { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff8e8; font-size: 11px; font-weight: 800; letter-spacing: .1em; padding: 7px 11px; text-transform: uppercase; }

.section-heading { max-width: 780px; }
.section-heading.centered { margin: 0 auto 34px; text-align: center; }
.section-heading h2 { color: var(--ruby-dark); font-size: clamp(48px, 6vw, 72px); letter-spacing: -.03em; margin: 12px 0 0; }
.section-heading p { color: var(--muted); }
.intro { display: grid; gap: 28px; }
.intro-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 320px);
  gap: 36px;
  align-items: start;
}
.intro-showcase {
  justify-self: end;
  align-self: start;
}
.brand-showcase {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
}
.brand-showcase img { width: min(100%, 265px); }
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.intro p { color: var(--muted); margin: 0; }
.intro .lead { color: var(--ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 32px; font-weight: 600; line-height: 1.15; }



.gallery-section { background: #fff8ef; }
.gallery-grid {
  display: grid;
  gap: 18px;
}
.gallery-grid-expanded {
  grid-auto-rows: 132px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}
.gallery-item {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(52, 24, 12, .10);
  overflow: hidden;
  margin: 0;
  position: relative;
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .78;
}
.gallery-item.vignette-soft::after {
  background: radial-gradient(circle at center, transparent 55%, rgba(34, 18, 12, .16) 100%);
}
.gallery-item.vignette-medium::after {
  background: radial-gradient(circle at center, transparent 48%, rgba(34, 18, 12, .24) 100%);
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.035); }
.tile-a { grid-column: span 2; grid-row: span 2; }
.tile-b { grid-column: span 2; grid-row: span 2; }
.tile-c { grid-column: span 2; grid-row: span 2; }
.tile-d { grid-column: span 1; grid-row: span 2; }
.tile-e { grid-column: span 1; grid-row: span 2; }
.tile-f { grid-column: span 2; grid-row: span 2; }
.tile-g { grid-column: span 2; grid-row: span 2; }
.tile-h { grid-column: span 2; grid-row: span 2; }
.tile-i { grid-column: span 2; grid-row: span 2; }
.tile-j { grid-column: span 1; grid-row: span 2; }
.tile-k { grid-column: span 1; grid-row: span 2; }
.tile-l { grid-column: span 2; grid-row: span 2; }
.tile-m { grid-column: span 2; grid-row: span 2; }
.tile-n { grid-column: span 2; grid-row: span 2; }
.tile-o { grid-column: span 2; grid-row: span 2; }

.feature-strip { background: var(--emerald); color: white; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-grid article { border-left: 1px solid rgba(255,255,255,.14); min-height: 176px; padding: 28px 24px; }
.feature-grid article:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.feature-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.feature-heading img {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
}
.feature-grid h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; line-height: 1; margin: 0; }
.feature-grid p { color: rgba(255,255,255,.72); font-size: 14px; margin: 0 0 0 48px; }

.menu-section { background: #fffdf8; }
.menu-toolbar { align-items: center; display: flex; gap: 14px; justify-content: center; margin: 0 auto 22px; max-width: 860px; }
.menu-search { flex: 1; }
.menu-search input { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 999px; background: white; padding: 0 20px; outline: none; }
.menu-search input:focus { border-color: var(--ruby); box-shadow: 0 0 0 3px rgba(141,32,52,.12); }
.category-scroll { overflow-x: auto; padding-bottom: 12px; scrollbar-width: thin; }
.category-list { display: flex; gap: 8px; justify-content: center; min-width: max-content; }
.category-button { border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; padding: 10px 13px; text-transform: uppercase; }
.category-button:hover, .category-button.active { background: var(--ruby); border-color: var(--ruby); color: white; }
.menu-results-meta { color: var(--muted); font-size: 13px; margin: 20px 0 10px; text-align: center; }
.menu-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
.menu-card { border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 8px 20px rgba(70,36,20,.05); padding: 18px 20px; }
.menu-card-top { align-items: baseline; display: flex; gap: 12px; justify-content: space-between; }
.menu-card h3 { color: var(--ruby-dark); font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; line-height: 1; margin: 0; }
.menu-price { color: var(--saffron-dark); font-size: 15px; font-weight: 800; white-space: nowrap; }
.menu-card p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 9px 0 0; }
.menu-card-category { color: var(--emerald); display: block; font-size: 10px; font-weight: 800; letter-spacing: .13em; margin-bottom: 11px; text-transform: uppercase; }
.empty-state { grid-column: 1/-1; padding: 40px; text-align: center; color: var(--muted); }

.catering {
  background:
    linear-gradient(90deg, rgba(84,17,31,.98), rgba(84,17,31,.84)),
    url('https://images.unsplash.com/photo-1596797038530-2c107229654b?auto=format&fit=crop&w=1600&q=80') center/cover;
  color: white;
}
.catering-grid { align-items: center; display: grid; gap: 32px; grid-template-columns: 1fr auto; }
.catering h2 { color: white; font-size: clamp(52px, 6vw, 80px); letter-spacing: -.03em; margin: 14px 0 12px; max-width: 820px; }
.catering p { color: rgba(255,255,255,.78); max-width: 700px; }
.catering .button { background: var(--saffron); border-color: var(--saffron); color: var(--ink); }
.catering .button:hover { background: #edaa4c; border-color: #edaa4c; }

.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 36px; }
.location-card { border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); padding: 28px; }
.location-card h3 { color: var(--ruby-dark); font-family: "Cormorant Garamond", Georgia, serif; font-size: 42px; line-height: 1; margin: 0 0 8px; }
.location-address { color: var(--muted); margin: 0 0 18px; }
.phone-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.phone-list a { color: var(--ruby); font-weight: 800; text-decoration: none; }
.hours { border-top: 1px solid var(--line); display: grid; gap: 8px; padding-top: 18px; }
.hours div { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; }
.hours span:first-child { color: var(--muted); }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.location-actions .button { min-height: 42px; font-size: 11px; }

.footer { background: #1d100d; color: rgba(255,255,255,.72); padding: 28px 0; }
.footer-grid { align-items: center; display: grid; gap: 14px; grid-template-columns: 1fr auto auto; }
.footer-wordmark { gap: 0; }
.footer p { font-size: 12px; margin: 0; }
.footer-note { color: rgba(255,255,255,.45); }

@media (max-width: 900px) {
  .gallery-grid-expanded {
    grid-auto-rows: 180px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tile-a,
  .tile-b,
  .tile-c,
  .tile-d,
  .tile-e,
  .tile-f,
  .tile-g,
  .tile-h,
  .tile-i,
  .tile-j,
  .tile-k,
  .tile-l,
  .tile-m,
  .tile-n,
  .tile-o { grid-column: span 1; grid-row: span 1; }
  .nav-links { background: var(--cream); border-top: 1px solid var(--line); box-shadow: 0 18px 28px rgba(40,20,10,.12); display: none; flex-direction: column; left: 0; padding: 18px; position: absolute; right: 0; top: 100%; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-grid { grid-template-columns: 1fr; }
  .catering-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .intro-top { grid-template-columns: minmax(0, 1fr) 220px; gap: 24px; }
}
@media (max-width: 680px) {
  .gallery-grid-expanded {
    gap: 14px;
    grid-auto-rows: 220px;
    grid-template-columns: 1fr;
  }
  .tile-a,
  .tile-b,
  .tile-c,
  .tile-d,
  .tile-e,
  .tile-f,
  .tile-g,
  .tile-h,
  .tile-i,
  .tile-j,
  .tile-k,
  .tile-l,
  .tile-m,
  .tile-n,
  .tile-o { grid-column: span 1; grid-row: span 1; }
  .section { padding: 74px 0; }
  .announcement { font-size: 9px; gap: 6px; }
  .brand-wordmark img { width: min(210px, 62vw); min-width: 0; }
  .footer-wordmark img { width: min(180px, 54vw); min-width: 0; }
  .hero { min-height: 640px; }
  .hero h1 { font-size: 66px; }
  .hero p { font-size: 16px; }
  .intro-top,
  .intro-grid,
  .location-grid { grid-template-columns: 1fr; gap: 20px; }
  .intro-showcase { justify-self: center; order: -1; }
  .brand-showcase img { width: min(100%, 220px); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article,
  .feature-grid article:last-child { border-bottom: 1px solid rgba(255,255,255,.14); border-right: 0; min-height: auto; padding: 22px 16px; }
  .feature-heading { gap: 12px; }
  .feature-heading img { width: 30px; height: 30px; flex-basis: 30px; }
  .feature-grid h3 { font-size: 26px; }
  .feature-grid p { margin-left: 42px; }
  .menu-toolbar { align-items: stretch; flex-direction: column; }
  .category-list { justify-content: flex-start; }
}
