@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;700;800&display=swap');
.product-card { content-visibility: auto; contain-intrinsic-size: 280px 420px; }
.catalog-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; margin: 28px 0 0; }
.catalog-pagination button { min-width: 44px; min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 99px; background: #fff; color: var(--ink); font-weight: 700; cursor: pointer; } .catalog-pagination button[aria-current="page"] { border-color: var(--ink); background: var(--ink); color: #fff; } .catalog-pagination button:disabled { cursor: default; opacity: .38; }

:root {
  color-scheme: light;
  --paper: #f8f6f1;
  --card: #ffffff;
  --ink: #171815;
  --muted: #696b64;
  --line: #dedfd8;
  --lime: #d9f44a;
  --coral: #ff6d4a;
  --blue: #6d7cff;
  --shadow: 0 12px 30px rgba(30, 35, 24, .09);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 10px max(16px, env(safe-area-inset-left));
  border-bottom: 1px solid rgba(23, 24, 21, .09);
  background: rgba(248, 246, 241, .9);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; font: 700 .77rem/1 "DM Sans", sans-serif; letter-spacing: .12em; text-decoration: none; }
.brand span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; letter-spacing: -.04em; }
.filter-button { min-height: 44px; padding: 0 14px; border: 1px solid var(--ink); border-radius: 99px; background: transparent; font-weight: 700; cursor: pointer; }

main { overflow: hidden; }
.hero { position: relative; min-height: 510px; padding: 48px 18px 28px; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 34px -110px auto auto; width: 360px; height: 360px; border-radius: 42% 58% 54% 46%; background: var(--lime); transform: rotate(-10deg); }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.hero h1 { max-width: 620px; margin: 0; font-size: clamp(2.25rem, 10.5vw, 4rem); font-weight: 800; line-height: 1.03; letter-spacing: -.065em; }
.search { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; width: min(100%, 560px); min-height: 58px; margin-top: 30px; padding: 6px 6px 6px 16px; border: 2px solid var(--ink); border-radius: 18px; background: var(--card); box-shadow: 7px 7px 0 var(--ink); }
.search input { min-width: 0; min-height: 44px; border: 0; outline: 0; background: transparent; font-size: 1rem; }
.search button { min-height: 44px; padding: 0 17px; border: 0; border-radius: 12px; background: var(--ink); color: #fff; font-weight: 700; cursor: pointer; }
.quick-types { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 26px; }
.quick-types button { display: flex; min-width: 0; min-height: 48px; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .84); font-size: .82rem; font-weight: 700; cursor: pointer; }
.quick-types button.is-active { border-color: var(--ink); background: var(--lime); }
.hero-art { position: absolute; z-index: 1; right: -25px; bottom: 5px; width: 245px; height: 235px; pointer-events: none; }
.hero-card { position: absolute; overflow: hidden; border: 4px solid var(--card); border-radius: 17px; background: var(--card); box-shadow: var(--shadow); }
.hero-card img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.hero-card-a { z-index: 2; right: 14px; bottom: 4px; width: 128px; height: 176px; transform: rotate(8deg); }
.hero-card-b { left: 0; bottom: 35px; width: 156px; height: 105px; transform: rotate(-8deg); }

