:root {
  --brand-blue: #8b7355;
  --brand-blue-dark: #5f4b3a;
  --brand-orange: #c79252;
  --brand-orange-dark: #a8743d;
  --brand-gold: #c6a16c;
  --brand-gold-soft: #f1e2cb;
  --brand-navy: #241a14;
  --brand-bg: #f5f1e9;
  --brand-card: #fffdf9;
  --brand-text: #1f1812;
  --brand-muted: #6f6256;
  --brand-success: #58775d;
  --brand-danger: #ef4444;
  --brand-border: rgba(120, 99, 77, 0.16);
  --brand-shadow: 0 26px 70px rgba(48, 33, 24, 0.1);
  --brand-shadow-strong: 0 34px 90px rgba(48, 33, 24, 0.15);
  --brand-inner: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  --brand-tint: #efe7db;
  --brand-tint-soft: #f8f3ec;
  --brand-tint-strong: #e6d6bf;
  --radius-xl: 38px;
  --radius-lg: 30px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --container: 1440px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(139, 115, 85, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(198, 161, 108, 0.14), transparent 26%),
    linear-gradient(180deg, #fcfaf6 0%, #f8f4ee 24%, #f2ece3 60%, #eee6db 100%);
  color: var(--brand-text);
  font-family: "Inter", sans-serif;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", serif;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 1px, transparent 1px, transparent 80px),
    linear-gradient(rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 1px, transparent 1px, transparent 80px);
  opacity: 0.18;
}

body::after {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.7), transparent 16%),
    radial-gradient(circle at 82% 18%, rgba(198, 161, 108, 0.14), transparent 12%),
    radial-gradient(circle at 50% 100%, rgba(139, 115, 85, 0.08), transparent 26%);
}

body.modal-open {
  overflow: hidden;
}

body.is-loading {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at 22% 26%, rgba(224, 171, 62, 0.22), transparent 16%),
    radial-gradient(circle at 76% 18%, rgba(199, 146, 82, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(247, 239, 229, 0.98) 58%, rgba(241, 231, 218, 0.98) 100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.site-loader.is-visible {
  opacity: 1;
  visibility: visible;
}

.site-loader.is-hiding {
  opacity: 0;
  visibility: hidden;
}

.site-loader-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 18px;
}

.site-loader-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(48vw, 320px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 214, 117, 0.82) 0%, rgba(224, 171, 62, 0.68) 48%, rgba(224, 171, 62, 0) 74%);
  transform: translate(-50%, -50%);
  filter: blur(8px);
  animation: loaderPulse 1.8s ease-in-out infinite;
}

.site-loader-mark {
  position: relative;
  width: min(95%, 640px);
  animation: loaderReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) both, loaderFloat 3.6s ease-in-out infinite 0.85s;
}

.site-loader-mark img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(60, 40, 24, 0.14));
}

.site-loader-shine {
  position: absolute;
  inset: -8% -28%;
  background: linear-gradient(100deg, transparent 34%, rgba(255, 255, 255, 0.84) 50%, transparent 66%);
  transform: translateX(-40%);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: loaderSweep 1.9s ease-in-out infinite 0.45s;
}

.site-loader-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 320px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(198, 161, 108, 0.24);
  box-shadow: 0 16px 32px rgba(48, 33, 24, 0.08);
  backdrop-filter: blur(16px);
  animation: loaderFadeUp 0.7s ease both 0.22s;
}

.site-loader-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d6a14a 0%, #f2c25b 100%);
  box-shadow: 0 0 0 rgba(214, 161, 74, 0.38);
  animation: loaderDotPulse 1.2s ease-in-out infinite;
}

.site-loader-copy {
  color: var(--brand-blue-dark);
  font-size: clamp(9px, 2.5vw, 11px);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 800;
  white-space: nowrap;
}

.site-loader-count {
  color: var(--brand-text);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 900;
  min-width: 52px;
  text-align: right;
}

.site-loader-bar {
  position: relative;
  overflow: hidden;
  width: min(68vw, 360px);
  height: 5px;
  border-radius: 999px;
  background: rgba(95, 75, 58, 0.12);
  animation: loaderFadeUp 0.7s ease both 0.28s;
}

.site-loader-bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d6a14a 0%, #f2c25b 48%, #6f5337 100%);
  transform: scaleX(0);
  transform-origin: left center;
  animation: loaderProgress 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes loaderReveal {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes loaderFadeUp {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loaderFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes loaderPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.96);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes loaderSweep {
  0% {
    opacity: 0;
    transform: translateX(-40%);
  }
  20% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: translateX(38%);
  }
}

@keyframes loaderDotPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(214, 161, 74, 0.34);
  }
  50% {
    transform: scale(1.14);
    box-shadow: 0 0 0 10px rgba(214, 161, 74, 0);
  }
}

@keyframes loaderProgress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.announcement-bar {
  background: var(--brand-blue-dark);
  color: #fff;
  text-align: center;
  padding: 12px 16px;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(255, 250, 244, 0.92));
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px rgba(48, 33, 24, 0.06);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211, 169, 106, 0.55), transparent);
}

