:root {
  --vinos-charcoal: #414141;
  --vinos-orange: #f6ab46;
  --vinos-orange-dark: #9b5a08;
  --vinos-mist: rgb(248, 249, 250);
  --vinos-ink: #303235;
  --vinos-muted: #687078;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  color: var(--vinos-ink);
  background: #fff;
  line-height: 1.65;
}

a {
  color: #80500f;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #4f3008;
}

.skip-link {
  position: absolute;
  z-index: 1100;
  top: -4rem;
  left: 1rem;
  padding: 0.65rem 1rem;
  color: #fff;
  background: var(--vinos-charcoal);
}

.skip-link:focus {
  top: 1rem;
}

.navbar {
  background: #414141;
}

.navbar-collapse {
  flex-grow: 0;
}

.navbar-brand img {
  display: block;
  width: auto;
  max-height: 76px;
}

.navbar .nav-link {
  position: relative;
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #fff;
}

.navbar .nav-link.active::after {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0.25rem auto 0;
  content: "";
  background: var(--vinos-orange);
}

.hero {
  border-bottom: 1px solid #eceff1;
  background: var(--vinos-mist);
}

.hero .lead {
  max-width: 830px;
  color: #5b6167;
}

.eyebrow,
.section-kicker {
  margin-bottom: 0.35rem;
  color: var(--vinos-orange-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  letter-spacing: -0.02em;
}

.btn-outline-secondary {
  border-color: #737a80;
  color: #4c5358;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  border-color: var(--vinos-charcoal);
  background: var(--vinos-charcoal);
  color: #fff;
}

.content-column {
  min-height: 315px;
}

.start-image {
  width: 280px;
  height: 187px;
  object-fit: cover;
}

.opening-card {
  border-top: 3px solid var(--vinos-orange);
  background: var(--vinos-mist);
}

.hours-list {
  display: grid;
  gap: 0.7rem;
}

.hours-list > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #e1e4e6;
}

.hours-list dt,
.hours-list dd {
  margin: 0;
}

.hours-list dd {
  white-space: nowrap;
}

.video-frame,
.carousel {
  overflow: hidden;
  border-radius: 0.4rem;
  background: #111;
  box-shadow: 0 18px 40px rgba(30, 30, 30, 0.14);
}

.carousel-item img {
  aspect-ratio: 73 / 46;
  object-fit: cover;
}

.carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.5rem 1rem 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  text-align: left;
}

.carousel-caption span {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.carousel-control-prev,
.carousel-control-next {
  border: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent);
}

.carousel-control-next {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4), transparent);
}

.menu-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e3e5e6;
  border-top: 3px solid var(--vinos-orange);
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 20, 20, 0.06);
}

.menu-card > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.dish {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.9rem 0;
  border-top: 1px solid #eceeef;
}

.dish:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.dish p {
  color: var(--vinos-muted);
}

.dish strong {
  color: var(--vinos-orange-dark);
  white-space: nowrap;
}

.legal-copy h2 {
  margin-top: 2rem;
  font-size: 1.25rem;
}

.legal-copy h2:first-of-type {
  margin-top: 0;
}

.legal-copy p,
.legal-copy ul {
  max-width: 76ch;
}

.legal-note {
  max-width: 76ch;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--vinos-orange);
  background: #fff8ed;
  color: #65491f;
  font-size: 0.92rem;
}

.footer {
  border: 1px solid var(--vinos-orange);
  color: #52575b;
  font-size: 0.92rem;
}

.footer strong {
  color: var(--vinos-ink);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand img {
    max-height: 64px;
  }

  .navbar .nav-link {
    padding-right: 0.38rem !important;
    padding-left: 0.38rem !important;
    font-size: 0.78rem;
  }

  .dish {
    display: block;
  }

  .dish strong {
    display: inline-block;
    margin-top: 0.25rem;
  }
}

@media (max-width: 767.98px) {
  .navbar .nav-link.active::after {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .hero .display-4 {
    font-size: 2.4rem;
  }

  .start-image {
    float: none !important;
    width: 100%;
    height: auto;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  .footer .text-sm-end {
    margin-top: 1rem;
    text-align: left !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
