:root {
  --bg: #1b140f;
  --bg-soft: #2a1f17;
  --panel: rgba(20, 16, 12, 0.78);
  --surface: #fffdf9;
  --surface-strong: #1d1813;
  --text: #f4ede6;
  --text-soft: #cab8a9;
  --line: rgba(255, 248, 239, 0.12);
  --line-soft: rgba(255, 255, 255, 0.14);
  --accent: #cc8650;
  --accent-deep: #a35e35;
  --accent-soft: #e4ba96;
  --sand: #f4eadf;
  --card-dark: #2d1f15;
  --card-dark-soft: #3a291c;
  --pill: #4a3528;
  --whatsapp: #cc8650;
  --shadow: 0 28px 80px rgba(31, 23, 16, 0.14);
  --radius: 28px;
  --radius-sm: 18px;
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(204, 134, 80, 0.08), transparent 28%),
    linear-gradient(180deg, #17110d 0%, #1d1511 32%, #211813 100%);
  color: var(--text);
}

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

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

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.page-shell {
  overflow: hidden;
}

/* ── Floating WhatsApp ── */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 300;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cc8650, #a35e35);
  color: #fff;
  box-shadow: 0 8px 28px rgba(124, 66, 33, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wa-float:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 14px 36px rgba(124, 66, 33, 0.58);
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 0;
  padding-bottom: 0;
  background:
    linear-gradient(120deg, rgba(18, 13, 10, 0.82), rgba(18, 13, 10, 0.42)),
    url("https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #fff8ef;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 18%, rgba(204, 134, 80, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(9, 8, 7, 0.15), rgba(9, 8, 7, 0.34));
}

.topbar,
.hero__content {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 18px;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar__brand {
  opacity: 0.88;
}

/* ── WhatsApp Pill ── */
.whatsapp-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(204, 134, 80, 0.96), rgba(163, 94, 53, 0.96));
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 16px 36px rgba(124, 66, 33, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(124, 66, 33, 0.42);
}

.whatsapp-pill__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.whatsapp-pill--large {
  width: fit-content;
  margin-bottom: 16px;
}

/* ── Navbar ── */
.navbar-wrap {
  position: relative;
  z-index: 100;
}

.navbar-wrap--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(18, 13, 10, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(204, 134, 80, 0.18);
  animation: slideDown 0.25s ease;
}

@keyframes slideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to   { transform: translateY(0);     opacity: 1; }
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.logo-mark {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo-mark__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 8px;
  border: 1px solid rgba(255, 248, 239, 0.18);
  border-radius: 20px;
  background: rgba(255, 248, 239, 0.06);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}

.logo-mark__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.logo-mark__eyebrow,
.logo-mark__title {
  margin: 0;
}

.logo-mark__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.78;
}

.logo-mark__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.05rem;
  font-weight: 700;
}

/* ── Nav Links ── */
.nav-links {
  display: flex;
  gap: 28px;
  font-size: 0.95rem;
}

.nav-links a {
  position: relative;
  padding-bottom: 4px;
  white-space: nowrap;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
  transition: transform 0.25s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

/* ── Hamburger Toggle ── */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(255, 248, 239, 0.2);
  border-radius: 12px;
  background: rgba(255, 248, 239, 0.06);
  cursor: pointer;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #fff8ef;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

.nav-toggle--open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle--open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle--open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Nav Dropdown ── */
.nav-item--drop {
  position: relative;
}

.nav-drop-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 4px;
  background: none;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: inherit;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}

.nav-drop-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
  transition: transform 0.25s ease;
}

.nav-item--drop:hover .nav-drop-trigger::after,
.nav-item--drop:focus-within .nav-drop-trigger::after {
  transform: scaleX(1);
}

.nav-drop-chevron {
  transition: transform 0.22s ease;
  flex-shrink: 0;
}

.nav-item--drop:hover .nav-drop-chevron,
.nav-item--drop:focus-within .nav-drop-chevron {
  transform: rotate(180deg);
}

.nav-drop {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 188px;
  background: rgba(20, 15, 10, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(204, 134, 80, 0.2);
  border-radius: 16px;
  padding: 6px;
  box-shadow: 0 24px 60px rgba(10, 7, 4, 0.55);
  z-index: 200;
  animation: dropIn 0.18s ease;
}

/* Transparent bridge that fills the gap so :hover isn't lost mid-travel */
.nav-drop::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -10px;
  right: -10px;
  height: 16px;
}

