.shop-page {
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.shop-hero {
  background: linear-gradient(135deg, #b40000, #e60012);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.shop-area {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.shop-hero h1 {
  font-size: 42px;
  margin: 12px 0;
}

.shop-copy {
  max-width: 720px;
  margin: 0 auto 28px;
  line-height: 1.8;
}

.shop-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-red,
.btn-dark,
.btn-line {
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.btn-red {
  background: #fff;
  color: #d60000;
}

.btn-dark {
  background: #111;
  color: #fff;
}

.btn-line {
  background: #06c755;
  color: #fff;
}

.btn-red:hover,
.btn-dark:hover,
.btn-line:hover {
  opacity: 0.9;
  color: inherit;
}

.shop-breadcrumb {
  background: #fafafa;
  border-bottom: 1px solid #eeeeee;
  padding: 12px 0;
}

.shop-breadcrumb .container {
  margin: 0;
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.shop-breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-breadcrumb li {
  align-items: center;
  color: #6f6f6f;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.shop-breadcrumb li:not(:last-child)::after {
  color: #c4c4c4;
  content: "/";
  font-size: 13px;
  font-weight: 400;
  margin-left: 7px;
}

.shop-breadcrumb a {
  align-items: center;
  color: #6f6f6f;
  display: inline-flex;
  gap: 5px;
  font-weight: 400;
  text-decoration: none;
}

.shop-breadcrumb a:hover {
  color: #444;
}

.shop-breadcrumb i {
  color: #8a8a8a;
  font-size: 12px;
}

.shop-breadcrumb li[aria-current="page"] {
  color: #6f6f6f;
  font-weight: 400;
}

.line-link {
  align-items: center;
  background: #06c755;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  margin-left: 14px;
  padding: 8px 16px;
  text-decoration: none;
}

.line-link:hover {
  color: #fff;
  opacity: 0.9;
}

.shop-info,
.route-guide,
.map-section {
  padding: 60px 0;
}

.shop-info h2,
.route-guide h2,
.map-section h2 {
  font-size: 30px;
  margin-bottom: 28px;
  text-align: center;
}

.info-table {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  overflow: hidden;
}

.info-table dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.info-table dt {
  background: #f7f7f7;
  padding: 20px;
  font-weight: 700;
}

.info-table dd {
  padding: 20px;
  margin: 0;
  line-height: 1.8;
}

.route-list {
  display: grid;
  gap: 16px;
}

.route-item {
  display: flex;
  gap: 16px;
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.route-photo-list {
  gap: 22px;
}

.route-photo-list .route-item {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(260px, 38%) 1fr;
  padding: 18px;
}

.route-photo {
  border-radius: 12px;
  min-height: 190px;
  overflow: hidden;
}

.route-photo img {
  display: block;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  width: 100%;
}

.route-text {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  padding: 8px 4px;
}

.route-item span,
.route-text span {
  background: #d60000;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  flex-shrink: 0;
}

.route-item p,
.route-text p {
  margin: 0;
  line-height: 1.8;
}

.map-box {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}

.shop-proof-section {
  background: #fff;
  padding: 70px 0;
}

.proof-block {
  margin-top: 34px;
}

.proof-heading {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.proof-heading h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.proof-heading a {
  border: 2px solid #d60000;
  border-radius: 999px;
  color: #d60000;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  text-decoration: none;
  white-space: nowrap;
}

.proof-heading a:hover {
  background: #d60000;
  color: #fff;
}

.proof-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-card,
.proof-empty {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.proof-card {
  padding: 22px;
}

.proof-empty {
  color: #666;
  grid-column: 1 / -1;
  padding: 28px;
  text-align: center;
}

.review-card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.review-rating {
  color: #f5a400;
  font-size: 17px;
  letter-spacing: 0.04em;
}

.review-source {
  background: #f5f5f5;
  border-radius: 999px;
  color: #555;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
}

.review-card blockquote {
  color: #222;
  line-height: 1.8;
  margin: 0 0 14px;
}

.review-author,
.buyback-proof-meta,
.buyback-proof-date,
.proof-source-note {
  color: #666;
  font-size: 13px;
}

.review-author,
.buyback-proof-date {
  margin: 0;
}

.buyback-proof-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.buyback-proof-image {
  aspect-ratio: 4 / 3;
  background: #f5f5f5;
  border-radius: 12px;
  display: block;
  object-fit: contain;
  width: 100%;
}

.buyback-proof-model {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 6px;
}

.buyback-proof-meta {
  line-height: 1.6;
  margin: 0;
}

.buyback-proof-price {
  color: #d60000;
  font-size: 24px;
  font-weight: 800;
}

.proof-source-note {
  line-height: 1.7;
  margin: 14px 0 0;
}

@media (max-width: 768px) {
  .shop-hero h1 {
    font-size: 30px;
  }

  .shop-breadcrumb {
    padding: 10px 0;
  }

  .shop-breadcrumb .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .shop-breadcrumb li {
    font-size: 12px;
  }

  .line-link {
    margin: 10px 0 0;
  }

  .info-table dl {
    grid-template-columns: 1fr;
  }

  .info-table dt {
    padding-bottom: 8px;
  }

  .route-photo-list .route-item {
    grid-template-columns: 1fr;
  }

  .route-photo,
  .route-photo img {
    min-height: 170px;
  }

  .proof-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .shop-breadcrumb .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.site-footer {
  background: #ffffff;
  color: #111;
  padding: 28px 20px;
  margin-top: 80px;
}

/* Center footer content (text) */
.site-footer .row {
  justify-content: center;
  text-align: center;
}

.site-footer .col-md-4 {
  display: none;
}

/* Đồng bộ 2 dòng (Nhật + EN) cho đồng nhất */
.site-footer p {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 500;
  color: #111;
}


@media (max-width: 767.98px) {
  .site-footer .row {
    text-align: center;
  }
}



.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.footer-license {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 10px;
  line-height: 1.8;
}

.footer-copy {
  font-size: 13px;
  color: #888;
  margin: 0;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 24px 16px;
  }

  .footer-license,
  .footer-copy {
    font-size: 12px;
  }
}

.shop-list-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.sub-title {
  color: #d60000;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 18px;
}

.section-title p {
  color: #666;
  line-height: 1.8;
}

.shop-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.25s;
  height: 100%;
}

.shop-card:hover {
  transform: translateY(-6px);
}

.shop-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.shop-content {
  padding: 28px;
}

.shop-area {
  display: inline-block;
  background: #fff0f0;
  color: #d60000;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.shop-content h3 {
  font-size: 28px;
  margin-bottom: 24px;
  font-weight: 700;
}

.shop-info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.shop-info-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  line-height: 1.7;
  color: #333;
}

.shop-info-list i {
  color: #d60000;
  width: 20px;
  margin-top: 4px;
}

.shop-info-list a {
  color: #d60000;
  text-decoration: none;
  font-weight: 700;
}

.shop-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.shop-buttons .btn {
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
}

@media (max-width: 768px) {

  .section-title h2 {
    font-size: 30px;
  }

  .shop-content h3 {
    font-size: 24px;
  }

  .shop-image img {
    height: 210px;
  }

}
