.hero-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(250, 199, 117, 0.22), transparent 28%),
    linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 58%, #d85a30 100%);
  padding: 72px 0 54px;
  color: var(--white);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 46px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  padding: 7px 14px;
  border: 1px solid rgba(250, 199, 117, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 1.4px;
  margin-bottom: 18px;
}

.hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.98;
  max-width: 760px;
  margin-bottom: 20px;
}

.hero-content p {
  color: #f8d7c8;
  font-size: 18px;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-card {
  min-height: 430px;
  border-radius: var(--radius-lg);
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(250, 199, 117, 0.28);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-card-top,
.hero-card-bottom {
  background: rgba(74, 27, 12, 0.38);
  border: 1px solid rgba(250, 199, 117, 0.22);
  border-radius: 20px;
  padding: 18px;
}

.hero-card-top span,
.hero-card-bottom span {
  color: #f7c7b5;
  display: block;
  font-size: 13px;
}

.hero-card-top strong,
.hero-card-bottom strong {
  color: var(--gold);
  font-size: 20px;
}

.hero-pattern {
  text-align: center;
  font-size: 136px;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.28));
}

.trust-section,
.stats-section {
  padding: 28px 0 0;
}

.trust-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.trust-item,
.stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px;
  box-shadow: 0 8px 26px rgba(74, 27, 12, 0.06);
}

.trust-item {
  font-weight: 700;
  color: var(--primary);
}

.trust-item span {
  margin-left: 8px;
}

.stat-card strong {
  display: block;
  font-size: 32px;
  color: var(--primary);
  line-height: 1;
}

.stat-card span {
  color: var(--muted);
  font-size: 14px;
}

.catalogue-section {
  padding: 70px 0;
}

.section-heading {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 28px;
}

.section-heading span {
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
}

.section-heading h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 48px);
  margin: 6px 0;
}

.section-heading p {
  color: var(--muted);
}

.catalogue-tools {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: var(--shadow);
  margin-bottom: 30px;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 10px 8px 18px;
}

.search-box input {
  flex: 1;
  height: 42px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 15px;
}

.search-box button {
  border: 0;
  background: var(--primary);
  color: var(--gold);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  cursor: pointer;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.category-tab {
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--muted);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.category-tab:hover,
.category-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--gold);
}

.catalogue-block {
  margin-top: 34px;
}

.catalogue-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 16px;
}

.catalogue-head h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
}

.catalogue-head p {
  color: var(--muted);
  font-size: 14px;
}

.view-all-btn,
.carousel-btn {
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--primary);
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.view-all-btn {
  padding: 10px 16px;
}

.carousel-shell {
  position: relative;
}

.product-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 6px 2px 18px;
}

.product-carousel::-webkit-scrollbar {
  display: none;
}

.product-carousel .product-card {
  flex: 0 0 255px;
}

.carousel-btn {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  box-shadow: 0 12px 28px rgba(74, 27, 12, 0.16);
  z-index: 3;
}

.carousel-btn.prev {
  left: -12px;
}

.carousel-btn.next {
  right: -12px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(74, 27, 12, 0.08);
  transition: 0.25s ease;
}

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

.product-media {
  height: 190px;
  background:
    radial-gradient(circle at 30% 20%, rgba(250, 199, 117, 0.45), transparent 22%),
    linear-gradient(135deg, #faeeda, #f7d8c9);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.product-emoji {
  font-size: 78px;
}

.product-tags {
  position: absolute;
  left: 12px;
  top: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.tag {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 999px;
  letter-spacing: 0.5px;
}

.tag-new {
  background: var(--green-soft);
  color: var(--green);
}

.tag-hot {
  background: var(--primary-soft);
  color: var(--primary);
}

.tag-sale {
  background: #faeeda;
  color: #854f0b;
}

.tag-pinned {
  background: var(--primary-dark);
  color: var(--gold);
}

.product-body {
  padding: 16px;
}

.product-category {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
}

.product-name {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 7px;
}

.product-desc {
  color: var(--muted);
  font-size: 13px;
  min-height: 40px;
}

.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 12px 0;
}

.price {
  font-size: 21px;
  color: var(--primary);
  font-weight: 900;
}

.old-price {
  color: #9a877d;
  text-decoration: line-through;
  font-size: 13px;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.card-btn {
  min-height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.enquire-btn {
  background: var(--primary);
  color: var(--gold);
}

.view-btn {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.empty-state {
  background: var(--white);
  border: 1px dashed var(--border);
  border-radius: var(--radius-lg);
  padding: 48px 20px;
  text-align: center;
  color: var(--muted);
}

.empty-state strong {
  display: block;
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 6px;
}

.wholesale-banner {
  padding: 0 0 70px;
}

.wholesale-inner {
  background:
    radial-gradient(circle at 90% 20%, rgba(250, 199, 117, 0.25), transparent 25%),
    linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow);
}

.wholesale-inner span {
  color: var(--gold);
  font-weight: 800;
}

.wholesale-inner h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  margin: 4px 0;
}

.wholesale-inner p {
  color: #f3cbbb;
}

/* PRODUCT IMAGE UPGRADE */
.product-media.has-image {
  height: 230px;
  background: #fff3e8;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.product-card:hover .product-image {
  transform: scale(1.04);
}

.product-image.fallback-image {
  object-fit: contain;
  padding: 42px;
  background: linear-gradient(135deg, #fff4e8, #f7cfad);
}

.product-tags {
  z-index: 2;
}
