/* ========================================
   REGISTRY SHOW PAGE - Figma Design
   ======================================== */

/* Page Container */
.registry-show-page {
  background: #ffffff;
  font-family: 'Maven Pro', 'Helvetica Neue', Arial, sans-serif;
}

/* Header Section */
.registry-header {
  background: #f1f1f1;
  padding: 46px 0;
  display: flex;
  align-items: center;
}

.registry-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 467px;
  margin: 0 auto;
}

.registry-logo-section {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 12px;
}

.registry-logo {
  width: 42px;
  height: 42px;
  object-fit: fill;
}

.registry-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 2px;
}

.brand-text {
  color: #656565;
  font-size: 24px;
  font-weight: 400;
}

.registry-subtitle {
  margin-bottom: 33px;
}

.subtitle-text {
  color: #666565;
  font-size: 18px;
  font-weight: 400;
}

.registry-title-section {
  margin-bottom: 19px;
}

.title-divider-top {
  width: 100%;
  height: 1px;
  background: #656565;
  margin-bottom: 9px;
}

.title-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}

.registry-title {
  color: #656565;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}

.registry-subtitle-text {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
}

.title-divider-bottom {
  width: 100%;
  height: 1px;
  background: #656565;
}

/* Registry Info Section */
.registry-info-section {
  padding: 0 169px;
  margin-bottom: 7px;
}

.registry-info-content {
  display: flex;
  flex-direction: column;
}

.info-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 44px;
}

.info-divider {
  flex: 1;
  height: 1px;
  background: #CFD2D5;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.info-label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.info-value {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 500;
}

/* Object Section */
.object-section {
  padding: 0 169px;
  margin-bottom: 7px;
}

.object-content {
  display: flex;
  flex-direction: column;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.header-divider-left {
  flex: 1;
  height: 1px;
  background: #666565;
  margin-right: 17px;
}

.section-title {
  color: #666565;
  font-size: 16px;
  font-weight: 400;
  margin-right: 17px;
}

.header-divider-right {
  flex: 1;
  height: 1px;
  background: #666565;
}

.object-detail {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.object-name {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  margin: 12px 0 0 0;
  flex: 1;
}

.object-photo {
  width: 165px;
  height: 170px;
  object-fit: fill;
  background: #f5f5f5;
}

.photo-placeholder {
  width: 165px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

/* Master Section */
.master-section {
  padding: 0 169px;
  margin-bottom: 7px;
}

.master-content {
  display: flex;
  flex-direction: column;
}

.master-name {
  margin-bottom: 11px;
}

.master-name-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.master-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.detail-row {
  display: flex;
  align-items: center;
  gap: 46px;
}

.detail-label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  width: 100px;
}

.detail-value {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

/* Origin Section */
.origin-section {
  padding: 0 169px;
  margin-bottom: 11px;
}

.origin-content {
  display: flex;
  flex-direction: column;
}

.origin-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.origin-item {
  display: flex;
  align-items: center;
  gap: 43px;
}

.origin-label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.origin-value {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

/* Registry Data Section */
.registry-data-section {
  padding: 0 169px;
  margin-bottom: 11px;
}

.registry-data-content {
  display: flex;
  flex-direction: column;
}

.registry-data-header {
  display: flex;
  flex-direction: column;
}

.registry-data-title {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.registry-data-date {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

/* TRACE Section */
.trace-section {
  padding: 0 169px;
}

.trace-content {
  display: flex;
  flex-direction: column;
}

.trace-info {
  display: flex;
  align-items: center;
  gap: 9px;
}

.trace-label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.trace-sublabel {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}

.trace-link {
  color: #656565;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.trace-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .registry-header-content,
  .registry-info-section,
  .object-section,
  .master-section,
  .origin-section,
  .registry-data-section,
  .trace-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .registry-header-content {
    max-width: 100%;
  }

  .registry-logo-section {
    margin-left: 0;
  }

  .registry-title-section {
    margin-bottom: 10px;
  }

  .registry-title {
    font-size: 24px;
  }

  .info-row,
  .master-details,
  .origin-details,
  .detail-row {
    flex-direction: column;
    gap: 8px;
  }

  .object-detail {
    flex-direction: column;
    align-items: center;
  }

  .object-name {
    margin-left: 0;
    text-align: center;
  }

  .section-header {
    margin-bottom: 10px;
  }

  .header-divider-left,
  .header-divider-right {
    margin: 0 10px;
  }

  .section-title {
    margin-right: 10px;
  }
}
