/* ===================================================
   OLIVETO — style.css
   Dark rustic trattoria
   Bitter (headings) · Special Elite (body) · Kalam (menu/labels/prices) · Caveat (logo)
   Brush assets: bl-btn / bl-eyebrow / bl-circle / bl-badge (from bloczki.png)
   =================================================== */

:root {
  --bg:        #0B0806;
  --bg2:       #15100C;
  --text:      #D6CABE;
  --text2:     #B8A690;
  --ink:       #17110C;   /* dark text on light blocks */
  --accent:    #A97537;
  --accent-l:  #B68855;
  --accent-d:  #7C5428;
  --block-dark:  #433624;
  --block-light: #D8CCBC;
  --block-light2:#E2D6C5;
  --border:    #CFC2B1;
  --border-d:  rgba(214,202,190,.14);
  --olive:     #46502B;

  --display: 'Bitter', Georgia, 'Times New Roman', serif;
  --type:    'Special Elite', 'Courier New', monospace;
  --hand:    'Kalam', 'Comic Sans MS', cursive;
  --logo:    'Caveat', cursive;

  --container: 1200px;
  --sh-sm: 0 4px 16px rgba(0,0,0,.4);
  --sh-md: 0 18px 44px rgba(0,0,0,.5);
  --sh-lg: 0 30px 70px rgba(0,0,0,.6);
  --r: 16px;
  --nav-h: 78px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--type);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.hl { color: var(--accent-l); }

/* icons */
.sprite { display: none; }
.icn { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.14em; flex-shrink: 0; }
.icn-fill { fill: currentColor; stroke: none; }

/* ---- type helpers ---- */
.eyebrow {
  display: inline-block;
  font-family: var(--hand); font-weight: 700; font-size: 1.55rem; line-height: 1.1;
  color: var(--ink);
  background: url('bloczek_04_srodkowy_prawy.webp') center/100% 100% no-repeat;
  padding: 11px 48px; margin-bottom: 14px;
}
.section-title { font-family: var(--display); font-weight: 900; font-size: clamp(2rem, 4.2vw, 3.2rem); line-height: 1.06; letter-spacing: -.01em; color: var(--text); }
.section-sub { font-family: var(--type); color: var(--text2); margin-top: 14px; font-size: 1.02rem; }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--hand); font-size: 1.35rem; font-weight: 700; line-height: 1;
  padding: 15px 34px; border: none; background: none; cursor: pointer;
  transition: transform .2s cubic-bezier(.34,1.56,.64,1), filter .2s, color .2s;
}
.btn .icn { width: 1em; height: 1em; }
.btn-accent { color: var(--ink); background: url('bloczek_05_dolny_lewy.webp') center/100% 100% no-repeat; padding: 17px 40px; }
.btn-accent:hover { transform: translateY(-3px); filter: brightness(1.07); }
.btn-outline-l { color: var(--text); border: 2px solid var(--accent); border-radius: 40px 36px 42px 34px; }
.btn-outline-l:hover { background: rgba(169,117,55,.16); transform: translateY(-3px); }
.btn-block { width: 100%; }

/* =====================================================
   NAV
   ===================================================== */
.nav { position: sticky; top: 0; z-index: 100; transition: background .3s ease, box-shadow .3s ease; }
.nav::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,8,6,.85), rgba(11,8,6,0)); transition: opacity .3s; }
.nav.scrolled { background: var(--bg2); box-shadow: 0 6px 24px rgba(0,0,0,.5); }
.nav.scrolled::before { opacity: 0; }
.nav-inner { position: relative; max-width: var(--container); margin: 0 auto; padding: 14px 28px; display: flex; align-items: center; gap: 20px; min-height: var(--nav-h); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-badge { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; border: 2px solid var(--accent); border-radius: 50%; color: var(--accent-l); font-family: var(--display); font-weight: 900; font-size: 1.05rem; }
.brand-name { font-family: var(--logo); font-weight: 700; font-size: 2.2rem; line-height: 1; color: var(--text); }
.brand-name em { font-style: normal; color: var(--accent-l); }
.nav-links { display: flex; gap: 8px; margin-left: 18px; margin-right: auto; }
.nav-links a { font-family: var(--hand); font-size: 1.3rem; font-weight: 500; padding: 5px 14px; border-radius: 100px; color: var(--text); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--accent-l); }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-phone { display: inline-flex; align-items: center; gap: 9px; font-family: var(--hand); font-weight: 700; font-size: 1.25rem; color: var(--text); white-space: nowrap; }
.nav-phone .icn { width: 20px; height: 20px; color: var(--accent-l); }
.nav-phone:hover { color: var(--accent-l); }
.nav-menu-btn { font-family: var(--hand); font-size: 1.3rem; font-weight: 700; padding: 12px 30px; color: var(--ink); background: url('bloczek_05_dolny_lewy.webp') center/100% 100% no-repeat; white-space: nowrap; transition: transform .2s, filter .2s; }
.nav-menu-btn:hover { transform: translateY(-2px); filter: brightness(1.07); }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid rgba(214,202,190,.3); background: transparent; color: var(--text); place-items: center; cursor: pointer; }

