@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap");

:root {
  --mc-cream: #fcf9f4;
  --mc-cream-2: #f6f1e9;
  --mc-sand: #d9c5b2;
  --mc-sand-2: #ebe2d8;
  --mc-green: #2d5a27;
  --mc-green-deep: #154212;
  --mc-terracotta: #c86f52;
  --mc-coral: #e68d6d;
  --mc-blush: #f4c2c2;
  --mc-ink: #1c1c19;
  --mc-muted: #62695d;
  --mc-white: #ffffff;
  --mc-whatsapp: #2fa866;
  --mc-radius: 18px;
  --mc-shadow: 0 24px 70px rgba(81, 48, 49, .10);
  --mc-soft-shadow: 0 14px 40px rgba(45, 90, 39, .09);
  --mc-container: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--mc-ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(244, 194, 194, .32), transparent 26rem),
    radial-gradient(circle at 88% 2%, rgba(217, 197, 178, .36), transparent 22rem),
    var(--mc-cream);
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.font-serif, h1, h2, h3, h4, .brand-mark {
  font-family: "Playfair Display", serif;
  letter-spacing: 0;
}

h1, h2, h3, h4 { color: var(--mc-green-deep); line-height: 1.08; }

.container-xl { max-width: var(--mc-container); }
.section-pad { padding: 96px 0; }
.section-pad-sm { padding: 64px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(252, 249, 244, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217, 197, 178, .45);
}

.navbar {
  gap: 1rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--mc-green-deep);
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.brand-seal {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--mc-white);
  background: var(--mc-green);
  border-radius: 58% 42% 45% 55% / 46% 55% 45% 54%;
}

.brand-logo {  
  height: 50px;
  flex: 0 0 38px;
  object-fit: contain;
}

.nav-link {
  color: var(--mc-muted);
  font-weight: 600;
  font-size: .93rem;
}

.nav-link:hover, .nav-link.active { color: var(--mc-green-deep); }

.mobile-panel {
  display: none;
  border-top: 1px solid rgba(217, 197, 178, .6);
  padding: .75rem 0 1rem;
}

.mobile-panel.is-open { display: block; }

.mobile-panel .container-xl {
  width: calc(100% - 32px);
  margin-inline: auto;
  padding: .85rem;
  border: 1px solid rgba(217, 197, 178, .52);
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--mc-soft-shadow);
}

.mobile-panel .nav-link {
  display: block;
  width: 100%;
  padding: .78rem .85rem;
  border-radius: 14px;
  line-height: 1.25;
}

.mobile-panel .nav-link:hover,
.mobile-panel .nav-link.active {
  background: rgba(244, 194, 194, .24);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--mc-terracotta);
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.lead-soft { color: var(--mc-muted); font-size: 1.1rem; }
.text-muted-soft { color: var(--mc-muted); }

