:root {
  --black: #050505;
  --black-soft: #080808;
  --panel: #101010;
  --panel-2: #171717;
  --wine: #650d2d;
  --wine-bright: #8c1841;
  --buy-button: #8a173f;
  --buy-button-text: #fff;
  --gold: #d9ad57;
  --gold-pale: #f1dba7;
  --cream: #f6f0e7;
  --paper: #fffdf8;
  --muted: #aaa7a8;
  --ink-muted: #8b8889;
  --line: rgba(217, 173, 87, .22);
  --green: #2d8b62;
  --whatsapp: #1f9d62;
  --shadow: 0 24px 65px rgba(0, 0, 0, .32);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body {
  margin: 0;
  background: var(--black-soft);
  color: #f7f1ee;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
button, input, select { font: inherit; }
button, a { touch-action: manipulation; }
a { color: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  transform: translateY(-150%);
  background: #fff;
  color: #000;
  padding: .7rem 1rem;
  border-radius: 8px;
}
.skip-link:focus { transform: none; }
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.site-header {
  min-height: 82px;
  padding: 0 clamp(16px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(5, 5, 5, .94);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; text-decoration: none; height: 80px; }
.brand-logo { width: 128px; height: 76px; object-fit: contain; display: block; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.social-link { color: #d7d7d7; text-decoration: none; font-size: .82rem; margin-right: 4px; }
.social-link:hover { color: #fff; }
.whatsapp-link, .cart-button {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 9px 13px;
  text-decoration: none;
  font-weight: 700;
  font-size: .82rem;
}
.whatsapp-link { border: 1px solid rgba(58, 199, 123, .45); background: rgba(31, 157, 98, .12); }
.whatsapp-link:hover { background: rgba(31, 157, 98, .22); }
.whatsapp-link svg, .floating-whatsapp svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cart-button {
  border: 1px solid rgba(217, 173, 87, .42);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  cursor: pointer;
}
.cart-button:hover { background: rgba(217, 173, 87, .13); }
.cart-button svg, .search-field svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}
.cart-button b {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--wine-bright);
  font-size: .75rem;
}

.intro {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 78% 34%, rgba(255, 255, 255, .055), transparent 23%),
    radial-gradient(circle at 70% 68%, rgba(217, 173, 87, .065), transparent 30%),
    linear-gradient(118deg, #030303 0%, #070707 56%, #0d0d0d 100%);
  color: #fff;
  padding: clamp(58px, 8vw, 110px) clamp(20px, 7vw, 108px) 38px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .22), transparent 56%), repeating-linear-gradient(90deg, transparent 0 12.4%, rgba(217, 173, 87, .035) 12.5% 12.6%);
}
.intro::after {
  content: "";
  position: absolute;
  width: min(46vw, 610px);
  aspect-ratio: 1;
  right: clamp(-110px, 1vw, 30px);
  top: 50%;
  transform: translateY(-52%);
  background: url("assets/vibrant-scents-logo.png") center / contain no-repeat;
  opacity: .13;
  z-index: -1;
  filter: drop-shadow(0 0 55px rgba(217, 173, 87, .28));
}
.intro-copy { max-width: 800px; position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 11px;
  color: var(--gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .23em;
}
.intro h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 6vw, 6rem);
  line-height: .96;
  letter-spacing: -.045em;
  font-weight: 400;
  max-width: 850px;
  margin: 0;
  text-wrap: balance;
}
.lede {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #d8d8d8;
  max-width: 690px;
  margin: 24px 0 0;
}
.intro-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.hero-primary, .hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 750;
  font-size: .9rem;
}
.hero-primary { color: #050505; background: linear-gradient(120deg, var(--gold-pale), var(--gold)); }
.hero-secondary { border: 1px solid rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .05); }
.hero-primary:hover, .hero-secondary:hover { filter: brightness(1.08); }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  position: relative;
  z-index: 1;
  color: #e3e3e3;
  font-size: .85rem;
}
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(217, 173, 87, .15);
  color: var(--gold);
  font-style: normal;
}

