/* =============================================
   BENNETT LUXURY — Homepage
   ============================================= */

:root {
  --black: #111111;
  --black-soft: #1a1a1a;
  --charcoal: #2a2a2a;
  --gold: #CA9748;
  --gold-dark: #CA9748;
  --gold-light: #CA9748;
  --surface: #f5f5f5;
  --surface-alt: #ebebeb;
  --white: #ffffff;
  --text: #222222;
  --text-muted: #666666;
  --border: #e0e0e0;
  --font: "Montserrat", system-ui, sans-serif;
  --icon-stroke: 2.25;
  --header-h: 0;
  --transition: 0.3s ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  background: var(--surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

em,
i:not([data-lucide]),
.font-italic {
  font-style: normal;
}

.text-accent {
  color: var(--gold);
  font-style: normal;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition);
}

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

button {
  font-family: inherit;
}

.container-xxl {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

/* ---------- Lucide / icon defaults ---------- */
[data-lucide],
.lucide,
svg.lucide {
  width: 1em;
  height: 1em;
  stroke-width: var(--icon-stroke) !important;
  flex-shrink: 0;
}

.footer-social svg,
.insta-handle svg,
.why-icon svg,
.category-icon svg,
.header-action svg,
.top-bar svg,
.nav-list svg,
.nav-dropdown-toggle svg,
.section-link svg,
.benefit-item svg,
.footer-contact svg,
.newsletter-form button svg,
.insta-next svg,
.btn-outline-light-custom svg {
  stroke-width: var(--icon-stroke) !important;
}

/* ---------- Buttons ---------- */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--gold);
  color: var(--black) !important;
  border: 1px solid var(--gold);
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 0;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.btn-gold:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--white) !important;
}

.btn-outline-light-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: var(--white) !important;
  border: 1px solid var(--gold);
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 0;
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.btn-outline-light-custom:hover {
  background: rgba(202, 151, 72, 0.15);
  border-color: var(--gold-light);
  color: var(--gold-light) !important;
}

.btn-outline-light-custom [data-lucide],
.btn-outline-light-custom svg {
  width: 16px;
  height: 16px;
}

/* =============================================
   TOP BAR
   ============================================= */
.top-bar {
  background: #0a0a0a;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 10px 0;
  border-bottom: 1px solid rgba(202, 151, 72, 0.15);
}

.top-bar-left li,
.top-bar-right a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold);
  font-weight: 600;
}

.top-bar-left [data-lucide],
.top-bar-left svg,
.top-bar-right [data-lucide],
.top-bar-right svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
  stroke: var(--gold);
  stroke-width: 2.5 !important;
}

.top-bar-right a:hover {
  color: var(--gold-light);
}

.top-phone {
  color: var(--gold) !important;
  font-weight: 700;
}

/* =============================================
   MAIN HEADER
   ============================================= */
.main-header {
  background: #111111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 20px 0 16px;
}

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

.btn-categories {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  padding: 11px 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.btn-categories:hover,
.btn-categories:focus,
.btn-categories.show {
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold);
  border-color: var(--gold);
}

.btn-categories::after {
  margin-left: 6px;
  border-top-color: var(--gold);
  opacity: 0.9;
}

.dropdown-menu-dark {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.12);
  background: #1a1a1a;
  padding: 8px 0;
  min-width: 220px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.dropdown-menu-dark .dropdown-item {
  font-size: 13px;
  padding: 9px 16px;
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu-dark .dropdown-item:hover {
  background: rgba(202, 151, 72, 0.12);
  color: var(--gold);
}

.header-search {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  max-width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  height: 42px;
}

.header-search input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0 14px;
  font-size: 12px;
  color: var(--white);
  outline: none;
}

.header-search input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.header-search button {
  border: none;
  background: transparent;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-search button:hover {
  color: var(--gold);
}

.header-search button [data-lucide],
.header-search button svg {
  width: 18px;
  height: 18px;
}

/* Brand */
.brand-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1;
  --brand-logo-h: 56px;
  --brand-logo-mw: 180px;
}

.brand-logo.has-logo-img {
  flex-direction: row;
  align-items: center;
}

.brand-logo-img {
  display: block;
  height: var(--brand-logo-h);
  width: auto;
  max-width: min(var(--brand-logo-mw), 58vw);
  object-fit: contain;
}

.elementor .brand-logo-img,
.brand-logo.has-logo-img .brand-logo-img {
  height: var(--brand-logo-h);
  width: auto;
  max-width: min(var(--brand-logo-mw), 58vw);
  object-fit: contain;
}

