:root {
  --green-950: #0b2f24;
  --green-900: #103d2f;
  --green-800: #16523f;
  --green-100: #e7f3ed;
  --green-050: #f5faf7;
  --ink: #15241e;
  --muted: #52655d;
  --line: #cbd9d1;
  --white: #ffffff;
  --accent: #ffd166;
  --focus: #ffb000;
  --radius: 18px;
  --shadow: 0 14px 36px rgba(8, 41, 30, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
a { color: var(--green-800); }
a:hover { text-decoration-thickness: 2px; }
img { display: block; max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--accent);
  border-radius: 8px;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.utility-bar { padding: 0.45rem 0; color: var(--white); background: var(--green-950); font-size: 0.88rem; }
.utility-bar .container { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.utility-bar a { color: var(--white); }
.site-header { position: relative; z-index: 20; background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { color: var(--green-950); text-decoration: none; font-weight: 850; font-size: 1.15rem; letter-spacing: -0.02em; }
.brand span { color: var(--green-800); font-weight: 650; }
.site-nav { display: flex; align-items: center; gap: 0.9rem; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font-weight: 700; text-decoration: none; }
.site-nav a[aria-current="page"] { color: var(--green-800); text-decoration: underline; text-underline-offset: 0.3rem; }
.menu-button { display: none; min-width: 44px; min-height: 44px; border: 2px solid var(--green-900); border-radius: 10px; color: var(--green-900); background: var(--white); font-weight: 800; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.05rem;
  border: 2px solid var(--green-900);
  border-radius: 10px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.button.primary { color: var(--green-950); background: var(--accent); border-color: var(--accent); }
.button.secondary { color: var(--green-950); background: var(--white); }
.button.dark { color: var(--white); background: var(--green-900); }
.hero { color: var(--white); background: var(--green-950); }
.hero-grid { min-height: 500px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr); align-items: stretch; }
.hero-copy { align-self: center; padding: clamp(2.5rem, 4.5vw, 4.75rem) clamp(1rem, 4vw, 3.5rem) clamp(2.5rem, 4.5vw, 4.75rem) max(1rem, calc((100vw - 1180px) / 2)); }
.eyebrow { margin: 0 0 0.75rem; color: var(--accent); font-size: 0.84rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.1; letter-spacing: -0.035em; }
h1 { max-width: 21ch; margin: 0 0 1rem; font-size: clamp(2.35rem, 4.2vw, 4rem); }
.hero p { max-width: 62ch; color: #e2eee8; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions, .action-row { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.5rem; }
.hero .action-row a { color: var(--white); font-weight: 750; text-underline-offset: 0.25rem; }
.hero-media { min-width: 0; display: grid; place-items: center; overflow: hidden; background: #eef6f0; }
.hero-image { min-height: 420px; width: 100%; height: 100%; object-fit: contain; object-position: center; background: #eef6f0; }
.page-hero { padding: 0; color: var(--white); background: var(--green-950); }
.page-hero-grid { min-height: 430px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr); align-items: stretch; }
.page-hero-copy { align-self: center; padding: clamp(2.75rem, 5vw, 4.5rem) 2.5rem clamp(2.75rem, 5vw, 4.5rem) 0; }
.page-hero-media { min-width: 0; display: grid; place-items: center; overflow: hidden; background: #eef6f0; }
.page-hero-image { width: 100%; height: 100%; max-height: 520px; object-fit: cover; object-position: center; background: #eef6f0; }
.page-hero-image.official-menu-panel { object-fit: contain; padding: 1rem; background: var(--white); }
.page-hero h1 { max-width: 19ch; font-size: clamp(2.25rem, 5vw, 4rem); }
.page-hero p { max-width: 66ch; color: #e2eee8; font-size: 1.1rem; }
.page-hero .hero-contact { margin: 1rem 0 0; font-size: 0.98rem; }
.page-hero .hero-contact a { color: var(--white); font-weight: 750; }
.section { padding: clamp(3rem, 6vw, 5.5rem) 0; }
.section.alt { background: var(--green-050); }
.section .eyebrow { color: var(--green-800); }
.section h2 { max-width: 24ch; margin-top: 0; color: var(--green-950); font-size: clamp(1.8rem, 4vw, 3rem); }
.section h3 { margin-top: 0; color: var(--green-950); font-size: 1.25rem; }
.lede { max-width: 72ch; color: var(--muted); font-size: 1.08rem; }
.section-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2rem; align-items: center; }
.section-layout:has(.section-media) { grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr); }
.section-media { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--green-100); box-shadow: var(--shadow); }
.section-media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
.card { padding: 1.35rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 6px 18px rgba(8, 41, 30, 0.05); }
.card p:last-child { margin-bottom: 0; }
.editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; margin-top: 1.5rem; }
.editorial-card { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 6px 18px rgba(8, 41, 30, 0.05); }
.editorial-card h2 { max-width: none; margin-bottom: 0.8rem; font-size: clamp(1.45rem, 2.4vw, 2rem); }
.editorial-card p { margin: 0; }
.featured-services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.all-services-heading { margin-top: 2.5rem !important; font-size: clamp(1.5rem, 3vw, 2.15rem) !important; }
.compact-service-list { display: flex; flex-wrap: wrap; gap: 0.65rem; padding: 0; list-style: none; }
.compact-service-list a { display: inline-flex; min-height: 44px; align-items: center; padding: 0.55rem 0.8rem; color: var(--green-950); background: var(--green-050); border: 1px solid var(--line); border-radius: 999px; font-weight: 750; text-decoration: none; }
.map-frame { margin-top: 1.5rem; overflow: hidden; background: var(--green-100); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.map-frame iframe { display: block; width: 100%; max-width: 100%; border: 0; }
.notice { padding: 1rem 1.1rem; background: #fff8dc; border-left: 5px solid var(--focus); border-radius: 8px; }
.link-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; padding: 0; list-style: none; }
.link-list a { min-height: 48px; display: flex; align-items: center; padding: 0.75rem 1rem; color: var(--green-950); background: var(--white); border: 1px solid var(--line); border-radius: 10px; font-weight: 750; text-decoration: none; }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; margin-top: 2rem; }
.menu-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 22px rgba(8, 41, 30, 0.08); }
.menu-card a { height: 100%; display: flex; flex-direction: column; color: var(--ink); text-decoration: none; }
.menu-card img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; background: #f6f8f7; }
.menu-card-copy { flex: 1; display: flex; flex-direction: column; gap: 0.65rem; padding: 1.15rem; }
.menu-card-copy strong { color: var(--green-950); font-size: 1.3rem; line-height: 1.2; }
.menu-card-copy .text-link { margin-top: auto; color: var(--green-800); font-weight: 800; text-decoration: underline; text-underline-offset: 0.22rem; }
.hours { width: 100%; max-width: 620px; border-collapse: collapse; }
.hours th, .hours td { padding: 0.75rem; text-align: left; border-bottom: 1px solid var(--line); }
.hours th { color: var(--green-950); }
.cta-band { padding: 2rem; color: var(--white); background: var(--green-900); border-radius: var(--radius); }
.cta-band h2 { color: var(--white); }
.cta-band p { color: #e2eee8; }
.site-footer { padding: 3rem 0 1.5rem; color: #e2eee8; background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.site-footer h2, .site-footer h3 { color: var(--white); }
.site-footer a { color: var(--white); }
.site-footer ul { padding-left: 1.15rem; }
.legal { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #386050; font-size: 0.86rem; }
.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; }

@media (max-width: 780px) {
  .header-inner { min-height: 66px; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; }
  .js .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1rem; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .js .site-nav[data-open="true"] { display: grid; }
  .site-nav { flex-wrap: wrap; }
  .site-nav a { width: 100%; padding-inline: 0.5rem; }
  .hero-grid, .page-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 3.5rem 1rem; }
  .page-hero-copy { padding: 3.25rem 0; }
  .hero-image { min-height: 320px; max-height: 480px; }
  .page-hero-image { min-height: 280px; max-height: 420px; }
  .grid, .editorial-grid, .featured-services, .footer-grid, .link-list, .menu-grid, .section-layout:has(.section-media) { grid-template-columns: 1fr; }
  .hero-actions .button, .action-row .button { width: 100%; }
  .section { padding: 3.25rem 0; }
  .cta-band { padding: 1.4rem; }
}

@media (min-width: 781px) and (max-width: 1020px) {
  .brand span { display: none; }
  .site-nav { gap: 0.65rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* Homepage hero trust row (added: Claude controlled patch) */
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1.25rem; margin: 1.1rem 0 0; padding: 0; list-style: none; font-size: 0.92rem; color: #d7e6dd; }
.trust-row li { display: flex; align-items: center; gap: 0.4rem; }
.trust-row li::before { content: "\2713"; color: var(--accent); font-weight: 800; }
.trust-reviews-link { margin: 0.6rem 0 0; font-size: 0.92rem; }
.trust-reviews-link a { color: var(--accent); font-weight: 750; text-underline-offset: 0.2rem; }
@media (max-width: 640px) { .trust-row { gap: 0.4rem 0.9rem; font-size: 0.86rem; } }

/* Homepage restaurant video — vertical 9:16 click-to-load (Claude video patch) */
.video-layout { display: grid; grid-template-columns: minmax(0, 320px) minmax(0, 1fr); gap: 1.75rem; align-items: start; margin-top: 1.5rem; }
.video-frame { position: relative; width: 100%; max-width: 320px; aspect-ratio: 9 / 16; border-radius: var(--radius); overflow: hidden; background: #000; }
.video-trigger { display: block; width: 100%; height: 100%; padding: 0; border: 0; cursor: pointer; background: #000; }
.video-poster { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 72px; height: 50px; border-radius: 12px; background: rgba(0, 0, 0, 0.72); transition: background 0.2s; }
.video-play::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-45%, -50%); border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; }
.video-trigger:hover .video-play, .video-trigger:focus-visible .video-play { background: #cc0000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-summary p { max-width: 62ch; }
.video-meta { margin-top: 0.85rem; font-size: 0.9rem; color: var(--muted); }
@media (max-width: 720px) { .video-layout { grid-template-columns: minmax(0, 1fr); } .video-frame { max-width: 280px; margin: 0 auto; } }

/* ============================================================
   VISUAL RESTORATION PATCH — readability, hero fit, clickability
   ============================================================ */

/* -- Typography: 18px desktop body, comfortable line-height -- */
body { font-size: 1.125rem; line-height: 1.6; }
p, li { font-size: 1.0625rem; line-height: 1.62; }
.lede { font-size: 1.15rem; line-height: 1.6; }
.section h2 { font-size: clamp(1.7rem, 2.6vw, 2.4rem); }
.hero p { font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.6; }
.eyebrow { font-size: 0.9rem; }
.trust-row { font-size: 1rem; }
.trust-reviews-link { font-size: 1rem; }
@media (max-width: 720px) {
  body { font-size: 1.0625rem; }
  p, li { font-size: 1.0625rem; }
  h1 { font-size: clamp(2.15rem, 8vw, 2.6rem); }
  .section h2 { font-size: clamp(1.6rem, 6.5vw, 2.1rem); }
}

/* -- Hero: remove dead space. Fixed ratio + cover, not contain. -- */
.hero-media { display: block; background: var(--green-950); }
.hero-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  background: var(--green-950);
}
@media (min-width: 981px) {
  .hero-grid { align-items: stretch; }
  .hero-image { aspect-ratio: auto; height: 100%; min-height: 480px; }
}
@media (max-width: 980px) {
  .hero-image { aspect-ratio: 16 / 10; min-height: 0; }
}

/* -- Navigation: readable, obvious, accessible -- */
.site-nav a { font-size: 1rem; font-weight: 750; }
.site-nav a:not(.button) { padding: 0.5rem 0.25rem; border-radius: 6px; }
.site-nav a:not(.button):hover { text-decoration: underline; text-underline-offset: 0.3rem; }
.site-nav a:focus-visible, .brand:focus-visible, .button:focus-visible,
.card-title-link:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.site-nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 0.35rem; }

/* -- Buttons: minimum 48px tall, 16px text -- */
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center;
          padding: 0.75rem 1.4rem; font-size: 1rem; font-weight: 800; }

/* -- Category cards: obvious clickability -- */
.category-card { display: flex; flex-direction: column; }
.card-title-link { color: var(--green-950); text-decoration: none; }
.card-title-link:hover { text-decoration: underline; text-underline-offset: 0.3rem; }
.category-card p { flex: 1 1 auto; }
.card-cta { margin: 1.1rem 0 0; }
.card-cta .button { min-height: 48px; width: 100%; }
@media (min-width: 721px) { .card-cta .button { width: auto; } }

/* ===== FINAL PRODUCTION PATCH ===== */

/* Hero H1: fits ~3 lines at 1440 instead of dominating */
.hero h1 { font-size: clamp(2.1rem, 3.1vw, 3.15rem); max-width: 17ch; }
@media (max-width: 720px) { .hero h1 { font-size: clamp(1.95rem, 7.2vw, 2.35rem); max-width: 100%; } }

/* Hero image: show more of the bowl, less extreme crop */
@media (min-width: 981px) { .hero-image { min-height: 430px; object-position: center 42%; } }

/* Mobile hero food image (hidden media column is replaced by this) */
.hero-mobile-media { display: none; }
@media (max-width: 980px) {
  .hero-media { display: none; }
  .hero-mobile-media { display: block; margin: 1.35rem 0 0; }
  .hero-mobile-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
                            border-radius: var(--radius); display: block; }
}

/* Category grid: 7th card centred, tighter section padding */
#secondary-categories .editorial-grid { align-items: stretch; }
@media (min-width: 981px) {
  #secondary-categories .editorial-grid > .category-card:last-child:nth-child(odd) {
    grid-column: 1 / -1; max-width: 50%; margin-inline: auto; }
}
#secondary-categories { padding-block: 2.6rem; }
#differentiators { padding-block: 2.4rem; }

/* ---- Full menu ---- */
.menu-jump { margin: 1.25rem 0 1.5rem; }
.menu-jump ul { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0; padding: 0; list-style: none; }
.menu-jump a { display: inline-flex; align-items: center; min-height: 44px; padding: 0.45rem 0.95rem;
  border: 2px solid var(--line); border-radius: 999px; background: var(--white);
  color: var(--green-950); font-weight: 750; font-size: 0.98rem; text-decoration: none; }
.menu-jump a:hover { border-color: var(--green-800); background: var(--green-050); }
.menu-jump a:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.menu-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 0 0 2rem; }
.menu-section { scroll-margin-top: 90px; margin: 0 0 2.25rem; padding: 1.5rem;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.menu-section__head { display: flex; flex-wrap: wrap; align-items: baseline;
  justify-content: space-between; gap: 0.5rem 1rem; margin-bottom: 0.9rem; }
.menu-section__head h2 { margin: 0; font-size: clamp(1.4rem, 2.2vw, 1.85rem); }
.menu-section__link { font-weight: 750; font-size: 0.98rem; white-space: nowrap; }
.menu-list { margin: 0; padding: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 0.65rem 1.5rem; }
.menu-item { padding: 0.6rem 0; border-bottom: 1px solid var(--green-100); }
.menu-item__name { display: block; font-weight: 800; color: var(--green-950); font-size: 1.02rem; }
.menu-item__desc { display: block; margin-top: 0.2rem; color: var(--muted); font-size: 0.95rem; line-height: 1.5; }
.menu-note { margin-top: 0.5rem; color: var(--muted); font-size: 0.98rem; }

/* Mobile nav: backdrop + no body scroll */
body.nav-open { overflow: hidden; }
