/* Import Google Fonts */

        @import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Lexend:wght@100..900&display=swap');


        :root {

            /* BACKGROUND */
            --bs-bg-paper: #FCF7E0;

            /* PRIMARY DARK */
            --bs-text-ink: #0d0d0d;

            /* ACCENT */
            --bs-accent-rule: #820000;

            /* ACCESSIBLE RED FOR DARK BACKGROUNDS */
            --bs-accent-accessible: #FF1F1F;

            /* NEUTRAL */
            --bs-neutral-soft: #d4d4d4;

            /* DARKER PAPER */
            --bs-bg-paper-dark: #FFF6CA;


            /* FONT FAMILIES */

            --bs-font-serif-headline: 'Instrument Serif', serif;

            --bs-font-serif-body: 'Lexend', serif;

        }


        body {

            font-family: var(--bs-font-serif-body);

            color: var(--bs-text-ink);

            background-color: var(--bs-bg-paper);

            scroll-behavior: smooth;

            overflow-x: hidden;

            border-radius: 0 !important;

        }


        .editorial-heading {

            font-family: var(--bs-font-serif-headline);

            font-weight: 900 !important;

            letter-spacing: -0.025em;

            word-spacing: 0.025em;

            line-height: 1.1;

        }


        .editorial-heading.logo {

            font-size: 2.25rem !important;

        }


        a.focus-ring {

            text-decoration: none;

        }


        .org-name {

            font-style: italic;

            font-weight: bold;

        }


        footer h5.text-accent-accessible.font-serif-headline {

            padding-top: 10px;

        }



        /* HERO TYPE */

        .hero-headline {

            font-size: 2.25rem !important;

        }


        @media (min-width: 576px) {

            .hero-headline {

                font-size: 3.75rem !important;

            }

        }


        @media (min-width: 768px) {

            .hero-headline {

                font-size: 4.5rem !important;

            }

        }


        @media (min-width: 992px) {

            .hero-headline {

                font-size: 6rem !important;

            }

        }



        /* SMALL SCREEN ADJUSTMENTS */

        @media (max-width: 576px) {

            .coming-soon-badge {

                display: none !important;

            }


            .editorial-heading.logo {

                font-size: 1.75rem !important;

            }

        }


        @media (min-width: 992px) and (max-width: 1200px) {

            .coming-soon-badge {

                display: none !important;

            }

        }



        /* FIXED HEADER SCROLL OFFSET */

        #hero-section,
        #about,
        #why-it-matters,
        #initiatives,
        #team,
        #contact {

            scroll-margin-top: 5rem;

        }


        @media (max-width: 768px) {

            #hero-section,
            #about,
            #why-it-matters,
            #initiatives,
            #team,
            #contact {

                scroll-margin-top: 20rem;

            }

        }



        /* TEAM DIVIDERS */

        @media (min-width: 992px) {

            .team-divider {

                border-right: 2px solid var(--bs-text-ink);

            }

        }



        /* TRANSITIONS */

        .artisan-transition {

            transition: all 0.2s linear;

        }



        /* COLOR UTILITIES */

        .bg-paper {

            background-color: var(--bs-bg-paper) !important;

        }


        .text-ink {

            color: var(--bs-text-ink) !important;

        }


        .text-paper {

            color: var(--bs-bg-paper) !important;

        }


        .text-accent-rule {

            color: var(--bs-accent-rule) !important;

        }


        .bg-accent-rule {

            background-color: var(--bs-accent-rule) !important;

        }


        .border-ink {

            border-color: var(--bs-text-ink) !important;

        }


        .bg-ink {

            background-color: var(--bs-text-ink) !important;

        }


        .border-accent-rule {

            border-color: var(--bs-accent-rule) !important;

        }


        .bg-neutral-soft {

            background-color: var(--bs-neutral-soft) !important;

        }


        .bg-paper-dark {

            background-color: var(--bs-bg-paper-dark) !important;

        }


        .text-accent-accessible {

            color: var(--bs-accent-accessible) !important;

        }



        /* HOVER */

        .hover-text-accent-rule:hover {

            color: var(--bs-accent-rule) !important;

        }


        .hover-bg-ink:hover {

            background-color: var(--bs-text-ink) !important;

            color: var(--bs-bg-paper) !important;

        }


        .hover-opacity-90:hover {

            opacity: 0.9 !important;

        }



        /* NEWSPAPER STYLE */

        .rounded-0 {

            border-radius: 0 !important;

        }


        .btn-newspaper {

            border-radius: 0 !important;

            box-shadow: none !important;

        }


        .card-newspaper {

            border-radius: 0 !important;

            box-shadow: none !important;

        }


        .border-4 {

            border-width: 4px !important;

        }


        .border-8 {

            border-width: 8px !important;

        }



        /* MOBILE MENU */

        #mobile-menu {

            position: absolute;

            top: 100%;

            left: 0;

            width: 100%;

            z-index: 1000;

        }


        nav#mobile-menu-collapse {

            background: var(--bs-text-ink) !important;

        }


        nav#mobile-menu-collapse a {

            color: var(--bs-bg-paper) !important;

        }



        /* FOOTER */

        .footer-link:hover {

            text-decoration: underline !important;

            color: var(--bs-neutral-soft) !important;

        }



        /* FONT UTILITIES */

        .font-serif-headline {

            font-family: var(--bs-font-serif-headline) !important;

        }


        .font-serif-body {

            font-family: var(--bs-font-serif-body) !important;

        }

        /* ACCESSIBILITY */

        .skip-link {
            position: fixed;
            top: 0.5rem;
            left: 0.5rem;
            z-index: 1100;
            padding: 0.65rem 0.85rem;
            color: var(--bs-bg-paper);
            background: var(--bs-text-ink);
            border: 2px solid var(--bs-accent-accessible);
            transform: translateY(-160%);
            transition: transform 0.15s linear;
        }

        .skip-link:focus {
            transform: translateY(0);
        }

        a:focus-visible,
        button:focus-visible {
            outline: 3px solid var(--bs-accent-accessible);
            outline-offset: 3px;
        }

        /* PRESS PAGES */

        .press-masthead {
            padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4.5rem);
            border-bottom: 4px solid var(--bs-text-ink);
        }

        .press-title {
            max-width: 1040px;
            margin-inline: auto;
            font-size: clamp(3.25rem, 8vw, 7rem);
            line-height: 0.88;
        }

        .press-intro {
            max-width: 760px;
            margin-inline: auto;
            font-size: clamp(1.05rem, 2vw, 1.35rem);
            line-height: 1.65;
        }

        .section-kicker,
        .article-eyebrow,
        .article-date {
            font-size: 0.78rem;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }

        .press-list {
            border-top: 4px solid var(--bs-text-ink);
        }

        .press-list-item {
            display: grid;
            grid-template-columns: minmax(8rem, 0.25fr) minmax(0, 1fr);
            gap: clamp(1.5rem, 5vw, 5rem);
            padding: clamp(2rem, 4vw, 3.5rem) 0;
            border-bottom: 1px solid var(--bs-text-ink);
        }

        .press-list-item h3 {
            font-size: clamp(2rem, 4vw, 3.4rem);
            line-height: 1;
        }

        .editorial-link {
            display: inline-block;
            color: var(--bs-accent-rule);
            font-weight: 800;
            text-underline-offset: 0.3em;
        }

        .editorial-link:hover {
            color: var(--bs-text-ink);
        }

        .press-panel {
            height: 100%;
            padding: clamp(1.5rem, 3vw, 2.5rem);
            border: 2px solid var(--bs-text-ink);
            background: var(--bs-bg-paper-dark);
        }

        .fact-list {
            margin: 1.5rem 0 0;
            padding: 1.25rem 0 0 1.2rem;
            border-top: 1px solid var(--bs-text-ink);
        }

        .fact-list li + li {
            margin-top: 0.65rem;
        }

        .leadership-list {
            margin: 0;
            padding: 0;
            list-style: none;
            border-top: 4px solid var(--bs-text-ink);
        }

        .leadership-list li {
            display: flex;
            justify-content: space-between;
            gap: 2rem;
            padding: 1rem 0;
            border-bottom: 1px solid var(--bs-text-ink);
        }

        .media-assets {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1.25rem;
        }

        .media-asset {
            display: flex;
            flex-direction: column;
            min-height: 15rem;
            padding: 1.25rem;
            border: 2px solid var(--bs-text-ink);
            background: var(--bs-bg-paper-dark);
        }

        .media-asset-preview {
            display: grid;
            flex: 1;
            place-items: center;
            min-height: 8.5rem;
            margin-bottom: 1.25rem;
            padding: 1rem;
            border-bottom: 1px solid var(--bs-text-ink);
        }

        .media-asset-preview img {
            display: block;
            width: 100%;
            max-width: 15rem;
            max-height: 9rem;
            object-fit: contain;
        }

        .media-asset-preview img.headshot {
            aspect-ratio: 16 / 9;
            max-width: 12rem;
            object-fit: cover;
        }

        .article-header {
            padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(2.5rem, 5vw, 4rem);
            border-bottom: 4px solid var(--bs-text-ink);
        }

        .article-title {
            max-width: 1120px;
            font-size: clamp(3rem, 6.3vw, 5.9rem);
            line-height: 1.08;
        }

        .article-header-lower {
            margin-top: clamp(2rem, 4vw, 3.5rem);
            padding-top: clamp(1.5rem, 3vw, 2.5rem);
            border-top: 1px solid var(--bs-text-ink);
        }

        .article-deck {
            max-width: 720px;
            font-size: clamp(1.15rem, 2.2vw, 1.55rem);
            line-height: 1.5;
        }

        .article-portrait {
            width: min(100%, 27rem);
            aspect-ratio: 3 / 2;
            object-fit: cover;
            object-position: center 35%;
            border: 4px solid var(--bs-text-ink);
        }

        .article-copy {
            max-width: 760px;
            margin-inline: auto;
            font-size: clamp(1rem, 1.5vw, 1.12rem);
            line-height: 1.85;
        }

        .article-copy > p {
            margin-bottom: 1.5rem;
        }

        .article-copy .quoted-paragraph {
            margin: 2.25rem 0;
            padding-left: 1.5rem;
            border-left: 4px solid var(--bs-accent-rule);
            font-size: 1.08em;
        }

        .daiu-disclosure {
            margin: 3rem 0;
            padding: 1rem 1.25rem;
            border: 2px solid var(--bs-text-ink);
            background: var(--bs-bg-paper-dark);
            font-size: 0.88rem;
        }

        .article-boilerplate {
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 4px solid var(--bs-text-ink);
        }

        .article-boilerplate + .article-boilerplate {
            margin-top: 2rem;
            padding-top: 2rem;
            border-top-width: 1px;
        }

        .article-boilerplate h2 {
            font-size: clamp(1.8rem, 3vw, 2.5rem);
        }

        address {
            font-style: normal;
        }

        @media (max-width: 991.98px) {
            .press-list-item {
                grid-template-columns: 1fr;
                gap: 0.75rem;
            }

            .media-assets {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 767.98px) {
            .leadership-list li {
                display: block;
            }

            .leadership-list strong,
            .leadership-list span {
                display: block;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                scroll-behavior: auto !important;
                transition-duration: 0.01ms !important;
            }
        }
