
:root {
  /* Moment brand manual palette */
  --charcoal: #5B5A56;
  --cream: #F0EBE6;
  --moment-beige: #D9CFCB;
  --moment-beige-deep: #CEC1BC;
  --moment-green: #42754F;
  --moment-green-soft: #84B696;
  --moment-peach: #F9C09E;
  --white: #FFFFFF;
  --muted: #D9CFCB;
  --border: rgba(240,235,230,.16);
  --shadow: 0 28px 80px rgba(91,90,86,.38);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--charcoal); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background:
    radial-gradient(900px 520px at 8% -12%, rgba(132,182,150,.20), transparent 66%),
    radial-gradient(760px 500px at 92% 4%, rgba(249,192,158,.10), transparent 68%),
    linear-gradient(180deg, #5B5A56 0%, #5B5A56 58%, #42754F 170%);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 9999;
  background: var(--moment-peach); color: #42754F; padding: 12px 16px; border-radius: 12px;
  font-weight: 700;
}
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }

.ambient { position: fixed; pointer-events: none; filter: blur(80px); opacity: .26; z-index: -1; }
.ambient-a { width: 320px; height: 320px; border-radius: 50%; background: var(--moment-green); left: -120px; top: 36vh; }
.ambient-b { width: 280px; height: 280px; border-radius: 50%; background: var(--moment-peach); right: -180px; top: 10vh; opacity: .11; }

.site-header {
  position: sticky; top: 0; z-index: 90;
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  background: rgba(91,90,86,.86); border-bottom: 1px solid rgba(240,235,230,.12);
}
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  position: relative; width: 34px; height: 44px; display: inline-block; flex: 0 0 auto;
  border: 1px solid rgba(240,235,230,.36); border-radius: 9px;
  overflow: hidden;
}
.brand-mark::before, .brand-mark::after {
  content: ""; position: absolute; left: -2px; width: 38px; height: 20px; background: var(--moment-green-soft);
}
.brand-mark::before { top: -6px; clip-path: polygon(0 0,100% 0,58% 100%,42% 100%); }
.brand-mark::after { bottom: -6px; clip-path: polygon(42% 0,58% 0,100% 100%,0 100%); }
.brand-mark span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--moment-peach); left: 50%; top: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 18px rgba(249,192,158,.7); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-wordmark { width: 88px; height: auto; object-fit: contain; }
.brand-copy small { color: var(--muted); margin-top: 6px; font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.header-actions { display: flex; gap: 8px; }
.icon-button, .modal-close, .zoom-button {
  width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 50%;
  background: rgba(255,255,255,.04); display: grid; place-items: center; cursor: pointer; position: relative;
  transition: transform .24s ease, background .24s ease, border-color .24s ease;
}
.icon-button:hover, .modal-close:hover, .zoom-button:hover { transform: translateY(-2px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.20); }
.icon-button svg, .zoom-button svg, .modal-close svg, .search-pill svg, .search-input-wrap svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.badge-count { position: absolute; right: -3px; top: -4px; min-width: 19px; height: 19px; padding: 0 5px; background: var(--moment-peach); color: #5B5A56; border-radius: 999px; font-size: .68rem; font-weight: 700; place-items: center; }
.badge-count:not([hidden]) { display: grid; }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(36px, 6vw, 78px); align-items: center; padding-block: 70px 80px; }
.eyebrow { display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; color: var(--moment-green-soft); font-weight: 700; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--moment-peach); box-shadow: 0 0 0 6px rgba(249,192,158,.08); }
.hero h1, .menu-toolbar h2, .contact-card h2, .search-panel h2, .info-card h2 {
  font-family: "Fraunces", Georgia, serif; margin: 18px 0; line-height: .98; letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(3.8rem, 7vw, 7.5rem); max-width: 9ch; }
