/* =========================================================
   گالری ریحان — Elite Visual Layer
   Soft · Minimal · Warm · Pinterest / Instagram DNA
   Overrides only visuals — layout grid systems preserved
   ========================================================= */

:root {
  --bg: #FDFBF7;
  --bg-2: #FDFBF7;
  --bg-3: #F7F2E9;
  --white: #FFFFFF;
  --cream: #F7F2E9;
  --beige: #EDE6DA;
  --nude: #E8E0D4;
  --gold: #C4A574;
  --gold-deep: #B08D5A;
  --gold-soft: rgba(196, 165, 116, .14);
  --pink: #C4A574;
  --pink-soft: #F7F2E9;
  --pink-deep: #B08D5A;
  --peach: #E8D9C8;
  --peach-soft: #F7F2E9;
  --brown: #6B5E52;
  --brown-soft: #8A7B6C;
  --text: #4A4038;
  --text-2: #7A6E62;
  --text-3: #A89888;
  --border: rgba(232, 224, 212, .9);
  --radius: 22px;
  --radius-lg: 26px;
  --radius-xl: 28px;
  --radius-pill: 999px;
  --shadow: 0 10px 32px rgba(90, 70, 50, .08);
  --shadow-sm: 0 6px 20px rgba(90, 70, 50, .06);
  --shadow-md: 0 16px 44px rgba(90, 70, 50, .1);
  --shadow-lift: 0 12px 36px rgba(90, 70, 50, .1);
  --font: var(--font-body, 'Vazir', Tahoma, sans-serif);
  --font-display: 'Markazi Text', 'Peyda', Tahoma, serif;
  --font-ui: 'Peyda', 'Noto Sans Arabic', 'Vazir', Tahoma, sans-serif;
  --font-body: 'Vazir', 'Noto Sans Arabic', Tahoma, sans-serif;
  --font-price: 'Noto Sans Arabic Condensed', 'Noto Sans Arabic', 'Vazir', Tahoma, sans-serif;
  --font-accent: 'Lalezar', 'Markazi Text', Tahoma, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --page-x: 18px;
  --s5: 22px;
  --s6: 28px;
  --s7: 36px;
  --s8: 48px;
  --s9: 64px;
}

@font-face {
  font-family: 'IranYekanX';
  src: local('IRANYekanX'), local('IranYekanX');
  font-weight: 100 900;
  font-display: optional;
}

/* —— Base breath —— */
body {
  font-family: var(--font);
  background: #FDFBF7;
  color: var(--text);
  letter-spacing: .015em;
}

