 :root {
    --store-ink: #1d1a16;
    --store-paper: #f7f1e8;
    --store-sand: #ead7bd;
    --store-brass: #b77934;
    --store-forest: #233127;
    --store-card: #fffdf9;
  }

  body {
    background:
      radial-gradient(circle at top left, rgba(183, 121, 52, 0.16), transparent 28%),
      linear-gradient(180deg, #fbf7f0 0%, #f2e7d7 100%);
    color: var(--store-ink);
  }

  .bswap-theme .navbar {
    backdrop-filter: blur(10px);
    background: rgba(255, 250, 243, 0.92) !important;
    border-bottom: 1px solid rgba(29, 26, 22, 0.08);
    position: relative;
    z-index: 1030;
  }

  .bswap-theme .navbar-brand {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 700;
  }

  .bswap-theme .nav-link {
    font-weight: 500;
  }

  .bswap-theme .card {
    border-radius: 1.25rem;
  }

  .bswap-theme .btn-primary,
  .bswap-theme .btn-dark {
    border-radius: 999px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bswap-theme .dropdown-menu {
    border-radius: 1rem;
    position: absolute;
    z-index: 1040;
  }

  .store-shell {
    padding: 3rem 0 4rem;
  }

  .store-hero {
    background: linear-gradient(135deg, rgba(29, 26, 22, 0.96), rgba(35, 49, 39, 0.92));
    border-radius: 28px;
    color: #fff9f0;
    overflow: hidden;
    padding: 3rem;
    position: relative;
  }

  .store-hero::after {
    background: linear-gradient(90deg, rgba(183, 121, 52, 0.3), transparent);
    content: "";
    inset: 0;
    position: absolute;
  }

  .store-hero > * {
    position: relative;
    z-index: 1;
  }

  .store-kicker {
    color: #f1c996;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  .store-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    line-height: 0.98;
    margin: 0.75rem 0 1rem;
    max-width: 8ch;
  }

  .store-copy {
    color: rgba(255, 249, 240, 0.82);
    font-size: 1.05rem;
    max-width: 35rem;
  }

  .store-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
  }

  .store-btn-primary,
  .store-btn-secondary {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
  }

  .store-btn-primary {
    background: var(--store-brass);
    color: #fff;
  }

  .store-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff9f0;
  }

  .store-stat-row {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
  }

  .store-stat {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1rem 1.1rem;
  }

  .store-stat strong {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
  }

  .store-stat span {
    color: rgba(255, 249, 240, 0.72);
    font-size: 0.92rem;
  }

  .store-panel {
    background: rgba(247, 241, 232, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    padding: 1.5rem;
  }

  .store-panel h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .store-category-list {
    display: grid;
    gap: 0.85rem;
  }

  .store-category-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    padding: 0.85rem 1rem;
  }

  .store-section {
    margin-top: 3rem;
  }

  .store-section h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 0.4rem;
  }

  .store-section p {
    color: rgba(29, 26, 22, 0.72);
    max-width: 42rem;
  }

  .store-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    margin-top: 1.75rem;
  }

  .store-card {
    background: var(--store-card);
    border: 1px solid rgba(29, 26, 22, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(61, 39, 15, 0.08);
    overflow: hidden;
  }

  .store-cover {
    align-items: end;
    background: linear-gradient(180deg, #f4e7d1 0%, #ead7bd 100%);
    display: flex;
    height: 290px;
    justify-content: center;
    padding: 1.25rem;
  }

  .store-cover img {
    border-radius: 14px;
    box-shadow: 0 18px 28px rgba(29, 26, 22, 0.2);
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 190px;
  }

  .store-card-body {
    padding: 1.2rem 1.2rem 1.4rem;
  }

  .store-eyebrow {
    color: var(--store-brass);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .store-card-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    line-height: 1.1;
    margin: 0.45rem 0 0.35rem;
  }

  .store-card-title a {
    color: var(--store-ink);
    text-decoration: none;
  }

  .store-meta {
    color: rgba(29, 26, 22, 0.72);
    font-size: 0.94rem;
    margin-bottom: 0.6rem;
  }

  .store-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.9rem;
  }

  .store-chip {
    background: #f3eadf;
    border-radius: 999px;
    color: #5d4123;
    font-size: 0.8rem;
    padding: 0.4rem 0.75rem;
  }

  .store-band {
    background: linear-gradient(90deg, rgba(183, 121, 52, 0.12), rgba(35, 49, 39, 0.08));
    border: 1px solid rgba(29, 26, 22, 0.08);
    border-radius: 24px;
    margin-top: 3rem;
    padding: 1.4rem;
  }

  @media (max-width: 991px) {
    .store-hero {
      padding: 2rem;
    }

    .store-stat-row {
      grid-template-columns: 1fr;
    }
  }
