:root {
  --ink: #241c1a;
  --muted: #756965;
  --cream: #f8f3ed;
  --rose: #e6c9c2;
  --rose-dark: #9f5f57;
  --wine: #672f37;
  --gold: #b48a55;
  --white: #fffdfb;
  --line: #eadfd8;
  --green: #247a55;
}

html { scroll-padding-top: 110px; }
body { background: var(--white); overflow-x: hidden; }
a { color: inherit; }
.announcement {
  background: var(--wine);
  color: #fff8f3;
  padding: 10px 18px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.announcement span { color: #e8c89e; margin: 0 8px; }
.header {
  height: 90px;
  padding: 0 clamp(22px, 5vw, 78px);
  background: rgba(255,253,251,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(103,47,55,.09);
  box-shadow: 0 5px 30px rgba(45,28,22,.04);
}
.header .brand-logo-image { width: 82px; height: 72px; }
.header nav { gap: 42px; }
.header nav a {
  position: relative;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.header nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -8px;
  height: 1px; background: var(--wine);
  transition: right .25s;
}
.header nav a:hover::after { right: 0; }
.header-actions { gap: 20px; }
.cart-button {
  padding: 10px 0 10px 16px;
  border-left: 1px solid var(--line);
}
.cart-button span { background: var(--wine); }

.hero {
  min-height: min(800px, calc(100vh - 124px));
  position: relative;
  background:
    linear-gradient(90deg, rgba(28,8,12,.96) 0%, rgba(53,13,20,.84) 34%, rgba(53,13,20,.18) 65%),
    url("assets/joya-editorial-campaign.png") center/cover;
  padding: 90px clamp(28px, 8vw, 140px);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 6% 0 auto;
  width: 120px; height: 120px;
  border: 1px solid rgba(180,138,85,.45);
  border-radius: 50%;
  transform: translateY(50%);
  pointer-events: none;
}
.hero-content { max-width: 590px; position: relative; z-index: 1; }
.eyebrow {
  color: var(--rose-dark);
  font-size: 10px;
  letter-spacing: .28em;
  margin-bottom: 20px;
}
.hero .eyebrow { color: #d8a86f; }
.hero h1 {
  font-size: clamp(58px, 6vw, 92px);
  letter-spacing: -.035em;
  line-height: .95;
}
.hero h1 { color: #fff9f5; text-shadow: 0 8px 40px rgba(0,0,0,.2); }
.hero h1 em { color: #e2b6aa; }
.hero-content > p:not(.eyebrow) {
  max-width: 470px;
  font-size: 17px;
  line-height: 1.75;
  margin: 28px 0 34px;
}
.hero-content > p:not(.eyebrow) { color: #e8dcd7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-actions .button svg,.hero-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s;
}
.hero-actions a:hover svg { transform: translateX(3px); }
.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-underline-offset: 6px;
}
.hero .primary { color: #2b1714; background: #e1bd8c; }
.hero .primary:hover { background: #f0d5ae; }
.button {
  min-height: 50px;
  padding: 15px 25px;
  border-radius: 1px;
  letter-spacing: .12em;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(54,29,25,.16); }
.primary { background: var(--wine); }
.primary:hover { background: #4d2028; }
.hero-proof {
  display: flex;
  gap: 10px;
  margin-top: 44px;
  color: #d7c3bc;
  font-size: 10px;
  letter-spacing: .06em;
}
.hero-proof>span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px 7px 7px;
  border: 1px solid rgba(80,72,77,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(6px);
}
.hero-proof i {
  width: 27px;
  height: 27px;
  display: grid;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 50%;
  color: #a51d58;
  background: #f9dce6;
}
.hero-proof svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-proof b { color:#4f4b51; font-size:9px; font-weight:600; white-space:nowrap; }

.benefits {
  position: relative;
  z-index: 2;
  padding: 28px clamp(20px,5vw,72px);
  color: #f5ebe6;
  background: #211715;
  border-bottom: 0;
}
.benefits > div { gap: 15px; }
.benefits > div > span {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 14px;
  color: var(--gold);
  background: rgba(255,255,255,.08);
}
.benefits > div > span svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.benefits small { color: #a99a94; }
.benefits strong { letter-spacing: .02em; }
.brand-marquee {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px,4vw,65px);
  overflow: hidden;
  padding: 19px 20px;
  color: var(--wine);
  background: #e8d2c8;
  font: 500 clamp(10px,1vw,13px) "DM Sans",sans-serif;
  letter-spacing: .2em;
  white-space: nowrap;
}
.brand-marquee i { color: #b2824b; font-style: normal; }
.section { padding: 105px clamp(22px, 5vw, 80px); }
.intro { max-width: 920px; margin: auto; padding-top: 135px; padding-bottom: 115px; }
.intro h2, .story h2, .section-heading h2, .catalog-heading h2 {
  font: 500 clamp(42px,5vw,66px)/1.05 "Playfair Display",serif;
  letter-spacing: -.025em;
  margin: 0;
}
.intro > p:last-child { max-width: 570px; margin: 20px auto 0; line-height: 1.7; }
.intro h2 { font-style: italic; color: var(--wine); }
.intro::after {
  content: "";
  display: block;
  width: 1px;
  height: 58px;
  margin: 38px auto -75px;
  background: var(--gold);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 46px;
}
.section-heading > a {
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 6px;
}
.launches {
  background:
    radial-gradient(circle at 90% 5%,rgba(180,138,85,.13),transparent 25%),
    #f2e8e1;
}
.launches .product-grid { grid-template-columns: repeat(5,1fr); gap: 18px; }
.launches .product-card:nth-child(n+6) { display: none; }

.product-card { min-width: 0; transition: transform .35s ease; }
.launches .product-card:nth-child(even) { transform: translateY(34px); }
.product-image {
  height: auto;
  aspect-ratio: .78;
  border-radius: 0;
  background: linear-gradient(145deg,#f3eeea,#e4d8d0);
}
.product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(83,48,39,.04);
  pointer-events: none;
}
.product-image > a { display: block; width: 100%; height: 100%; }
.product-image img { display: block; }
.product-card:hover img { transform: scale(1.045); }
.badge {
  border: 0;
  color: var(--wine);
  background: rgba(255,253,251,.92);
  backdrop-filter: blur(8px);
  font-size: 9px;
  letter-spacing: .14em;
}
.quick-add {
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(103,47,55,.94);
  color: #fff;
  letter-spacing: .1em;
  font-size: 10px;
}
.product-info { padding: 18px 10px 12px; border-left: 1px solid transparent; transition: border-color .25s; }
.product-card:hover .product-info { border-left-color: var(--gold); }
.product-category { color: var(--rose-dark); }
.product-info h3 { margin: 8px 0; font-size: 21px; }
.product-info h3 a { text-decoration: none; color: var(--ink); }
.product-info h3 a:hover { color: var(--wine); }
.product-price strong { color: var(--ink); font-size: 15px; }
.product-info > select { margin: 10px 0; padding: 10px; border-color: var(--line); }
.product-info .remove {
  margin-top: 12px;
  color: var(--muted);
  text-underline-offset: 4px;
}

.promotions-section {
  color: #fff8f3;
  background:
    linear-gradient(115deg,rgba(40,13,18,.96),rgba(103,47,55,.92)),
    url("assets/joya-editorial-campaign.png") center/cover;
  position: relative;
  overflow: hidden;
}
.promotions-section::before {
  content: "✦";
  position: absolute;
  right: 5%; top: -60px;
  color: rgba(255,255,255,.05);
  font-size: 300px;
  line-height: 1;
}
.promotions-section .eyebrow { color: #e2bda8; }
.promotions-section .benefits {
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
}
.promotions-section .benefits > div {
  justify-content: flex-start;
  border: 1px solid rgba(255,255,255,.16);
  padding: 25px;
}
.promotions-section .benefits strong { color: #fff; }
.promotions-section .benefits small { color: #dacbc6; }

.shop { padding-top: 110px; }
.shop { background: #fffdfb; }
.catalog-heading > p { color: var(--muted); max-width: 270px; line-height: 1.6; }
.shop-head {
  position: sticky;
  top: 90px;
  z-index: 12;
  background: rgba(255,253,251,.96);
  backdrop-filter: blur(15px);
  padding: 16px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.filters { gap: 9px; }
.filter {
  padding: 10px 16px;
  border-color: var(--line);
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: .04em;
}
.filter.active, .filter:hover { background: var(--wine); border-color: var(--wine); }
.advanced-filters {
  background: var(--cream);
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-items: end;
  margin-bottom: 38px;
}
.advanced-filters label { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.advanced-filters input, .advanced-filters select { background: transparent; border: 0; border-bottom: 1px solid #cdbeb5; padding: 10px 0; }
.shop .product-grid { gap: 34px 22px; }
#related-products { margin-top: 90px; }
#related-products:empty { display: none; }
#related-products h2 { font: 500 38px "Playfair Display"; }

.story {
  color: #f3e7e1;
  background:
    linear-gradient(90deg,rgba(31,15,15,.97) 0 50%,rgba(31,15,15,.35)),
    url("assets/joya-editorial-campaign.png") right center/cover;
  position: relative;
}
.story::after {
  content: "JOYAS PARA RECORDAR";
  position: absolute;
  right: -20px; top: 40px;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: .3em;
  color: var(--rose-dark);
}
.story .eyebrow, .steps b { color: #d6a56c; }
.story-copy > p:last-child, .steps small { color: #c9b9b3; }
.steps > div { border-color: rgba(255,255,255,.18); }
.request-cta {
  max-width: none;
  margin: 0;
  background:
    radial-gradient(circle at 15% 25%,rgba(180,138,85,.24),transparent 18%),
    linear-gradient(115deg,#f8f2ed 0%,#dfc2b8 100%);
  padding: 110px 22px;
}
.request-cta p { max-width: 560px; margin: 20px auto 30px !important; }
footer {
  background: var(--ink);
  color: #d8ccc7;
  border: 0;
  padding: 55px clamp(22px,5vw,80px);
}
footer .brand-logo-image { filter: brightness(2); }

.cart { box-shadow: -30px 0 80px rgba(35,22,19,.15); }
.cart-head { border-color: var(--line); }
.cart-summary > div { padding: 7px 0; font-size: 14px; }
.cart-summary > div:last-of-type { margin-top: 8px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 18px; }
dialog { border-radius: 2px; }
dialog h2 { color: var(--wine); }
.variant-modal { width: min(620px, calc(100% - 28px)); padding: 0; overflow: hidden; }
.variant-modal .modal-close { z-index: 2; }
.variant-product { display: grid; grid-template-columns: 150px 1fr; gap: 26px; align-items: center; background: var(--cream); padding: 28px 52px 28px 28px; }
.variant-product img { width: 150px; height: 150px; object-fit: cover; }
.variant-product h2 { font-size: 32px; }
.variant-product p:last-child { color: var(--muted); margin-bottom: 0; }
.variant-modal form { padding: 4px 28px 28px; }
.variant-options { display: grid; gap: 9px; }
.variant-option { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); padding: 14px 16px; cursor: pointer; transition: border-color .2s, background .2s; }
.variant-option:has(input:checked) { border-color: var(--wine); background: #fbf3f1; }
.variant-option input { width: 17px; margin: 0; accent-color: var(--wine); }
.variant-option span { display: flex; flex: 1; flex-direction: column; gap: 3px; }
.variant-option small { color: var(--muted); font-weight: 400; }
.variant-option b { color: var(--wine); }
.variant-option.sold-out { opacity: .45; cursor: not-allowed; }

@media (max-width: 1100px) {
  .launches .product-grid { grid-template-columns: repeat(3,1fr); }
  .launches .product-card:nth-child(n+4) { display: none; }
  .advanced-filters { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 700px) {
  .announcement {
    padding: 8px 6px;
    font-size: 8px;
    letter-spacing: .12em;
    white-space: nowrap;
  }
  .announcement span { display: inline; margin: 0 4px; }
  .header { height: 72px; }
  .header nav { display: none; }
  .header-actions { position: absolute; right: 16px; gap: 0; }
  .cart-button { white-space: nowrap; }
  .header .brand-logo-image { width: 67px; height: 56px; }
  .hero {
    min-height: 720px;
    align-items: flex-end;
    padding: 70px 22px;
    background:
      linear-gradient(0deg,rgba(36,10,15,.98) 0%,rgba(54,15,22,.82) 42%,rgba(54,15,22,.08) 78%),
      url("assets/joya-editorial-campaign.png") 68% center/cover;
  }
  .hero::before { display: none; }
  .hero h1 { font-size: 51px; }
  .hero-content > p:not(.eyebrow) { margin: 18px 0 24px; }
  .hero-proof { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .benefits { grid-template-columns: 1fr; }
  .benefits > div { justify-content: flex-start; }
  .section { padding: 75px 18px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
  .launches .product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .launches .product-card:nth-child(4) { display: block; }
  .launches .product-card:nth-child(even) { transform: none; }
  .product-info h3 { font-size: 17px; }
  .shop-head { top: 72px; align-items: stretch; }
  .advanced-filters { grid-template-columns: 1fr 1fr; padding: 15px; }
  .shop .product-grid { gap: 28px 12px; }
  .quick-add { opacity: 1; transform: none; font-size: 9px; }
  .variant-product { grid-template-columns: 90px 1fr; gap: 16px; padding: 22px 44px 22px 18px; }
  .variant-product img { width: 90px; height: 100px; }
  .variant-product h2 { font-size: 25px; }
  .variant-modal form { padding: 4px 18px 20px; }
  .promotions-section .benefits { display: grid; }
  .story { background-position: 65% center; }
  .story::after { display: none; }
}

/* Dirección visual joven: blanco, negro, plata y rosa frío */
:root {
  --ink: #111111;
  --muted: #66646a;
  --cream: #f6f6f6;
  --rose: #f2c9d7;
  --rose-dark: #b32662;
  --wine: #111111;
  --gold: #d99bb2;
  --white: #ffffff;
  --line: #dedde1;
}

body { background: #fff; }
.announcement { color: #111; background: #f4bfd1; font-weight: 600; }
.announcement span { color: #111; }
.header {
  background: rgba(255,255,255,.97);
  border-bottom-color: #e7e7e7;
  box-shadow: none;
}
.header nav a { font-weight: 600; }
.header nav a::after { height: 2px; background: #111; }
.header .catalog-nav {
  flex: 1;
  justify-content: center;
  gap: clamp(13px,1.35vw,25px);
  margin: 0 clamp(18px,2.5vw,42px);
}
.header .catalog-nav a {
  flex: 0 0 auto;
  font-size: clamp(8px,.68vw,10px);
  letter-spacing: .045em;
  white-space: nowrap;
}
.header .catalog-nav a:first-child { color: #b32662; }
.header .catalog-nav a span { display: inline; }
.cart-button span { background: #111; }

@media (max-width: 1220px) {
  .header .catalog-nav { gap: 14px; margin: 0 18px; }
  .header .catalog-nav a { font-size: 8px; }
}

@media (max-width: 900px) {
  .header {
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    padding: 0 16px;
  }
  .header .logo,.header-actions { height: 72px; }
  .header .catalog-nav {
    order: 3;
    flex: 0 0 calc(100% + 32px);
    display: flex;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    margin: 0 -16px;
    padding: 11px 18px 13px;
    border-top: 1px solid #eeeeef;
    background: #fff;
    scrollbar-width: none;
  }
  .header .catalog-nav::-webkit-scrollbar { display: none; }
  .header .catalog-nav a { font-size: 9px; scroll-snap-align: start; }
}

.hero {
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.84) 38%,rgba(255,255,255,.06) 68%),
    url("assets/jewelry-hero.png") 67% center/cover;
}
.hero .eyebrow { color: #a51d58; }
.hero h1,
.intro h2,
.story h2,
.section-heading h2,
.catalog-heading h2 {
  font-family: "DM Sans",sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.055em;
}
.hero h1 { color: #111; text-shadow: none; line-height: .94; }
.hero h1 em { color: #111; font-style: normal; }
.hero-content > p:not(.eyebrow) { color: #545158; }
.hero .primary, .primary { color: #fff; background: #111; }
.hero .primary:hover, .primary:hover { color: #111; background: #f2bfd0; }
.hero-link { color: #111; }
.hero-proof { color: #625f64; }
.hero::after { border-color: rgba(179,38,98,.32); }

.benefits {
  color: #111;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.benefits > div > span { color: #a51d58; background: #fae4ec; }
.benefits small { color: #777; }
.brand-marquee { color: #fff; background: #111; }
.brand-marquee i { color: #f3b9cc; }
.intro h2 { color: #111; }
.intro::after { width: 42px; height: 3px; background: #e8a8be; }

.launches {
  background:
    linear-gradient(135deg,rgba(244,188,208,.34),transparent 34%),
    #f5f5f5;
}
.launches .product-card:nth-child(even) { transform: none; }
.product-image { background: #f1f1f1; }
.product-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ececef;
  border-radius: 18px;
  box-shadow: 0 6px 22px rgba(20,20,24,.04);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.product-card:hover {
  transform: translateY(-7px);
  border-color: #ded6da;
  box-shadow: 0 22px 55px rgba(31,24,28,.13);
}
.product-image {
  aspect-ratio: .88;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 44%,#fff 0,#f4f3f4 70%);
}
.product-image::after {
  box-shadow: inset 0 -55px 70px -70px rgba(0,0,0,.22);
}
.product-image img { transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.065); }
.product-image > .badge:first-of-type {
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  border-radius: 30px;
  color: #111;
  background: #f1bfd0;
  font-weight: 700;
}
.product-image [data-favorite] {
  top: 13px !important;
  right: 13px !important;
  left: auto !important;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 19px;
  letter-spacing: 0;
  box-shadow: 0 5px 18px rgba(0,0,0,.08);
}
.favorite-heart {
  display: block;
  width: 16px;
  height: 16px;
  overflow: visible;
  fill: none;
  stroke: #111;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(-1px);
}
.favorite-heart.is-active {
  fill: #a51d58;
  stroke: #a51d58;
}
.quick-add {
  min-height: 44px;
  bottom: 14px;
  left: 14px;
  right: 14px;
  border-radius: 25px;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  font-size: 10px;
  font-weight: 700;
}
.product-info {
  padding: 20px 18px 18px;
  border: 0;
}
.product-card:hover .product-info { border-left-color: transparent; }
.product-category { color: #6b6870; }
.product-info h3 {
  min-height: 44px;
  margin: 9px 0 12px;
  font-family: "DM Sans",sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}
.product-price { justify-content: space-between; min-height: 24px; }
.product-price strong { font-size: 17px; font-weight: 700; }
.product-info .remove {
  display: inline-flex;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #eeeeef;
  width: 100%;
  color: #656269;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.quick-add { color: #fff; background: rgba(17,17,17,.94); }
.quick-add:hover { color: #111; background: #f1bfd0; }
.badge { color: #111; background: rgba(255,255,255,.94); }

.promotions-section {
  color: #111;
  background: #efb6ca;
}
.promotions-section::before { color: rgba(255,255,255,.25); }
.promotions-section .eyebrow,
.promotions-section .benefits strong,
.promotions-section .benefits small { color: #111; }
.promotions-section .benefits > div { border-color: rgba(17,17,17,.2); }
.promotions-section .benefits > div > span { color: #111; }

.shop { background: #fff; }
.shop-head { background: rgba(255,255,255,.97); }
.shop-head .filters {
  flex: 1;
  flex-wrap: nowrap;
  gap: 7px;
  overflow-x: auto;
  padding: 7px;
  border: 1px solid #e8e7ea;
  border-radius: 40px;
  background: #f6f6f7;
  scrollbar-width: none;
}
.shop-head .filters::-webkit-scrollbar { display: none; }
.shop-head .filters > span { display: contents; }
.shop-head .filter {
  flex: 0 0 auto;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 17px;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #545158;
  background: transparent;
  font-weight: 600;
  white-space: nowrap;
  transition: color .2s, background .2s, box-shadow .2s, transform .2s;
}
.shop-head .filter > span { font-size: 14px; }
.shop-head .filter:hover {
  color: #111;
  border-color: #e7c1cf;
  background: #fff;
  box-shadow: 0 5px 16px rgba(20,20,24,.07);
  transform: translateY(-1px);
}
.shop-head .filter.active {
  color: #fff;
  border-color: #111;
  background: #111;
  box-shadow: 0 6px 18px rgba(17,17,17,.2);
}
.shop-head .favorites-filter:not(.active) { color: #a51d58; }
.filter { border-color: #bdbcc1; border-radius: 0; }
.filter.active { color: #fff; background: #111; border-color: #111; }
.advanced-filters {
  gap: 12px;
  padding: 12px;
  border: 1px solid #e8e7ea;
  border-radius: 16px;
  background: linear-gradient(135deg,#fafafa,#f5f4f6);
  box-shadow: 0 8px 28px rgba(20,20,24,.04);
}
.modern-filter {
  position: relative;
  min-width: 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border: 1px solid #e5e3e6;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.modern-filter:hover,
.modern-filter:focus-within {
  z-index: 1;
  border-color: #d99bb2;
  box-shadow: 0 8px 22px rgba(179,38,98,.09);
  transform: translateY(-1px);
}
.filter-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #a51d58;
  background: #f9dce6;
  font-size: 14px;
  font-weight: 700;
}
.filter-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.filter-copy {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}
.filter-copy small {
  color: #858188;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.filter-copy strong { font-size: 13px; text-transform: none; letter-spacing: 0; }
.advanced-filters .modern-filter input:not([type="checkbox"]),
.advanced-filters .modern-filter select {
  min-width: 0;
  height: 24px;
  margin: 0;
  padding: 0 22px 0 0;
  border: 0;
  outline: 0;
  color: #111;
  background: transparent;
  font-size: 13px;
}
.stock-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.switch {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 24px;
  border-radius: 20px;
  background: #d7d5d9;
  transition: background .25s;
}
.switch::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(0,0,0,.2);
  transition: transform .25s;
}
.stock-toggle input:checked + .switch { background: #111; }
.stock-toggle input:checked + .switch::after { transform: translateX(18px); }

.story {
  color: #111;
  background:
    linear-gradient(90deg,rgba(243,193,210,.98) 0 53%,rgba(243,193,210,.35)),
    url("assets/jewelry-hero.png") right center/cover;
}
.story .eyebrow, .steps b { color: #a31c56; }
.story-copy > p:last-child, .steps small { color: #555158; }
.steps > div { border-color: rgba(17,17,17,.18); }
.request-cta {
  background:
    radial-gradient(circle at 15% 25%,rgba(213,87,133,.14),transparent 18%),
    linear-gradient(115deg,#fff 0%,#f3d1dd 100%);
}
footer { color: #d7d7d7; background: #111; }

@media (max-width: 700px) {
  .hero {
    background:
      linear-gradient(0deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.87) 42%,rgba(255,255,255,.03) 78%),
      url("assets/jewelry-hero.png") 68% center/cover;
  }
  .story { background-position: 68% center; }
  .product-card { border-radius: 12px; box-shadow: 0 5px 16px rgba(20,20,24,.06); }
  .product-card:hover { transform: none; }
  .product-info { padding: 14px 12px 13px; }
  .product-info h3 { min-height: 38px; font-size: 14px; }
  .product-price strong { font-size: 15px; }
  .product-image [data-favorite] { width: 34px; height: 34px; }
  .quick-add { left: 8px; right: 8px; bottom: 8px; min-height: 38px; }
  .advanced-filters { grid-template-columns: 1fr; gap: 8px; padding: 8px; border-radius: 13px; }
  .modern-filter { min-height: 60px; }
  .shop-head .filters {
    width: 100%;
    margin: 0;
    border-radius: 14px;
    scroll-snap-type: x proximity;
  }
  .shop-head .filter { min-height: 38px; padding: 8px 15px; scroll-snap-align: start; }
}
