  main { max-width: var(--content-max-width, 1280px); margin: 0 auto; padding: 36px 24px; }
  .breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 16px; }
  .breadcrumb a { color: var(--brass); text-decoration: none; }
  .breadcrumb a:hover { text-decoration: underline; }

  .mp-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
    gap: 28px 32px;
    align-items: start;
  }

  .mp-detail-main { min-width: 0; }

  .mp-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 20px;
  }

  .mp-sidebar-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
  }
  .mp-sidebar-card-lbl,
  .mp-about-anatomy-lbl {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
    padding: 12px 14px 10px;
    border-bottom: 1px solid var(--border);
    background: var(--surface);
  }

  .mp-sidebar-back {
    flex-shrink: 0;
  }
  .mp-sidebar-back-db {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .mp-sidebar-back-db:hover {
    color: #fff;
  }

  .mp-sidebar-meta { padding: 12px 14px; margin: 0; }
  .mp-sidebar-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid var(--faint);
    font-size: 12px;
  }
  .mp-sidebar-meta-row:last-child { border-bottom: none; }
  .mp-sidebar-meta-row dt {
    margin: 0;
    color: var(--muted);
    font-weight: 400;
  }
  .mp-sidebar-meta-row dd {
    margin: 0;
    font-weight: 500;
    color: var(--text);
    text-align: right;
  }

  .mp-vote-sidebar {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }
  .mp-vote-sidebar-count {
    text-align: center;
    flex-shrink: 0;
  }
  .mp-vote-count-num {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    font-family: 'DM Mono', monospace;
    color: var(--text);
  }
  .mp-vote-count-lbl {
    display: block;
    font-size: 10px;
    color: var(--muted);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .mp-vote-widget-sidebar { flex: 1; min-width: 0; }
  .vote-segmented--sidebar {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-radius: 10px;
    border: 1px solid var(--border);
    overflow: hidden;
    background: var(--surface2, var(--faint));
  }
  .mp-vote-widget-sidebar .vote-btn {
    margin: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--border);
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    padding: 9px 12px;
    font-size: 12px;
    font-family: 'DM Sans', sans-serif;
    color: var(--muted);
  }
  .mp-vote-widget-sidebar .vote-btn:last-child { border-bottom: none; }
  .mp-vote-widget-sidebar .vote-btn svg { width: 14px; height: 14px; flex-shrink: 0; }

  .mp-collection-block--sidebar {
    margin: 0;
    max-width: none;
    padding: 8px 10px 12px;
  }
  .mp-collection-block--sidebar .mp-seg-track {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: none;
  }
  .mp-collection-block--sidebar .mp-seg-btn {
    justify-content: flex-start;
    text-align: left;
    padding: 10px 12px;
    font-size: 12px;
  }
  .mp-collection-block--sidebar .mp-collection-toast,
  .mp-collection-block--sidebar .mp-collection-err {
    text-align: left;
    padding: 0 4px;
  }

  .product-header { margin-bottom: 24px; }
  .product-header--detail { margin-bottom: 20px; }

  .ph-hero-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
    justify-content: space-between;
  }
  .ph-title-col {
    flex: 1 1 200px;
    min-width: 0;
  }
  .ph-score-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex: 0 0 auto;
  }

  .ph-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px 20px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
  }
  .ph-meta-row--tight {
    margin-top: 12px;
    padding-top: 12px;
  }
  .ph-meta-left { flex: 1 1 200px; min-width: 0; }
  .ph-meta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    flex: 0 0 auto;
  }

  .ph-brand { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.09em; color: var(--muted); margin-bottom: 6px; }
  .product-header--detail .ph-model { font-size: clamp(28px, 4vw, 36px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 0; }
  .ph-model { font-size: 28px; font-weight: 600; letter-spacing: -0.5px; margin-bottom: 0; }
  .ph-pill--verified {
    background: #eaf3de;
    color: #1e6b2e;
    border-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .ph-pill-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.75;
  }
  .ph-instrument { font-size: 14px; color: var(--muted); }
  .ph-pills { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
  .ph-pill { font-size: 11px; font-weight: 500; padding: 4px 12px; border-radius: 20px; background: var(--faint); color: var(--muted); border: 1px solid var(--border); }
  .ph-pill.use { background: #E8F4E8; color: #1E6B2E; border-color: transparent; }
  .price-tag { font-size: 22px; font-weight: 600; color: var(--brass); }
  .rating-display { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); }
  .stars { color: var(--brass); letter-spacing: 1px; }

  .ph-vote-caption {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
  }

  .ph-vote-widget { display: block; }
  .vote-segmented {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--surface);
    box-shadow: 0 1px 0 rgba(26, 25, 22, 0.04);
  }
  .ph-vote-widget .vote-btn {
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 10px 14px;
    cursor: pointer;
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
    line-height: 0;
    font-family: 'DM Sans', sans-serif;
  }
  .ph-vote-widget .vote-btn:hover {
    background: var(--brass-l);
    color: var(--brass-d);
  }
  .ph-vote-widget .vote-btn:focus-visible {
    outline: 2px solid var(--brass);
    outline-offset: -2px;
    z-index: 1;
  }
  .ph-vote-widget .vote-btn.active-up {
    background: var(--green-l);
    color: var(--green);
  }
  .ph-vote-widget .vote-btn.active-up:hover {
    background: #dff0e6;
    color: var(--green);
  }
  .ph-vote-widget .vote-btn.active-down {
    background: var(--red-l);
    color: var(--red);
  }
  .ph-vote-widget .vote-btn.active-down:hover {
    background: #fcd4d4;
    color: var(--red);
  }
  .ph-vote-widget .vote-btn svg { width: 18px; height: 18px; }
  .ph-vote-widget .vote-count {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    min-width: 52px;
    padding: 0 14px;
    text-align: center;
    font-family: 'DM Mono', monospace;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    background: var(--surface2);
  }

  /* Matches SVG region highlights: hl-rim #FBBF24, hl-cup #86EFAC, hl-throat #FCA5A5, hl-shank #A5B4FC */
  main#main-content {
    --anat-rim: #FBBF24;
    --anat-cup: #86EFAC;
    --anat-throat: #FCA5A5;
    --anat-shank: #A5B4FC;
  }
  .mp-spec-strip {
    display: grid;
    gap: 10px;
    margin-bottom: 28px;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  }
  @media (min-width: 900px) {
    .mp-spec-strip {
      grid-template-columns: repeat(var(--mp-spec-cols, 1), minmax(0, 1fr));
    }
  }
  .mp-spec-strip .spec-card--strip {
    padding: 0.75rem 0.55rem;
    min-width: 0;
  }
  .mp-spec-strip .spec-card--strip-depth {
    background: var(--brass-l, #f7f3f0);
    border-color: var(--brass-b, var(--border));
  }
  .sc-value--hero {
    font-size: clamp(13px, 1.35vw, 22px);
    line-height: 1.1;
    word-break: break-word;
  }
  .mp-spec-strip .sc-value--hero {
    font-size: clamp(12px, 1.15vw, 20px);
  }
  .sc-value--depth {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(13px, 1.1vw, 18px);
    font-weight: 600;
  }
  .sc-unit {
    font-size: 11px;
    color: var(--muted);
    margin-top: 6px;
  }
  .mp-spec-empty {
    font-size: 13px;
    color: var(--muted);
    padding: 16px 0;
    grid-column: 1 / -1;
  }
  .mp-spec-empty--standalone {
    margin-bottom: 28px;
    padding: 0;
  }

  .mp-playing-bars {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 520px;
  }
  .mp-playing-bars--sidebar {
    max-width: none;
    padding: 4px 14px 14px;
    gap: 8px;
  }
  .mp-playing-bar-row {
    display: grid;
    grid-template-columns: minmax(100px, 120px) 1fr 28px;
    align-items: center;
    gap: 12px;
  }
  .mp-playing-bars--sidebar .mp-playing-bar-row {
    grid-template-columns: minmax(72px, 38%) minmax(0, 1fr) 20px;
    gap: 6px 8px;
    align-items: center;
  }
  .mp-playing-bars--sidebar .mp-playing-bar-name {
    font-size: 11px;
    line-height: 1.25;
  }
  .mp-playing-bars--sidebar .mp-playing-bar-val {
    font-size: 11px;
  }
  .mp-playing-bar-name {
    font-size: 13px;
    color: var(--text);
  }
  .mp-playing-bar-track {
    height: 5px;
    background: var(--faint);
    border-radius: 3px;
    overflow: hidden;
  }
  .mp-playing-bar-fill {
    height: 100%;
    border-radius: 3px;
    background: var(--brass-d);
    opacity: 0.55;
    transition: width 0.35s ease;
  }
  .mp-playing-bar-val {
    font-size: 12px;
    font-family: 'DM Mono', monospace;
    color: var(--muted);
    text-align: right;
  }

  .mp-about-anatomy {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-bottom: 28px;
    overflow: hidden;
  }
  .mp-about-anatomy-lbl {
    margin: 0;
  }
  .mp-about-anatomy-body {
    padding: 1.25rem 1.35rem 1.35rem;
    background: var(--surface);
  }
  .mp-about-text {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text);
    margin: 0 0 14px;
  }
  .mp-anatomy-divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 22px 0 14px;
  }
  .mp-about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .mp-about-tag {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 99px;
    background: var(--faint);
    color: var(--brass-d);
    border: 1px solid var(--border);
    text-decoration: none;
    font-weight: 500;
    transition: 0.15s;
  }
  .mp-about-tag:hover {
    border-color: var(--brass);
    background: var(--brass-l);
  }

  .spec-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 16px; transition: background .2s, border-color .2s, box-shadow .2s; }
  .spec-card.spec-card--linked { cursor: pointer; }
  .spec-card.spec-card--linked:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
  .spec-card.is-region-active[data-region="rim"] { background: rgba(251, 191, 36, 0.24); border-color: rgba(245, 158, 11, 0.65); }
  .spec-card.is-region-active[data-region="cup"] { background: rgba(134, 239, 172, 0.28); border-color: rgba(34, 197, 94, 0.55); }
  .spec-card.is-region-active[data-region="throat"] { background: rgba(252, 165, 165, 0.28); border-color: rgba(239, 68, 68, 0.45); }
  .spec-card.is-region-active[data-region="shank"] { background: rgba(165, 180, 252, 0.32); border-color: rgba(99, 102, 241, 0.55); }
  .sc-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .8px; color: var(--muted); margin-bottom: 6px; }
  .sc-value { font-family: 'DM Mono', monospace; font-size: 18px; font-weight: 500; }
  .sc-value.sc-value--text {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(11px, 1vw, 15px);
    font-weight: 600;
    line-height: 1.25;
    word-break: break-word;
  }
  .sc-bar { height: 4px; background: var(--faint); border-radius: 2px; margin-top: 8px; overflow: hidden; }
  .sc-bar-fill { height: 100%; background: var(--brass); border-radius: 2px; }

  .sound-section { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 20px; margin-bottom: 28px; }
  .sound-section h3 { font-size: 14px; font-weight: 600; margin-bottom: 14px; }
  .sound-row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
  .sound-label { font-size: 12px; color: var(--muted); width: 90px; flex-shrink: 0; }
  .sound-track { flex: 1; height: 8px; background: var(--faint); border-radius: 4px; overflow: hidden; }
  .sound-fill { height: 100%; background: var(--brass); border-radius: 4px; transition: width .5s; }
  .sound-val { font-family: 'DM Mono', monospace; font-size: 12px; width: 30px; text-align: right; }

  .svg-section { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 20px; margin-bottom: 28px; }
  .svg-section h3 { font-size: 14px; font-weight: 600; margin-bottom: 14px; }
  .anatomy-layout { display: grid; grid-template-columns: 1fr 200px; gap: 14px; align-items: start; }
  @media (max-width: 640px) { .anatomy-layout { grid-template-columns: 1fr; } }
  /* Beside sticky sidebar: prevent SVG grid blowout */
  .mp-detail-main .anatomy-layout {
    grid-template-columns: minmax(0, 1fr) minmax(148px, 200px);
  }
  .mp-detail-main .mp-about-anatomy .anatomy-layout > div:first-child {
    min-width: 0;
  }
  .mp-part { cursor: pointer; transition: opacity 0.2s; }
  .mp-part:hover { opacity: 0.82; }
  .anat-btns { display: flex; flex-direction: column; gap: 4px; }
  .anat-btn {
    display: flex; align-items: center; gap: 8px; padding: 7px 10px;
    border-radius: 8px; cursor: pointer; border: 1px solid var(--border);
    background: transparent; font-size: 12px; color: var(--text);
    transition: background 0.15s; width: 100%; text-align: left;
    font-family: 'DM Sans', sans-serif;
  }
  .anat-btn:hover { background: var(--faint); }
  .anat-btn[data-part="rim"].active { background: rgba(251, 191, 36, 0.28); border-color: rgba(245, 158, 11, 0.7); color: #422006; }
  .anat-btn[data-part="cup"].active { background: rgba(134, 239, 172, 0.32); border-color: rgba(34, 197, 94, 0.55); color: #14532d; }
  .anat-btn[data-part="throat"].active { background: rgba(252, 165, 165, 0.3); border-color: rgba(239, 68, 68, 0.5); color: #450a0a; }
  .anat-btn[data-part="shank"].active { background: rgba(165, 180, 252, 0.34); border-color: rgba(99, 102, 241, 0.55); color: #1e1b4b; }
  .anat-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12); }
  .anat-btn[data-part="rim"] .anat-dot { background: var(--anat-rim); }
  .anat-btn[data-part="cup"] .anat-dot { background: var(--anat-cup); }
  .anat-btn[data-part="throat"] .anat-dot { background: var(--anat-throat); }
  .anat-btn[data-part="shank"] .anat-dot { background: var(--anat-shank); }
  .anat-info { background: var(--faint); border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px; }
  .anat-info-name { font-weight: 500; font-size: 13px; }
  .anat-badge { display: inline-block; font-size: 10px; padding: 2px 8px; border-radius: 20px; background: #fef3c7; color: #92400e; font-weight: 500; margin-left: 6px; }
  .anat-info-desc { font-size: 11px; color: var(--muted); margin: 6px 0 8px; line-height: 1.5; }
  .anat-spec-row { display: flex; justify-content: space-between; align-items: center; padding: 4px 0; border-bottom: 1px solid var(--border); font-size: 12px; }
  .anat-spec-row:last-child { border-bottom: none; }
  .anat-spec-label { color: var(--muted); }
  .anat-spec-val { font-weight: 500; font-family: 'DM Mono', monospace; font-size: 11px; }

  .detail-section { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 20px; margin-bottom: 28px; }
  .detail-section h3 { font-size: 14px; font-weight: 600; margin-bottom: 14px; }
  .detail-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--faint); font-size: 13px; }
  .detail-row:last-child { border-bottom: none; }
  .detail-key { color: var(--muted); }

  .actions-bar { display: flex; gap: 10px; margin-bottom: 28px; flex-wrap: wrap; }

  .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

  /* My collection — segmented control (mouthpiece detail) */
  .mp-collection-block { margin-bottom: 28px; max-width: 560px; }
  .mp-collection-block--header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    max-width: none;
    flex: 1 1 280px;
    min-width: 0;
  }
  .mp-collection-header-line {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px 14px;
  }
  .mp-collection-block--header .mp-collection-header-line {
    justify-content: center;
  }
  .mp-collection-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    margin-bottom: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .mp-collection-block--header .mp-seg-track {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 420px;
  }
  .mp-seg-track {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
  }
  .mp-seg-slider {
    display: none;
  }
  .mp-seg-btn {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 10px 10px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: transparent;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--muted);
    cursor: pointer;
    transition: color 0.2s ease, font-weight 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .mp-seg-ico {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--faint);
    color: var(--muted);
    transition: background 0.2s ease, color 0.2s ease;
  }
  .mp-seg-btn svg {
    display: block;
  }
  .mp-seg-txt {
    text-align: left;
  }
  .mp-collection-block--header .mp-seg-txt {
    text-align: center;
  }
  .mp-seg-btn:hover {
    color: var(--text);
    border-color: var(--brass-b);
  }
  .mp-seg-btn:hover .mp-seg-ico {
    color: var(--text);
    background: var(--surface);
  }
  .mp-seg-track.has-selection .mp-seg-btn:not(.is-selected) {
    color: var(--muted);
    font-weight: 500;
    border-color: var(--border);
    background: transparent;
  }
  .mp-seg-track.has-selection .mp-seg-btn:not(.is-selected) .mp-seg-ico {
    background: var(--faint);
    color: var(--muted);
  }
  .mp-seg-btn.is-selected[data-status="playing"] {
    color: #14532d;
    font-weight: 600;
    background: var(--green-l);
    border-color: rgba(30, 107, 46, 0.35);
  }
  .mp-seg-btn.is-selected[data-status="playing"] .mp-seg-ico {
    background: rgba(255, 255, 255, 0.65);
    color: #166534;
  }
  .mp-seg-btn.is-selected[data-status="played"] {
    color: var(--blue-d);
    font-weight: 600;
    background: var(--blue-l);
    border-color: rgba(46, 109, 164, 0.35);
  }
  .mp-seg-btn.is-selected[data-status="played"] .mp-seg-ico {
    background: rgba(255, 255, 255, 0.7);
    color: var(--blue);
  }
  .mp-seg-btn.is-selected[data-status="wishlist"] {
    color: var(--brass-d);
    font-weight: 600;
    background: var(--brass-l);
    border-color: var(--brass-b);
  }
  .mp-seg-btn.is-selected[data-status="wishlist"] .mp-seg-ico {
    background: rgba(255, 255, 255, 0.55);
    color: #b45309;
  }
  .mp-seg-btn:focus-visible {
    outline: 2px solid var(--brass);
    outline-offset: 2px;
  }

  .mp-collection-toast {
    font-size: 13px;
    color: var(--green);
    margin: 10px 0 0;
    min-height: 1.35em;
    opacity: 0;
    transition: opacity 0.28s ease;
  }
  .mp-collection-block--header .mp-collection-toast,
  .mp-collection-block--header .mp-collection-err {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
  .mp-collection-toast.is-visible { opacity: 1; }

  .mp-collection-err { font-size: 12px; color: #b03c3c; margin: 8px 0 0; }

  .decoder-inline { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; margin-bottom: 28px; }
  .decoder-inline .di-title { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .8px; color: var(--muted); margin-bottom: 10px; }
  .decoder-segments { display: flex; gap: 6px; flex-wrap: wrap; align-items: flex-end; }
  .decoder-seg { display: inline-flex; flex-direction: column; align-items: center; gap: 3px; }
  .decoder-seg-char { font-family: 'DM Mono', monospace; font-size: 22px; font-weight: 600; padding: 5px 12px; border-radius: 8px; min-width: 36px; text-align: center; line-height: 1; }
  .decoder-seg-label { font-size: 10px; color: var(--muted); text-align: center; max-width: 100px; line-height: 1.2; }
  .decoder-note { font-size: 11px; color: var(--brass-d); margin-top: 8px; }
  .decoder-cta { margin-top: 8px; }

  .doubling-strip { display: flex; align-items: center; gap: 10px; }
  .doubling-strip label { font-size: 12px; color: var(--muted); white-space: nowrap; }
  .doubling-strip select { font-family: 'DM Sans', sans-serif; font-size: 12px; padding: 5px 10px; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); }

  .reviews-section { margin-bottom: 28px; }
  .reviews-section h3 { font-size: 14px; font-weight: 600; margin-bottom: 14px; }
  .review-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 16px; margin-bottom: 12px; }
  .rv-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
  .rv-author { font-weight: 500; font-size: 13px; }
  .rv-date { font-size: 11px; color: var(--muted); }
  .rv-stars { color: var(--brass); font-size: 13px; margin-bottom: 6px; }
  .rv-title { font-weight: 600; font-size: 14px; margin-bottom: 4px; }
  .rv-body { font-size: 13px; color: var(--text); line-height: 1.6; }
  .rv-meta { font-size: 11px; color: var(--muted); margin-top: 6px; }

  .seo-links { margin-bottom: 24px; }
  .seo-links h2 { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
  .seo-links ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 6px; }
  .seo-links li a { display: block; padding: 8px 14px; font-size: 13px; color: var(--text); background: var(--surface); border: 1px solid var(--border); border-radius: 8px; text-decoration: none; transition: .15s; }
  .seo-links li a:hover { border-color: var(--brass); background: var(--brass-l); }

  @media (max-width: 960px) {
    .mp-detail-layout {
      grid-template-columns: 1fr;
    }
    .mp-detail-sidebar {
      position: static;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 12px;
    }
    .mp-detail-sidebar .mp-sidebar-card {
      flex: 1 1 240px;
      min-width: min(100%, 240px);
    }
  }

  @media (max-width: 900px) {
    .ph-hero-row {
      flex-direction: column;
      align-items: stretch;
    }
    .ph-title-col { flex: none; order: 1; }
    .ph-score-col { align-items: flex-start; order: 3; }
    .mp-collection-block--header {
      flex: none;
      order: 2;
    }
    .mp-collection-block--header .mp-collection-header-line {
      justify-content: flex-start;
      flex-wrap: wrap;
    }
    .mp-collection-block--header .mp-seg-track {
      max-width: none;
      width: 100%;
    }
    .ph-vote-widget { width: 100%; }
    .vote-segmented { width: 100%; justify-content: space-between; }
    .vote-count { flex: 1; }
  }

  @media (max-width: 640px) {
    .mp-collection-block { max-width: none; }
    .mp-seg-btn { font-size: 11px; padding: 10px 4px; }
    .ph-meta-right { align-items: flex-start; width: 100%; }
    .mp-spec-strip { grid-template-columns: 1fr 1fr; }
    .seo-links ul { grid-template-columns: 1fr; }
  }