@keyframes dropIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-8px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

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

.nav-drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  transition: background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.nav-drop a::after {
  display: none;
}

.nav-drop a:hover {
  background: rgba(204, 134, 80, 0.12);
  color: var(--accent-soft);
}

.nav-drop__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(204, 134, 80, 0.1);
  color: var(--accent);
  flex-shrink: 0;
}

/* ── Blog Cards ── */
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.blog-card {
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--card-dark);
  border: 1px solid rgba(255, 248, 239, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(10, 7, 4, 0.45);
}

.blog-card__img-wrap {
  position: relative;
  display: block;
  height: 220px;
  overflow: hidden;
}

.blog-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__img-wrap img {
  transform: scale(1.05);
}

.blog-card__cat {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff8ef;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-card__body {
  padding: 22px;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.blog-card__dot {
  opacity: 0.45;
}

.blog-card__title {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.22rem;
  line-height: 1.3;
  font-weight: 600;
}

.blog-card__title a {
  color: var(--text);
  transition: color 0.2s ease;
}

.blog-card__title a:hover {
  color: var(--accent-soft);
}

.blog-card__excerpt {
  margin: 0 0 16px;
  color: var(--text-soft);
  font-size: 0.87rem;
  line-height: 1.65;
}

.blog-card__more {
  color: var(--accent);
  font-size: 0.87rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.blog-card__more:hover {
  color: var(--accent-soft);
}

/* ── Pagination ── */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 48px;
}

.pg-btn {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--text-soft);
  font: 600 0.9rem "Manrope", sans-serif;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.pg-btn:hover:not(:disabled) {
  border-color: var(--accent);
  color: var(--accent-soft);
  transform: translateY(-1px);
}

.pg-btn--active {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  border-color: var(--accent-deep);
  color: #fff8ef;
  box-shadow: 0 6px 20px rgba(163, 94, 53, 0.35);
}

.pg-btn:disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* ── Hero Content ── */
.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
  align-items: center;
  gap: 40px;
  padding-top: 72px;
  padding-bottom: 16px;
}

.hero__copy h2,
.section-heading h2,
.search-panel__heading h2,
.split-copy h2,
.footer h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
}

.hero__copy h2 {
  max-width: 760px;
  font-size: clamp(3.2rem, 7vw, 6rem);
  letter-spacing: -0.03em;
}

.section-tag {
  margin: 0 0 16px;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
}

.section-tag--dark {
  color: #e2b893;
}

.hero__lede {
  max-width: 600px;
  margin: 22px 0 0;
  font-size: 1.06rem;
  line-height: 1.8;
  color: rgba(255, 248, 239, 0.82);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: linear-gradient(135deg, #d79a66, #bc7446);
  color: #fff8ef;
  box-shadow: 0 8px 24px rgba(188, 116, 70, 0.32);
}

.btn--primary:hover {
  box-shadow: 0 12px 32px rgba(188, 116, 70, 0.44);
}

.btn--ghost {
  border-color: rgba(255, 248, 239, 0.38);
  color: #fff8ef;
  backdrop-filter: blur(12px);
}

.btn--ghost:hover {
  background: rgba(255, 248, 239, 0.08);
}

.btn--full {
  width: 100%;
}

/* ── Hero Card ── */
/* Remove this line to show the card again */
.hero-card { display: none !important; }

.hero-card {
  padding: 28px;
  border: 1px solid rgba(255, 248, 239, 0.14);
  border-radius: var(--radius);
  background: rgba(16, 13, 10, 0.52);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-card__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(204, 134, 80, 0.2);
}

.hero-card__brand img {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(204, 100, 30, 0.3);
}

.hero-card__brand-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.hero-card__brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff9f0;
  line-height: 1;
  white-space: nowrap;
}

.hero-card__brand-sub {
  font-size: 0.76rem;
  color: rgba(255, 248, 239, 0.58);
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.hero-card__brand-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(204, 134, 80, 0.16);
  border: 1px solid rgba(204, 134, 80, 0.28);
  color: var(--accent-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: fit-content;
}

.hero-card__brand-trust {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(204, 134, 80, 0.1);
  border: 1px solid rgba(204, 134, 80, 0.22);
  text-align: center;
}

.hero-card__brand-trust strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--accent-soft);
  line-height: 1;
}

