/* Essenza Beauty — feminine luxury beauty catalog */

:root {
  --brand-rose: #B76E79;
  --brand-rose-deep: #C58371;
  --brand-gold: #D4AF77;
  --brand-blush: #E2B2B1;
  --brand-cream: #FBF7F5;
  --brand-ink: #1A1214;
  --brand-dark: #0D0A0B;
  --brand-muted: #8A7375;
  --brand-blue: #B76E79;
  --brand-blue-dark: #9A5560;
  --brand-blue-glow: #C58371;
  --brand-chrome: #E8C9A0;
  --brand-chrome-bright: #F5E6E4;
  --brand-dark-panel: #161012;
  --brand-orange: #C58371;
  --brand-red: #B76E79;
  --brand-green: #7A9B7E;
  --brand-yellow: #D4AF77;
  --hex: rgba(183, 110, 121, 0.06);
  --hex-dark: rgba(197, 131, 113, 0.12);
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  background-color: var(--brand-cream);
  background-image:
    radial-gradient(ellipse 70% 45% at 100% -10%, rgba(226, 178, 177, 0.45), transparent 55%),
    radial-gradient(ellipse 50% 35% at -5% 30%, rgba(232, 201, 160, 0.28), transparent 50%),
    radial-gradient(ellipse 55% 40% at 50% 110%, rgba(183, 110, 121, 0.1), transparent 55%);
  color: var(--brand-ink);
  font-family: Outfit, system-ui, sans-serif;
  overflow-x: clip;
}

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

.font-display,
.section-kicker,
.hero-title,
.admin-stat__label,
.admin-table th,
.admin-brand__label {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.flag-bar {
  height: 3px;
  background: linear-gradient(
    90deg,
    #B76E79 0%,
    #C58371 28%,
    #D4AF77 52%,
    #E8C9A0 72%,
    #C9A07A 100%
  );
}

.logo-mark {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  background: #0D0A0B;
  border-radius: 0.65rem;
  box-shadow:
    0 0 0 1px rgba(13, 10, 11, 0.9),
    0 0 0 2px rgba(183, 110, 121, 0.35),
    0 10px 28px rgba(13, 10, 11, 0.4);
}

.logo-mark--clear {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 8px 20px rgba(201, 160, 122, 0.22));
}

.logo-mark--header {
  height: 3.25rem;
  width: auto;
  max-height: 3.25rem;
  transition: box-shadow 0.25s, transform 0.25s;
}

@media (min-width: 768px) {
  .logo-mark--header {
    height: 3.75rem;
    max-height: 3.75rem;
  }
}