.bestsellers-shell {
  max-width: 1520px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) clamp(16px, 4vw, 58px) 26px;
  background: var(--black-soft);
}
.bestsellers-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.bestsellers-head h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.035em;
}
.bestsellers-head p:not(.eyebrow) { max-width: 680px; color: var(--muted); margin: 12px 0 0; font-size: .9rem; }
.carousel-actions { display: flex; gap: 8px; }
.carousel-actions button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(217, 173, 87, .36);
  background: #111;
  color: var(--gold-pale);
  font-size: 1.15rem;
  cursor: pointer;
}
.carousel-actions button:hover { background: var(--gold); color: #050505; }
.carousel-actions button:disabled { opacity: .35; cursor: default; }
.featured-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 28%);
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  padding: 2px 2px 14px;
  scrollbar-width: thin;
  scrollbar-color: #4d4d4d transparent;
}
.featured-card {
  scroll-snap-align: start;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(112px, .78fr) minmax(130px, 1fr);
  min-height: 235px;
  overflow: hidden;
  border: 1px solid rgba(217, 173, 87, .22);
  border-radius: 20px;
  background: linear-gradient(140deg, #151515, #090909);
  box-shadow: 0 17px 46px rgba(0, 0, 0, .25);
}
.featured-visual { position: relative; border: 0; padding: 0; background: #090909; overflow: hidden; cursor: pointer; }
.featured-visual img { width: 100%; height: 100%; object-fit: contain; padding: 13px; transition: transform .45s ease; }
.featured-card:hover .featured-visual img { transform: scale(1.045); }
.featured-visual > span {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid rgba(217, 173, 87, .38);
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(5, 5, 5, .9);
  color: var(--gold-pale);
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.featured-copy { min-width: 0; display: flex; flex-direction: column; padding: 20px 16px 18px; }
.featured-copy small { color: var(--gold); font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.featured-copy h3 { margin: 10px 0 17px; color: #fff; font-size: .96rem; line-height: 1.3; }
.featured-copy > div { margin-top: auto; }
.featured-copy strong { display: block; color: var(--gold-pale); font: 1.18rem Georgia, serif; }
.featured-price { margin-bottom: 10px; }
.featured-copy button { width: 100%; border: 1px solid rgba(217, 173, 87, .36); border-radius: 9px; padding: 9px 10px; background: var(--buy-button); color: var(--buy-button-text); font-weight: 750; cursor: pointer; }
.featured-copy button:hover { border-color: var(--gold); filter: brightness(1.1); }
.featured-skeleton { width: 100%; min-height: 235px; border-radius: 20px; background: linear-gradient(100deg, #111 20%, #222 40%, #111 60%); background-size: 200% 100%; animation: shimmer 1.2s infinite; }

.catalog-shell {
  max-width: 1520px;
  margin: auto;
  padding: clamp(48px, 6vw, 82px) clamp(16px, 4vw, 58px) 94px;
  background: var(--black-soft);
}
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.catalog-heading h2, .cart-drawer h2, .product-modal h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.025em;
  margin: 0;
}
.catalog-heading h2 { font-size: clamp(2rem, 3.6vw, 3.35rem); }
.catalog-hint { color: var(--muted); margin: 8px 0 0; font-size: .88rem; }
.result-count { margin: 0; color: var(--muted); font-size: .88rem; }
.controls {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 190px auto;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, .035);
  border: 1px solid var(--line);
  padding: 12px;
  border-radius: 17px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, .16);
}
.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .055);
  border-radius: 11px;
  padding: 0 13px;
  height: 50px;
  color: var(--muted);
}
.search-field:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(217, 173, 87, .12); }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 1rem; }
.search-field input::placeholder { color: #8e8e8e; }
.search-field kbd { font-size: .7rem; border: 1px solid rgba(255, 255, 255, .16); border-bottom-width: 2px; border-radius: 5px; padding: 1px 6px; color: #9b9b9b; }
.select-field select {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 11px;
  padding: 0 38px 0 12px;
  background: var(--panel);
  color: #f8f2ef;
  cursor: pointer;
}
.availability-toggle { height: 50px; display: flex; align-items: center; gap: 9px; padding: 0 10px; white-space: nowrap; color: #e2e2e2; font-size: .88rem; cursor: pointer; }
.availability-toggle input { accent-color: var(--wine-bright); width: 18px; height: 18px; }
.category-wrap { position: relative; margin: 19px 0 30px; }
.category-chips { display: flex; gap: 9px; overflow-x: auto; padding: 2px 2px 10px; scrollbar-width: thin; scrollbar-color: #4a4a4a transparent; }
.category-chip {
  border: 1px solid rgba(255, 255, 255, .15);
  background: transparent;
  color: #d0d0d0;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: .8rem;
  white-space: nowrap;
  cursor: pointer;
}
.category-chip:hover { border-color: var(--gold); color: var(--gold-pale); }
.category-chip.active { background: linear-gradient(120deg, var(--gold-pale), var(--gold)); border-color: transparent; color: #050505; font-weight: 800; }
.price-note { margin: -13px 0 26px; color: #969696; font-size: .76rem; }
.price-note strong { color: #d5d5d5; }

.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.product-card {
  background: linear-gradient(160deg, #151515, #0d0d0d);
  border: 1px solid rgba(217, 173, 87, .16);
  border-radius: var(--radius);
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .2);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(217, 173, 87, .4); }
.product-visual {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: linear-gradient(145deg, #111, #090909);
  cursor: pointer;
}
.product-image { width: 100%; height: 100%; object-fit: contain; padding: 17px; transition: transform .5s cubic-bezier(.2, .7, .2, 1), filter .4s ease; }
.product-card:hover .product-image { transform: scale(1.045); filter: saturate(1.05); }
.product-image-fallback { width: 100%; height: 100%; display: grid; place-items: center; font-family: Georgia, serif; font-size: 3rem; color: var(--gold); background: #0b0b0b; }
.status-badge {
  position: absolute;
  top: 11px;
  left: 11px;
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(12, 12, 12, .92);
  color: var(--green);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .1);
}
.status-badge.sold { color: #aaa; }
.view-cue {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 7px 9px;
  background: rgba(5, 5, 5, .84);
  color: #fff;
  font-size: .67rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
}
.product-card:hover .view-cue, .product-visual:focus-visible .view-cue { opacity: 1; transform: none; }
.product-info { padding: 17px 17px 18px; display: flex; flex-direction: column; flex: 1; }
.product-category { color: var(--gold); font-size: .63rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-name { color: #fff; font-size: .94rem; line-height: 1.32; margin: 8px 0 15px; font-weight: 660; min-height: 2.5em; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.product-price { font-family: Georgia, serif; font-size: 1.16rem; white-space: nowrap; color: var(--gold-pale); }
.price-stack { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 2px; }
.price-before { color: #8e8e8e; font-size: .71rem; line-height: 1; text-decoration: line-through; }
.add-button {
  border: 1px solid rgba(217, 173, 87, .36);
  background: var(--buy-button);
  color: var(--buy-button-text);
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 750;
  font-size: .76rem;
  cursor: pointer;
}
.add-button:hover { filter: brightness(1.12); }
.add-button:disabled { background: #292929; color: #909090; border-color: transparent; cursor: not-allowed; }
.load-more { display: block; margin: 34px auto 0; border: 1px solid var(--gold); background: transparent; color: var(--gold-pale); border-radius: 999px; padding: 13px 25px; font-weight: 750; cursor: pointer; }
.load-more:hover { background: var(--gold); color: #050505; }
.empty-state { text-align: center; padding: 76px 20px; }
.empty-monogram, .cart-empty span { font-family: Georgia, serif; font-size: 3rem; color: var(--gold); }
.empty-state h3 { font-family: Georgia, serif; font-size: 1.7rem; margin: 8px 0; }
.empty-state p { color: var(--muted); }
.secondary-button { border: 1px solid #4a4a4a; background: #141414; color: #f5f5f5; border-radius: 10px; padding: 10px 15px; font-weight: 700; cursor: pointer; }
.skeleton { aspect-ratio: .74; background: linear-gradient(100deg, #111 20%, #222 40%, #111 60%); background-size: 200% 100%; border-radius: var(--radius); animation: shimmer 1.2s infinite; }
@keyframes shimmer { to { background-position-x: -200%; } }

footer {
  background: var(--black);
  color: #d4d4d4;
  padding: 38px clamp(20px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
}
.footer-brand { display: flex; align-items: center; gap: 7px; }
.footer-brand img { width: 92px; height: 67px; object-fit: contain; }
.footer-brand div { display: grid; }
.footer-brand strong { color: #fff; }
.footer-brand small { font-size: .72rem; color: #a4a4a4; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: #dedede; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
footer > p { grid-column: 1 / -1; margin: 0; font-size: .72rem; color: #858585; }

.drawer-overlay, .product-overlay { position: fixed; inset: 0; background: rgba(3, 2, 3, .76); backdrop-filter: blur(7px); }
.drawer-overlay { z-index: 60; }
.product-overlay { z-index: 80; }
.cart-drawer {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 70;
  width: min(450px, 100%);
  height: 100dvh;
  background: #0b0b0b;
  color: #f4f4f4;
  box-shadow: -20px 0 70px rgba(0, 0, 0, .4);
  transform: translateX(105%);
  transition: transform .32s ease;
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.cart-drawer.open { transform: none; }
.cart-drawer h2 { font-size: 2.15rem; }
.drawer-head { display: flex; align-items: start; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #282828; }
.icon-button, .modal-close { border: 0; display: grid; place-items: center; cursor: pointer; font-size: 1.7rem; line-height: 1; }
.icon-button { background: #202020; color: #fff; width: 40px; height: 40px; border-radius: 50%; }
.cart-items { overflow: auto; flex: 1; padding: 8px 0; }
.cart-item { display: grid; grid-template-columns: 74px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid #252525; }
.cart-item img { width: 74px; height: 74px; object-fit: contain; background: #111; border-radius: 11px; padding: 5px; }
.cart-item-copy { min-width: 0; }
.cart-item-copy strong { display: block; font-size: .85rem; line-height: 1.25; }
.cart-item-copy span { font-size: .85rem; color: var(--wine-bright); }
.qty { display: flex; align-items: center; gap: 8px; margin-top: 7px; }
.qty button, .remove-item { border: 1px solid #3a3a3a; background: #171717; color: #fff; border-radius: 6px; cursor: pointer; }
.qty button { width: 27px; height: 27px; }
.remove-item { align-self: center; padding: 5px 7px; color: #b8b8b8; }
.cart-empty { margin: auto; text-align: center; color: var(--ink-muted); }
.cart-empty p { margin: 7px 0 17px; }
.cart-summary { border-top: 1px solid #282828; padding-top: 18px; }
.cart-summary > div { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.cart-summary strong { font: 1.5rem Georgia, serif; }
.primary-button {
  width: 100%;
  border: 0;
  background: var(--buy-button);
  color: var(--buy-button-text);
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 780;
  cursor: pointer;
}
.primary-button:hover { filter: brightness(1.1); }
.primary-button:disabled { background: #292929; color: #999; cursor: not-allowed; }
.cart-summary small { display: block; text-align: center; color: var(--ink-muted); margin-top: 9px; }

.product-modal {
  position: fixed;
  z-index: 90;
  inset: 50% auto auto 50%;
  width: min(980px, calc(100% - 34px));
  max-height: min(760px, calc(100dvh - 34px));
  display: grid;
  grid-template-columns: minmax(330px, .95fr) minmax(360px, 1.05fr);
  overflow: hidden;
  border: 1px solid rgba(217, 173, 87, .35);
  border-radius: 24px;
  background: linear-gradient(145deg, #101010, #060606);
  color: #fff;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .62);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -47%) scale(.97);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.product-modal.open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(8, 8, 8, .82);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
}
.modal-visual { min-height: 560px; background: #0b0b0b; display: grid; place-items: center; overflow: hidden; }
.modal-visual img { width: 100%; height: 100%; max-height: 720px; object-fit: contain; padding: 28px; }
.modal-image-fallback { font-family: Georgia, serif; font-size: clamp(4rem, 10vw, 8rem); color: var(--gold); }
.cart-item .product-image-fallback { width: 74px; height: 74px; border-radius: 11px; font-size: 1.15rem; }
.modal-copy { padding: clamp(34px, 5vw, 64px); align-self: center; overflow: auto; }
.modal-category { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 10px; }
.product-modal h2 { font-size: clamp(2rem, 3.4vw, 3.5rem); line-height: 1.02; text-wrap: balance; }
.modal-description { margin: 22px 0; color: #d2d2d2; line-height: 1.7; }
.modal-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; }
.modal-meta span { border: 1px solid rgba(255, 255, 255, .13); background: rgba(255, 255, 255, .05); border-radius: 999px; padding: 7px 10px; color: #c8c8c8; font-size: .74rem; }
#modalProductStatus { color: #65c794; }
#modalProductStatus.sold { color: #b9adaf; }
.modal-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 0 0 23px;
}
.modal-details > div {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 10px 11px;
  background: rgba(255, 255, 255, .035);
}
.modal-details > div:nth-child(5), .modal-details > div:nth-child(6), .modal-details > div:nth-child(7) { grid-column: 1 / -1; }
.modal-details dt { color: var(--gold); font-size: .58rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.modal-details dd { margin: 4px 0 0; color: #d0d0d0; font-size: .76rem; line-height: 1.42; }
.modal-price { display: block; color: var(--gold-pale); font: clamp(1.65rem, 3vw, 2.45rem) Georgia, serif; margin-bottom: 22px; }
.modal-price-before { display: block; margin-bottom: 3px; color: #888; font: .8rem Arial, sans-serif; text-decoration: line-through; }
.modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.modal-whatsapp { display: grid; place-items: center; min-height: 50px; border: 1px solid rgba(77, 205, 139, .42); border-radius: 12px; background: rgba(31, 157, 98, .11); color: #d8f4e6; text-decoration: none; text-align: center; padding: 8px 12px; font-size: .84rem; font-weight: 750; }
.modal-whatsapp:hover { background: rgba(31, 157, 98, .2); }
.description-note { display: block; color: #858585; font-size: .68rem; margin-top: 14px; }

.floating-whatsapp {
  position: fixed;
  z-index: 55;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 13px 35px rgba(0, 0, 0, .38);
  transition: transform .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.04); }
.floating-whatsapp svg { width: 29px; height: 29px; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 120;
  transform: translate(-50%, 140%);
  background: #181818;
  color: #fff;
  border: 1px solid rgba(217, 173, 87, .45);
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  transition: transform .25s ease;
  font-size: .87rem;
  text-align: center;
}
.toast.show { transform: translate(-50%, 0); }
body.drawer-open, body.modal-open { overflow: hidden; }

@media (max-width: 980px) {
  .social-link { display: none; }
  .featured-track { grid-auto-columns: minmax(270px, 46%); }
  .product-modal { grid-template-columns: minmax(300px, .9fr) minmax(340px, 1.1fr); }
  .modal-visual { min-height: 490px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 70px; padding: 0 13px; gap: 8px; }
  .brand { height: 68px; }
  .brand-logo { width: 94px; height: 66px; }
  .header-actions { gap: 7px; }
  .whatsapp-link span, .cart-button span { display: none; }
  .whatsapp-link, .cart-button { min-height: 41px; padding: 8px 10px; }
  .intro { min-height: 510px; padding: 54px 18px 28px; }
  .intro::after { width: 88vw; right: -35vw; opacity: .09; }
  .intro h1 { font-size: clamp(2.55rem, 13vw, 4.25rem); }
  .lede { font-size: .98rem; }
  .intro-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-primary, .hero-secondary { padding: 0 12px; font-size: .82rem; }
  .trust-row { gap: 8px 14px; margin-top: 38px; font-size: .75rem; }
  .bestsellers-shell { padding: 46px 12px 15px; }
  .bestsellers-head { align-items: start; }
  .bestsellers-head p:not(.eyebrow) { font-size: .78rem; }
  .carousel-actions { padding-top: 4px; }
  .carousel-actions button { width: 39px; height: 39px; }
  .featured-track { grid-auto-columns: minmax(270px, 84%); gap: 10px; }
  .featured-card { min-height: 220px; }
  .catalog-shell { padding: 43px 12px 74px; }
  .catalog-heading { align-items: start; }
  .catalog-hint { font-size: .78rem; max-width: 260px; }
  .result-count { font-size: .75rem; text-align: right; max-width: 90px; padding-top: 6px; }
  .controls { grid-template-columns: 1fr 1fr; padding: 9px; }
  .search-field { grid-column: 1 / -1; }
  .availability-toggle { justify-content: center; padding: 0 2px; }
  .category-wrap { margin-bottom: 22px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-info { padding: 12px; }
  .product-image { padding: 10px; }
  .product-name { font-size: .82rem; margin-bottom: 11px; }
  .product-category { font-size: .56rem; }
  .product-bottom { display: block; }
  .product-price { display: block; margin-bottom: 9px; font-size: 1.05rem; }
  .add-button { width: 100%; padding: 9px 7px; }
  .status-badge { top: 7px; left: 7px; font-size: .55rem; padding: 5px 7px; }
  .view-cue { opacity: 1; transform: none; font-size: 0; padding: 7px; }
  .view-cue span { font-size: .75rem; }
  footer { grid-template-columns: 1fr; padding-bottom: 90px; }
  .footer-links { justify-self: start; }
  .cart-drawer { padding: 18px; }
  .search-field kbd { display: none; }
  .product-modal {
    inset: auto 0 0 0;
    width: 100%;
    max-height: 92dvh;
    grid-template-columns: 1fr;
    border-radius: 22px 22px 0 0;
    overflow-y: auto;
    transform: translateY(102%);
  }
  .product-modal.open { transform: none; }
  .modal-visual { min-height: 0; height: 37dvh; }
  .modal-visual img { padding: 18px; }
  .modal-copy { padding: 25px 19px 28px; overflow: visible; }
  .product-modal h2 { font-size: 2rem; padding-right: 34px; }
  .modal-description { margin: 15px 0; font-size: .9rem; line-height: 1.6; }
  .modal-details { grid-template-columns: 1fr; }
  .modal-details > div, .modal-details > div:nth-child(n) { grid-column: 1; }
  .modal-actions { grid-template-columns: 1fr; }
  .modal-close { position: fixed; top: 12px; right: 12px; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 50px; height: 50px; }
}

@media (max-width: 380px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-bottom { display: flex; }
  .product-price { margin: 0; }
  .intro-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
