.pd-layout { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 56px; align-items: start; padding-top: 26px; padding-bottom: 60px; }
.pd-well { aspect-ratio: 5 / 7; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--well); display: grid; place-items: center; color: var(--well-ink); overflow: hidden; }
.pd-well img { width: 100%; height: 100%; object-fit: contain; }
.pd-media-note { font-size: 12.5px; margin-top: 12px; }

.pd-buy { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.pd-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.pd-title { font-size: 42px; }
.pd-sub { font-size: 15px; margin-top: -8px; }
.pd-rating { display: flex; align-items: center; gap: 10px; margin-top: -8px; }
.pd-stars { color: var(--amber); letter-spacing: 2px; font-size: 14px; }

.pd-price { display: flex; align-items: baseline; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pd-price-n { font-size: 36px; font-weight: 600; line-height: 1; }
.pd-price-tag { font-size: 12.5px; }
.pd-preorder { border-color: var(--amber-line); background: var(--amber-soft); color: var(--amber-deep); }

.pd-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-mute); display: block; }
.pd-variants { display: flex; flex-direction: column; gap: 10px; }
.pd-variant-row { display: flex; gap: 10px; flex-wrap: wrap; }
.pd-variant { flex: 1 1 160px; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 11px 14px; display: flex; flex-direction: column; gap: 2px; }
.pd-variant:hover { border-color: var(--amber-line); color: inherit; }
.pd-variant.is-on { border-color: var(--amber); background: var(--amber-soft); }
.pd-variant-n { font-size: 13.5px; font-weight: 600; }
.pd-variant-p { font-size: 13px; color: var(--text-dim); }
.pd-variant.is-on .pd-variant-p { color: var(--amber-deep); }

.pd-slabs { display: flex; flex-direction: column; gap: 10px; }
.pd-slabs-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pd-slabs-n { font-size: 12.5px; }
.pd-slab { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: var(--r); padding: 16px; background: var(--panel); }
.pd-slab:first-of-type { border-color: var(--amber-line); background: var(--amber-soft); }
.pd-slab.is-out { opacity: .6; }
.pd-slab-pic { width: 72px; aspect-ratio: 5/7; border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--well); display: grid; place-items: center; color: var(--well-ink); overflow: hidden; }
.pd-slab-pic img { width: 100%; height: 100%; object-fit: cover; }
.pd-slab-words { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; min-width: 0; }
.pd-slab-cert { font-size: 12px; color: var(--amber-deep); letter-spacing: .06em; }
.pd-slab-meta { font-size: 12.5px; }
.pd-slab-buy { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.pd-slab-price { font-size: 20px; font-weight: 600; }

.pd-items { display: flex; flex-direction: column; gap: 10px; }
.pd-table-wrap { border: 1px solid var(--line); border-radius: var(--r); overflow-x: auto; background: var(--panel); }
.pd-table th { text-align: left; padding: 10px 16px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-mute); font-weight: 500; background: var(--panel-2); white-space: nowrap; }
.pd-table td { padding: 12px 16px; font-size: 14px; border-top: 1px solid var(--line-soft); white-space: nowrap; }
.pd-table tr.is-out { opacity: .5; }
.pd-cond { font-weight: 600; }
.pd-num { text-align: right; }
.pd-row-price { font-size: 15px; font-weight: 600; }

.pd-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.is-saved { border-color: var(--amber); color: var(--amber-deep); }

.pd-notify-row { display: flex; gap: 8px; margin-top: 8px; }
.pd-notify-row input { flex-grow: 1; }
.pd-notify-row .btn { white-space: nowrap; }

.pd-buying { display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--line); border-left: 3px solid var(--felt); border-radius: var(--r); padding: 16px 18px; background: var(--panel); }
.pd-buying-t { display: block; font-family: var(--font-display); font-size: 15px; font-weight: 700; }
.pd-buying-s { display: block; font-size: 13px; margin-top: 3px; }
.pd-buying-s .mono { color: var(--felt); }

.pd-desc { padding-top: 10px; padding-bottom: 40px; font-size: 15px; color: var(--text-dim); line-height: 1.65; }
.pd-desc h2, .pd-desc h3 { color: var(--text); margin: 20px 0 8px; }
.pd-desc p { margin-bottom: 12px; }

.pd-reviews { padding-top: 20px; padding-bottom: 70px; border-top: 1px solid var(--line); }
.pd-h2 { font-size: 26px; margin-bottom: 20px; }
.pd-h3 { font-size: 17px; margin-bottom: 14px; }
.pd-review-form { display: flex; flex-direction: column; gap: 14px; max-width: 560px; align-items: stretch; }
.pd-review-form .btn { align-self: flex-start; }
.pd-pending { font-size: 13px; }
.pd-link { color: var(--amber-deep); text-decoration: underline; }
.pd-review-list { display: flex; flex-direction: column; gap: 16px; margin-top: 26px; }
.pd-review { border: 1px solid var(--line); border-radius: var(--r); padding: 18px; background: var(--panel); }
.pd-review-head { display: flex; align-items: center; gap: 10px; }
.pd-review-body { font-size: 14px; color: var(--text-dim); margin-top: 8px; }
.pd-review-by { font-size: 11.5px; margin-top: 10px; letter-spacing: .06em; }

@media (max-width: 900px) {
    .pd-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .pd-well { max-width: 340px; }
    .pd-title { font-size: 30px; }
    .pd-price-n { font-size: 28px; }
    .pd-slab { grid-template-columns: 58px minmax(0, 1fr); }
    .pd-slab-pic { width: 58px; }
    .pd-slab-buy { grid-column: 2; flex-direction: row; align-items: center; justify-content: space-between; width: 100%; }
}