.brand-monogram {
  font-family: var(--font);
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.08em;
  line-height: 1;
}

.brand-name {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--gold);
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.brand-logo .brand-luxury {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.36em;
  display: block;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.header-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  flex: 0 0 auto;
}

.header-menu-toggle:hover,
.header-menu-toggle[aria-expanded="true"] {
  border-color: var(--gold);
  background: rgba(202, 151, 72, 0.08);
}

.header-menu-toggle [data-lucide],
.header-menu-toggle svg {
  width: 20px;
  height: 20px;
}

.header-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--font);
}

.header-action [data-lucide],
.header-action svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.75 !important;
}

.header-action:hover {
  color: var(--gold);
}

.cart-icon-wrap {
  position: relative;
  display: inline-flex;
}

.cart-badge {
  position: absolute;
  top: -7px;
  right: -9px;
  width: 16px;
  height: 16px;
  background: var(--gold);
  color: var(--black);
  font-size: 9px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Nav */
.main-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0;
}

.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 14px 0;
}

.nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--gold);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.nav-list a:hover,
.nav-list a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.nav-list a [data-lucide],
.nav-list a svg {
  width: 14px;
  height: 14px;
}

.has-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 4px;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--gold);
  cursor: pointer;
  line-height: inherit;
}

.nav-dropdown-toggle:hover,
.has-dropdown.open .nav-dropdown-toggle,
.has-dropdown:hover .nav-dropdown-toggle {
  border-bottom-color: var(--gold);
}

.nav-dropdown-toggle [data-lucide],
.nav-dropdown-toggle svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.has-dropdown.open .nav-dropdown-toggle svg,
.has-dropdown:hover .nav-dropdown-toggle svg {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 240px;
  background: #141414;
  border: 1px solid rgba(202, 151, 72, 0.25);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1100;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  height: 11px;
}

.has-dropdown.open .nav-dropdown,
.has-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown a {
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: none;
  text-transform: none;
}

.nav-dropdown a:hover,
.nav-dropdown a.active {
  color: var(--gold);
  background: rgba(202, 151, 72, 0.08);
  border-bottom: none;
}

.nav-dropdown-all {
  margin-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: var(--gold) !important;
  font-weight: 600 !important;
}

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative;
  height: min(78vh, 680px);
  min-height: 480px;
  overflow: hidden;
  background: var(--black);
}

.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  display: flex;
  align-items: center;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 1;
}

.hero-slide .container-xxl {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-content {
  max-width: 560px;
  color: var(--white);
  padding: 40px 0;
}

.hero-content h1 {
  font-family: var(--font);
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  color: var(--white);
}

.hero-content h1 .text-accent {
  color: var(--gold);
  font-style: normal;
  font-weight: 500;
}

.hero-content p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 28px;
  max-width: 440px;
}

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

.hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
}

.hero-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition);
}

.hero-dots .dot.active,
.hero-dots .dot:hover {
  background: var(--gold);
  border-color: var(--gold);
}

/* =============================================
   BENEFITS BAR
   ============================================= */
.benefits-bar {
  background: var(--black-soft);
  color: var(--white);
  padding: 28px 0;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.benefit-item [data-lucide],
.benefit-item > svg,
.benefit-item > i {
  width: 28px;
  height: 28px;
  color: var(--gold);
  stroke: var(--gold);
  margin-top: 2px;
}

.benefit-item strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
  color: var(--white);
}

.benefit-item span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

/* =============================================
   SECTION HEADS
   ============================================= */
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.section-head h2 {
  font-family: var(--font);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: var(--black);
  margin: 0;
  letter-spacing: 0.02em;
}

.section-head-products h2,
.section-new .section-head h2 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.section-head h2 .text-accent {
  color: var(--gold);
  font-style: normal;
  font-weight: 700;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--black);
  white-space: nowrap;
  text-transform: uppercase;
}

.section-link:hover {
  color: var(--gold);
}

.section-link [data-lucide],
.section-link svg {
  width: 14px;
  height: 14px;
}

/* =============================================
   CATEGORIES / COLLECTIONS
   ============================================= */
.section-categories {
  padding: 72px 0 48px;
  background: var(--surface);
}

.collections-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.collections-head-left {
  max-width: 640px;
}

