/* Monitor article styles, extracted from the original hand-built
   week-N.html files so the Eleventy-rendered output is byte-equivalent. */

.monitor-content {
            padding: clamp(3rem, 6vh, 5rem) 0;
            background: var(--white);
        }

        .monitor-article {
            max-width: 800px;
            margin: 0 auto;
        }

        .monitor-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 2.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid rgba(218, 165, 32, 0.2);
        }

        .monitor-meta-date {
            font-size: 0.9rem;
            color: var(--mid-gray);
            font-weight: 400;
        }

        .monitor-download {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1.5rem;
            background: var(--gold);
            color: var(--navy);
            text-decoration: none;
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .monitor-download:hover {
            background: var(--gold-light);
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(218, 165, 32, 0.4);
        }

        .monitor-download svg {
            width: 16px;
            height: 16px;
        }

        .monitor-article h2 {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(1.6rem, 2.5vw, 2rem);
            color: var(--navy);
            font-weight: 600;
            margin: 2.5rem 0 1rem;
            line-height: 1.3;
        }

        .monitor-article h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(1.2rem, 1.8vw, 1.4rem);
            color: var(--gold-dark);
            font-weight: 600;
            margin: 2rem 0 0.75rem;
        }

        .monitor-article p {
            font-size: clamp(0.95rem, 1.1vw, 1.05rem);
            color: var(--navy);
            line-height: 1.85;
            margin-bottom: 1.25rem;
            font-weight: 300;
        }

        .monitor-article p a {
            color: #1a0dab;
            text-decoration: underline;
            font-weight: 400;
            transition: color 0.2s ease;
        }

        .monitor-article p a:hover {
            text-decoration-thickness: 2px;
        }

        .monitor-article ul,
        .monitor-article ol {
            margin: 0.75rem 0 1.25rem 1.5rem;
        }

        .monitor-article li {
            font-size: clamp(0.95rem, 1.1vw, 1.05rem);
            color: var(--navy);
            line-height: 1.65;
            margin-bottom: 0.15rem;
            font-weight: 300;
        }

        .monitor-article li a {
            color: #1a0dab;
            text-decoration: underline;
            font-weight: 400;
            transition: color 0.2s ease;
        }

        .monitor-article li a:hover {
            text-decoration-thickness: 2px;
        }

        .monitor-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(218, 165, 32, 0.2);
        }

        .monitor-nav a {
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--ocean);
            text-decoration: none;
            letter-spacing: 0.5px;
            transition: color 0.3s ease;
        }

        .monitor-nav a:hover {
            color: var(--gold);
        }

        .monitor-nav-placeholder {
            visibility: hidden;
        }

        .publication-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
            margin-bottom: 2rem;
            border-bottom: 2px solid rgba(218, 165, 32, 0.3);
        }

        .publication-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(1.3rem, 2.2vw, 1.7rem);
            font-weight: 700;
            color: var(--navy);
            letter-spacing: 0.5px;
        }

        .publication-title sup {
            font-size: 0.6em;
            color: var(--gold);
        }

        .publication-logo img {
            width: 32px;
            height: 32px;
        }

        .monitor-endnote {
            margin-top: 2.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(218, 165, 32, 0.15);
        }

        .monitor-endnote p {
            font-size: 0.8rem !important;
            color: var(--mid-gray) !important;
            line-height: 1.7 !important;
            font-weight: 300 !important;
        }

        .monitor-endnote sup {
            font-size: 0.7em;
            color: var(--gold);
        }

        .callout-box {
            background: var(--off-white);
            border-left: 4px solid var(--gold);
            padding: 1.25rem 1.5rem;
            margin: 1.5rem 0;
        }

        .callout-box--float {
            float: right;
            width: 42%;
            margin: 0.5rem 0 1.5rem 2rem;
        }

        .callout-box__label {
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 0.6rem;
            display: block;
        }

        .callout-box--note .callout-box__label {
            color: var(--ocean);
        }

        .callout-box__text {
            font-size: 0.9rem !important;
            line-height: 1.7 !important;
            color: var(--navy) !important;
            font-weight: 400 !important;
            margin-bottom: 0 !important;
        }

        .summary-figure {
            margin: 1.5rem 0 2rem;
            clear: none;
        }
        .summary-figure img {
            display: block;
            width: 100%;
            height: auto;
        }
        .summary-figure figcaption {
            border: 1px solid rgba(10, 37, 64, 0.18);
            padding: 0.7rem 1rem;
            margin-top: 0.6rem;
            text-align: center;
            font-size: 0.85rem;
            line-height: 1.55;
            color: var(--mid-gray);
        }
        .summary-figure figcaption a {
            color: var(--ocean);
            text-decoration: underline;
        }

        .callout-box .callout-figure {
            margin: 1rem 0 0;
        }
        .callout-box .callout-figure img {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 2px;
        }
        .callout-box .callout-figure figcaption {
            font-size: 0.78rem;
            line-height: 1.5;
            color: var(--mid-gray);
            font-style: italic;
            margin-top: 0.4rem;
        }
        .callout-box .callout-figure figcaption a {
            color: var(--ocean);
            text-decoration: underline;
        }

        .monitor-article figure {
            margin: 1.75rem 0;
        }

        .monitor-article figure.figure--float {
            float: right;
            width: 46%;
            margin: 0.5rem 0 1.5rem 2rem;
        }

        .monitor-article figure img {
            width: 100%;
            height: auto;
            display: block;
        }

        .monitor-article figcaption {
            font-size: 0.8rem;
            color: var(--mid-gray);
            font-weight: 300;
            line-height: 1.5;
            margin-top: 0.5rem;
            text-align: center;
        }

        .monitor-article figcaption a {
            color: var(--ocean);
            text-decoration: none;
        }

        .monitor-article figcaption a:hover {
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .callout-box--float {
                float: none;
                width: 100%;
                margin: 1.5rem 0;
            }

            .monitor-article figure.figure--float {
                float: none;
                width: 100%;
                margin: 1.5rem 0;
            }
        }
