body { background: #fff; color: #232323; margin: 0; font-family: 'Segoe UI', Arial, sans-serif; }

/* Delivery Banner */
.delivery-banner {
  background: #028f28;
  padding: 1rem 3vw;
  text-align: center;
  color: #fff;
  font-size: 1.05rem;
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
}
.delivery-logo { height: 28px; margin: 0 8px; vertical-align: middle; background: #fff;  }

/* Navbar */
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 1.12rem 6vw; background: #fff; box-shadow: 0 3px 12px rgba(20,20,20,0.04);}
.logo { font-weight: bold; font-size: 1.6rem; color: #df5014; text-transform: uppercase; letter-spacing: 2px;}
.nav-links { list-style: none; font-size: 1.3rem; display: flex; gap: 2rem; margin: 0; padding: 0;}
.nav-links a { color: #232323; text-decoration: none; font-weight: 500; transition: color 0.2s;}
.nav-links a:hover, .cta { color: #fff !important; background: #df5014; padding: 7px 18px; transition: background 0.2s;}
.cta { font-weight: bold; }
.menu-toggle { display: none; font-size: 2rem; cursor: pointer; }

/* Slider Section */
.slider { background: #fff; position: relative; overflow: hidden; max-width: 100vw;}
.slides { display: flex; transition: transform 0.7s cubic-bezier(.77,.42,.27,.93); width: 100%; }
.slide { min-width: 100%; height: 650px; object-fit: cover; }
.slider-dots { text-align: center; margin-top: -40px; }
.dot { height: 12px; width: 12px; margin: 0 5px; background: #01c05a; border-radius: 50%; display: inline-block; opacity: 0.48; transition: opacity 0.2s; }
.dot.active { opacity: 1; background: #000000b4; }

/* Anniversary Header */
.anniversary-header {text-align: center; background: #fff; padding: 2.2rem 1rem 1.6rem 1rem;}
.anniversary-header h1 { font-size: 2.18rem; color: #df5014; margin-bottom: .6rem;}
.anniversary-header p { font-size: 1.18rem; }

/* Best Seller Grid */
.best-sellers { background: #fff; text-align: center; padding: 1.8rem 1rem;}
.bestseller-grid { display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: center; margin-top: 1.2rem;}
.bestseller-card { background: #fff; box-shadow: 0 2px 8px rgba(200,70,10,0.07); width: 270px; padding: 0.7rem 0.5rem 0.9rem;}
.bestseller-card img { width: 270px; height: 270px; object-fit: cover; }
.bestseller-label { margin-top: 0.9rem; font-size: 1.07rem; color: #df5014; font-weight: 600; letter-spacing: 1px; }

/* Ingredient Story horizontal, logo above */
.ingredient-story-centered { background: #fff; text-align: center; padding: 2.2rem 1rem;}
.ingredient-logo { margin: 0 auto 1.2rem auto; display: block; }
.ingredient-row { display: flex; justify-content: center; gap: 2.8rem;}
.ingredient-block {max-width: 260px; flex:1;}
.ingredient-block h3 {color: #df5014; margin-bottom: 0.5rem;}
.ingredient-block p {font-size: 1.08rem; margin-bottom: 0;}

/* Franchise Banner */
.franchise-banner { background: #fff3cf; color: #b95200; padding: 1.1rem; font-size: 1.12rem; text-align: center;}
.franchise-banner a { color: #df5014; text-decoration: underline; font-weight: 500; }

/* Insta Section */
.instagram-section { background: #fff; padding: 2.3rem 1rem; text-align: center;}
.insta-grid {display: flex; gap: 1.3rem; justify-content: center; margin-top: 1rem;}
.insta-post img {box-shadow: 0 1px 8px rgba(30,30,30,0.05); width: 305px; height: 305px; object-fit: cover;}

/* Footer */
footer {background: #222; color: #f6f6f6; padding: 2.3rem 1rem 1rem 1rem; margin-top: 2.5rem;}
.footer-container {max-width: 1200px; margin: 0 auto;}
.footer-about {margin-bottom: .9rem; font-size: 1rem; line-height: 1.6;}
.footer-nav {margin-bottom: .9rem; font-size: 0.98rem;}
.footer-nav a { color: #f6c49b; text-decoration: none; margin: 0 5px;}
.footer-nav a:hover {text-decoration: underline;}
.footer-socials {margin-bottom: 1.1rem;}
.footer-socials a {color: #df5014; margin-right: 18px; font-size: 1.4rem;}
.footer-socials a:hover {color: #fff;}
.footer-rights {font-size: 0.96rem; color: #999;}

/* Responsive */
@media (max-width: 950px){
  .bestseller-grid, .ingredient-row, .insta-grid { flex-wrap: wrap; gap: 1rem;}
  .ingredient-row { flex-direction: column; align-items: center;}
}
@media (max-width: 700px){
  .navbar { flex-direction: column;}
  .nav-links { flex-direction: column; gap: 0.9rem;}
  .bestseller-card, .ingredient-block, .insta-post img { width: 90vw; max-width: 320px; }
  .slide { height: 204px;}
  .bestseller-card img { width: 90vw; max-width: 220px; height: 90vw; max-height: 220px; }
  .ingredient-row { flex-direction: column; gap: 1.2rem;}
  .insta-grid {flex-direction: column;}
}

/* Mobile Menu (optional for script) */
@media (max-width: 640px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; flex-direction: column; background: #fff; width: 100%; position: absolute; left: 0; top: 54px; box-shadow: 0 3px 10px rgba(0,0,0,0.07);}
  .nav-links.open { display: flex;}
}
