.co-author-landing-page{
    --co-robert-page-bg:linear-gradient(180deg, #efe1bf 0%, #d0af6f 100%);
    --co-robert-page-bg-image:none;
    position:relative;
    width:auto;
    max-width:none;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    padding:32px 0 8px;
    background-color:#d0af6f;
    background-image:var(--co-robert-page-bg);
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    overflow:hidden;
}

.co-author-landing-page::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:var(--co-robert-page-bg-image);
    background-position:center top;
    background-repeat:repeat;
    background-size:1400px auto;
    opacity:.28;
    mix-blend-mode:multiply;
    pointer-events:none;
}

.co-author-landing-shell{
    position:relative;
    z-index:1;
}

body.page-template-page-robert-vargas #page,
body.page-template-page-robert-vargas-php #page,
body.page-template-page-robert-vargas .site,
body.page-template-page-robert-vargas-php .site,
body.page-template-page-robert-vargas #primary,
body.page-template-page-robert-vargas-php #primary{
    background-color:transparent;
}

body.page-template-page-robert-vargas .site-footer,
body.page-template-page-robert-vargas-php .site-footer{
    margin-top:0;
}

.co-author-landing-shell{
    width:min(1280px, calc(100% - 40px));
    margin:0 auto;
}

.co-author-landing-header{
    margin-bottom:26px;
}

.co-author-landing-title{
    margin:0 0 10px;
    font-family:NotoSans, Tahoma, Arial, Verdana, sans-serif;
    font-size:clamp(2rem, 4vw, 3.4rem);
    line-height:.94;
    font-weight:900;
    letter-spacing:-.05em;
    color:#2f1d11;
}

.co-author-landing-intro{
    max-width:820px;
    color:rgba(47, 29, 17, .82);
    line-height:1.8;
    font-size:1rem;
}

.co-author-landing-hero{
    margin-bottom:34px;
}

.co-author-landing-posts{
    margin-top:0;
}

.co-author-landing-posts .co-category-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:20px 26px;
}

.co-author-landing-posts .co-post-card{
    padding:0;
    border:1px solid rgba(120, 93, 43, .18);
    border-radius:0;
    background:#efdcae;
    box-shadow:0 12px 26px rgba(96, 69, 27, .16);
}

.co-author-landing-posts .co-post-card:hover{
    transform:none;
    border-color:rgba(120, 93, 43, .24);
    box-shadow:0 14px 28px rgba(96, 69, 27, .18);
}

.co-author-landing-posts .co-post-card-link{
    display:block;
    padding:18px 18px 16px;
    color:#3a2618;
    text-decoration:none;
}

.co-author-landing-posts .co-post-card-thumb,
.co-author-landing-posts .co-post-card-kicker,
.co-author-landing-posts .co-post-card-excerpt{
    display:none;
}

.co-author-landing-posts .co-post-card-content{
    position:relative;
    padding:18px 0 0;
}

.co-author-landing-posts .co-post-card-content::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:54px;
    height:3px;
    background:#4b311f;
}

.co-author-landing-posts .co-post-card-content::after{
    content:"";
    position:absolute;
    top:1px;
    left:66px;
    right:0;
    height:1px;
    background:rgba(75, 49, 31, .18);
}

.co-author-landing-posts .co-post-card-title{
    margin:0;
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size:clamp(1.7rem, 2.1vw, 2.15rem);
    line-height:.94;
    font-weight:700;
    letter-spacing:-.03em;
    text-transform:uppercase;
    color:#3b2718;
}

.co-author-landing-posts .co-post-card-meta{
    display:block;
    order:-1;
    margin:0 0 14px;
    color:#4f4539;
    font-size:1rem;
    line-height:1.1;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.co-author-landing-posts .co-category-pagination .page-numbers{
    border-color:rgba(120, 93, 43, .2);
    background:#f7ead0;
    color:#3b2718;
    box-shadow:0 10px 22px rgba(96, 69, 27, .12);
}

.co-author-landing-posts .co-category-pagination .page-numbers.current{
    background:#4b311f;
    border-color:#4b311f;
    color:#f8edd4;
}

@media (max-width: 1100px){
    .co-author-landing-page{
        padding:24px 0 6px;
    }

    .co-author-landing-shell{
        width:calc(100% - 24px);
    }
}

@media (max-width: 640px){
    .co-author-landing-page{
        padding:18px 0 4px;
    }

    .co-author-landing-title{
        font-size:2rem;
    }

    .co-author-landing-hero{
        margin-bottom:24px;
    }

    .co-author-landing-posts .co-category-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .co-author-landing-posts .co-post-card-link{
        padding:16px 16px 14px;
    }

    .co-author-landing-posts .co-post-card-title{
        font-size:clamp(1.45rem, 8vw, 1.9rem);
    }

    .co-author-landing-posts .co-post-card-meta{
        margin-bottom:12px;
        font-size:.92rem;
    }
}