.section { padding: 48px 18px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section h2 { margin: 0; font-size: clamp(1.65rem, 7vw, 2.7rem); line-height: 1.1; letter-spacing: -.045em; }
.work-section { background: var(--ink); color: #fff; }
.work-suggestions { display: grid; grid-auto-columns: min(76vw, 265px); grid-auto-flow: column; gap: 12px; overflow-x: auto; padding: 0 18px 14px; margin: 0 -18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.work-suggestions::-webkit-scrollbar { display: none; }
.work-card { position: relative; overflow: hidden; min-height: 176px; padding: 0; border: 1px solid #383a35; border-radius: 22px; background: #252622; color: #fff; cursor: pointer; scroll-snap-align: start; }
.work-card img { width: 100%; height: 176px; object-fit: cover; opacity: .76; transition: transform .25s ease, opacity .25s ease; }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, .82)); }
.work-card span { position: absolute; z-index: 2; right: 16px; bottom: 15px; left: 16px; display: grid; gap: 4px; text-align: left; }
.work-card strong { font-size: .98rem; line-height: 1.35; }
.work-card small { color: #d6d6d2; font-size: .72rem; font-weight: 600; }
.work-card.is-active { outline: 3px solid var(--lime); outline-offset: -3px; }
.work-card:hover img { transform: scale(1.04); opacity: .9; }

.returning-work-section { max-width: 1160px; margin: auto; padding-top: 30px; padding-bottom: 30px; }
.returning-work-section .eyebrow { margin: 0 0 5px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.returning-work-list { display: grid; grid-auto-columns: min(70vw, 245px); grid-auto-flow: column; gap: 10px; overflow-x: auto; padding: 2px 18px 14px; margin: 0 -18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.returning-work-list::-webkit-scrollbar { display: none; }
.returning-work-card { position: relative; display: grid; min-height: 132px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--card); color: inherit; text-decoration: none; scroll-snap-align: start; }
.returning-work-card img { width: 100%; height: 132px; object-fit: cover; opacity: .7; }
.returning-work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .82)); }
.returning-work-card > span { position: absolute; z-index: 1; right: 13px; bottom: 12px; left: 13px; display: grid; gap: 2px; color: #fff; }
.returning-work-card small { color: var(--lime); font-size: .62rem; font-weight: 800; }
.returning-work-card strong { font-size: .9rem; line-height: 1.35; }
.returning-work-card > span > span { color: #e3e3df; font-size: .65rem; font-weight: 700; }

.discovery-section { max-width: 1160px; margin: auto; }
.results-head { margin-bottom: 16px; }
.result-count { margin: 0; color: var(--muted); font: 600 .78rem/1 "DM Sans", sans-serif; }
.sort-pills { display: flex; gap: 7px; overflow-x: auto; padding: 3px 2px 12px; scrollbar-width: none; }
.sort-pills::-webkit-scrollbar { display: none; }
.sort-pills button { flex: 0 0 auto; min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 99px; background: transparent; font-size: .8rem; font-weight: 700; cursor: pointer; }
.sort-pills button.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.active-filters { display: flex; flex-wrap: wrap; gap: 7px; min-height: 10px; margin: 2px 0 16px; }
.active-filters button { min-height: 44px; padding: 0 11px; border: 0; border-radius: 99px; background: #e9e7df; font-size: .72rem; cursor: pointer; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--card); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-image { position: relative; display: grid; aspect-ratio: 1 / 1; place-items: center; overflow: hidden; background: #efeee9; }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.product-image:hover img { transform: scale(1.035); }
.source-chip { position: absolute; right: 7px; bottom: 7px; padding: 5px 8px; border-radius: 99px; background: rgba(23, 24, 21, .82); color: #fff; font-size: .59rem; font-weight: 700; backdrop-filter: blur(8px); }
.product-body { padding: 11px; }
.product-tags { display: flex; flex-wrap: wrap; gap: 4px; min-width: 0; }
.product-tags span { max-width: 100%; overflow: hidden; padding: 4px 6px; border-radius: 6px; background: #efeee9; color: #55574f; font-size: .57rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.product-tags .type-tag { background: #e9eaff; color: #414daf; }
.product-card h3 { display: -webkit-box; min-height: 3.55em; margin: 9px 0 6px; overflow: hidden; font-size: .8rem; line-height: 1.5; letter-spacing: -.02em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card h3 a { display: flex; min-height: 44px; align-items: center; text-decoration: none; }
.product-meta { margin: 0; color: var(--muted); font-size: .67rem; }
.image-unavailable .product-image::before { content: "IMAGE\AUNAVAILABLE"; white-space: pre; color: var(--muted); font: 700 .7rem/1.35 "DM Sans", sans-serif; text-align: center; }
.image-unavailable .product-image img { display: none; }
.empty-state { padding: 60px 20px; border: 1px dashed var(--line); border-radius: 20px; text-align: center; }
.empty-state h3 { margin: 8px 0 16px; }
.empty-state button { min-height: 44px; padding: 0 18px; border: 0; border-radius: 99px; background: var(--ink); color: #fff; }

.filter-drawer { width: min(100% - 20px, 520px); max-width: none; margin: auto auto 10px; padding: 0; border: 0; border-radius: 24px; background: var(--card); color: var(--ink); box-shadow: 0 25px 80px rgba(0, 0, 0, .25); }
.filter-drawer::backdrop { background: rgba(14, 15, 13, .48); backdrop-filter: blur(4px); }
.drawer-shell { display: grid; gap: 16px; padding: 20px; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; }
.drawer-head h2 { margin: 0; font-size: 1.35rem; }
.drawer-head button { min-width: 68px; height: 44px; padding: 0 14px; border: 0; border-radius: 99px; background: #efeee9; font-size: .75rem; font-weight: 700; cursor: pointer; }
.drawer-shell label { display: grid; gap: 7px; font-size: .75rem; font-weight: 700; }
.drawer-shell select { width: 100%; min-height: 50px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.drawer-actions { display: grid; grid-template-columns: 1fr 1.7fr; gap: 8px; padding-top: 6px; }
.drawer-actions button { min-height: 50px; border: 0; border-radius: 13px; font-weight: 700; cursor: pointer; }
.drawer-actions .secondary { background: #efeee9; }
.drawer-actions .primary { background: var(--ink); color: #fff; }

@media (max-width: 340px) {
  .site-header { min-height: 60px; }
  .brand { gap: 7px; font-size: .68rem; }
  .brand span { width: 34px; height: 34px; }
  .hero { min-height: 500px; padding-top: 36px; }
  .hero h1 { max-width: 280px; font-size: 2rem; line-height: 1.04; letter-spacing: -.055em; }
  .search { min-height: 54px; margin-top: 22px; padding-left: 12px; }
  .search input { font-size: .92rem; }
  .search button { padding: 0 14px; }
  .quick-types { margin-top: 20px; }
  .quick-types button { min-height: 46px; padding: 7px 8px; }
  .hero-art { right: -12px; bottom: 0; width: 190px; height: 156px; }
  .hero-card-a { right: 8px; width: 88px; height: 122px; }
  .hero-card-b { bottom: 26px; width: 120px; height: 81px; }
  .product-grid { grid-template-columns: minmax(0, 1fr); }
  .product-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); }
  .product-image { height: 100%; min-height: 196px; aspect-ratio: auto; }
  .product-body { padding: 12px; }
  .product-card h3 { font-size: .84rem; }
  .source-chip { right: 5px; bottom: 5px; padding: 4px 6px; font-size: .51rem; }
}

@media (min-width: 720px) {
  .site-header { padding-right: 32px; padding-left: 32px; }
  .hero h1 { font-size: clamp(3.6rem, 5.4vw, 4.75rem); }
  .hero { display: grid; min-height: 560px; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center; max-width: 1180px; margin: auto; padding: 64px 32px 56px; }
  .hero::before { top: 72px; right: -40px; width: 520px; height: 470px; }
  .quick-types { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero-art { position: relative; right: auto; bottom: auto; width: 100%; height: 430px; }
  .hero-card-a { right: 25px; bottom: 18px; width: 210px; height: 288px; }
  .hero-card-b { left: 10px; bottom: 92px; width: 260px; height: 176px; }
  .section { padding: 80px 32px; }
  .returning-work-section { padding-top: 42px; padding-bottom: 42px; }
  .returning-work-list { grid-auto-columns: none; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: row; overflow: visible; margin: 0; padding: 0; }
  .work-suggestions { grid-auto-columns: minmax(220px, 1fr); grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: row; overflow: visible; margin: 0; padding: 0; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .product-body { padding: 15px; }
  .product-card h3 { font-size: .94rem; }
  .filter-drawer { margin: auto; }
}

@media (min-width: 1060px) {
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
/* Portal, favorites, and real popularity surfaces */
.header-actions { display: flex; align-items: center; gap: 7px; }
.favorites-link { position: relative; display: inline-flex; min-height: 44px; align-items: center; gap: 7px; padding: 0 10px; border-radius: 99px; font-size: .75rem; font-weight: 700; text-decoration: none; }
.favorites-link svg, .favorite-button svg, .buy-links svg, .official-link svg, .card-favorite svg { width: 19px; height: 19px; flex: 0 0 auto; }
.favorites-link b { display: grid; min-width: 19px; height: 19px; place-items: center; padding: 0 5px; border-radius: 99px; background: var(--coral); color: #fff; font: 700 .65rem/1 "DM Sans", sans-serif; }
.work-card { display: block; text-decoration: none; }
.product-card { position: relative; }
.card-favorite { position: absolute; z-index: 4; top: 8px; right: 8px; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid rgba(23, 24, 21, .12); border-radius: 50%; background: rgba(255, 255, 255, .93); color: var(--ink); box-shadow: 0 4px 14px rgba(0, 0, 0, .08); cursor: pointer; }
.card-favorite.is-active { background: var(--lime); }
.card-favorite.is-active svg { fill: currentColor; }
.rank-badge { position: absolute; z-index: 3; top: 10px; left: 10px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font: 700 .85rem/1 "DM Sans", sans-serif; }
.popular-section { max-width: 1160px; margin: auto; }
.popular-section .section-head p { margin: 0; color: var(--muted); font-size: .75rem; }
.popular-grid { display: grid; grid-auto-columns: min(66vw, 240px); grid-auto-flow: column; grid-template-columns: none; gap: 12px; overflow-x: auto; padding: 2px 18px 18px; margin: 0 -18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.popular-grid::-webkit-scrollbar { display: none; }
.popular-grid .product-card { scroll-snap-align: start; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; max-width: 1160px; margin: 0 auto; padding: 24px 18px 0; color: var(--muted); font-size: .72rem; }
.breadcrumbs a { text-underline-offset: 3px; }
.detail-page, .work-page, .favorites-page { min-height: calc(100vh - 64px); }
.detail-hero { display: grid; gap: 26px; max-width: 1040px; margin: 0 auto; padding: 24px 18px 44px; }
.detail-image { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.detail-image img { width: 100%; max-height: 560px; aspect-ratio: 1 / 1; object-fit: contain; }
.detail-copy { align-self: center; }
.detail-copy h1, .work-hero h1, .favorites-hero h1 { margin: 15px 0 20px; font-size: clamp(1.8rem, 8vw, 3.5rem); line-height: 1.13; letter-spacing: -.045em; }
.detail-copy .product-tags a, .detail-copy .product-tags span { display: inline-flex; min-height: 32px; align-items: center; padding: 5px 9px; border-radius: 8px; background: #ebe9e2; font-size: .7rem; font-weight: 700; text-decoration: none; }
.detail-copy .product-tags .type-tag { background: #e9eaff; color: #414daf; }
.detail-facts { display: grid; gap: 0; margin: 0 0 22px; border-top: 1px solid var(--line); }
.detail-facts div { display: grid; grid-template-columns: 78px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.detail-facts dt { color: var(--muted); font-size: .72rem; }
.detail-facts dd { margin: 0; font-size: .86rem; font-weight: 700; }
.detail-summary { max-width: 62ch; margin: -6px 0 20px; color: var(--muted); font-size: .86rem; line-height: 1.75; }
.favorite-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 99px; background: transparent; font-weight: 700; cursor: pointer; }
.favorite-button.is-active { background: var(--lime); }
.favorite-button.is-active svg { fill: currentColor; }
.buy-section { padding: 42px 18px; background: var(--ink); color: #fff; }
.buy-section > * { max-width: 1040px; margin-right: auto; margin-left: auto; }
.buy-section h2, .related-section h2, .work-products h2, .favorites-page section h2 { margin-top: 0; font-size: clamp(1.4rem, 6vw, 2.2rem); letter-spacing: -.04em; }
.affiliate-note { margin-top: -8px; color: #bebfba; font-size: .68rem; }
.buy-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 22px; }
.buy-links a { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 8px; padding: 0 14px; border: 1px solid #3c3e38; border-radius: 14px; background: #252622; font-size: .8rem; font-weight: 700; text-decoration: none; }
.buy-links a[data-store="amazon"] { background: var(--lime); color: var(--ink); }
.buy-links a[data-store="rakuten"] { background: var(--coral); color: #fff; }
.official-link { display: inline-flex; min-height: 48px; align-items: center; gap: 8px; margin-top: 18px; color: #d9dad5; font-size: .76rem; }
.related-section, .work-products { max-width: 1160px; margin: 0 auto; padding: 52px 18px 72px; }
.related-section .section-head a { min-height: 44px; font-size: .76rem; font-weight: 700; }
.work-hero, .favorites-hero { display: grid; gap: 20px; max-width: 1160px; margin: 0 auto; padding: 42px 18px 30px; }
.work-hero p, .favorites-hero p { margin: 0; color: var(--muted); }
.type-summary { display: flex; gap: 8px; max-width: 1160px; margin: 0 auto; padding: 0 18px 8px; overflow-x: auto; scrollbar-width: none; }
.type-summary span { flex: 0 0 auto; display: grid; gap: 2px; min-width: 112px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--muted); font-size: .66rem; }
.type-summary b { color: var(--ink); font-size: .76rem; }
.favorites-page > section { max-width: 1160px; margin: 0 auto; padding: 18px 18px 54px; }
.favorites-page [data-favorites-empty] { margin: 20px 18px; padding: 40px 18px; border: 1px dashed var(--line); border-radius: 20px; text-align: center; }
.favorites-page [data-favorites-empty] a { display: inline-flex; min-height: 48px; align-items: center; padding: 0 18px; border-radius: 99px; background: var(--ink); color: #fff; font-weight: 700; text-decoration: none; }
.favorite-work-list { display: grid; gap: 9px; }
.favorite-work-list a { display: flex; min-height: 54px; align-items: center; padding: 0 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; font-weight: 700; text-decoration: none; }

@media (max-width: 420px) {
  .header-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .favorites-link { width: 44px; justify-content: center; padding: 0; }
  .favorites-link b { position: absolute; top: 1px; right: -2px; }
  .filter-button { padding: 0 12px; font-size: .75rem; }
}

@media (min-width: 720px) {
  .popular-grid { grid-auto-flow: row; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; margin: 0; padding: 0; }
  .detail-hero { grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); padding: 42px 32px 72px; }
  .breadcrumbs { padding-right: 32px; padding-left: 32px; }
  .buy-section { padding: 64px 32px; }
  .buy-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .related-section, .work-products { padding-right: 32px; padding-left: 32px; }
  .work-hero { grid-template-columns: 1fr auto; align-items: end; padding: 68px 32px 38px; }
  .favorites-hero { padding: 68px 32px 38px; }
  .type-summary { padding-right: 32px; padding-left: 32px; }
  .favorites-page > section { padding-right: 32px; padding-left: 32px; }
  .favorite-work-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.work-page-title { white-space: nowrap; }
/* Work-first navigation and crawlable collection hubs */
.browse-menu-button { display: inline-flex; min-width: 58px; min-height: 44px; align-items: center; justify-content: center; gap: 6px; padding: 0 12px; border: 1px solid var(--ink); border-radius: 99px; background: var(--ink); color: #fff; font-size: .72rem; font-weight: 700; cursor: pointer; }
.browse-dialog { width: min(calc(100% - 20px), 540px); max-width: none; max-height: calc(100dvh - 20px); margin: auto auto 10px; padding: 0; overflow: hidden; border: 0; border-radius: 24px; background: var(--paper); color: var(--ink); box-shadow: 0 28px 90px rgba(0, 0, 0, .28); }
.browse-dialog::backdrop { background: rgba(14, 15, 13, .5); backdrop-filter: blur(5px); }
.browse-dialog-head { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 18px; border-bottom: 1px solid var(--line); background: rgba(248, 246, 241, .94); }
.browse-dialog-head h2 { margin: 0; font-size: 1.3rem; letter-spacing: -.04em; }
.browse-dialog-head button { min-width: 68px; height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 99px; background: #fff; font-size: .72rem; font-weight: 700; cursor: pointer; }
.browse-dialog nav { max-height: calc(100dvh - 92px); padding: 5px 18px 26px; overflow-y: auto; }
.browse-dialog section { padding: 18px 0; border-bottom: 1px solid var(--line); }
.browse-dialog section:last-child { border-bottom: 0; }
.browse-dialog h3 { margin: 0 0 10px; font-size: .75rem; }
.browse-work-list { display: grid; gap: 7px; }
.browse-work-list a { display: grid; grid-template-columns: minmax(0, 1fr) auto; min-height: 50px; align-items: center; gap: 9px; padding: 0 12px; border: 1px solid var(--line); border-radius: 13px; background: #fff; font-size: .78rem; font-weight: 700; text-decoration: none; }
.browse-work-list small { color: var(--muted); font-size: .62rem; }
.browse-chip-list { display: flex; flex-wrap: wrap; gap: 7px; }
.browse-chip-list a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 13px; border: 1px solid var(--line); border-radius: 99px; background: #fff; font-size: .72rem; font-weight: 700; text-decoration: none; }
.eyebrow { margin: 0 0 8px !important; color: var(--muted); font: 700 .68rem/1.2 "DM Sans", "Noto Sans JP", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.work-facets { display: grid; gap: 14px; max-width: 1160px; margin: 0 auto; padding: 0 18px 14px; }
.work-facets section { min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.work-facets h2 { margin: 0 0 11px; font-size: .75rem; }
.facet-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.facet-links a { display: grid; min-width: 0; min-height: 58px; align-content: center; gap: 2px; padding: 8px 10px; border-radius: 11px; background: #f2f0ea; text-decoration: none; }
.facet-links b { overflow: hidden; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.facet-links span { color: var(--muted); font-size: .6rem; }
.series-summary { display: flex; flex-wrap: wrap; gap: 7px; }
.series-summary > span { display: inline-flex; min-width: 0; min-height: 44px; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 10px; }
.series-summary b { min-width: 0; overflow: hidden; font-size: .67rem; text-overflow: ellipsis; white-space: nowrap; }
.series-summary small { flex: 0 0 auto; color: var(--muted); font-size: .58rem; }
.release-groups { display: grid; gap: 42px; }
.release-group { scroll-margin-top: 80px; }
.release-group-head { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding-bottom: 11px; border-bottom: 1px solid var(--line); }
.release-group-head time { font-size: 1rem; font-weight: 800; }
.release-group-head p { margin: 4px 0 0; color: var(--muted); font-size: .64rem; }
.release-group-head > a { display: inline-flex; min-height: 44px; align-items: center; gap: 3px; font-size: .66rem; font-weight: 700; white-space: nowrap; }
.discovery-links { display: grid; gap: 20px; max-width: 1160px; margin: 0 auto 70px; padding: 26px 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.discovery-links h2 { margin: 0; font-size: 1.5rem; letter-spacing: -.04em; }
.discovery-links > div:last-child { display: grid; gap: 7px; }
.discovery-links a { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 8px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-size: .73rem; font-weight: 700; text-decoration: none; }
.collection-page { min-height: calc(100vh - 64px); }
.collection-hero { max-width: 1160px; margin: 0 auto; padding: 42px 18px 26px; }
.collection-hero h1 { margin: 0 0 10px; font-size: clamp(2rem, 9vw, 3.8rem); line-height: 1.1; letter-spacing: -.055em; }
.collection-hero > p:last-child { margin: 0; color: var(--muted); }
.collection-work-links { max-width: 1160px; margin: 0 auto; padding: 0 18px 36px; }
.collection-work-links h2 { margin: 0 0 11px; font-size: .78rem; }
.collection-work-links > div { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
.collection-work-links a { display: inline-flex; flex: 0 0 auto; min-height: 46px; align-items: center; gap: 5px; padding: 0 12px; border: 1px solid var(--line); border-radius: 99px; background: #fff; font-size: .7rem; font-weight: 700; text-decoration: none; }
.collection-page > section:last-child { max-width: 1160px; margin: 0 auto; padding: 0 18px 72px; }

@media (max-width: 420px) {
  .brand { width: 44px; overflow: hidden; gap: 0; font-size: 0; letter-spacing: 0; }
  .brand span { flex: 0 0 36px; font-size: .68rem; }
  .browse-menu-button { min-width: 58px; padding: 0 12px; }
  .work-hero { padding-top: 36px; }
  .work-hero .favorite-button { width: 100%; }
}

@media (min-width: 720px) {
  .browse-dialog { width: min(520px, calc(100% - 40px)); margin: auto 20px auto auto; border-radius: 24px 0 0 24px; }
  .work-facets { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); padding-right: 32px; padding-left: 32px; }
  .facet-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .discovery-links { grid-template-columns: .7fr 1.3fr; padding: 34px 32px; }
  .discovery-links > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-hero, .collection-work-links, .collection-page > section:last-child { padding-right: 32px; padding-left: 32px; }
}
.section-more { display: inline-flex; min-height: 44px; align-items: center; color: inherit; font-size: .74rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.works-directory-page { min-height: calc(100vh - 64px); }
.works-directory-page > section { max-width: 1160px; margin: 0 auto; padding: 0 18px 72px; }
.works-directory-grid { display: grid; gap: 10px; }
.work-directory-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.work-directory-card > a { display: grid; min-height: 112px; grid-template-columns: 104px minmax(0, 1fr); color: inherit; text-decoration: none; }
.work-directory-image { display: block; min-width: 0; overflow: hidden; background: #efeee9; }
.work-directory-image img { width: 100%; height: 100%; object-fit: cover; }
.work-directory-copy { display: grid; min-width: 0; align-content: center; gap: 5px; padding: 14px; }
.work-directory-copy strong { overflow: hidden; font-size: .9rem; line-height: 1.45; text-overflow: ellipsis; }
.work-directory-copy > span { color: var(--ink); font-size: .68rem; font-weight: 700; }
.work-directory-copy small { overflow: hidden; color: var(--muted); font-size: .62rem; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }

@media (min-width: 720px) {
  .works-directory-page > section { padding-right: 32px; padding-left: 32px; }
  .works-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .work-directory-card > a { min-height: 132px; grid-template-columns: 132px minmax(0, 1fr); }
  .work-directory-copy strong { font-size: 1rem; }
}

@media (min-width: 1060px) {
  .works-directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.maker-sample-section { max-width: 1160px; margin: 0 auto; }
.maker-sample-section .section-head { margin-bottom: 8px; }
.maker-sample-lead { margin: 0 0 20px; color: var(--muted); font-size: .76rem; }

@media (max-width: 719px) {
  .maker-sample-grid { grid-auto-columns: min(72vw, 260px); grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; margin: 0 -18px; padding: 0 18px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .maker-sample-grid::-webkit-scrollbar { display: none; }
  .maker-sample-grid .product-card { scroll-snap-align: start; }
}

@media (min-width: 720px) {
  .maker-sample-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.calendar-preview-section { max-width: 1160px; margin: 0 auto; }
.calendar-preview-section .section-head { margin-bottom: 8px; }
.calendar-preview-lead { margin: 0 0 20px; color: var(--muted); font-size: .76rem; }
.calendar-preview-grid { display: grid; grid-auto-columns: min(80vw, 300px); grid-auto-flow: column; grid-template-columns: none; gap: 12px; overflow-x: auto; margin: 0 -18px; padding: 0 18px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.calendar-preview-grid::-webkit-scrollbar { display: none; }
.calendar-preview-card { display: grid; min-height: 156px; align-content: space-between; gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; color: var(--ink); text-decoration: none; scroll-snap-align: start; }
.calendar-preview-card:first-child { background: var(--lime); }
.calendar-preview-card > span:first-child { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.calendar-preview-card time { font-size: 1rem; font-weight: 800; }
.calendar-preview-card strong { font-size: 1.45rem; line-height: 1; letter-spacing: -.04em; }
.calendar-preview-card small { color: var(--muted); font-size: .7rem; font-weight: 700; }
.calendar-preview-types { color: var(--muted); font-size: .64rem; line-height: 1.5; }

.release-calendar-page { min-height: calc(100vh - 64px); }
.release-calendar-page > section { max-width: 1160px; margin: 0 auto; padding: 0 18px 72px; }
.release-calendar-grid { display: grid; gap: 14px; }
.calendar-month-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.calendar-month-link { display: grid; min-height: 112px; gap: 8px; padding: 18px; color: inherit; text-decoration: none; }
.calendar-month-link > span { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.calendar-month-link time { font-size: 1.1rem; font-weight: 800; }
.calendar-month-link strong { font-size: 1.55rem; line-height: 1; letter-spacing: -.045em; }
.calendar-month-link small { color: var(--muted); font-size: .72rem; font-weight: 700; }
.calendar-type-counts { display: flex; gap: 7px; overflow-x: auto; padding: 0 18px 16px; scrollbar-width: none; }
.calendar-type-counts::-webkit-scrollbar { display: none; }
.calendar-type-counts span { flex: 0 0 auto; padding: 7px 9px; border-radius: 999px; background: #efeee9; color: var(--muted); font-size: .64rem; }
.calendar-type-counts b { color: var(--ink); }
.calendar-preview-images { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); height: 96px; overflow: hidden; border-top: 1px solid var(--line); background: #efeee9; }
.calendar-preview-images img { width: 100%; height: 100%; object-fit: cover; }
.calendar-month-card:first-child { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.calendar-month-card:first-child .calendar-month-link { background: var(--lime); }
.calendar-empty { padding: 28px; border: 1px solid var(--line); border-radius: 18px; color: var(--muted); }

@media (hover: hover) {
  .calendar-preview-card:hover, .calendar-month-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(23, 24, 21, .08); }
}

@media (min-width: 720px) {
  .calendar-preview-grid { grid-auto-flow: row; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; margin: 0; padding: 0; }
  .release-calendar-page > section { padding-right: 32px; padding-left: 32px; }
  .release-calendar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1060px) {
  .release-calendar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1280px) {
  .release-calendar-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Persona-priority discovery: character, coordinated set, evergreen comparison */
.character-facet { grid-column: 1 / -1; }
.character-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.character-links a { display: grid; min-width: 0; min-height: 52px; align-content: center; gap: 2px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 11px; color: inherit; text-decoration: none; }
.character-links b { overflow: hidden; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.character-links span { color: var(--muted); font-size: .6rem; }
.set-completeness { display: grid; gap: 8px; margin: -3px 0 15px; padding: 12px; border-radius: 13px; background: #f2f0ea; }
.set-completeness > strong { font-size: .7rem; }
.set-completeness > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.set-completeness a, .set-completeness span { display: flex; min-width: 0; min-height: 44px; align-items: center; justify-content: center; padding: 5px; border-radius: 9px; font-size: .62rem; font-weight: 700; text-align: center; }
.set-completeness a { border: 1px solid #c9c5b9; background: #fff; color: var(--ink); text-decoration: none; }
.set-completeness span { color: var(--muted); background: #e5e2da; }
.evergreen-guide { max-width: 1160px; margin: 0 auto; padding: 0 18px 36px; }
.evergreen-guide .section-head { align-items: end; }
.evergreen-guide .section-head h2 { margin: 0; font-size: 1.5rem; letter-spacing: -.04em; }
.evergreen-guide-intro { max-width: 46rem; margin: 0 0 16px; color: var(--muted); font-size: .72rem; line-height: 1.7; }
.sleeve-layer-grid { display: grid; gap: 10px; }
.sleeve-layer-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.sleeve-layer-card > header { display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: center; gap: 12px; padding: 14px; border-bottom: 1px solid var(--line); }
.sleeve-layer-card > header > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: .68rem; font-weight: 800; }
.sleeve-layer-card h3 { margin: 0 0 3px; font-size: .9rem; }
.sleeve-layer-card header p { margin: 0; color: var(--muted); font-size: .63rem; line-height: 1.45; }
.sleeve-compare-list { display: grid; }
.sleeve-compare-list > a { display: grid; min-height: 132px; align-content: center; gap: 5px; padding: 14px; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; }
.sleeve-compare-list > a:last-child { border-bottom: 0; }
.sleeve-compare-list strong { font-size: .75rem; line-height: 1.5; }
.sleeve-compare-list > a > span { color: var(--muted); font-size: .62rem; }
.sleeve-compare-list dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; margin: 5px 0 0; }
.sleeve-compare-list dl div { min-width: 0; padding: 7px; border-radius: 8px; background: #f2f0ea; }
.sleeve-compare-list dt { color: var(--muted); font-size: .52rem; }
.sleeve-compare-list dd { margin: 2px 0 0; overflow-wrap: anywhere; font-size: .62rem; font-weight: 700; }
.sleeve-layer-empty { padding: 16px; color: var(--muted); font-size: .68rem; }

@media (min-width: 720px) {
  .character-links { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .evergreen-guide { padding-right: 32px; padding-left: 32px; }
  .sleeve-layer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
}