/* =====================================================
   HERO
   ===================================================== */
.hero { position: relative; margin-top: calc(var(--nav-h) * -1); padding-top: var(--nav-h); min-height: 100vh; display: flex; align-items: center; background: #0B0806 url('bg.webp') center right / cover no-repeat; color: var(--text); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,8,6,.95) 0%, rgba(11,8,6,.85) 26%, rgba(11,8,6,.4) 50%, rgba(11,8,6,0) 68%); }
.hero-inner { position: relative; z-index: 3; max-width: var(--container); margin: 0 auto; width: 100%; padding: 40px 28px 96px; }
.hero-text { max-width: 640px; }
.hero-tag { display: inline-block; font-family: var(--hand); font-size: 1.55rem; font-weight: 700; color: var(--ink); background: url('bloczek_04_srodkowy_prawy.webp') center/100% 100% no-repeat; padding: 11px 48px; margin-bottom: 24px; }
.hero-title { font-family: var(--display); font-weight: 900; font-size: clamp(3.4rem, 8.4vw, 7rem); line-height: .95; letter-spacing: -.02em; color: var(--text); text-shadow: 0 4px 30px rgba(0,0,0,.6); }
.hero-title .hl { color: var(--accent-l); }
.hero-lead { font-family: var(--type); margin: 22px 0 32px; max-width: 460px; color: var(--text2); font-size: 1.12rem; line-height: 1.6; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.hero-stats { display: flex; align-items: center; gap: 22px; margin-top: 44px; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat .st-top { display: flex; align-items: center; gap: 8px; }
.hero-stat .st-top .icn { color: var(--accent-l); width: 20px; height: 20px; }
.hero-stat b { font-family: var(--hand); font-weight: 700; font-size: 2rem; line-height: 1; color: var(--text); }
.hero-stat span { font-family: var(--type); font-size: .92rem; color: var(--text2); margin-top: 4px; }
.hero-stats .vr { width: 1px; height: 46px; background: rgba(214,202,190,.22); }

.float-chip { position: absolute; z-index: 4; font-family: var(--hand); font-size: 1.6rem; font-weight: 700; color: var(--ink); background: url('bloczek_04_srodkowy_prawy.webp') center/100% 100% no-repeat; padding: 15px 46px; }
.float-chip::after { content: ""; position: absolute; width: 60px; height: 40px; border: 2px solid rgba(214,202,190,.55); border-top: none; }
.chip-1 { top: 19%; right: 30%; }
.chip-1::after { left: 18px; bottom: -40px; border-right: none; border-radius: 0 0 0 40px; }
.chip-2 { bottom: 15%; right: 6%; }
.chip-2::after { right: 26px; top: -38px; border-bottom: none; border-left: none; border-radius: 0 40px 0 0; }

.price-stamp { position: absolute; z-index: 4; left: 50.5%; bottom: 21%; width: 200px; height: 172px; display: grid; place-content: center; text-align: center; color: var(--block-light2); font-family: var(--hand); font-weight: 700; line-height: .88; background: url('bloczek_06_okrag.webp') center/contain no-repeat; transform: rotate(-6deg); }
.price-stamp small { display: block; font-size: 1.5rem; }
.price-stamp b { font-size: 3.4rem; }

.hero-scroll { position: absolute; left: 50%; bottom: 30px; z-index: 5; transform: translateX(-50%); color: rgba(214,202,190,.6); animation: bobY 2.2s ease-in-out infinite; }
.hero-scroll .icn { width: 26px; height: 26px; }
@keyframes bobY { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* =====================================================
   HIGHLIGHTS — dark brown blocks
   ===================================================== */
.highlights { max-width: var(--container); margin: 0 auto; padding: clamp(54px,7vw,88px) 28px clamp(20px,3vw,30px); }
.hl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.hl-card { background: var(--block-dark); border: 1px solid var(--border-d); border-radius: var(--r); padding: 30px 26px; box-shadow: var(--sh-sm); transition: transform .22s, box-shadow .22s; }
.hl-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.hl-ic { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: rgba(169,117,55,.2); color: var(--accent-l); margin-bottom: 18px; }
.hl-ic .icn { width: 27px; height: 27px; }
.hl-card h3 { font-family: var(--display); font-size: 1.35rem; font-weight: 800; color: var(--text); }
.hl-card p { font-family: var(--type); color: var(--text2); font-size: .98rem; margin-top: 8px; }

/* =====================================================
   SIGNATURE PREVIEW — light blocks
   ===================================================== */
.sig { max-width: var(--container); margin: 0 auto; padding: clamp(50px,6vw,84px) 28px; }
.sig-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 36px; flex-wrap: wrap; }
.sig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.sig-card { background: var(--block-light); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh-md); transition: transform .22s, box-shadow .22s; }
.sig-card:hover { transform: translateY(-6px); }
.sig-media { position: relative; overflow: hidden; }
.sig-media img { width: 100%; height: 260px; object-fit: cover; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.sig-card:hover .sig-media img { transform: scale(1.06); }
.sig-badge { position: absolute; top: 12px; left: 12px; font-family: var(--hand); font-size: 1.15rem; font-weight: 700; padding: 4px 18px; color: var(--ink); background: url('bloczek_01_gorny_lewy.webp') center/100% 100% no-repeat; }
.sig-body { padding: 22px 24px 26px; }
.sig-body h3 { font-family: var(--display); font-size: 1.5rem; font-weight: 800; color: var(--ink); }
.sig-body p { font-family: var(--type); color: #5c4f3d; font-size: .98rem; margin: 8px 0 14px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--hand); font-weight: 700; font-size: 1.25rem; color: var(--accent-d); }
.link-arrow .icn { width: 18px; height: 18px; transition: transform .2s; }
.link-arrow:hover .icn { transform: translateX(4px); }
.sig-cta { text-align: center; margin-top: 48px; }
.btn-lg { font-size: 1.9rem; padding: 22px 64px; }

/* google reviews badge */
.google-rev { display: inline-flex; align-items: center; gap: 11px; flex-wrap: wrap; justify-content: center; margin-top: 18px; background: var(--block-dark); border: 1px solid var(--border-d); padding: 10px 22px; border-radius: 100px; transition: transform .2s, border-color .2s; }
.google-rev:hover { transform: translateY(-2px); border-color: var(--accent); }
.g-logo { width: 23px; height: 23px; flex-shrink: 0; }
.google-rev strong { font-family: var(--hand); font-size: 1.75rem; font-weight: 700; color: var(--text); line-height: 1; }
.g-stars { display: inline-flex; gap: 2px; color: var(--gold); }
.g-stars .icn { width: 16px; height: 16px; }
.g-count { font-family: var(--type); font-size: .95rem; color: var(--text2); }

/* =====================================================
   PHILOSOPHY
   ===================================================== */
.philo { position: relative; background: var(--bg2) url('bg.webp') center / cover; color: var(--text); margin: clamp(24px,4vw,52px) 0; padding: clamp(58px,8vw,112px) 24px; text-align: center; }
.philo::before { content: ""; position: absolute; inset: 0; background: rgba(11,8,6,.86); }
.philo-in { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; }
.philo .icn { width: 44px; height: 44px; color: var(--accent-l); margin-bottom: 20px; }
.philo blockquote { font-family: var(--display); font-style: italic; font-size: clamp(1.6rem,3.4vw,2.6rem); font-weight: 800; line-height: 1.3; color: var(--text); }
.philo cite { display: block; margin-top: 24px; font-family: var(--logo); font-style: normal; font-size: 1.8rem; color: var(--accent-l); }

/* =====================================================
   ABOUT
   ===================================================== */
.about { max-width: var(--container); margin: 0 auto; padding: clamp(56px,7vw,98px) 28px; display: grid; grid-template-columns: .82fr 1fr; gap: clamp(32px,5vw,68px); align-items: center; }
.about-media { position: relative; }
.about-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r); box-shadow: var(--sh-lg); }
.about-stamp { position: absolute; bottom: -18px; right: -14px; width: 122px; height: 100px; display: grid; place-content: center; text-align: center; color: var(--ink); font-family: var(--hand); font-weight: 700; font-size: 1.4rem; line-height: 1; background: url('bloczek_06_okrag.webp') center/contain no-repeat; transform: rotate(-8deg); }
.about-text p { font-family: var(--type); color: var(--text2); margin-top: 16px; font-size: 1.05rem; }
.about-stats { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--border-d); }
.about-stats b { display: block; font-family: var(--hand); font-size: 2.6rem; font-weight: 700; color: var(--accent-l); line-height: 1; }
.about-stats span { font-family: var(--type); font-size: .92rem; color: var(--text2); }

/* =====================================================
   REVIEWS — light blocks, seamless loop
   ===================================================== */
.reviews { padding: clamp(46px,6vw,80px) 0; overflow: hidden; }
.menu-head { text-align: center; max-width: 660px; margin: 0 auto clamp(30px,4vw,46px); }
.rev-viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.rev-track { display: flex; gap: 22px; width: max-content; animation: rev-slide 60s linear infinite; padding: 6px 11px; }
.rev-track:hover { animation-play-state: paused; }
@keyframes rev-slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.rev { width: 360px; flex-shrink: 0; background: var(--block-light); border-radius: var(--r); padding: 26px; box-shadow: var(--sh-md); }
.stars { display: flex; gap: 3px; color: var(--accent); margin-bottom: 12px; }
.stars .icn { width: 17px; height: 17px; }
.rev p { font-family: var(--type); font-size: 1.02rem; line-height: 1.5; color: var(--ink); }
.rev span { display: block; margin-top: 14px; font-family: var(--hand); font-size: 1.25rem; color: var(--accent-d); font-weight: 700; }

/* =====================================================
   VISIT — dark blocks
   ===================================================== */
.visit { max-width: var(--container); margin: 0 auto; padding: clamp(54px,7vw,94px) 28px; }
.visit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 24px; }
.info-card { background: var(--block-dark); border: 1px solid var(--border-d); border-radius: var(--r); padding: 26px 24px; box-shadow: var(--sh-sm); transition: transform .22s, box-shadow .22s; }
.info-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.info-k { display: inline-flex; align-items: center; gap: 8px; font-family: var(--hand); font-size: 1.25rem; font-weight: 700; color: var(--accent-l); }
.info-k .icn { width: 18px; height: 18px; }
.info-card strong { display: block; font-family: var(--display); font-size: 1.3rem; font-weight: 800; color: var(--text); margin: 10px 0 6px; }
.info-card p { font-family: var(--type); color: var(--text2); font-size: .98rem; }
.info-card-cta { display: flex; flex-direction: column; }
.socials { display: flex; gap: 8px; margin: 14px 0 auto; }
.socials a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border-d); color: var(--text); display: grid; place-items: center; transition: all .2s; }
.socials a .icn { width: 19px; height: 19px; }
.socials a:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); transform: translateY(-2px); }
.info-card-cta .btn { margin-top: 16px; }
.map { border-radius: var(--r); overflow: hidden; border: 1px solid var(--border-d); box-shadow: var(--sh-md); height: 360px; }
.map iframe { width: 100%; height: 100%; border: 0; filter: sepia(.3) brightness(.85) contrast(1.05); }

