/* TURE v6.9.08 — Experiences uses the approved Automobiles catalogue template.
   The category hero remains untouched. Desktop alternates photograph/copy inside
   the same page gutters as Automobiles; mobile always places the photograph first. */

.ture-experiences-catalog-page .ture-experiences-catalog-grid{
  display:block!important;
  margin:0!important;
  padding:clamp(34px,4vw,56px) var(--bt-gutter,clamp(24px,5.5vw,88px)) clamp(82px,8vw,128px)!important;
  background:var(--bt-paper,#f7f5ef)!important;
}

.ture-experiences-catalog-page .ture-experiences-catalog-card{
  box-sizing:border-box!important;
  color:var(--bt-ink,#171714)!important;
  text-decoration:none!important;
}

.ture-experiences-catalog-page .ture-experiences-catalog-photo::after{
  content:none!important;
  display:none!important;
}

.ture-experiences-catalog-page .ture-experiences-catalog-photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  transform:none!important;
  transition:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}

.ture-experiences-catalog-page .ture-experiences-catalog-card:hover .ture-experiences-catalog-photo img,
.ture-experiences-catalog-page .ture-experiences-catalog-card:focus-visible .ture-experiences-catalog-photo img{
  transform:none!important;
}

@media (min-width:961px){
  .ture-experiences-catalog-page .ture-experiences-catalog-card{
    position:relative!important;
    isolation:isolate!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:minmax(min(760px,78vh),auto)!important;
    grid-column:auto!important;
    gap:0!important;
    align-items:stretch!important;
    justify-self:stretch!important;
    width:100%!important;
    max-width:none!important;
    min-height:min(760px,78vh)!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border:0!important;
    border-top:1px solid var(--bt-rule,rgba(23,23,20,.14))!important;
    background:var(--bt-paper,#f7f5ef)!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card:first-child{
    border-top:0!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card > .ture-experiences-catalog-photo{
    position:relative!important;
    inset:auto!important;
    order:0!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    width:100%!important;
    max-width:none!important;
    height:100%!important;
    min-height:620px!important;
    aspect-ratio:auto!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#11110f!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card > .ture-experiences-catalog-copy{
    position:relative!important;
    order:0!important;
    align-self:stretch!important;
    align-content:center!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:clamp(54px,8vw,118px) clamp(28px,7vw,108px)!important;
    display:grid!important;
    gap:clamp(22px,3vw,36px)!important;
    background:var(--bt-paper,#f7f5ef)!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-left > .ture-experiences-catalog-photo{
    grid-column:1!important;
    grid-row:1!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-left > .ture-experiences-catalog-copy{
    grid-column:2!important;
    grid-row:1!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-right > .ture-experiences-catalog-copy{
    grid-column:1!important;
    grid-row:1!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-right > .ture-experiences-catalog-photo{
    grid-column:2!important;
    grid-row:1!important;
  }
}

.ture-experiences-catalog-page .ture-experiences-catalog-model,
.ture-experiences-catalog-page .ture-experiences-catalog-copy h2,
.ture-experiences-catalog-page .ture-experiences-catalog-copy p,
.ture-experiences-catalog-page .ture-experiences-catalog-open{
  margin:0!important;
}

.ture-experiences-catalog-page .ture-experiences-catalog-copy h2{
  font-size:clamp(3.5rem,6.2vw,7.4rem)!important;
  line-height:.84!important;
}

.ture-experiences-catalog-page .ture-experiences-catalog-copy p{
  max-width:650px!important;
  font-size:clamp(1.02rem,1.45vw,1.22rem)!important;
  line-height:1.68!important;
}

@media (max-width:960px){
  .ture-experiences-catalog-page .ture-experiences-catalog-grid{
    padding:20px 24px 68px!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card,
  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-left,
  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-right{
    position:relative!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto!important;
    grid-column:auto!important;
    gap:0!important;
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border:0!important;
    border-top:1px solid var(--bt-rule,rgba(23,23,20,.14))!important;
    background:var(--bt-paper,#f7f5ef)!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card:first-child{
    border-top:0!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card > .ture-experiences-catalog-photo,
  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-left > .ture-experiences-catalog-photo,
  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-right > .ture-experiences-catalog-photo{
    position:relative!important;
    inset:auto!important;
    grid-column:1!important;
    grid-row:1!important;
    order:1!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    width:100%!important;
    max-width:none!important;
    height:min(128vw,760px)!important;
    min-height:520px!important;
    aspect-ratio:auto!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#11110f!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card > .ture-experiences-catalog-copy,
  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-left > .ture-experiences-catalog-copy,
  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-right > .ture-experiences-catalog-copy{
    position:relative!important;
    grid-column:1!important;
    grid-row:2!important;
    order:2!important;
    align-self:stretch!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:clamp(46px,9vw,84px) clamp(24px,7vw,64px) clamp(60px,11vw,98px)!important;
    display:grid!important;
    gap:clamp(22px,3vw,36px)!important;
    background:var(--bt-paper,#f7f5ef)!important;
  }
}

@media (max-width:620px){
  .ture-experiences-catalog-page .ture-experiences-catalog-card > .ture-experiences-catalog-photo,
  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-left > .ture-experiences-catalog-photo,
  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-right > .ture-experiences-catalog-photo{
    height:132vw!important;
    min-height:0!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-card > .ture-experiences-catalog-copy,
  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-left > .ture-experiences-catalog-copy,
  .ture-experiences-catalog-page .ture-experiences-catalog-card--photo-right > .ture-experiences-catalog-copy{
    gap:22px!important;
    padding:44px 20px 58px!important;
  }

  .ture-experiences-catalog-page .ture-experiences-catalog-copy h2{
    font-size:clamp(3.2rem,15vw,4.8rem)!important;
  }
}
