/* TURE v6.8.96 — Shared internal category hero.
   Original source photographs are untouched. The blend to black is presentation-only CSS. */
.ture-standard-hero{
  position:relative;isolation:isolate;overflow:hidden;box-sizing:border-box;
  min-height:clamp(650px,calc(100svh - 96px),860px);
  background:#11110f;color:#f7f5ef;
  display:flex;align-items:stretch;
}
.ture-standard-hero-media{
  position:absolute;z-index:0;inset:0 auto 0 0;width:min(68%,980px);margin:0;
  overflow:hidden;background:#11110f;
}
.ture-standard-hero-media img{
  display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;
}
.ture-standard-hero-media::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(90deg,rgba(17,17,15,0) 0%,rgba(17,17,15,0) 53%,rgba(17,17,15,.48) 72%,#11110f 97%);
}
.ture-standard-hero-copy{
  position:relative;z-index:2;width:min(49%,760px);margin-left:auto;box-sizing:border-box;
  padding:clamp(58px,6vw,96px) clamp(38px,5vw,82px) clamp(58px,6vw,96px) clamp(28px,3.3vw,54px);
  display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
}
.ture-standard-hero-kicker{
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 22px;width:100%;margin-bottom:clamp(24px,3vw,38px);
  font:600 10px/1.45 var(--bt-sans,'IBM Plex Sans','Helvetica Neue',Arial,sans-serif);letter-spacing:.15em;text-transform:uppercase;color:rgba(247,245,239,.66);
}
.ture-standard-hero h1{
  margin:0;color:#f7f5ef!important;font-family:var(--bt-serif,'Cormorant Garamond','Iowan Old Style',Palatino,serif)!important;
  font-size:clamp(70px,7.2vw,132px)!important;font-weight:500!important;line-height:.84!important;letter-spacing:-.04em!important;
}
.ture-standard-hero p{color:#f7f5ef!important;font-family:var(--bt-serif,'Cormorant Garamond','Iowan Old Style',Palatino,serif)!important;}
.ture-standard-hero-lead{margin:clamp(25px,3vw,38px) 0 0;font-size:clamp(29px,2.7vw,43px)!important;line-height:1.06!important;letter-spacing:-.018em!important;max-width:650px;}
.ture-standard-hero-copy>p:not(.ture-standard-hero-lead){margin:20px 0 0;max-width:650px;font-size:clamp(19px,1.45vw,24px)!important;line-height:1.43!important;color:rgba(247,245,239,.88)!important;}
.ture-standard-hero-closing{padding-top:18px;border-top:1px solid rgba(247,245,239,.22);font-style:italic;}
.ture-standard-hero-media-art img{object-fit:contain!important;object-position:left center!important;padding:42px 0 42px 5vw;box-sizing:border-box;}

/* Automobiles uses the supplied original cockpit photograph with a slightly tighter focal position. */
.ture-standard-hero-automobiles .ture-standard-hero-media img{object-position:42% 50%;}
.ture-standard-hero-two-wheels .ture-standard-hero-media img{object-position:50% 54%;}
.ture-standard-hero-imaginary .ture-standard-hero-media img{object-fit:contain;object-position:left center;background:#f6f5f1;padding:32px;box-sizing:border-box;}

@media(max-width:960px){
  .ture-standard-hero{display:block;min-height:0;background:#11110f;}
  .ture-standard-hero-media{position:relative;width:100%;height:clamp(420px,66svh,720px);}
  .ture-standard-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;}
  .ture-standard-hero-media::after{background:linear-gradient(180deg,rgba(17,17,15,0) 0%,rgba(17,17,15,0) 69%,rgba(17,17,15,.52) 84%,#11110f 100%);}
  .ture-standard-hero-media-art img{object-fit:contain!important;object-position:center!important;padding:28px!important;}
  .ture-standard-hero-imaginary .ture-standard-hero-media img{object-fit:contain;padding:20px;}
  .ture-standard-hero-copy{width:100%;margin:clamp(-72px,-7vw,-48px) 0 0;padding:0 24px 46px;}
  .ture-standard-hero-kicker{margin-bottom:20px;}
  .ture-standard-hero h1{font-size:clamp(58px,16vw,92px)!important;line-height:.88!important;}
  .ture-standard-hero-lead{font-size:clamp(29px,8vw,39px)!important;margin-top:22px;}
  .ture-standard-hero-copy>p:not(.ture-standard-hero-lead){font-size:21px!important;line-height:1.42!important;margin-top:17px;}
}
@media(max-width:560px){
  .ture-standard-hero-media{height:58svh;min-height:380px;}
  .ture-standard-hero-copy{margin-top:-54px;padding-bottom:40px;}
  .ture-standard-hero-kicker span:last-child{display:none;}
}
