/* ===== Product Detail Rich Content ===== */
.product-detail-content {
  /*max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;*/
}
.official-description {
  padding: 40px 0 48px;
  border-bottom: 1px solid #e0ddd8;
}
.official-description p {
  font-size: 14.5px;
  line-height: 2;
  color: #3a3a3a;
  letter-spacing: 0.03em;
}
.pickup-section {
  padding: 56px 0 0;
}
.pickup-header {
  text-align: center;
  margin-bottom: 56px;
}
.pickup-header__label {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8b7e6a;
  border: 1px solid #c4b99a;
  padding: 4px 16px;
  margin-bottom: 16px;
}
.pickup-header__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 600;
  color: #1a1a2e;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.pickup-header__ref {
  color: #8b7e6a;
  font-weight: 500;
}
.feature-blocks {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 400px;
  border-top: 1px solid #e8e5e0;
}
.feature-block:last-child {
  border-bottom: 1px solid #e8e5e0;
}
.feature-block--reverse {
  direction: rtl;
}
.feature-block--reverse > * {
  direction: ltr;
}
.feature-block__image {
  position: relative;
  overflow: hidden;
  background: #f5f4f1;
  min-height: 360px;
}
.feature-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}
.feature-block__image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0eee9 0%, #e8e5de 100%);
  color: #b0a898;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  flex-direction: column;
  gap: 8px;
}
.feature-block__image-placeholder svg {
  width: 48px;
  height: 48px;
  fill: #c8c0b4;
}
.feature-block__content {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.feature-block__number {
  font-family: 'Noto Serif JP', serif;
  font-size: 42px;
  font-weight: 300;
  color: #c4b99a;
  line-height: 1;
  letter-spacing: 0.02em;
}
.feature-block__subtitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-bottom: 4px;
  position: relative;
}
.feature-block__subtitle::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #c4b99a;
  margin-top: 12px;
}
.feature-block__text {
  font-size: 14px;
  line-height: 2;
  color: #4a4a4a;
  letter-spacing: 0.02em;
}
.staff-review {
  margin: 56px 0 48px;
  background: linear-gradient(135deg, #faf9f7 0%, #f3f1ed 100%);
  border-radius: 8px;
  padding: 36px 40px;
  position: relative;
  border: 1px solid #e8e5e0;
}
.staff-review::before {
  content: '\201C';
  font-family: 'Noto Serif JP', serif;
  font-size: 80px;
  color: #c4b99a;
  opacity: 0.4;
  position: absolute;
  top: 8px;
  left: 24px;
  line-height: 1;
}
.staff-review__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.staff-review__icon {
  width: 44px;
  height: 44px;
  background: #1a1a2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.staff-review__icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.staff-review__label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  letter-spacing: 0.08em;
}
.staff-review__sublabel {
  display: block;
  font-size: 10.5px;
  font-weight: 400;
  color: #8b7e6a;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 1px;
}
.staff-review__text {
  font-size: 14px;
  line-height: 2;
  color: #4a4a4a;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .product-detail-content { padding: 0 16px; }
  .official-description { padding: 28px 0 36px; }
  .official-description p { font-size: 13.5px; }
  .pickup-section { padding: 40px 0 0; }
  .pickup-header { margin-bottom: 36px; }
  .pickup-header__title { font-size: 18px; }
  .feature-block { grid-template-columns: 1fr; min-height: auto; }
  .feature-block--reverse { direction: ltr; }
  .feature-block__image { min-height: 240px; max-height: 300px; }
  .feature-block__image-placeholder { min-height: 240px; }
  .feature-block__content { padding: 28px 20px; gap: 12px; }
  .feature-block__number { font-size: 32px; }
  .feature-block__subtitle { font-size: 16px; }
  .feature-block__text { font-size: 13.5px; }
  .staff-review { margin: 40px 0 36px; padding: 28px 24px; }
  .staff-review::before { font-size: 60px; top: 4px; left: 14px; }
  .staff-review__text { font-size: 13.5px; }
}