.btn-mc {
  border: 0;
  border-radius: 999px;
  padding: .86rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  font-weight: 700;
  min-width: 0;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.btn-mc:hover { transform: translateY(-2px); }
.btn-primary-mc { background: var(--mc-green); color: var(--mc-white); box-shadow: var(--mc-soft-shadow); }
.btn-primary-mc:hover { background: var(--mc-green-deep); color: var(--mc-white); }
.btn-outline-mc { border: 1px solid var(--mc-sand); color: var(--mc-green-deep); background: rgba(255,255,255,.32); }
.btn-outline-mc:hover { border-color: var(--mc-terracotta); color: var(--mc-terracotta); }
.btn-whatsapp { background: var(--mc-whatsapp); color: var(--mc-white); box-shadow: 0 16px 38px rgba(47, 168, 102, .2); }
.btn-whatsapp:hover { color: var(--mc-white); filter: saturate(1.05); }

.icon-btn {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(217, 197, 178, .78);
  background: rgba(255, 255, 255, .55);
  color: var(--mc-green-deep);
  border-radius: 50%;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.icon-btn:hover,
.icon-btn:focus {
  background: var(--mc-green);
  color: var(--mc-white);
  transform: translateY(-2px);
}

.icon-btn:hover, .icon-btn.is-liked {
  transform: translateY(-2px);
  background: var(--mc-green);
  color: var(--mc-white);
}

.hero {
  min-height: 78vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 72px 0 42px;
}

.hero-title {
  font-size: clamp(3rem, 8vw, 6.7rem);
  line-height: .95;
  color: var(--mc-green-deep);
}

.hero-media {
  min-height: 560px;
  border-radius: 52% 48% 44% 56% / 45% 35% 65% 55%;
  overflow: hidden;
  box-shadow: var(--mc-shadow);
  position: relative;
}

.hero-media img, .organic-img img, .product-img img, .gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  left: -18px;
  bottom: 42px;
  background: var(--mc-white);
  border: 1px solid rgba(217, 197, 178, .55);
  border-radius: 999px;
  padding: 1rem 1.25rem;
  box-shadow: var(--mc-soft-shadow);
}

.organic-blob {
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 260px;
  border-radius: 61% 39% 31% 69% / 46% 29% 71% 54%;
  background: rgba(244, 194, 194, .45);
}

.blob-green { background: rgba(45, 90, 39, .13); }
.blob-coral { background: rgba(230, 141, 109, .22); }
.decor-line {
  position: absolute;
  inset: auto 5% 8% auto;
  width: 210px;
  height: 120px;
  border: 1px solid rgba(146, 74, 47, .35);
  border-color: rgba(146, 74, 47, .35) transparent transparent rgba(146, 74, 47, .35);
  border-radius: 100% 0 0 0;
  pointer-events: none;
}

.surface {
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(217, 197, 178, .48);
  border-radius: var(--mc-radius);
  box-shadow: var(--mc-soft-shadow);
}

.soft-band { background: linear-gradient(135deg, rgba(255,255,255,.52), rgba(244,194,194,.18)); }
.sand-band { background: var(--mc-cream-2); }
.blush-band { background: rgba(244, 194, 194, .2); }
.green-band { background: var(--mc-green-deep); color: var(--mc-white); }
.green-band h2, .green-band h3 { color: var(--mc-white); }
.green-band .text-muted-soft { color: rgba(255,255,255,.74); }

.admin-nav {
  border-bottom: 1px solid rgba(217,197,178,.48);
  background: rgba(255,255,255,.52);
  padding: .85rem 0;
}

.admin-nav-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(217,197,178,.78);
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  color: var(--mc-green-deep);
  font-weight: 700;
  font-size: .9rem;
  line-height: 1;
  padding: .72rem 1rem;
}

.admin-nav-link:hover,
.admin-nav-link.active {
  border-color: var(--mc-green);
  background: rgba(45,90,39,.09);
  color: var(--mc-green-deep);
}

.admin-nav-button {
  cursor: pointer;
  font-family: inherit;
}

.product-card {
  padding: 14px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(217,197,178,.48);
  border-radius: 24px;
  height: 100%;
  transition: transform .24s ease, box-shadow .24s ease;
}

.product-card:hover { transform: translateY(-6px); box-shadow: var(--mc-shadow); }

.product-img {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 48% 52% 46% 54% / 38% 45% 55% 62%;
  background: var(--mc-sand-2);
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border-radius: 999px;
  padding: .44rem .78rem;
  background: rgba(244, 194, 194, .38);
  color: var(--mc-green-deep);
  font-size: .82rem;
  font-weight: 700;
  max-width: 100%;
  white-space: normal;
}

.filter-chip {
  border: 1px solid rgba(217,197,178,.8);
  background: rgba(255,255,255,.54);
  color: var(--mc-muted);
}

.filter-chip.active { border-color: var(--mc-green); background: rgba(45,90,39,.09); color: var(--mc-green-deep); }

.organic-img {
  overflow: hidden;
  border-radius: 36% 64% 58% 42% / 48% 43% 57% 52%;
  min-height: 360px;
  box-shadow: var(--mc-shadow);
}

.feature-card, .editorial-card, .testimonial, .faq-card {
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(217,197,178,.46);
  border-radius: 22px;
  padding: 1.5rem;
  height: 100%;
}

.gallery-tile {
  aspect-ratio: 1;
  border-radius: 28px;
  overflow: hidden;
}

.form-control, .form-select {
  border: 1px solid rgba(217,197,178,.82);
  border-radius: 14px;
  background-color: rgba(255,255,255,.58);
  padding: .86rem 1rem;
}

.form-control:focus, .form-select:focus {
  border-color: var(--mc-green);
  box-shadow: 0 0 0 .2rem rgba(45,90,39,.12);
}

.admin-quill-editor {
  background: var(--mc-white);
  border-radius: 14px;
  margin-bottom: .5rem;
}

.admin-quill-editor .ql-toolbar.ql-snow {
  border-color: rgba(217,197,178,.82);
  border-radius: 14px 14px 0 0;
}

.admin-quill-editor .ql-container.ql-snow {
  border-color: rgba(217,197,178,.82);
  border-radius: 0 0 14px 14px;
  min-height: 260px;
}

