/* ============================================================
   Feed The Well BBQ & Biscuit Barn — "Smokehouse Modern"
   Brand fonts per V6.1 build-out: Bebas Neue (display),
   Kaushan Script (accent), Source Sans 3 (body, sub for Myriad Pro)
   ============================================================ */
:root {
  --char:    #17140f;   /* charcoal */
  --soot:    #211d17;   /* raised charcoal */
  --smoke:   #3a352d;
  --cream:   #f6efe2;   /* biscuit cream */
  --butter:  #eadfc8;
  --kraft:   #cdb891;   /* kraft paper tan */
  --ember:   #c8402f;   /* brand red */
  --ember-d: #a33224;
  --ash:     #8d8677;
  --line:    rgba(23,20,15,.14);
  --line-lt: rgba(246,239,226,.16);
  --display: 'Bebas Neue', 'Arial Narrow', sans-serif;
  --script:  'Kaushan Script', cursive;
  --body:    'Source Sans 3', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream); color: var(--char);
  font-family: var(--body); font-size: 16.5px; line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.2rem, 3.5vw, 2.5rem); }

/* ---------- type utilities ---------- */
.display {
  font-family: var(--display); font-weight: 400; letter-spacing: .02em;
  line-height: .95; text-transform: uppercase;
}
.script { font-family: var(--script); text-transform: none; }
.kicker {
  font-family: var(--display); font-size: 1.05rem; letter-spacing: .3em;
  text-transform: uppercase; color: var(--ember);
}
.on-dark .kicker { color: var(--kraft); }