/* —— Soft banner —— */
.top-banner {
  background: linear-gradient(90deg, #FAF2ED, #FBF0F2, #FAF2ED);
  color: var(--brown);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .04em;
  padding: 12px var(--page-x);
  border: none;
}

/* —— Header: glass, airy, centered brand (mobile) —— */
.dk-header {
  background: rgba(255, 253, 249, .78);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  box-shadow: none;
  border-bottom: 1px solid transparent;
}
.dk-header.is-scrolled,
.dk-header:not(.no-shadow) {
  box-shadow: 0 1px 0 rgba(237, 228, 219, .65);
}
.dk-header__main {
  border-bottom: none;
}
.dk-header__inner {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding-block: 12px;
  flex-wrap: unset;
  flex-direction: unset;
}
.dk-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  flex: unset;
  max-width: none;
  grid-column: 1;
}
.dk-header__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 2;
  min-width: 0;
}
.dk-header__left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex: unset;
  grid-column: 3;
}
.dk-header__search-wrap {
  grid-column: 1 / -1;
  flex: unset;
  min-width: 0;
  position: relative;
}
.dk-logo__img {
  height: 52px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .dk-logo__img {
    height: 60px;
    max-width: 240px;
  }
}
.dk-logo__mark {
  display: none;
}
.dk-logo__text {
  font-weight: 600;
  font-size: clamp(16px, 4vw, 20px);
  color: var(--text);
  letter-spacing: .06em;
}
.dk-search {
  background: var(--white);
  border: 1px solid var(--border);
  height: 48px;
  box-shadow: var(--shadow-sm);
}
.dk-search:focus-within {
  border-color: rgba(232, 180, 188, .55);
  box-shadow: 0 8px 28px rgba(154, 133, 120, .08);
  background: var(--white);
}
.dk-search__btn {
  background: linear-gradient(145deg, #EBC4CA, #D4A0A8);
  box-shadow: 0 6px 18px rgba(212, 160, 168, .28);
}
.dk-search__btn:hover {
  box-shadow: 0 8px 22px rgba(212, 160, 168, .36);
}
.dk-header__link,
.dk-header__cart,
.dk-icon-btn {
  color: var(--brown-soft);
  border-radius: 16px;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.dk-header__link:hover,
.dk-header__cart:hover,
.dk-icon-btn:hover {
  background: var(--pink-soft);
  color: var(--brown);
}
.dk-badge {
  background: var(--pink-deep);
  box-shadow: 0 2px 8px rgba(212, 160, 168, .35);
}

@media (min-width: 768px) {
  .dk-header__inner {
    grid-template-columns: auto 1fr auto !important;
    gap: 20px;
    min-height: 72px;
  }
  .dk-header__right {
    display: none; /* menu button hidden on desktop */
  }
  .dk-header__brand {
    grid-column: 1;
    justify-content: flex-start;
  }
  .dk-header__search-wrap {
    grid-column: 2;
  }
  .dk-header__left {
    grid-column: 3;
  }
  .dk-logo__text {
    font-size: 24px;
    letter-spacing: .1em;
  }
  .cat-grid--landing {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .cat-label {
    font-size: 16px;
    padding: 36px 18px 22px;
  }
  .hero-overlay h2 {
    font-size: 34px;
  }
  .product-card {
    border-radius: 28px;
  }
  .pcard-media {
    border-radius: 28px 28px 0 0;
  }
}
.dk-nav {
  border-bottom: none;
  background: transparent;
}
.dk-nav__inner {
  height: 52px;
}
.dk-nav__cats {
  border-left: none;
  font-weight: 600;
  color: var(--text);
  padding: 0 14px;
  margin-left: 4px;
  background: var(--pink-soft);
  border-radius: var(--radius-pill);
  height: 36px;
  align-self: center;
}
.dk-nav__links a {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  padding: 0 14px;
  border-radius: var(--radius-pill);
  transition: color .25s var(--ease), background .25s var(--ease);
}
.dk-nav__links a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, .7);
}
.dk-nav__sale {
  color: var(--pink-deep) !important;
  font-weight: 600;
}

/* —— Hero: premium lifestyle plane —— */
.hero {
  margin-top: 8px;
  padding-inline: var(--page-x);
}
.hero-slider,
.hero--landing .hero-slider {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-slide img {
  transform: scale(1.02);
  transition: transform 8s ease;
}
.hero-slide.active img {
  transform: scale(1);
}
/* Logo slide — larger fill, less letterbox */
.hero-slide--logo {
  background: #F7F2E9;
}
.hero-slide--logo img {
  object-fit: contain !important;
  object-position: center;
  transform: scale(1.32) !important;
  transform-origin: center center;
  background: #F7F2E9;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}
.hero-slide--logo.active img {
  transform: scale(1.32) !important;
}
.hero-slide--logo .hero-overlay {
  background: linear-gradient(180deg, transparent 45%, rgba(74, 64, 56, .32) 100%);
}
@media (max-width: 767px) {
  .hero-slide--logo img,
  .hero-slide--logo.active img {
    transform: scale(1.4) !important;
  }
}
.landing-story__lead {
  white-space: pre-line;
  line-height: 1.9;
  margin-bottom: 10px;
}
.landing-story__cats {
  font-size: 14px;
  letter-spacing: .02em;
  color: var(--muted, #7A6E62);
  margin-bottom: 18px;
  line-height: 1.8;
}
.hero-overlay {
  background:
    linear-gradient(180deg, transparent 28%, rgba(92, 78, 70, .22) 62%, rgba(92, 78, 70, .48) 100%);
  padding: clamp(24px, 5vw, 48px);
}
.hero-kicker {
  font-size: 11px;
  letter-spacing: .22em;
  font-weight: 500;
  opacity: .92;
}
.hero-overlay h2 {
  font-size: clamp(22px, 4.5vw, 36px);
  font-weight: 600;
  letter-spacing: .02em;
  text-shadow: 0 8px 28px rgba(60, 40, 30, .2);
  max-width: 14ch;
}
.hero-overlay p {
  font-size: 14px;
  font-weight: 400;
  opacity: .92;
  max-width: 32ch;
}
.hero-btn {
  background: rgba(255, 253, 249, .96);
  color: var(--text);
  font-weight: 600;
  min-height: 46px;
  padding: 0 26px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
}
.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  background: #fff;
}
.hero-btn--ghost {
  background: rgba(255, 253, 249, .14);
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  backdrop-filter: blur(8px);
}
.hero-nav {
  background: rgba(255, 253, 249, .92);
  box-shadow: var(--shadow-sm);
  width: 46px;
  height: 46px;
}
.hero-dot.active {
  background: #fff;
  width: 24px;
}

/* —— Intro —— */
.landing-intro {
  margin: clamp(40px, 8vw, 72px) auto clamp(28px, 5vw, 40px);
  max-width: 560px;
}
.landing-intro__brand {
  color: var(--pink-deep);
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 500;
}
.landing-intro__title {
  font-size: clamp(24px, 4.5vw, 36px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .01em;
}
.landing-intro__text {
  font-size: 15px;
  color: var(--text-2);
  line-height: 2;
}

/* —— Sections breathing —— */
.home-block {
  margin: clamp(28px, 5vw, 56px) auto;
  padding: clamp(8px, 2vw, 16px) var(--page-x);
}
.block-head {
  margin-bottom: clamp(20px, 3vw, 32px);
  align-items: flex-end;
}
.block-head h2 {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 600;
  letter-spacing: .02em;
}
.block-sub {
  font-size: 13px;
  color: var(--text-3);
  margin-top: 8px;
  line-height: 1.8;
}
.block-head a {
  background: transparent;
  color: var(--brown-soft);
  border: 1px solid var(--border);
  padding: 0 16px;
  min-height: 36px;
  font-weight: 500;
  transition: all .3s var(--ease);
}
.block-head a:hover {
  background: var(--white);
  color: var(--text);
  border-color: var(--nude);
  box-shadow: var(--shadow-sm);
}

/* —— CATEGORIES (hero of the site) —— */
.home-block--cats {
  padding-top: clamp(12px, 3vw, 24px);
}
.cat-grid,
.cat-grid--landing {
  gap: clamp(14px, 2.5vw, 22px);
}
.cat-grid--landing {
  grid-template-columns: repeat(2, 1fr);
}
.cat-card {
  position: relative;
  border-radius: var(--radius-lg);
  background: var(--cream);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.cat-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: var(--shadow-lift);
}
.cat-card:active {
  transform: translateY(-2px) scale(.995);
}
.cat-card__media,
.cat-card img {
  aspect-ratio: 3 / 4;
  transition: transform .8s var(--ease);
}
.cat-card:hover img {
  transform: scale(1.06);
}
.cat-label {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 28px 14px 18px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(13px, 2.8vw, 15px);
  font-weight: 600;
  letter-spacing: .06em;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(70, 55, 48, .15) 30%, rgba(70, 55, 48, .55) 100%);
  text-shadow: 0 1px 12px rgba(40, 30, 25, .25);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.cat-label small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .02em;
  opacity: .92;
  line-height: 1.5;
  max-width: 90%;
}
.cat-page-grid .cat-card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.cat-page-grid .cat-label {
  font-size: 15px;
  padding: 32px 16px 20px;
}

/* —— Story —— */
.landing-story {
  margin: clamp(48px, 9vw, 88px) auto;
  gap: clamp(24px, 4vw, 40px);
}
.landing-story__media {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
}
.landing-eyebrow {
  color: var(--pink-deep);
  letter-spacing: .16em;
  font-weight: 500;
  font-size: 12px;
}
.landing-story__copy h2 {
  font-weight: 600;
  letter-spacing: .01em;
}
.landing-story__copy p {
  line-height: 2;
  color: var(--text-2);
}

/* —— Products: soft, secondary to categories —— */
.home-block--featured {
  margin-top: clamp(24px, 4vw, 40px);
}
.product-grid,
.product-grid--featured {
  gap: clamp(14px, 2.5vw, 22px);
}
.product-card {
  background: var(--white);
  border-radius: 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255, 255, 255, .8);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.pcard-media {
  aspect-ratio: 4 / 5;
  background: var(--bg-3);
  border-radius: 26px 26px 0 0;
}
.pcard-media img {
  transition: transform .7s var(--ease);
}
.product-card:hover .pcard-media img {
  transform: scale(1.045);
}
.pcard-badge {
  background: rgba(255, 253, 249, .92);
  backdrop-filter: blur(8px);
  border: none;
  font-weight: 500;
  letter-spacing: .02em;
}
.pcard-badge.discount {
  background: var(--pink-soft);
  color: var(--pink-deep);
}
.pcard-badge.new {
  background: var(--peach-soft);
  color: var(--brown);
}
.pcard-wish {
  background: rgba(255, 253, 249, .9);
  backdrop-filter: blur(8px);
  border: none;
  box-shadow: var(--shadow-sm);
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: var(--brown-soft);
}
.pcard-add {
  background: rgba(255, 253, 249, .95);
  border: 1px solid var(--border);
  color: var(--text);
  width: 42px;
  height: 42px;
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  transition: background .3s var(--ease), transform .3s var(--ease), border-color .3s;
}
.pcard-add:hover {
  background: var(--pink-soft);
  border-color: transparent;
  transform: scale(1.05);
}
.pcard-body {
  padding: 16px 14px 18px;
}
.pcard-cat {
  color: var(--text-3);
  font-size: 11px;
  letter-spacing: .06em;
  font-weight: 500;
}
.pcard-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--text);
  margin: 6px 0 10px;
}
.pcard-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.price-current {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: .02em;
}
.price-old {
  font-size: 12px;
  color: var(--text-3);
  font-weight: 400;
}

/* —— Buttons —— */
.btn {
  border-radius: var(--radius-pill);
  font-weight: 600;
  letter-spacing: .03em;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
}
.btn-primary {
  background: linear-gradient(145deg, #E8B4BC, #D4A0A8);
  color: #fff;
  border: none;
  box-shadow: 0 8px 24px rgba(212, 160, 168, .28);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(212, 160, 168, .36);
}
.btn-outline {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
}
.btn-outline:hover {
  background: var(--white);
  border-color: var(--nude);
  box-shadow: var(--shadow-sm);
}
.btn-lg {
  min-height: 52px;
  padding-inline: 32px;
}

/* —— CTA / trust / IG / reviews —— */
.landing-cta__inner {
  background:
    linear-gradient(145deg, rgba(251, 240, 242, .9), rgba(250, 242, 237, .95));
  border-radius: var(--radius-xl);
  padding: clamp(36px, 6vw, 56px) clamp(20px, 4vw, 40px);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, .7);
}
.landing-cta__inner h2 {
  font-weight: 600;
}
.trust-strip,
.trust-strip--landing {
  gap: 12px;
}
.trust-item {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255, 255, 255, .9);
  padding: 18px 14px;
  transition: transform .3s var(--ease);
}
.trust-item:hover {
  transform: translateY(-2px);
}
.ig-item {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.ig-item:hover {
  transform: scale(1.03);
  box-shadow: var(--shadow);
}
.review-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255, 255, 255, .9);
  padding: 20px;
}
.landing-close {
  margin: clamp(48px, 8vw, 80px) auto clamp(40px, 6vw, 64px);
}
.landing-close h2 {
  font-weight: 600;
}

