:root {
  --primary-brown: #6B4E31;
  --dark-brown: #3F2A1F;        
  --accent-gold: #d77505;
  --cream: #F8F1E3;
  --light-cream: #FAF6ED;
  --soft-cream: #f5e9d2;
  --white: #FFFFFF;
  --text-dark: #3C2F2F;
  --text-light: #f8f1e3;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: var(--light-cream);
  color: var(--text-dark);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-brown);
  font-weight: 700;
}

.navbar {
  background-color: var(--dark-brown) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
  color: var(--accent-gold) !important;
  font-size: 1.75rem;
  font-weight: 700;
}

.navbar-brand img {
  width: 45px;          
  height: 45px;
  border-radius: 50%;    
  object-fit: cover;    
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.nav-link {
  color: #ffffff !important;
  font-weight: 500;
}

.nav-link:hover, .nav-link.active {
  color: var(--accent-gold) !important;
}

.navbar .social-fb {
  color: #ffffff;
  font-size: 1.45rem;
  margin-left: 12px;
  transition: all 0.3s ease;
}

.navbar .social-fb:hover {
  color: var(--accent-gold);
  transform: scale(1.1);
}

.btn-starbucks, .btn-visit, .btn-warning, .btn-primary {
  background-color: var(--accent-gold);
  color: white;
  border: none;
  padding: 12px 32px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-starbucks:hover, .btn-visit:hover, .btn-warning:hover, .btn-primary:hover {
  background-color: #b35c00;
  transform: translateY(-3px);
}

.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: var(--primary-brown);
  font-size: 2.6rem;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: var(--accent-gold);
}

.menu-section-title {
  color: var(--primary-brown);
  font-size: 1.85rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.8rem;
}

.menu-section-title:first-of-type {
  margin-top: 2rem;
}

.simple-menu-item {
  background: white;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(107, 78, 49, 0.08);
  font-size: 1.08rem;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  margin-bottom: 12px;
}

.simple-menu-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(107, 78, 49, 0.15);
  color: var(--primary-brown);
}

.simple-menu-item .price {
  color: var(--accent-gold);
  font-weight: 700;
  white-space: nowrap;
  margin-left: 12px;
}

.price-note {
  background: var(--cream);
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 600;
  color: var(--primary-brown);
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.featured-drink {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(107, 78, 49, 0.1);
  transition: all 0.4s ease;
  height: 100%;
}

.drink-image-wrapper {
  height: 280px;
  overflow: hidden;
  background-color: var(--cream);
}

.drink-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.featured-drink:hover .drink-image {
  transform: scale(1.06);
}

.drink-name {
  font-weight: 600;
  color: var(--primary-brown);
}

.price {
  color: var(--accent-gold);
  font-weight: 700;
}

.hero-home, .about-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
}

.interior-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-home::after,
.about-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0.30), 
    rgba(63, 42, 31, 0.65)
  ) !important;
  z-index: 2;
}

.hero-content, .about-content {
  position: relative;
  z-index: 3;
  max-width: 580px;
  padding: 2rem;
}

.about-hero h1,
.hero-home .brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.05;
  text-shadow: 0 4px 25px rgba(0,0,0,0.8);
}

.hero-home .brand-name {
  font-size: 5.2rem;
  color: #ffffff;               
}

.about-hero h1 {
  font-size: 4.8rem;
  color: white;
  text-shadow: 0 4px 20px rgba(0,0,0,0.7);
}

.about-text p,
.hero-content p {
  font-size: 1.18rem;
  line-height: 1.85;
  color: #f8f1e3 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.hero-content .lead {
  color: #f5e9d2;
  font-weight: 500;
  font-size: 1.4rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.about-video {
  position: relative;      
  z-index: 10;            
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); 
  max-width: 480px;
  margin: 0 auto;
  background: #000;        
}

.about-video video {
  width: 100% !important;
  height: auto !important;
  display: block;
}

footer {
  background-color: var(--dark-brown);
  color: #d4c4a8;
}

footer p {
  color: #d4c4a8;
}

footer .text-muted {
  color: #b89f7a !important;
}

.social-icons a {
  color: #d4c4a8;
  font-size: 1.8rem;
  margin: 0 12px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: var(--accent-gold);
  transform: translateY(-3px);
}

.about-image {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(107, 78, 49, 0.15);
  height: 100%;
  object-fit: cover;
}

.contact-card {
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(107, 78, 49, 0.12) !important;
}

.card-body {
  padding: 1.5rem !important;
}

.business-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(107, 78, 49, 0.08);
  padding: 1.75rem;
}

.business-card strong {
  color: var(--primary-brown);
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: var(--dark-brown);
    padding: 1rem 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .about-hero h1 {
    font-size: 3.5rem;
  }
  
  .about-video {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .about-hero h1,
  .hero-home .brand-name {
    font-size: 3.6rem;
  }

  .menu-section-title {
    font-size: 1.65rem;
    margin-top: 2.5rem;
  }

  .simple-menu-item {
    font-size: 1.02rem;
    padding: 14px 18px;
    min-height: 58px;
    margin-bottom: 12px;
  }
}