/* Knute's Bar & Grill — real brand palette from the Knute's logo (red/gold/charcoal) */
:root {
  --black: #14100c;
  --black-alt: #1d1712;
  --card: #251d16;
  --cream: #f7ecd1;
  --ink: #f7ecd1;
  --muted: #c2ad8c;
  --red: #c1272d;
  --red-deep: #8a1b1f;
  --gold: #f2c40f;
  --gold-deep: #d9ac00;
  --border: #3a2f22;
  --shadow: rgba(0, 0, 0, 0.4);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: clip; /* clip (not hidden) so position:sticky keeps working */
}

h1, h2, h3 {
  font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  font-weight: 700;
  text-wrap: balance;
  margin: 0;
}

a { color: inherit; }

.banner {
  background: var(--gold);
  color: var(--black);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.5rem 1rem;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--black-alt);
  border-bottom: 3px solid var(--red);
}

.nav-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1.5rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand img { height: 46px; width: auto; display: block; }

nav.links { display: flex; gap: 1.4rem; flex-wrap: wrap; }
nav.links a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}
nav.links a:hover { color: var(--gold); border-color: var(--red); }
nav.links a.active { color: var(--gold); border-color: var(--red); }
nav.links a.fb-link {
  color: var(--black);
  background: var(--gold);
  padding: 0.4rem 0.8rem;
  border-radius: 2px;
  border-bottom: none;
}
nav.links a.fb-link:hover { background: var(--gold-deep); color: var(--black); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--red);
  min-height: 520px;
  display: flex;
  align-items: flex-end;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background-image: url("../img/hero-burger.jpg");
  background-size: cover;
  background-position: center 40%;
}
.hero .hero-photo { background-image: url("../img/hero-burger.jpg"); }
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(10,7,4,0.94) 0%, rgba(10,7,4,0.72) 32%, rgba(10,7,4,0.28) 62%, rgba(10,7,4,0.15) 100%),
    linear-gradient(90deg, rgba(10,7,4,0.55) 0%, rgba(10,7,4,0.1) 55%);
}
.hero-wrap {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2.75rem;
  width: 100%;
}
.hero-copy { text-align: left; max-width: 620px; }
.hero .logo-big { height: 64px; width: auto; margin-bottom: 1.25rem; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5)); }
.hero .eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.hero h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); color: #fff5e6; margin-bottom: 0.9rem; }
.hero h1 .accent { color: #f4a63a; }
.hero p { max-width: 480px; margin: 0 0 2rem; color: #e6d8c3; font-size: 1.05rem; }
.cta-row { display: flex; gap: 0.9rem; flex-wrap: wrap; }

@media (max-width: 820px) {
  .hero { min-height: 460px; }
  .hero-copy { text-align: center; margin: 0 auto; }
  .hero-copy p { margin-left: auto; margin-right: auto; }
  .cta-row { justify-content: center; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 0.8rem 1.7rem;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.12s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-solid { background: var(--red); color: #fff5e6; }
.btn-solid:hover { background: var(--red-deep); }
.btn-ghost { border: 2px solid var(--gold); color: var(--ink); }
.btn-ghost:hover { border-color: var(--gold-deep); color: var(--gold); }

/* ---------- Sections ---------- */
.section { max-width: 1100px; margin: 0 auto; padding: 3.25rem 1.5rem; }
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 3px solid var(--red);
  padding-bottom: 0.6rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.section-head h2 { font-size: 1.75rem; color: var(--ink); }
.section-head .tag,
.tag {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 800;
}
.tag { display: block; margin-bottom: 0.4rem; color: var(--gold); }


/* ---------- Today's special hero band ---------- */
.special-band {
  background: var(--black-alt);
  border-bottom: 3px solid var(--red);
}
.special-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  min-height: 340px;
}
.special-photo {
  background-size: cover;
  background-position: center;
  min-height: 240px;
}
.special-copy { padding: 2.5rem 2rem 2.5rem 2.5rem; align-self: center; }
.special-copy h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--gold); margin: 0.3rem 0 0.8rem; }
.special-copy p { color: var(--muted); max-width: 520px; margin: 0 0 1.5rem; font-size: 1.02rem; }
@media (max-width: 720px) {
  .special-inner { grid-template-columns: 1fr; }
  .special-copy { padding: 1.75rem 1.5rem 2.25rem; }
}

.hero-slide { animation: heroFade 0.6s ease; }
@keyframes heroFade { from { opacity: 0; } to { opacity: 1; } }
.hero-dots { display: flex; justify-content: center; gap: 0.5rem; padding: 0.9rem 0; background: var(--black-alt); }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); border: none; padding: 0; cursor: pointer; }
.hero-dot.on { background: var(--gold); }

