
/*
 * GWM Bishop Dr. Julien O. Gbakara Leadership Portfolio
 * Isolated child-theme presentation.
 */

.gwm-bishop-julien-profile-page {
    --bj-ink: #17151b;
    --bj-charcoal: #26242b;
    --bj-charcoal-2: #302d35;
    --bj-plum: #4b253f;
    --bj-plum-deep: #321a2d;
    --bj-gold: #d8b56a;
    --bj-gold-light: #f0d99b;
    --bj-cream: #fbf7ee;
    --bj-mist: #f2eee8;
    --bj-leaf: #456a55;
    --bj-white: #ffffff;
    --bj-muted: #6d6870;
    --bj-line: rgba(23, 21, 27, .12);
    --bj-shadow: 0 28px 80px rgba(20, 17, 24, .16);
    background: var(--bj-cream);
    color: var(--bj-ink);
}

.gwm-bishop-julien-profile-page .site-main,
.gwm-bishop-julien-profile-page main {
    overflow: clip;
}

.gwm-bj,
.gwm-bj * {
    box-sizing: border-box;
}

.gwm-bj {
    background:
        radial-gradient(circle at 10% 10%, rgba(216, 181, 106, .11), transparent 32rem),
        var(--bj-cream);
    color: var(--bj-ink);
    font-family: inherit;
    line-height: 1.65;
}

.gwm-bj img {
    display: block;
    max-width: 100%;
}

.gwm-bj a {
    color: inherit;
}

.gwm-bj-shell {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;
}

.gwm-bj-eyebrow {
    margin: 0 0 14px;
    color: var(--bj-plum);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.gwm-bj-hero {
    position: relative;
    min-height: 780px;
    padding: 82px 0 34px;
    overflow: hidden;
    color: var(--bj-white);
    background:
        linear-gradient(120deg, rgba(23, 21, 27, .98), rgba(39, 35, 43, .97) 58%, rgba(63, 35, 54, .98)),
        var(--bj-charcoal);
}

.gwm-bj-hero::before,
.gwm-bj-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.gwm-bj-hero::before {
    inset: 0;
    opacity: .28;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.gwm-bj-hero::after {
    width: 520px;
    height: 520px;
    right: -150px;
    bottom: -230px;
    border: 1px solid rgba(216, 181, 106, .25);
    border-radius: 50%;
    box-shadow:
        0 0 0 60px rgba(216, 181, 106, .04),
        0 0 0 120px rgba(216, 181, 106, .025);
}

.gwm-bj-hero__glow {
    position: absolute;
    width: 720px;
    height: 720px;
    right: -60px;
    top: -160px;
    opacity: .52;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 181, 106, .24), rgba(80, 43, 69, .16) 48%, transparent 70%);
    filter: blur(10px);
}

.gwm-bj-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    gap: clamp(48px, 7vw, 100px);
    align-items: center;
}

.gwm-bj-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 48px;
    color: rgba(255,255,255,.78);
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.gwm-bj-back:hover {
    color: var(--bj-gold-light);
    transform: translateX(-3px);
}

.gwm-bj-hero .gwm-bj-eyebrow {
    color: var(--bj-gold-light);
}

.gwm-bj-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--bj-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.6rem, 6vw, 6.6rem);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .93;
    text-wrap: balance;
}

.gwm-bj-hero__line {
    max-width: 760px;
    margin: 30px 0 0;
    color: var(--bj-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-style: italic;
    line-height: 1.3;
}

.gwm-bj-hero__summary {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.78);
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
    line-height: 1.8;
}

.gwm-bj-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.gwm-bj-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.gwm-bj-button:hover {
    transform: translateY(-2px);
}

.gwm-bj-button--gold {
    color: #1c171e;
    background: linear-gradient(135deg, var(--bj-gold-light), var(--bj-gold));
    box-shadow: 0 14px 32px rgba(216, 181, 106, .2);
}

.gwm-bj-button--outline {
    color: var(--bj-white);
    border-color: rgba(255,255,255,.26);
    background: rgba(255,255,255,.035);
}

.gwm-bj-button--outline:hover {
    border-color: var(--bj-gold);
    background: rgba(216, 181, 106, .08);
}

.gwm-bj-button--light {
    color: var(--bj-ink);
    background: var(--bj-white);
}

.gwm-bj-hero__visual {
    position: relative;
    min-height: 610px;
}

.gwm-bj-portrait {
    position: relative;
    z-index: 2;
    width: min(100%, 540px);
    margin: 0 auto;
}

