/* Majestic Nursery — layout polish & footer */

body.majestic-global,
body.nursery-4.store-chrome {
  font-family: 'Work Sans', sans-serif;
  color: #12241a;
  background: #fbf9f4;
}

.majestic-header .brand-text strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
}

.majestic-header .cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #00695C;
  color: #fff;
  font-weight: 700;
  font-size: .88rem;
  text-decoration: none;
  border: 0;
}

.majestic-header .cart-pill span {
  background: #FF7043;
  color: #fff;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: .78rem;
  padding: 0 6px;
}

.hero-metrics {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-metrics .metric-item {
  padding: 12px 16px;
  border: 1px solid rgba(18, 36, 26, .12);
  border-radius: 14px;
  background: #fffdf8;
  min-width: 110px;
}

.hero-metrics .metric-item strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-metrics .metric-item span {
  display: block;
  font-size: .78rem;
  color: #6c7567;
  margin-top: 4px;
}

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

.floating .tag {
  display: inline-block;
  margin-bottom: 8px;
}

.floating .btn-sm {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  font-size: .82rem;
}

.site-footer {
  background: #0f1f16;
  color: #fffdf8;
  padding: 48px 0 0;
  margin-top: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 28px;
}

.footer-grid h3,
.footer-grid h4 {
  font-family: 'Cormorant Garamond', serif;
  margin: 0 0 12px;
  color: #fff;
}

.footer-grid p {
  color: rgba(251, 249, 244, .76);
  line-height: 1.6;
  margin: 0 0 12px;
}

.footer-grid a {
  display: block;
  color: rgba(251, 249, 244, .82);
  text-decoration: none;
  margin: 0 0 8px;
  font-size: .92rem;
}

.footer-grid a:hover {
  color: #FF7043;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
  font-size: .88rem;
  color: rgba(251, 249, 244, .65);
}

.footer-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .85rem;
  color: rgba(251, 249, 244, .65);
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.section-title a {
  color: #00695C;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 850px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bar {
    flex-direction: column;
  }

  .hero-card img {
    height: 360px;
  }
}
