/* TURE v6.8.53 — Experiences photographic catalogue / diary navigation. */
.ture-home-native.ture-experiences-catalog-page{
  background:var(--bt-paper,#f7f5ef);color:var(--bt-ink,#171714);
}
.ture-home-native .ture-experiences-catalog-intro{
  padding:clamp(48px,6vw,82px) 0 clamp(54px,7vw,92px);
  border-bottom:1px solid var(--bt-rule,rgba(23,23,20,.18));
}
.ture-home-native .ture-experiences-catalog-kicker{
  display:flex;justify-content:space-between;gap:24px;align-items:center;
  padding:0 var(--bt-gutter,clamp(24px,5.5vw,88px));
  font:500 10px/1.5 var(--bt-sans,'IBM Plex Sans','Helvetica Neue',Arial,sans-serif);
  letter-spacing:.15em;text-transform:uppercase;
}
.ture-home-native .ture-experiences-catalog-intro-grid{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;align-items:start;
  margin-top:clamp(24px,3.2vw,42px);
}
.ture-home-native .ture-experiences-catalog-intro-photo{
  margin:0;align-self:stretch;width:100%;height:clamp(610px,59vw,880px);overflow:hidden;
}
.ture-home-native .ture-experiences-catalog-intro-photo img{
  display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 62%;
  background:var(--bt-soft,#eae7de);
}
.ture-home-native .ture-experiences-catalog-intro-copy{
  padding:clamp(4px,.8vw,12px) var(--bt-gutter,clamp(24px,5.5vw,88px)) 0 clamp(36px,5vw,78px);
}
.ture-home-native .ture-experiences-catalog-intro-copy h1{
  margin:0;font:500 clamp(72px,9vw,148px)/.92 var(--bt-display,'IBM Plex Sans',Didot,'Times New Roman',serif);
  letter-spacing:-.05em;
}
.ture-home-native .ture-experiences-catalog-intro-lead{
  max-width:760px;margin:clamp(20px,2.7vw,34px) 0 0;
  font:400 clamp(29px,3.2vw,48px)/1.12 var(--bt-serif,'Cormorant Garamond','Iowan Old Style',Palatino,serif);
  letter-spacing:-.018em;
}
.ture-home-native .ture-experiences-catalog-intro-copy p{
  max-width:760px;margin:18px 0 0;
  font:400 clamp(18px,1.42vw,23px)/1.46 var(--bt-serif,'Cormorant Garamond','Iowan Old Style',Palatino,serif);
}
.ture-home-native .ture-experiences-catalog-intro-copy .ture-experiences-catalog-intro-closing{
  margin-top:22px;font:500 clamp(24px,2.15vw,33px)/1.12 var(--bt-serif,'Cormorant Garamond','Iowan Old Style',Palatino,serif);
  letter-spacing:-.02em;
}
.ture-home-native .ture-experiences-catalog-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(58px,7vw,104px) clamp(24px,3vw,44px);
  padding:clamp(48px,6vw,82px) var(--bt-gutter,clamp(24px,5.5vw,88px)) clamp(80px,10vw,150px);
}
.ture-home-native .ture-experiences-catalog-card{display:block;min-width:0;color:inherit;text-decoration:none;}
.ture-home-native .ture-experiences-catalog-photo{margin:0;width:100%;aspect-ratio:4/5;overflow:hidden;background:var(--bt-soft,#eae7de);}
.ture-home-native .ture-experiences-catalog-photo img{
  display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;
  transition:transform .55s cubic-bezier(.2,.8,.2,1);
}
.ture-home-native .ture-experiences-catalog-card:nth-child(1) .ture-experiences-catalog-photo img{object-position:50% 50%;}
.ture-home-native .ture-experiences-catalog-card:nth-child(2) .ture-experiences-catalog-photo img{object-position:50% 68%;}
.ture-home-native .ture-experiences-catalog-card:nth-child(3) .ture-experiences-catalog-photo img{object-position:50% 55%;}
.ture-home-native .ture-experiences-catalog-card:hover .ture-experiences-catalog-photo img,
.ture-home-native .ture-experiences-catalog-card:focus-visible .ture-experiences-catalog-photo img{transform:scale(1.022);}
.ture-home-native .ture-experiences-catalog-card:focus-visible{outline:2px solid currentColor;outline-offset:8px;}
.ture-home-native .ture-experiences-catalog-copy{padding-top:22px;}
.ture-home-native .ture-experiences-catalog-model{
  display:block;font:500 10px/1.5 var(--bt-sans,'IBM Plex Sans','Helvetica Neue',Arial,sans-serif);
  letter-spacing:.14em;text-transform:uppercase;color:var(--bt-muted,#6c6a63);
}
.ture-home-native .ture-experiences-catalog-copy h2{
  margin:12px 0 0;font:500 clamp(35px,3.25vw,56px)/1 var(--bt-display,'IBM Plex Sans',Didot,'Times New Roman',serif);
  letter-spacing:-.035em;
}
.ture-home-native .ture-experiences-catalog-copy p{
  margin:17px 0 0;max-width:520px;font:400 clamp(18px,1.65vw,23px)/1.35 var(--bt-serif,'Cormorant Garamond','Iowan Old Style',Palatino,serif);
}
.ture-home-native .ture-experiences-catalog-open{
  display:inline-block;margin-top:19px;padding-bottom:5px;border-bottom:1px solid currentColor;
  font:600 10px/1.4 var(--bt-sans,'IBM Plex Sans','Helvetica Neue',Arial,sans-serif);
  letter-spacing:.14em;text-transform:uppercase;
}
@media(max-width:1100px){
  .ture-home-native .ture-experiences-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ture-home-native .ture-experiences-catalog-card:nth-child(3){grid-column:1/-1;width:calc(50% - 12px);justify-self:center;}
}
@media(max-width:960px){
  .ture-home-native .ture-experiences-catalog-intro-grid{grid-template-columns:1fr;}
  .ture-home-native .ture-experiences-catalog-intro-photo{height:auto;overflow:visible;}
  .ture-home-native .ture-experiences-catalog-intro-photo img{width:100%;height:auto;object-fit:contain;object-position:center;}
  .ture-home-native .ture-experiences-catalog-intro-copy{
    padding-left:var(--bt-gutter,clamp(24px,5.5vw,88px));
    padding-right:calc(var(--bt-gutter,clamp(24px,5.5vw,88px)) + 16px);
  }
}
@media(max-width:700px){
  .ture-home-native .ture-experiences-catalog-intro{padding-top:34px;padding-bottom:52px;}
  .ture-home-native .ture-experiences-catalog-kicker span:last-child{display:none;}
  .ture-home-native .ture-experiences-catalog-intro-grid{gap:26px;margin-top:22px;}
  .ture-home-native .ture-experiences-catalog-intro-copy{min-width:0;max-width:100%;padding-left:var(--bt-gutter,24px);padding-right:52px;}
  .ture-home-native .ture-experiences-catalog-intro-copy h1{font-size:clamp(50px,13.5vw,72px);max-width:100%;}
  .ture-home-native .ture-experiences-catalog-intro-lead{font-size:31px;margin-top:18px;}
  .ture-home-native .ture-experiences-catalog-intro-copy p{font-size:22px;}
  .ture-home-native .ture-experiences-catalog-intro-copy .ture-experiences-catalog-intro-closing{font-size:28px;margin-top:18px;}
  .ture-home-native .ture-experiences-catalog-grid{grid-template-columns:1fr;gap:54px;padding-top:40px;padding-bottom:80px;}
  .ture-home-native .ture-experiences-catalog-card:nth-child(3){grid-column:auto;width:auto;justify-self:stretch;}
  .ture-home-native .ture-experiences-catalog-copy{padding-top:18px;}
  .ture-home-native .ture-experiences-catalog-copy h2{font-size:45px;}
  .ture-home-native .ture-experiences-catalog-copy p{font-size:22px;}
}


/* TURE v6.8.61 — category opening: image flush to main menu, section identity over image. */
.ture-home-native .ture-experiences-catalog-intro{
  position:relative;
  padding-top:0;
}
.ture-home-native .ture-experiences-catalog-intro-grid{margin-top:0;}
.ture-home-native .ture-experiences-catalog-intro-photo{position:relative;}
.ture-home-native .ture-experiences-catalog-intro-photo::after{
  content:"";position:absolute;z-index:1;left:0;right:0;top:0;height:30%;
  background:linear-gradient(180deg,rgba(15,14,12,.42),rgba(15,14,12,0));pointer-events:none;
}
.ture-home-native .ture-experiences-catalog-kicker{
  position:absolute;z-index:3;top:clamp(20px,2.3vw,34px);left:0;width:50%;box-sizing:border-box;
  padding:0 clamp(22px,3.1vw,48px);color:#f7f5ef;text-shadow:0 1px 12px rgba(0,0,0,.35);pointer-events:none;
}
@media(max-width:960px){
  .ture-home-native .ture-experiences-catalog-kicker{width:100%;}
}
@media(max-width:700px){
  .ture-home-native .ture-experiences-catalog-intro{padding-top:0;}
  .ture-home-native .ture-experiences-catalog-intro-grid{margin-top:0;}
  .ture-home-native .ture-experiences-catalog-kicker{top:18px;padding:0 24px;}
  .ture-home-native .ture-experiences-catalog-kicker span:last-child{display:block;}
}


/* TURE v6.8.62 — category signature bottom-right on hero. */
.ture-home-native .ture-experiences-catalog-intro-photo::after{top:auto;bottom:0;height:36%;background:linear-gradient(0deg,rgba(15,14,12,.44),rgba(15,14,12,0));}
.ture-home-native .ture-experiences-catalog-kicker{top:auto;left:auto;right:0;bottom:clamp(20px,2.8vw,36px);width:auto;max-width:min(56vw,520px);padding:0 clamp(22px,3.1vw,48px);display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:4px;text-align:right;}
.ture-home-native .ture-experiences-catalog-kicker span{display:block;}
@media(max-width:960px){.ture-home-native .ture-experiences-catalog-kicker{max-width:calc(100% - 48px);}}
@media(max-width:700px){.ture-home-native .ture-experiences-catalog-kicker{right:0;bottom:16px;left:auto;top:auto;width:auto;max-width:calc(100% - 32px);padding:0 24px;gap:3px;text-align:right;}.ture-home-native .ture-experiences-catalog-kicker span:last-child{display:block;}}
