/*     1065285 : 01_layer_hero      */
.lp-detail-hero {position:relative; min-height:610px; display:flex; align-items:center; justify-content:center; overflow:hidden; background:#17140f; color:#5d3d1d; font-family:var(--lp-sans);}
.lp-detail-hero * {box-sizing:border-box;}

.lp-detail-hero__media {position:absolute; inset:0;}
.lp-detail-hero__media:after {content:""; position:absolute; inset:0;}

.lp-detail-hero__content {position:relative; z-index:2; width:min(980px,calc(100% - 40px)); padding:90px 20px; text-align:center;}
.lp-detail-hero__eyebrow {margin:0 0 18px; color:#f1dfb6; font-family:var(--lp-serif); font-size:16px; letter-spacing:.23em; text-transform:uppercase;}
.lp-detail-hero h2 {margin:0; font-family:var(--lp-serif); font-size:clamp(56px,7vw,104px); font-weight:500; line-height:.98; letter-spacing:-.045em;}
.lp-detail-hero__sub {max-width:690px; margin:24px auto 0; color:#222; font-size:20px; line-height:1.75; word-break:keep-all;}
.lp-detail-hero__line {width:1px; height:52px; margin:30px auto 0; background:#222;}

@media (max-width:767px) {
  .lp-detail-hero {min-height:500px;}
  .lp-detail-hero__content {padding:70px 18px;}
  .lp-detail-hero__eyebrow {font-size:16px;}
  .lp-detail-hero h2 {font-size:48px;}
  .lp-detail-hero__sub {font-size:16px; line-height:1.75;}
}

