:root {
  --coffee-950: #24150f;
  --coffee-800: #4e2f22;
  --coffee-700: #6f4632;
  --coffee-500: #b87648;
  --coffee-300: #ebcaa8;
  --cream-100: #f8f2ea;
  --cream-200: #efe2d2;
  --text-dark: #231713;
  --text-soft: #6f5b52;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text-dark);
  background: #f8f2ea;
}

a {
  text-decoration: none;
}

.site-navbar {
  background: #3f281e;
  border-bottom: 0;
  padding: 1.1rem 0;
  box-shadow: 0 8px 20px rgba(18, 10, 7, 0.14);
}

.site-navbar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.brand-mark,
.hero-title,
.hero-subtitle,
.section-title,
.highlight-card h2 {
  font-family: "DM Serif Display", serif;
}

.nav-link {
  color: rgba(255, 248, 241, 0.92);
  display: inline-block;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  padding: 0.55rem 1rem !important;
  border-bottom: 0;
  transition: color 0.2s ease, background-color 0.2s ease;
}

@media (min-width: 992px) {
  .nav-menu {
    display: block !important;
  }

  .site-navbar .navbar-nav {
    display: flex;
    flex-direction: row;
  }

  .navbar-toggler {
    display: none;
  }
}

.nav-menu {
  display: block;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.btn-brand {
  background: linear-gradient(135deg, var(--coffee-500), #d29257);
  border: 0;
  color: #fff;
  padding-inline: 1.4rem;
  border-radius: 999px;
  font-weight: 700;
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background: linear-gradient(135deg, #a6673e, #c88349);
}

.hero-section {
  color: #fff;
  position: relative;
  padding-top: 1.5rem;
  background:
    linear-gradient(rgba(28, 18, 13, 0.78), rgba(28, 18, 13, 0.78)),
    url("https://images.unsplash.com/photo-1509042239860-f550ce710b93?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  min-height: 85vh;
}

.hero-section .container {
  padding: 2rem;
}

.hero-grid {
  min-height: 80vh;
  align-items: center;
}

.hero-tag,
.section-kicker,
.menu-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.hero-tag {
  padding: 0.5rem 0.9rem;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 1.25rem;
}

.hero-title {
  line-height: 1.05;
  max-width: 100%;
  font-weight: 400;
  font-size: clamp(3.8rem, 9vw, 6.5rem);
  margin-bottom: 0.5rem;
}

.hero-subtitle {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 400;
  margin-bottom: 1rem;
}

.hero-description {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.8;
  max-width: 34rem;
  margin-bottom: 0;
}

.hero-text,
.section-text {
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.7;
  max-width: 58ch;
}

.section-space {
  padding: 6rem 0;
}

.section-space .container,
.section-contact .container {
  padding: 2.5rem 0;
}

.section-kicker {
  color: var(--coffee-500);
  margin-bottom: 0.85rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--text-dark);
  margin-bottom: 1rem;
  font-weight: 400;
}

.section-text-light {
  color: #5a4438 !important;
}

#video .section-text,
#contato .section-text {
  color: #3c2a22;
}

.about-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(111, 70, 50, 0.12);
  padding: 1.5rem;
  box-shadow: 0 14px 30px rgba(62, 37, 27, 0.08);
  height: 100%;
}

.about-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.about-card p {
  color: #4a382f;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 0;
}

.about-item,
.menu-card,
.contact-card,
.video-frame {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(111, 70, 50, 0.12);
  padding: 1.5rem;
}

.about-item h3,
.menu-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
}

.about-item p,
.menu-card p,
.contact-card,
.site-footer {
  color: #4a382f;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.7;
}

.section-accent {
  background: #f3e7d8;
}

.menu-card {
  transition: transform 0.2s ease;
  box-shadow: 0 14px 30px rgba(62, 37, 27, 0.08);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 242, 234, 0.96));
}

.menu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(62, 37, 27, 0.12);
}

.menu-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  margin-bottom: 1rem;
}

.menu-badge {
  color: var(--coffee-700);
  margin-bottom: 1rem;
}

.menu-card strong {
  color: var(--coffee-800);
  font-size: 1.15rem;
  font-weight: 800;
  display: block;
  margin-top: auto;
}

.menu-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1rem 0 1.1rem;
}

.menu-meta span {
  border: 1px solid rgba(111, 70, 50, 0.18);
  color: #5a4438;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
}

.video-frame,
.contact-card {
  box-shadow: 0 14px 30px rgba(62, 37, 27, 0.08);
}

.contact-details {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-detail {
  border-left: 3px solid var(--coffee-500);
  padding-left: 1rem;
}

.contact-detail span {
  display: block;
  color: #8a6a58;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.contact-detail strong {
  color: var(--text-dark);
  font-size: 1.05rem;
  font-weight: 700;
}

.video-frame {
  padding: 1rem;
  background: #fffaf4;
}

.video-frame iframe,
.video-frame video {
  border: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-card .form-control {
  border-radius: 0;
  border: 1px solid rgba(111, 70, 50, 0.16);
  padding: 0.9rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  background: #ffffff;
}

.contact-card .form-label {
  color: var(--text-dark);
  font-size: 1rem;
  font-weight: 700;
}

.contact-card .form-control:focus {
  border-color: var(--coffee-500);
  box-shadow: 0 0 0 0.25rem rgba(184, 118, 72, 0.15);
}

.site-footer {
  background: linear-gradient(180deg, #24150f 0%, #1a0f0b 100%);
  border-top: 1px solid rgba(214, 160, 110, 0.12);
  color: rgba(255, 244, 235, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.footer-brand {
  color: #fff;
  font-family: "DM Serif Display", serif;
  font-size: 1.5rem;
}

.footer-info p:last-child {
  max-width: 30rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-contact a {
  color: rgba(255, 244, 235, 0.86);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.site-footer a {
  color: rgba(255, 244, 235, 0.86);
  font-weight: 700;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #fff;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 160, 110, 0.28);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 1.2rem;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover,
.footer-social a:focus {
  background: var(--coffee-500);
  border-color: var(--coffee-500);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .site-navbar .container {
    justify-content: flex-end;
  }

  .nav-menu {
    display: none;
    width: 100%;
  }

  .nav-menu.is-open {
    display: block;
  }

  .nav-menu {
    background: #3f281e;
    margin-top: 1rem;
    padding: 1rem;
    border: 0;
    box-shadow: 0 14px 28px rgba(18, 10, 7, 0.18);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
  }

  .navbar-toggler {
    margin-left: auto;
  }

  .nav-link {
    width: 100%;
    padding: 0.75rem 0 !important;
    border-bottom: 1px solid rgba(214, 160, 110, 0.12);
    text-align: center;
  }

  .navbar-nav {
    gap: 0 !important;
  }

  .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }

  .hero-title {
    max-width: 100%;
  }

  .hero-grid {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    background:
      linear-gradient(rgba(28, 18, 13, 0.84), rgba(28, 18, 13, 0.84)),
      url("https://images.unsplash.com/photo-1509042239860-f550ce710b93?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
    min-height: auto;
  }

  .section-space {
    padding: 4.5rem 0;
  }

  .hero-text {
    font-size: 1.05rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-section .container,
  .section-space .container,
  .section-contact .container {
    padding: 1.5rem;
  }

  .footer-contact {
    align-items: flex-start;
  }
}