/* =====================================================
   FOOTER
   ===================================================== */
.footer { background: var(--bg2); color: var(--text); margin-top: 44px; padding: 46px 28px 34px; }
.foot-top { max-width: var(--container); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-bottom: 22px; border-bottom: 1px solid var(--border-d); }
.foot-links { display: flex; gap: 6px; flex-wrap: wrap; }
.foot-links a { font-family: var(--hand); font-size: 1.25rem; padding: 6px 14px; border-radius: 100px; color: var(--text2); transition: color .2s; }
.foot-links a:hover { color: var(--accent-l); }
.foot-copy { max-width: var(--container); margin: 20px auto 0; font-family: var(--type); font-size: .9rem; color: var(--text2); text-align: center; opacity: .8; }

/* =====================================================
   MENU PAGE
   ===================================================== */
.menu-hero { position: relative; background: var(--bg2) url('bg.webp') center / cover; color: var(--text); text-align: center; padding: clamp(74px,9vw,124px) 24px clamp(52px,6vw,84px); }
.menu-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,8,6,.78), rgba(11,8,6,.9)); }
.menu-hero-in { position: relative; z-index: 2; max-width: 660px; margin: 0 auto; }
.menu-hero h1 { font-family: var(--display); font-weight: 900; font-size: clamp(2.8rem,7vw,4.6rem); letter-spacing: -.02em; line-height: .98; color: var(--text); }
.menu-hero p { font-family: var(--type); color: var(--text2); font-size: 1.05rem; margin: 16px auto 0; }