.logo-mark--login {
  width: 12.5rem;
  height: auto;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.logo-mark--admin {
  width: 10.5rem;
  height: auto;
  max-width: 100%;
}

.logo-mark--footer {
  width: 8.5rem;
  height: auto;
}

a:hover .logo-mark--header {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(13, 10, 11, 0.95),
    0 0 0 2px rgba(197, 131, 113, 0.55),
    0 0 22px rgba(183, 110, 121, 0.35),
    0 12px 30px rgba(13, 10, 11, 0.45);
}

.site-header {
  background:
    linear-gradient(180deg, rgba(22, 16, 18, 0.97), rgba(13, 10, 11, 0.94));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(183, 110, 121, 0.28);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  color: #F5E6E4;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(232, 196, 194, 0.85);
  border-radius: 9999px;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s;
}

.nav-link:hover,
.nav-link.is-active {
  color: #fff;
  background: rgba(183, 110, 121, 0.22);
  box-shadow: inset 0 0 0 1px rgba(212, 175, 119, 0.35);
}

.nav-dropdown {
  background: #161012;
  border: 1px solid rgba(183, 110, 121, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.nav-dropdown__item {
  display: block;
  padding: 0.65rem 1rem;
  font-size: 0.875rem;
  color: rgba(245, 230, 228, 0.9);
  transition: background 0.15s, color 0.15s;
}

.nav-dropdown__item:hover {
  background: rgba(183, 110, 121, 0.16);
  color: #fff;
}

.header-search {
  width: 11rem;
  border-radius: 9999px;
  border: 1px solid rgba(183, 110, 121, 0.32);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-size: 0.875rem;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s, width 0.25s;
}

@media (min-width: 1024px) {
  .header-search {
    width: 14rem;
  }
}

.search-box:focus-within .header-search,
.header-search:focus {
  width: 16rem;
}

@media (min-width: 1024px) {
  .search-box:focus-within .header-search,
  .header-search:focus {
    width: 18rem;
  }
}

.search-box .header-search.w-full,
.search-box:focus-within .header-search.w-full,
.header-search.w-full:focus {
  width: 100%;
}

.header-search::placeholder {
  color: rgba(232, 196, 194, 0.5);
}

.header-search:focus {
  outline: none;
  border-color: rgba(212, 175, 119, 0.65);
  background: rgba(183, 110, 121, 0.12);
  box-shadow: 0 0 0 3px rgba(183, 110, 121, 0.2);
}

.search-box {
  position: relative;
}

.search-suggest {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  min-width: 18rem;
  max-height: 22rem;
  overflow-y: auto;
  z-index: 70;
  background: #161012;
  border: 1px solid rgba(183, 110, 121, 0.35);
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), 0 0 24px rgba(183, 110, 121, 0.12);
}

.search-suggest--mobile {
  min-width: 0;
  width: 100%;
}

.search-suggest__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  color: #F5E6E4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.15s;
}

.search-suggest__item:last-child {
  border-bottom: none;
}

.search-suggest__item:hover,
.search-suggest__item.is-active {
  background: rgba(183, 110, 121, 0.16);
}

.search-suggest__img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  object-fit: cover;
  background: linear-gradient(145deg, #E8C4C2, #F5E6E4);
  flex-shrink: 0;
}

.search-suggest__meta {
  min-width: 0;
  flex: 1;
}

.search-suggest__nome {
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-suggest__cat {
  font-size: 0.68rem;
  color: rgba(232, 196, 194, 0.55);
  margin-top: 0.1rem;
}

.search-suggest__preco {
  font-size: 0.8rem;
  font-weight: 700;
  color: #E8C9A0;
  white-space: nowrap;
}

.search-suggest__empty,
.search-suggest__loading {
  padding: 1rem;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(232, 196, 194, 0.65);
}

.search-suggest__footer {
  display: block;
  padding: 0.75rem 0.85rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #E8C9A0;
  border-top: 1px solid rgba(183, 110, 121, 0.22);
}

.search-suggest__footer:hover {
  background: rgba(183, 110, 121, 0.12);
  color: #fff;
}

.search-suggest--light {
  position: relative;
  top: 0.4rem;
  left: 0;
  right: 0;
  min-width: 0;
  background: #fff;
  border: 1px solid #E8C4C2;
  box-shadow: 0 12px 30px rgba(26, 18, 20, 0.08);
}

.search-suggest--light .search-suggest__item {
  color: var(--brand-ink);
  border-bottom-color: #F5E6E4;
}

.search-suggest--light .search-suggest__item:hover,
.search-suggest--light .search-suggest__item.is-active {
  background: #FBF7F5;
}

.search-suggest--light .search-suggest__cat {
  color: var(--brand-muted);
}

.search-suggest--light .search-suggest__footer {
  color: var(--brand-rose);
  border-top-color: #E8C4C2;
}

.search-suggest--light .search-suggest__empty,
.search-suggest--light .search-suggest__loading {
  color: var(--brand-muted);
}

.catalog-search__field {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-search__icon {
  position: absolute;
  left: 1rem;
  width: 1.1rem;
  height: 1.1rem;
  color: var(--brand-muted);
  pointer-events: none;
}

.catalog-search__input {
  width: 100%;
  border: 1.5px solid #E8C4C2;
  border-radius: 9999px;
  padding: 0.85rem 2.75rem 0.85rem 2.75rem;
  font-size: 0.95rem;
  background: #fff;
  color: var(--brand-ink);
  box-shadow: 0 8px 24px rgba(183, 110, 121, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.catalog-search__input:focus {
  outline: none;
  border-color: var(--brand-rose);
  box-shadow: 0 0 0 4px rgba(183, 110, 121, 0.14);
}

.catalog-search__input::placeholder {
  color: var(--brand-muted);
}

.catalog-search__clear {
  position: absolute;
  right: 0.85rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--brand-muted);
  background: #F5E6E4;
  transition: background 0.15s, color 0.15s;
}

.catalog-search__clear:hover {
  background: #E8C4C2;
  color: var(--brand-ink);
}

[data-product-card][hidden] {
  display: none !important;
}

.header-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  border-radius: 9999px;
  color: #F5E6E4;
  border: 1px solid rgba(232, 196, 194, 0.28);
  background: rgba(255, 255, 255, 0.04);
  transition: color 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.header-icon-btn:hover {
  color: #fff;
  border-color: rgba(212, 175, 119, 0.55);
  background: rgba(183, 110, 121, 0.18);
  box-shadow: 0 0 16px rgba(183, 110, 121, 0.25);
}

.mobile-link {
  display: block;
  padding: 0.75rem 0.5rem;
  font-weight: 500;
  color: #F5E6E4;
  border-radius: 0.5rem;
}

.mobile-link:hover {
  background: rgba(183, 110, 121, 0.14);
  color: #fff;
}

.footer-link {
  color: rgba(232, 196, 194, 0.75);
  transition: color 0.2s;
}

.footer-link:hover {
  color: #fff;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  background: linear-gradient(135deg, #C58371, #B76E79, #9A5560);
  border-radius: 9999px;
  box-shadow:
    0 0 0 1px rgba(183, 110, 121, 0.35),
    0 10px 30px -8px rgba(183, 110, 121, 0.55),
    0 0 24px rgba(212, 175, 119, 0.2);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow:
    0 0 0 1px rgba(212, 175, 119, 0.45),
    0 14px 36px -8px rgba(183, 110, 121, 0.65),
    0 0 32px rgba(212, 175, 119, 0.3);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--brand-rose);
  background: #fff;
  border: 1.5px solid rgba(183, 110, 121, 0.4);
  border-radius: 9999px;
  transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.btn-outline:hover {
  background: rgba(183, 110, 121, 0.06);
  border-color: var(--brand-rose);
  box-shadow: 0 0 16px rgba(183, 110, 121, 0.15);
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  background: transparent;
  border: 1.5px solid rgba(232, 201, 160, 0.45);
  border-radius: 9999px;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--brand-gold);
  box-shadow: 0 0 20px rgba(183, 110, 121, 0.25);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.15rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  background: linear-gradient(135deg, #2FE574, #25D366, #1EBE57);
  border: none;
  cursor: pointer;
  border-radius: 9999px;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
  transition: filter 0.2s, transform 0.2s;
}

.btn-whatsapp:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.fab-whatsapp-wrap {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.fab-whatsapp-wrap.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

.fab-whatsapp {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  cursor: pointer;
  border-radius: 9999px;
  background: linear-gradient(145deg, #2FE574, #1EBE57);
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s;
  animation: fab-pulse 2.8s ease-in-out infinite;
}

.fab-whatsapp-menu {
  width: min(18rem, calc(100vw - 2.5rem));
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 18px 50px rgba(26, 18, 20, 0.18);
  border: 1px solid #E8C4C2;
  overflow: hidden;
  transform-origin: bottom right;
  animation: pedido-modal-in 0.18s ease-out;
}

.fab-whatsapp-menu[hidden] {
  display: none !important;
}

.fab-whatsapp-menu__title {
  margin: 0;
  padding: 0.75rem 1rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-muted);
}

.fab-whatsapp-menu__list {
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem 0.5rem;
  gap: 0.35rem;
  max-height: 50vh;
  overflow-y: auto;
}

.fab-whatsapp-menu__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  text-align: left;
  padding: 0.7rem 0.75rem;
  border: none;
  border-radius: 0.75rem;
  background: #FBF7F5;
  color: var(--brand-ink);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

.fab-whatsapp-menu__item:hover,
.fab-whatsapp-menu__item:focus-visible {
  background: #F5E6E4;
  outline: none;
}

.fab-whatsapp-menu__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  background: #25D366;
  flex-shrink: 0;
}

.cart-drawer {
  -webkit-tap-highlight-color: transparent;
}

.cart-drawer__panel {
  max-height: 100%;
  max-height: 100dvh;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.cart-drawer__scroll {
  -webkit-overflow-scrolling: touch;
}

.cart-drawer__actions {
  padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
}

.frete-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.frete-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  text-align: left;
  padding: 0.75rem 0.85rem;
  border: 1.5px solid #E8C4C2;
  border-radius: 0.75rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.frete-option:hover,
.frete-option:focus-visible {
  border-color: var(--brand-rose);
  outline: none;
}

.frete-option.is-selected {
  border-color: var(--brand-rose);
  background: #FBF7F5;
  box-shadow: 0 0 0 1px rgba(183, 110, 121, 0.2);
}

.frete-option__radio {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
  border: 2px solid #C9A07A;
  border-radius: 9999px;
  position: relative;
}

.frete-option.is-selected .frete-option__radio {
  border-color: var(--brand-rose);
}

.frete-option.is-selected .frete-option__radio::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 9999px;
  background: var(--brand-rose);
}

.frete-option__meta {
  flex: 1;
  min-width: 0;
}

.frete-option__name {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-ink);
}

.frete-option__prazo {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  color: var(--brand-muted);
}

.frete-option__valor {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brand-rose);
}

@media (max-width: 639px) {
  .cart-drawer__panel {
    max-width: 100%;
  }

  .frete-option {
    padding: 0.85rem 0.9rem;
    min-height: 3.25rem;
  }
}

.fab-whatsapp:hover {
  transform: scale(1.06);
}

.wa-chooser {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}

@media (min-width: 640px) {
  .wa-chooser {
    align-items: center;
    padding: 1rem;
  }
}

.wa-chooser.hidden {
  display: none;
}

.wa-chooser__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 18, 20, 0.5);
  backdrop-filter: blur(4px);
}

