:root {
  --ink: #171412;
  --muted: #685f57;
  --paper: #fff8ed;
  --panel: #ffffff;
  --charcoal: #20201d;
  --tomato: #d8341d;
  --marigold: #ffbd2f;
  --leaf: #28745d;
  --aqua: #d8f4ef;
  --line: rgba(23, 20, 18, 0.14);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(255, 248, 237, 0.92);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 48px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  align-items: center;
  background: var(--tomato);
  border: 2px solid var(--ink);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 1px;
}

nav {
  display: flex;
  gap: 6px;
}

nav a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  padding: 9px 12px;
}

nav a:hover {
  background: #fff;
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: calc(100vh - 72px);
  position: relative;
}

.hero-media {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3)),
    url("https://images.unsplash.com/photo-1600891964599-f61ba0e24092?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  min-height: 440px;
}

.hero-content {
  align-self: center;
  padding: clamp(32px, 6vw, 80px);
}

.eyebrow {
  color: var(--tomato);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(54px, 8vw, 112px);
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 24px;
  max-width: 680px;
}

h2 {
  font-size: clamp(32px, 4.5vw, 62px);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 6px;
}

p {
  color: var(--muted);
  line-height: 1.55;
}

.hero-copy {
  font-size: clamp(18px, 2vw, 24px);
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  align-items: center;
  border: 2px solid var(--ink);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
}

.button-primary {
  background: var(--tomato);
  color: #fff;
}

.button-secondary {
  background: #fff;
}

.today-panel {
  background: var(--charcoal);
  bottom: 28px;
  color: #fff;
  display: grid;
  gap: 7px;
  left: clamp(18px, 4vw, 48px);
  max-width: 290px;
  padding: 18px;
  position: absolute;
}

.today-panel strong {
  font-size: 22px;
}

.today-panel small,
.today-panel span {
  color: rgba(255, 255, 255, 0.78);
}

.today-panel a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.status-dot {
  background: #4bea96;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(75, 234, 150, 0.16);
  height: 10px;
  width: 10px;
}

.section-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-info article {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: clamp(22px, 4vw, 44px);
}