.hero-card__brand-trust span {
  display: block;
  margin-top: 4px;
  font-size: 0.67rem;
  color: rgba(255, 248, 239, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-card__tag {
  margin: 0 0 10px;
  color: #d9b489;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  line-height: 1.05;
}

.hero-card p {
  margin: 14px 0 0;
  color: rgba(255, 248, 239, 0.78);
  line-height: 1.75;
  font-size: 0.95rem;
}

.hero-card__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.hero-card__stats div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 248, 239, 0.08);
}

.hero-card__stats strong,
.hero-card__stats span {
  display: block;
}

.hero-card__stats strong {
  font-size: 1.7rem;
  font-family: "Cormorant Garamond", serif;
  color: var(--accent-soft);
}

.hero-card__stats span {
  margin-top: 6px;
  color: rgba(255, 248, 239, 0.7);
  font-size: 0.88rem;
}

/* ── Search Band ── */
.search-band {
  position: relative;
  margin-top: -64px;
  z-index: 2;
}

.search-panel {
  padding: 36px;
  border: 1px solid rgba(204, 134, 80, 0.2);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(48, 33, 25, 0.97), rgba(34, 24, 18, 0.96));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.search-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}

.search-panel__heading h2,
.section-heading h2,
.split-copy h2,
.footer h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

/* ── More Filters Toggle ── */
.more-filters-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 10px 16px;
  margin: 4px 0 14px;
  border: 1px dashed rgba(204, 134, 80, 0.28);
  border-radius: 12px;
  background: transparent;
  color: var(--accent-soft);
  font: inherit;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.more-filters-btn:hover {
  background: rgba(204, 134, 80, 0.07);
  border-color: rgba(204, 134, 80, 0.5);
  color: #f4c897;
}

.mfb-chevron {
  flex-shrink: 0;
  transition: transform 0.28s ease;
}

.search-panel--open .mfb-chevron {
  transform: rotate(180deg);
}

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

.search-grid label,
.search-grid .sg-custom {
  display: block;
}

.search-grid span,
.sg-custom > span {
  display: block;
  margin-bottom: 8px;
  color: #d8c7b8;
  font-size: 0.83rem;
  font-weight: 600;
}

/* Desktop: "More filters" button hidden — all fields always visible */
.more-filters-btn {
  display: none;
}

.search-grid input,
.search-grid select {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 248, 239, 0.14);
  border-radius: 12px;
  background: rgba(255, 248, 239, 0.08);
  color: #fff8ef;
  font: inherit;
  font-size: 0.9rem;
  transition: border-color 0.2s ease;
  appearance: auto;
  color-scheme: dark;
}

.search-grid input:focus,
.search-grid select:focus {
  outline: none;
  border-color: var(--accent);
}

.search-grid input::placeholder {
  color: rgba(255, 248, 239, 0.42);
}

/* Fix dropdown option colors across browsers */
.search-grid select option {
  background-color: #2a1a10;
  color: #f4ede6;
}

.btn--search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* ── Advanced Filters ── */
.search-advanced {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 4px;
}

.search-panel--open .search-advanced {
  display: grid;
}

.search-adv-label {
  display: block;
  margin-bottom: 8px;
  color: #d8c7b8;
  font-size: 0.83rem;
  font-weight: 600;
}

.search-adv-field {
  display: block;
}

.search-adv-input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 248, 239, 0.14);
  border-radius: 12px;
  background: rgba(255, 248, 239, 0.08);
  color: #fff8ef;
  font: inherit;
  font-size: 0.9rem;
  transition: border-color 0.2s ease;
  color-scheme: dark;
}

.search-adv-input:focus {
  outline: none;
  border-color: var(--accent);
}

.search-adv-input::placeholder {
  color: rgba(255, 248, 239, 0.38);
  font-size: 0.85rem;
}

/* ── Custom Select (Ownership) ── */
.custom-select {
  position: relative;
}

.custom-select__trigger {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 248, 239, 0.14);
  border-radius: 12px;
  background: rgba(255, 248, 239, 0.08);
  color: #fff8ef;
  font: inherit;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.custom-select__trigger:focus,
.custom-select--open .custom-select__trigger {
  outline: none;
  border-color: var(--accent);
}