.promo-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.5rem 1.5rem;
}
.promo-inner img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 12px 40px var(--shadow);
}
@media (max-width: 720px) {
  .promo-inner { padding: 1.25rem 1rem; }
}

/* ---------- Week strip ---------- */
.week-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}
.week-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-top: 3px solid var(--border);
  border-radius: 3px;
  padding: 0.8rem 0.9rem;
}
.week-card.today { border-top-color: var(--gold); background: #2c231a; }
.week-day {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--red);
  margin-bottom: 0.25rem;
}
.week-card.today .week-day { color: var(--gold); }
.week-title { font-size: 0.88rem; font-weight: 700; line-height: 1.3; }

/* ---------- Bands ---------- */
.fb-band { background: var(--card); border-bottom: 3px solid var(--red); }
.fb-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.fb-band-inner p { margin: 0; color: var(--muted); max-width: 480px; }

.about-band, .catering-band {
  background: var(--black-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.about-teaser, .catering-teaser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.about-quote {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  color: var(--ink);
  line-height: 1.45;
  margin: 0.4rem 0 0;
  max-width: 560px;
}
.about-quote .mark { color: var(--red); }
.catering-teaser h2 { font-size: 1.6rem; margin: 0.4rem 0 0.6rem; }
.catering-teaser p { margin: 0; color: var(--muted); max-width: 460px; }

/* ---------- Menu ---------- */
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2.5rem; }
.menu-category { margin-bottom: 1.5rem; break-inside: avoid; }
.menu-category h3 {
  font-family: Georgia, serif;
  font-size: 1.15rem;
  color: var(--red);
  display: inline-block;
  margin-bottom: 0.75rem;
  border-bottom: 3px solid var(--gold);
  padding-bottom: 0.3rem;
}
.menu-note { color: var(--muted); font-size: 0.85rem; margin: 0 0 1rem; }
.menu-photo { margin: 0 0 1rem; border-radius: 4px; overflow: hidden; border: 1px solid var(--border); }
.menu-photo img { display: block; width: 100%; height: 190px; object-fit: cover; }
.menu-item { display: flex; justify-content: space-between; gap: 1rem; padding: 0.6rem 0; border-bottom: 1px dotted var(--border); }
.menu-item:last-child { border-bottom: none; }
.menu-item-name { font-weight: 700; }
.menu-item-desc { color: var(--muted); font-size: 0.85rem; margin-top: 0.15rem; }
.menu-item-price {
  font-variant-numeric: tabular-nums;
  color: var(--gold);
  font-weight: 800;
  white-space: nowrap;
  align-self: flex-start;
  text-align: right;
}

.day-banner {
  background: var(--card);
  border: 1px solid var(--gold-deep);
  border-left: 4px solid var(--gold);
  color: var(--ink);
  padding: 0.9rem 1.2rem;
  border-radius: 4px;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}
.day-banner a { color: var(--gold); font-weight: 700; }

.menu-columns { columns: 2 340px; column-gap: 2.5rem; }
.menu-columns .menu-category { display: inline-block; width: 100%; }

/* ---------- Catering ---------- */
.catering-intro { max-width: 640px; color: var(--muted); font-size: 1.02rem; margin: -1rem 0 1.5rem; }
.award-ribbon {
  display: inline-block;
  background: var(--red);
  color: #fff5e6;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  margin-bottom: 1.25rem;
}
.catering-cta { margin-top: 2.25rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.catering-cta-note { color: var(--muted); font-size: 0.9rem; font-weight: 600; }

.photo-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin: 2rem 0; }
.photo-band .ph { border-radius: 4px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 4px 18px var(--shadow); }
.photo-band .ph img { display: block; width: 100%; height: 230px; object-fit: cover; }

/* ---------- Catering request form ---------- */
.cf-grid label { display: block; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; margin-bottom: 0.3rem; }
#catering-form input:not([type="checkbox"]), #catering-form select, #catering-form textarea {
  width: 100%; background: var(--black-alt); color: var(--ink); border: 1px solid var(--border);
  border-radius: 3px; padding: 0.6rem 0.7rem; font-size: 1rem; font-family: inherit;
}
#catering-form input:focus, #catering-form select:focus, #catering-form textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.cf-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.cf-section { margin-bottom: 2.75rem; }
.cf-section h3 { font-family: Georgia, serif; font-size: 1.15rem; color: var(--red); display: inline-block;
  border-bottom: 3px solid var(--gold); padding-bottom: 0.3rem; margin-bottom: 0.4rem; }