.header-row {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 84px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.logo-wrap-brand {
  gap: 0;
}

.logo-box {
  position: relative;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(139, 115, 85, 0.18);
  background: linear-gradient(180deg, #fffdf9 0%, #f5eee4 100%);
  box-shadow: 0 14px 26px rgba(48, 33, 24, 0.1);
}

.logo-box-wide {
  width: clamp(170px, 18vw, 238px);
  height: 60px;
  flex: 0 0 auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-box-wide img {
  object-fit: contain;
}

.logo-title {
  margin: 0;
  font-family: "Inter", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.logo-subtitle {
  margin: 3px 0 0;
  color: var(--brand-muted);
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-item {
  position: relative;
}

.nav-link,
.nav-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--brand-text);
  font-size: 14px;
  font-weight: 700;
  transition: background 0.22s ease, color 0.22s ease;
}

.nav-link:hover,
.nav-button:hover,
.nav-link.is-active {
  background: linear-gradient(135deg, #f8f3ec 0%, #efe5d8 100%);
  color: var(--brand-blue);
}

.nav-link.is-active {
  background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(95, 75, 58, 0.24);
}

.nav-chevron {
  font-size: 12px;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  z-index: 24;
  width: 560px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(198, 161, 108, 0.18), transparent 20%),
    linear-gradient(180deg, #fffdf9 0%, #f8f2ea 100%);
  box-shadow: var(--brand-inner), var(--brand-shadow-strong);
}

.mega-menu::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px;
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu {
  display: block;
}

.nav-item:hover .nav-button,
.nav-item:focus-within .nav-button {
  background: linear-gradient(135deg, #f8f3ec 0%, #efe5d8 100%);
  color: var(--brand-blue);
}

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

.mega-menu-title {
  margin: 0;
  font-family: "Inter", serif;
  font-size: 32px;
  line-height: 1;
}

.mega-menu-copy {
  margin: 8px 0 0;
  color: var(--brand-muted);
  font-size: 13px;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mega-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(226, 232, 240, 0.78);
  border-radius: 20px;
  background: linear-gradient(180deg, #fffdf9 0%, #f7f0e7 100%);
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.mega-card:hover {
  border-color: rgba(139, 115, 85, 0.28);
  background: linear-gradient(180deg, #fffdf8 0%, #f3e9dc 100%);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(48, 33, 24, 0.09);
}

.mega-card-media {
  position: relative;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--brand-tint-soft);
}

.mega-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.mega-card-title {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
}

.mega-card-copy {
  margin: 4px 0 0;
  color: var(--brand-muted);
  font-size: 12px;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.search-wrap {
  position: relative;
  width: min(420px, 100%);
}

.search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: 999px;
  background: linear-gradient(180deg, #fffdf9 0%, #f8f3ec 100%);
  box-shadow: 0 14px 30px rgba(48, 33, 24, 0.05);
}

.search-form input {
  width: 100%;
  border: 0;
  background: transparent;
  outline: none;
  color: var(--brand-text);
}

.search-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  display: none;
  max-height: min(72vh, 640px);
  overflow: auto;
  padding: 16px;
  border: 1px solid var(--brand-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(198, 161, 108, 0.16), transparent 18%),
    linear-gradient(180deg, #fffdf9 0%, #f8f2ea 100%);
  box-shadow: var(--brand-inner), var(--brand-shadow-strong);
}

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

.search-result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 18px;
}

.search-result:hover {
  background: #f8f3ec;
}

.search-section + .search-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 232, 240, 0.85);
}

.search-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.search-section-title {
  margin: 0;
  color: var(--brand-muted);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 800;
}

.search-see-all {
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 800;
}

.search-empty {
  margin: 0;
  color: var(--brand-muted);
  font-size: 14px;
  line-height: 1.8;
}

.search-result-media {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--brand-tint-soft);
}

.search-result-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 232, 240, 0.85);
}

.search-chip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 18px;
  background: #f8f3ec;
}

.search-chip + .search-chip {
  margin-top: 10px;
}

.search-chip:hover {
  background: #efe7db;
}

.search-chip-title {
  font-size: 14px;
  font-weight: 800;
}

.search-chip-copy {
  color: var(--brand-muted);
  font-size: 12px;
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--brand-tint-soft);
  border: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-text);
}

.pill-tag:hover {
  background: var(--brand-blue-dark);
  color: #fff;
}

.btn,
.button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn:hover,
.button:hover,
.ghost-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.btn-primary {
  background: linear-gradient(135deg, #d7a86f 0%, var(--brand-orange) 55%, #b67b3e 100%);
  color: #fff;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #d9aa73 0%, var(--brand-orange-dark) 100%);
}

.btn-blue {
  background: linear-gradient(135deg, #78604b 0%, var(--brand-blue) 52%, #5f4b3a 100%);
  color: #fff;
}

.btn-green {
  background: linear-gradient(135deg, #30da71 0%, #25d366 100%);
  color: #fff;
}

.btn-dark {
  background: linear-gradient(135deg, #3a2a20 0%, #1f1812 100%);
  color: #fff;
}

.btn-outline {
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(255, 255, 255, 0.78);
  color: var(--brand-text);
  box-shadow: none;
}

.btn-light-outline {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.section {
  padding: 24px 0 72px;
}

.section-heading {
  margin-bottom: 22px;
  position: relative;
}

.section-heading::after {
  content: "";
  display: block;
  width: 84px;
  height: 2px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--brand-gold), rgba(198, 161, 108, 0));
}

.eyebrow {
  margin: 0;
  color: var(--brand-blue);
  font-size: 12px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-weight: 800;
}

.section-title {
  margin: 14px 0 0;
  font-family: "Inter", serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.95;
  font-weight: 700;
}

.section-subtitle {
  margin: 14px 0 0;
  max-width: 780px;
  color: var(--brand-muted);
  font-size: 15px;
  line-height: 1.9;
}

.surface {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(248, 243, 236, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius-xl);
  box-shadow: var(--brand-inner), var(--brand-shadow);
  backdrop-filter: blur(12px);
}

.surface::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211, 169, 106, 0.5), transparent);
  pointer-events: none;
}

.hero-banner-section {
  padding: 0;
}

.hero-shell {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: var(--brand-navy);
  box-shadow: none;
}

.hero-track {
  display: flex;
  min-height: inherit;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero-slide {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(36, 26, 20, 0.08) 0%, rgba(36, 26, 20, 0.22) 100%);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.12), transparent 18%),
    radial-gradient(circle at 18% 86%, rgba(198, 161, 108, 0.14), transparent 22%);
}

.hero-slide-inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
}

.hero-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
}

.hero-text {
  max-width: 760px;
}

.hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.94);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.hero-text .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 22px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(211, 169, 106, 0.14);
  border: 1px solid rgba(211, 169, 106, 0.26);
  color: #fff;
}

.hero-title {
  margin: 22px 0 0;
  max-width: 780px;
  color: #fff;
  font-family: "Inter", serif;
  font-size: clamp(58px, 6.2vw, 108px);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-shadow: 0 12px 26px rgba(8, 18, 38, 0.32);
}