.gwm-bj-portrait__halo {
    position: absolute;
    z-index: -1;
    width: 86%;
    aspect-ratio: 1;
    left: 7%;
    top: -5%;
    border: 1px solid rgba(240, 217, 155, .36);
    border-radius: 50%;
    box-shadow:
        0 0 0 26px rgba(216, 181, 106, .03),
        0 0 0 54px rgba(216, 181, 106, .02);
}

.gwm-bj-portrait__frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1.12;
    border: 1px solid rgba(240, 217, 155, .32);
    border-radius: 260px 260px 26px 26px;
    background: #302e34;
    box-shadow: 0 42px 100px rgba(0,0,0,.42);
}

.gwm-bj-portrait__frame::after {
    position: absolute;
    inset: 0;
    content: "";
    border: 10px solid rgba(255,255,255,.025);
    border-radius: inherit;
    pointer-events: none;
}

.gwm-bj-portrait__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 38%;
}

.gwm-bj-portrait__fallback {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: var(--bj-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 7rem;
}

.gwm-bj-portrait figcaption {
    position: relative;
    z-index: 3;
    width: calc(100% - 58px);
    margin: -34px auto 0;
    padding: 18px 24px;
    border: 1px solid rgba(216, 181, 106, .3);
    border-radius: 18px;
    background: rgba(25, 23, 29, .9);
    box-shadow: 0 24px 60px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
}

.gwm-bj-portrait figcaption strong,
.gwm-bj-portrait figcaption span {
    display: block;
}

.gwm-bj-portrait figcaption strong {
    color: var(--bj-gold-light);
    font-size: .92rem;
}

.gwm-bj-portrait figcaption span {
    margin-top: 3px;
    color: rgba(255,255,255,.68);
    font-size: .82rem;
}

.gwm-bj-hero__monogram {
    position: absolute;
    z-index: 1;
    right: -12px;
    bottom: 20px;
    color: rgba(255,255,255,.035);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12rem;
    letter-spacing: -.12em;
    line-height: .7;
}

.gwm-bj-focus {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 48px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,.035);
    backdrop-filter: blur(12px);
}

.gwm-bj-focus span {
    position: relative;
    padding: 17px 12px;
    color: rgba(255,255,255,.72);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
}

.gwm-bj-focus span + span::before {
    position: absolute;
    width: 1px;
    height: 44%;
    left: 0;
    top: 28%;
    content: "";
    background: rgba(255,255,255,.12);
}

.gwm-bj-section-nav {
    position: sticky;
    z-index: 20;
    top: 0;
    border-bottom: 1px solid rgba(23,21,27,.08);
    background: rgba(251,247,238,.91);
    box-shadow: 0 10px 30px rgba(35,29,38,.04);
    backdrop-filter: blur(14px);
}

.admin-bar .gwm-bj-section-nav {
    top: 32px;
}

.gwm-bj-section-nav .gwm-bj-shell {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: none;
}

.gwm-bj-section-nav .gwm-bj-shell::-webkit-scrollbar {
    display: none;
}

.gwm-bj-section-nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 17px 0 15px;
    color: #68626a;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.gwm-bj-section-nav a::after {
    position: absolute;
    height: 2px;
    left: 0;
    right: 100%;
    bottom: -1px;
    content: "";
    background: var(--bj-plum);
    transition: right .22s ease;
}

.gwm-bj-section-nav a:hover,
.gwm-bj-section-nav a.is-active {
    color: var(--bj-plum);
}

.gwm-bj-section-nav a:hover::after,
.gwm-bj-section-nav a.is-active::after {
    right: 0;
}

.gwm-bj-section {
    position: relative;
    padding: clamp(82px, 10vw, 138px) 0;
}

.gwm-bj-section-heading {
    max-width: 820px;
    margin-bottom: 54px;
}

.gwm-bj-section-heading h2,
.gwm-bj-profile-intro h2,
.gwm-bj-family-card h2,
.gwm-bj-closing h2 {
    margin: 0;
    color: var(--bj-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.45rem, 4vw, 4.6rem);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.02;
    text-wrap: balance;
}

.gwm-bj-section-heading > p:last-child {
    max-width: 680px;
    margin: 20px 0 0;
    color: var(--bj-muted);
    font-size: 1.04rem;
}

.gwm-bj-section-heading--light h2 {
    color: var(--bj-white);
}

.gwm-bj-section-heading--light > p:last-child {
    color: rgba(255,255,255,.66);
}

