/* V36: past-tour records rebuilt as responsive album cards. */
.page-past-tours .past-tour-section{padding-top:34px!important;background:#fff!important}
.page-past-tours .past-tour-filter{margin-bottom:30px!important}
.page-past-tours .past-tour-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),520px))!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:28px!important;
  margin-top:28px!important;
}
.page-past-tours .tour-record,
.page-past-tours .tour-record:nth-of-type(even){
  display:block!important;
  grid-template-columns:none!important;
  width:100%!important;
  max-width:520px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #c8ddda!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(6,56,68,.08)!important;
  position:relative!important;
}
.page-past-tours .tour-record:before{
  content:none!important;
  display:none!important;
}
.page-past-tours .tour-record-photo-link,
.page-past-tours .tour-record:nth-of-type(even) .tour-record-photo-link{
  display:flex!important;
  flex-direction:column!important;
  grid-template-columns:none!important;
  min-height:0!important;
  height:100%!important;
  color:inherit!important;
}
.page-past-tours .tour-record-media{
  min-height:0!important;
  height:245px!important;
  width:100%!important;
  overflow:hidden!important;
  background:#063844!important;
}
.page-past-tours .tour-record-media img,
.page-past-tours .tour-record:nth-of-type(even) .tour-record-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
  border-radius:0!important;
  order:0!important;
}
.page-past-tours .tour-photo-badge{
  left:18px!important;
  right:auto!important;
  bottom:18px!important;
  padding:10px 13px!important;
  border-radius:8px!important;
  background:#f6bd55!important;
  color:#063844!important;
  font-size:.72rem!important;
  font-weight:800!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
.page-past-tours .tour-record-copy,
.page-past-tours .tour-record>div,
.page-past-tours .tour-record:nth-of-type(even)>div{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  min-width:0!important;
  padding:26px 28px 28px!important;
  text-align:left!important;
  position:relative!important;
  z-index:1!important;
}
.page-past-tours .tour-record-copy .eyebrow{
  display:inline-flex!important;
  align-self:flex-start!important;
  margin:0 0 9px!important;
  color:#0d7d89!important;
}
.page-past-tours .tour-record-copy h2{
  margin:0 0 12px!important;
  max-width:none!important;
  color:#063844!important;
  font-size:clamp(1.45rem,2vw,1.85rem)!important;
  line-height:1.15!important;
  text-align:left!important;
  overflow-wrap:anywhere!important;
}
.page-past-tours .tour-record-copy p{
  margin:0 0 18px!important;
  max-width:none!important;
  color:#526d73!important;
  font-size:.96rem!important;
  line-height:1.65!important;
  text-align:left!important;
}
.page-past-tours .record-stats{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
  justify-content:stretch!important;
  margin-top:auto!important;
}
.page-past-tours .record-stats span{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  padding:9px 11px!important;
  border-radius:8px!important;
  background:#e5f1ef!important;
  color:#214f57!important;
  font-size:.78rem!important;
  line-height:1.35!important;
  overflow-wrap:anywhere!important;
}
.page-past-tours .tour-record-cta{
  margin-top:18px!important;
  padding-top:16px!important;
  border-top:1px solid #dcebe8!important;
  color:#0d7d89!important;
  font-size:.75rem!important;
}
.page-past-tours .tour-record:hover{
  transform:translateY(-5px)!important;
  border-color:#0d7d89!important;
  box-shadow:0 20px 48px rgba(6,56,68,.14)!important;
}
@media(max-width:700px){
  .page-past-tours .past-tour-grid{grid-template-columns:1fr!important;gap:20px!important}
  .page-past-tours .tour-record{max-width:100%!important;border-radius:14px!important}
  .page-past-tours .tour-record-media{height:215px!important}
  .page-past-tours .tour-record-copy{padding:22px 20px 24px!important}
  .page-past-tours .tour-record-copy h2{font-size:1.48rem!important}
}
