/* ══════════════════════════════════════════════════════════════
   MANGROVITA — bespoke consumer-product landing page
   Gaya: natural / botanical (cream + mangrove green + amber).
   Sengaja BERBEDA dari Microscope Scanner (device, gelap/tech).
   Prefix: .mg-
   Brand tetap: navbar, footer, tokens, fonts dari sistem global.
   ══════════════════════════════════════════════════════════════ */

:root {
  --mg-green: #1f7a4d;
  --mg-green-deep: #134a30;
  --mg-leaf: #45a772;
  --mg-cream: #f5f1e6;
  --mg-cream-2: #fbf8f0;
  --mg-amber: #d99a2b;
  --mg-ink: #22301f;
  --mg-muted: #5f6d5c;
  --mg-line: #e7e2d3;
}

.mg-main { background: var(--mg-cream-2); color: var(--mg-ink); }

.mg-fill {
  display: inline-block;
  padding: 2px 8px;
  border: 1px dashed #c9a227;
  border-radius: 6px;
  background: #fff8e1;
  color: #8a6d00;
  font-size: 0.85em;
  font-style: italic;
}

.mg-section { padding: 84px 0; }
.mg-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--mg-green);
  margin-bottom: 12px;
}
.mg-h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 34px;
  line-height: 1.18;
  color: var(--mg-green-deep);
  margin-bottom: 16px;
}
.mg-lead { font-size: 17px; line-height: 1.7; color: var(--mg-muted); }

/* ══════════════════════════════════════════════════════════════
   1. HERO — light, natural
   ══════════════════════════════════════════════════════════════ */
.mg-hero {
  position: relative;
  background:
    radial-gradient(800px 460px at 12% 0%, rgba(69,167,114,0.18), transparent 60%),
    linear-gradient(160deg, var(--mg-cream) 0%, #eef3e7 100%);
  overflow: hidden;
  padding: 60px 0 72px;
}
.mg-hero::after {
  content: "🌿";
  position: absolute; right: -10px; bottom: -30px;
  font-size: 240px; opacity: 0.06; transform: rotate(-12deg);
  pointer-events: none;
}
.mg-hero-inner {
  position: relative;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center;
}
.mg-breadcrumb { font-size: 13px; color: var(--mg-muted); list-style: none; display: flex; gap: 8px; padding: 0; margin: 0 0 22px; flex-wrap: wrap; }
.mg-breadcrumb a { color: var(--mg-green-deep); text-decoration: none; }
.mg-breadcrumb a:hover { text-decoration: underline; }
.mg-breadcrumb .sep { color: var(--mg-line); }

.mg-hero-logo { height: 46px; width: auto; margin-bottom: 20px; border-radius: 8px; }
.mg-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: 46px; line-height: 1.08; color: var(--mg-green-deep); margin-bottom: 18px;
}
.mg-hero-sub { font-size: 17.5px; line-height: 1.65; color: var(--mg-muted); max-width: 520px; margin-bottom: 26px; }