.wa-chooser__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 24rem;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 24px 60px rgba(26, 18, 20, 0.2);
  overflow: hidden;
  animation: pedido-modal-in 0.22s ease-out;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

@media (min-width: 640px) {
  .wa-chooser__dialog {
    border-radius: 1rem;
  }
}

.wa-chooser__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #F5E6E4;
}

.wa-chooser__body {
  padding: 1.25rem;
}

.pedido-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}

@media (min-width: 640px) {
  .pedido-modal {
    align-items: center;
    padding: 1rem;
  }
}

.pedido-modal.hidden {
  display: none;
}

.pedido-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 18, 20, 0.5);
  backdrop-filter: blur(4px);
}

.pedido-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 26rem;
  max-height: min(92vh, 92dvh);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 24px 60px rgba(26, 18, 20, 0.2);
  overflow: hidden;
  animation: pedido-modal-in 0.22s ease-out;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

@media (min-width: 640px) {
  .pedido-modal__dialog {
    border-radius: 1rem;
  }
}

@keyframes pedido-modal-in {
  from { opacity: 0; transform: translateY(10px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.pedido-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #F5E6E4;
  flex-shrink: 0;
}

.pedido-modal__body {
  padding: 1.25rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
}

.pedido-modal__foot {
  padding: 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex-shrink: 0;
  border-top: 1px solid #F5E6E4;
  padding-top: 0.75rem;
}

@keyframes fab-pulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 12px 36px rgba(37, 211, 102, 0.65); }
}

.panel-dark {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(ellipse 55% 50% at 85% 15%, rgba(212, 175, 119, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 55% at 10% 80%, rgba(183, 110, 121, 0.35), transparent 55%),
    radial-gradient(ellipse 40% 40% at 50% 50%, rgba(197, 131, 113, 0.12), transparent 70%),
    linear-gradient(160deg, #161012 0%, #0D0A0B 45%, #1A1214 100%);
}

.panel-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.4;
  background-image: radial-gradient(circle at 20% 30%, rgba(232, 196, 194, 0.08) 0%, transparent 42%),
    radial-gradient(circle at 80% 70%, rgba(212, 175, 119, 0.07) 0%, transparent 40%);
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 15%, transparent 75%);
}

.panel-dark::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(232, 201, 160, 0.06), transparent),
    radial-gradient(circle at 70% 20%, rgba(183, 110, 121, 0.12), transparent 35%);
}

.panel-dark .section-kicker {
  color: #E8C9A0;
  text-shadow: 0 0 18px rgba(212, 175, 119, 0.4);
}

.panel-dark .text-muted-light {
  color: rgba(232, 196, 194, 0.8);
}

.chrome-text {
  background: linear-gradient(180deg, #ffffff 0%, #E8C9A0 40%, #C9A07A 70%, #F5E6E4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 12px rgba(183, 110, 121, 0.3));
}

.glow-blue {
  text-shadow: 0 0 24px rgba(183, 110, 121, 0.5);
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero.panel-dark {
  border-bottom: 1px solid rgba(183, 110, 121, 0.25);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.65;
  background-image:
    radial-gradient(ellipse 60% 50% at 70% 30%, rgba(183, 110, 121, 0.2), transparent 60%),
    radial-gradient(ellipse 45% 40% at 20% 70%, rgba(212, 175, 119, 0.12), transparent 55%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
}

.hero-title {
  letter-spacing: 0.02em;
  line-height: 1.15;
  font-weight: 600;
}

.hero-title .accent-a {
  position: relative;
}

.hero-title .accent-a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.08em;
  width: 0.55em;
  height: 0.12em;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0.9;
  filter: drop-shadow(0 0 6px rgba(212, 175, 119, 0.7));
}

.hero-logo-frame {
  position: relative;
  border-radius: 1.15rem;
  overflow: hidden;
  background: var(--brand-dark);
  box-shadow:
    0 0 0 1px rgba(183, 110, 121, 0.35),
    0 0 40px rgba(183, 110, 121, 0.25),
    0 20px 50px rgba(0, 0, 0, 0.4);
}

.hero-logo-frame::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(183, 110, 121, 0.7), rgba(232, 201, 160, 0.35), rgba(201, 160, 122, 0.5));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.benefits-strip {
  background: linear-gradient(90deg, #0D0A0B 0%, #161012 50%, #0D0A0B 100%);
  border-block: 1px solid rgba(183, 110, 121, 0.28);
  color: #fff;
}

.benefit-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(183, 110, 121, 0.22);
}

.benefit-icon--blue {
  background: linear-gradient(145deg, rgba(183, 110, 121, 0.35), rgba(183, 110, 121, 0.12));
  color: #E8C9A0;
  border: 1px solid rgba(183, 110, 121, 0.4);
}

.benefit-icon--green {
  background: linear-gradient(145deg, rgba(122, 155, 126, 0.35), rgba(122, 155, 126, 0.1));
  color: #A8C4AB;
  border: 1px solid rgba(122, 155, 126, 0.4);
}

.benefit-icon--orange {
  background: linear-gradient(145deg, rgba(197, 131, 113, 0.35), rgba(197, 131, 113, 0.1));
  color: #E8C9A0;
  border: 1px solid rgba(197, 131, 113, 0.4);
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.55rem;
  min-width: 0;
}

.benefit-item__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-item__text p:first-child {
  font-size: 0.7rem;
  line-height: 1.25;
}

.benefit-item__text p:last-child {
  font-size: 0.6rem;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .benefit-item {
    gap: 0.75rem;
  }

  .benefit-item__text p:first-child {
    font-size: 0.875rem;
  }

  .benefit-item__text p:last-child {
    font-size: 0.75rem;
  }
}

.benefit-flags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  flex-shrink: 0;
  max-width: 100%;
}

@media (max-width: 639px) {
  .flag-badge {
    width: 1.85rem;
    height: 1.25rem;
  }

  .flag-badge--pedido,
  .flag-badge--envio {
    width: 2.15rem;
  }

  .flag-link {
    width: 0.85rem;
  }

  .flag-link svg {
    width: 0.7rem;
    height: 0.55rem;
  }
}

.flag-badge {
  display: block;
  width: 2.55rem;
  height: 1.7rem;
  border-radius: 0.35rem;
  overflow: hidden;
  box-shadow:
    0 0 0 1.5px rgba(232, 201, 160, 0.35),
    0 4px 14px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s, box-shadow 0.25s;
}

.flag-badge--py,
.flag-badge--br,
.flag-badge--pedido,
.flag-badge--envio {
  box-shadow:
    0 0 0 1.5px rgba(183, 110, 121, 0.45),
    0 0 14px rgba(183, 110, 121, 0.25),
    0 4px 14px rgba(0, 0, 0, 0.35);
}

.flag-badge--pedido,
.flag-badge--envio {
  width: 3.1rem;
}

.benefit-flags:hover .flag-badge {
  transform: translateY(-2px);
}

.flag-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  filter: drop-shadow(0 0 6px rgba(212, 175, 119, 0.6));
  animation: flag-pulse 2.2s ease-in-out infinite;
}

@keyframes flag-pulse {
  0%, 100% { opacity: 0.7; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(2px); }
}

