:root {
  --red: #C8281E;
  --yellow: #FFD978;
  --cream: #F6EEDF;
  --paper: #FFFBF2;
  --ink: #1E1A17;
  --ink-2: #15120F;
  --muted: #5C5148;
  --muted-dark: #BDB2A3;
  --line: #CFC2AA;
  --serif: 'DM Serif Display', Georgia, serif;
  --script: 'Kaushan Script', cursive;
  --sans: 'Figtree', 'Trebuchet MS', sans-serif;
  --pad: clamp(20px, 6vw, 120px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); background: var(--cream); color: var(--ink); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { opacity: .82; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; line-height: 1.02; }
p { margin: 0; text-wrap: pretty; }
section[id], div[id] { scroll-margin-top: 90px; }

.wrap { max-width: 1440px; margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.script { font-family: var(--script); font-size: clamp(21px, 2.2vw, 28px); color: var(--red); transform: rotate(-3deg); transform-origin: left center; display: inline-block; }
.dark .script, .script.on-dark { color: var(--yellow); }

/* Top bar + nav */
.topbar { background: var(--ink); color: var(--cream); font-size: 14px; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.topbar a { font-weight: 600; }
.topbar .links { display: flex; gap: 24px; }
.topbar .fb { color: #D9CDB8; font-weight: 400; }
.nav { position: sticky; top: 0; z-index: 50; background: var(--cream); border-bottom: 2px solid var(--ink); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 14px; }
.badge { width: 56px; height: 56px; border-radius: 50%; background: var(--red); border: 3px solid var(--ink); box-shadow: 0 0 0 3px var(--cream), 0 0 0 5px var(--ink); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; }
.badge b { font-family: var(--script); font-weight: 400; font-size: 18px; line-height: 1; }
.badge i { font-style: normal; font-size: 8.5px; font-weight: 700; letter-spacing: .22em; margin-top: 3px; }
.brand-name { font-family: var(--serif); font-size: 23px; line-height: 1; }
.brand-sub { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 32px; font-weight: 500; }
.nav-links a.active { border-bottom: 2px solid var(--red); padding: 4px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 26px; border-radius: 999px; font-weight: 700; font-size: 17px; border: 2px solid var(--ink); cursor: pointer; font-family: inherit; transition: transform .12s, box-shadow .12s; }
.btn svg { width: 19px; height: 19px; flex-shrink: 0; }
.btn-dark { background: var(--ink); color: var(--cream); min-height: 46px; padding: 0 20px; font-size: 16px; font-weight: 600; }
.btn-yellow { background: var(--yellow); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.btn-paper { background: var(--paper); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.btn-yellow:hover, .btn-paper:hover { opacity: 1; transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; min-height: 46px; font-weight: 600; font-size: 17px; border-bottom: 2px solid currentColor; }
.link-arrow svg { width: 18px; height: 18px; }
.burger { display: none; width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--ink); background: transparent; color: var(--ink); align-items: center; justify-content: center; padding: 0; cursor: pointer; }

/* Hero */
.hero { display: grid; grid-template-columns: 1fr 1fr; position: relative; min-height: 720px; }
.hero-text { background: var(--red); color: #fff; padding: 72px 64px 72px var(--pad); display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.hero-text .script { color: var(--yellow); font-size: 30px; }
.hero h1 { font-size: clamp(44px, 5.4vw, 78px); line-height: .98; letter-spacing: -.01em; }
.hero p { font-size: 19px; max-width: 500px; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 8px; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 10px; font-size: 15px; }
.hero-meta b { display: inline-flex; align-items: center; gap: 6px; }
.hero-meta svg { width: 16px; height: 16px; fill: var(--yellow); }
.hero-photo { position: relative; overflow: hidden; border-left: 2px solid var(--ink); min-height: 360px; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 20% 50%; }
.note { position: absolute; top: 44px; right: 56px; background: var(--paper); padding: 12px 20px 14px; transform: rotate(4deg); box-shadow: 3px 4px 0 rgba(30,26,23,.35); font-family: var(--script); font-size: 22px; line-height: 1.25; text-align: center; }
.stamp { position: absolute; left: 50%; bottom: 48px; width: 176px; height: 176px; margin-left: -88px; border-radius: 50%; background: var(--yellow); border: 3px solid var(--ink); box-shadow: 0 0 0 5px var(--yellow), 0 0 0 7px var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; animation: wobble 5s ease-in-out infinite; z-index: 2; }
.stamp small { font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.stamp strong { font-family: var(--serif); font-weight: 400; font-size: 50px; line-height: 1.05; }
.stamp em { font-family: var(--script); font-style: normal; font-size: 19px; }
@keyframes wobble { 0%, 100% { transform: rotate(-9deg); } 50% { transform: rotate(-5deg); } }

/* Gingham + marquee */
.gingham { height: 28px; background-color: var(--paper); background-image: linear-gradient(90deg, rgba(200,40,30,.55) 50%, transparent 50%), linear-gradient(rgba(200,40,30,.55) 50%, transparent 50%); background-size: 28px 28px; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.marquee { background: var(--ink); color: var(--cream); overflow: hidden; height: 64px; display: flex; align-items: center; }
.marquee-track { display: flex; align-items: center; gap: 28px; padding-left: 28px; white-space: nowrap; font-family: var(--serif); font-size: 22px; animation: marquee 38s linear infinite; flex-shrink: 0; }
.marquee-track span { color: var(--yellow); font-size: 14px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Sections */
.section { padding-top: clamp(56px, 8vw, 104px); padding-bottom: clamp(56px, 8vw, 104px); }
.section h2 { font-size: clamp(36px, 4.2vw, 56px); }
.dark { background: var(--ink); color: var(--cream); }
.yellow { background: var(--yellow); border-top: 2px solid var(--ink); }
.head-row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 32px; margin-bottom: 44px; }
.head-col { display: flex; flex-direction: column; gap: 10px; }

.why { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.card { border: 2px solid var(--ink); border-radius: 18px; box-shadow: 6px 6px 0 var(--ink); padding: 32px; display: flex; flex-direction: column; gap: 12px; font-size: 17px; }
.card svg { width: 44px; height: 44px; }
.card h3 { font-size: 30px; line-height: 1.05; }
.card:nth-child(1) { background: var(--yellow); transform: rotate(-1.2deg); }
.card:nth-child(2) { background: var(--paper); transform: rotate(.8deg); }
.card:nth-child(3) { background: var(--red); color: #fff; transform: rotate(-.6deg); }

/* Daily menu */
.daily { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 560px); gap: 64px; align-items: center; }
.daily-text { display: flex; flex-direction: column; gap: 20px; max-width: 520px; }
.daily-text h2 { font-size: clamp(44px, 5vw, 68px); }
.daily-text p { font-size: 18px; color: #D9CDB8; }
.steps { display: flex; flex-direction: column; gap: 14px; margin: 8px 0 0; padding: 0; list-style: none; font-size: 17px; }
.steps li { display: flex; align-items: center; gap: 16px; }
.steps b { width: 38px; height: 38px; border-radius: 50%; background: var(--yellow); color: var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 400; font-size: 19px; flex-shrink: 0; }
.steps a { font-weight: 700; border-bottom: 1.5px solid currentColor; }
.ticket-wrap { position: relative; }
.ticket { background: var(--paper); color: var(--ink); border-radius: 6px; padding: 36px 40px; display: flex; flex-direction: column; gap: 20px; transform: rotate(1.4deg); box-shadow: 10px 10px 0 var(--red); }
.ticket-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 16px; border-bottom: 2px solid var(--ink); padding-bottom: 14px; }
.ticket-head h3 { font-size: 32px; }
.ticket-head span { font-size: 13.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.tabs { display: flex; gap: 8px; }
.tabs button { flex: 1; min-width: 0; height: 46px; border-radius: 999px; border: 2px solid var(--ink); background: transparent; color: var(--ink); font-family: inherit; font-size: 15px; font-weight: 600; cursor: pointer; padding: 0; }
.tabs button[aria-pressed="true"] { background: var(--ink); color: var(--yellow); font-weight: 700; }
.tabs button.today:not([aria-pressed="true"]) { border-style: dashed; }
.rows { display: flex; flex-direction: column; gap: 16px; min-height: 190px; }
.row { display: flex; gap: 18px; align-items: baseline; }
.row .lab { width: 86px; flex-shrink: 0; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--red); }
.row .val { font-size: 18px; font-weight: 600; line-height: 1.35; }
.row .val small { display: block; font-size: 14px; font-weight: 400; color: var(--muted); margin-top: 2px; }
.row .val.soft { font-weight: 500; }
.row .val a { border-bottom: 1.5px solid var(--ink); }
.ticket-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px dashed var(--ink); padding-top: 18px; font-size: 15px; color: var(--muted); }
.ticket-foot strong { font-family: var(--serif); font-weight: 400; font-size: 34px; color: var(--ink); white-space: nowrap; }
.sticker { position: absolute; top: -46px; right: -30px; width: 112px; height: 112px; border-radius: 50%; background: var(--yellow); color: var(--ink); border: 2.5px solid var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(12deg); }
.sticker small { font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.sticker strong { font-family: var(--serif); font-weight: 400; font-size: 34px; line-height: 1.05; }
.snacks { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 56px; align-items: center; margin-top: 72px; padding-top: 48px; border-top: 1px dashed var(--muted); }
.snacks h3 { font-size: 34px; line-height: 1.05; margin-top: 4px; }
.snacks .sub { color: #D9CDB8; font-size: 16px; margin-top: 6px; }
.snack-days { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.snack-days div { border: 1.5px solid var(--muted); border-radius: 14px; padding: 16px 18px; }
.snack-days div.is-today { border-color: var(--yellow); background: rgba(255,217,120,.08); }
.snack-days small { display: block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow); }
.snack-days b { font-family: var(--serif); font-weight: 400; font-size: 24px; }

/* Classics */
.dishes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.dish { background: var(--paper); border: 2px solid var(--ink); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 5px 5px 0 var(--ink); transition: transform .15s; }
.dish:nth-child(odd) { transform: rotate(-.7deg); }
.dish:nth-child(even) { transform: rotate(.6deg); }
.dish:hover { transform: rotate(0) translateY(-4px); }
.dish-img { aspect-ratio: 4 / 3; background: #E9DDC6; border-bottom: 2px solid var(--ink); overflow: hidden; }
.dish-img img { width: 100%; height: 100%; object-fit: cover; }
.dish-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.dish-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.dish-top h3 { font-size: 23px; line-height: 1.1; }
.dish-top b { white-space: nowrap; font-size: 16px; }
.dish-body p { font-size: 14.5px; color: var(--muted); line-height: 1.45; }

/* Beer */
.beer { display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: 96px; align-items: center; }
.beer-text { display: flex; flex-direction: column; gap: 14px; }
.beer-lists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.plist { display: flex; flex-direction: column; gap: 14px; }
.plist h4 { margin: 0; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; border-bottom: 2px solid var(--ink); padding-bottom: 10px; }
.plist div { display: flex; justify-content: space-between; gap: 16px; font-size: 19px; }
.plist b { white-space: nowrap; }

/* Events */
.events { display: grid; grid-template-columns: minmax(0, 540px) minmax(0, 1fr); gap: 88px; align-items: center; }
.ph { aspect-ratio: 27 / 20; border-radius: 20px 200px 20px 20px; background: repeating-linear-gradient(135deg, #E9DDC6 0 14px, #E2D4BA 14px 28px); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); transform: rotate(-1.5deg); display: flex; align-items: center; justify-content: center; text-align: center; padding: 32px; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.events-text { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.events-text p { font-size: 18px; color: #4A4038; max-width: 520px; }

/* Contact */
.contact { display: grid; grid-template-columns: 340px 340px minmax(0, 1fr); gap: 72px; align-items: start; }
.contact h2 { font-size: 46px; margin-bottom: 24px; }
.hours { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; font-size: 17px; }
.hours small { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); }
.hours div { display: flex; justify-content: space-between; }
.cblock { margin-bottom: 22px; }
.cblock small { display: block; font-size: 14px; color: var(--muted-dark); }
.cblock a.big { font-family: var(--serif); font-size: 32px; }
.map { min-height: 420px; height: 100%; border-radius: 16px; border: 1.5px solid var(--muted); overflow: hidden; background: repeating-linear-gradient(135deg, #2A2521 0 14px, #26211D 14px 28px); display: flex; align-items: center; justify-content: center; text-align: center; color: var(--muted-dark); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; padding: 24px; }
.map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }
.underline { border-bottom: 1.5px solid currentColor; padding-bottom: 2px; font-weight: 600; }
.footer { background: var(--ink-2); color: var(--muted-dark); font-size: 14px; }
.footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 28px; padding-top: 34px; padding-bottom: 34px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 12px 28px; }

/* Menu page */
.page-head { background: var(--ink); color: var(--cream); }
.page-head .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; padding-top: 72px; padding-bottom: 72px; }
.page-head h1 { font-size: clamp(48px, 6vw, 84px); margin-top: 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; font-size: 15px; font-weight: 600; max-width: 640px; }
.chips a { min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--cream); display: inline-flex; align-items: center; }
.cat { padding-top: 72px; }
.cat-head { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 8px 24px; border-bottom: 2px solid var(--ink); padding-bottom: 22px; }
.cat-head h2 { font-size: clamp(34px, 3.6vw, 48px); line-height: 1.1; }
.cat-note { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--muted); padding-top: 8px; }
.pill { min-height: 40px; padding: 0 18px; border-radius: 999px; background: var(--red); color: #fff; display: inline-flex; align-items: center; font-family: var(--serif); font-size: 22px; }
.items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 64px; }
.items.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.item { display: flex; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); min-height: 92px; }
.items.compact .item { min-height: 60px; padding: 12px 0; }
.item-thumb { width: 72px; height: 72px; border-radius: 12px; border: 2px solid var(--ink); object-fit: cover; flex-shrink: 0; background: #E9DDC6; }
.item-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.item-top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.item-name { font-size: 18px; font-weight: 700; line-height: 1.25; }
.items.compact .item-name { font-size: 16.5px; font-weight: 600; }
.item-price { font-weight: 700; white-space: nowrap; }
.item-sub { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; color: var(--muted); line-height: 1.4; }
.item-sub span:last-child { white-space: nowrap; }
.tag { display: inline-block; margin-left: 8px; padding: 2px 9px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; vertical-align: 2px; background: var(--yellow); border: 1.5px solid var(--ink); }
.tag.oos { background: transparent; color: var(--muted); border-color: var(--muted); }
.item.is-oos { opacity: .55; }
.week { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; margin-top: 32px; }
.week div { background: var(--paper); border: 2px solid var(--ink); border-radius: 14px; box-shadow: 4px 4px 0 var(--ink); padding: 18px 20px; }
.week small { display: block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--red); }
.week b { font-family: var(--serif); font-weight: 400; font-size: 25px; }
.allergens { padding-top: 64px; padding-bottom: 88px; font-size: 14px; color: var(--muted); max-width: 1100px; }
.allergens small { display: block; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.loading { padding: 40px 0; color: var(--muted); }

/* Responsive */
@media (max-width: 1100px) {
  .dishes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .daily, .beer, .events, .snacks { grid-template-columns: 1fr; gap: 48px; }
  .contact { grid-template-columns: 1fr 1fr; gap: 48px; }
  .contact .map { grid-column: 1 / -1; }
  .ticket-wrap { max-width: 600px; }
  .items.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--cream); border-bottom: 2px solid var(--ink); flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--pad) 20px; }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 50px; display: flex; align-items: center; font-size: 18px; }
  .nav-links .btn { margin-top: 10px; justify-content: center; }
  .burger { display: flex; }
  .nav .wrap { min-height: 72px; }
  .topbar .fb { display: none; }
  .topbar .wrap { justify-content: center; text-align: center; font-size: 13px; }
  .topbar .links { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-text { padding: 48px var(--pad) 88px; }
  .hero-photo { border-left: 0; border-top: 2px solid var(--ink); height: 340px; }
  .hero-photo img { object-position: 30% 60%; }
  .note { top: auto; bottom: 20px; right: 16px; font-size: 17px; padding: 8px 14px 10px; }
  .stamp { left: auto; right: 20px; bottom: 270px; margin: 0; width: 124px; height: 124px; box-shadow: 0 0 0 4px var(--yellow), 0 0 0 6px var(--ink); }
  .stamp small { font-size: 8.5px; } .stamp strong { font-size: 34px; } .stamp em { font-size: 14px; }
  .btn { width: 100%; }
  .nav .btn-dark, .hero-cta .link-arrow { width: auto; }
  .hero-cta { gap: 14px; }
  .why { grid-template-columns: 1fr; gap: 24px; }
  .card { transform: none !important; padding: 26px; }
  .ticket { padding: 26px 22px; transform: rotate(.6deg); box-shadow: 6px 6px 0 var(--red); }
  .ticket-head h3 { font-size: 26px; }
  .row { flex-direction: column; gap: 3px; }
  .row .lab { width: auto; font-size: 11px; }
  .row .val { font-size: 16.5px; }
  .sticker { right: -6px; top: -58px; width: 96px; height: 96px; }
  .sticker strong { font-size: 28px; }
  .snack-days { grid-template-columns: 1fr; gap: 0; }
  .snack-days div { border: 0; border-top: 1px solid #4A423B; border-radius: 0; padding: 12px 0; display: flex; justify-content: space-between; align-items: baseline; }
  .snack-days div.is-today { background: transparent; }
  .snack-days b { font-size: 21px; }
  .dishes { gap: 18px; }
  .dish { transform: none !important; }
  .dish-top { flex-direction: column; gap: 2px; }
  .dish-top h3 { font-size: 19px; }
  .dish-body { padding: 14px; }
  .beer-lists { grid-template-columns: 1fr; gap: 36px; }
  .contact { grid-template-columns: 1fr; }
  .map, .map iframe { min-height: 260px; }
  .items, .items.compact { grid-template-columns: 1fr; }
  .week { grid-template-columns: 1fr 1fr; gap: 14px; }
  .page-head .wrap { padding-top: 48px; padding-bottom: 48px; }
  .cat { padding-top: 56px; }
}
@media (prefers-reduced-motion: reduce) {
  .stamp, .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
}