.collections-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.collections-head h2 {
  font-family: var(--font);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  color: var(--black);
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.collections-head .section-link {
  margin-top: 4px;
  flex-shrink: 0;
}

.category-card {
  display: block;
  position: relative;
  height: 380px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 14px;
  transition: transform var(--transition);
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.35) 42%,
    rgba(0, 0, 0, 0.08) 70%,
    transparent 100%
  );
  transition: background var(--transition);
}

.category-card:hover::before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.42) 48%,
    rgba(0, 0, 0, 0.12) 72%,
    transparent 100%
  );
}

.category-card:hover {
  transform: translateY(-3px);
}

.category-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 24px;
  z-index: 1;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 12px;
}

.category-icon [data-lucide],
.category-icon svg {
  width: 28px;
  height: 28px;
}

.category-card-content h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
  line-height: 1.3;
}

.category-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  transition: color var(--transition), gap var(--transition);
}

.category-card:hover .category-cta {
  color: var(--gold);
  gap: 10px;
}

.category-cta [data-lucide],
.category-cta svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 767.98px) {
  .category-card {
    height: 280px;
  }

  .collections-head {
    margin-bottom: 24px;
  }

  .category-card-content {
    padding: 20px 16px;
  }

  .category-card-content h3 {
    font-size: 13px;
  }
}

/* =============================================
   PRODUCTS
   ============================================= */
.section-products {
  padding: 56px 0;
  background: var(--white);
}

.section-new {
  padding-bottom: 64px;
  background: var(--white);
}

.product-card {
  background: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  box-shadow: none;
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #f2f2f2;
  overflow: hidden;
  border-radius: 10px;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.badge-yeni {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--gold);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 1.2;
}

.product-body {
  padding: 14px 2px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.product-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  letter-spacing: 0;
  margin-top: 2px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.product-rating .stars {
  display: inline-flex;
  gap: 1px;
  color: var(--gold);
}

.product-rating .stars [data-lucide],
.product-rating .stars svg {
  width: 13px;
  height: 13px;
  fill: var(--gold);
  stroke: var(--gold);
}

.product-rating .count {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}

.product-card-sm .product-body {
  padding: 12px 2px 0;
}

.product-card-sm .product-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  min-height: 2.7em;
  -webkit-line-clamp: 2;
}

.product-card-sm .product-price {
  font-size: 15px;
  font-weight: 700;
  margin-top: 6px;
}

.product-card-sm .product-media {
  aspect-ratio: 3 / 4;
  background: #f3f3f3;
  border-radius: 10px;
}

.product-card-sm .badge-yeni {
  color: var(--white);
  font-size: 9px;
  padding: 4px 8px;
}

/* =============================================
   PROMO BANNER
   ============================================= */
.promo-banner {
  padding: 16px 0 48px;
  background: var(--white);
}

.promo-inner {
  overflow: hidden;
  min-height: 400px;
  border-radius: 12px;
}

.promo-text {
  background: var(--black-soft);
  color: var(--white);
  height: 100%;
  min-height: 400px;
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.promo-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-bottom: 18px;
  text-transform: uppercase;
}

.promo-text h2 {
  font-family: var(--font);
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--white);
  letter-spacing: -0.01em;
  max-width: 380px;
}

.promo-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 28px;
  max-width: 340px;
}

.btn-promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--white) !important;
  border: 1px solid var(--gold);
  padding: 14px 26px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background var(--transition), border-color var(--transition);
}

.btn-promo:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--white) !important;
}

.promo-image {
  height: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

/* =============================================
   WHY BENNETT
   ============================================= */
.section-why {
  background: var(--surface);
  padding: 64px 0;
}

.why-title {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin: 0 0 32px;
  text-transform: uppercase;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 32px;
  align-items: start;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  padding: 0;
  position: relative;
}

.why-item-divider {
  padding-left: 32px;
}

.why-item-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #ddd;
}

.why-icon {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin: 2px 0 0;
  color: var(--gold);
  flex-shrink: 0;
  background: none;
}

.why-icon [data-lucide],
.why-icon svg {
  width: 28px;
  height: 28px;
}

.why-copy h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 6px;
  line-height: 1.3;
}

.why-copy p {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  margin: 0;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 24px;
  }

  .why-item-divider {
    padding-left: 0;
  }

  .why-item-divider::before {
    display: none;
  }
}

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

/* =============================================
   INSTAGRAM
   ============================================= */
.section-instagram {
  padding: 72px 0;
  background: var(--white);
}

.instagram-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
}