.color-chips {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.color-chips span {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 9999px;
  box-shadow: 0 0 8px currentColor;
}

.product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #E8C4C2;
  border-radius: 1rem;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.product-card:hover {
  border-color: rgba(183, 110, 121, 0.55);
  box-shadow:
    0 16px 40px rgba(26, 18, 20, 0.08),
    0 0 0 1px rgba(183, 110, 121, 0.12),
    0 0 28px rgba(183, 110, 121, 0.1);
  transform: translateY(-3px);
}

.product-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(160deg, #F5E6E4, #E8C4C2 50%, #E2B2B1);
  overflow: hidden;
}

.product-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(26, 18, 20, 0.08));
  pointer-events: none;
}

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

.product-card:hover .product-card__media img {
  transform: scale(1.04);
}

.badge-promo {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  padding: 0.25rem 0.65rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #C58371, #B76E79);
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(183, 110, 121, 0.4);
}

.badge-estoque {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  color: var(--brand-muted);
}

.badge-estoque::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 9999px;
  background: #7A9B7E;
  box-shadow: 0 0 6px #7A9B7E;
}

.badge-estoque.is-low::before {
  background: #D4AF77;
  box-shadow: 0 0 6px #D4AF77;
}

.badge-estoque.is-out::before {
  background: #B76E79;
  box-shadow: 0 0 6px #B76E79;
}

.price-old {
  text-decoration: line-through;
  color: var(--brand-muted);
  font-size: 0.85rem;
}

.price-now {
  font-weight: 700;
  color: var(--brand-rose);
  font-size: 1.125rem;
}

.section-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-rose);
  font-weight: 600;
}

.category-tile {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 4 / 3;
  background: var(--brand-dark);
  box-shadow: 0 0 0 1px rgba(183, 110, 121, 0.22);
  transition: box-shadow 0.3s, transform 0.3s;
}

.category-tile:hover {
  box-shadow:
    0 0 0 1px rgba(183, 110, 121, 0.5),
    0 12px 32px rgba(183, 110, 121, 0.25);
  transform: translateY(-2px);
}

.category-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 0.5s, opacity 0.3s;
}

.category-tile:hover img {
  transform: scale(1.06);
  opacity: 1;
}

.category-tile__label {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.25rem;
  background: linear-gradient(transparent, rgba(13, 10, 11, 0.92));
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 12px rgba(183, 110, 121, 0.35);
}

.cat-slider {
  position: relative;
}

.cat-slider__track {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
}

.cat-slider__track::-webkit-scrollbar {
  display: none;
}

.cat-slider__slide {
  flex: 0 0 calc((100% - 0.85rem) / 2);
  scroll-snap-align: start;
  min-width: 0;
}

@media (min-width: 640px) {
  .cat-slider__track {
    gap: 1rem;
  }

  .cat-slider__slide {
    flex: 0 0 calc((100% - 2rem) / 3);
  }
}

@media (min-width: 1024px) {
  .cat-slider__slide {
    flex: 0 0 calc((100% - 4rem) / 5);
  }
}

.cat-slider__nav {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.cat-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  color: #fff;
  background: #161012;
  border: 1px solid rgba(183, 110, 121, 0.35);
  box-shadow: 0 0 14px rgba(183, 110, 121, 0.15);
  transition: background 0.2s, border-color 0.2s, transform 0.2s, opacity 0.2s;
}

.cat-slider__btn:hover {
  background: var(--brand-rose);
  border-color: #E8C9A0;
  transform: translateY(-1px);
}

.cat-slider__btn:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.cat-slider__dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1rem;
}

.cat-slider__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: #E8C4C2;
  border: none;
  padding: 0;
  transition: transform 0.2s, background 0.2s;
}

.cat-slider__dot.is-active {
  background: var(--brand-rose);
  transform: scale(1.25);
}

.page-banner {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse 50% 80% at 90% 50%, rgba(212, 175, 119, 0.16), transparent 55%),
    radial-gradient(ellipse 45% 80% at 5% 50%, rgba(183, 110, 121, 0.35), transparent 55%),
    linear-gradient(120deg, #0D0A0B, #161012 60%, #1A1214);
  border-bottom: 1px solid rgba(183, 110, 121, 0.28);
}

.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    radial-gradient(circle at 30% 40%, rgba(232, 196, 194, 0.1) 0%, transparent 45%),
    radial-gradient(circle at 75% 60%, rgba(212, 175, 119, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.page-banner .section-kicker {
  color: #E8C9A0;
}

.page-banner p {
  color: rgba(232, 196, 194, 0.85);
}

.cta-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 40% 60% at 100% 0%, rgba(212, 175, 119, 0.2), transparent 50%),
    radial-gradient(ellipse 40% 60% at 0% 100%, rgba(183, 110, 121, 0.3), transparent 50%),
    #0D0A0B;
  color: #fff;
  border-block: 1px solid rgba(183, 110, 121, 0.3);
}

.cta-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(232, 196, 194, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 60% at 80% 0%, rgba(183, 110, 121, 0.22), transparent 55%),
    radial-gradient(ellipse 40% 50% at 10% 100%, rgba(212, 175, 119, 0.1), transparent 50%),
    #0D0A0B;
  color: rgba(245, 230, 228, 0.9);
  border-top: 1px solid rgba(183, 110, 121, 0.28);
}

.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    radial-gradient(circle at 60% 20%, rgba(232, 196, 194, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.site-footer .font-display {
  color: #E8C9A0;
}

.js-anim .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-anim .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.flash {
  padding: 0.85rem 1.1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.flash-success {
  background: #f0f7f1;
  color: #3d5c42;
  border: 1px solid #c5d9c8;
}

.flash-error {
  background: #FBF7F5;
  color: #7a3d45;
  border: 1px solid #E2B2B1;
}

.flash-info {
  background: #F5E6E4;
  color: #6b4550;
  border: 1px solid #E8C4C2;
}

.admin-shell {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: 260px 1fr;
  position: relative;
}

@media (max-width: 900px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(280px, 88vw);
    z-index: 70;
    transform: translateX(-105%);
    transition: transform 0.28s ease;
    min-height: 100vh;
    min-height: 100dvh;
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.35);
  }

  .admin-shell.is-nav-open .admin-sidebar {
    transform: translateX(0);
  }

  .admin-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 65;
    background: rgba(13, 10, 11, 0.55);
    backdrop-filter: blur(2px);
  }

  .admin-shell.is-nav-open .admin-nav-backdrop {
    display: block;
  }

  .admin-menu-toggle {
    display: inline-flex !important;
  }
}

.admin-nav-backdrop {
  display: none;
}

.admin-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.65rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(183, 110, 121, 0.35);
  background: rgba(183, 110, 121, 0.12);
  color: #F5E6E4;
  cursor: pointer;
  flex-shrink: 0;
}

.admin-body {
  background:
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(183, 110, 121, 0.08), transparent 55%),
    var(--brand-cream);
  color: var(--brand-ink);
  min-height: 100vh;
  min-height: 100dvh;
}