.cf-note { color: var(--muted); font-size: 0.85rem; margin: 0 0 0.9rem; }
.cf-list { display: flex; flex-direction: column; margin-bottom: 0.6rem; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.cf-item { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.8rem 1rem; background: var(--card); transition: background 0.15s; }
.cf-item + .cf-item { border-top: 1px solid var(--border); }
.cf-item:hover { background: #241d16; }
.cf-item.on { background: #2c231a; box-shadow: inset 4px 0 0 var(--gold); }
.cf-check { flex: none; width: auto; accent-color: var(--red); transform: scale(1.3); margin-top: 0.3rem; }
.cf-item-main { flex: 1 1 auto; min-width: 0; }
.cf-name { display: block; font-weight: 700; font-size: 1rem; color: var(--ink); cursor: pointer; line-height: 1.3; overflow-wrap: break-word; }
.cf-desc { font-weight: 400; font-size: 0.84rem; color: var(--muted); margin: 0.3rem 0 0; line-height: 1.5; }
.cf-item-side { flex: none; margin-left: auto; display: flex; align-items: center; gap: 1.1rem; }
.cf-price { text-align: right; white-space: nowrap; font-weight: 700; font-size: 0.92rem; color: var(--gold); font-variant-numeric: tabular-nums; min-width: 5.2rem; }
.cf-unit { display: block; font-size: 0.66rem; font-weight: 400; color: var(--muted); text-transform: none; letter-spacing: 0; white-space: normal; margin-top: 0.15rem; }
.cf-qtylabel { display: flex; flex-direction: column; align-items: flex-end; gap: 0.2rem;
  font-size: 0.66rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; margin: 0; }
.cf-unitqty, .cf-hc { width: 4.2rem !important; text-align: right; padding: 0.4rem 0.5rem !important; }
.cf-linetotal { min-width: 5.2rem; text-align: right; font-weight: 800; font-size: 1rem; color: var(--gold); font-variant-numeric: tabular-nums; }
@media (max-width: 640px) {
  .cf-item { flex-wrap: wrap; }
  .cf-item-side { margin-left: 2rem; width: 100%; flex-wrap: wrap; justify-content: flex-start; margin-top: 0.6rem; }
}
.cf-estimate { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  background: var(--card); border: 1px solid var(--gold-deep); border-left: 4px solid var(--gold);
  border-radius: 4px; padding: 1rem 1.25rem; margin: 1.5rem 0; position: sticky; bottom: 1rem; }
.cf-estimate .cf-total { font-size: 1.8rem; font-weight: 800; color: var(--gold); font-variant-numeric: tabular-nums; }
.cf-tax-note { font-weight: 700; color: var(--gold); margin-top: 0.25rem; }
.cf-error { background: #3a1a1a; border: 1px solid #6b3f3f; color: #e8c0c0; padding: 0.7rem 1rem; border-radius: 3px; margin: 1rem 0; }
.cf-done { background: var(--card); border: 1px solid var(--border); border-left: 4px solid var(--gold); border-radius: 4px; padding: 1.5rem; }
.cf-done h3 { font-family: Georgia, serif; color: var(--gold); font-size: 1.3rem; margin-bottom: 0.5rem; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; align-items: start; }
.about-body { color: var(--muted); font-size: 0.98rem; line-height: 1.6; margin: 0 0 1rem; }
.kitchen-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 4px solid var(--red);
  border-radius: 3px;
  padding: 1.5rem 1.6rem;
}
.kerry-photo { position: relative; border-radius: 4px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 4px 18px var(--shadow); margin-bottom: 1.5rem; }
.kerry-photo img { display: block; width: 100%; height: auto; object-fit: cover; }
.kerry-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(0deg, rgba(10,7,4,0.85), rgba(10,7,4,0));
  color: #f7ecd1;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 1.5rem 1rem 0.6rem;
}
@media (max-width: 780px) { .about-grid { grid-template-columns: 1fr; } }

/* ---------- Visit / info ---------- */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.25rem; }
.info-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 3px;
  padding: 1.25rem 1.4rem;
  box-shadow: 0 2px 10px var(--shadow);
}
.info-card .label {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.storefront { margin: 2rem 0 1.5rem; border-radius: 4px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 4px 18px var(--shadow); }
.storefront img { display: block; width: 100%; height: auto; max-height: 380px; object-fit: cover; }

.social-row { display: flex; justify-content: center; gap: 1rem; margin-top: 0.5rem; flex-wrap: wrap; }
.social-row a {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  text-decoration: none;
  border: 1px solid var(--border);
  padding: 0.4rem 0.9rem;
  border-radius: 2px;
}
.social-row a:hover { color: var(--gold); border-color: var(--gold-deep); }

footer { text-align: center; padding: 2.5rem 1.5rem 3rem; color: var(--muted); font-size: 0.85rem; border-top: 1px solid var(--border); }
footer img { height: 34px; margin-bottom: 0.75rem; opacity: 0.85; }
footer .fine { margin-top: 0.5rem; font-size: 0.78rem; opacity: 0.7; }

@media (max-width: 560px) { .section { padding: 2.25rem 1.25rem; } }
@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }
