/*
Theme Name: Body Magic Landing
Theme URI: https://herfantasybox.com
Author: Body Magic
Author URI: https://herfantasybox.com
Description: A high-converting product landing page theme for Body Magic Chlorophyll Pills. Fully customizable via the WordPress Customizer. Ideal for single-product sales pages.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: body-magic
Tags: e-commerce, one-page, custom-colors, custom-logo, featured-images, full-width-template
*/

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --mint:        #1a9e75;
  --mint-light:  #e1f5ee;
  --mint-mid:    #5dcaa5;
  --mint-dark:   #085041;
  --cream:       #fdfaf5;
  --warm-white:  #fffef9;
  --text:        #1a1a1a;
  --text-muted:  #6b7280;
  --text-light:  #9ca3af;
  --gold:        #c9963a;
  --blush:       #f9ece8;
  --border:      rgba(0,0,0,0.08);

  /* Customizer overrides will be injected here via wp_head */
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--warm-white);
  overflow-x: hidden;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.bm-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5%;
  background: rgba(255,255,255,0.93);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}

.bm-nav.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.bm-nav__logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--mint-dark);
  letter-spacing: -0.5px;
}

.bm-nav__logo span { color: var(--mint); }

.bm-nav__links {
  display: flex;
  gap: 2rem;
}

.bm-nav__links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.2s;
}

.bm-nav__links a:hover { color: var(--mint); }

.bm-nav__cta {
  background: var(--mint) !important;
  color: #fff !important;
  padding: 0.55rem 1.4rem !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  transition: background 0.2s !important;
}

.bm-nav__cta:hover {
  background: var(--mint-dark) !important;
  color: #fff !important;
}

/* Hamburger */
.bm-nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.bm-nav__burger span {
  width: 24px; height: 2px;
  background: var(--mint-dark);
  border-radius: 2px;
  transition: all 0.3s;
  display: block;
}

.bm-mobile-menu {
  display: none;
  position: fixed;
  top: 64px; left: 0; right: 0;
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 5%;
  z-index: 998;
  flex-direction: column;
  gap: 1.2rem;
}

.bm-mobile-menu.open { display: flex; }
.bm-mobile-menu a { font-weight: 500; color: var(--text-muted); font-size: 1rem; }
.bm-mobile-menu .bm-nav__cta { text-align: center; padding: 0.8rem 1.4rem !important; }

/* ============================================================
   HERO
   ============================================================ */
.bm-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  padding: 8rem 5% 5rem;
  background: linear-gradient(135deg, var(--cream) 0%, var(--mint-light) 100%);
  position: relative;
  overflow: hidden;
}

.bm-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -80px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(93,202,165,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.bm-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--mint-mid);
  color: var(--mint-dark);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.bm-hero__badge::before { content: '✦'; color: var(--mint); }

.bm-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  color: var(--mint-dark);
  margin-bottom: 1.2rem;
}

.bm-hero h1 em { font-style: italic; color: var(--mint); }

.bm-hero__sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 2rem;
}

.bm-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.bm-pill {
  background: #fff;
  border: 1px solid var(--border);
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 5px;
}

.bm-pill::before { content: '✓'; color: var(--mint); font-weight: 700; }

.bm-hero__actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.bm-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
}

.bm-btn--primary {
  background: var(--mint);
  color: #fff;
  box-shadow: 0 4px 20px rgba(26,158,117,0.28);
}

.bm-btn--primary:hover {
  background: var(--mint-dark);
  transform: translateY(-2px);
  color: #fff;
}

.bm-btn--ghost {
  color: var(--mint-dark);
  background: transparent;
  border-bottom: 2px solid var(--mint-mid);
  border-radius: 0;
  padding: 0 0 2px;
}

.bm-hero__stars {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.bm-stars { color: var(--gold); letter-spacing: 2px; }

/* Hero Product Card */
.bm-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bm-product-card {
  background: #fff;
  border-radius: 2rem;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  max-width: 380px;
  width: 100%;
  position: relative;
}

.bm-product-card__image {
  width: 200px;
  height: 200px;
  background: linear-gradient(145deg, var(--mint-light), #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  position: relative;
}

.bm-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bm-product-card__image .bm-emoji-placeholder {
  font-size: 5rem;
}

.bm-float-tag {
  position: absolute;
  background: #fff;
  border-radius: 1rem;
  padding: 0.45rem 0.8rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  font-size: 0.78rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  z-index: 2;
}

.bm-float-tag--tl { top: -18px; left: -24px; color: var(--mint-dark); }
.bm-float-tag--br { bottom: -12px; right: -24px; color: var(--gold); }

.bm-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.bm-dot--green { background: var(--mint); }
.bm-dot--gold  { background: var(--gold); }

.bm-product-card__name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--mint-dark);
  margin-bottom: 0.3rem;
}

.bm-product-card__desc {
  font-size: 0.84rem;
  color: var(--text-muted);
  margin-bottom: 1.2rem;
}

.bm-price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}

.bm-price--new   { font-size: 1.8rem; font-weight: 700; color: var(--mint-dark); }
.bm-price--old   { font-size: 1rem; text-decoration: line-through; color: var(--text-light); }
.bm-price--badge {
  background: var(--blush);
  color: #b91c1c;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
}

.bm-product-card__note {
  font-size: 0.76rem;
  color: var(--text-light);
  margin-top: 0.75rem;
}

/* ============================================================
   SOCIAL BAR
   ============================================================ */
.bm-social-bar {
  background: var(--mint-dark);
  color: #fff;
  padding: 1.2rem 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  font-size: 0.88rem;
  font-weight: 500;
}

.bm-social-bar__item { display: flex; align-items: center; gap: 6px; }
.bm-social-bar__item strong { font-size: 1rem; }

/* ============================================================
   SECTIONS – SHARED
   ============================================================ */
.bm-section { padding: 6rem 5%; }
.bm-section--alt { background: var(--cream); }

.bm-section__label {
  text-align: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mint);
  margin-bottom: 0.75rem;
}

.bm-section__title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  text-align: center;
  color: var(--mint-dark);
  margin-bottom: 0.9rem;
}

.bm-section__sub {
  text-align: center;
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 520px;
  margin: 0 auto 3.5rem;
  line-height: 1.75;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.bm-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.bm-step {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  border: 1px solid var(--border);
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s;
}

.bm-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

.bm-step__num {
  width: 48px; height: 48px;
  background: var(--mint-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--mint);
  margin: 0 auto 1rem;
}

.bm-step__icon { font-size: 2rem; display: block; margin-bottom: 0.8rem; }

.bm-step h3 { font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--mint-dark); }
.bm-step p  { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; }

/* ============================================================
   BENEFITS
   ============================================================ */
.bm-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.bm-benefit {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.8rem;
  border: 1px solid var(--border);
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  transition: transform 0.2s;
}

.bm-benefit:hover { transform: translateY(-4px); }

.bm-benefit__icon {
  width: 52px; height: 52px;
  flex-shrink: 0;
  background: var(--mint-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.bm-benefit h3 { font-size: 1rem; font-weight: 600; margin-bottom: 0.35rem; color: var(--mint-dark); }
.bm-benefit p  { font-size: 0.87rem; color: var(--text-muted); line-height: 1.6; }

/* ============================================================
   INGREDIENTS
   ============================================================ */
.bm-ingredients {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.bm-ingredient {
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 1.5rem;
  border: 1px solid var(--border);
  background: var(--cream);
  transition: transform 0.2s, background 0.2s;
}

.bm-ingredient:hover {
  transform: translateY(-6px);
  background: var(--mint-light);
}

.bm-ingredient__icon { font-size: 2.2rem; display: block; margin-bottom: 0.8rem; }
.bm-ingredient h3 { font-size: 0.95rem; font-weight: 600; color: var(--mint-dark); margin-bottom: 0.4rem; }
.bm-ingredient p  { font-size: 0.8rem; color: var(--text-muted); line-height: 1.55; }

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.bm-compare-wrap {
  max-width: 760px;
  margin: 0 auto;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--border);
}

.bm-compare__head,
.bm-compare__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
}

.bm-compare__head {
  background: var(--mint-dark);
  color: #fff;
  padding: 1rem 1.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
}

.bm-compare__head span:first-child { text-align: left; }
.bm-compare__head .bm-highlight { color: var(--mint-mid); }

.bm-compare__row {
  padding: 0.9rem 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
  transition: background 0.15s;
}

.bm-compare__row:nth-child(even)  { background: var(--cream); }
.bm-compare__row:hover            { background: var(--mint-light); }

.bm-compare__row span            { text-align: center; }
.bm-compare__row span:first-child { text-align: left; font-weight: 500; }

.bm-check { color: var(--mint); font-weight: 700; font-size: 1.1rem; }
.bm-cross { color: #dc2626; font-weight: 700; font-size: 1.1rem; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.bm-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.bm-testi {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.8rem;
  border: 1px solid var(--border);
  transition: transform 0.2s, box-shadow 0.2s;
}

.bm-testi:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.07);
}

.bm-testi__stars  { color: var(--gold); font-size: 0.9rem; margin-bottom: 1rem; }
.bm-testi__text   {
  font-size: 0.9rem;
  line-height: 1.7;
  font-style: italic;
  color: var(--text);
  margin-bottom: 1.2rem;
}

.bm-testi__author { display: flex; align-items: center; gap: 0.75rem; }

.bm-testi__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--mint-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--mint-dark);
  flex-shrink: 0;
  overflow: hidden;
}

.bm-testi__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-testi__name     { font-weight: 600; font-size: 0.88rem; color: var(--mint-dark); }
.bm-testi__location { font-size: 0.78rem; color: var(--text-light); }
.bm-testi__verified { font-size: 0.72rem; color: var(--mint); font-weight: 600; }

/* ============================================================
   FAQ
   ============================================================ */
.bm-faq-list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.bm-faq__item {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid var(--border);
  overflow: hidden;
}

.bm-faq__q {
  padding: 1.2rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--mint-dark);
  user-select: none;
  transition: background 0.15s;
}

.bm-faq__q:hover { background: var(--cream); }

.bm-faq__arrow {
  width: 26px; height: 26px;
  background: var(--mint-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mint);
  font-size: 0.75rem;
  flex-shrink: 0;
  transition: transform 0.25s;
}

.bm-faq__item.open .bm-faq__arrow { transform: rotate(180deg); }

.bm-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.bm-faq__item.open .bm-faq__a {
  max-height: 240px;
  padding: 0 1.5rem 1.2rem;
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.bm-cta {
  background: var(--mint-dark);
  color: #fff;
  padding: 6rem 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bm-cta::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.04) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.04) 0%, transparent 40%);
  pointer-events: none;
}

.bm-cta h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.bm-cta p {
  font-size: 1.05rem;
  opacity: 0.8;
  max-width: 480px;
  margin: 0 auto 2.5rem;
  line-height: 1.75;
}

.bm-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--mint-dark);
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 8px 30px rgba(0,0,0,0.18);
}

.bm-cta__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.25);
}

.bm-cta__guarantee {
  margin-top: 1.5rem;
  font-size: 0.84rem;
  opacity: 0.65;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* ============================================================
   FOOTER
   ============================================================ */
.bm-footer {
  background: var(--text);
  color: #fff;
  padding: 3.5rem 5% 2rem;
}

.bm-footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.bm-footer__brand-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--mint-mid);
  display: block;
  margin-bottom: 0.8rem;
}

.bm-footer__brand-logo span { color: var(--mint-light); }

.bm-footer__brand p {
  font-size: 0.85rem;
  opacity: 0.55;
  line-height: 1.65;
  max-width: 220px;
}

.bm-footer__col h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--mint-mid);
  margin-bottom: 1rem;
}

.bm-footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.bm-footer__col ul a {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.55);
  transition: color 0.15s;
}

.bm-footer__col ul a:hover { color: #fff; }

.bm-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  opacity: 0.45;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* WordPress alignment classes */
.alignleft  { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { display: block; margin: 0 auto; }

/* WP admin bar spacing */
.admin-bar .bm-nav { top: 32px; }
@media (max-width: 782px) { .admin-bar .bm-nav { top: 46px; } }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes bm-fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

.bm-hero__content > * {
  animation: bm-fadeUp 0.65s ease both;
}
.bm-hero__content > *:nth-child(1) { animation-delay: 0.1s; }
.bm-hero__content > *:nth-child(2) { animation-delay: 0.2s; }
.bm-hero__content > *:nth-child(3) { animation-delay: 0.3s; }
.bm-hero__content > *:nth-child(4) { animation-delay: 0.4s; }
.bm-hero__content > *:nth-child(5) { animation-delay: 0.5s; }
.bm-hero__content > *:nth-child(6) { animation-delay: 0.6s; }

.bm-hero__visual { animation: bm-fadeUp 0.9s 0.3s ease both; }

.bm-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.bm-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .bm-footer__top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 900px) {
  .bm-hero { grid-template-columns: 1fr; text-align: center; padding-top: 7rem; }
  .bm-hero__sub { margin: 0 auto 2rem; }
  .bm-hero__pills { justify-content: center; }
  .bm-hero__actions { justify-content: center; }
  .bm-hero__stars { justify-content: center; }
  .bm-hero__visual { order: -1; }
  .bm-steps { grid-template-columns: 1fr; max-width: 400px; }
  .bm-benefits { grid-template-columns: 1fr; }
  .bm-testimonials { grid-template-columns: 1fr; max-width: 420px; }
  .bm-ingredients { grid-template-columns: repeat(2, 1fr); }
  .bm-nav__links { display: none; }
  .bm-nav__burger { display: flex; }
  .bm-social-bar { gap: 1.5rem; font-size: 0.82rem; }
}

@media (max-width: 600px) {
  .bm-hero { padding: 6rem 5% 3rem; }
  .bm-section { padding: 4rem 5%; }
  .bm-compare__head, .bm-compare__row { padding: 0.8rem 1rem; font-size: 0.82rem; }
  .bm-footer__top { grid-template-columns: 1fr; gap: 2rem; }
  .bm-ingredients { grid-template-columns: 1fr 1fr; }
}