.hero-copy {
  margin: 20px 0 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.95;
}

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

.hero-trust-line {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-highlights {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.hero-highlight {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.75;
  backdrop-filter: blur(14px);
}

.hero-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  background: rgba(211, 169, 106, 0.2);
  font-size: 12px;
  font-weight: 900;
}

.hero-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.hero-stat {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.hero-stat-value {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.hero-stat-label {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-side-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 32px;
  background: rgba(36, 26, 20, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 70px rgba(48, 33, 24, 0.22);
  backdrop-filter: blur(18px);
}

.hero-side-offer {
  justify-self: start;
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4a067 0%, var(--brand-orange) 100%);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(167, 116, 61, 0.3);
}

.hero-side-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-side-title {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero-side-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.8;
}

.hero-highlights-panel {
  margin-top: 0;
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 999px;
  background: rgba(8, 18, 38, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(18px);
}

.hero-nav {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.hero-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
}

.dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.dot.is-active {
  width: 46px;
  background: #fff;
}

.grid {
  display: grid;
  gap: 24px;
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  padding: 18px;
}

.category-card {
  display: block;
  height: auto;
  align-self: start;
}

.category-card-media,
.product-card-media,
.square-media,
.blog-card-media,
.gallery-shot {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.9), transparent 38%),
    linear-gradient(180deg, #fdfaf5 0%, #efe6db 100%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 -24px 40px rgba(213, 197, 176, 0.3);
}

.category-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.24 / 1;
  min-height: 230px;
}

.category-card-media img,
.product-card-media img,
.square-media img,
.blog-card-media img,
.gallery-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category-card-image {
  object-fit: var(--category-image-fit, cover);
  object-position: center center;
  transform: scale(var(--category-image-scale, 1));
  transform-origin: center center;
}

.category-card-body,
.product-card-body,
.blog-card-body {
  padding-top: 16px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.badge-blue {
  background: #efe7db;
  color: var(--brand-blue);
}

.badge-red {
  background: var(--brand-danger);
  color: #fff;
}

.badge-green {
  background: #ecfdf5;
  color: var(--brand-success);
}

.badge-dark {
  background: var(--brand-navy);
  color: #fff;
}

.split-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.muted {
  color: var(--brand-muted);
}

.card-title {
  margin: 12px 0 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.card-copy {
  margin: 10px 0 0;
  color: var(--brand-muted);
  font-size: 14px;
  line-height: 1.9;
}

.featured-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 310px);
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: thin;
}

.featured-track::-webkit-scrollbar {
  height: 8px;
}

.featured-track::-webkit-scrollbar-thumb {
  background: rgba(107, 114, 128, 0.35);
  border-radius: 999px;
}

.carousel-controls {
  display: flex;
  gap: 12px;
}

.circle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(203, 213, 225, 0.8);
  background: linear-gradient(180deg, #fffdf9 0%, #f6efe6 100%);
  color: var(--brand-text);
  box-shadow: 0 12px 24px rgba(48, 33, 24, 0.09);
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: var(--brand-inner), 0 20px 54px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--brand-inner), var(--brand-shadow-strong);
  border-color: rgba(139, 115, 85, 0.2);
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 0 auto auto -40%;
  width: 46%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.3s ease;
  pointer-events: none;
}

.product-card:hover::after {
  opacity: 1;
  transform: translateX(320%) skewX(-18deg);
}

.wishlist-button {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand-text);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
}

.sale-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-card-media {
  min-height: 290px;
}

.product-card-media img {
  height: 290px;
  padding: 20px;
  transition: transform 0.3s ease;
}


.product-card:hover .product-card-media img {
  transform: scale(1.05);
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #f59e0b;
  font-size: 13px;
}

.rating-meta {
  color: var(--brand-muted);
  font-weight: 700;
}

.product-price {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-top: 16px;
}

.price-current {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.price-original {
  color: var(--brand-muted);
  font-size: 14px;
  text-decoration: line-through;
}

.product-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.promo-band {
  padding: 32px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(95, 75, 58, 0.98) 0%, rgba(199, 146, 82, 0.88) 100%);
}

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

.trust-card,
.stat-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(226, 232, 240, 0.76);
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(247, 240, 232, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.review-shell {
  overflow: hidden;
  padding: 28px;
}

.review-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
}

.review-shell .dots {
  margin-top: 24px;
}

.review-shell .dot {
  background: rgba(15, 23, 42, 0.14);
}

.review-shell .dot.is-active {
  background: var(--brand-blue-dark);
}

.review-panel {
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(246, 239, 231, 0.95));
  border: 1px solid rgba(226, 232, 240, 0.72);
}

.review-quote {
  margin-top: 16px;
  font-size: 22px;
  line-height: 1.8;
}

.review-media {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: 30px;
  background: #fff;
}

.review-media img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  padding: 26px;
}

.gallery-shot {
  height: 290px;
}

.gallery-shot img {
  height: 290px;
  padding: 18px;
  transition: transform 0.35s ease;
}

.gallery-shot:hover img {
  transform: scale(1.05);
}

.footer {
  margin-top: 36px;
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(139, 115, 85, 0.2), transparent 24%),
    radial-gradient(circle at top right, rgba(198, 161, 108, 0.2), transparent 22%),
    linear-gradient(180deg, #2b2018 0%, #17100c 100%);
  color: #fff;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 72px),
    linear-gradient(rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 72px);
  opacity: 0.12;
  pointer-events: none;
}

.footer-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  padding: 56px 0;
  position: relative;
  z-index: 1;
}

.footer-title {
  margin: 0;
  font-family: "Inter", serif;
  font-size: 46px;
  line-height: 0.95;
  
  letter-spacing: 0.08em;
}

.footer-copy,
.footer-link-list a,
.footer-meta {
  color: rgba(255, 255, 255, 0.7);
}

.footer-link-list a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-link-list a:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer-link-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.footer-social-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.footer-social-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-link[href*="facebook.com"] svg {
  fill: currentColor;
  stroke: none;
}