.info-label,
.badge {
  color: var(--leaf);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.quick-info strong {
  display: block;
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 8px;
}

.content-band {
  padding: clamp(42px, 7vw, 92px) clamp(18px, 4vw, 48px);
}

.menu-band {
  background: var(--aqua);
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 26px;
}

.section-heading h2 {
  max-width: 760px;
}

.menu-list {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 1040px;
}

.menu-item {
  align-items: center;
  background: #fff;
  border: 2px solid transparent;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(18px, 3vw, 28px);
}

.menu-item.featured {
  border-color: var(--tomato);
}

.menu-item p {
  margin-bottom: 0;
}

.menu-item strong {
  font-size: 32px;
}

.badge {
  background: var(--marigold);
  color: var(--ink);
  padding: 4px 8px;
}

.badge-muted {
  background: #e6e1d9;
}

.muted {
  opacity: 0.68;
}

.schedule-band {
  background: #fff8ed;
}

.schedule {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.schedule article {
  background: #fff;
  border: 1px solid var(--line);
  min-height: 170px;
  padding: 22px;
}

.schedule span {
  align-items: center;
  background: var(--charcoal);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 28px;
  width: 48px;
}

.schedule strong {
  display: block;
  font-size: 21px;
  margin-bottom: 8px;
}

.split-band,
.qr-band {
  align-items: start;
  background: #fff;
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
}

.split-band p,
.qr-band p {
  max-width: 680px;
}

.lead-form {
  background: var(--charcoal);
  color: #fff;
  display: grid;
  gap: 14px;
  padding: 24px;
}

label {
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
}

input {
  background: #fff;
  border: 0;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 0 12px;
  width: 100%;
}

button {
  background: var(--marigold);
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 48px;
}

.qr-band {
  background: var(--marigold);
}

.qr-band .eyebrow,
.qr-band p {
  color: var(--ink);
}

.qr-card {
  align-items: center;
  background: #fff;
  border: 3px solid var(--ink);
  display: grid;
  justify-items: center;
  padding: 22px;
  text-align: center;
}

.qr-card img {
  aspect-ratio: 1;
  display: block;
  max-width: 240px;
  width: 100%;
}

.qr-card strong {
  font-size: 22px;
  margin-top: 16px;
}

.qr-card span {
  color: var(--muted);
  margin-top: 4px;
}

.mobile-actions {
  background: var(--charcoal);
  bottom: 0;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.mobile-actions a {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 14px 8px;
  text-align: center;
}

.mobile-actions a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.pdf-menu {
  align-items: center;
  background: #fff;
  border: 2px solid var(--ink);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 26px auto 0;
  max-width: 1040px;
  padding: 22px;
}

.pdf-menu strong {
  display: block;
  font-size: 24px;
  margin-bottom: 4px;
}

.pdf-menu p {
  margin-bottom: 0;
  max-width: 640px;
}

.map-link {
  color: var(--tomato);
  display: inline-block;
  font-weight: 900;
  margin-top: 8px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.events-band {
  background: #fff;
}

.events-hero {
  background: var(--aqua);
}

.event-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-list-full {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-list article {
  border: 1px solid var(--line);
  display: grid;
  gap: 10px;
  padding: 22px;
}

.event-list .button {
  justify-self: start;
  min-height: 42px;
}

.about-preview,
.suggestion-band,
.owner-band,
.story-band {
  align-items: center;
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.crew-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crew-strip img,
.crew-grid img {
  aspect-ratio: 4 / 5;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.suggestion-band {
  background: var(--aqua);
}

textarea {
  background: #fff;
  border: 0;
  color: var(--ink);
  font: inherit;
  min-height: 110px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

input,
select {
  background: #fff;
  border: 0;
  color: var(--ink);
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

input[type="checkbox"] {
  accent-color: var(--tomato);
  min-height: auto;
  width: auto;
}

.ask-panel label {
  color: #fff;
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 7px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.suggestion-form a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.owner-band {
  background: var(--charcoal);
  color: #fff;
}

.owner-band .eyebrow,
.owner-band p {
  color: rgba(255, 255, 255, 0.78);
}

.owner-card {
  background: #fff;
  color: var(--ink);
  display: grid;
  gap: 8px;
  padding: clamp(22px, 4vw, 40px);
}

.owner-card span,
.owner-card small {
  color: var(--muted);
}

.owner-card strong {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.page-hero {
  align-items: end;
  background: var(--paper);
  display: grid;
  min-height: 56vh;
  padding: clamp(44px, 8vw, 110px) clamp(18px, 4vw, 48px);
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(255, 248, 237, 0.98), rgba(255, 248, 237, 0.65)),
    url("https://images.unsplash.com/photo-1559329007-40df8a9345d8?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
}

.story-band {
  background: #fff;
}

.story-copy {
  max-width: 680px;
}

.truck-photo {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18)),
    url("https://images.unsplash.com/photo-1565123409695-7b5ef63a2efb?auto=format&fit=crop&w=1400&q=80");
  background-position: center;
  background-size: cover;
  min-height: 320px;
}

.crew-band {
  background: var(--aqua);
}

.crew-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crew-grid article {
  background: #fff;
  padding: 14px;
}

.crew-grid strong {
  display: block;
  font-size: 24px;
  margin-top: 14px;
}

.owner-page {
  background: #11120f;
}

.secure-header {
  background: rgba(17, 18, 15, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.secure-header .brand small,
.secure-header nav a {
  color: rgba(255, 255, 255, 0.68);
}

.owner-shell {
  color: #fff;
}

.owner-dashboard {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  min-height: 56vh;
  padding: clamp(44px, 8vw, 110px) clamp(18px, 4vw, 48px);
}

.owner-dashboard .hero-copy {
  color: rgba(255, 255, 255, 0.68);
}

.secure-note,
.sam-response,
.owner-tools article,
.queue-list article {
  background: #fff;
  color: var(--ink);
  padding: 22px;
}

.secure-note {
  display: grid;
  gap: 8px;
}

.secure-note span,
.sam-response p,
.owner-tools p,
.queue-list p {
  color: var(--muted);
}

.ask-sam-grid {
  background: var(--marigold);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

.ask-panel {
  background: var(--charcoal);
  display: grid;
  gap: 14px;
  padding: 24px;
}

.ask-panel[hidden] {
  display: none;
}

.form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.toggle-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ask-panel .toggle-row label {
  align-items: center;
  display: flex;
  gap: 8px;
}

.form-status {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.security-rules {
  background: #fff;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.password-band {
  background: #11120f;
}

.password-form {
  max-width: 520px;
}

.security-rules article {
  border: 1px solid var(--line);
  padding: 22px;
}

.approval-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.approval-row button:last-child {
  background: var(--aqua);
}

.owner-tools {
  background: #11120f;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.suggestions-queue {
  background: #fff;
  color: var(--ink);
}

.queue-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.print-menu-page {
  background: #fff;
}

.print-menu {
  color: var(--ink);
  margin: 0 auto;
  max-width: 8.5in;
  padding: 0.55in;
}

.print-menu header {
  align-items: center;
  border-bottom: 4px solid var(--ink);
  display: flex;
  gap: 16px;
  margin-bottom: 0.3in;
  padding-bottom: 0.18in;
}

.print-menu h1 {
  font-size: 42px;
  line-height: 1;
  margin: 0;
}

.print-menu h2 {
  font-size: 26px;
}

.print-menu article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 14px 0;
}

.print-menu article p {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.print-menu footer {
  background: var(--marigold);
  display: grid;
  gap: 6px;
  margin-top: 0.35in;
  padding: 18px;
}

@media (max-width: 880px) {
  body {
    padding-bottom: 50px;
  }

  .site-header {
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 42vh;
    order: -1;
  }

  .hero-content {
    padding: 140px 18px 78px;
  }

  h1 {
    font-size: clamp(50px, 18vw, 82px);
  }

  .today-panel {
    bottom: auto;
    left: 18px;
    max-width: calc(100% - 36px);
    position: absolute;
    top: calc(42vh - 36px);
  }

  .section-grid,
  .schedule,
  .split-band,
  .qr-band,
  .about-preview,
  .suggestion-band,
  .owner-band,
  .story-band,
  .owner-dashboard,
  .ask-sam-grid,
  .owner-tools,
  .form-grid,
  .security-rules,
  .event-list,
  .event-list-full,
  .queue-list {
    grid-template-columns: 1fr;
  }

  .quick-info article {
    padding: 24px 18px;
  }

  .section-heading {
    align-items: start;
    display: block;
  }

  .menu-item {
    grid-template-columns: 1fr;
  }

  .menu-item strong {
    font-size: 28px;
  }

  .pdf-menu {
    align-items: stretch;
    display: grid;
  }

  .crew-strip,
  .crew-grid {
    grid-template-columns: 1fr;
  }

  .mobile-actions {
    display: grid;
  }
}

@media print {
  .site-header,
  .hero,
  .quick-info,
  .menu-band,
  .schedule-band,
  .split-band,
  .mobile-actions {
    display: none;
  }

  body {
    background: #fff;
    padding: 0;
  }

  .content-band.qr-band {
    background: #fff;
    display: block;
    padding: 0.5in;
  }

  .qr-band > div:first-child {
    margin-bottom: 0.25in;
  }

  .qr-card {
    break-inside: avoid;
    margin: 0 auto;
    max-width: 4.5in;
  }
}