.gwm-bj-section--highlights {
    padding-top: 94px;
    padding-bottom: 40px;
}

.gwm-bj-highlight-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.gwm-bj-highlight-card {
    position: relative;
    grid-column: span 4;
    min-height: 270px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--bj-line);
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 16px 50px rgba(25,20,28,.055);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.gwm-bj-highlight-card:hover {
    transform: translateY(-6px);
    border-color: rgba(75,37,63,.26);
    box-shadow: 0 24px 70px rgba(25,20,28,.11);
}

.gwm-bj-highlight-card.is-featured {
    grid-column: span 8;
    color: var(--bj-white);
    background:
        radial-gradient(circle at 90% 15%, rgba(216,181,106,.2), transparent 17rem),
        linear-gradient(135deg, var(--bj-plum-deep), var(--bj-charcoal));
}

.gwm-bj-highlight-card__index {
    position: absolute;
    right: 24px;
    top: 18px;
    color: rgba(75,37,63,.1);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.6rem;
    line-height: 1;
}

.gwm-bj-highlight-card.is-featured .gwm-bj-highlight-card__index {
    color: rgba(255,255,255,.09);
}

.gwm-bj-highlight-card > p {
    margin: 0;
    color: var(--bj-plum);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gwm-bj-highlight-card.is-featured > p {
    color: var(--bj-gold-light);
}

.gwm-bj-highlight-card h2 {
    max-width: 390px;
    margin: 34px 0 14px;
    color: var(--bj-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 2.6vw, 2.45rem);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.06;
}

.gwm-bj-highlight-card.is-featured h2 {
    color: var(--bj-white);
}

.gwm-bj-highlight-card > div {
    max-width: 470px;
    color: var(--bj-muted);
}

.gwm-bj-highlight-card.is-featured > div {
    color: rgba(255,255,255,.7);
}

.gwm-bj-profile-grid {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    gap: clamp(48px, 8vw, 110px);
    align-items: start;
}

.gwm-bj-profile-intro {
    position: sticky;
    top: 120px;
}

.gwm-bj-profile-intro blockquote {
    margin: 34px 0 0;
    padding: 28px 0 0 26px;
    border: 0;
    border-left: 3px solid var(--bj-gold);
    color: var(--bj-plum);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.55;
}

.gwm-bj-profile-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}

.gwm-bj-profile-chips span {
    padding: 8px 12px;
    border: 1px solid rgba(75,37,63,.13);
    border-radius: 999px;
    color: var(--bj-plum);
    background: rgba(255,255,255,.56);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gwm-bj-prose {
    padding: clamp(30px, 5vw, 62px);
    border: 1px solid var(--bj-line);
    border-radius: 30px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 26px 80px rgba(25,20,28,.07);
}

.gwm-bj-prose p {
    margin: 0;
    color: #4c474e;
    font-size: clamp(1.02rem, 1.4vw, 1.16rem);
    line-height: 1.9;
}

.gwm-bj-prose p + p {
    margin-top: 24px;
}

.gwm-bj-prose p:first-child::first-letter {
    float: left;
    margin: 9px 10px 0 0;
    color: var(--bj-plum);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4.8rem;
    line-height: .72;
}

.gwm-bj-section--journey {
    color: var(--bj-white);
    background:
        radial-gradient(circle at 15% 15%, rgba(216,181,106,.12), transparent 30rem),
        radial-gradient(circle at 82% 58%, rgba(79,41,69,.32), transparent 32rem),
        #1b191f;
}

.gwm-bj-section--journey .gwm-bj-eyebrow {
    color: var(--bj-gold-light);
}

.gwm-bj-timeline {
    position: relative;
    max-width: 1080px;
    margin: 10px auto 0;
    padding: 20px 0;
}

.gwm-bj-timeline__rail {
    position: absolute;
    width: 2px;
    top: 14px;
    bottom: 14px;
    left: 50%;
    overflow: hidden;
    background: rgba(255,255,255,.11);
    transform: translateX(-50%);
}

.gwm-bj-timeline__rail span {
    display: block;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, var(--bj-gold-light), var(--bj-plum));
}

.gwm-bj-timeline__item {
    position: relative;
    display: grid;
    width: 50%;
    min-height: 180px;
    align-items: center;
    padding: 18px 54px;
}

.gwm-bj-timeline__item.is-left {
    margin-right: auto;
    text-align: right;
}

.gwm-bj-timeline__item.is-right {
    margin-left: auto;
}

