body {
  font-family: "inter", sans-serif;
  background-color: #eae2d5;
  scroll-behavior: smooth;
}
#Home,
#Product,
#About,
#Contact {
  scroll-margin-top: 80px;
}
.logo {
  width: 20px;
  margin-right: 10px;
}
.rage-italic {
  font-family: "Rage Italic", cursive !important;
}
.raleway {
  font-family: "Raleway", sans-serif !important;
}
.rowdies {
  font-family: "Rowdies", cursive !important;
}
.text-primary {
  color: #653324 !important;
}
.fs-35 {
  font-size: 35px;
}
.fw-900 {
  font-weight: 900 !important;
}
.lh-31 {
  line-height: 31px !important;
}

/* HERO */
.hero {
  transform: translateY(-80px);
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55)),
    url("/assets/img/hero_1.png") center/cover no-repeat;
  position: relative;
  color: #fff;
}
.bg-splash.left {
  position: absolute;
  left: -163%;
  bottom: -9%;
  width: 60%;
}
.bg-splash.right {
  position: absolute;
  left: 204%;
  bottom: 102%;
  width: 60%;
}
.bean {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-200%, -170%);
  width: 30%;
  z-index: 1;
}
.bean-2 {
  position: absolute;
  left: 100%;
  top: 100%;
  transform: translate(-180%, -140%) rotate(85deg);
  width: 24%;
  z-index: 2;
}
.bean-3 {
  position: absolute;
  left: 140%;
  top: 130%;
  transform: translate(-130%, -180%);
  width: 28%;
  z-index: 2;
}

/* NAVBAR */
.navbar {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 40px;
}

.navbar-brand {
  color: #f5b942 !important;
  font-size: 1.2rem;
}
.navbar-brand:hover {
  color: #fff !important;
}

.nav-link {
  color: #fff !important;
  margin-left: 20px;
  font-size: 0.9rem;
}

/* HERO TEXT */
.hero-content {
  position: absolute;
  bottom: 50px;
  right: 60px;
  text-align: right;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero-content {
    right: 20px;
    left: 20px;
    text-align: center;
  }
}

.promo-section {
  transform: translateY(-80px);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.brand {
  font-size: 24px;
  letter-spacing: 2px;
  color: #7b4a2e;
  font-weight: 700;
}

.headline {
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  font-weight: 800;
  color: #6b3d24;
  line-height: 1.05;
  margin: 10px 0 30px;
}

.drink-wrapper {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.drink-img {
  width: 60%;
  position: relative;
  z-index: 2;
}

.splash-img {
  position: absolute;
  width: 170%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.95;
}

.btn-menu {
  background-color: transparent;
  border: 2px solid #6b3d24;
  color: #6b3d24;
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-menu:hover {
  background-color: #6b3d24;
  color: #fff;
}

.headline {
  font-family: "Archivo Black", sans-serif;
  font-size: 90px;
  letter-spacing: 1px;
  color: #6b3d24;
  line-height: 0.75;
}
.align-1 {
  transform: translatey(40px);
}
.align-2 {
  transform: translatey(60px);
}

.gallery-section {
  background: #2b2e31;
}

.gallery-title {
  font-family: "Archivo Black", sans-serif;
  color: #fff;
  font-size: 2.5rem;
}

/* GALLERY ITEM */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  cursor: pointer;
}

/* IMAGE */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: brightness(0.9);
}

/* HOVER EFFECT */
.gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

/* OPTIONAL: soft shadow on hover */
.gallery-item:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.4s ease;
}

.products-section {
  background: #f4ede3;
}

/* TITLE */
.section-title {
  font-family: "Archivo Black", sans-serif;
  color: #6b3d24;
  font-size: 2.5rem;
}

/* BUTTON */
.btn-outline-brown {
  border: 1.5px solid #6b3d24;
  color: #6b3d24;
  border-radius: 30px;
  padding: 8px 24px;
  font-weight: 600;
  width: 140px;
}

.btn-outline-brown:hover {
  background: #6b3d24;
  color: #fff;
}

/* PRODUCT CARD */
.product-card {
  border-radius: 22px 0 22px 0;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* LIGHT / DARK */
.product-card.light {
  background: #ffffff;
}

.product-card.dark {
  background: #6b3d24;
}

/* IMAGE */
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: brightness(0.95);
}

/* CONTENT */
.product-content {
  padding: 40px;
}

.product-content h3 {
  font-family: "Archivo Black", sans-serif;
  font-size: 1.4rem;
}

.product-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* STARS */
.stars {
  color: #f2b705;
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

/* HOVER EFFECT */
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.product-card:hover .product-img img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .product-content {
    padding: 25px;
    text-align: center;
  }
}

.footer-section {
  background: #242628;
  color: #ddd;
  padding: 70px 0 30px;
  font-family: "Poppins", sans-serif;
}

/* MAP */
.map-wrapper {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.map-wrapper iframe {
  width: 100%;
  height: 320px;
  border: none;
}

/* CONTENT */
.footer-content h4 {
  font-family: "Archivo Black", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}

.footer-content p {
  margin-bottom: 14px;
  font-size: 0.95rem;
  color: #ccc;
}

.footer-content strong {
  color: #fff;
}

/* SOCIALS */
.socials span {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #fff;
}

.social-links a {
  display: inline-block;
  margin-right: 15px;
  color: #caa06a;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #fff;
}

/* FOOTER BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 0.85rem;
  color: #aaa;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-content {
    text-align: center;
  }

  .social-links a {
    margin: 0 10px;
  }
}
/* CONTACT ITEMS */
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 15px;
}

.contact-item i {
  color: #f5b942;
  font-size: 1rem;
}
.contact-item a {
  color: #fff;
  text-decoration: none;
}
.contact-item a:hover {
  text-decoration: underline;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #caa06a;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: #caa06a;
  color: #242628;
  transform: translateY(-3px);
}
.menu-modal {
  background: transparent;
  border: none;
}

/* MENU IMAGE */
.menu-img {
  max-height: 85vh;
  object-fit: contain;
  border-radius: 16px;
}

/* BUTTON STYLE (if not yet added) */
.btn-outline-brown {
  border: 1.5px solid #6b3d24;
  color: #6b3d24;
  border-radius: 30px;
  padding: 10px 26px;
  font-weight: 600;
}

.btn-outline-brown:hover {
  background: #6b3d24;
  color: #fff;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}

/* letter fade-in */
.letter {
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.gallery-img {
  border-radius: 18px;
  object-fit: cover;
  height: 260px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}
