:root {
  --red: #b7361d;
  --orange: #e8812e;
  --yellow: #f4c542;
  --teal: #127a73;
  --pink: #d6386e;
  --cream: #fff8ea;
  --brown: #3a2215;
  --muted: #7a6554;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --display: "Rockwell", "Roboto Slab", Georgia, serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--cream); color: var(--brown); font-family: var(--sans); line-height: 1.6; font-size: 17px; }
a { color: inherit; }
.wrap { max-width: 1100px; margin: 0 auto; padding-inline: 20px; }
.section { padding-block: clamp(56px, 8vw, 96px); }
h1, h2, h3 { font-family: var(--display); line-height: 1.1; margin: 0 0 .4em; }
h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); color: var(--red); }
.sub { color: var(--muted); font-size: 1.08rem; margin-top: 0; }

.concept { background: #0e141b; color: #cfd6dd; font-size: .85rem; text-align: center; padding: 8px 16px; }
.concept a { color: #ff7a45; font-weight: 700; }


.top { background: var(--cream); border-bottom: 2px solid #f0dfc2; position: sticky; top: env(safe-area-inset-top, 0px); z-index: 10; }
.top__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.brand { font-family: var(--display); font-size: 1.6rem; font-weight: 700; text-decoration: none; color: var(--red); }
.brand span { color: var(--orange); }
.links { display: flex; gap: 26px; font-weight: 700; }
.links a { text-decoration: none; }
.links a:hover { color: var(--red); }
@media (max-width: 760px) { .links { display: none; } }

.btn { display: inline-block; background: var(--red); color: #fff; text-decoration: none; font-weight: 800; padding: 14px 24px; border-radius: 999px; border: 2px solid var(--red); }
.btn:hover { background: #972a14; border-color: #972a14; }
.btn--line { background: transparent; color: #fff; border-color: #fff; }
.btn--line:hover { background: #fff; color: var(--red); border-color: #fff; }
.btn--small { padding: 9px 16px; font-size: .9rem; }
.btn--dark { background: var(--brown); border-color: var(--brown); }
@media (max-width: 460px) { .btn--small { font-size: .78rem; padding: 8px 12px; } }

.hero { background: linear-gradient(135deg, var(--red), var(--orange)); color: #fff; padding-block: clamp(56px, 9vw, 110px); }
.hero__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .hero__grid { grid-template-columns: 1fr; } }
.kicker { text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; font-weight: 700; opacity: .9; margin: 0 0 14px; }
.hero h1 { font-size: clamp(2.3rem, 5.5vw, 4rem); }
.hero h1 span { color: var(--yellow); }
.lede { font-size: 1.18rem; opacity: .95; max-width: 560px; }
.ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero .btn:not(.btn--line) { background: var(--brown); border-color: var(--brown); }

.today { background: var(--cream); color: var(--brown); border-radius: 18px; padding: 28px; transform: rotate(2deg); box-shadow: 0 20px 50px rgba(58, 34, 21, .3); border: 3px dashed var(--orange); }
.today__label { text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 800; color: var(--teal); margin: 0; }
.today__name { font-family: var(--display); font-size: 2rem; font-weight: 700; color: var(--red); margin: 4px 0 8px; line-height: 1.1; }
.today__desc { margin: 0 0 12px; color: var(--muted); }
.today__price { font-family: var(--display); font-size: 1.8rem; font-weight: 700; margin: 0; }

.tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
@media (max-width: 900px) { .tabs { grid-template-columns: 1fr; } }
.menu-group { background: #fff; border-radius: 16px; padding: 26px; border-top: 6px solid var(--teal); box-shadow: 0 6px 20px rgba(58, 34, 21, .07); }
.menu-group:nth-child(2) { border-top-color: var(--pink); }
.menu-group:nth-child(3) { border-top-color: var(--yellow); }
.menu-group h3 { font-size: 1.5rem; }
.menu-group h3 small { display: block; font-family: var(--sans); font-size: .85rem; color: var(--muted); font-weight: 500; margin-top: 4px; }
.menu-group ul { list-style: none; padding: 0; margin: 0; }
.menu-group li { display: grid; grid-template-columns: 1fr auto; padding: 12px 0; border-bottom: 1px dashed #ead9bd; }
.menu-group li:last-child { border-bottom: 0; }
.menu-group li span { font-weight: 800; }
.menu-group li b { color: var(--red); }
.menu-group li small { grid-column: 1 / -1; color: var(--muted); font-size: .9rem; }

.section--orange { background: var(--yellow); }
.section--orange h2 { color: var(--brown); }
.catering { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 32px; align-items: center; }
@media (max-width: 900px) { .catering { grid-template-columns: 1fr; } }
.catering p { font-size: 1.1rem; margin: 0; }
.cat-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.cat-list li { background: var(--cream); border-radius: 10px; padding: 12px 16px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.cat-list span { color: var(--muted); }

.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 760px) { .visit { grid-template-columns: 1fr; gap: 24px; } }
.addr { font-size: 1.25rem; font-weight: 700; margin: 0 0 8px; }
.phone { font-family: var(--display); font-size: 2rem; text-decoration: none; color: var(--red); font-weight: 700; }
.small { color: var(--muted); }
.hours { margin: 0; background: #fff; border-radius: 16px; padding: 10px 26px; box-shadow: 0 6px 20px rgba(58, 34, 21, .07); }
.hours div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px dashed #ead9bd; flex-wrap: wrap; }
.hours div:last-child { border-bottom: 0; }
.hours dt { font-weight: 800; }
.hours dd { margin: 0; }

.foot { background: var(--brown); color: #d8c3a8; text-align: center; font-size: .85rem; padding: 26px 20px; }
