:root {
  --sjc-cream: #faf6ef;
  --sjc-sand: #f2e6d6;
  --sjc-gold: #b8893b;
  --sjc-gold-deep: #8f6420;
  --sjc-maroon: #6d1f27;
  --sjc-maroon-soft: #8c3640;
  --sjc-ink: #2a2019;
  --sjc-muted: #6f6258;
  --sjc-border: rgba(109, 31, 39, 0.12);
  --sjc-shadow: 0 20px 60px rgba(67, 34, 18, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  background: #ffffff;
  /* background: radial-gradient(circle at top left, rgba(184, 137, 59, 0.12), transparent 30%), radial-gradient(circle at top right, rgba(109, 31, 39, 0.08), transparent 24%), linear-gradient(180deg, #fffefc 0%, var(--sjc-cream) 100%); */
  color: var(--sjc-ink);
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
.display-hero {
  font-family: "Cormorant Garamond", serif;
}

.navbar-sjc {
  background: rgba(255, 251, 244, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(109, 31, 39, 0.08);
}

.navbar-sjc .navbar-brand img {
  width: 2.6rem;
  height: 2.6rem;
  object-fit: cover;
  border-radius: 0.8rem;
}

.navbar-sjc .nav-link {
  color: var(--sjc-ink) !important;
  font-weight: 700;
}

.navbar-sjc .nav-link.active,
.navbar-sjc .nav-link:hover {
  color: var(--sjc-maroon) !important;
}

.btn-brand,
.btn-dark-brand,
.btn-outline-brand,
.whatsapp-float {
  border-radius: 999px;
}

.btn-brand {
  background: linear-gradient(135deg, var(--sjc-maroon), #8a2d23);
  color: #fff;
  border: none;
  box-shadow: 0 18px 35px rgba(111, 29, 27, 0.22);
}

.btn-outline-brand {
  border: 1px solid rgba(111, 29, 27, 0.26);
  color: var(--sjc-maroon);
}

.btn-outline-brand:hover {
  background: rgba(111, 29, 27, 0.06);
  color: var(--sjc-maroon);
}

.btn-dark-brand {
  background: var(--sjc-ink);
  color: #fff;
  border: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--sjc-maroon);
}

.eyebrow::before {
  content: "";
  width: 2.1rem;
  height: 1px;
  background: linear-gradient(90deg, var(--sjc-gold), var(--sjc-maroon));
}

.section-heading {
  max-width: 46rem;
}

.section-heading h1,
.section-heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
  margin-top: 0.75rem;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section .display-hero {
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.95;
}

.hero-copy,
.lead-copy,
.section-heading p,
.info-card p,
.contact-list,
.footer-copy {
  color: var(--sjc-muted);
  line-height: 1.8;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hero-metrics div,
.stat-card,
.info-card,
.card-surface,
.filter-shell,
.cta-banner,
.admin-preview,
.detail-shell {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--sjc-border);
  box-shadow: var(--sjc-shadow);
}

.admin-preview {
  border-radius: 1.2rem;
  padding: 1.25rem;
}

.admin-preview img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 0.85rem;
  flex-shrink: 0;
}

.hero-metrics div,
.stat-card {
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
}

.hero-metrics strong,
.stat-card strong {
  display: block;
  font-size: 1.2rem;
}

.card-surface,
.detail-shell {
  border-radius: 1.8rem;
}

.category-card,
.product-card {
  height: 100%;
  border: 1px solid rgba(182, 138, 58, 0.12);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--sjc-shadow);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover,
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(84, 59, 31, 0.16);
}

.product-card .card-body {
  padding: 1.5rem 1.5rem 1.75rem 1.5rem;
}

.product-card .product-title {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.product-card .product-meta {
  font-size: 0.88rem;
  color: var(--sjc-muted);
}

.category-icon,
.icon-pill {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(182, 138, 58, 0.14), rgba(111, 29, 27, 0.1));
  color: var(--sjc-maroon);
}

.product-card .card-img-top {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(182, 138, 58, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: var(--sjc-ink);
  padding: 0.4rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.filter-shell {
  border-radius: 1.5rem;
  padding: 0.9rem;
}

.filter-btn {
  border-radius: 999px;
  border: 1px solid rgba(111, 29, 27, 0.16);
  background: #fff;
  color: var(--sjc-ink);
  font-weight: 700;
  padding: 0.55rem 1rem;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--sjc-maroon);
  color: #fff;
  border-color: var(--sjc-maroon);
}

.detail-image {
  width: 100%;
  min-height: 32rem;
  object-fit: cover;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(182, 138, 58, 0.1);
}

.whatsapp-float {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 35px rgba(37, 211, 102, 0.28);
  z-index: 1040;
  text-decoration: none;
  font-size: 1.7rem;
}

.footer-shell {
  margin-top: 2rem;
  border-top: 1px solid rgba(182, 138, 58, 0.12);
  background: rgba(255, 255, 255, 0.75);
}

.footer-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
}

.footer-links a {
  color: var(--sjc-muted);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--sjc-maroon);
}

.form-control,
.form-select {
  border-radius: 0.95rem;
  border-color: rgba(182, 138, 58, 0.18);
  padding-block: 0.75rem;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(111, 29, 27, 0.32);
  box-shadow: 0 0 0 0.2rem rgba(111, 29, 27, 0.08);
}

.soft-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(109, 31, 39, 0.14), transparent);
}

@media (max-width: 991.98px) {
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .detail-image {
    min-height: 22rem;
  }
}

.text-brand {
  color: var(--sjc-maroon) !important;
}

.text-muted-custom {
  color: var(--sjc-muted) !important;
}

.nav-tabs {
  border-bottom: 2px solid rgba(182, 138, 58, 0.1) !important;
}

.nav-tabs .nav-link {
  border: none !important;
  color: var(--sjc-muted) !important;
  font-weight: 700 !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent !important;
  transition: all 0.25s ease !important;
  background-color: transparent !important;
}

.nav-tabs .nav-link:hover {
  color: var(--sjc-maroon) !important;
}

.nav-tabs .nav-link.active {
  color: var(--sjc-maroon) !important;
  border-bottom: 2px solid var(--sjc-maroon) !important;
}