.gwm-bj-timeline__marker {
    position: absolute;
    z-index: 2;
    display: grid;
    width: 48px;
    height: 48px;
    top: 50%;
    place-items: center;
    border: 1px solid rgba(240,217,155,.6);
    border-radius: 50%;
    color: var(--bj-gold-light);
    background: #211e25;
    box-shadow: 0 0 0 9px rgba(216,181,106,.045);
    transform: translateY(-50%);
}

.gwm-bj-timeline__item.is-left .gwm-bj-timeline__marker {
    right: -24px;
}

.gwm-bj-timeline__item.is-right .gwm-bj-timeline__marker {
    left: -24px;
}

.gwm-bj-timeline__marker span {
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.gwm-bj-timeline__card {
    position: relative;
    padding: 26px 28px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 20px;
    background: rgba(255,255,255,.045);
    box-shadow: 0 20px 60px rgba(0,0,0,.16);
    backdrop-filter: blur(10px);
}

.gwm-bj-timeline__card::after {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    content: "";
    border-top: 1px solid rgba(255,255,255,.09);
    border-right: 1px solid rgba(255,255,255,.09);
    background: #26232a;
}

.gwm-bj-timeline__item.is-left .gwm-bj-timeline__card::after {
    right: -7px;
    transform: translateY(-50%) rotate(45deg);
}

.gwm-bj-timeline__item.is-right .gwm-bj-timeline__card::after {
    left: -7px;
    transform: translateY(-50%) rotate(225deg);
}

.gwm-bj-timeline__card > p {
    margin: 0 0 8px;
    color: var(--bj-gold-light);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.gwm-bj-timeline__card h3 {
    margin: 0;
    color: var(--bj-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 500;
    letter-spacing: -.025em;
}

.gwm-bj-timeline__card > div {
    margin-top: 10px;
    color: rgba(255,255,255,.64);
    font-size: .94rem;
    line-height: 1.7;
}

.gwm-bj-section--portfolio {
    background:
        linear-gradient(180deg, #f8f3e9, var(--bj-cream));
}

.gwm-bj-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.gwm-bj-portfolio-card {
    position: relative;
    grid-column: span 4;
    min-height: 280px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--bj-line);
    border-radius: 24px;
    background: rgba(255,255,255,.8);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.gwm-bj-portfolio-card:hover {
    transform: translateY(-5px);
    border-color: rgba(75,37,63,.27);
    box-shadow: 0 24px 64px rgba(25,20,28,.1);
}

.gwm-bj-portfolio-card.is-wide {
    grid-column: span 8;
    background:
        radial-gradient(circle at 90% 10%, rgba(216,181,106,.18), transparent 14rem),
        linear-gradient(135deg, #fdfaf3, #f2e8d8);
}

.gwm-bj-portfolio-card > span {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    color: var(--bj-plum);
    background: rgba(75,37,63,.075);
    font-size: .72rem;
    font-weight: 900;
}

.gwm-bj-portfolio-card h3 {
    margin: 54px 0 12px;
    color: var(--bj-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 2.4vw, 2.4rem);
    font-weight: 500;
    letter-spacing: -.035em;
}

.gwm-bj-portfolio-card p {
    max-width: 520px;
    margin: 0;
    color: var(--bj-muted);
}

.gwm-bj-section--statement {
    padding-top: 0;
    padding-bottom: 110px;
}

.gwm-bj-statement {
    position: relative;
    padding: clamp(42px, 7vw, 88px);
    overflow: hidden;
    border-radius: 34px;
    color: var(--bj-white);
    background:
        radial-gradient(circle at 90% 10%, rgba(216,181,106,.22), transparent 20rem),
        linear-gradient(135deg, var(--bj-plum-deep), #211f25);
    box-shadow: var(--bj-shadow);
}

.gwm-bj-statement::after {
    position: absolute;
    width: 360px;
    height: 360px;
    right: -110px;
    bottom: -210px;
    content: "";
    border: 1px solid rgba(240,217,155,.26);
    border-radius: 50%;
}

.gwm-bj-statement > p {
    margin: 0;
    color: var(--bj-gold-light);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.gwm-bj-statement h2 {
    max-width: 920px;
    margin: 22px 0 30px;
    color: var(--bj-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 4vw, 4.4rem);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.gwm-bj-statement a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--bj-gold-light);
    font-weight: 800;
    text-decoration: none;
}

.gwm-bj-section--service {
    background: #f0ebe4;
}

.gwm-bj-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.gwm-bj-service-card {
    min-height: 410px;
    padding: 34px;
    border: 1px solid rgba(23,21,27,.1);
    border-radius: 26px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 20px 58px rgba(25,20,28,.055);
}

.gwm-bj-service-card__top {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(23,21,27,.09);
}

.gwm-bj-service-card__top > span {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    border: 3px solid rgba(216,181,106,.35);
    border-radius: 50%;
    background: var(--bj-plum);
    box-shadow: 0 0 0 6px rgba(75,37,63,.06);
}

.gwm-bj-service-card h3 {
    margin: 0;
    color: var(--bj-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.62rem;
    font-weight: 500;
    letter-spacing: -.025em;
}

.gwm-bj-service-card ul {
    display: grid;
    gap: 18px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.gwm-bj-service-card li {
    position: relative;
    padding-left: 22px;
    color: #5d575f;
    line-height: 1.62;
}

.gwm-bj-service-card li::before {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: .62em;
    content: "";
    border-radius: 50%;
    background: var(--bj-gold);
}

.gwm-bj-section--family {
    background:
        linear-gradient(135deg, #f9f4ea, #efe5d7);
}

.gwm-bj-family-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(230px, .38fr) minmax(0, 1fr);
    gap: clamp(36px, 8vw, 100px);
    align-items: center;
    padding: clamp(38px, 7vw, 86px);
    overflow: hidden;
    border: 1px solid rgba(75,37,63,.12);
    border-radius: 34px;
    background: rgba(255,255,255,.65);
    box-shadow: 0 32px 90px rgba(25,20,28,.08);
}

.gwm-bj-family-card__mark {
    display: grid;
    min-height: 270px;
    place-items: center;
    border-radius: 160px 160px 28px 28px;
    color: var(--bj-gold-light);
    background:
        radial-gradient(circle at 50% 15%, rgba(216,181,106,.2), transparent 11rem),
        linear-gradient(145deg, var(--bj-plum-deep), var(--bj-charcoal));
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.3rem, 7vw, 6rem);
    letter-spacing: -.08em;
    box-shadow: 0 28px 70px rgba(40,25,38,.2);
}

.gwm-bj-family-card h2 {
    max-width: 720px;
}

.gwm-bj-family-card p:not(.gwm-bj-eyebrow) {
    max-width: 760px;
    margin: 22px 0 0;
    color: var(--bj-muted);
    font-size: 1.05rem;
    line-height: 1.85;
}

.gwm-bj-family-card strong {
    display: block;
    margin-top: 22px;
    color: var(--bj-plum);
}

.gwm-bj-closing {
    padding: clamp(90px, 11vw, 150px) 0;
    color: var(--bj-white);
    text-align: center;
    background:
        radial-gradient(circle at 50% -15%, rgba(216,181,106,.25), transparent 34rem),
        #17151b;
}

.gwm-bj-closing .gwm-bj-eyebrow {
    color: var(--bj-gold-light);
}

.gwm-bj-closing h2 {
    max-width: 900px;
    margin-inline: auto;
    color: var(--bj-white);
}

.gwm-bj-closing__inner > p:not(.gwm-bj-eyebrow) {
    max-width: 700px;
    margin: 24px auto 0;
    color: rgba(255,255,255,.66);
    font-size: 1.05rem;
}

.gwm-bj-actions--center {
    justify-content: center;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .68s ease, transform .68s cubic-bezier(.2,.8,.2,1);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1080px) {
    .gwm-bj-hero {
        min-height: 0;
    }

    .gwm-bj-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
        gap: 42px;
    }

    .gwm-bj-hero h1 {
        font-size: clamp(3.4rem, 7vw, 5.7rem);
    }

    .gwm-bj-highlight-card,
    .gwm-bj-portfolio-card {
        grid-column: span 6;
    }

    .gwm-bj-highlight-card.is-featured,
    .gwm-bj-portfolio-card.is-wide {
        grid-column: span 12;
    }

    .gwm-bj-service-grid {
        grid-template-columns: 1fr;
    }

    .gwm-bj-service-card {
        min-height: 0;
    }
}

@media (max-width: 860px) {
    .gwm-bj-shell {
        width: min(100% - 30px, 720px);
    }

    .gwm-bj-hero {
        padding-top: 56px;
    }

    .gwm-bj-hero__grid,
    .gwm-bj-profile-grid,
    .gwm-bj-family-card {
        grid-template-columns: 1fr;
    }

    .gwm-bj-hero__visual {
        min-height: 0;
    }

    .gwm-bj-portrait {
        width: min(100%, 500px);
    }

    .gwm-bj-focus {
        grid-template-columns: repeat(5, minmax(120px, 1fr));
        overflow-x: auto;
    }

    .gwm-bj-profile-intro {
        position: static;
    }

    .gwm-bj-timeline__rail {
        left: 24px;
    }

    .gwm-bj-timeline__item,
    .gwm-bj-timeline__item.is-left,
    .gwm-bj-timeline__item.is-right {
        width: 100%;
        margin: 0;
        padding: 14px 0 14px 72px;
        text-align: left;
    }

    .gwm-bj-timeline__item.is-left .gwm-bj-timeline__marker,
    .gwm-bj-timeline__item.is-right .gwm-bj-timeline__marker {
        left: 0;
        right: auto;
    }

    .gwm-bj-timeline__item.is-left .gwm-bj-timeline__card::after,
    .gwm-bj-timeline__item.is-right .gwm-bj-timeline__card::after {
        left: -7px;
        right: auto;
        transform: translateY(-50%) rotate(225deg);
    }

    .gwm-bj-family-card__mark {
        min-height: 220px;
    }
}

@media (max-width: 620px) {
    .gwm-bj-shell {
        width: min(100% - 24px, 560px);
    }

    .gwm-bj-hero {
        padding-top: 38px;
    }

    .gwm-bj-back {
        margin-bottom: 34px;
    }

    .gwm-bj-hero h1 {
        font-size: clamp(3rem, 15vw, 4.25rem);
    }

    .gwm-bj-hero__summary {
        font-size: 1rem;
    }

    .gwm-bj-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gwm-bj-button {
        width: 100%;
    }

    .gwm-bj-portrait__frame {
        border-radius: 190px 190px 22px 22px;
    }

    .gwm-bj-focus {
        margin-top: 34px;
    }

    .gwm-bj-section {
        padding: 78px 0;
    }

    .gwm-bj-highlight-card,
    .gwm-bj-highlight-card.is-featured,
    .gwm-bj-portfolio-card,
    .gwm-bj-portfolio-card.is-wide {
        grid-column: span 12;
    }

    .gwm-bj-highlight-card,
    .gwm-bj-portfolio-card {
        min-height: 0;
    }

    .gwm-bj-prose {
        padding: 26px 22px;
        border-radius: 22px;
    }

    .gwm-bj-timeline__item,
    .gwm-bj-timeline__item.is-left,
    .gwm-bj-timeline__item.is-right {
        padding-left: 58px;
    }

    .gwm-bj-timeline__rail {
        left: 20px;
    }

    .gwm-bj-timeline__marker {
        width: 40px;
        height: 40px;
    }

    .gwm-bj-timeline__item.is-left .gwm-bj-timeline__marker,
    .gwm-bj-timeline__item.is-right .gwm-bj-timeline__marker {
        left: 0;
    }

    .gwm-bj-timeline__card {
        padding: 22px;
    }

    .gwm-bj-family-card,
    .gwm-bj-statement {
        padding: 30px 24px;
        border-radius: 24px;
    }

    .admin-bar .gwm-bj-section-nav {
        top: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gwm-bj *,
    .gwm-bj *::before,
    .gwm-bj *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* Shared-ministry couple photograph */
.gwm-bj-family-card__media {
    position: relative;
    min-width: 0;
    margin: 0;
}

.gwm-bj-family-card__image {
    display: block;
    width: 100%;
    min-height: 310px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 34%;
    border: 1px solid rgba(216, 181, 106, 0.34);
    border-radius: 160px 160px 28px 28px;
    background: var(--bj-charcoal);
    box-shadow: 0 28px 70px rgba(40, 25, 38, 0.2);
}

.gwm-bj-family-card__media figcaption {
    position: relative;
    width: calc(100% - 28px);
    margin: -26px auto 0;
    padding: 13px 16px;
    border: 1px solid rgba(216, 181, 106, 0.25);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(34, 28, 35, 0.92);
    box-shadow: 0 14px 34px rgba(25, 20, 28, 0.16);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    backdrop-filter: blur(10px);
}

@media (max-width: 860px) {
    .gwm-bj-family-card__media {
        width: min(100%, 500px);
        margin-inline: auto;
    }

    .gwm-bj-family-card__image {
        min-height: 0;
        aspect-ratio: 4 / 4.6;
    }
}
