/*!
 * newyorktimes.css
 * Main stylesheet for Front Office Sports reprints
 * Author: Operations
 * Version: 1.0.0
 * Created: 2026-02-12
 * Updated: 
 * Description: Standard CSS template header for project styles
 * -------------------------------------------------------------
 */

@import url("//construct.wrightsmedia.com/npm/foundation/6.9.0/foundation.min.css");
@import url("//construct.wrightsmedia.com/brands/fos/css/variables.css");

body {
    background-color: #fff;
    color: #131215;
    font-family: var(--font-untitled-serif);
    font-weight: 400;
}

.sample-bg {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="diagtext" width="100%" height="100%"><style type="text/css">text { fill: %23D6D6D6; font-family: Avenir, Arial, Helvetica, sans-serif; }</style><defs><pattern id="text1" patternUnits="userSpaceOnUse" width="400" height="200"><text y="30" font-size="40" id="name">SAMPLE</text></pattern><pattern xlink:href="%23text1"><text y="120" x="200" font-size="30" id="text2"/></pattern><pattern id="combo" xlink:href="%23text1" patternTransform="rotate(-45)"><use xlink:href="%23name"/><use xlink:href="%23text2"/></pattern></defs><rect width="100%" height="100%" fill="url(%23combo)"/></svg>');
}

header {
    display: flex;
    height: 3.125rem;
    position: sticky;
    align-items: center;
    top: 0;
    width: 100%;
    max-width: 92.188rem;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0.063rem solid #eaeaea;
    background-color: #fff;
}

.site-logo {
    max-width: 18.75rem;
    text-align: center;
    width: 100%;
    transition: .3s ease-in;
}

.article-section-header {
    text-align: center;
}

.article-breadcrumbs {
    font-family: var(--font-untitled-sans);
    color: #3866f6;
    font-weight: 700;
    font-size: .75rem;
    line-height: 0.9rem;
    letter-spacing: -0.008rem;
    margin-top: 2rem;
    margin-bottom: .5rem;
}

.byline {
    margin-bottom: 1.5rem;
    font-family: var(--font-untitled-sans);
    font-size: 0.75rem;
    line-height: 1.2rem;
    letter-spacing: -0.008rem;
    text-transform: uppercase;
}

.byline-author {
    margin-bottom: 0.25rem;
}

.image-caption {
    font-family: var(--font-untitled-sans);
    font-size: 0.625rem;
    line-height: 0.875em;
    letter-spacing: -0.006rem;
    font-weight: 400;
    margin-top: 0.625rem;
    text-align: right;
    text-transform: uppercase;
    color: #131215;
    opacity: .75;
}

h1 {
    font-family: var(--font-untitled-serif);
    font-weight: 700;
    letter-spacing: -0.09rem;
    font-size: 3rem;
    line-height: 3.24rem;    
    margin-bottom: 1rem;
}

h2 {
    color: rgba(0,0,0,.75);
    font-family: var(--font-untitled-sans);
    font-size: 1.063rem;
    line-height: 1.7rem;
    font-weight: 600;
    letter-spacing: -0.021rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-family: var(--font-unititled-sans);
    font-weight: 600;
    font-size: 1.938rem;
    line-height: 1.75rem;
}

.grid-container {
    margin: 0 auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

main {
    padding-top: 1.25rem;
    max-width: 53.125rem;
    padding-bottom: 1.25rem;
    margin: 0 auto;
}

/*.byline-author-bio {
}*/

.article-content {
    margin-top: 2rem;
}

.article-content p {    
    font-size: 1.156rem;
    line-height: 1.908rem;
    letter-spacing: -0.023rem;
}

.article-disclaimer {
    border-top: 0.063rem solid #EBEBEB;
    border-bottom: 0.063rem solid #EBEBEB;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    padding-top: 0.75rem;
}

footer {
    font-family: var(--font-untitled-sans);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    background-color: #f4f5f7;
    color: #000;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

footer p {
    margin: 0.625rem auto 0;
    max-width: 40rem;
    text-align: center;
}

footer .copyright {
    font-size: 0.75rem;
    letter-spacing: -0.015rem;
    margin: 0.625rem auto 0;
    text-align: center;
}

/* Roadblock styles */
.roadblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 100vh;
}

.roadblock header {
    position: relative;
    border-bottom: none;
    background-color: transparent;
}
        
.roadblock main {
    width: 100%;
    max-width: 53.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    background-color: #fff;
    padding: 1.25rem;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
}

.roadblock-content-box {
    padding: 1.25rem;
    border: 0.063rem dashed lightgray;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.roadblock-title {
    font-family: var(--font-untitled-serif);
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.875rem;
    text-align: center;
}

.roadblock-text p {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

/* Media Queries */
@media screen and (max-width: 48rem) {
    h1 {
        font-size: 1.75rem;
        line-height: 1.89rem;
        letter-spacing: -0.053rem;
    }

    h2 {
        font-size: 1rem;
        line-height: 1.45rem;
        letter-spacing: -0.02rem;
    }

    .article-hero {
        width: 100%;
        max-width: none;
    }

    .byline {        
        font-size: 0.75rem;
        line-height: 1.2rem;
        letter-spacing: -0.008rem;
    }

    .article-content p {
        font-size: 1.063em;
        line-height: 1.753rem;
    }
}