:root {
  --bg: #faf7f2;
  --cream: #f3ede3;
  --ink: #2b2620;
  --muted: #7c7264;
  --accent: #8a7c66;
  --accent-dark: #6f6553;
  --line: #e7ded0;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(60, 50, 35, 0.08);
}

.mmp-product-page * { box-sizing: border-box; }
.mmp-product-page {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.mmp-product-page h1,
.mmp-product-page h2,
.mmp-product-page h3 { font-family: "Cormorant Garamond", Georgia, serif; line-height: 1.15; font-weight: 600; margin: 0; }

.mmp-product-page .container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.mmp-product-page img { max-width: 100%; display: block; }

.announcement-bar { background: var(--ink); color: #f4ede1; text-align: center; font-size: 13px; letter-spacing: 0.3px; padding: 9px 12px; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(250, 247, 242, 0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand { font-family: "Cormorant Garamond", serif; font-size: 24px; font-weight: 700; letter-spacing: 2px; text-decoration: none; color: var(--ink); }
.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 500; }
.main-nav a:hover { color: var(--ink); }
.header-cart { margin-left: 24px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 14px; }
.nav-toggle { display: none; background: none; border: 0; font-size: 22px; cursor: pointer; }

.product { padding: 48px 0; }
.product-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.gallery-main { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.gallery-main img { width: 100%; aspect-ratio: 7/8; object-fit: cover; }
.badge-sale { position: absolute; top: 16px; left: 16px; background: var(--accent); color: #fff; font-weight: 700; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: 0.5px; }
.gallery-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.thumb { border: 2px solid transparent; border-radius: 10px; overflow: hidden; padding: 0; cursor: pointer; background: none; width: 76px; height: 76px; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.active { border-color: var(--accent); }

.reviews-inline { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.stars { color: #d8a13a; letter-spacing: 2px; }
.reviews-count { color: var(--muted); font-size: 14px; }
.product-title { font-size: 44px; }
.product-size { color: var(--muted); letter-spacing: 1px; margin: 6px 0 16px; font-size: 14px; }
.price { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.price-now { font-size: 28px; font-weight: 700; }
.price-old { color: var(--muted); text-decoration: line-through; font-size: 18px; }
.price-tag { background: #f0e6d5; color: var(--accent-dark); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.product-desc { color: #5a5346; margin-bottom: 26px; }
.qty-row { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.qty-row label { font-weight: 600; font-size: 14px; }
.qty-stepper { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty-btn { background: none; border: 0; width: 40px; height: 42px; font-size: 18px; cursor: pointer; color: var(--ink); }
.qty-btn:hover { background: var(--cream); }
#qty { width: 44px; text-align: center; border: 0; font-size: 16px; background: none; }
.btn-cart { display: block; width: 100%; text-align: center; background: var(--ink); color: #fff; border: 0; font-size: 16px; font-weight: 600; padding: 17px 20px; border-radius: 999px; cursor: pointer; text-decoration: none; transition: transform 0.12s ease, background 0.2s ease; }
.btn-cart:hover { background: var(--accent-dark); transform: translateY(-1px); }
.tax-note { text-align: center; color: var(--muted); font-size: 12px; margin-top: 8px; }
.assurances { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 10px; }
.assurances li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #5a5346; }
.assurances .ico { font-size: 18px; }

.eyebrow { text-align: center; letter-spacing: 3px; font-size: 12px; color: var(--accent); font-weight: 700; margin-bottom: 8px; }
.mmp-product-page section h2 { text-align: center; font-size: 38px; }
.section-sub { text-align: center; color: var(--muted); max-width: 560px; margin: 10px auto 36px; }

.how { background: var(--cream); padding: 72px 0; }
.how-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.how-media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.how-media img { width: 100%; }
.how-media .play { position: absolute; inset: 0; margin: auto; width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.9); border-radius: 50%; font-size: 22px; color: var(--ink); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.steps li { display: flex; align-items: center; gap: 16px; font-size: 17px; background: var(--white); padding: 16px 18px; border-radius: 12px; box-shadow: var(--shadow); }
.step-num { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }

.ingredients { padding: 72px 0; }
.ingredients-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ingredient { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 20px; text-align: center; }
.ingredient-icon { font-size: 34px; margin-bottom: 12px; }
.ingredient h3 { font-size: 21px; margin-bottom: 8px; }
.ingredient p { font-size: 14px; color: var(--muted); }
.ingredient-claims { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 32px 0 24px; color: var(--accent-dark); font-weight: 600; font-size: 14px; }
.link-btn { display: block; margin: 0 auto; background: none; border: 0; color: var(--accent-dark); text-decoration: underline; font-size: 15px; cursor: pointer; }

.testimonials { background: var(--cream); padding: 72px 0; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { background: var(--white); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.t-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.t-head img { width: 48px; height: 48px; border-radius: 50%; }
.t-head strong { display: block; font-size: 15px; }
.t-head span { font-size: 12px; color: var(--muted); }
.testimonial p { margin-top: 8px; color: #5a5346; font-size: 15px; }
.final-cta { max-width: 360px; margin: 40px auto 0; }

.page-content { padding: 40px 0; }
.site-footer { padding: 30px 0; text-align: center; color: var(--muted); font-size: 13px; border-top: 1px solid var(--line); }

.modal { position: fixed; inset: 0; z-index: 60; display: none; }
.modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(30, 25, 18, 0.55); }
.modal-box { position: relative; background: var(--white); max-width: 560px; margin: 8vh auto; padding: 32px; border-radius: var(--radius); box-shadow: var(--shadow); max-height: 80vh; overflow: auto; }
.modal-close { position: absolute; top: 14px; right: 16px; background: none; border: 0; font-size: 26px; cursor: pointer; color: var(--muted); }
.modal-box h3 { font-size: 26px; margin-bottom: 18px; }
.modal-list { display: grid; gap: 16px; }
.modal-list strong { display: block; margin-bottom: 4px; }
.modal-list p { font-size: 14px; color: var(--muted); }
.modal-note { margin-top: 20px; font-style: italic; color: var(--muted); font-size: 14px; }

@media (max-width: 900px) {
  .product-grid, .how-grid { grid-template-columns: 1fr; gap: 32px; }
  .ingredients-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .main-nav { display: none; }
  .nav-toggle { display: block; }
  .product-title { font-size: 36px; }
  .mmp-product-page section h2 { font-size: 30px; }
}
@media (max-width: 480px) {
  .ingredients-grid { grid-template-columns: 1fr; }
}
