/* FPDDining.com — The Viking Table. Brand: red #B01E23, dark red #7a1114, near-black #1a1a1a */
:root {
  --red: #B01E23;
  --red-dark: #7a1114;
  --ink: #1a1a1a;
  --gray: #555;
  --light: #fafafa;
  --border: #e3e3e3;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
}
img { max-width: 100%; }
a { color: var(--red); }

.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* Top bar */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: #fff; border-bottom: 3px solid var(--red);
  box-shadow: 0 1px 8px rgba(0,0,0,.08);
}
.topbar .container {
  display: flex; align-items: center; gap: 14px; padding-top: 8px; padding-bottom: 8px;
}
.topbar img.logo { height: 46px; }
.brand { font-weight: 800; letter-spacing: .5px; font-size: 15px; line-height: 1.2; }
.brand span { color: var(--red); }
.brand small { display: block; color: var(--gray); font-weight: 600; font-size: 10.5px;
  text-transform: uppercase; letter-spacing: 1.5px; }
.topnav { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.topnav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 14px; }
.topnav a:hover { color: var(--red); }
.topnav .btn { color: #fff; }
@media (max-width: 720px) { .topnav a.navlink { display: none; } }

/* Buttons */
.btn {
  display: inline-block; background: var(--red); color: #fff; text-decoration: none;
  font-weight: 700; padding: 11px 22px; border-radius: 6px; border: 2px solid var(--red);
  cursor: pointer; font-size: 15px; transition: background .15s;
}
.btn:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn.outline { background: transparent; color: #fff; border-color: #fff; }
.btn.outline:hover { background: rgba(255,255,255,.12); }
.btn.dark { background: var(--ink); border-color: var(--ink); }
.btn.dark:hover { background: #000; }

/* Hero */
.hero {
  background: linear-gradient(135deg, #151515 0%, #2a1214 70%, var(--red-dark) 130%);
  color: #fff; padding: 56px 0 50px; text-align: center;
}
.hero h1 { font-size: clamp(28px, 5vw, 44px); font-weight: 800; letter-spacing: .5px; }
.hero h1 span { color: #ff5a60; }
.hero .tag { color: #ddd; font-size: 17px; margin-top: 10px; }
.hero .week-label { display: inline-block; margin-top: 16px; background: rgba(255,255,255,.14);
  padding: 6px 18px; border-radius: 999px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; font-size: 13px; }
.hero .ctas { margin-top: 26px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Alerts */
.alert { padding: 14px 18px; border-radius: 8px; margin: 22px auto 0; font-weight: 600;
  max-width: 720px; }
.alert.ok { background: #e8f6ec; color: #1c6b32; border: 1px solid #b7e0c3; }
.alert.err { background: #fdecec; color: #8f1418; border: 1px solid #f0b9bb; }

/* Sections */
section { padding: 54px 0; }
section.alt { background: var(--light); }
.sec-head { text-align: center; margin-bottom: 30px; }
.sec-head h2 { font-size: 30px; font-weight: 800; }
.sec-head h2 span { color: var(--red); }
.sec-head p { color: var(--gray); margin-top: 6px; font-size: 16px; }

/* Menu tabs */
.tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 26px; }
.tab-btn {
  border: 2px solid var(--red); background: #fff; color: var(--red); font-weight: 700;
  padding: 9px 26px; border-radius: 999px; cursor: pointer; font-size: 15px;
}
.tab-btn.active { background: var(--red); color: #fff; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.week-sub { text-align: center; color: var(--gray); font-weight: 600; margin-bottom: 20px; }

/* Day cards */
.days { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.day-card {
  background: #fff; border: 1px solid var(--border); border-top: 5px solid var(--red);
  border-radius: 10px; padding: 16px 16px 14px; box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.day-card h3 { font-size: 17px; text-transform: uppercase; letter-spacing: 1px; }
.day-card .date { color: #999; font-weight: 600; font-size: 12.5px; margin-bottom: 8px; }
.pill { display: inline-block; font-size: 12px; font-weight: 700; padding: 3px 11px;
  border-radius: 999px; margin: 2px 4px 6px 0; }
.pill.special { background: var(--red); color: #fff; }
.pill.ps { background: #f3e2e3; color: var(--red-dark); border: 1px solid #d9a7a9; }
.station { margin-top: 10px; }
.station .st-name { font-size: 11px; font-weight: 800; color: var(--red);
  text-transform: uppercase; letter-spacing: 1.2px; }
.station .st-entree { font-weight: 700; font-size: 14.5px; }
.station .st-sides { color: var(--gray); font-size: 13px; }
.soup-line { margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--border);
  font-size: 13px; color: #444; }
/* The 3K-K strip uses station typography (same label/entree/sides sizes);
   a soft background tint is the only thing that sets it apart. */
.station.kline { margin-top: 10px; background: var(--light);
  border-radius: 6px; padding: 7px 10px; }
.no-service { color: #888; font-style: italic; padding: 12px 0; }

/* Everyday band */
.everyday {
  margin-top: 26px; background: var(--ink); color: #eee; border-radius: 10px;
  padding: 16px 22px; font-size: 14px; line-height: 1.6;
}
.everyday .ttl { color: #e8b4b6; font-weight: 800; text-transform: uppercase;
  letter-spacing: 1.2px; font-size: 12px; display: block; margin-bottom: 4px; }
.everyday b { color: #fff; }

.menu-empty { text-align: center; color: var(--gray); background: var(--light);
  border: 1px dashed var(--border); border-radius: 10px; padding: 40px 20px; }
.pdf-cta { text-align: center; margin-top: 26px; }

/* Pricing — even 3-across grid (two rows of three for the six tiers) */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  max-width: 920px; margin: 0 auto; }
@media (max-width: 860px) { .plans { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .plans { grid-template-columns: 1fr; } }
.plan {
  background: #fff; border: 1px solid var(--border); border-radius: 10px; text-align: center;
  padding: 22px 16px; box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.plan .grades { font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  color: var(--red); font-size: 14px; }
.plan .price { font-size: 28px; font-weight: 800; margin-top: 6px; }
.plan .meal { color: var(--gray); font-size: 13.5px; margin-top: 3px; }
.note { color: var(--gray); font-size: 13.5px; max-width: 820px; margin: 22px auto 0;
  text-align: center; }
.billing-callout {
  max-width: 820px; margin: 18px auto 0; background: #fff; border-left: 5px solid var(--red);
  border: 1px solid var(--border); border-left-width: 5px; border-left-color: var(--red);
  border-radius: 8px; padding: 14px 18px; font-size: 14.5px;
}
.billing-callout b { color: var(--red-dark); }

/* Forms */
.form-card {
  max-width: 640px; margin: 0 auto; background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 30px 30px 26px; box-shadow: 0 4px 18px rgba(0,0,0,.07);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-weight: 700; font-size: 13.5px; margin-bottom: 5px; }
.field label .req { color: var(--red); }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 12px; border: 1.5px solid #ccc; border-radius: 6px;
  font-size: 15px; font-family: inherit; background: #fff; color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--red);
}
.field.full { grid-column: 1 / -1; }
.checkline { display: flex; gap: 9px; align-items: flex-start; font-size: 14px;
  color: var(--gray); }
.checkline input { width: auto; margin-top: 3px; }
.form-actions { margin-top: 20px; text-align: center; }
.form-actions .btn { width: 100%; font-size: 16px; padding: 13px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Feedback */
#feedback .form-card { border-top: 6px solid var(--red); }
.stars { display: flex; flex-direction: row-reverse; justify-content: center; gap: 6px;
  margin: 4px 0 2px; }
.stars input { position: absolute; opacity: 0; width: 0; }
.stars label { font-size: 38px; color: #d9d9d9; cursor: pointer; transition: color .1s;
  line-height: 1; }
.stars label:hover, .stars label:hover ~ label,
.stars input:checked ~ label { color: #f5b301; }
.stars input:focus-visible ~ label { outline: 2px solid var(--red); }
.rating-hint { text-align: center; color: var(--gray); font-size: 13px; margin-bottom: 12px; }

/* Floating feedback button */
.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 60; background: var(--ink);
  color: #fff; text-decoration: none; font-weight: 700; padding: 13px 20px;
  border-radius: 999px; box-shadow: 0 6px 18px rgba(0,0,0,.28); font-size: 14.5px;
}
.fab:hover { background: var(--red); }

/* Footer */
footer { background: var(--ink); color: #bbb; padding: 34px 0; font-size: 13.5px; }
footer .container { display: flex; flex-wrap: wrap; gap: 20px; align-items: center;
  justify-content: space-between; }
footer a { color: #e8b4b6; }
footer .fbrand { color: #fff; font-weight: 800; }