/* legend — cream band */
.legend { background: var(--block-light2); border-top: 3px solid var(--accent); }
.legend-in { max-width: var(--container); margin: 0 auto; padding: 18px 24px; display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; justify-content: center; }
.legend-t { font-family: var(--hand); font-size: 1.3rem; font-weight: 700; color: #5c4f3d; }

/* diet pills */
.diet { display: inline-flex; align-items: center; gap: 6px; font-family: var(--hand); font-size: 1.02rem; font-weight: 500; padding: 2px 12px; border-radius: 100px; border: 1px solid rgba(92,79,61,.25); color: var(--ink); background: rgba(255,255,255,.35); white-space: nowrap; line-height: 1.4; }
.diet .icn { width: 15px; height: 15px; }
.diet-veg { color: #3c6626; } .diet-veg .icn { color: #3c6626; }
.diet-vegan { color: #356b41; } .diet-vegan .icn { color: #356b41; }
.diet-gf { color: #8a6220; } .diet-gf .icn { color: #8a6220; }
.diet-spicy { color: #a5341f; } .diet-spicy .icn { color: #a5341f; }
.diet-fish { color: #2f5c73; } .diet-fish .icn { color: #2f5c73; }
.diet-nut { color: #7a4d22; } .diet-nut .icn { color: #7a4d22; }

/* sticky category nav */
.catnav { position: sticky; top: var(--nav-h); z-index: 90; background: var(--bg2); border-bottom: 1px solid var(--border-d); }
.catnav-row { max-width: var(--container); margin: 0 auto; padding: 8px 16px; display: flex; align-items: center; gap: 6px; }
.catnav-inner { flex: 1 1 auto; min-width: 0; display: flex; gap: 8px; overflow-x: auto; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px 2px; }
.catnav-inner::-webkit-scrollbar { display: none; }
.catnav a { flex-shrink: 0; font-family: var(--hand); font-size: 1.25rem; font-weight: 700; padding: 6px 20px; border-radius: 100px; color: var(--text2); transition: color .2s; white-space: nowrap; }
.catnav a:hover { color: var(--accent-l); }
.catnav a.active { color: var(--ink); background: url('bloczek_01_gorny_lewy.webp') center/100% 100% no-repeat; }
/* scroll arrows — desktop only; touch devices swipe the row */
.catnav-arrow { flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border-d); background: var(--block-dark); color: var(--text); display: none; place-items: center; cursor: pointer; transition: background .2s, color .2s, opacity .2s; }
.catnav-arrow svg { width: 20px; height: 20px; }
.catnav-arrow:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.catnav-arrow:disabled { opacity: .3; cursor: default; }
@media (hover: hover) and (pointer: fine) {
  .catnav-arrow.is-shown { display: grid; }
  .catnav-inner { cursor: grab; }
  .catnav-inner.dragging { cursor: grabbing; scroll-behavior: auto; }
}

/* menu sections — big image cards */
.menu-wrap { max-width: var(--container); margin: 0 auto; padding: clamp(36px,4vw,56px) 28px clamp(46px,6vw,80px); }
.m-section { padding-top: 26px; scroll-margin-top: calc(var(--nav-h) + 68px); }
.m-section + .m-section { margin-top: 56px; }
.m-head { display: flex; align-items: center; gap: 16px; padding-bottom: 18px; margin-bottom: 28px; border-bottom: 1px solid var(--border-d); }
.m-head-ic { width: 56px; height: 56px; border-radius: 50%; background: rgba(169,117,55,.2); color: var(--accent-l); display: grid; place-items: center; flex-shrink: 0; }
.m-head-ic .icn { width: 26px; height: 26px; }
.m-head h2 { font-family: var(--display); font-size: clamp(1.9rem,3.2vw,2.5rem); font-weight: 900; color: var(--text); letter-spacing: -.01em; }
.m-head p { font-family: var(--type); font-size: 1rem; color: var(--text2); }

.dish-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.dish-card { display: flex; flex-direction: column; background: var(--block-light); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh-md); transition: transform .22s, box-shadow .22s; }
.dish-card:hover { transform: translateY(-6px); }
.dc-media { position: relative; overflow: hidden; }
.dc-media img { width: 100%; height: 300px; object-fit: cover; transition: transform .55s cubic-bezier(.16,1,.3,1); }
.dish-card:hover .dc-media img { transform: scale(1.06); }
.dc-badge { position: absolute; top: 14px; left: 14px; font-family: var(--hand); font-size: 1.15rem; font-weight: 700; padding: 4px 20px; color: var(--ink); background: url('bloczek_01_gorny_lewy.webp') center/100% 100% no-repeat; }
.dc-body { padding: 20px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.dc-top { display: flex; align-items: baseline; gap: 12px; }
.dc-top h3 { font-family: var(--hand); font-size: 1.6rem; font-weight: 700; color: var(--ink); line-height: 1.1; }
.dc-dots { flex: 1; border-bottom: 2px dotted rgba(92,79,61,.4); transform: translateY(-5px); min-width: 16px; }
.dc-price { font-family: var(--hand); font-size: 1.7rem; font-weight: 700; color: var(--accent-d); white-space: nowrap; }
.dc-price small { font-family: var(--type); font-size: .68rem; font-weight: 400; color: #5c4f3d; }
.dc-desc { font-family: var(--type); color: #5c4f3d; font-size: .96rem; margin-top: 6px; flex: 1; }
.dc-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(92,79,61,.2); }
.dc-macros { display: inline-flex; align-items: center; gap: 7px; font-family: var(--hand); font-size: 1rem; font-weight: 500; color: #4a3f30; }
.dc-macros .icn { width: 16px; height: 16px; color: var(--accent-d); }
.dc-macros b { font-weight: 700; color: var(--ink); }
.dc-macros .sep { color: rgba(92,79,61,.4); }

.menu-foot-note { max-width: var(--container); margin: 42px auto 0; padding: 0 28px; text-align: center; font-family: var(--type); font-size: .95rem; color: var(--text2); }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1024px) {
  .hero::before { background: linear-gradient(180deg, rgba(11,8,6,.5) 0%, rgba(11,8,6,.5) 40%, rgba(11,8,6,.92) 100%); }
  .float-chip, .price-stamp { display: none; }
  .hl-grid { grid-template-columns: repeat(2, 1fr); }
  .sig-grid { grid-template-columns: repeat(2, 1fr); }
  .sig-grid .sig-card:last-child { grid-column: 1 / -1; }
  .about { grid-template-columns: 1fr; }
  .about-media { max-width: 420px; margin: 0 auto; }
  .visit-grid { grid-template-columns: repeat(2, 1fr); }
  .dish-grid { grid-template-columns: 1fr; }
  .dc-media img { height: 260px; }
}

@media (max-width: 780px) {
  .nav-links { position: absolute; top: 100%; left: 12px; right: 12px; flex-direction: column; gap: 2px; background: var(--bg2); border: 1px solid var(--border-d); border-radius: 16px; padding: 10px; margin: 8px 0 0; box-shadow: var(--sh-lg); display: none; }
  .nav-links.open { display: flex; }
  .nav-links { margin-left: 0; }
  .nav-toggle { display: grid; }
  .nav-phone, .nav-menu-btn { display: none; }
}

@media (max-width: 560px) {
  .nav-inner { padding: 10px 18px; gap: 12px; }
  .brand-name { font-size: 1.9rem; }
  .hero-title { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1; }
  .hero-stats { gap: 14px; }
  .hero-stat b { font-size: 1.6rem; }
  .hl-grid { grid-template-columns: 1fr; }
  .sig-grid { grid-template-columns: 1fr; }
  .visit-grid { grid-template-columns: 1fr; }
  .rev { width: 300px; }
  .dc-media img { height: 220px; }
  .dc-top h3 { font-size: 1.4rem; }
}

.reveal { will-change: opacity, transform; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
