/* 详情页长图板块 - 750 淘宝详情宽 */
.detail-canvas {
  position: relative;
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 420px;
  overflow: hidden;
  border-radius: 0;
  background: linear-gradient(180deg, #faf7f0 0%, #f3ede3 48%, #faf7f0 100%);
}

.detail-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 1;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23b8956a' stroke-width='0.6' opacity='0.22'%3E%3Cpath d='M100 28c-8 14-22 18-22 32s14 20 22 32 8-18 22-32-14-18-22-32z'/%3E%3Ccircle cx='100' cy='100' r='3' fill='%23b8956a' opacity='0.35'/%3E%3Cpath d='M40 120c10-6 16-18 28-22M160 80c-10 6-16 18-28 22'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cpath d='M20 140 Q60 100 100 140 T180 140' fill='none' stroke='%23c4a882' stroke-width='0.5' opacity='0.2'/%3E%3C/svg%3E");
  background-position: -20px -20px, 100% 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: 180px, 140px;
}

.detail-bg::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 40px;
  width: 160px;
  height: 160px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='%23d4c4b0' opacity='0.15'%3E%3Cellipse cx='60' cy='60' rx='8' ry='12' transform='rotate(0 60 60)'/%3E%3Cellipse cx='60' cy='60' rx='8' ry='12' transform='rotate(45 60 60)'/%3E%3Cellipse cx='60' cy='60' rx='8' ry='12' transform='rotate(90 60 60)'/%3E%3Cellipse cx='60' cy='60' rx='8' ry='12' transform='rotate(135 60 60)'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}

.detail-inner {
  position: relative;
  z-index: 1;
  padding: 2rem 1.35rem 2.25rem;
}

.detail-head {
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.35em;
  color: #8b7361;
  margin-bottom: 1.25rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(184, 149, 106, 0.45);
  font-weight: 600;
}

.detail-poster-copy {
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #3d342c;
  margin: 1.5rem 0 1.75rem;
  letter-spacing: 0.06em;
}

.detail-img-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  margin: 0 auto;
  max-width: 92%;
  background: rgba(255, 253, 248, 0.85);
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(61, 52, 44, 0.08);
  border: 1px solid rgba(184, 149, 106, 0.25);
}

.detail-product-img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  border-radius: 8px;
}

.detail-hero .detail-inner { padding: 1rem 0.75rem; }
.detail-hero .detail-img-frame {
  max-width: 100%;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.detail-hero .detail-product-img {
  max-height: none;
  width: 100%;
  border-radius: 0;
}

.detail-selling-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
.detail-sell-card {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(184, 149, 106, 0.3);
  border-radius: 12px;
  padding: 0.85rem 0.7rem;
  font-size: 0.72rem;
  line-height: 1.55;
  color: #4a4038;
  position: relative;
}
.detail-sell-card::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #b8956a;
  margin-bottom: 0.5rem;
}

.detail-params-table {
  width: 100%;
  font-size: 0.8rem;
  border-collapse: collapse;
}
.detail-params-table td {
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(184, 149, 106, 0.15);
  vertical-align: top;
}
.detail-params-table td:first-child {
  color: #8a7b6e;
  width: 38%;
}

.detail-craft-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.detail-craft-row .detail-text {
  font-size: 0.85rem;
  line-height: 1.9;
  color: #4a4038;
  text-align: center;
}

.detail-adv-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-adv-list li {
  font-size: 0.78rem;
  line-height: 1.65;
  padding: 0.4rem 0;
  border-bottom: 1px dashed rgba(184, 149, 106, 0.2);
  color: #4a4038;
}
.detail-adv-list li::before {
  content: '·';
  color: #b8956a;
  margin-right: 0.35rem;
}

.detail-text-block {
  font-size: 0.85rem;
  line-height: 1.9;
  color: #4a4038;
  text-align: center;
}

.detail-brand-name {
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  color: #6d5a4c;
  margin-bottom: 1rem;
}

.detail-noimg .detail-inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