.admin-sidebar {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  isolation: isolate;
  color: #F5E6E4;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(ellipse 70% 40% at 20% 0%, rgba(183, 110, 121, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 35% at 100% 100%, rgba(212, 175, 119, 0.1), transparent 50%),
    linear-gradient(180deg, #161012 0%, #0D0A0B 100%);
  border-right: 1px solid rgba(183, 110, 121, 0.25);
}

.admin-sidebar::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 40% 30%, rgba(232, 196, 194, 0.08) 0%, transparent 45%);
  pointer-events: none;
}

.admin-brand {
  display: block;
  margin-bottom: 1.75rem;
}

.admin-brand__label {
  margin-top: 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #E8C9A0;
  font-weight: 600;
}

.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
}

.admin-nav__link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(232, 196, 194, 0.85);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.admin-nav__link:hover {
  background: rgba(183, 110, 121, 0.14);
  color: #fff;
}

.admin-nav__link.is-active {
  background: rgba(183, 110, 121, 0.22);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 119, 0.35);
}

.admin-nav__link--danger {
  color: #E2B2B1;
}

.admin-nav__link--danger:hover {
  background: rgba(183, 110, 121, 0.18);
  color: #F5E6E4;
}

.admin-nav__icon {
  width: 1.1rem;
  text-align: center;
  opacity: 0.7;
  font-size: 0.8rem;
}

.admin-nav__divider {
  height: 1px;
  margin: 0.75rem 0;
  background: rgba(183, 110, 121, 0.22);
}

.admin-sidebar__footer {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(183, 110, 121, 0.18);
}

.admin-sidebar__tagline {
  margin-top: 0.65rem;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232, 196, 194, 0.45);
}

.admin-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background:
    linear-gradient(180deg, rgba(22, 16, 18, 0.97), rgba(13, 10, 11, 0.94));
  color: #F5E6E4;
  border-bottom: 1px solid rgba(183, 110, 121, 0.25);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .admin-topbar {
    padding: 1.1rem 2rem;
  }
}

.admin-topbar .section-kicker {
  color: #E8C9A0;
}

.admin-topbar__title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
}

.admin-topbar__user {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.admin-topbar__avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  background: linear-gradient(135deg, #C58371, #B76E79);
  box-shadow: 0 0 14px rgba(183, 110, 121, 0.35);
}

.admin-topbar__name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
}

.admin-topbar__role {
  font-size: 0.7rem;
  color: rgba(232, 196, 194, 0.6);
}

.admin-content {
  flex: 1 1 auto;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .admin-content {
    padding: 2rem;
  }
}

.admin-stat {
  background: #fff;
  border: 1px solid #E8C4C2;
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  box-shadow: 0 8px 24px rgba(183, 110, 121, 0.06);
  border-top: 3px solid var(--brand-rose);
}

.admin-stat__label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-muted);
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.admin-stat__value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--brand-ink);
}

.admin-panel {
  background: #fff;
  border: 1px solid #E8C4C2;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(183, 110, 121, 0.06);
}

.admin-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #F5E6E4;
}

.admin-panel__head--tools {
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.admin-panel__head--tools .admin-search {
  flex: 1 1 14rem;
  max-width: 22rem;
  margin-left: auto;
}

.admin-search {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
}

.admin-search--lg {
  flex: 1 1 18rem;
  max-width: 28rem;
}

.admin-search__input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(183, 110, 121, 0.25);
  border-radius: 0.75rem;
  padding: 0.55rem 2.1rem 0.55rem 0.85rem;
  font-size: 0.875rem;
  background: #fff;
  color: #1a1214;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.admin-search__input:focus {
  outline: none;
  border-color: #B76E79;
  box-shadow: 0 0 0 3px rgba(183, 110, 121, 0.15);
}

.admin-search__clear {
  position: absolute;
  right: 4.6rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: #8A7375;
  font-size: 1.1rem;
  line-height: 1;
}

.admin-search__clear:hover {
  background: #f5e6e4;
  color: #1a1214;
}

.admin-search__btn {
  flex-shrink: 0;
  padding: 0.55rem 0.9rem;
  border-radius: 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #C58371, #B76E79, #9A5560);
  border: none;
  cursor: pointer;
  transition: filter 0.2s;
}

.admin-search__btn:hover {
  filter: brightness(1.06);
}

.admin-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0.9rem 1.25rem;
  border-top: 1px solid #F5E6E4;
  background: #fbf7f5;
}

.admin-pager__info {
  font-size: 0.8rem;
  color: #8A7375;
}

.admin-pager__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
}

.admin-pager__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.55rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1a1214;
  border: 1px solid rgba(183, 110, 121, 0.2);
  background: #fff;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

a.admin-pager__item:hover {
  border-color: #B76E79;
  color: #B76E79;
  background: #fff;
}

.admin-pager__item.is-current {
  background: #0D0A0B;
  border-color: #0D0A0B;
  color: #fff;
}

.admin-pager__item.is-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.admin-panel__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-ink);
}

.admin-table th,
.admin-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #F5E6E4;
  font-size: 0.875rem;
}

.admin-table th {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-muted);
  background: #FBF7F5;
  font-weight: 600;
}

.admin-table tbody tr:hover {
  background: rgba(183, 110, 121, 0.04);
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.55rem;
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 600;
  background: #F5E6E4;
  color: var(--brand-muted);
}

.admin-badge--ok {
  background: #f0f7f1;
  color: #3d5c42;
}

.admin-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: #5c4548;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.02em;
}

.form-input {
  width: 100%;
  border: 1px solid #E8C4C2;
  border-radius: 0.75rem;
  padding: 0.65rem 0.9rem;
  font-size: 0.875rem;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input:focus {
  outline: none;
  border-color: var(--brand-rose);
  box-shadow: 0 0 0 3px rgba(183, 110, 121, 0.15);
}

.form-input--dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(183, 110, 121, 0.3);
  color: #fff;
}

.form-input--dark::placeholder {
  color: rgba(232, 196, 194, 0.45);
}

.form-input--dark:focus {
  background: rgba(183, 110, 121, 0.12);
  border-color: rgba(212, 175, 119, 0.65);
  box-shadow: 0 0 0 3px rgba(183, 110, 121, 0.2);
}

html.admin-login-page,
html:has(body.admin-login) {
  background: #0D0A0B;
  height: 100%;
}

