:root {
  --dark: #151515;
  --warm: #c9853d;
  --cream: #fff8ef;
  --muted: #6f6f6f;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--dark);
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3, h4, .navbar-brand, .serif {
  font-family: 'Roboto Slab', Georgia, serif;
  letter-spacing: .03em;
}

a { color: #7a4a1e; }
a:hover { color: var(--warm); }

.site-navbar {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: background-color .25s ease, padding .25s ease;
}
.site-navbar.navbar-scrolled,
body.inner-page .site-navbar {
  background: rgba(0,0,0,.86);
  padding-top: .65rem;
  padding-bottom: .65rem;
}
.site-logo { width: 235px; max-width: 60vw; height: auto; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.92);
  font-size: 1.05rem;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link { color: #fff; text-decoration: underline; text-underline-offset: .45rem; }

.hero {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0,0,0,.42), rgba(0,0,0,.54)), url('../img/hero.jpg');
  background-size: cover;
  background-position: center center;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
.hero-kicker {
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  letter-spacing: .12em;
  text-transform: lowercase;
}
.hero h1 {
  font-size: clamp(3.25rem, 8vw, 5.75rem);
  font-weight: 700;
  text-shadow: 0 3px 16px rgba(0,0,0,.4);
}
.hero p { font-size: 1.2rem; }
.btn-outline-light {
  border-width: 2px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  padding: .85rem 2.8rem;
}

.section-padding { padding: 5rem 0; }
.bg-cream { background: var(--cream); }
.page-header {
  padding: 10rem 0 4rem;
  background: linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)), url('../img/peppers-02.jpeg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.page-header h1 { font-size: clamp(2.6rem, 7vw, 4.75rem); font-weight: 700; }

.lead-text { font-size: 1.22rem; color: #333; }
.card-soft {
  border: 0;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
  border-radius: .25rem;
  overflow: hidden;
}
.menu-item {
  border-bottom: 1px solid #eee;
  padding: 1.25rem 0;
}
.menu-item:last-child { border-bottom: 0; }
.menu-item h3 {
  font-size: 1.2rem;
  margin-bottom: .35rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.price {
  font-weight: 700;
  color: #7a4a1e;
  white-space: nowrap;
}
.note-box {
  background: #fff;
  border-left: 5px solid var(--warm);
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.contact-block h2 {
  text-transform: lowercase;
  font-size: 2rem;
  margin-bottom: 1.3rem;
}
.contact-label {
  font-family: 'Roboto Slab', Georgia, serif;
  text-transform: lowercase;
  font-size: 1.45rem;
  letter-spacing: .08em;
  margin-top: 2rem;
}
.site-footer {
  background: #151515;
  color: #cfcfcf;
}
.site-footer a { color: #fff; }
.footer-logo { width: 220px; max-width: 70%; height: auto; }

@media (max-width: 991.98px) {
  .site-navbar { background: rgba(0,0,0,.88); padding-top: .7rem; padding-bottom: .7rem; }
  .navbar-collapse { padding-top: 1rem; }
  .hero { min-height: 760px; background-position: 42% center; }
}

@media (max-width: 575.98px) {
  .site-logo { width: 195px; }
  .hero { min-height: 680px; }
  .section-padding { padding: 3.25rem 0; }
  .menu-item .d-flex { display: block !important; }
  .price { display: block; margin-top: .4rem; }
}