/* —— Drawer soft —— */
.drawer-panel {
  background: #FFFDF9;
  border-radius: 28px 0 0 28px;
  box-shadow: var(--shadow-md);
}
.drawer-nav a {
  border-radius: 16px;
  font-weight: 500;
}
.drawer-nav a:hover,
.drawer-nav a:active {
  background: var(--pink-soft);
}

/* —— Footer soft —— */
.dk-footer {
  background: linear-gradient(180deg, transparent, rgba(250, 246, 242, .9));
  margin-top: 24px;
}
.dk-footer__features {
  border: none;
}
.dk-footer__feature {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.dk-footer__news button {
  background: linear-gradient(145deg, #E8B4BC, #D4A0A8);
  box-shadow: 0 6px 18px rgba(212, 160, 168, .25);
}

/* —— Bottom nav: iOS gallery app —— */
.bottom-nav {
  height: calc(70px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 253, 249, .86);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  border-top: 1px solid rgba(237, 228, 219, .55);
  box-shadow: 0 -12px 40px rgba(154, 133, 120, .08);
  padding-inline: 6px;
}
.bnav-item {
  color: var(--text-3);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .02em;
  gap: 4px;
  transition: color .25s var(--ease);
}
.bnav-item svg {
  transition: transform .3s var(--ease), stroke-width .3s;
}
.bnav-item.active {
  color: var(--pink-deep);
}
.bnav-item.active svg {
  stroke-width: 2.15;
  transform: translateY(-1px);
}
.bnav-item.active::before {
  content: '';
  position: absolute;
  top: 6px;
  width: 28px;
  height: 28px;
  border-radius: 12px;
  background: var(--pink-soft);
  z-index: -1;
  opacity: .95;
}
.bnav-badge {
  background: var(--pink-deep);
  top: 4px;
}
.bnav-item--search .bnav-search-btn {
  width: 52px;
  height: 52px;
  margin-top: -26px;
  background: linear-gradient(160deg, #D4B896 0%, #C4A574 45%, #B08D5A 100%);
  box-shadow:
    0 10px 28px rgba(176, 141, 90, .32),
    0 0 0 6px rgba(253, 251, 247, .95),
    inset 0 1px 0 rgba(255, 255, 255, .4);
  animation: bnavFloatSoft 3.2s ease-in-out infinite;
}
.bnav-item--search > span:last-child {
  color: #B08D5A;
  font-weight: 600;
}
@keyframes bnavFloatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@media (prefers-reduced-motion: reduce) {
  .bnav-item--search .bnav-search-btn { animation: none; }
  .hero-slide img,
  .cat-card img,
  .pcard-media img { transition: none; }
}

/* Live search soft */
.live-search-dropdown {
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  background: #FFFDF9;
}
.live-item {
  border-bottom-color: rgba(237, 228, 219, .5);
}
.live-item img {
  border-radius: 12px;
}
.live-price {
  color: var(--pink-deep);
  font-weight: 600;
}

/* Page shells */
.page-head h1,
.content-page h1 {
  font-weight: 600;
  letter-spacing: .02em;
}
.auth-card,
.content-page,
.section {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255, 255, 255, .8);
}

/* Inputs soft */
input, textarea, select {
  border-radius: 16px;
}

/* Desktop refinements */
@media (min-width: 768px) {
  .dk-header__inner { min-height: 72px; }
  .dk-logo__text {
    font-size: 24px;
    letter-spacing: .1em;
  }
  .cat-grid--landing {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .cat-label {
    font-size: 16px;
    padding: 36px 18px 22px;
  }
  .hero-overlay h2 {
    font-size: 34px;
  }
  .product-card {
    border-radius: 28px;
  }
  .pcard-media {
    border-radius: 28px 28px 0 0;
  }
}

@media (min-width: 1024px) {
  .cat-grid--landing {
    gap: 28px;
  }
  .home-block {
    margin-block: 64px;
  }
}

/* =========================================================
   MOBILE HOME — luxury cream layout (reference DNA)
   Logo → Hero → 4 categories → bottom nav
   ========================================================= */
.hero-title-mobile { display: none; }
.hero-title-desktop { display: block; }
.hero-sub-desktop { display: block; }
.hero-actions--desktop { display: flex; }
.hero-kicker--desktop { display: block; }
.landing-intro--desktop { display: block; }
.block-head--desktop-only { display: flex; }
.home-cats-more { display: none; text-align: center; margin-top: 18px; }

@media (max-width: 767px) {
  .page-home {
    background: #FDFBF7;
  }
  .page-home .top-banner {
    display: none;
  }
  .page-home .dk-header {
    background: #FDFBF7;
    backdrop-filter: none;
    box-shadow: none;
  }
  .page-home .dk-header__search-wrap,
  .page-home .dk-nav {
    display: none !important;
  }
  .page-home .dk-header__inner {
    grid-template-columns: 48px 1fr 48px;
    min-height: 56px;
    padding: 10px 16px;
  }
  .page-home .dk-logo {
    flex-direction: column;
    gap: 4px;
  }
  .page-home .dk-logo__img {
    height: 64px;
    max-width: 220px;
  }
  .page-home .dk-logo__text {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .12em;
    color: #4A4038;
  }
  .page-home .dk-header__left .dk-header__cart {
    opacity: .85;
  }

  .page-home .hero {
    margin-top: 4px;
    padding-inline: 16px;
  }
  .page-home .hero--landing .hero-slider,
  .page-home .hero-slider {
    aspect-ratio: 4 / 3.2;
    min-height: 220px;
    border-radius: 24px;
    box-shadow: 0 10px 28px rgba(90, 70, 50, .1);
  }
  .page-home .hero-fallback--jewelry,
  .page-home .hero-fallback {
    background:
      linear-gradient(160deg, #F7F2E9 0%, #EDE6DA 45%, #FDFBF7 100%);
  }
  .page-home .hero-overlay {
    background: linear-gradient(180deg, transparent 35%, rgba(74, 64, 56, .28) 100%);
    justify-content: flex-end;
    padding: 22px 20px;
  }
  .page-home .hero-title-mobile {
    display: block;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .04em;
    line-height: 1.7;
    color: #fff;
    text-shadow: 0 2px 16px rgba(40, 30, 20, .25);
    max-width: 16ch;
    margin: 0;
  }
  .page-home .hero-title-desktop,
  .page-home .hero-sub-desktop,
  .page-home .hero-actions--desktop,
  .page-home .hero-kicker--desktop,
  .page-home .hero-dots,
  .page-home .hero-nav {
    display: none !important;
  }

  .page-home .landing-intro--desktop,
  .page-home .block-head--desktop-only {
    display: none !important;
  }

  .page-home .home-cats--luxury {
    margin: 18px auto 8px;
    padding: 0 16px;
  }
  .page-home .cat-grid--home4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .page-home .cat-card--under {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(90, 70, 50, .08);
    transform: none;
  }
  .page-home .cat-card--under:hover,
  .page-home .cat-card--under:active {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(90, 70, 50, .1);
  }
  .page-home .cat-card--under .cat-card__media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #F7F2E9;
  }
  .page-home .cat-card--under .cat-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
  .page-home .cat-label--under {
    position: static !important;
    inset: auto !important;
    background: transparent !important;
    color: #4A4038 !important;
    text-shadow: none !important;
    padding: 12px 8px 14px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: .06em !important;
    text-align: center;
    display: block;
  }
  .page-home .cat-label--under small {
    display: none;
  }
  .page-home .home-cats-more {
    display: block;
  }
  .page-home .home-cats-more .btn {
    border-color: rgba(196, 165, 116, .35);
    color: #6B5E52;
    min-height: 40px;
    font-weight: 500;
  }

  /* Soften sections below first screen */
  .page-home .landing-story,
  .page-home .home-block--featured,
  .page-home .landing-cta,
  .page-home .trust-strip,
  .page-home .home-block--reviews,
  .page-home .landing-close {
    margin-top: 28px;
  }

  /* Bottom nav — cream + gold */
  .bottom-nav {
    background: rgba(253, 251, 247, .94);
    border-top: 1px solid rgba(232, 224, 212, .7);
    box-shadow: 0 -8px 28px rgba(90, 70, 50, .06);
  }
  .bnav-item {
    color: #A89888;
    font-size: 9px;
    letter-spacing: .01em;
  }
  .bnav-item.active {
    color: #B08D5A;
  }
  .bnav-item.active::before {
    background: rgba(196, 165, 116, .16);
  }
  .bnav-badge {
    background: #B08D5A;
  }
  .bnav-item--search .bnav-search-btn {
    background: linear-gradient(160deg, #D4B896 0%, #C4A574 45%, #B08D5A 100%);
    box-shadow:
      0 8px 22px rgba(176, 141, 90, .32),
      0 0 0 5px rgba(253, 251, 247, .96),
      inset 0 1px 0 rgba(255, 255, 255, .35);
    animation: none;
  }
  .bnav-item--search > span:last-child {
    color: #B08D5A;
  }
  .dk-search__btn,
  .btn-primary {
    background: linear-gradient(145deg, #D4B896, #B08D5A) !important;
    box-shadow: 0 8px 22px rgba(176, 141, 90, .28) !important;
  }
}

@media (min-width: 768px) {
  .hero-title-mobile { display: none !important; }
  .page-home .cat-grid--home4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .page-home .cat-card--under .cat-label--under {
    position: static;
    background: transparent;
    color: var(--text);
    text-shadow: none;
    padding: 14px 10px 16px;
  }
  .page-home .cat-card--under .cat-card__media {
    aspect-ratio: 1 / 1;
  }
  .page-home .cat-card--under .cat-label--under {
    /* keep under-image style on desktop home too for consistency */
  }
  .page-home .home-cats-more { display: none; }
}

.seo-breadcrumb {
  margin: 12px 0 18px;
  font-size: 12px;
  color: var(--text-3, #A89888);
}
.seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.seo-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-inline-start: 6px;
  opacity: .5;
}
.seo-breadcrumb a { color: inherit; text-decoration: none; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.seo-brand-line {
  margin-top: 16px;
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.7;
}