.admin-login {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #0D0A0B;
  background-image:
    radial-gradient(ellipse 55% 50% at 85% 15%, rgba(212, 175, 119, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 55% at 10% 80%, rgba(183, 110, 121, 0.32), transparent 55%),
    linear-gradient(160deg, #161012 0%, #0D0A0B 45%, #1A1214 100%);
  background-attachment: scroll;
}

@media (min-width: 768px) {
  .admin-login {
    background-attachment: fixed;
  }
}

.admin-login__glow {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    radial-gradient(circle at 30% 40%, rgba(232, 196, 194, 0.1) 0%, transparent 45%),
    radial-gradient(circle at 70% 60%, rgba(212, 175, 119, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.admin-login__card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 26rem;
  margin: 0;
  padding: 1.75rem 1.5rem;
  border-radius: 1.25rem;
  background: rgba(22, 16, 18, 0.9);
  border: 1px solid rgba(183, 110, 121, 0.32);
  box-shadow:
    0 0 0 1px rgba(183, 110, 121, 0.1),
    0 24px 60px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(183, 110, 121, 0.12);
  backdrop-filter: blur(12px);
}

.admin-login__footer {
  position: relative;
  z-index: 1;
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: center;
}

.admin-login__copy {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 196, 194, 0.45);
}

.admin-login__footer .dev-credit__label {
  color: rgba(232, 196, 194, 0.55);
}

.admin-login .admin-label {
  color: rgba(232, 196, 194, 0.9);
}

@media (min-width: 640px) {
  .admin-login__card {
    padding: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .js-anim .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Essenza extras */
.hero-subtitle {
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #C9A07A;
}

.hero-logo-frame--portrait {
  aspect-ratio: 4 / 5;
  max-height: min(72vh, 560px);
  margin-left: auto;
}

.section-blush {
  background:
    linear-gradient(180deg, rgba(245, 230, 228, 0.65) 0%, #FBF7F5 45%, rgba(232, 196, 194, 0.25) 100%);
  border-block: 1px solid rgba(183, 110, 121, 0.12);
}

.benefit-icon--rose {
  background: linear-gradient(145deg, rgba(183, 110, 121, 0.35), rgba(183, 110, 121, 0.1));
  color: #E8C4C2;
  border: 1px solid rgba(183, 110, 121, 0.4);
}

.benefit-icon--gold {
  background: linear-gradient(145deg, rgba(212, 175, 119, 0.35), rgba(212, 175, 119, 0.1));
  color: #E8C9A0;
  border: 1px solid rgba(212, 175, 119, 0.45);
}

.benefit-icon--blush {
  background: linear-gradient(145deg, rgba(226, 178, 177, 0.35), rgba(226, 178, 177, 0.1));
  color: #F5E6E4;
  border: 1px solid rgba(226, 178, 177, 0.45);
}

.benefit-sub {
  color: rgba(232, 196, 194, 0.72);
  font-size: 0.8rem;
}

.footer-copy {
  color: rgba(232, 196, 194, 0.78);
}

.footer-meta {
  border-top: 1px solid rgba(183, 110, 121, 0.22);
  color: rgba(232, 196, 194, 0.55);
}

.benefit-item {
  flex-direction: row;
  text-align: left;
  justify-content: flex-start;
}

@media (min-width: 640px) {
  .benefit-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}


/* ============================================================
   SHOP LAYOUT — estrutura ecommerce (paleta Essenza intacta)
   ============================================================ */

.shop-wrap {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

@media (min-width: 768px) {
  .shop-wrap {
    width: min(1180px, calc(100% - 3rem));
  }
}

.shop-announce {
  background: var(--brand-dark);
  color: rgba(232, 196, 194, 0.9);
  text-align: center;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}

.shop-header {
  background: rgba(251, 247, 245, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(183, 110, 121, 0.12);
  box-shadow: 0 10px 30px rgba(26, 18, 20, 0.04);
}

.shop-header__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.65rem;
  min-height: 4.5rem;
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
  padding: 0.45rem 0;
}

@media (min-width: 768px) {
  .shop-header__bar {
    min-height: 6.5rem;
    gap: 1rem;
    padding: 0.85rem 0 0.75rem;
  }
}

@media (min-width: 1024px) {
  .shop-header__bar {
    min-height: 7.5rem;
  }
}

.shop-header__side {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.shop-header__side--right {
  justify-content: flex-end;
  gap: 0.45rem;
}

.shop-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  padding: 0.15rem 0.5rem;
  transition: transform 0.3s ease;
}

.shop-logo:hover {
  transform: scale(1.03);
}

.shop-logo img {
  display: block;
  height: 3.35rem;
  width: auto;
  max-width: min(42vw, 9.5rem);
  object-fit: contain;
  background: transparent !important;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 8px 18px rgba(183, 110, 121, 0.18));
}

@media (min-width: 768px) {
  .shop-logo img {
    height: 5.75rem;
    max-width: 14rem;
  }
}

@media (min-width: 1024px) {
  .shop-logo img {
    height: 6.75rem;
    max-width: 16rem;
  }
}

.shop-nav-link {
  position: relative;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-ink);
  opacity: 0.7;
  padding: 0.35rem 0;
  transition: opacity 0.2s, color 0.2s;
}

.shop-nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.shop-nav-link:hover,
.shop-nav-link.is-active {
  opacity: 1;
  color: var(--brand-rose);
}

.shop-nav-link:hover::after,
.shop-nav-link.is-active::after {
  transform: scaleX(1);
}

.shop-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 9999px;
  color: var(--brand-ink);
  border: 1px solid rgba(183, 110, 121, 0.18);
  background: rgba(255, 255, 255, 0.45);
  transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.shop-icon-btn:hover {
  background: rgba(183, 110, 121, 0.08);
  border-color: rgba(201, 160, 122, 0.55);
  color: var(--brand-rose);
  box-shadow: 0 6px 18px rgba(183, 110, 121, 0.12);
}

.shop-badge {
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.3rem;
  border-radius: 9999px;
  background: var(--brand-rose);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-search {
  width: 7.5rem;
  border: none;
  border-bottom: 1px solid rgba(183, 110, 121, 0.28);
  background: transparent;
  padding: 0.45rem 0;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--brand-ink);
  border-radius: 0;
  transition: width 0.25s, border-color 0.2s;
}

.shop-search:focus {
  outline: none;
  width: 11.5rem;
  border-bottom-color: var(--brand-gold);
}

.shop-search--full {
  width: 100%;
}

.shop-search--full:focus {
  width: 100%;
}

.shop-cats {
  border-top: 1px solid rgba(183, 110, 121, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent);
}

.shop-cats__track {
  display: flex;
  justify-content: flex-start;
  gap: 0.15rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
  padding: 0.35rem 0.25rem 0.65rem;
}

@media (min-width: 768px) {
  .shop-cats__track {
    justify-content: center;
  }
}

.shop-cats__track::-webkit-scrollbar { display: none; }

.shop-cats__link {
  flex: 0 0 auto;
  padding: 0.55rem 0.95rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-muted);
  border-bottom: 1.5px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.shop-cats__link:hover,
.shop-cats__link.is-active {
  color: var(--brand-ink);
  border-bottom-color: var(--brand-gold);
}

.shop-mobile {
  border-top: 1px solid rgba(183, 110, 121, 0.12);
  background: var(--brand-cream);
}

.shop-mobile__inner {
  padding: 1rem 1.25rem 1.5rem;
}

.shop-mobile__link {
  display: block;
  padding: 0.75rem 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--brand-ink);
  border-bottom: 1px solid rgba(183, 110, 121, 0.1);
}

.shop-mobile__link--sub {
  padding-left: 0.75rem;
  font-weight: 400;
  color: var(--brand-muted);
}

/* Legacy alias kept for older markup */
.shop-header__main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 4.25rem;
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

/* Hero full-bleed */
.shop-hero {
  position: relative;
  min-height: min(78vh, 700px);
  min-height: min(78dvh, 700px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

@media (min-width: 768px) {
  .shop-hero {
    min-height: min(88vh, 760px);
    min-height: min(88dvh, 760px);
  }
}

.shop-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  z-index: -2;
  animation: shop-hero-zoom 18s ease-out forwards;
}

@keyframes shop-hero-zoom {
  from { transform: scale(1.06); }
  to { transform: scale(1); }
}

.shop-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 10, 11, 0.72) 0%, rgba(13, 10, 11, 0.45) 38%, rgba(13, 10, 11, 0.18) 62%, transparent 78%),
    linear-gradient(180deg, rgba(26, 18, 20, 0.2) 0%, transparent 35%, rgba(13, 10, 11, 0.55) 100%);
}

.shop-hero__content {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
  padding: 3.5rem 0 4rem;
  max-width: 36rem;
  margin-left: max(1rem, calc((100% - min(1180px, calc(100% - 2rem))) / 2));
}

.shop-hero__brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 3.75rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0.75rem;
  background: linear-gradient(180deg, #fff 0%, #E8C9A0 55%, #C9A07A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.shop-hero__title {
  font-family: Outfit, system-ui, sans-serif;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.95);
}

.shop-hero__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(232, 196, 194, 0.85);
  margin-bottom: 1.5rem;
  max-width: 28rem;
}