.admin-quill-editor .ql-editor {
  min-height: 260px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.price { color: var(--mc-terracotta); font-weight: 800; }
.strike { color: var(--mc-muted); text-decoration: line-through; }

.page-hero {
  padding: 84px 0 56px;
  position: relative;
  overflow: hidden;
}

.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); }

.page-image-hero {
  width: 100%;
  max-height: 520px;
  overflow: hidden;
}

.page-image-hero img {
  width: 100%;
  height: min(56vw, 520px);
  object-fit: cover;
  display: block;
}

.page-content {
  color: var(--mc-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.page-content img {
  max-width: 100%;
  border-radius: 8px;
}

.page-gallery-carousel {
  overflow: hidden;
}

.page-gallery-track {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: .25rem;
}

.page-gallery-track::-webkit-scrollbar {
  display: none;
}

.page-gallery-item {
  flex: 0 0 calc((100% - 2rem) / 3);
  max-width: calc((100% - 2rem) / 3);
  scroll-snap-align: center;
}

.page-gallery-track.is-centered {
  justify-content: center;
}

@media (max-width: 991.98px) {
  .page-gallery-track {
    justify-content: flex-start;
  }

  .page-gallery-track.is-centered {
    justify-content: center;
  }

  .page-gallery-item {
    flex-basis: calc((100% - 1rem) / 2);
    max-width: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 575.98px) {
  .page-gallery-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.detail-gallery-main {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 36px;
  box-shadow: var(--mc-shadow);
}

.thumb {
  aspect-ratio: 1;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
}

.thumb.active { border-color: var(--mc-green); }
.thumb img, .detail-gallery-main img { width: 100%; height: 100%; object-fit: cover; }

.article-body {
  font-size: 1.1rem;
  color: #3d4239;
}

.article-body p { margin-bottom: 1.35rem; }

.quote-block {
  border-left: 4px solid var(--mc-coral);
  padding: 1.5rem 0 1.5rem 1.6rem;
  margin: 2rem 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.18;
  color: var(--mc-green-deep);
}

.footer {
  padding: 64px 0 30px;
  background: #f2ece3;
  border-top: 1px solid rgba(217,197,178,.65);
}

.footer a:hover { color: var(--mc-terracotta); }

.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
}

.wa-float-btn {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--mc-white);
  background: var(--mc-whatsapp);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  box-shadow: 0 16px 38px rgba(47, 168, 102, .24);
  font-size: 1.35rem;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.wa-float-btn:hover,
.wa-float-btn:focus {
  color: var(--mc-white);
  filter: saturate(1.05);
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(47, 168, 102, .28);
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

[data-animate].is-visible { opacity: 1; transform: none; }

@media (max-width: 991px) {
  .section-pad { padding: 72px 0; }
  .hero { min-height: auto; padding: 44px 0 58px; }
  .hero-media { min-height: 420px; margin-top: 2rem; }
  .hero-badge { left: 18px; bottom: 22px; }
  .position-sticky { position: static !important; }
  .organic-img { min-height: 320px; }
}

@media (max-width: 575px) {
  body { line-height: 1.55; }
  .navbar { padding-inline: .25rem; }
  .section-pad { padding: 54px 0; }
  .section-pad-sm { padding: 42px 0; }
  .brand-mark { font-size: clamp(1.04rem, 5.1vw, 1.24rem); gap: .5rem; }
  .brand-seal { width: 34px; height: 34px; flex: 0 0 34px; }
  .brand-logo { height: 34px; flex-basis: 34px; }
  .navbar-toggler { padding: .25rem; }
  .mobile-panel .container-xl { width: calc(100% - 24px); padding: .65rem; }
  .hero { padding: 34px 0 46px; }
  .hero-title { font-size: clamp(2.55rem, 15vw, 3.85rem); }
  .lead-soft { font-size: 1rem; }
  .hero-media { min-height: 300px; border-radius: 30px; }
  .hero-badge {
    left: 12px;
    right: 12px;
    bottom: 14px;
    padding: .8rem 1rem;
    border-radius: 18px;
  }
  .page-hero { padding: 48px 0 34px; }
  .page-hero h1 { font-size: clamp(2.35rem, 13vw, 3.45rem); }
  .organic-img { min-height: 280px; border-radius: 28px; }
  .detail-gallery-main { border-radius: 26px; }
  .feature-card, .editorial-card, .testimonial, .faq-card { padding: 1.15rem; }
  .product-card { border-radius: 20px; }
  .d-flex.gap-2,
  .d-flex.gap-3 {
    row-gap: .65rem !important;
  }
  .wa-float {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
  }
  .wa-float-btn {
    width: 50px;
    height: 50px;
    font-size: 1.22rem;
  }
}