/* ---------- ticker strip ---------- */
.ticker {
  background: var(--ember); color: var(--cream); overflow: hidden;
  font-family: var(--display); font-size: .95rem; letter-spacing: .18em;
  text-transform: uppercase; white-space: nowrap; padding: .45rem 0;
}
.ticker-track { display: inline-block; animation: tick 40s linear infinite; }
.ticker span { margin: 0 1.6rem; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ---------- nav ---------- */
.nav {
  background: var(--char); position: sticky; top: 0; z-index: 90;
  border-bottom: 1px solid #000;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.2rem, 3.5vw, 2.5rem);
  display: flex; align-items: center; justify-content: space-between; gap: 1.4rem;
  height: 72px;
}
.nav-logo img { height: 52px; width: auto; }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a {
  font-family: var(--display); font-size: 1.12rem; letter-spacing: .14em;
  color: var(--butter); text-decoration: none; transition: color .2s;
  text-transform: uppercase;
}
.nav-links a:hover { color: #fff; }
.nav-links a[aria-current="page"] { color: var(--ember); }
.btn-order {
  font-family: var(--display); font-size: 1.1rem; letter-spacing: .12em; text-transform: uppercase;
  background: var(--ember); color: var(--cream); text-decoration: none;
  padding: .55rem 1.5rem .45rem; border-radius: 2px; white-space: nowrap;
  transition: background .2s;
}
.btn-order:hover { background: var(--ember-d); }
.nav-toggle {
  display: none; background: none; border: 0; color: var(--cream);
  font-size: 1.7rem; cursor: pointer; line-height: 1; padding: .3rem;
}
@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--char); flex-direction: column; gap: 0; align-items: stretch;
    padding: .4rem 0 1rem; border-bottom: 1px solid #000;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .8rem clamp(1.2rem, 3.5vw, 2.5rem); }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block; font-family: var(--display); letter-spacing: .12em;
  text-transform: uppercase; font-size: 1.08rem; text-decoration: none;
  padding: .75rem 1.9rem .6rem; border-radius: 2px; border: 2px solid transparent;
  transition: all .2s; cursor: pointer;
}
.btn-ember { background: var(--ember); color: var(--cream); }
.btn-ember:hover { background: var(--ember-d); }
.btn-cream { background: var(--cream); color: var(--char); }
.btn-cream:hover { background: var(--butter); }
.btn-ghost { border-color: var(--cream); color: var(--cream); }
.btn-ghost:hover { background: var(--cream); color: var(--char); }
.btn-ghost-dark { border-color: var(--char); color: var(--char); }
.btn-ghost-dark:hover { background: var(--char); color: var(--cream); }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--char); color: var(--cream); overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: .5;
}
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(23,20,15,.55) 0%, rgba(23,20,15,.15) 45%, rgba(23,20,15,.82) 100%);
}
.hero-content {
  position: relative; text-align: center; max-width: 950px; margin: 0 auto;
  padding: clamp(4.5rem, 10vw, 8rem) 1.4rem clamp(4rem, 9vw, 7rem);
}
.hero-script {
  font-family: var(--script); font-size: clamp(1.5rem, 3.2vw, 2.3rem);
  color: var(--kraft); margin-bottom: 1rem; display: block; transform: rotate(-2deg);
}
.hero-title {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(3.4rem, 9.5vw, 7.5rem); line-height: .92; letter-spacing: .015em;
}
.hero-title em { font-style: normal; color: var(--ember); }
.hero-sub { max-width: 640px; margin: 1.6rem auto 0; font-size: 1.12rem; color: #efe8d9; }
.hero-ctas { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; margin-top: 2.4rem; }
.hero-logo { width: min(230px, 52vw); margin: 0 auto 2.2rem; }

/* page hero (interior pages) */
.page-hero .hero-content { padding: clamp(3.5rem, 7vw, 5.5rem) 1.4rem; }

/* ---------- day-part split ---------- */
.dayparts { display: grid; grid-template-columns: 1fr 1fr; }
@media (max-width: 860px) { .dayparts { grid-template-columns: 1fr; } }
.daypart {
  position: relative; color: var(--cream); padding: clamp(3rem, 6vw, 5rem) clamp(1.6rem, 4vw, 4rem);
  background: var(--soot); overflow: hidden; min-height: 380px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.daypart-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .38; transition: opacity .3s, transform .6s; }
.daypart:hover .daypart-bg { opacity: .5; transform: scale(1.03); }
.daypart > * { position: relative; }
.daypart .time {
  font-family: var(--display); letter-spacing: .25em; font-size: 1rem; color: var(--kraft);
}
.daypart h2 { font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4rem); line-height: .95; margin: .4rem 0 .7rem; text-transform: uppercase; }
.daypart p { max-width: 460px; color: #e8e1d2; margin-bottom: 1.4rem; }

/* ---------- sections ---------- */
.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.section-dark { background: var(--char); color: var(--cream); }
.section-tex { background: var(--char) url('../assets/burnt-wood.jpg') center/cover; position: relative; color: var(--cream); }
.section-tex::before { content: ""; position: absolute; inset: 0; background: rgba(23,20,15,.82); }
.section-tex > * { position: relative; }
.sec-title {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(2.3rem, 5vw, 3.6rem); line-height: .95; margin: .5rem 0 1.1rem;
}
.sec-title em { font-style: normal; color: var(--ember); }
.section-dark .sec-title em, .section-tex .sec-title em { color: var(--kraft); }
.lead { font-size: 1.1rem; color: #433d33; max-width: 680px; }
.section-dark .lead, .section-tex .lead { color: #e8e1d2; }
.prose p { margin-bottom: 1rem; }
.prose p:last-child { margin-bottom: 0; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* split layout */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.split img { border-radius: 4px; width: 100%; height: 100%; object-fit: cover; }
.frame { position: relative; }
.frame::after {
  content: ""; position: absolute; inset: 14px; border: 2px solid rgba(246,239,226,.0);
  border-radius: 2px; pointer-events: none;
}

/* stat / value strip */
.stat-strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1px;
  background: var(--line-lt); border-top: 1px solid var(--line-lt); border-bottom: 1px solid var(--line-lt);
}
.stat { background: var(--char); padding: 2.2rem 1.6rem; text-align: center; }
.stat .n { font-family: var(--display); font-size: 2.6rem; line-height: 1; color: var(--ember); }
.stat .l { font-family: var(--display); letter-spacing: .18em; font-size: .95rem; color: var(--kraft); text-transform: uppercase; margin-top: .4rem; }

/* cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; }
.card-f {
  background: #fffdf8; border: 1px solid var(--line); border-radius: 4px;
  padding: 2rem 1.7rem 1.8rem; position: relative; overflow: hidden;
}
.card-f::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--ember); }
.card-f h3 { font-family: var(--display); font-size: 1.65rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: .5rem; }
.card-f p { color: #4a443a; font-size: .96rem; }
.card-f ul { margin: .7rem 0 0 1.1rem; color: #4a443a; font-size: .95rem; }
.card-f li { margin-bottom: .3rem; }

/* ---------- menu ---------- */
.menu-tabs {
  position: sticky; top: 72px; z-index: 60; background: var(--cream);
  border-bottom: 2px solid var(--char); overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.menu-tabs-inner { display: flex; justify-content: center; min-width: max-content; padding: 0 1rem; gap: .3rem; }
.menu-tabs a {
  font-family: var(--display); font-size: 1.08rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ash); text-decoration: none; padding: .85rem 1rem .7rem;
  border-bottom: 3px solid transparent; white-space: nowrap; transition: color .2s;
}
.menu-tabs a:hover { color: var(--char); }
.menu-tabs a.active { color: var(--ember); border-color: var(--ember); }

.menu-section { padding: 3rem 0 .6rem; scroll-margin-top: 130px; }
.menu-head { display: flex; align-items: baseline; gap: 1rem; flex-wrap: wrap; margin-bottom: .3rem; }
.menu-head h2 { font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3rem); text-transform: uppercase; line-height: 1; }
.menu-head .when {
  font-family: var(--display); font-size: .95rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--cream); background: var(--char); padding: .3rem .8rem .2rem; border-radius: 2px;
}
.menu-blurb { color: #57503f; max-width: 700px; margin-bottom: 1.6rem; }
.menu-sub {
  font-family: var(--display); font-size: 1.5rem; letter-spacing: .06em; text-transform: uppercase;
  border-bottom: 2px solid var(--char); padding-bottom: .25rem; margin: 2.1rem 0 1rem;
}
.mi-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(295px, 1fr)); gap: .9rem; }
.mi {
  background: #fffdf8; border: 1px solid var(--line); border-radius: 4px;
  padding: 1.1rem 1.25rem 1rem; display: flex; flex-direction: column; gap: .3rem;
}
.mi-top { display: flex; justify-content: space-between; gap: .9rem; align-items: baseline; }
.mi-name { font-weight: 700; font-size: 1.02rem; line-height: 1.3; }
.mi-price { font-family: var(--display); font-size: 1.15rem; color: var(--ember); white-space: nowrap; }
.mi-desc { font-size: .88rem; color: #5b5445; line-height: 1.5; flex: 1; }
.mi-badge {
  align-self: flex-start; font-family: var(--display); font-size: .82rem; letter-spacing: .12em;
  text-transform: uppercase; background: var(--char); color: var(--cream);
  padding: .22rem .6rem .14rem; border-radius: 2px; margin-top: .25rem;
}
.mi-rows { border: 1px solid var(--line); border-radius: 4px; background: #fffdf8; overflow: hidden; }
.mi-row { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: .7rem 1.25rem; border-bottom: 1px solid var(--line); }
.mi-row:last-child { border-bottom: 0; }
.mi-row .r-note { color: #5b5445; font-size: .87rem; flex: 1; }
.mi-pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.mi-pills span { background: #fffdf8; border: 1px solid var(--line); border-radius: 2px; padding: .4rem .85rem .3rem; font-size: .92rem; font-weight: 600; }
.menu-note { font-size: .82rem; color: var(--ash); text-align: center; max-width: 640px; margin: 2.4rem auto 0; padding: 0 1.4rem; }
.menu-loading { text-align: center; padding: 4rem 1rem; color: var(--ash); font-family: var(--display); letter-spacing: .2em; text-transform: uppercase; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; background: var(--char); color: var(--cream); text-align: center; overflow: hidden; }
.cta-band .bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .32; }
.cta-inner { position: relative; padding: clamp(3.5rem, 7vw, 5.5rem) 1.4rem; }
.cta-inner h2 { font-family: var(--display); font-size: clamp(2.4rem, 5vw, 3.8rem); text-transform: uppercase; line-height: .95; }
.cta-inner .script { color: var(--kraft); font-size: clamp(1.3rem, 2.6vw, 1.9rem); display: block; margin-bottom: .6rem; transform: rotate(-2deg); }
.cta-inner p { max-width: 620px; margin: 1rem auto 1.8rem; color: #e8e1d2; }

/* ---------- quote ---------- */
.pull-quote {
  font-family: var(--script); font-size: clamp(1.3rem, 2.6vw, 1.8rem); line-height: 1.5;
  color: var(--char); max-width: 780px; margin: 0 auto;
}
.pull-quote-attr {
  font-family: var(--display); letter-spacing: .2em; text-transform: uppercase;
  font-size: .95rem; color: var(--ember); margin-top: 1.2rem;
}

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.c-block { margin-bottom: 1.5rem; }
.c-block h3 { font-family: var(--display); font-size: 1.15rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ember); margin-bottom: .25rem; }
.c-block a { text-decoration: none; border-bottom: 1px solid var(--line); }
.c-block a:hover { border-color: var(--char); }
.map-frame { border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.map-frame iframe { display: block; width: 100%; height: 420px; border: 0; }

/* ---------- footer ---------- */
footer.site { background: var(--char); color: var(--butter); padding: 3.6rem 0 2rem; }
.f-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.4rem; }
@media (max-width: 900px) { .f-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .f-grid { grid-template-columns: 1fr; } }
.f-brand img { height: 88px; margin-bottom: 1rem; }
.f-brand p { font-size: .9rem; max-width: 300px; color: #cfc6b2; }
footer.site h4 { font-family: var(--display); font-size: 1.05rem; letter-spacing: .22em; text-transform: uppercase; color: var(--kraft); margin-bottom: .8rem; }
footer.site ul { list-style: none; }
footer.site li { margin-bottom: .45rem; font-size: .92rem; }
footer.site a { color: #cfc6b2; text-decoration: none; }
footer.site a:hover { color: var(--cream); }
.f-social { display: flex; gap: .8rem; margin-top: 1.1rem; }
.f-social a {
  display: inline-flex; width: 40px; height: 40px; border: 1px solid var(--smoke); border-radius: 50%;
  align-items: center; justify-content: center; transition: border-color .2s;
}
.f-social a:hover { border-color: var(--kraft); }
.f-social svg { width: 17px; height: 17px; fill: #cfc6b2; }
.f-bottom {
  border-top: 1px solid var(--smoke); margin-top: 2.6rem; padding-top: 1.4rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: .8rem; color: #8d8677;
}
.f-bottom a { color: #8d8677; }
