* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f6f7ef;
  color: #263326;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  padding: 0 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(20, 50, 20, 0.08);
}

.logo {
  text-decoration: none;
  color: #1f5d2a;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.logo span {
  color: #8a6b35;
}

.menu-btn {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 14px;
  background: #1f5d2a;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-btn span {
  width: 22px;
  height: 2px;
  background: white;
  display: block;
  border-radius: 10px;
}

.menu-panel {
  position: fixed;
  top: 0;
  right: -290px;
  width: 270px;
  height: 100vh;
  background: #ffffff;
  padding: 95px 28px;
  box-shadow: -12px 0 35px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  transition: 0.35s ease;
}

.menu-panel.active {
  right: 0;
}

.menu-panel a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #263326;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #edf0e8;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1001;
  display: none;
}

.overlay.active {
  display: block;
}

.hero {
  min-height: 100vh;
  padding: 120px 6% 70px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(16, 36, 18, 0.78), rgba(16, 36, 18, 0.28)),
    url("../assets/placeholder.jpg") center/cover no-repeat;
}

.hero-content {
  max-width: 650px;
  color: white;
}

.hero-label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-size: 14px;
}

.hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.05;
  letter-spacing: -1.8px;
  margin-bottom: 20px;
}

.hero p {
  max-width: 560px;
  color: #f0f5ed;
  font-size: 18px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.btn-primary {
  background: #f5c86b;
  color: #243018;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.section {
  width: 88%;
  max-width: 1180px;
  margin: auto;
  padding: 90px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 34px;
}

.section-title span {
  display: inline-block;
  color: #8a6b35;
  font-weight: 800;
  margin-bottom: 8px;
}

.section-title h2 {
  font-size: clamp(30px, 4vw, 46px);
  color: #1f5d2a;
  line-height: 1.15;
}

.about-card {
  background: white;
  padding: 34px;
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(30, 70, 30, 0.09);
}

.about-card > p {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 30px;
  font-size: 17px;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-features div {
  background: #f6f7ef;
  border-radius: 22px;
  padding: 22px;
}

.about-features strong {
  color: #1f5d2a;
  font-size: 24px;
}

.about-features p {
  margin-top: 8px;
}

.gallery {
  columns: 4 220px;
  column-gap: 18px;
}

.gallery img {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 24px;
  break-inside: avoid;
  box-shadow: 0 15px 35px rgba(30, 70, 30, 0.12);
}

.gallery img:nth-child(2),
.gallery img:nth-child(4) {
  height: 320px;
  object-fit: cover;
}

.gallery img:nth-child(1),
.gallery img:nth-child(3) {
  height: 240px;
  object-fit: cover;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.social-card {
  min-height: 150px;
  border-radius: 28px;
  padding: 24px;
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.social-card small {
  opacity: 0.9;
  font-size: 14px;
}

.social-card strong {
  font-size: 28px;
}

.whatsapp {
  background: linear-gradient(135deg, #25d366, #128c4a);
}

.shopee {
  background: linear-gradient(135deg, #ff7a45, #ee4d2d);
}

.tiktok {
  background: linear-gradient(135deg, #222, #000);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 22px;
}

.contact-card,
.map-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(30, 70, 30, 0.09);
}

.contact-card {
  padding: 28px;
}

.contact-card h3 {
  color: #1f5d2a;
  margin-bottom: 16px;
  font-size: 24px;
}

.contact-card p {
  margin-bottom: 12px;
}

.map-card iframe {
  width: 100%;
  height: 340px;
  border: none;
  display: block;
}

.floating-order {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 999;
  background: #1f5d2a;
  color: white;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 15px 35px rgba(31, 93, 42, 0.35);
  animation: floatBtn 1.8s infinite ease-in-out;
}

@keyframes floatBtn {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.footer {
  background: #143918;
  color: white;
  text-align: center;
  padding: 28px 16px;
}

.reveal {
  opacity: 1;
}

@media (max-width: 768px) {
  .header {
    height: 66px;
    padding: 0 18px;
  }

  .logo {
    font-size: 20px;
  }

  .hero {
    min-height: 88vh;
    padding: 110px 20px 55px;
  }

  .hero p {
    font-size: 16px;
  }

  .section {
    width: 90%;
    padding: 65px 0;
  }

  .about-card {
    padding: 24px;
  }

  .about-features,
  .social-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .social-card {
    min-height: 130px;
  }

  .map-card iframe {
    height: 280px;
  }

  .floating-order {
    right: 14px;
    bottom: 16px;
    padding: 13px 21px;
    font-size: 14px;
  }
}

.catalog-hero {
  padding: 130px 20px 50px;
  text-align: center;
  background: linear-gradient(135deg, #1f5d2a, #8a6b35);
  color: white;
}

.catalog-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
  margin-bottom: 12px;
}

.catalog-hero p {
  max-width: 600px;
  margin: auto;
}

.cart-icon {
  border: none;
  background: #1f5d2a;
  color: white;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: bold;
  cursor: pointer;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}

.product-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(30, 70, 30, 0.11);
}

.product-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.product-content {
  padding: 20px;
}

.product-content h3 {
  color: #1f5d2a;
  font-size: 22px;
  margin-bottom: 8px;
}

.product-content p {
  font-size: 15px;
  margin-bottom: 16px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.price-row strong {
  color: #1f5d2a;
  font-size: 20px;
}

.price-row span {
  background: #fff0d0;
  color: #8a5a00;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 13px;
}

.product-card button {
  width: 100%;
  border: none;
  background: #1f5d2a;
  color: white;
  padding: 13px;
  border-radius: 14px;
  font-weight: bold;
  cursor: pointer;
}

.cart-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  padding: 18px;
}

.cart-modal.active {
  display: flex;
}

.cart-box {
  background: white;
  width: 100%;
  max-width: 430px;
  padding: 24px;
  border-radius: 26px;
}

.cart-box h2 {
  color: #1f5d2a;
  margin-bottom: 16px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  background: #f6f7ef;
  padding: 12px;
  border-radius: 14px;
  margin-bottom: 10px;
}

.checkout-btn {
  width: 100%;
  border: none;
  background: #25d366;
  color: white;
  padding: 13px;
  border-radius: 14px;
  font-weight: bold;
  margin-top: 14px;
}

.close-cart {
  width: 100%;
  border: none;
  background: #e8e8e8;
  color: #333;
  padding: 13px;
  border-radius: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.old-price {
  display: block;
  color: #888;
  text-decoration: line-through;
  font-size: 14px;
  margin-bottom: 3px;
}