.shop-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Sections */
.shop-section {
  padding: 3.5rem 0;
}

@media (min-width: 768px) {
  .shop-section {
    padding: 4.5rem 0;
  }
}

.shop-section--tint {
  background: linear-gradient(180deg, rgba(245, 230, 228, 0.55), transparent 70%);
}

.shop-section__head {
  margin-bottom: 1.75rem;
}

.shop-section__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.shop-section__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--brand-ink);
  line-height: 1.15;
}

.shop-text-link {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-rose);
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.15rem;
}

.shop-text-link:hover {
  opacity: 0.75;
}

/* Department list */
.shop-dept {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(183, 110, 121, 0.18);
}

.shop-dept li {
  border-bottom: 1px solid rgba(183, 110, 121, 0.18);
}

.shop-dept__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.15rem 0.15rem;
  transition: padding 0.25s, background 0.25s;
}

.shop-dept__link:hover {
  padding-left: 0.65rem;
  background: rgba(183, 110, 121, 0.04);
}

.shop-dept__name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--brand-ink);
}

.shop-dept__arrow {
  color: var(--brand-gold);
  font-size: 1.25rem;
  transition: transform 0.25s;
}

.shop-dept__link:hover .shop-dept__arrow {
  transform: translateX(6px);
}

/* Category bento grid — premium & interactive */
.cat-bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .cat-bento {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(11rem, 18vw);
    gap: 0.9rem;
  }

  .cat-bento__item--1 {
    grid-column: 1 / span 4;
    grid-row: 1 / span 2;
  }

  .cat-bento__item--2 {
    grid-column: 5 / span 2;
    grid-row: 1;
  }

  .cat-bento__item--3 {
    grid-column: 5 / span 2;
    grid-row: 2;
  }

  .cat-bento__item--4 {
    grid-column: 1 / span 3;
    grid-row: 3;
  }

  .cat-bento__item--5 {
    grid-column: 4 / span 3;
    grid-row: 3;
  }
}

.cat-bento__item {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  min-height: 14rem;
  background: #1a1214;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(183, 110, 121, 0.12);
  transition: box-shadow 0.35s, transform 0.35s;
}

@media (min-width: 640px) {
  .cat-bento__item {
    min-height: 0;
  }
}

.cat-bento__item:hover,
.cat-bento__item:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    0 0 0 1px rgba(201, 160, 122, 0.45),
    0 18px 40px rgba(26, 18, 20, 0.18);
  outline: none;
}

.cat-bento__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.4s;
  filter: saturate(0.92) brightness(0.88);
}

.cat-bento__item:hover img,
.cat-bento__item:focus-visible img {
  transform: scale(1.08);
  filter: saturate(1.05) brightness(1);
}

.cat-bento__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 25%, rgba(13, 10, 11, 0.82) 100%),
    linear-gradient(90deg, rgba(13, 10, 11, 0.25), transparent 50%);
  transition: background 0.4s;
}

.cat-bento__item:hover .cat-bento__veil {
  background:
    linear-gradient(180deg, transparent 10%, rgba(13, 10, 11, 0.88) 100%),
    linear-gradient(135deg, rgba(183, 110, 121, 0.22), transparent 55%);
}

.cat-bento__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 1.15rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.cat-bento__item--1 .cat-bento__content {
  padding: 1.5rem 1.5rem 1.65rem;
}

.cat-bento__name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.cat-bento__item--1 .cat-bento__name {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
}

.cat-bento__desc {
  display: none;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(232, 196, 194, 0.82);
  max-width: 22rem;
}

@media (min-width: 768px) {
  .cat-bento__item--1 .cat-bento__desc {
    display: block;
  }
}

.cat-bento__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.45rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #E8C9A0;
  opacity: 0.85;
  transform: translateY(4px);
  transition: opacity 0.3s, transform 0.3s, gap 0.3s;
}

.cat-bento__item:hover .cat-bento__cta,
.cat-bento__item:focus-visible .cat-bento__cta {
  opacity: 1;
  transform: none;
  gap: 0.65rem;
}

.cat-bento__item::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  box-shadow: inset 0 0 0 0 rgba(201, 160, 122, 0);
  transition: box-shadow 0.35s;
}

.cat-bento__item:hover::after,
.cat-bento__item:focus-visible::after {
  box-shadow: inset 0 0 0 1.5px rgba(201, 160, 122, 0.55);
}

/* Feature editorial */
.shop-feature {
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .shop-feature {
    grid-template-columns: 1.35fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
  }
}

.shop-feature__main {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 20rem;
  background: #1a1214;
}

@media (min-width: 768px) {
  .shop-feature__main {
    min-height: 28rem;
  }
}

.shop-feature__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.shop-feature__main:hover img {
  transform: scale(1.04);
}

.shop-feature__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(13, 10, 11, 0.9));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.shop-feature__caption span {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 196, 194, 0.8);
}

.shop-feature__caption strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 600;
}

.shop-feature__caption em {
  font-style: normal;
  font-size: 0.95rem;
  color: #E8C9A0;
}

.shop-feature__caption s {
  opacity: 0.55;
  margin-right: 0.4rem;
}

.shop-feature__rail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.shop-feature__item {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(183, 110, 121, 0.12);
  transition: border-color 0.2s, transform 0.2s;
}

.shop-feature__item:hover {
  border-color: rgba(183, 110, 121, 0.35);
  transform: translateX(3px);
}

.shop-feature__item img {
  width: 5.5rem;
  height: 6.5rem;
  object-fit: cover;
  background: #2a1a1c;
}

.shop-feature__item-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.shop-feature__item-meta strong {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--brand-ink);
}

.shop-feature__item-meta em {
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-rose);
}

/* Product tile grid */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 0.85rem;
}