.hero h1 span { color: var(--moment-beige); }
.hero-copy > p { color: var(--moment-beige); max-width: 58ch; font-size: 1.02rem; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid var(--border); display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; cursor: pointer; transition: transform .24s ease, box-shadow .24s ease, background .24s ease, border-color .24s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, var(--cream), var(--moment-beige)); color: var(--moment-green); border-color: rgba(240,235,230,.55); box-shadow: 0 14px 36px rgba(66,117,79,.22); }
.button.primary:hover { box-shadow: 0 18px 46px rgba(66,117,79,.30); }
.button.ghost { background: rgba(240,235,230,.055); }
.button.ghost:hover { background: rgba(240,235,230,.11); border-color: rgba(240,235,230,.28); }

.serving-card {
  margin-top: 34px; width: min(520px, 100%); padding: 14px 16px; border: 1px solid rgba(132,182,150,.22); border-radius: 16px;
  background: rgba(66,117,79,.11); display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
}
.serving-card.is-closed { border-color: rgba(255,255,255,.10); background: rgba(255,255,255,.03); }
.serving-pulse { width: 10px; height: 10px; border-radius: 50%; background: #84B696; box-shadow: 0 0 0 0 rgba(132,182,150,.45); animation: pulse 2s infinite; }
.serving-card.is-closed .serving-pulse { background: #CEC1BC; animation: none; }
.serving-label { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.serving-card strong { display: block; margin-top: 2px; font-size: .93rem; }
.serving-time { font-weight: 700; color: var(--moment-peach); font-size: .85rem; white-space: nowrap; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(132,182,150,0); } 100% { box-shadow: 0 0 0 0 rgba(132,182,150,0); } }

.hero-visual { position: relative; min-width: 0; }
.hero-photo { height: min(66vw, 610px); min-height: 500px; border-radius: 44px 44px 150px 44px; overflow: hidden; position: relative; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.08); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(91,90,86,.76)); }
.hero-photo-label { position: absolute; left: 26px; bottom: 26px; display: grid; }
.hero-photo-label span { color: var(--moment-peach); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; }
.hero-photo-label strong { font-family: "Fraunces", Georgia, serif; font-size: 1.6rem; }
.hourglass-line { position: absolute; width: 125px; height: 180px; right: -34px; top: 44px; border: 1px solid rgba(240,235,230,.28); border-radius: 40px; opacity: .6; }
.hourglass-line::before, .hourglass-line::after { content: ""; position: absolute; left: 10px; width: calc(100% - 20px); height: 44%; background: rgba(217,207,203,.06); }
.hourglass-line::before { top: 8px; clip-path: polygon(0 0,100% 0,56% 100%,44% 100%); }
.hourglass-line::after { bottom: 8px; clip-path: polygon(44% 0,56% 0,100% 100%,0 100%); }

.service-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,.018); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.service-grid > div { padding: 20px 24px; border-right: 1px solid var(--border); }
.service-grid > div:first-child { padding-left: 0; }
.service-grid > div:last-child { border-right: 0; }
.service-grid span { display: block; color: var(--muted); font-size: .76rem; }
.service-grid strong { font-size: .9rem; }

