.gbp151-wrap{
    width:min(1180px,calc(100% - 34px));
    margin:auto
}
.gbp151-hero{
    position:relative;
    min-height:520px;
    overflow:hidden;
    background:#071014;
    color:#fff
}
.gbp151-cover{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:var(--gbp-x) var(--gbp-y)
}
.gbp151-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(3,7,9,.94) 10%,
            rgba(3,7,9,.70) 48%,
            rgba(3,7,9,.28)
        ),
        linear-gradient(
            180deg,
            rgba(3,7,9,.12),
            rgba(3,7,9,.64)
        )
}
.gbp151-hero-content{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    gap:24px;
    min-height:520px;
    padding:70px 0
}
.gbp151-avatar{
    width:128px;
    height:128px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.22);
    border-radius:26px;
    background:#091318;
    flex:0 0 auto
}
.gbp151-avatar img{
    width:100%;
    height:100%;
    object-fit:cover
}
.gbp151-avatar span{
    display:grid;
    width:100%;
    height:100%;
    place-items:center;
    font-size:40px
}
.gbp151-kicker{
    color:#ff6a00;
    font-size:10px;
    font-weight:900;
    letter-spacing:.13em
}
.gbp151-copy h1{
    margin:7px 0;
    font-size:clamp(42px,6vw,76px);
    line-height:.95
}
.gbp151-copy>p{
    color:#b5c1c5
}
.gbp151-team{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:14px;
    padding:9px 12px;
    border:1px solid rgba(255,255,255,.20);
    border-radius:12px;
    background:rgba(6,14,17,.60);
    color:#fff;
    text-decoration:none
}
.gbp151-team img{
    width:44px;
    height:44px;
    object-fit:contain;
    border-radius:9px;
    background:#091318
}
.gbp151-team small,
.gbp151-team strong,
.gbp151-team em{
    display:block
}
.gbp151-team small{
    color:#ff6a00;
    font-size:8px;
    font-weight:900
}
.gbp151-team em{
    margin-top:2px;
    color:#9fb0b6;
    font-size:10px;
    font-style:normal
}
.gbp151-actions{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:18px
}
.gbp151-actions a{
    display:inline-flex;
    min-height:42px;
    align-items:center;
    padding:0 15px;
    border:1px solid #36505a;
    border-radius:9px;
    color:#fff;
    text-decoration:none;
    font-weight:900
}
.gbp151-actions a.primary{
    border-color:#ff6a00;
    background:#ff6a00;
    color:#080b0d
}
.gbp151-body,
.gbp151-section{
    padding:55px 0;
    border-bottom:1px solid #1d3037;
    background:#060b0e;
    color:#eef4f6
}
.gbp151-info-grid{
    display:grid;
    grid-template-columns:1.5fr .65fr;
    gap:30px
}
.gbp151-info-grid h2,
.gbp151-section h2{
    margin:8px 0 18px;
    font-size:clamp(28px,4vw,43px)
}
.gbp151-rich,
.gbp151-special p{
    color:#96a9b0;
    line-height:1.75
}
.gbp151-special{
    margin-top:22px;
    padding:18px;
    border:1px solid #29414a;
    border-radius:13px;
    background:#081115
}
.gbp151-data{
    padding:22px;
    border:1px solid #29414a;
    border-radius:16px;
    background:#081115
}
.gbp151-data dl{
    margin:18px 0 0
}
.gbp151-data dl>div{
    padding:12px 0;
    border-top:1px solid #1e323a
}
.gbp151-data dt{
    color:#70858d;
    font-size:9px;
    font-weight:900
}
.gbp151-data dd{
    margin:5px 0 0;
    font-weight:800
}
.gbp151-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px
}
.gbp151-gallery figure{
    margin:0;
    overflow:hidden;
    border:1px solid #29414a;
    border-radius:13px;
    background:#081115
}
.gbp151-gallery img{
    display:block;
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover
}
.gbp151-gallery figcaption{
    padding:10px;
    font-weight:800
}
.gbp151-video{
    display:grid;
    min-height:220px;
    place-items:center;
    align-content:center;
    gap:10px;
    border:1px solid #29414a;
    border-radius:13px;
    background:#081115;
    color:#fff;
    text-decoration:none
}
.gbp151-video span{
    color:#ff6a00;
    font-size:35px
}
.gbp151-albums{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px
}
.gbp151-albums>a{
    overflow:hidden;
    border:1px solid #29414a;
    border-radius:13px;
    background:#081115;
    color:#fff;
    text-decoration:none
}
.gbp151-albums img{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover
}
.gbp151-albums div{
    padding:14px
}
.gbp151-albums small{
    color:#879ca4
}
.gbp151-albums h3{
    margin:7px 0
}
.gbp151-albums strong{
    color:#ff6a00
}
@media(max-width:800px){
    .gbp151-hero-content{
        align-items:flex-start;
        flex-direction:column;
        justify-content:flex-end
    }
    .gbp151-info-grid{
        grid-template-columns:1fr
    }
    .gbp151-gallery,
    .gbp151-albums{
        grid-template-columns:1fr 1fr
    }
}
@media(max-width:520px){
    .gbp151-gallery,
    .gbp151-albums{
        grid-template-columns:1fr
    }
}