/* Isolated discovery surfaces: no changes to product, cart or checkout styling. */
.home-discovery { max-width: 1120px; margin: 28px auto 36px; padding: 0 24px; }
.home-discovery-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px 18px; }
.home-discovery-item { min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 11px; color: #1b1b1d; text-decoration: none; }
.home-discovery-item:hover { color: #1b1b1d; }
.home-discovery-art { position: relative; display: grid; place-items: center; width: min(100%, 104px); aspect-ratio: 1; border-radius: 24px; background: #f5f5f3; transition: transform .2s, background .2s; }
.home-discovery-art img { position: absolute; inset: 7%; display: block; width: 86%; height: 86%; object-fit: contain; border-radius: 14px; mix-blend-mode: multiply; }
.home-discovery-art.is-photo { overflow: hidden; }
.home-discovery-art.is-photo img { inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; mix-blend-mode: normal; }
.home-discovery-art svg { width: 70%; height: 70%; color: #363639; }
.home-discovery-art--event { background: #f5f2f7; }
.home-discovery-art--pokemon { background: #f9f6eb; }
.home-discovery-art--store { background: #f1f2ef; }
.home-discovery-item[href]:hover .home-discovery-art { transform: translateY(-4px); background: #eeeee9; }
.home-discovery-item:focus-visible { outline: 2px solid #1b1b1d; outline-offset: 5px; border-radius: 12px; }
.home-discovery-label { font-size: 13px; font-weight: 650; line-height: 1.4; text-align: center; word-break: keep-all; }
.home-discovery-badge { position: absolute; right: -3px; bottom: -3px; padding: 3px 7px; color: #686356; background: #eee8d8; border: 2px solid #fff; border-radius: 20px; font-size: 10px; font-weight: 650; white-space: nowrap; }

.brand-list-page { --bd-ink: #1b1b1d; max-width: 1240px; margin: 0 auto; padding: 40px 24px 112px; color: var(--bd-ink); word-break: keep-all; }
.brand-list-page * { box-sizing: border-box; }
.brand-list-page [hidden] { display: none !important; }
.brand-list-page a { color: inherit; text-decoration: none; }
.brand-list-page button, .brand-list-page input, .brand-list-page select { font: inherit; }
.brand-list-page a:focus-visible, .brand-list-page button:focus-visible, .brand-list-page input:focus-visible, .brand-list-page select:focus-visible { outline: 2px solid var(--bd-ink); outline-offset: 4px; }
.brand-list-head { margin-bottom: 26px; }
.brand-list-title { margin: 0; font-size: 20px; line-height: 1.4; font-weight: 750; letter-spacing: -.035em; }
.brand-directory-jump { flex-shrink: 0; display: flex; gap: 8px; align-items: center; min-height: 44px; font-size: 12px; }
.brand-section-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 18px; }
.brand-section-head h2 { margin: 0; font-size: 20px; font-weight: 750; letter-spacing: -.035em; }
.brand-section-note { color: #777; font-size: 12px; margin: 7px 0 0; }
.brand-story-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }
.brand-story-card { min-width: 0; display: flex; gap: 20px; align-items: center; padding: 16px 0; border-bottom: 1px solid #ededed; }
.brand-story-image { display: block; flex: 0 0 160px; aspect-ratio: 4 / 3; border-radius: 5px; overflow: hidden; background: #efefed; }
.brand-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.brand-story-card:hover img { transform: scale(1.035); }
.brand-story-tag { display: block; color: #888; font-size: 9px; font-weight: 650; letter-spacing: .1em; margin-bottom: 8px; }
.brand-story-copy { min-width: 0; flex: 1; display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.brand-story-copy > div { min-width: 0; overflow-wrap: anywhere; }
.brand-story-copy h3 { margin: 0 0 4px; font-size: 17px; font-weight: 750; }
.brand-story-copy p { margin: 0; min-height: 18px; color: #7a7a7a; font-size: 11px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.brand-story-copy > span { font-size: 20px; flex-shrink: 0; }
.brand-story-more { display: block; width: 100%; min-height: 44px; margin-top: 18px; padding: 10px 16px; border: 1px solid #e5e5e5; border-radius: 6px; background: #fff; color: #555; font-size: 12px !important; }
.brand-directory { margin-top: 42px; padding-top: 32px; border-top: 1px solid #e8e8e8; scroll-margin-top: 92px; }
.brand-directory-title .brand-directory-count { font-size: 14px; color: #888; font-weight: 500; margin-left: 8px; }
.brand-tools { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.brand-search { position: relative; flex: 1; min-width: 220px; }
.brand-search > i { position: absolute; left: 16px; top: 17px; color: #888; font-size: 14px; }
.brand-search input { width: 100%; height: 48px; padding: 0 46px 0 42px; border: 1px solid #dedede; border-radius: 8px; background: #fafafa; font-size: 14px; }
.brand-search button { position: absolute; top: 6px; right: 7px; height: 36px; width: 36px; border: 0; border-radius: 50%; background: transparent; font-size: 20px; }
.brand-sort { height: 48px; border: 1px solid #dedede; border-radius: 8px; padding: 0 30px 0 12px; background: #fff; font-size: 12px !important; }
.brand-filter-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.brand-type-filters { display: flex; gap: 6px; }
.brand-type-filters button { border: 1px solid #e2e2e2; border-radius: 22px; min-height: 38px; padding: 0 15px; background: #fff; font-size: 12px; }
.brand-type-filters button[aria-pressed="true"] { background: var(--bd-ink); border-color: var(--bd-ink); color: #fff; }
.brand-type-filters .brand-type-count { opacity: .65; margin-left: 6px; }
.brand-result-count { font-size: 12px; color: #858585; }
.brand-initials { display: flex; gap: 3px; flex-wrap: wrap; padding: 10px 0; margin-top: 12px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.brand-initials button { border: 0; background: transparent; color: #777; border-radius: 4px; padding: 0 7px; min-width: 30px; min-height: 34px; font-size: 12px; }
.brand-initials button[aria-pressed="true"] { background: #efefed; color: #1b1b1d; font-weight: 750; }
.brand-initials button:disabled { opacity: .28; }
.brand-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 28px; }
.brand-card { min-width: 0; border-bottom: 1px solid #ededed; }
.brand-card-main { min-height: 78px; display: flex; align-items: center; gap: 12px; padding: 10px 0; }
.brand-card-main:hover .brand-card-name { text-decoration: underline; text-underline-offset: 3px; }
.brand-card-avatar { display: grid; place-items: center; width: 48px; height: 48px; flex-shrink: 0; background: #f6f6f4; border-radius: 50%; overflow: hidden; color: #888; font-size: 16px; font-weight: 650; }
.brand-card-avatar img { width: 100%; height: 100%; object-fit: cover; }
.brand-card-avatar.is-logo img { width: 82%; height: 82%; object-fit: contain; }
.brand-card-copy { min-width: 0; flex: 1; }
.brand-card-name { margin: 0 0 3px; font-size: 14px; font-weight: 750; overflow-wrap: anywhere; }
.brand-card-subname { margin: 0; font-size: 10px; letter-spacing: .025em; color: #898989; overflow-wrap: anywhere; }
.brand-card-shop-label { display: inline-block; margin-top: 4px; color: #62645a; font-size: 10px; background: #f2f3ee; padding: 2px 5px; border-radius: 3px; }
.brand-card-arrow { font-size: 18px; color: #aaa; }
.brand-empty { padding: 56px 16px; color: #777; text-align: center; font-size: 14px; }
.brand-reset { margin-top: 14px; min-height: 40px; padding: 0 20px; border: 1px solid #ddd; border-radius: 24px; background: #fff; color: #222; }
.brand-visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
@media (max-width: 760px) {
  .brand-list-page { padding: 28px 18px 100px; }
  .brand-list-head { margin-bottom: 24px; }
  .brand-list-title { font-size: 18px; }
  .brand-directory-jump { font-size: 11px; gap: 6px; }
  .brand-story-list { grid-template-columns: minmax(0, 1fr); }
  .brand-story-card { gap: 16px; padding: 12px 0; }
  .brand-story-image { flex-basis: 120px; }
  .brand-story-copy h3 { font-size: 15px; }
  .brand-story-copy p { font-size: 11px; }
  .brand-section-head h2 { font-size: 18px; }
  .brand-directory { margin-top: 30px; padding-top: 26px; }
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 20px; }
  .brand-card-main { gap: 10px; }
  .brand-card-avatar { width: 48px; height: 48px; }
  .brand-card-name { font-size: 12px; }
  .brand-card-subname { font-size: 9px; }
}
@media (max-width: 480px) {
  .home-discovery { padding: 0 14px; margin: 22px auto 28px; }
  .home-discovery-grid { gap: 18px 9px; }
  .home-discovery-art { border-radius: 17px; }
  .home-discovery-label { font-size: 10px; letter-spacing: -.025em; }
  .home-discovery-badge { font-size: 8px; padding: 2px 5px; }
  .brand-grid { column-gap: 16px; }
  .brand-card-arrow { display: none; }
  .brand-search { min-width: 0; }
  .brand-search input { font-size: 12px; }
  .brand-sort { max-width: 104px; padding-left: 8px; }
  .brand-card-avatar { width: 40px; height: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-discovery-art, .brand-story-image img { transition: none; }
}
