:root {
    color-scheme: light dark;
    --bg: #f5f2eb;
    --surface: #fff;
    --surface-2: #ebe7df;
    --text: #111;
    --muted: #69665f;
    --line: #d7d1c7;
    --brand: #b20f1a;
    --brand-strong: #870a13;
    --accent: #d0a43c;
    --shadow: 0 20px 50px rgba(27, 24, 20, .09);
    --radius: 0;
    --content: 1280px;
    --header-height: 154px;
}
html[data-theme="dark"] {
    --bg: #111317;
    --surface: #181b20;
    --surface-2: #22262d;
    --text: #f5f1e8;
    --muted: #aaa59d;
    --line: #333840;
    --brand: #ff6b73;
    --brand-strong: #ff9298;
    --accent: #e0b85a;
    --shadow: 0 20px 55px rgba(0,0,0,.3);
}
@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) {
        --bg: #111317; --surface: #181b20; --surface-2: #22262d; --text: #f5f1e8;
        --muted: #aaa59d; --line: #333840; --brand: #ff6b73; --brand-strong: #ff9298;
        --accent: #e0b85a; --shadow: 0 20px 55px rgba(0,0,0,.3);
    }
}
body { background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: var(--brand); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--brand-strong); }
.site-header { position: sticky; z-index: 100; top: 0; background: var(--surface); box-shadow: 0 1px 0 var(--line); }
.newsroom-utility { border-bottom: 1px solid var(--line); background: var(--text); color: var(--surface); }
.newsroom-utility__inner { width: min(calc(100% - 2rem), var(--content)); min-height: 31px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.newsroom-utility a { color: inherit; text-decoration: none; }
.newsroom-masthead { width: min(calc(100% - 2rem), var(--content)); min-height: 77px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 3px double var(--text); }
.newsroom-masthead .brand { grid-column: 2; min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; color: var(--text); text-decoration: none; text-align: center; }
.brand-logo { width: 48px; height: 48px; object-fit: contain; }
.brand-wordmark, .brand-copy strong { display: block; color: var(--text); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 4vw, 3.05rem); font-weight: 900; letter-spacing: -.055em; line-height: .88; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy span { margin-top: .34rem; color: var(--muted); font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand:has(.brand-wordmark) .brand-copy strong { display: none; }
.newsroom-masthead .theme-toggle { grid-column: 3; justify-self: end; }
.theme-toggle, .menu-toggle { border: 1px solid var(--line); background: var(--surface); color: var(--text); cursor: pointer; padding: .52rem .68rem; font-size: .78rem; font-weight: 800; }
.newsroom-nav-row { border-bottom: 1px solid var(--line); }
.main-nav { width: min(calc(100% - 2rem), var(--content)); min-height: 43px; margin-inline: auto; display: flex; align-items: center; }
.main-nav > ul { width: 100%; display: flex; align-items: center; justify-content: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.main-nav li { flex: 0 0 auto; }
.main-nav a { display: block; padding: .72rem .78rem; color: var(--text); font-size: .74rem; font-weight: 900; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--brand); }
.menu-toggle { display: none; }
.main-nav .menu-search { margin-left: auto; }
.main-nav .menu-search form { border: 0; border-left: 1px solid var(--line); }
.site-footer { margin-top: clamp(4rem, 8vw, 8rem); border-top: 5px solid var(--text); background: var(--surface); }
.footer-inner { width: min(calc(100% - 2rem), var(--content)); min-height: 220px; margin-inline: auto; padding-block: 3rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.5rem; }
.footer-publication strong { font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing: -.04em; }
.footer-publication p { margin: .35rem 0 0; color: var(--muted); }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
@media (max-width: 940px) {
    :root { --header-height: 109px; }
    .newsroom-utility { display: none; }
    .newsroom-masthead { min-height: 66px; grid-template-columns: minmax(0, 1fr) auto; }
    .newsroom-masthead .brand { grid-column: 1; justify-self: start; text-align: left; }
    .newsroom-masthead .theme-toggle { grid-column: 2; }
    .brand-copy span { display: none; }
    .brand-wordmark, .brand-copy strong { font-size: clamp(1.45rem, 5vw, 2.2rem); }
    .newsroom-nav-row { position: relative; }
    .main-nav { min-height: 43px; justify-content: space-between; }
    .menu-toggle { display: block; margin-block: .3rem; }
    .main-nav > ul { position: absolute; top: 100%; right: 1rem; left: 1rem; display: none; max-height: calc(100vh - 7rem); overflow-y: auto; padding: .6rem; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
    .main-nav.is-open > ul { display: grid; }
    .main-nav a { padding: .75rem; }
    .main-nav .menu-search { width: 100%; margin: .25rem 0 0; }
    .main-nav .menu-search form { width: 100%; border: 1px solid var(--line); }
}
@media (max-width: 620px) {
    .newsroom-masthead, .main-nav, .footer-inner { width: min(calc(100% - 1.2rem), var(--content)); }
    .brand-logo { width: 38px; height: 38px; }
    .theme-toggle-label { display: none; }
    .footer-inner { grid-template-columns: 1fr; }
    .copyright { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