.menu-section { padding: 96px 0 120px; }
.menu-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.menu-toolbar h2, .contact-card h2 { font-size: clamp(2.4rem, 4vw, 4.6rem); margin-bottom: 0; }
.search-pill {
  min-width: 320px; height: 52px; padding: 0 13px 0 16px; border-radius: 999px; border: 1px solid var(--border); background: rgba(255,255,255,.04); color: var(--muted);
  display: flex; align-items: center; gap: 10px; cursor: pointer; transition: background .2s ease, border-color .2s ease;
}
.search-pill:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.search-pill span { flex: 1; text-align: left; }
kbd { background: rgba(255,255,255,.07); border: 1px solid var(--border); border-radius: 8px; padding: 4px 8px; font-size: .72rem; color: #F0EBE6; }

.category-tabs { position: sticky; top: 76px; z-index: 70; display: flex; gap: 8px; overflow-x: auto; padding: 12px 0 14px; margin-bottom: 26px; background: linear-gradient(180deg, rgba(91,90,86,.98) 72%, rgba(91,90,86,0)); scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tab { white-space: nowrap; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.03); color: var(--moment-beige); padding: 10px 15px; cursor: pointer; font-weight: 600; transition: all .2s ease; }
.category-tab:hover { border-color: rgba(255,255,255,.20); color: var(--white); }
.category-tab.active { background: var(--cream); color: #42754F; border-color: var(--cream); }
.category-tab .count { margin-left: 7px; opacity: .58; font-size: .72rem; }

.menu-group { scroll-margin-top: 160px; margin-bottom: 52px; }
.group-heading { display: flex; align-items: center; gap: 16px; margin: 0 0 18px; }
.group-heading h3 { font-family: "Fraunces", Georgia, serif; font-size: 1.8rem; margin: 0; }
.group-heading span { height: 1px; background: linear-gradient(90deg, rgba(249,192,158,.62), rgba(132,182,150,.22), transparent); flex: 1; }
.group-note { margin: -10px 0 22px; color: var(--muted); font-size: .88rem; }
.dish-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.dish-card {
  position: relative; min-width: 0; border: 1px solid var(--border); background: linear-gradient(180deg, rgba(240,235,230,.075), rgba(66,117,79,.12));
  border-radius: 24px; overflow: hidden; cursor: pointer; transform: translateZ(0);
  transition: transform .32s cubic-bezier(.2,.8,.2,1), border-color .32s ease, box-shadow .32s ease;
}
.dish-card:hover { transform: translateY(-7px); border-color: rgba(132,182,150,.46); box-shadow: 0 22px 58px rgba(91,90,86,.25); }
.dish-media { position: relative; height: 230px; overflow: hidden; background: #5B5A56; }
.dish-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), opacity .3s ease; }
.dish-card:hover .dish-media img { transform: scale(1.05); }
.dish-media::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(91,90,86,.45)); pointer-events: none; }
.illustrative-badge { position: absolute; left: 10px; bottom: 10px; z-index: 2; font-size: .58rem; letter-spacing: .06em; text-transform: uppercase; padding: 5px 8px; border-radius: 999px; background: rgba(91,90,86,.74); border: 1px solid rgba(255,255,255,.14); color: #F0EBE6; backdrop-filter: blur(8px); }
.card-favorite { position: absolute; right: 10px; top: 10px; z-index: 4; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); background: rgba(91,90,86,.62); color: white; display: grid; place-items: center; cursor: pointer; backdrop-filter: blur(10px); transition: transform .2s ease, background .2s ease; }
.card-favorite:hover { transform: scale(1.06); background: rgba(91,90,86,.88); }
.card-favorite.active { background: rgba(249,192,158,.94); color: #5B5A56; border-color: transparent; }
.dish-body { padding: 18px 18px 19px; }
.dish-kicker { color: var(--moment-green-soft); text-transform: uppercase; letter-spacing: .12em; font-size: .64rem; font-weight: 700; }
.dish-body h4 { margin: 7px 0 10px; font-family: "Fraunces", Georgia, serif; font-size: 1.23rem; line-height: 1.22; letter-spacing: -.015em; }
.dish-body p { color: var(--muted); margin: 0; font-size: .82rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.dish-bottom { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 14px; }
.dish-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.dish-tag { font-size: .63rem; padding: 5px 7px; border-radius: 999px; background: rgba(132,182,150,.08); color: #84B696; border: 1px solid rgba(132,182,150,.13); }
.view-detail { font-size: .74rem; font-weight: 700; color: var(--moment-peach); white-space: nowrap; }

.skeleton-shell::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg,#5B5A56 15%,#84B696 36%,#5B5A56 57%); background-size: 220% 100%; animation: shimmer 1.4s linear infinite; z-index: 0; }
.skeleton-shell.loaded::before, .skeleton-shell.loaded-static::before { display: none; }
.skeleton-shell img { position: relative; z-index: 1; opacity: 0; transition: opacity .35s ease; }
.skeleton-shell.loaded img, .skeleton-shell.loaded-static img { opacity: 1; }
@keyframes shimmer { to { background-position-x: -220%; } }

.empty-state { text-align: center; padding: 70px 20px; border: 1px dashed var(--border); border-radius: 28px; }
.empty-icon { font-size: 3rem; color: var(--moment-green-soft); }
.empty-state h3 { font-family: "Fraunces", Georgia, serif; font-size: 2rem; margin: 6px 0; }
.empty-state p { color: var(--muted); }

.contact-section { padding: 0 0 110px; }
.contact-card { padding: clamp(26px, 5vw, 58px); border-radius: 34px; background: linear-gradient(125deg, rgba(66,117,79,.58), rgba(91,90,86,.78)); border: 1px solid rgba(132,182,150,.18); display: grid; grid-template-columns: 1.08fr .92fr; gap: 40px; }
.contact-card p { color: var(--muted); }
.contact-actions { display: grid; gap: 10px; align-content: center; }
.contact-link { padding: 15px 16px; border-radius: 16px; background: rgba(240,235,230,.065); border: 1px solid var(--border); transition: background .2s ease, transform .2s ease; }
a.contact-link:hover { background: rgba(240,235,230,.11); transform: translateX(3px); }
.contact-link span { display: block; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-link strong { display: block; margin-top: 3px; font-size: .92rem; word-break: break-word; }

.footer { border-top: 1px solid var(--border); padding: 34px 0 96px; background: rgba(66,117,79,.18); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.footer-inner > p { color: var(--muted); font-size: .78rem; text-align: center; }
.footer-inner > .text-button { justify-self: end; }
.footer-brand .brand-copy strong { font-size: 1.15rem; }
.text-button { border: 0; padding: 0; background: none; color: #D9CFCB; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; font-size: .8rem; }
.text-button:hover { color: var(--white); }

.modal-backdrop, .search-overlay, .info-dialog, .image-lightbox {
  position: fixed; inset: 0; z-index: 200; padding: 20px; background: rgba(91,90,86,.84); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.modal-backdrop:not([hidden]), .search-overlay:not([hidden]), .info-dialog:not([hidden]), .image-lightbox:not([hidden]) { display: grid; }
.modal-backdrop { place-items: center; overflow: auto; }
.dish-modal { width: min(1050px, 100%); max-height: min(860px, calc(100vh - 40px)); overflow: auto; background: linear-gradient(145deg, #5B5A56, #42754F); border: 1px solid rgba(240,235,230,.18); border-radius: 30px; box-shadow: var(--shadow); display: grid; grid-template-columns: .94fr 1.06fr; position: relative; animation: modalIn .38s cubic-bezier(.2,.8,.2,1); }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.modal-close { position: absolute; z-index: 6; right: 14px; top: 14px; background: rgba(91,90,86,.62); backdrop-filter: blur(8px); }
.modal-image-wrap { position: sticky; top: 0; min-height: 620px; overflow: hidden; background: #5B5A56; }
.modal-image-wrap img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.zoom-button { position: absolute; right: 14px; bottom: 14px; z-index: 4; background: rgba(91,90,86,.72); }
.modal-content { padding: 48px 38px 36px; }
.modal-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--moment-green-soft); text-transform: uppercase; letter-spacing: .13em; font-size: .67rem; font-weight: 700; }
.favorite-button { border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.03); color: #F0EBE6; padding: 8px 12px; cursor: pointer; text-transform: none; letter-spacing: 0; font-size: .76rem; }
.favorite-button.active { color: #5B5A56; background: var(--moment-peach); border-color: transparent; }
.modal-content h2 { font-family: "Fraunces", Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.04; letter-spacing: -.035em; margin: 16px 0 14px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.detail-block, .allergen-box { padding: 16px; border-radius: 16px; border: 1px solid var(--border); background: rgba(255,255,255,.028); }
.detail-block-wide { grid-column: 1 / -1; }
.detail-label { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; margin-bottom: 8px; }
.detail-block ul { margin: 0; padding-left: 18px; color: #F0EBE6; font-size: .83rem; }
.detail-block p, .allergen-box p { margin: 0; color: #D9CFCB; font-size: .83rem; }
.allergen-box { margin-top: 12px; display: flex; justify-content: space-between; align-items: end; gap: 14px; }
.modal-actions { display: flex; gap: 10px; margin-top: 24px; }

.image-lightbox { place-items: center; z-index: 260; }
.image-lightbox img { max-width: min(1300px, 94vw); max-height: 88vh; border-radius: 20px; box-shadow: var(--shadow); object-fit: contain; animation: modalIn .3s ease; }
.lightbox-close { position: fixed; }

.search-overlay { z-index: 240; place-items: start center; overflow: auto; padding-top: 7vh; }
.search-panel { width: min(820px, 100%); background: linear-gradient(145deg, #5B5A56, #42754F); border: 1px solid rgba(240,235,230,.18); border-radius: 28px; box-shadow: var(--shadow); padding: 26px; animation: modalIn .3s ease; }
.search-panel-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.search-panel h2 { font-size: 2.6rem; margin: 8px 0 18px; }
.static-close { position: static; flex: 0 0 auto; font-size: 1.5rem; }
.search-input-wrap { height: 58px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); border-radius: 16px; display: flex; align-items: center; gap: 11px; padding: 0 14px; }
.search-input-wrap svg { flex: 0 0 auto; color: var(--muted); }
.search-input-wrap input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; color: var(--cream); font-size: 1rem; }
.search-input-wrap input::placeholder { color: #CEC1BC; }
#searchClear { width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.06); color: #F0EBE6; cursor: pointer; }
.quick-searches { display: flex; gap: 7px; flex-wrap: wrap; margin: 14px 0; }
.quick-search { border: 1px solid var(--border); background: rgba(255,255,255,.025); color: #D9CFCB; border-radius: 999px; padding: 7px 10px; cursor: pointer; font-size: .74rem; }
.quick-search:hover { color: var(--white); border-color: rgba(255,255,255,.22); }
.search-result-meta { display: flex; justify-content: space-between; gap: 12px; color: #CEC1BC; font-size: .69rem; margin: 18px 2px 8px; }
.search-results { max-height: 52vh; overflow: auto; display: grid; gap: 7px; }
.search-result { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 12px; padding: 8px; border-radius: 13px; border: 1px solid transparent; cursor: pointer; transition: background .18s ease, border-color .18s ease; }
.search-result:hover, .search-result:focus-visible { background: rgba(255,255,255,.05); border-color: var(--border); outline: 0; }
.search-result img { width: 72px; height: 58px; object-fit: cover; border-radius: 10px; }
.search-result strong { font-size: .85rem; display: block; }
.search-result span { color: var(--muted); font-size: .68rem; }
.search-result b { color: var(--moment-peach); font-size: .72rem; }

.info-dialog { place-items: center; z-index: 280; }
.info-card { width: min(620px, 100%); background: linear-gradient(145deg, #5B5A56, #42754F); border: 1px solid rgba(240,235,230,.18); border-radius: 28px; padding: 32px; position: relative; box-shadow: var(--shadow); animation: modalIn .3s ease; }
.info-card h2 { font-size: 2.5rem; }
.info-card p { color: #D9CFCB; }
.info-card p strong { color: var(--cream); }

.toast { position: fixed; left: 50%; bottom: 90px; transform: translate(-50%, 20px); z-index: 400; background: rgba(240,235,230,.97); color: #42754F; border-radius: 999px; padding: 10px 16px; font-weight: 600; font-size: .78rem; opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; box-shadow: 0 12px 30px rgba(91,90,86,.22); }
.toast.show { opacity: 1; transform: translate(-50%,0); }

.mobile-nav { display: none; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 30px, 760px); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 52px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; }
  .hero h1 { max-width: 10ch; }
  .hero-photo { height: 560px; min-height: 0; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-grid > div { border-bottom: 1px solid var(--border); }
  .service-grid > div:nth-child(2) { border-right: 0; }
  .service-grid > div:nth-child(3), .service-grid > div:nth-child(4) { border-bottom: 0; }
  .dish-grid { grid-template-columns: repeat(2,1fr); }
  .menu-toolbar { align-items: start; flex-direction: column; }
  .search-pill { min-width: 0; width: 100%; }
  .contact-card { grid-template-columns: 1fr; }
  .dish-modal { grid-template-columns: 1fr; max-height: calc(100vh - 24px); }
  .modal-image-wrap { position: relative; min-height: 380px; height: 44vh; }
  .modal-image-wrap img { min-height: 380px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 24px); }
  body { padding-bottom: 70px; }
  .header-inner { height: 68px; }
  .brand-copy small { display: none; }
  .header-actions .icon-button:nth-child(1), .header-actions .icon-button:nth-child(2) { display: none; }
  .hero { gap: 28px; padding-top: 36px; padding-bottom: 50px; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5.4rem); }
  .hero-copy > p { font-size: .92rem; }
  .hero-cta-row { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .serving-card { grid-template-columns: auto 1fr; }
  .serving-time { grid-column: 2; }
  .hero-photo { height: 430px; border-radius: 28px 28px 92px 28px; }
  .hourglass-line { width: 90px; height: 130px; right: -12px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid > div { padding: 16px 10px; }
  .service-grid > div:first-child { padding-left: 10px; }
  .service-grid span { font-size: .66rem; }
  .service-grid strong { font-size: .76rem; }
  .menu-section { padding-top: 68px; }
  .menu-toolbar h2, .contact-card h2 { font-size: 2.7rem; }
  .search-pill kbd { display: none; }
  .category-tabs { top: 68px; margin-inline: -12px; padding-inline: 12px; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-media { height: 250px; }
  .contact-card { border-radius: 26px; }
  .footer { padding-bottom: 30px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-inner > .text-button { justify-self: center; }
  .brand-wordmark { width: 80px; }
  .footer-brand { display: none; }
  .dish-modal { width: 100%; border-radius: 24px; }
  .modal-backdrop { padding: 7px; align-items: end; }
  .modal-image-wrap { height: 38vh; min-height: 300px; }
  .modal-image-wrap img { min-height: 300px; }
  .modal-content { padding: 30px 20px 24px; }
  .detail-grid { grid-template-columns: 1fr; }
  .allergen-box { align-items: start; flex-direction: column; }
  .modal-actions { flex-direction: column; }
  .search-overlay { padding: 7px; align-items: end; }
  .search-panel { border-radius: 24px 24px 12px 12px; padding: 20px 14px 14px; max-height: 92vh; }
  .search-panel h2 { font-size: 2.2rem; }
  .search-result-meta span:last-child { display: none; }
  .info-dialog { padding: 8px; align-items: end; }
  .info-card { border-radius: 24px 24px 12px 12px; padding: 28px 20px 20px; }
  .mobile-nav {
    position: fixed; z-index: 120; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); height: 60px; display: grid; grid-template-columns: repeat(4,1fr);
    background: rgba(66,117,79,.94); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; backdrop-filter: blur(18px); box-shadow: 0 14px 40px rgba(91,90,86,.35); overflow: hidden;
  }
  .mobile-nav a, .mobile-nav button { border: 0; background: transparent; color: #D9CFCB; display: grid; place-items: center; align-content: center; gap: 1px; font-size: .65rem; cursor: pointer; }
  .mobile-nav span { color: var(--moment-peach); font-size: 1.05rem; line-height: 1; }
}

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

.footer-inner p small { color: #CEC1BC; font-size: .67rem; }

.hero-photo img, .search-result img { color: transparent; }

/* Moment brand refinement: premium depth using only colors from the supplied brand manual. */
::selection { background: var(--moment-peach); color: var(--charcoal); }
:focus-visible { outline: 2px solid var(--moment-peach); outline-offset: 3px; }
.hero::after {
  content: ""; position: absolute; pointer-events: none; width: 210px; height: 300px; left: -155px; bottom: 68px;
  border: 1px solid rgba(240,235,230,.10); border-radius: 62px; opacity: .42; transform: rotate(8deg);
}
.hero { position: relative; }
.dish-card::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(135deg, rgba(249,192,158,.035), transparent 38%, rgba(132,182,150,.035));
}
.dish-card > * { position: relative; z-index: 1; }
.category-tab.active { box-shadow: 0 10px 28px rgba(66,117,79,.22); }
.button.primary:active, .category-tab.active:active { transform: translateY(0); }


/* Brand-authentic light/dark composition inspired by the supplied Moment manual. */
.service-strip {
  background: rgba(66,117,79,.34);
  border-color: rgba(240,235,230,.16);
}
.service-grid > div { border-color: rgba(240,235,230,.16); }

.menu-section {
  position: relative;
  isolation: isolate;
  background: var(--cream);
  color: var(--charcoal);
  overflow: clip;
}
.menu-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 430px;
  height: 620px;
  right: -250px;
  top: 90px;
  border: 1px solid rgba(66,117,79,.10);
  border-radius: 130px;
  transform: rotate(7deg);
}
.menu-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 280px;
  height: 280px;
  left: -180px;
  bottom: 120px;
  border-radius: 50%;
  background: rgba(132,182,150,.13);
  filter: blur(2px);
}
.menu-section .eyebrow { color: var(--moment-green); }
.menu-section .menu-toolbar h2,
.menu-section .group-heading h3,
.menu-section .dish-body h4,
.menu-section .empty-state h3 { color: var(--charcoal); }
.menu-section .search-pill {
  background: var(--white);
  color: var(--charcoal);
  border-color: rgba(66,117,79,.18);
  box-shadow: 0 10px 28px rgba(91,90,86,.08);
}
.menu-section .search-pill:hover {
  background: var(--moment-beige);
  border-color: rgba(66,117,79,.28);
}
.menu-section .category-tabs {
  background: linear-gradient(180deg, rgba(240,235,230,.98) 72%, rgba(240,235,230,0));
}
.menu-section .category-tab {
  background: rgba(255,255,255,.82);
  color: var(--charcoal);
  border-color: rgba(66,117,79,.16);
}
.menu-section .category-tab:hover {
  color: var(--moment-green);
  border-color: rgba(66,117,79,.34);
  background: var(--white);
}
.menu-section .category-tab.active {
  background: var(--moment-green);
  color: var(--cream);
  border-color: var(--moment-green);
  box-shadow: 0 12px 28px rgba(66,117,79,.20);
}
.menu-section .group-heading span {
  background: linear-gradient(90deg, rgba(66,117,79,.50), rgba(249,192,158,.60), transparent);
}
.menu-section .group-note,
.menu-section .dish-body p,
.menu-section .empty-state p { color: rgba(91,90,86,.76); }
.menu-section .dish-card {
  background: linear-gradient(180deg, var(--white), rgba(217,207,203,.28));
  border-color: rgba(66,117,79,.13);
  box-shadow: 0 12px 34px rgba(91,90,86,.08);
}
.menu-section .dish-card:hover {
  border-color: rgba(66,117,79,.38);
  box-shadow: 0 22px 54px rgba(91,90,86,.16);
}
.menu-section .dish-kicker { color: var(--moment-green); }
.menu-section .dish-tag {
  background: rgba(132,182,150,.16);
  color: var(--moment-green);
  border-color: rgba(66,117,79,.12);
}
.menu-section .view-detail { color: var(--moment-green); }
.menu-section .empty-state { border-color: rgba(66,117,79,.22); }
.menu-section .empty-icon { color: var(--moment-green); }

.contact-section {
  background: var(--cream);
  padding-top: 0;
}
.contact-card {
  background: linear-gradient(125deg, var(--moment-green), rgba(66,117,79,.88));
  border-color: rgba(240,235,230,.22);
  box-shadow: 0 24px 60px rgba(91,90,86,.16);
}
.contact-card .eyebrow { color: var(--moment-green-soft); }
.contact-card h2 { color: var(--cream); }
.contact-card p { color: var(--moment-beige); }
.contact-link {
  background: rgba(240,235,230,.08);
  border-color: rgba(240,235,230,.16);
}
a.contact-link:hover { background: rgba(240,235,230,.14); }
.contact-link span { color: var(--moment-beige); }
.contact-link strong { color: var(--cream); }

@media (max-width: 640px) {
  .menu-section::before { right: -340px; opacity: .7; }
}