.instagram-cta {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.insta-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--black);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.instagram-cta h2 {
  font-family: var(--font);
  font-size: clamp(26px, 2.5vw, 32px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--black);
  margin: 0 0 12px;
}

.insta-desc {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  margin: 0 0 24px;
  max-width: 240px;
}

.btn-insta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  color: var(--white) !important;
  border: none;
  border-radius: 6px;
  padding: 14px 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 16px;
  transition: background var(--transition);
  white-space: nowrap;
}

.btn-insta:hover {
  background: var(--charcoal);
}

.insta-handle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
}

.insta-handle:hover {
  color: var(--gold);
}

.insta-handle [data-lucide],
.insta-handle svg {
  width: 16px;
  height: 16px;
}

.instagram-feed-wrap {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.instagram-feed {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  flex: 1;
  min-width: 0;
  padding-right: 0;
}

.instagram-feed::-webkit-scrollbar {
  display: none;
}

.insta-item {
  flex: 0 0 200px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.insta-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.insta-item:hover img {
  transform: scale(1.05);
}

.insta-next {
  position: static;
  transform: none;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  z-index: 2;
  color: #666;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.insta-next:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.insta-next [data-lucide],
.insta-next svg {
  width: 18px;
  height: 18px;
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: #0f0f0f;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 72px;
  background-image:
    radial-gradient(ellipse at 20% 0%, rgba(202, 151, 72, 0.06), transparent 50%),
    linear-gradient(180deg, #141414 0%, #0a0a0a 100%);
}

.footer-main {
  padding-bottom: 52px;
}

@media (max-width: 767.98px) {
  .footer-main > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 14px;
  line-height: 1;
  --brand-logo-h: 64px;
}

.footer-brand.has-logo-img {
  display: inline-flex;
}

.footer-brand-img {
  display: block;
  height: var(--brand-logo-h);
  width: auto;
  max-width: min(220px, 70vw);
  object-fit: contain;
}

.elementor .footer-brand-img,
.footer-brand.has-logo-img .footer-brand-img {
  height: var(--brand-logo-h);
  width: auto;
  max-width: min(220px, 70vw);
  object-fit: contain;
}

.footer-brand .brand-monogram {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold);
  line-height: 1;
}

.footer-brand .brand-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-top: 6px;
  line-height: 1.25;
}

.footer-brand .brand-luxury {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  margin-top: 2px;
}

.footer-tagline {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin: 0 0 22px;
  text-transform: uppercase;
}

.footer-social {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-social a {
  width: auto;
  height: auto;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  transition: color var(--transition);
}

.footer-social a:hover {
  color: var(--gold);
}

.footer-social a [data-lucide],
.footer-social a svg {
  width: 18px;
  height: 18px;
}

.insta-handle svg.icon-brand {
  width: 16px;
  height: 16px;
}

.footer-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin: 0 0 20px;
  text-transform: uppercase;
}

.footer-links li {
  margin-bottom: 11px;
}

.footer-links a {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

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

.footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

.footer-contact [data-lucide],
.footer-contact svg {
  width: 15px;
  height: 15px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-contact a:hover {
  color: var(--gold);
}

.footer-newsletter-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 16px;
  line-height: 1.6;
}

.footer-highlights {
  margin: 0 0 16px;
  padding: 0;
}

.footer-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.footer-highlights [data-lucide],
.footer-highlights svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--gold);
  stroke: var(--gold);
}

.footer-aside-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
}

.footer-aside-cta--whatsapp {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.22);
}

.footer-aside-cta--whatsapp:hover {
  background: #1ebe57;
  border-color: #1ebe57;
  color: #fff;
  transform: translateY(-1px);
}

.footer-aside-cta .footer-wa-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.footer-aside-cta [data-lucide],
.footer-aside-cta svg {
  width: 16px;
  height: 16px;
}

.newsletter-form {
  display: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.payment-logos {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.pay-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: auto;
  padding: 0;
  border: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: none;
}

/* =============================================
   CART DRAWER
   ============================================= */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cart-overlay.is-open {
  opacity: 1;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(400px, 100%);
  height: 100%;
  background: #111;
  color: var(--white);
  z-index: 2001;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.35);
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-drawer-head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.cart-close {
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  padding: 4px;
  display: flex;
}

.cart-close svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.25 !important;
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 22px;
}

.cart-empty {
  text-align: center;
  padding: 48px 12px;
  color: rgba(255, 255, 255, 0.65);
}

.cart-empty svg {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
  color: var(--gold);
  stroke-width: 2.25 !important;
}