.footer-head {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}

.footer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
}

.floating-stack {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  overflow: visible;
  isolation: isolate;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.floating-button:hover {
  transform: translateY(-3px) scale(1.04);
}

.floating-button.is-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #31db71 45%, #7cf3a6 100%);
  color: #fff;
  border-color: rgba(236, 255, 243, 0.62);
  box-shadow:
    0 22px 48px rgba(37, 211, 102, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  animation: floatingWhatsAppBob 3s ease-in-out infinite;
}

.floating-button.is-whatsapp::before,
.floating-button.is-whatsapp::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.floating-button.is-whatsapp::before {
  inset: -5px;
  border: 1px solid rgba(132, 255, 183, 0.56);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
  animation: floatingWhatsAppRing 2.6s ease-out infinite;
}

.floating-button.is-whatsapp::after {
  inset: -12px;
  z-index: -1;
  background: radial-gradient(circle, rgba(72, 231, 131, 0.34) 0%, rgba(72, 231, 131, 0) 72%);
  filter: blur(8px);
  animation: floatingWhatsAppGlow 3s ease-in-out infinite;
}

.floating-button.is-whatsapp:hover {
  box-shadow:
    0 28px 58px rgba(37, 211, 102, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.floating-icon-whatsapp {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1;
  filter: drop-shadow(0 3px 6px rgba(13, 93, 42, 0.22));
  animation: floatingWhatsAppIcon 3s ease-in-out infinite;
}

.floating-button.is-call {
  background: linear-gradient(135deg, #5f4b3a 0%, #7a5c43 42%, #c79252 100%);
  color: #fff;
  border-color: rgba(255, 248, 236, 0.62);
  box-shadow:
    0 22px 48px rgba(95, 75, 58, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  animation: floatingCallBob 3.2s ease-in-out infinite;
}

.floating-button.is-call::before,
.floating-button.is-call::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.floating-button.is-call::before {
  inset: -5px;
  border: 1px solid rgba(212, 175, 122, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
  animation: floatingCallRing 2.8s ease-out infinite;
}

.floating-button.is-call::after {
  inset: -12px;
  z-index: -1;
  background: radial-gradient(circle, rgba(214, 172, 110, 0.34) 0%, rgba(214, 172, 110, 0) 72%);
  filter: blur(8px);
  animation: floatingCallGlow 3.2s ease-in-out infinite;
}

.floating-button.is-call:hover {
  box-shadow:
    0 28px 58px rgba(95, 75, 58, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.floating-icon-phone {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1;
  filter: drop-shadow(0 3px 6px rgba(36, 26, 20, 0.24));
  transform-origin: 62% 58%;
  animation: floatingCallIcon 3.2s ease-in-out infinite;
}

.floating-button.is-top {
  background: #fff;
  color: var(--brand-text);
  border: 0;
}

@keyframes floatingCallBob {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-4px) scale(1.02);
  }
}

@keyframes floatingWhatsAppBob {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-4px) scale(1.03);
  }
}

@keyframes floatingWhatsAppRing {
  0% {
    transform: scale(0.92);
    opacity: 0;
  }

  18% {
    opacity: 0.68;
  }

  62% {
    opacity: 0.24;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes floatingWhatsAppGlow {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.34;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.82;
  }
}

@keyframes floatingWhatsAppIcon {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  20% {
    transform: translateY(-1px) scale(1.04);
  }

  28% {
    transform: translateY(1px) scale(0.98);
  }

  38% {
    transform: translateY(-2px) scale(1.05);
  }

  48% {
    transform: translateY(0) scale(1);
  }
}

@keyframes floatingCallRing {
  0% {
    transform: scale(0.92);
    opacity: 0;
  }

  18% {
    opacity: 0.62;
  }

  62% {
    opacity: 0.22;
  }

  100% {
    transform: scale(1.28);
    opacity: 0;
  }
}

@keyframes floatingCallGlow {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.38;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.82;
  }
}

@keyframes floatingCallIcon {
  0%,
  56%,
  100% {
    transform: rotate(0deg);
  }

  8% {
    transform: rotate(14deg);
  }

  14% {
    transform: rotate(-10deg);
  }

  20% {
    transform: rotate(12deg);
  }

  26% {
    transform: rotate(-6deg);
  }

  32% {
    transform: rotate(6deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-button,
  .floating-button.is-whatsapp,
  .floating-button.is-call,
  .floating-button.is-whatsapp::before,
  .floating-button.is-whatsapp::after,
  .floating-button.is-call::before,
  .floating-button.is-call::after,
  .floating-icon-whatsapp,
  .floating-icon-phone {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

.page-hero,
.compact-hero {
  padding: 34px;
}

.page-hero {
  background:
    radial-gradient(circle at top right, rgba(198, 161, 108, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(246, 239, 231, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: var(--brand-inner), 0 24px 60px rgba(48, 33, 24, 0.09);
}

.compact-hero {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(95, 75, 58, 0.98) 0%, rgba(199, 146, 82, 0.88) 100%);
}

.shop-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: 320px minmax(0, 1fr);
}

.filter-panel,
.shop-panel,
.admin-panel {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 243, 236, 0.95));
  box-shadow: var(--brand-inner), 0 22px 56px rgba(48, 33, 24, 0.08);
}

.filter-panel {
  position: sticky;
  top: 104px;
  align-self: start;
}

.filter-group + .filter-group {
  margin-top: 24px;
}

.filter-title {
  margin: 0 0 12px;
  color: var(--brand-muted);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 800;
}

.filter-options {
  display: grid;
  gap: 10px;
}

.filter-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.76);
  background: linear-gradient(180deg, #fcf8f2 0%, #f3ece2 100%);
  color: var(--brand-text);
  font-size: 14px;
  font-weight: 700;
}

.filter-option.is-active {
  background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(95, 75, 58, 0.2);
}

.range-value {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 800;
}

.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.shop-filter-toggle,
.shop-filter-drawer {
  display: none;
}

.shop-filter-panel {
  overflow: auto;
}

.shop-query-banner {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #efe7db 0%, #f8f3ec 100%);
  color: var(--brand-blue-dark);
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(139, 115, 85, 0.12);
}

.view-toggle {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(203, 213, 225, 0.85);
  border-radius: 999px;
  background: #fff;
}

.view-button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--brand-text);
}

.view-button.is-active {
  background: var(--brand-blue-dark);
  color: #fff;
}

.shop-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-grid.is-list {
  grid-template-columns: 1fr;
}

.shop-grid.is-list .product-card-media {
  min-height: 230px;
}

.shop-grid.is-list .product-card-media img {
  height: 230px;
}

.load-note {
  margin-top: 24px;
  text-align: center;
  color: var(--brand-muted);
  font-size: 14px;
  font-weight: 700;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 34px;
  border: 1px dashed rgba(139, 115, 85, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(198, 161, 108, 0.16), transparent 18%),
    linear-gradient(180deg, #fcf8f2 0%, #f3ece2 100%);
}

.breadcrumbs {
  margin-bottom: 18px;
  color: var(--brand-muted);
  font-size: 14px;
}

.breadcrumbs a:hover {
  color: var(--brand-blue);
}

.product-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

.product-gallery,
.product-info,
.tab-shell {
  padding: 24px;
  box-shadow: var(--brand-inner), 0 24px 64px rgba(15, 23, 42, 0.08);
}

.product-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(180deg, #fdfaf5 0%, #efe6db 100%);
  border: 1px solid rgba(255, 255, 255, 0.82);
}

.product-hero-media img {
  width: 100%;
  height: 480px;
  object-fit: contain;
  padding: 24px;
  transition: transform 0.35s ease;
}

.product-hero-media:hover img {
  transform: scale(1.06);
}

.product-image-hint {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.7);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.thumb-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.thumb-button {
  padding: 8px;
  border: 1px solid rgba(203, 213, 225, 0.86);
  border-radius: 22px;
  background: linear-gradient(180deg, #fffdf9 0%, #f6efe6 100%);
}

.thumb-button.is-active {
  border-color: rgba(139, 115, 85, 0.38);
  background: #efe7db;
}

.thumb-button img {
  width: 100%;
  height: 96px;
  object-fit: contain;
}

.info-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.info-card {
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.74);
  border-radius: 24px;
  background: linear-gradient(180deg, #fffdf9 0%, #f7f0e7 100%);
}

.highlights {
  margin-top: 26px;
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(198, 161, 108, 0.16), transparent 18%),
    linear-gradient(180deg, #fcf8f2 0%, #f3ece2 100%);
  border: 1px solid rgba(226, 232, 240, 0.72);
}

.highlight-list {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.highlight-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.highlight-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--brand-blue-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tab-button {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(226, 232, 240, 0.7);
  border-radius: 999px;
  background: linear-gradient(180deg, #fcf8f2 0%, #f3ece2 100%);
  color: var(--brand-text);
  font-size: 14px;
  font-weight: 800;
}

.tab-button.is-active {
  background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(95, 75, 58, 0.2);
}

.tab-content {
  margin-top: 24px;
}

.spec-table {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 24px;
}

.spec-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.75);
}

.spec-row:last-child {
  border-bottom: 0;
}

.faq-list,
.card-stack {
  display: grid;
  gap: 16px;
}

.faq-card,
.stack-card {
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, 0.74);
  border-radius: 24px;
  background: linear-gradient(180deg, #fffdf9 0%, #f7f0e7 100%);
}

.form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field,
.field-full {
  display: grid;
  gap: 8px;
}

.field-full {
  grid-column: 1 / -1;
}

.field label,
.field-full label {
  font-size: 14px;
  font-weight: 800;
}

.input,
.textarea,
.select {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf9 0%, #f7f0e7 100%);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
  outline: none;
}

.textarea {
  min-height: 140px;
  padding: 14px 16px;
  resize: vertical;
}

.input:focus,
.textarea:focus,
.select:focus {
  border-color: rgba(139, 115, 85, 0.42);
}

.form-note {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

.form-note.is-success {
  color: var(--brand-success);
}

.form-note.is-error {
  color: var(--brand-danger);
}

.rich-text {
  display: grid;
  gap: 18px;
  color: #463a31;
  font-size: 17px;
  line-height: 2;
}

.rich-text-paragraph {
  margin: 0;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(6px);
}

.modal-card {
  width: min(1100px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 36px;
  background: linear-gradient(180deg, #fffdf9 0%, #f7f0e7 100%);
  box-shadow: 0 28px 80px rgba(48, 33, 24, 0.28);
}

.modal-close {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(203, 213, 225, 0.92);
  background: #fff;
}

.admin-shell {
  min-height: 100vh;
  padding: 28px 0;
}

.admin-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 290px minmax(0, 1fr);
}

.admin-sidebar {
  position: sticky;
  top: 28px;
  align-self: start;
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(198, 161, 108, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(255,253,249,0.98), rgba(246,239,231,0.94));
}

.admin-nav {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.admin-tab {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(226, 232, 240, 0.72);
  border-radius: 18px;
  background: linear-gradient(180deg, #fcf8f2 0%, #f3ece2 100%);
  color: var(--brand-text);
  text-align: left;
  font-size: 14px;
  font-weight: 800;
}

.admin-tab.is-active {
  background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(95, 75, 58, 0.2);
}

.stats-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-card {
  padding: 22px;
}

.admin-flash {
  margin-bottom: 24px;
}

.stats-value {
  margin-top: 12px;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}

.list-table {
  width: 100%;
  border-collapse: collapse;
}

.list-table th,
.list-table td {
  padding: 14px 10px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.78);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.list-table th {
  color: var(--brand-muted);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.entry-card {
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.74);
  border-radius: 24px;
  background: linear-gradient(180deg, #fffdf9 0%, #f7f0e7 100%);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #efe7db;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 800;
}

.two-col {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.hidden {
  display: none !important;
}

.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 999px;
  background: #fff;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
}

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

.mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
}

.mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(92vw, 380px);
  height: 100%;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(198, 161, 108, 0.16), transparent 20%),
    linear-gradient(180deg, #fffdf9 0%, #f6efe6 100%);
  box-shadow: var(--brand-shadow);
}

.mobile-nav {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.mobile-link {
  padding: 14px 16px;
  border-radius: 20px;
  background: #f8f3ec;
  font-size: 14px;
  font-weight: 800;
}

.mobile-link-row {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.shop-filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 95;
}

.shop-filter-drawer.is-open {
  display: block;
}

@media (max-width: 1180px) {
  .hero-grid,
  .review-layout,
  .product-layout,
  .shop-layout,
  .admin-grid,
  .two-col {
    grid-template-columns: 1fr;
  }

  .stats-row,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-shell,
  .hero-slide,
  .hero-slide-inner {
    min-height: 100vh;
    min-height: 100svh;
  }

  .filter-panel {
    position: static;
  }

  .hero-slide-inner {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .nav,
  .search-wrap,
  .header-tools .btn-green {
    display: none;
  }

  .header-row {
    position: relative;
    justify-content: center;
    min-height: 100px;
    align-items: center;
  }

  .logo-wrap {
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  .page-hero,
  .compact-hero,
  .review-shell,
  .shop-panel,
  .product-gallery,
  .product-info,
  .tab-shell,
  .admin-panel {
    padding: 22px;
  }

  .grid-4,
  .grid-3,
  .grid-2,
  .shop-grid {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    display: none;
  }

  .shop-filter-toggle {
    display: inline-flex;
  }

  .shop-toolbar .muted {
    flex: 1 1 100%;
  }

  .shop-filter-panel {
    width: min(92vw, 380px);
  }

  .hero-stats,
  .info-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-controls {
    justify-content: center;
  }

  .hero-slide-inner {
    width: 100%;
  }

  .footer-grid,
  .stats-row,
  .trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--container), calc(100% - 20px));
  }

  .announcement-bar {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .logo-box-wide {
    width: 168px;
    height: 52px;
  }

  .hero-title,
  .section-title {
    font-size: 42px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-shell,
  .hero-slide,
  .hero-slide-inner {
    min-height: 100vh;
    min-height: 260px
  }

  .hero-slide-inner {
    width: 100%;
  }

  .hero-controls {
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
  }

  .product-hero-media img,
  .review-media img {
    height: 320px;
  }

  .hero-highlight {
    font-size: 13px;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .featured-track {
    grid-auto-columns: minmax(290px, 290px);
  }

  .spec-row {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
}




/*logo css*/
.logo-box img {
  height: 100%;
}

/*font*/

.section-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;

  background: linear-gradient(90deg, #5a3e2b, #8b5e3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.whatsapp-title {
  font-family: 'Inter', serif !important;

  background: linear-gradient(90deg, #ffffff, #e6e6e6) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;

  color: transparent !important; /* VERY IMPORTANT */
}

/* mobile 2 column */
@media (max-width: 768px) {
  .grid-4,
  .grid-3,
  .grid-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .grid {
    gap: 12px;
  }
}

/* FIX IMAGE CUT ISSUE */
.category-card-media {
  aspect-ratio: 1 / 1 !important;
  min-height: unset !important;
  --category-image-scale: 1 !important;
}

.category-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
  transform: scale(1) !important;
}

/* CARD BASE */
.premium-card {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.premium-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

/* IMAGE */
.category-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.category-card-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.premium-card:hover .category-card-image {
  transform: scale(1.05);
}

/* ================= PREMIUM BADGE (UPGRADED) ================= */
.premium-badge {
  position: absolute;
  top: 12px;
  left: 12px;

  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  color: #fff;
  background: linear-gradient(135deg, #8b5e3c, #c8a27a);

  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);

  backdrop-filter: blur(6px);
  z-index: 3;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
}

/* ================= CATEGORY CARD IMAGE FIX ================= */
.category-card-media {
  position: relative; /* IMPORTANT for badge */
}

/* ================= BODY ================= */
.category-card-body {
  padding: 16px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.card-copy {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

/* ================= MOBILE OPTIMIZATION ================= */
@media (max-width: 768px) {
  .premium-badge {
    top: 8px;
    left: 8px;

    padding: 4px 10px;
    font-size: 9px;
    letter-spacing: 0.4px;

    border-radius: 20px;
  }

  .category-card-body {
    padding: 12px;
  }

  .card-title {
    font-size: 15px;
  }

  .card-copy {
    font-size: 12px;
  }
}

/* FOOTER */
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.product-count {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.card-cta {
  font-size: 13px;
  font-weight: 600;
  color: #8b5e3c;
  transition: 0.2s;
}

.premium-card:hover .card-cta {
  transform: translateX(4px);
}
.category-card-media {
  position: relative;
  padding: 14px; /* 👈 THIS is key */
}

@media (max-width: 768px) {
  .premium-badge {
    top: 10px;
    left: 10px;

    font-size: 10px;
    padding: 4px 10px;
  }
}

.badge-top,
.badge-luxury,
.badge-outdoor-sofa,
.badge-coffee-sets {
  background: #f1e2cb;
  color: #1f1812;
}

/* credit of nexvora */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; /* mobile fix */
}

.footer-credit {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

.footer-credit a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-weight: 500;
}

.footer-credit a:hover {
  color: #c8a27a;
}


/* FIX FLOATING BUTTONS */
.floating-stack {
  position: fixed;
  right: 14px;
  bottom: 110px; /* pushes it above footer */
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 50;
}

.floating-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

/* SCROLL BUTTON smaller */
.floating-button.is-top {
  width: 48px;
  height: 48px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .floating-stack {
    bottom: 95px;
    right: 10px;
  }

  .floating-button {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .floating-button.is-top {
    width: 44px;
    height: 44px;
  }
}

.credit-line {
  font-size: 12px;
  color: #888;
  margin-top: 16px;
}

.credit-line a {
  color: #8b5e3c;
  text-decoration: none;
  font-weight: 500;
}

.credit-line a:hover {
  text-decoration: underline;
}

.credit-line {
  font-size: 12px;
  color: #888;
}

.credit-line a {
  color: #8b5e3c;
  text-decoration: none;
}

.credit-line a:hover {
  text-decoration: underline;
}

/*2/2*/
@media (max-width: 768px) {

  /* GRID FIX */
  #shop-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }

  /* CARD FIX */
  .product-card {
    width: 100% !important;
    min-width: 0 !important;
  }

  /* 🔥 MAIN FIX — REMOVE ALL HEIGHT CONTROL */
  .product-card-media {
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;

    aspect-ratio: 1 / 1 !important;

    display: block !important;
  }

  /* IMAGE */
  .product-card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 10px !important;
  }

}

/* ================================================================
   FLIPKART / AMAZON PRODUCT CARD — SUN SEATINGS
   Fixes: badge overflow, "only few left" overlap, floating buttons,
   price display, rating pill, and overall mobile card layout.
   ================================================================ */

.fk-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8e2d9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.fk-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.13);
  transform: translateY(-3px);
}

/* --- Badges: fixed to top-left, properly contained --- */
.fk-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 5px;
  pointer-events: none;
}

.fk-off-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 5px;
  background: #388e3c;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.fk-top-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 5px;
  background: #e65100;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

/* --- Wishlist button: top-right, no overflow --- */
.fk-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e0d9d0;
  background: rgba(255,255,255,0.95);
  color: #888;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: color 0.18s, border-color 0.18s, transform 0.18s;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.fk-wishlist:hover {
  color: #e53935;
  border-color: #e53935;
  transform: scale(1.1);
}

/* --- Image area: square, clean background --- */
.fk-img-wrap {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #f9f6f1 0%, #ede7dc 100%);
  border-bottom: 1px solid #ede8e0;
  overflow: hidden;
}

.fk-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  transition: transform 0.3s ease;
}

.fk-card:hover .fk-img {
  transform: scale(1.06);
}

/* Stock tag — bottom of the image, not floating over content */
.fk-stock-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background: rgba(230, 74, 25, 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.04em;
  backdrop-filter: blur(4px);
}

/* --- Card body --- */
.fk-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 13px 14px;
  flex: 1;
}

.fk-cat {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  color: #8b7355;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.fk-name-link {
  text-decoration: none;
  color: inherit;
}

.fk-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1f1812;
  line-height: 1.38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Rating */
.fk-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.fk-stars-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  background: #388e3c;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.fk-rcount {
  color: #888;
  font-size: 11px;
}

/* Price row */
.fk-price-row {
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.fk-price {
  font-size: 19px;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.fk-mrp {
  font-size: 12px;
  color: #888;
  font-weight: 500;
}

.fk-mrp s {
  text-decoration: line-through;
}

.fk-save {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  color: #388e3c;
}

.fk-delivery {
  margin: 2px 0 0;
  font-size: 11px;
  color: #00897b;
  font-weight: 600;
}

/* Action buttons */
.fk-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 8px;
}

.fk-btn-view {
  min-height: 38px;
  padding: 0 8px;
  border-radius: 8px;
  border: 1.5px solid #8b7355;
  background: #fff;
  color: #5f4b3a;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.16s;
  letter-spacing: 0.01em;
}

.fk-btn-view:hover {
  background: #f7efe4;
}

.fk-btn-enq {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 8px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(255,152,0,0.28);
  transition: background 0.16s, box-shadow 0.16s;
}

.fk-btn-enq:hover {
  background: linear-gradient(135deg, #fb8c00 0%, #e65100 100%);
  box-shadow: 0 5px 14px rgba(255,152,0,0.38);
}

/* ================================================================
   SHOP GRID — 4 col desktop, 3 col tablet, 2 col mobile
   ================================================================ */

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

@media (max-width: 1280px) {
  .shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

/* ================================================================
   SHOP LIST VIEW — horizontal card
   ================================================================ */
.shop-grid.is-list {
  grid-template-columns: 1fr;
  gap: 10px;
}

.shop-grid.is-list .fk-card {
  flex-direction: row;
  min-height: 150px;
}

.shop-grid.is-list .fk-img-wrap {
  width: 160px;
  min-width: 160px;
  aspect-ratio: auto;
  height: auto;
  border-bottom: none;
  border-right: 1px solid #ede8e0;
}

.shop-grid.is-list .fk-body {
  flex: 1;
  padding: 14px;
}

.shop-grid.is-list .fk-name {
  -webkit-line-clamp: 3;
  font-size: 15px;
}

.shop-grid.is-list .fk-actions {
  grid-template-columns: auto auto;
  justify-content: start;
}

/* ================================================================
   FLOATING BUTTONS — pushed up so they don't cover cards
   ================================================================ */
.floating-stack {
  position: fixed;
  right: 14px;
  bottom: 24px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ================================================================
   MOBILE UI OVERHAUL
   ================================================================ */

/* Mobile sticky bottom action bar */
.mobile-cta-bar {
  display: none;
}

@media (max-width: 768px) {

  /* Show mobile bottom bar */
  .mobile-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 56;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255, 253, 249, 0.97);
    border-top: 1px solid #e0d5c8;
    box-shadow: 0 -4px 18px rgba(0,0,0,0.09);
    backdrop-filter: blur(10px);
  }

  .mobile-cta-bar .btn {
    flex: 1;
    min-height: 44px;
    font-size: 13px;
    border-radius: 10px;
    justify-content: center;
  }

  /* Float buttons above mobile bar */
  .floating-stack {
    bottom: 76px !important;
    right: 10px;
  }

  .floating-button {
    width: 40px !important;
    height: 40px !important;
    font-size: 17px !important;
  }

  /* Shop always 2-col on mobile */
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  /* Tighter card on small screens */
  .fk-body {
    padding: 9px 10px 11px;
    gap: 4px;
  }

  .fk-name {
    font-size: 12px;
  }

  .fk-price {
    font-size: 15px;
  }

  .fk-mrp,
  .fk-save,
  .fk-delivery,
  .fk-rcount {
    font-size: 10px;
  }

  .fk-actions {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .fk-btn-view,
  .fk-btn-enq {
    min-height: 34px;
    font-size: 11px;
  }

  .fk-badges {
    top: 8px;
    left: 8px;
  }

  .fk-off-badge {
    font-size: 10px;
    padding: 2px 7px;
  }

  .fk-wishlist {
    width: 30px;
    height: 30px;
    font-size: 14px;
    top: 8px;
    right: 8px;
  }

  /* Header on mobile */
  .header-row {
    min-height: 60px;
    padding: 0 4px;
  }

  .logo-box-wide {
    width: clamp(120px, 38vw, 170px);
    height: 44px;
  }

  /* Section spacing */
  .section {
    padding: 14px 0 36px;
  }

  .section-title {
    font-size: 26px !important;
  }

  /* Mobile drawer improved */
  .mobile-panel {
    width: min(86vw, 340px);
    padding: 18px 14px;
    overflow-y: auto;
    max-height: 100vh;
  }

  .mobile-nav {
    gap: 8px;
    margin-top: 14px;
  }

  .mobile-link {
    padding: 11px 13px;
    font-size: 14px;
    border-radius: 14px;
  }

  .mobile-link-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-top: 14px;
  }

  .mobile-link-row .mobile-link {
    font-size: 12px;
    padding: 9px 8px;
    text-align: center;
  }

  /* Shop filter panel */
  .shop-filter-panel {
    width: min(88vw, 340px);
    overflow-y: auto;
    max-height: 100vh;
  }

  /* Page hero on mobile */
  .page-hero,
  .compact-hero {
    padding: 18px 14px !important;
  }

  /* Category grid */
  .grid-4, .grid-3, .grid-2 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }

  .grid {
    gap: 10px;
  }

  .category-card-body {
    padding: 10px;
  }

  .card-title {
    font-size: 13px;
    margin: 5px 0 0;
  }

  .card-copy {
    font-size: 12px;
  }

  .card-footer {
    margin-top: 5px;
  }

  /* Footer on mobile */
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 22px;
    padding: 28px 0;
  }

  .footer-title {
    font-size: 26px;
  }

  /* Featured scroll track */
  .featured-track {
    grid-auto-columns: minmax(230px, 230px);
    gap: 10px;
  }

  /* Announcement bar */
  .announcement-bar {
    font-size: 10px;
    letter-spacing: 0.12em;
    padding: 8px 10px;
  }

  /* Shop toolbar */
  .shop-toolbar {
    gap: 6px;
    margin-bottom: 10px;
  }

  .shop-panel {
    padding: 12px 10px;
  }

  /* Push content above mobile bar */
  body {
    padding-bottom: 68px;
  }
}

/* Very small phones */
@media (max-width: 380px) {
  .fk-name {
    font-size: 11px;
  }

  .fk-price {
    font-size: 13px;
  }

  .fk-actions {
    gap: 4px;
  }

  .fk-btn-view,
  .fk-btn-enq {
    min-height: 30px;
    font-size: 10px;
    padding: 0 6px;
  }

  .shop-grid {
    gap: 6px !important;
  }

  .logo-box-wide {
    width: 110px;
    height: 38px;
  }
}

/* ================================================================
   CATEGORY PILLS (Amazon-style horizontal scroll)
   ================================================================ */
.fk-category-pills {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0 6px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.fk-category-pills::-webkit-scrollbar {
  display: none;
}

.fk-cat-pill {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 7px 16px;
  border-radius: 20px;
  border: 1.5px solid #ddd4c6;
  background: #fff;
  color: #5f4b3a;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.16s ease;
}

.fk-cat-pill:hover,
.fk-cat-pill.is-active {
  background: linear-gradient(135deg, #5f4b3a 0%, #8b7355 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 10px rgba(95,75,58,0.22);
}

/* Sticky toolbar */
.shop-toolbar {
  position: sticky;
  top: 60px;
  z-index: 10;
  background: rgba(252, 250, 246, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e8e0d4;
  padding: 8px 0;
  margin-bottom: 14px;
}

/* ================================================================
   LIST VIEW on mobile — back to column
   ================================================================ */
@media (max-width: 640px) {
  .shop-grid.is-list .fk-card {
    flex-direction: column;
  }

  .shop-grid.is-list .fk-img-wrap {
    width: 100%;
    min-width: unset;
    aspect-ratio: 1 / 1;
    border-right: none;
    border-bottom: 1px solid #ede8e0;
  }

  .shop-grid.is-list .fk-actions {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {

  /* 1. Left align flex items */
  .header-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  /* 2. Logo wrapper should NOT stretch full width */
  .logo-wrap.logo-wrap-brand {
    width: auto;
    margin: 0;
  }

  /* 3. Prevent inner container from forcing center */
  .logo-box-wide {
    height: clamp(70px, 5vw, 52px);   /* increase this */
    width: auto;
    text-align: left;
  }

  /* 4. Image alignment */
  .logo-box-wide img {
    display: block;
    margin: 0;
  }

}


@media (max-width: 640px) {
  .hero-controls {
    bottom: 1px;   /* aur neeche */
  }

  .dot {
    width: 8px;
    height: 8px;
  }

  .dot.is-active {
    width: 18px;
  }
  .dots {
  background: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
}
.dots {
  display: flex;
  gap: 6px;
}

.dot {
  width: 8px;
  height: 8px;
  background: #bbb;
  border-radius: 50%;
  border: none;
}

.dot.is-active {
  width: 18px;
  border-radius: 20px;
  background: #fff;
}
}
.hero-controls {
  background: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.hero-controls::before,
.hero-controls::after {
  display: none !important;
}
/* 💻 Desktop FIX */

@media (min-width: 769px) {
  .hero-shell,
  .hero-slide,
  .hero-slide-inner {
    height: 520px;        /* 👈 apne hisaab se adjust karo (380–500px best) */
    min-height: unset;    /* 100svh hata do */
  }

  .hero-slide {
    background-size: cover;
    background-position: center;
  }
}

/* trust */
/* 📱 Mobile view */
@media (max-width: 640px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr); /* 👈 2-2 layout */
  }
}