.v10-detail { padding: 24px 0 92px; }
.v10-detail-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(410px, .96fr); gap: 72px; align-items: start; }
.v10-gallery { min-width: 0; }
.v10-gallery-stage { display: grid; place-items: center; aspect-ratio: 1 / 1; background: #fff; border: 1px solid var(--v10-line); }
.v10-gallery-stage img { display: block; width: 100%; height: 100%; padding: 40px; object-fit: contain; }
.v10-gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.v10-gallery-thumb { width: 84px; height: 84px; display: grid; place-items: center; border: 1px solid var(--v10-line); background: #fff; padding: 6px; cursor: pointer; }
.v10-gallery-thumb[aria-current="true"] { border-color: var(--v10-wine); box-shadow: inset 0 0 0 1px var(--v10-wine); }
.v10-gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.v10-gallery-note { margin: 12px 0 0; color: #786c64; font-size: 12px; line-height: 1.55; }
.v10-detail-copy { position: sticky; top: 24px; }
.v10-detail-copy h1 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 4.5vw, 62px); line-height: 1.02; letter-spacing: -.035em; }
.v10-detail-intro { margin: 22px 0; color: #685d56; font-size: 17px; line-height: 1.72; }
.v10-detail-price { margin: 0 0 24px; padding: 18px 0; border-top: 1px solid var(--v10-line); border-bottom: 1px solid var(--v10-line); }
.v10-detail-price span, .v10-detail-price strong { display: block; }
.v10-detail-price span { color: #7a6e66; font-size: 12px; }
.v10-detail-price strong { margin-top: 5px; color: var(--v10-wine); font-size: 29px; }
.v10-detail-facts { margin: 0; }
.v10-detail-facts div { display: grid; grid-template-columns: 116px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--v10-line); font-size: 14px; line-height: 1.55; }
.v10-detail-facts dt { color: #7a6e66; }
.v10-detail-facts dd { margin: 0; }
.v10-detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.v10-detail-actions a, .v10-detail-actions button { min-height: 50px; display: grid; place-items: center; border: 1px solid var(--v10-ink); background: transparent; color: var(--v10-ink); font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; }
.v10-detail-actions button { background: var(--v10-ink); color: #fff; }
.v10-detail-sections { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 12px; border-top: 1px solid var(--v10-line); border-bottom: 1px solid var(--v10-line); }
.v10-detail-sections article { padding: 32px; border-left: 1px solid var(--v10-line); }
.v10-detail-sections article:last-child { border-right: 1px solid var(--v10-line); }
.v10-detail-sections h2 { margin: 0 0 12px; font-family: "Playfair Display", Georgia, serif; font-size: 27px; }
.v10-detail-sections p { margin: 0; color: #6d625a; line-height: 1.7; }
.v10-related { background: #fff; padding: 82px 0; }
.v10-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.v10-related-card { display: grid; grid-template-columns: 180px 1fr; min-width: 0; border: 1px solid var(--v10-line); color: inherit; text-decoration: none; }
.v10-related-card figure { display: grid; place-items: center; margin: 0; padding: 16px; border-right: 1px solid var(--v10-line); background: #f7f3ed; }
.v10-related-card img { width: 100%; height: 150px; object-fit: contain; }
.v10-related-card div { padding: 24px; }
.v10-related-card span { color: var(--v10-wine); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.v10-related-card h3 { margin: 9px 0; font-size: 22px; }
.v10-related-card p { margin: 0; color: #756960; font-size: 13px; line-height: 1.55; }
.v10-product-error { padding: 90px 0 120px; text-align: center; }
.v10-product-error h1 { margin: 0 0 16px; font-family: "Playfair Display", Georgia, serif; font-size: 50px; }
.v10-product-error a { color: var(--v10-wine); font-weight: 800; }

@media (max-width: 900px) {
  .v10-detail-grid { grid-template-columns: 1fr; gap: 38px; }
  .v10-detail-copy { position: static; }
  .v10-detail-sections { grid-template-columns: 1fr; }
  .v10-detail-sections article, .v10-detail-sections article:last-child { border: 0; border-bottom: 1px solid var(--v10-line); padding: 26px 4px; }
  .v10-detail-sections article:last-child { border-bottom: 0; }
  .v10-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .v10-detail { padding-bottom: 64px; }
  .v10-gallery-stage img { padding: 24px; }
  .v10-detail-copy h1 { font-size: 40px; }
  .v10-detail-facts div { grid-template-columns: 92px 1fr; }
  .v10-detail-actions { grid-template-columns: 1fr; }
  .v10-related-card { grid-template-columns: 120px 1fr; }
  .v10-related-card img { height: 110px; }
  .v10-related-card div { padding: 18px; }
  .v10-related-card h3 { font-size: 19px; }
}
