:root {
  --ink: #201a18;
  --paper: #f8f5ef;
  --accent: #9d2f2e;
  --line: rgba(32, 26, 24, .14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }

.hero { min-height: 100svh; color: #fff; isolation: isolate; display: flex; flex-direction: column; position: relative; overflow: hidden; padding: 22px 22px 30px; }
.hero__image { position: absolute; inset: 0; z-index: -2; background: url("https://images.unsplash.com/photo-1579751626657-72bc17010498?auto=format&fit=crop&w=1600&q=88") center/cover; transform: scale(1.03); animation: breathe 12s ease-in-out infinite alternate; }
.hero__shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(10,7,6,.32) 0%, rgba(10,7,6,.08) 28%, rgba(10,7,6,.78) 85%, rgba(10,7,6,.93) 100%); }
.hero__topbar { display: flex; justify-content: space-between; align-items: center; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-family: var(--serif); font-size: 17px; }
.icon-button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.1); color: #fff; border-radius: 50%; cursor: pointer; backdrop-filter: blur(8px); }
.icon-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.hero__content { margin: auto 0 58px; max-width: 540px; animation: rise .8s .1s both; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .15em; font-weight: 700; font-size: 10px; margin: 0 0 12px; }
.eyebrow { color: rgba(255,255,255,.82); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 14px; font: 600 clamp(60px, 18vw, 104px)/.82 var(--serif); letter-spacing: -.065em; }
h1 em, h2 em { font-weight: 600; }
.hero__description { margin-bottom: 24px; font-size: 16px; color: rgba(255,255,255,.9); }
.hero__meta { display: flex; flex-wrap: wrap; gap: 14px; color: rgba(255,255,255,.92); font-size: 13px; }
.hero__meta small { opacity: .7; font-size: 11px; }.dot { display: inline-block; width: 6px; height: 6px; background: #e7b36e; border-radius: 50%; margin-right: 3px; vertical-align: 2px; }
.hero__actions { display: grid; gap: 10px; margin-top: 30px; max-width: 390px; }
.button { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; border-radius: 2px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }.button:hover { transform: translateY(-2px); }
.button--primary { background: #fff; color: var(--ink); }.button--primary span { color: var(--accent); font-size: 18px; }.button--ghost { border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(7px); }
.intro, .featured { padding: 82px 22px; max-width: 780px; margin: auto; }.section-label { color: var(--accent); }.intro h2, .featured h2 { margin-bottom: 0; font: 600 clamp(38px, 12vw, 62px)/.98 var(--serif); letter-spacing: -.055em; }.intro__text { max-width: 360px; margin: 34px 0 0; font-size: 16px; line-height: 1.6; color: color-mix(in srgb, var(--ink) 70%, transparent); }
.categories { position: sticky; top: 0; z-index: 10; display: flex; overflow-x: auto; gap: 10px; padding: 13px 22px; scrollbar-width: none; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 90%, transparent); backdrop-filter: blur(16px); box-shadow: 0 8px 22px rgba(35, 22, 15, .04); }.categories::-webkit-scrollbar { display: none; }.category { white-space: nowrap; border: 1px solid var(--line); padding: 11px 16px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: .2s; }.category span { font-size: 9px; margin-right: 8px; opacity: .55; }.category--active, .category:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.featured { padding-top: 70px; }.featured__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }.all-link { flex: 0 0 auto; border-bottom: 1px solid var(--accent); color: var(--accent); padding-bottom: 5px; font-size: 12px; font-weight: 700; }.all-link span { margin-left: 4px; font-size: 16px; }
.dish-card { background: #fff; box-shadow: 0 18px 45px rgba(58,37,22,.1); }.dish-card__image { min-height: 250px; background: url("https://images.unsplash.com/photo-1628840042765-356cda07504e?auto=format&fit=crop&w=1200&q=85") center/cover; }.dish-card__body { padding: 21px; }.dish-card__line { display: flex; align-items: center; justify-content: space-between; }.badge { color: var(--accent); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 700; }.dish-card__line strong { font-family: var(--serif); font-size: 21px; }.dish-card h3 { margin: 20px 0 8px; font: 600 32px var(--serif); letter-spacing: -.04em; }.dish-card p { margin-bottom: 20px; color: #6f6662; font-size: 14px; line-height: 1.55; }.tags { display: flex; gap: 8px; flex-wrap: wrap; }.tags span { background: #f7f2eb; padding: 7px 9px; font-size: 10px; border-radius: 3px; }
.menu-section { padding: 80px 22px; max-width: 780px; margin: auto; scroll-margin-top: 25px; }.menu-section--tinted { max-width: none; background: #eee7dc; padding-left: max(22px, calc((100% - 736px) / 2)); padding-right: max(22px, calc((100% - 736px) / 2)); }.menu-section__heading { margin-bottom: 34px; }.menu-list { border-top: 1px solid var(--line); }.menu-item { display: flex; justify-content: space-between; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }.menu-item h3 { margin: 0 0 7px; font: 600 22px/1.1 var(--serif); letter-spacing: -.035em; }.menu-item p { margin: 0; max-width: 480px; color: color-mix(in srgb, var(--ink) 65%, transparent); font-size: 13px; line-height: 1.55; }.menu-item strong { white-space: nowrap; font: 600 18px var(--serif); }.item-note { display: inline-block; margin-top: 10px; color: var(--accent); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }.footer { margin-top: 0; padding: 65px 22px; color: #f8f2ea; background: #221c1a; text-align: center; }.footer p:nth-child(2) { margin: 17px auto; color: rgba(255,255,255,.68); font-size: 13px; }.footer__link { display: inline-block; border-bottom: 1px solid #d8aa76; padding-bottom: 5px; color: #fff; font-size: 13px; font-weight: 700; }
body.dark { --paper: #171414; --ink: #f5eee7; --line: rgba(245,238,231,.18); }.dark .dish-card { background: #242020; }.dark .dish-card p { color: #c9bfba; }.dark .tags span { background: #332d2b; }.dark .button--primary { background: #f6eee5; }.dark .category--active, .dark .category:hover { background: #f6eee5; color: #201a18; }.dark .menu-section--tinted { background: #211d1c; }.dark .footer { background: #0d0b0b; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } } @keyframes breathe { to { transform: scale(1.1); } }
@media (min-width: 700px) { .hero { padding: 30px max(7vw, 55px) 48px; }.hero__content { margin-bottom: 70px; }.hero__actions { display: flex; }.button { min-width: 190px; }.intro { padding: 120px max(7vw, 55px); display: flex; align-items: end; justify-content: space-between; gap: 40px; max-width: 1100px; }.intro__text { margin: 0; }.categories { padding: 15px max(7vw, 55px); justify-content: center; }.featured, .menu-section { padding: 100px max(7vw, 55px); max-width: 1100px; }.menu-section--tinted { padding-left: max(7vw, calc((100% - 990px) / 2)); padding-right: max(7vw, calc((100% - 990px) / 2)); max-width: none; }.dish-card { display: grid; grid-template-columns: 1.1fr 1fr; }.dish-card__image { min-height: 355px; }.dish-card__body { padding: 42px; display: flex; flex-direction: column; justify-content: center; } }
