.gjr-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border: 1px solid transparent;
    border-radius: var(--gjr-radius-sm);
    background: var(--gjr-primary);
    color: var(--gjr-white);
    font-family: var(--gjr-font-body);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform var(--gjr-transition), background var(--gjr-transition), border-color var(--gjr-transition);
}

.gjr-button:hover,
.gjr-button:focus-visible {
    transform: translateY(-2px);
    background: var(--gjr-secondary);
}

.gjr-button--outline {
    border-color: currentColor;
    background: transparent;
    color: var(--gjr-primary);
}

/* Homepage v1.0 final polish. */
.gjr-home-hero__actions .gjr-button {
    min-width: 188px;
    justify-content: center;
}

.gjr-series-card__content { padding-bottom: clamp(42px, 4vw, 62px); }

.gjr-books__button {
    min-width: min(100%, 292px);
}

.gjr-briefing-card {
    transition: box-shadow .35s ease, transform .35s ease;
}

.gjr-briefing-card:hover,
.gjr-briefing-card:focus-within {
    box-shadow: 0 24px 52px rgba(22,58,82,.2);
}

.gjr-briefing-card:hover {
    transform: translateY(-2px);
}

/* === Homepage book placeholder cover normalization v1.5.5 === */
.gjr-books .gjr-book-card--coming img,
.gjr-books .gjr-book-card--noah img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}


/* ==========================================================
   HOMEPAGE — LATEST BRIEFINGS v3.0.48
   Namespaced to prevent Briefings archive card styles from
   leaking into the homepage.
========================================================== */
.gjr-home-briefings{
    padding:88px 0 94px;
    border-top:1px solid rgba(18,56,79,.07);
    background:
        linear-gradient(rgba(18,56,79,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(18,56,79,.025) 1px,transparent 1px),
        #f5f4f0;
    background-size:112px 112px;
}

.gjr-home-briefings__header{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:48px;
    margin-bottom:34px;
}

.gjr-home-briefings__eyebrow{
    margin:0 0 9px;
    color:#c9682f;
    font-size:10px;
    font-weight:800;
    letter-spacing:.15em;
    text-transform:uppercase;
}

.gjr-home-briefings__header h2{
    margin:0;
    color:#12384f;
    font-family:var(--gjr-font-heading);
    font-size:clamp(42px,3.8vw,60px);
    font-weight:600;
    letter-spacing:-.035em;
    line-height:.96;
}

.gjr-home-briefings__intro{
    margin:12px 0 0;
    color:#5d6d75;
    font-size:13px;
    line-height:1.6;
}

.gjr-home-briefings__all{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:4px;
    color:#12384f;
    font-size:9px;
    font-weight:800;
    letter-spacing:.09em;
    text-decoration:none;
    text-transform:uppercase;
}

.gjr-home-briefings__all span{
    color:#c9682f;
    font-size:15px;
}

.gjr-home-briefings__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.gjr-home-briefing-card{
    min-width:0;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    border:1px solid rgba(18,56,79,.12);
    border-radius:7px;
    background:#fbfaf7;
    box-shadow:0 14px 34px rgba(18,56,79,.055);
    transition:transform .25s ease,box-shadow .25s ease;
}

.gjr-home-briefing-card:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 44px rgba(18,56,79,.11);
}

.gjr-home-briefing-card__media{
    position:relative;
    display:block;
    width:100%;
    height:235px;
    overflow:hidden;
    background:#d7e0e3;
}

.gjr-home-briefing-card__media:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 50%,rgba(7,34,50,.30) 100%);
    pointer-events:none;
}

.gjr-home-briefing-card__media img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}

.gjr-home-briefing-card:hover .gjr-home-briefing-card__media img{
    transform:scale(1.025);
}

.gjr-home-briefing-card__placeholder{
    display:block;
    width:100%;
    height:100%;
    background:
        linear-gradient(135deg,rgba(18,56,79,.15),rgba(201,104,47,.10)),
        linear-gradient(145deg,#dce4e4,#f0ece4);
}

.gjr-home-briefing-card__file{
    position:absolute;
    z-index:2;
    left:16px;
    top:16px;
    padding:7px 9px;
    border-top:2px solid #c9682f;
    background:rgba(10,47,68,.90);
    color:#fff;
    font-size:7px;
    font-weight:800;
    letter-spacing:.11em;
}

.gjr-home-briefing-card__body{
    flex:1;
    padding:24px 25px 26px;
    display:flex;
    flex-direction:column;
}

.gjr-home-briefing-card__meta{
    display:flex;
    justify-content:space-between;
    gap:15px;
    color:#8a969b;
    font-size:8px;
    font-weight:800;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.gjr-home-briefing-card__meta span{
    color:#c9682f;
}

.gjr-home-briefing-card h3{
    margin:13px 0 11px;
    color:#12384f;
    font-family:var(--gjr-font-heading);
    font-size:clamp(24px,2vw,31px);
    font-weight:600;
    letter-spacing:-.025em;
    line-height:1.05;
}

.gjr-home-briefing-card h3 a{
    color:inherit;
    text-decoration:none;
}

.gjr-home-briefing-card__body>p{
    margin:0 0 21px;
    color:#607078;
    font-size:11px;
    line-height:1.65;
}

.gjr-home-briefing-card__cta{
    display:inline-flex;
    align-items:center;
    gap:8px;
    align-self:flex-start;
    margin-top:auto;
    color:#12384f;
    font-size:8px;
    font-weight:800;
    letter-spacing:.10em;
    text-decoration:none;
    text-transform:uppercase;
}

.gjr-home-briefing-card__cta span{
    color:#c9682f;
    font-size:14px;
}

.gjr-home-briefings__empty{
    padding:42px;
    border:1px solid rgba(18,56,79,.12);
    border-top:3px solid #c9682f;
    border-radius:7px;
    background:#fbfaf7;
}

.gjr-home-briefings__empty>span{
    color:#c9682f;
    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
}

.gjr-home-briefings__empty h3{
    margin:9px 0;
    color:#12384f;
    font-family:var(--gjr-font-heading);
    font-size:34px;
    font-weight:600;
}

.gjr-home-briefings__empty p{
    margin:0;
    color:#64737a;
    font-size:12px;
}

@media(max-width:900px){
    .gjr-home-briefings__grid{
        grid-template-columns:1fr 1fr;
    }
    .gjr-home-briefing-card:first-child{
        grid-column:1/-1;
    }
    .gjr-home-briefing-card:first-child{
        display:grid;
        grid-template-columns:1fr 1fr;
    }
    .gjr-home-briefing-card:first-child .gjr-home-briefing-card__media{
        height:100%;
        min-height:280px;
    }
}

@media(max-width:650px){
    .gjr-home-briefings{
        padding:62px 0 68px;
    }
    .gjr-home-briefings__header{
        display:block;
        margin-bottom:26px;
    }
    .gjr-home-briefings__all{
        margin-top:20px;
    }
    .gjr-home-briefings__grid{
        grid-template-columns:1fr;
    }
    .gjr-home-briefing-card:first-child{
        grid-column:auto;
        display:flex;
    }
    .gjr-home-briefing-card:first-child .gjr-home-briefing-card__media,
    .gjr-home-briefing-card__media{
        height:210px;
        min-height:0;
    }
}


/* Homepage section rhythm polish — v3.0.52 */
@media(max-width:650px){
    .gjr-home-briefings{padding-top:48px;}
}
