﻿:root {
  --ocre: #b67f3a;
  --terracota: #b5533c;
  --arena: #efe3cd;
  --oliva: #5f6b46;
  --cobre: #b66a3f;
  --bronce: #8a6a42;
  --texto: #2d261f;
  --fondo: #f8f2e7;
  --blanco: #fffdf8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--texto);
  background: radial-gradient(circle at top right, rgba(182, 127, 58, 0.08), transparent 40%),
              radial-gradient(circle at bottom left, rgba(95, 107, 70, 0.07), transparent 45%),
              var(--fondo);
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Gloria Hallelujah', cursive;
  color: #3b2d20;
}

.meraki-header {
  background: rgba(248, 242, 231, 0.95);
  border-bottom: 1px solid rgba(138, 106, 66, 0.15);
  backdrop-filter: blur(4px);
}

.meraki-logo {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 2rem;
  color: var(--terracota) !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #4b3b2d;
  font-weight: 500;
  margin-left: 0.75rem;
}

.cart-btn {
  background: linear-gradient(120deg, var(--cobre), var(--bronce));
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.45rem 1rem;
}

.cart-btn .badge {
  background: #fff;
  color: var(--terracota);
}

.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20, 14, 10, 0.46);
  pointer-events: none;
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-copy {
  position: relative;
  z-index: 2;
  color: #f6ead6;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  padding: 1.5rem;
  backdrop-filter: blur(14px) saturate(125%);
  -webkit-backdrop-filter: blur(14px) saturate(125%);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.overline {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--oliva);
}

.hero-copy h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 1rem;
  color: #fff3df;
}

.btn-cta {
  background: linear-gradient(140deg, var(--terracota), var(--cobre));
  color: #fff;
  border: 0;
  border-radius: 2rem;
  padding: 0.7rem 1.4rem;
  font-weight: 600;
}

.btn-cta:hover {
  color: #fff;
  transform: translateY(-1px);
}

.section-block {
  padding: 5.5rem 0;
}

.alt-bg {
  background: linear-gradient(180deg, rgba(239, 227, 205, 0.7), rgba(248, 242, 231, 0.2));
}

.editorial-image {
  box-shadow: 0 20px 45px rgba(59, 45, 32, 0.16);
}

.origin-list p {
  margin-bottom: 0.6rem;
}

.product-card {
  background: var(--blanco);
  border: 1px solid rgba(138, 106, 66, 0.2);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 14px 30px rgba(80, 62, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 36px rgba(80, 62, 42, 0.15);
}

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

.product-info {
  padding: 1rem;
}

.tag-limited {
  display: inline-block;
  font-size: 0.73rem;
  font-weight: 600;
  color: #fff;
  background: var(--oliva);
  padding: 0.2rem 0.55rem;
  border-radius: 50px;
  margin-bottom: 0.65rem;
}

.price {
  color: var(--terracota);
  font-weight: 700;
}

.country-tabs .btn-country {
  border: 1px solid rgba(95, 107, 70, 0.35);
  color: var(--oliva);
  background: transparent;
  border-radius: 999px;
  margin-right: 0.4rem;
  margin-bottom: 0.5rem;
  padding: 0.4rem 0.95rem;
}

.country-tabs .btn-country.active,
.country-tabs .btn-country:hover {
  background: var(--oliva);
  color: #fff;
}

.country-piece {
  background: #fffdf8;
  border-left: 4px solid var(--cobre);
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.meraki-footer {
  background: #2f261f;
  color: #f7ede0;
  padding: 3.2rem 0;
}

.meraki-footer h5 {
  color: #f5d9b6;
}

.auth-seal {
  display: inline-block;
  border: 1px solid rgba(245, 217, 182, 0.5);
  border-radius: 999px;
  padding: 0.15rem 0.75rem;
  font-size: 0.8rem;
}

.social-links a {
  color: #f7ede0;
  margin-left: 0.6rem;
  font-size: 1.1rem;
}

#productDetail img {
  width: 100%;
  border-radius: 12px;
  max-height: 380px;
  object-fit: cover;
}

.detail-meta {
  background: rgba(239, 227, 205, 0.6);
  border-radius: 10px;
  padding: 0.8rem;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(138, 106, 66, 0.2);
}

.remove-item {
  border: 0;
  background: transparent;
  color: #a5483a;
  font-size: 0.85rem;
}

@media (max-width: 991px) {
  .hero-section {
    min-height: 85vh;
    padding: 3.5rem 0;
  }
}

@media (max-width: 575px) {
  .hero-copy {
    padding: 1.2rem;
  }

  .meraki-logo {
    font-size: 1.7rem;
  }
}