.custom-select__val {
  color: rgba(255, 248, 239, 0.48);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.custom-select__val--active {
  color: #fff8ef;
}

.cs-chevron {
  flex-shrink: 0;
  opacity: 0.6;
  transition: transform 0.22s ease;
}

.custom-select--open .cs-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.custom-select__panel {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 60;
  padding: 6px;
  border: 1px solid rgba(204, 134, 80, 0.28);
  border-radius: 14px;
  background: rgba(26, 18, 12, 0.98);
  backdrop-filter: blur(20px);
  box-shadow: 0 16px 48px rgba(8, 5, 2, 0.55);
}

.custom-select--open .custom-select__panel {
  display: block;
}

.cs-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 9px;
  cursor: pointer;
  transition: background 0.15s ease;
  user-select: none;
}

.cs-option:hover {
  background: rgba(204, 134, 80, 0.12);
}

.cs-option input[type="checkbox"] {
  display: none;
}

.cs-option__box {
  position: relative;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  border: 1.5px solid rgba(255, 248, 239, 0.28);
  border-radius: 5px;
  background: transparent;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.cs-option input:checked ~ .cs-option__box {
  background: var(--accent);
  border-color: var(--accent);
}

.cs-option input:checked ~ .cs-option__box::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.cs-option span:last-child {
  color: rgba(255, 248, 239, 0.85);
  font-size: 0.88rem;
}

/* ── Sections ── */
.section {
  padding: 104px 0;
}

.section--light {
  background:
    radial-gradient(circle at top center, rgba(204, 134, 80, 0.07), transparent 32%),
    linear-gradient(180deg, rgba(33, 24, 18, 0.98), rgba(27, 20, 15, 0.98));
}

.section--split {
  background:
    radial-gradient(circle at right top, rgba(204, 134, 80, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(38, 27, 20, 0.98), rgba(28, 20, 15, 0.98));
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 36px;
}

.text-link {
  color: #deb48e;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.text-link:hover {
  color: var(--accent-soft);
}

/* ── Sort Tabs ── */
.listing-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
}

.ltab {
  padding: 8px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 248, 239, 0.52);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.ltab:hover {
  color: rgba(255, 248, 239, 0.85);
  border-color: rgba(204, 134, 80, 0.3);
}

.ltab--active {
  background: linear-gradient(135deg, #c9a55a, #b08a3e);
  color: #1b140f;
  border-color: transparent;
}

/* ── Listing Cards ── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.listing-card {
  border: 1px solid rgba(204, 134, 80, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #312118 0%, #281b14 100%);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.listing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 64px rgba(20, 14, 9, 0.38);
}

.listing-card__image,
.split-visual,
.team-card__photo {
  background-size: cover;
  background-position: center;
}

/* ── Image Slider ── */
.listing-card__slider {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}

.listing-card__slides {
  display: flex;
  height: 100%;
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.listing-card__slide {
  flex: 0 0 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(10, 7, 4, 0.55);
  backdrop-filter: blur(6px);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
  z-index: 2;
}

.listing-card__slider:hover .slider-btn {
  opacity: 1;
}

.slider-btn:hover {
  background: rgba(10, 7, 4, 0.78);
}

.slider-btn--prev { left: 10px; }
.slider-btn--next { right: 10px; }

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

.slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.slider-dot--active {
  background: #fff;
  transform: scale(1.35);
}

.listing-card__image {
  height: 220px;
}

.listing-card__image--one {
  background-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=900&q=80");
}
.listing-card__image--two {
  background-image: url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=900&q=80");
}
.listing-card__image--three {
  background-image: url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=900&q=80");
}
.listing-card__image--four {
  background-image: url("https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=900&q=80");
}

.listing-card__body {
  padding: 20px 20px 16px;
}

.listing-card__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.listing-card__meta--primary {
  margin-top: 16px;
}

.listing-card h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #fff9f0;
  font-weight: 800;
}

.listing-card__link {
  display: inline-block;
  margin-top: 12px;
  color: #e2b893;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.listing-card__link:hover {
  color: var(--accent-soft);
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 10px;
  background: rgba(255, 248, 239, 0.07);
  color: #f5ede4;
  font-size: 0.8rem;
  line-height: 1;
}

.tag-chip--gold,
.tag-chip--pink {
  position: relative;
  padding-left: 20px;
}

.tag-chip--gold::before,
.tag-chip--pink::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tag-chip--gold::before  { background: #efb41c; }
.tag-chip--pink::before  { background: #f05da4; }

.tag-chip--gold-soft {
  background: rgba(204, 134, 80, 0.18);
  color: #efc49c;
}

.listing-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 248, 239, 0.1);
}

.listing-card__facts span {
  display: flex;
  flex-direction: column;
  color: #f3e7da;
  font-size: 0.9rem;
  font-weight: 700;
}

.listing-card__facts small {
  display: block;
  color: rgba(243, 231, 218, 0.52);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

/* ── Split Section ── */
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.split-visual {
  min-height: 560px;
  border-radius: 36px;
  background-image:
    linear-gradient(180deg, rgba(15, 12, 9, 0.08), rgba(15, 12, 9, 0.28)),
    url("https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1400&q=80");
  box-shadow: var(--shadow);
}

.split-copy p:not(.section-tag) {
  margin: 18px 0 0;
  color: #d4c0b0;
  line-height: 1.85;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-list div {
  padding: 18px 20px;
  border-left: 2px solid var(--accent);
  background: rgba(255, 248, 239, 0.04);
  border-radius: 0 16px 16px 0;
  transition: background 0.2s ease;
}

.feature-list div:hover {
  background: rgba(255, 248, 239, 0.07);
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list strong {
  font-size: 0.95rem;
  color: #f4ede6;
}

.feature-list span {
  margin-top: 6px;
  color: #c7b6a7;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ── Team ── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.team-card {
  padding: 16px;
  border: 1px solid rgba(204, 134, 80, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(246, 238, 229, 0.97), rgba(236, 224, 208, 0.92));
  overflow: hidden;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-4px);
}

.team-card__photo {
  aspect-ratio: 4/5;
  border-radius: 20px;
  background-image:
    linear-gradient(180deg, rgba(18, 12, 8, 0.08), rgba(18, 12, 8, 0.12)),
    url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=700&q=80");
}

.team-card__photo--two {
  background-image:
    linear-gradient(180deg, rgba(18, 12, 8, 0.08), rgba(18, 12, 8, 0.12)),
    url("https://images.unsplash.com/photo-1438761681033-6461ffad8d80?auto=format&fit=crop&w=700&q=80");
}
.team-card__photo--three {
  background-image:
    linear-gradient(180deg, rgba(18, 12, 8, 0.08), rgba(18, 12, 8, 0.12)),
    url("https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&w=700&q=80");
}
.team-card__photo--four {
  background-image:
    linear-gradient(180deg, rgba(18, 12, 8, 0.08), rgba(18, 12, 8, 0.12)),
    url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=700&q=80");
}

.team-card h3 {
  margin: 14px 0 4px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1d1208;
}

.team-card p {
  margin: 0;
  color: #6b4f38;
  font-size: 0.88rem;
  line-height: 1.5;
}

/* ── Footer ── */
.footer {
  padding: 96px 0 40px;
  background:
    linear-gradient(180deg, rgba(28, 22, 17, 0.97), rgba(14, 11, 8, 0.99)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #fff8ef;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 40px;
  align-items: start;
}

.footer__lead {
  margin: 18px 0 0;
  color: #c5b4a4;
  line-height: 1.8;
  max-width: 480px;
}

.contact-card {
  padding: 20px;
  border: 1px solid rgba(255, 248, 239, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 248, 239, 0.04);
  backdrop-filter: blur(14px);
}

/* ── Contact Items ── */
.contact-card__items {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 18px;
}

.contact-card__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 10px;
  border-radius: 14px;
  color: var(--text);
  text-decoration: none;
  transition: background 0.18s ease;
}

a.contact-card__item:hover {
  background: rgba(255, 248, 239, 0.05);
}

.contact-card__item--wa:hover {
  background: rgba(204, 134, 80, 0.14);
}

.contact-card__item-ico {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 248, 239, 0.06);
  color: var(--accent);
  flex-shrink: 0;
}

.contact-card__item--wa .contact-card__item-ico {
  background: rgba(204, 134, 80, 0.16);
  color: #cc8650;
}

.contact-card__item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.contact-card__item-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(255, 248, 239, 0.38);
}

.contact-card__item-val {
  font-size: 0.9rem;
  color: #fff8ef;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-card__item-arrow {
  color: rgba(255, 248, 239, 0.25);
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

a.contact-card__item:hover .contact-card__item-arrow {
  transform: translateX(3px);
  color: var(--accent);
}

.contact-card__item--wa:hover .contact-card__item-arrow {
  color: #cc8650;
}

/* ── CTA Button ── */
.contact-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 16px;
}

/* ── Social Row ── */
.contact-card__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-card__socials-label {
  font-size: 0.75rem;
  color: rgba(255, 248, 239, 0.3);
  margin-right: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.contact-card__social {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid rgba(255, 248, 239, 0.1);
  color: rgba(255, 248, 239, 0.4);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.contact-card__social:hover {
  border-color: rgba(204, 134, 80, 0.45);
  color: var(--accent-soft);
  background: rgba(204, 134, 80, 0.08);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 248, 239, 0.1);
  color: rgba(255, 248, 239, 0.5);
  font-size: 0.88rem;
}

.footer__bottom p {
  margin: 0;
}

/* ── Responsive: 1100px ── */
@media (max-width: 1100px) {
  .cards-grid,
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__content,
  .split-layout,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .footer__grid {
    gap: 28px;
  }

  .hero__content {
    padding-top: 60px;
  }


  .split-visual {
    min-height: 420px;
    order: -1;
  }
}

/* ── Responsive: 780px ── */
@media (max-width: 780px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(20, 15, 10, 0.97);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(204, 134, 80, 0.18);
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 20px 60px rgba(10, 7, 4, 0.5);
  }

  .nav-links--open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 1rem;
    transition: background 0.2s ease;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-links a:hover {
    background: rgba(204, 134, 80, 0.1);
  }

  .navbar-wrap {
    position: relative;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero {
    min-height: auto;
    padding-bottom: 56px;
  }

  .hero__copy h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .search-panel,
  .hero-card,
  .contact-card {
    padding: 24px;
  }

  .search-band {
    margin-top: -24px;
  }

  /* Mobile: show More filters button, compact 2-col */
  .more-filters-btn {
    display: flex;
    margin: 2px 0 12px;
  }

  .search-grid {
    grid-template-columns: 1fr 1fr;
    margin: 16px 0 6px;
  }

  /* Hide secondary fields on mobile until expanded */
  .search-grid [data-secondary] {
    display: none;
  }

  .search-panel--open .search-grid [data-secondary] {
    display: block;
  }

  .section {
    padding: 80px 0;
  }

  .split-visual {
    min-height: 320px;
    border-radius: 24px;
  }

  .listing-card__image {
    height: 220px;
  }

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

  .blogs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .whatsapp-pill {
    width: 100%;
    justify-content: center;
  }

  .wa-float {
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: 20px;
  }

  /* Mobile nav dropdown → accordion */
  .nav-item--drop {
    width: 100%;
  }

  .nav-drop-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 1rem;
  }

  .nav-drop-trigger::after {
    display: none;
  }

  .nav-drop-trigger:hover {
    background: rgba(204, 134, 80, 0.1);
  }

  /* Disable CSS hover-open on mobile; JS class controls it */
  .nav-item--drop:hover .nav-drop,
  .nav-item--drop:focus-within .nav-drop {
    display: none;
  }

  .nav-item--drop.nav-item--open .nav-drop {
    display: block;
    position: static;
    transform: none;
    animation: none;
    min-width: 0;
    background: rgba(255, 248, 239, 0.04);
    border: none;
    border-radius: 10px;
    padding: 4px 4px 4px 16px;
    box-shadow: none;
    margin: 0 8px 4px;
  }

  .nav-item--drop.nav-item--open .nav-drop-chevron {
    transform: rotate(180deg);
  }
}

/* ── Responsive: 520px ── */
@media (max-width: 520px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .topbar,
  .navbar {
    padding-top: 16px;
    padding-bottom: 14px;
  }

  .hero__content {
    gap: 24px;
    padding-top: 36px;
  }

  .logo-mark__title {
    font-size: 1.72rem;
  }

  .logo-mark__eyebrow {
    font-size: 0.64rem;
  }

  .logo-mark__icon {
    width: 52px;
    height: 52px;
  }

  .hero__actions {
    flex-direction: column;
  }

  .btn,
  .btn--ghost,
  .btn--primary {
    width: 100%;
  }


  .cards-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .search-panel__heading h2,
  .split-copy h2,
  .footer h2 {
    line-height: 1.05;
  }

  .listing-card__image {
    height: 200px;
  }

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

  .blogs-grid {
    grid-template-columns: 1fr;
  }

  .footer__grid {
    grid-template-columns: 1fr;
  }
}
