.home-showcase { padding-top: 2rem; padding-bottom: 2rem; }
.home-showcase-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.25rem; margin-bottom: 1.4rem; }
.home-showcase-heading .section-intro { max-width: 650px; }
.home-showcase-all { flex-shrink: 0; color: #a63425; font-weight: 750; text-underline-offset: 4px; }
.home-tour-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.home-tour-card { min-width: 0; overflow: hidden; border: 1px solid #eaded8; border-radius: 20px; background: #fff; box-shadow: 0 6px 20px rgba(64, 43, 31, .045); display: flex; flex-direction: column; transition: box-shadow .18s ease, transform .18s ease; }
.home-tour-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(64, 43, 31, .11); }
.home-tour-photo { display: block; position: relative; overflow: hidden; background: #edf5f4; }
.home-tour-photo { aspect-ratio: 8/5; background: linear-gradient(130deg, #f8e4d8, #edf6f2); }
.home-tour-photo img { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.home-tour-photo img.is-loaded { opacity: 1; }
.home-tour-placeholder { position: absolute; inset: 0; display: grid; place-content: center; padding: 1.5rem 1rem 3rem; color: #68746b; font-size: .84rem; text-align: center; }
.home-tour-tag { position: absolute; left: .75rem; bottom: .75rem; padding: .3rem .65rem; color: #20433d; background: rgba(255, 255, 255, .95); border-radius: 999px; font-size: .72rem; font-weight: 750; }
.home-tour-body { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.home-tour-body h3 { margin: 0; color: var(--navy, #12324a); font-size: 1.06rem; font-weight: 800; line-height: 1.35; }
.home-tour-body h3 a { text-decoration: none; }
.home-tour-body h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.home-tour-summary { margin: .5rem 0 .8rem; color: #586878; font-size: .86rem; line-height: 1.55; }
.home-tour-facts { margin: auto 0 .85rem; display: grid; gap: .3rem; color: #314b5d; font-size: .78rem; }
.home-tour-facts div { display: flex; flex-wrap: wrap; gap: .2rem .4rem; }
.home-tour-facts dt { color: #667482; }
.home-tour-facts dd { margin: 0; font-weight: 600; }
.home-tour-price { padding-top: .85rem; border-top: 1px solid #f0e8e3; }
.home-tour-price strong { display: block; color: #a73526; font-size: 1.35rem; line-height: 1.25; }
.home-tour-price small { display: block; min-height: 2.7em; margin-top: .25rem; color: #616b73; font-size: .73rem; line-height: 1.35; }
.home-tour-open { display: flex; justify-content: center; align-items: center; min-height: 44px; margin-top: .8rem; padding: .6rem; border-radius: 11px; background: #fff0e9; color: #a73526; font-size: .84rem; font-weight: 800; text-decoration: none; }
.home-tour-open:hover { background: #ffe2d5; }
.home-showcase-note { margin: 1rem 0 0; color: #667482; font-size: .81rem; }
.home-reviews { padding: 1.6rem; margin-top: 2rem; border: 1px solid #f1e3d8; border-radius: 24px; background: linear-gradient(115deg, #fff8f2, #fffdfa); }
.home-reviews .section-title { font-size: clamp(1.4rem, 3vw, 1.85rem); }
.home-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.1rem; }
.home-review { margin: 0; display: flex; flex-direction: column; padding: 1.1rem; background: #fff; border: 1px solid #eedfd3; border-radius: 16px; }
.home-review[hidden] { display: none; }
.home-review blockquote { margin: 0 0 1rem; color: #34495b; font-size: .93rem; line-height: 1.6; }
.home-review figcaption { margin-top: auto; font-size: .82rem; }
.home-review figcaption strong { display: block; color: var(--navy, #12324a); }
.home-review figcaption a { display: inline-block; margin-top: .3rem; color: #a63425; text-underline-offset: 3px; }
@media (max-width: 1000px) { .home-tour-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) {
  .home-showcase-heading { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .home-tour-grid { gap: .8rem; }
  .home-reviews { margin-top: 1.5rem; padding: 1.1rem; border-radius: 20px; }
  .home-review-grid { grid-template-columns: 1fr; gap: .75rem; }
}
@media (max-width: 520px) {
  .home-tour-grid { grid-template-columns: 1fr; }
  .home-tour-photo { aspect-ratio: 1.9; }
  .home-tour-body { padding: 1rem 1.1rem; }
  .home-tour-body h3 { font-size: 1.14rem; }
  .home-tour-price small { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) { .home-tour-card { transition: none; } .home-tour-card:hover { transform: none; } }