@media (min-width: 768px) {
  .shop-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.25rem;
  }
}

@media (min-width: 1100px) {
  .shop-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tile {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transform: none;
}

.tile:hover {
  transform: none;
  box-shadow: none;
  border: none;
}

.tile__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(160deg, #2a1a1c, #1a1214);
}

.tile__img-link {
  display: block;
  width: 100%;
  height: 100%;
}

.tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.tile:hover .tile__media img {
  transform: scale(1.05);
}

.tile__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 0.25rem 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--brand-rose);
}

.tile__quick {
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.65rem;
  z-index: 2;
  padding: 0.7rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-ink);
  background: rgba(251, 247, 245, 0.95);
  border: none;
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s;
}

.tile:hover .tile__quick,
.tile__quick:focus-visible {
  opacity: 1;
  transform: none;
}

@media (hover: none) {
  .tile__quick {
    opacity: 1;
    transform: none;
    position: static;
    margin-top: 0.5rem;
    width: 100%;
  }
  .tile__media {
    display: flex;
    flex-direction: column;
  }
  .tile__img-link {
    flex: 1;
    min-height: 0;
  }
}

.tile__body {
  padding: 0.85rem 0.1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.tile__cat {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-muted);
}

.tile__name {
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tile__name a:hover {
  color: var(--brand-rose);
}

.tile__price {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin-top: 0.2rem;
}

.tile__price .price-now {
  font-size: 0.95rem;
}

.tile__stock {
  margin-top: 0.15rem;
  font-size: 0.7rem;
}

/* Conversion band */
.shop-band {
  background: var(--brand-dark);
  color: #fff;
  padding: 3.5rem 0;
}

.shop-band__inner {
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
}

.shop-band__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.shop-band__text {
  font-size: 0.95rem;
  color: rgba(232, 196, 194, 0.8);
  margin-bottom: 1.5rem;
}

.shop-band__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* PLP */
.shop-plp {
  padding: 2rem 0 4rem;
}

.shop-plp__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(183, 110, 121, 0.15);
}

.shop-plp__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  color: var(--brand-ink);
}

.shop-plp__desc {
  margin-top: 0.4rem;
  font-size: 0.9rem;
  color: var(--brand-muted);
  max-width: 32rem;
}

.shop-plp__count {
  font-size: 0.8rem;
  color: var(--brand-muted);
}

.shop-plp__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.shop-chip {
  padding: 0.45rem 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-muted);
  border: 1px solid rgba(183, 110, 121, 0.2);
  background: transparent;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.shop-chip:hover {
  color: var(--brand-ink);
  border-color: rgba(183, 110, 121, 0.45);
}

.shop-chip.is-active {
  color: #fff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.shop-plp__search {
  margin-bottom: 1.75rem;
  max-width: 28rem;
}

.shop-empty {
  text-align: center;
  padding: 4rem 1rem;
  border: 1px dashed rgba(183, 110, 121, 0.3);
  color: var(--brand-muted);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.shop-empty[hidden] {
  display: none !important;
}

/* PDP */
.shop-breadcrumb {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}

.shop-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: var(--brand-muted);
}

.shop-breadcrumb li:not(:last-child)::after {
  content: '/';
  margin-left: 0.4rem;
  opacity: 0.5;
}

.shop-breadcrumb a:hover {
  color: var(--brand-rose);
}

.shop-breadcrumb li[aria-current="page"] {
  color: var(--brand-ink);
  max-width: 14rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-pdp {
  padding: 1rem 0 3.5rem;
}

.shop-pdp__grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .shop-pdp__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: start;
  }
}

.shop-pdp__gallery {
  position: relative;
  background: #1a1214;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.shop-pdp__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-pdp__sticky {
  position: static;
  top: auto;
}

@media (min-width: 900px) {
  .shop-pdp__sticky {
    position: sticky;
    top: 9.5rem;
  }
}

.shop-pdp__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: var(--brand-ink);
}

.shop-pdp__price {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.shop-pdp__price .price-now {
  font-size: 1.5rem;
}

.shop-pdp__lead {
  color: var(--brand-muted);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.shop-pdp__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.75rem;
}

.shop-pdp__details {
  border-top: 1px solid rgba(183, 110, 121, 0.18);
  padding-top: 1rem;
}

.shop-pdp__details summary {
  cursor: pointer;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--brand-ink);
  list-style: none;
}

.shop-pdp__details summary::-webkit-details-marker {
  display: none;
}

.shop-pdp__desc {
  margin-top: 0.85rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--brand-muted);
  white-space: pre-line;
}

/* Footer shop */
.shop-footer {
  background: var(--brand-dark);
  color: rgba(232, 196, 194, 0.85);
  padding: 3.5rem 0 calc(5.5rem + env(safe-area-inset-bottom, 0px));
  margin-top: 0;
  border-top: none;
}

.shop-footer__grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .shop-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  }
}

.shop-footer__logo {
  display: block;
  height: auto;
  width: auto;
  max-width: 10rem;
  max-height: 5.5rem;
  background: transparent;
  border-radius: 0;
  margin-bottom: 1rem;
  filter: drop-shadow(0 6px 16px rgba(201, 160, 122, 0.2));
}

.shop-footer h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  color: #E8C9A0;
  margin-bottom: 0.85rem;
}

.shop-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.shop-footer__meta {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(183, 110, 121, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  text-align: center;
  font-size: 0.72rem;
  color: rgba(232, 196, 194, 0.55);
}

.shop-footer__copy {
  margin: 0;
}

.dev-credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.dev-credit__label {
  letter-spacing: 0.04em;
  color: rgba(232, 196, 194, 0.55);
}

.dev-credit__link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.dev-credit__link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.dev-credit__logo {
  display: block;
  height: 1.85rem;
  width: auto;
  max-width: 7.5rem;
  object-fit: contain;
}

.admin-devbar {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.7rem 1.25rem;
  background:
    radial-gradient(ellipse 70% 40% at 20% 0%, rgba(183, 110, 121, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 35% at 100% 100%, rgba(212, 175, 119, 0.1), transparent 50%),
    linear-gradient(180deg, #161012 0%, #0D0A0B 100%);
  border-top: 1px solid rgba(183, 110, 121, 0.25);
  color: rgba(232, 196, 194, 0.7);
}

@media (min-width: 768px) {
  .admin-devbar {
    padding-inline: 2rem;
  }
}

.admin-devbar__label {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.admin-devbar__link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}

.admin-devbar__link:hover {
  opacity: 1;
}

.admin-devbar__logo {
  display: block;
  height: 1.7rem;
  width: auto;
  max-width: 7rem;
  object-fit: contain;
}

/* About page shop style */
.shop-about-hero {
  padding: 3.5rem 0 2rem;
  border-bottom: 1px solid rgba(183, 110, 121, 0.12);
}

.shop-about-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 600;
  max-width: 18ch;
  line-height: 1.1;
  color: var(--brand-ink);
}

.shop-about-body {
  display: grid;
  gap: 2.5rem;
  padding: 3rem 0 4rem;
}

@media (min-width: 900px) {
  .shop-about-body {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
  }
}