.cart-empty p {
  margin: 0 0 20px;
}

.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-line img,
.cart-line .cart-line-thumb-link {
  width: 72px;
  height: 88px;
  display: block;
}

.cart-line .cart-line-thumb-link img,
.cart-line img {
  width: 72px;
  height: 88px;
  object-fit: cover;
  border-radius: 6px;
  background: #222;
}

.cart-badge[hidden] {
  display: none !important;
}

.btn-add-cart.loading,
.btn-add-cart.added {
  opacity: 1;
  transform: translateY(0);
}

.cart-line-info h3 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--white);
}

.cart-line-info .price {
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
}

.cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cart-qty button {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.cart-qty span {
  min-width: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.cart-remove {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  padding: 2px;
}

.cart-remove:hover {
  color: #CA9748;
}

.cart-remove svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.25 !important;
}

.cart-drawer-foot {
  padding: 18px 22px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 14px;
}

.cart-total strong {
  font-size: 18px;
  color: var(--gold);
}

.cart-checkout {
  width: 100%;
}

.btn-add-cart {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: none;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 12px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.product-card:hover .btn-add-cart {
  opacity: 1;
  transform: translateY(0);
}

.btn-add-cart:hover {
  background: var(--gold-light);
}

@media (max-width: 767.98px) {
  .btn-add-cart {
    opacity: 1;
    transform: none;
  }
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1199.98px) {
  .instagram-layout {
    grid-template-columns: 220px 1fr;
  }

  .insta-item {
    flex-basis: 180px;
  }
}

@media (max-width: 991.98px) {
  .hero {
    height: auto;
    min-height: 460px;
  }

  .promo-text {
    padding: 40px 28px;
    min-height: 320px;
  }

  .promo-image {
    min-height: 280px;
  }

  .promo-inner {
    border-radius: 10px;
  }

  .instagram-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .instagram-cta {
    align-items: flex-start;
  }

  .btn-insta {
    white-space: normal;
  }
}

@media (max-width: 767.98px) {

  .hero-content {
    padding: 48px 0 64px;
  }

  .hero-ctas .btn-gold,
  .hero-ctas .btn-outline-light-custom {
    width: 100%;
  }

  .category-card {
    height: 240px;
  }

  .section-categories,
  .section-products,
  .section-why,
  .section-instagram {
    padding-left: 0;
    padding-right: 0;
  }

  .section-categories {
    padding-top: 40px;
  }

  .benefits-bar {
    padding: 24px 0;
  }

  .benefit-item {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 575.98px) {
  .brand-monogram {
    font-size: 26px;
  }
}

/* Header mobile — mirror bennett-header.css so home.css cascade doesn't undo it */
@media (max-width: 991.98px) {
  .header-menu-toggle {
    display: inline-flex;
    grid-area: menu;
  }

  .header-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "menu brand actions"
      "left left left";
    gap: 12px 12px;
    padding: 14px 0 12px;
    align-items: center;
  }

  .brand-logo {
    grid-area: brand;
    order: 0;
    align-items: flex-start;
    text-align: left;
    --brand-logo-h: 42px;
    --brand-logo-mw: 130px;
  }

  .brand-logo .brand-name {
    align-items: flex-start;
  }

  .brand-monogram {
    font-size: 28px;
  }

  .brand-name {
    font-size: 13px;
    margin-top: 4px;
  }

  .brand-logo .brand-luxury {
    font-size: 9px;
    letter-spacing: 0.28em;
  }

  .header-actions {
    grid-area: actions;
    justify-content: flex-end;
    gap: 18px;
  }

  .header-left {
    grid-area: left;
    justify-content: stretch;
    width: 100%;
  }

  .header-search {
    max-width: none;
    flex: 1;
  }

  .main-nav--desktop {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .top-bar {
    font-size: 11px;
    font-weight: 600;
    padding: 8px 0;
  }

  .top-bar-left {
    display: none !important;
  }

  .top-bar .container-xxl > div {
    justify-content: center !important;
  }

  .header-row {
    gap: 10px 10px;
    padding: 12px 0 10px;
  }

  .header-actions {
    gap: 16px;
  }

  .header-action > span:not(.cart-icon-wrap) {
    display: none;
  }

  .header-action [data-lucide],
  .header-action svg {
    width: 20px;
    height: 20px;
  }

  .header-search {
    height: 40px;
  }

  .header-menu-toggle {
    width: 40px;
    height: 40px;
  }
}