.mg-pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.mg-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 15px; border-radius: 999px;
  font-size: 13px; font-weight: 600;
  background: #fff; border: 1px solid var(--mg-line); color: var(--mg-green-deep);
}
.mg-pill--award { background: #fbf1da; border-color: #efd9a6; color: #8a6611; }

.mg-cta-row { display: flex; flex-wrap: wrap; gap: 14px; }
.mg-btn-primary {
  padding: 14px 30px; border-radius: 999px;
  background: var(--mg-green); color: #fff; font-weight: 700; text-decoration: none;
  transition: transform .15s ease, background .2s ease;
  box-shadow: 0 10px 24px rgba(31,122,77,0.28);
}
.mg-btn-primary:hover { transform: translateY(-2px); background: var(--mg-green-deep); color: #fff; }
.mg-btn-ghost {
  padding: 14px 30px; border-radius: 999px;
  background: transparent; border: 1px solid var(--mg-green); color: var(--mg-green-deep);
  font-weight: 600; text-decoration: none; transition: background .2s ease;
}
.mg-btn-ghost:hover { background: rgba(31,122,77,0.08); color: var(--mg-green-deep); }

.mg-hero-visual {
  position: relative;
  background: #fff;
  border: 1px solid var(--mg-line);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 26px 60px rgba(19,74,48,0.14);
}
.mg-hero-visual img { width: 100%; border-radius: 16px; display: block; aspect-ratio: 4/3.4; object-fit: cover; }

/* ══════════════════════════════════════════════════════════════
   2. STORY / ORIGIN
   ══════════════════════════════════════════════════════════════ */
.mg-story { background: var(--mg-green-deep); color: #fff; }
.mg-story .mg-eyebrow { color: #9fe0bb; }
.mg-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.mg-story h2 { font-family: 'DM Serif Display', serif; font-size: 32px; line-height: 1.25; margin-bottom: 16px; }
.mg-story p { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,0.82); margin-bottom: 14px; }
.mg-story img { width: 100%; border-radius: 18px; object-fit: cover; aspect-ratio: 4/3; box-shadow: 0 18px 40px rgba(0,0,0,0.3); }

/* ══════════════════════════════════════════════════════════════
   3. PRODUCT VARIANTS
   ══════════════════════════════════════════════════════════════ */
.mg-var-head { text-align: center; max-width: 620px; margin: 0 auto 50px; }
.mg-var-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.mg-var-card {
  background: #fff; border: 1px solid var(--mg-line); border-radius: 22px; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.mg-var-card:hover { transform: translateY(-5px); box-shadow: 0 22px 44px rgba(19,74,48,0.12); }
.mg-var-photo { background: var(--mg-cream); aspect-ratio: 16/11; display: flex; align-items: center; justify-content: center; }
.mg-var-photo img { width: 100%; height: 100%; object-fit: cover; }
.mg-var-body { padding: 26px 28px; }
.mg-var-body h3 { font-family: 'DM Serif Display', serif; font-size: 23px; color: var(--mg-green-deep); margin-bottom: 8px; }
.mg-var-body p { font-size: 15px; line-height: 1.65; color: var(--mg-muted); margin: 0; }
.mg-var-chip {
  display: inline-block; margin-bottom: 12px;
  padding: 5px 12px; border-radius: 999px;
  background: rgba(69,167,114,0.12); color: var(--mg-green);
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
}

/* ══════════════════════════════════════════════════════════════
   4. BENEFITS
   ══════════════════════════════════════════════════════════════ */
.mg-benefits { background: var(--mg-cream); border-top: 1px solid var(--mg-line); border-bottom: 1px solid var(--mg-line); }
.mg-ben-head { max-width: 620px; margin-bottom: 46px; }
.mg-ben-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mg-ben {
  background: var(--mg-cream-2); border: 1px solid var(--mg-line); border-radius: 18px; padding: 26px 24px;
}
.mg-ben-ic {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--mg-line); font-size: 24px; margin-bottom: 16px;
}
.mg-ben h3 { font-size: 18px; color: var(--mg-green-deep); margin-bottom: 8px; }
.mg-ben p { font-size: 14.5px; line-height: 1.6; color: var(--mg-muted); margin: 0; }

/* ══════════════════════════════════════════════════════════════
   5. FORMATS / PACKAGING
   ══════════════════════════════════════════════════════════════ */
.mg-fmt-head { text-align: center; max-width: 620px; margin: 0 auto 46px; }
.mg-fmt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mg-fmt { text-align: center; }
.mg-fmt img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 18px; box-shadow: 0 10px 24px rgba(19,74,48,0.1); margin-bottom: 14px; }
.mg-fmt span { font-size: 15px; font-weight: 600; color: var(--mg-green-deep); }

/* ══════════════════════════════════════════════════════════════
   6. AWARD BANNER
   ══════════════════════════════════════════════════════════════ */
.mg-award {
  background: linear-gradient(135deg, #fbf1da 0%, #f6e8c6 100%);
  border-top: 1px solid #efd9a6; border-bottom: 1px solid #efd9a6;
}
.mg-award-inner { display: flex; align-items: center; gap: 26px; justify-content: center; text-align: center; flex-direction: column; }
.mg-award-badge { font-size: 56px; }
.mg-award h2 { font-family: 'DM Serif Display', serif; font-size: 30px; color: #7a5a10; margin-bottom: 10px; }
.mg-award p { font-size: 16px; color: #8a6d2a; max-width: 620px; margin: 0 auto; line-height: 1.6; }

/* ══════════════════════════════════════════════════════════════
   7. GALLERY
   ══════════════════════════════════════════════════════════════ */
.mg-gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mg-gal-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 16px; box-shadow: 0 8px 20px rgba(19,74,48,0.08); }

/* ══════════════════════════════════════════════════════════════
   8. CTA / WHERE TO BUY
   ══════════════════════════════════════════════════════════════ */
.mg-cta {
  background:
    radial-gradient(700px 360px at 50% -20%, rgba(69,167,114,0.4), transparent 60%),
    linear-gradient(135deg, var(--mg-green) 0%, var(--mg-green-deep) 100%);
  text-align: center; color: #fff;
}
.mg-cta-inner { max-width: 640px; margin: 0 auto; padding: 0 20px; }
.mg-cta h2 { font-family: 'DM Serif Display', serif; font-size: 34px; margin-bottom: 14px; }
.mg-cta p { font-size: 16.5px; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 30px; }
.mg-cta .mg-cta-row { justify-content: center; }
.mg-cta .mg-btn-primary { background: #fff; color: var(--mg-green-deep); box-shadow: 0 10px 24px rgba(0,0,0,0.18); }
.mg-cta .mg-btn-primary:hover { background: var(--mg-cream); color: var(--mg-green-deep); }
.mg-cta .mg-btn-ghost { border-color: rgba(255,255,255,0.5); color: #fff; }
.mg-cta .mg-btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 992px) {
  .mg-hero-inner, .mg-story-grid { grid-template-columns: 1fr; gap: 36px; }
  .mg-ben-grid, .mg-fmt-grid, .mg-gal-grid { grid-template-columns: 1fr 1fr; }
  .mg-hero h1 { font-size: 38px; }
}
@media (max-width: 600px) {
  .mg-section { padding: 56px 0; }
  .mg-var-grid, .mg-ben-grid, .mg-fmt-grid, .mg-gal-grid { grid-template-columns: 1fr; }
  .mg-hero h1 { font-size: 32px; }
  .mg-h2 { font-size: 27px; }
}
