:root {
  --accent: #c1121f;
  --ink: #14213d;
  --paper: #faf9f6;
  --muted: #5c6370;
  --rule: color-mix(in srgb, var(--ink) 18%, transparent);
  --serif: Georgia, 'Times New Roman', Times, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent); }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
main.wrap { display: grid; grid-template-columns: 1fr 300px; gap: 40px; padding-top: 28px; padding-bottom: 48px; }


.masthead { border-bottom: 3px double var(--rule); }
.topbar {
  display: flex; justify-content: space-between; align-items: center;
  max-width: 1140px; margin: 0 auto; padding: 8px 20px;
  font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted);
  border-bottom: 1px solid var(--rule);
}
.brand {
  display: block; text-align: center; padding: 22px 20px 18px;
  font-family: var(--serif); font-weight: 700; font-size: clamp(34px, 5vw, 52px);
  letter-spacing: -0.02em; color: var(--ink);
}
.brand:hover { color: var(--ink); }
.mainnav { border-top: 1px solid var(--rule); }
.nav-list {
  display: flex; justify-content: center; gap: 6px; flex-wrap: wrap;
  list-style: none; max-width: 1140px; margin: 0 auto; padding: 0 20px;
}
.nav-list a {
  display: block; padding: 12px 14px; font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.nav-list a:hover { color: var(--accent); }
.nav-toggle { display: none; background: none; border: 0; font-size: 22px; padding: 10px; color: var(--ink); }


.hero { border-bottom: 1px solid var(--rule); padding-bottom: 24px; margin-bottom: 28px; }
.hero-media { margin-bottom: 18px; }
.hero-media img, .card-media img { width: 100%; height: auto; display: block; }
.card-media { margin-bottom: 12px; }
.story-figure { margin: 0 0 24px; }
.story-figure img { width: 100%; height: auto; display: block; }
.hero-cat, .card-cat {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 10px;
}
.hero h1 { font-family: var(--serif); font-size: clamp(28px, 4vw, 44px); line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 14px; }
.hero-excerpt { font-size: 18px; color: var(--muted); margin-bottom: 12px; max-width: 720px; }
.hero-meta, .card-meta, .row-meta { font-size: 13px; color: var(--muted); }


.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-bottom: 40px; }
.card { border-top: 3px solid var(--ink); padding-top: 14px; }
.card h3 { font-family: var(--serif); font-size: 21px; line-height: 1.25; margin-bottom: 8px; }
.card p { font-size: 14px; color: var(--muted); margin-bottom: 10px; }


.cat-section { margin-bottom: 36px; scroll-margin-top: 20px; }
.cat-title {
  font-family: var(--serif); font-size: 24px; padding-bottom: 8px; margin-bottom: 14px;
  border-bottom: 2px solid var(--accent); display: inline-block;
}
.row-list { list-style: none; }
.row-list li { padding: 12px 0; border-bottom: 1px solid var(--rule); }
.row-list li:last-child { border-bottom: 0; }
.row-list a { font-family: var(--serif); font-size: 18px; display: block; }
.row-meta { display: block; margin-top: 2px; }


.sidebar .box { border: 1px solid var(--rule); padding: 20px; margin-bottom: 24px; background: color-mix(in srgb, var(--paper) 60%, white); }
.sidebar h4 {
  font-family: var(--serif); font-size: 16px; letter-spacing: 0.04em; text-transform: uppercase;
  border-bottom: 1px solid var(--rule); padding-bottom: 8px; margin-bottom: 12px;
}
.sidebar p { font-size: 14px; color: var(--muted); margin-bottom: 10px; }
.trending { padding-left: 20px; }
.trending li { margin-bottom: 10px; font-family: var(--serif); font-size: 15px; }
.nl-form { display: flex; gap: 8px; }
.nl-form input {
  flex: 1; min-width: 0; padding: 9px 10px; border: 1px solid var(--rule);
  background: var(--paper); font-size: 14px; color: var(--ink);
}
.nl-form button {
  padding: 9px 14px; border: 0; background: var(--accent); color: #fff;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em; cursor: pointer;
}


.story { max-width: 720px; }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--accent); }
.story h1 { font-family: var(--serif); font-size: clamp(28px, 4vw, 40px); line-height: 1.15; margin-bottom: 12px; }
.byline { font-size: 14px; color: var(--muted); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 10px 0; margin-bottom: 24px; }
.story-body p { font-size: 17px; margin-bottom: 20px; }
.story-body p:first-of-type::first-letter {
  font-family: var(--serif); font-size: 52px; line-height: 1; float: left;
  padding: 4px 10px 0 0; color: var(--accent);
}
.story-body h2 { font-family: var(--serif); font-size: 24px; margin: 28px 0 12px; }
.story-body ul { margin: 0 0 20px 22px; }
.story-body li { margin-bottom: 6px; }
.share-row { border-top: 1px solid var(--rule); margin-top: 28px; padding-top: 14px; font-size: 13px; color: var(--muted); display: flex; gap: 14px; }
.share-row a { color: var(--accent); font-weight: 600; }
.static-page { max-width: 760px; }


.sitefooter { border-top: 3px double var(--rule); padding: 36px 0 20px; background: color-mix(in srgb, var(--paper) 70%, white); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-brand { font-family: var(--serif); font-size: 24px; font-weight: 700; }
.footer-grid p { font-size: 13px; color: var(--muted); margin-top: 6px; }
.footer-links { list-style: none; display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.footer-links a { font-size: 13px; font-weight: 600; letter-spacing: 0.04em; }
.copyright { text-align: center; font-size: 12px; color: var(--muted); margin-top: 28px; }


.brk-bar {
  display: flex; align-items: center; gap: 14px; max-width: 1140px; margin: 0 auto;
  padding: 8px 20px; border-bottom: 1px solid var(--rule); overflow: hidden;
}
.brk-label {
  background: var(--accent); color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 3px 10px; flex-shrink: 0;
}
.brk-items { display: flex; gap: 28px; white-space: nowrap; overflow: hidden; }
.brk-item { font-family: var(--serif); font-size: 14.5px; }
.brk-item::after { content: "\2022"; margin-left: 28px; color: var(--muted); }
.brk-item:last-child::after { content: ""; }


.wx-list { list-style: none; }
.wx-list li { display: flex; justify-content: space-between; gap: 8px; padding: 6px 0; border-bottom: 1px dotted var(--rule); font-size: 13.5px; }
.wx-list li:last-child { border-bottom: 0; }
.wx-day { font-weight: 700; }
.wx-cond { color: var(--muted); flex: 1; }
.wx-temp { font-variant-numeric: tabular-nums; }


.listen-box {
  display: flex; align-items: center; gap: 14px; border: 1px solid var(--rule);
  padding: 12px 16px; margin-bottom: 24px; background: color-mix(in srgb, var(--paper) 60%, white);
}
.listen-label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); flex-shrink: 0; }
.listen-box audio { width: 100%; height: 36px; }


.consent {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
  background: var(--ink); color: var(--paper); padding: 14px 20px;
  font-size: 13.5px; box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.18);
}
.consent a { color: var(--accent); text-decoration: underline; }
.consent button {
  background: var(--accent); color: #fff; border: 0; padding: 8px 22px;
  font-size: 13px; font-weight: 700; cursor: pointer;
}

@media (max-width: 900px) {
  main.wrap { grid-template-columns: 1fr; }
  .nav-toggle { display: block; margin: 0 auto; }
  .nav-list { display: none; flex-direction: column; align-items: center; padding-bottom: 10px; }
  .nav-list.open { display: flex; }
}


.story-hero { margin: 0 0 24px; }
.story-hero img { width: 100%; height: auto; display: block; border: 1px solid var(--rule); }
.hero img, .card img { width: 100%; height: auto; display: block; margin-bottom: 12px; border: 1px solid var(--rule); }
.audio-player { display: flex; align-items: center; gap: 12px; border: 1px solid var(--rule); padding: 10px 14px; margin-bottom: 22px; background: color-mix(in srgb, var(--paper) 65%, white); }
.audio-label { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); white-space: nowrap; }
.audio-player audio { width: 100%; height: 34px; }
.updated-note { font-size: 13px; color: var(--muted); border-top: 1px solid var(--rule); padding-top: 12px; margin-top: 24px; }


.byline-avatar { border-radius: 50%; vertical-align: middle; margin-right: 8px; display: inline-block; }


[data-theme="dark"] {
  --paper: color-mix(in srgb, var(--ink-base) 16%, #0e1013);
  --ink: #e9e7e2;
  --muted: #9aa1ac;
  --rule: rgba(255, 255, 255, 0.16);
}
:root { --ink-base: #14213d; }
[data-theme="dark"] body { background: var(--paper); color: var(--ink); }
[data-theme="dark"] .sidebar .box,
[data-theme="dark"] .listen-box,
[data-theme="dark"] .audio-player { background: color-mix(in srgb, var(--paper) 82%, white); }
[data-theme="dark"] .sitefooter { background: color-mix(in srgb, var(--paper) 88%, white); }
[data-theme="dark"] .card { border-top-color: var(--accent); }
[data-theme="dark"] img { filter: brightness(0.92); }
.theme-toggle {
  background: none; border: 1px solid var(--rule); border-radius: 50%;
  width: 28px; height: 28px; font-size: 14px; line-height: 1; cursor: pointer;
  color: var(--muted); flex-shrink: 0;
}
.theme-toggle:hover { color: var(--accent); border-color: var(--accent); }


.clock-strip {
  display: flex; justify-content: center; gap: 34px; flex-wrap: wrap;
  padding: 7px 20px; border-bottom: 1px solid var(--rule);
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.clock-strip .ck-city { font-weight: 700; color: var(--ink); margin-right: 8px; }


.hero-flags { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.hero-flags .hero-cat { margin-bottom: 0; }
.brk-badge {
  background: var(--accent); color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 3px 10px;
  animation: brk-pulse 2.4s ease-in-out infinite;
}
@keyframes brk-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.72; } }


.latest-dense { margin-bottom: 40px; }
.dl-title {
  font-family: var(--serif); font-size: 24px; padding-bottom: 8px; margin-bottom: 6px;
  border-bottom: 2px solid var(--accent); display: inline-block;
}
.dl-grid { list-style: none; columns: 3; column-gap: 32px; }
.dl-grid li {
  display: flex; gap: 12px; align-items: baseline; padding: 9px 0;
  border-bottom: 1px solid var(--rule); break-inside: avoid;
}
.dl-time {
  font-size: 11.5px; font-weight: 700; color: var(--accent); min-width: 48px;
  font-variant-numeric: tabular-nums; flex-shrink: 0;
}
.dl-grid a { font-family: var(--serif); font-size: 15.5px; line-height: 1.3; }
@media (max-width: 900px) { .dl-grid { columns: 1; } }


.newsroom { border-top: 1px solid var(--rule); padding: 34px 0 10px; }
.nr-title {
  font-family: var(--serif); font-size: 24px; padding-bottom: 8px; margin-bottom: 18px;
  border-bottom: 2px solid var(--accent); display: inline-block;
}
.nr-grid { display: flex; gap: 30px; flex-wrap: wrap; padding-bottom: 24px; }
.nr-person { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 120px; text-align: center; }
.nr-person img, .nr-initials {
  width: 56px; height: 56px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--rule);
}
.nr-initials {
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 700; font-size: 20px;
  background: var(--accent); color: #fff;
}
.nr-person strong { font-size: 13.5px; }
.nr-person span { font-size: 11.5px; color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase; }
.nr-person:hover img { border-color: var(--accent); }


.ad-slot { position: relative; border: 1px solid var(--rule); background: color-mix(in srgb, var(--paper) 70%, white); }
.ad-label {
  position: absolute; top: 0; left: 0; font-size: 9.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); padding: 3px 8px;
  border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
}
.ad-leaderboard { margin: 0 0 28px; }
.ad-leaderboard .ad-house {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  padding: 26px 20px 22px; text-align: center; flex-wrap: wrap;
}
.ad-house strong { font-family: var(--serif); font-size: 19px; }
.ad-house span { font-size: 13px; color: var(--muted); }
.ad-house em {
  font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--accent);
}
.ad-sidebar .ad-house { display: flex; flex-direction: column; gap: 6px; padding-top: 14px; }
.ad-inarticle { margin: 24px 0; }
.ad-inarticle .ad-house {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 20px 16px 16px; flex-wrap: wrap; text-align: center;
}
.ad-inarticle .ad-house strong { font-size: 16px; }


.widget-box iframe.tide-frame { width: 100%; height: 300px; border: 0; display: block; }
.widget-box .weatherwidget-io { display: block; }
.rc-widget { min-height: 120px; }


.poll-q { font-family: var(--serif); font-size: 16px; margin-bottom: 12px; }
.poll-opt {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  width: 100%; text-align: left; padding: 9px 12px; margin-bottom: 8px;
  border: 1px solid var(--rule); background: var(--paper); color: var(--ink);
  font-size: 13.5px; cursor: pointer; position: relative; overflow: hidden;
}
.poll-opt:hover { border-color: var(--accent); }
.poll-opt .poll-pct { font-size: 12px; font-weight: 700; color: var(--accent); font-variant-numeric: tabular-nums; }
.poll.voted .poll-opt { cursor: default; }
.poll-opt .poll-fill {
  position: absolute; inset: 0; width: 0; background: color-mix(in srgb, var(--accent) 14%, transparent);
  transition: width 0.6s ease; z-index: 0;
}
.poll-opt .poll-opt-label, .poll-opt .poll-pct { position: relative; z-index: 1; }
.poll-meta { font-size: 11.5px; color: var(--muted); margin-top: 4px; }


.footer-cols {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px;
}
.fcol h5 {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 12px; padding-bottom: 6px; border-bottom: 1px solid var(--rule);
}
.fcol ul { list-style: none; }
.fcol li { margin-bottom: 7px; }
.fcol a { font-size: 13.5px; }
.fcol-brand p { font-size: 13px; color: var(--muted); margin-top: 8px; max-width: 300px; }
@media (max-width: 900px) { .footer-cols { grid-template-columns: 1fr 1fr; } }


.comments { margin-top: 34px; padding-top: 22px; border-top: 2px solid var(--ink, #14213d); }
.comments h3 { margin: 0 0 16px; font-size: 19px; }
.c-count { color: var(--muted, #5c6370); font-weight: 400; font-size: 15px; }
.comment { padding: 13px 0; border-bottom: 1px solid var(--hairline, var(--line, #e3e0d8)); }
.comment .c-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 5px; }
.comment .c-head strong { font-size: 14px; }
.comment .c-head time { font-size: 12px; color: var(--muted, #5c6370); white-space: nowrap; }
.comment p { margin: 0; font-size: 14.5px; line-height: 1.55; }
.c-form { margin-top: 20px; padding: 16px; background: var(--soft, rgba(0,0,0,.03)); border: 1px solid var(--hairline, var(--line, #e3e0d8)); border-radius: 8px; }
.c-form h4 { margin: 0 0 10px; font-size: 15px; }
.c-form input, .c-form textarea { display: block; width: 100%; box-sizing: border-box; margin-bottom: 10px; padding: 9px 11px; font: inherit; font-size: 14px; border: 1px solid var(--hairline, var(--line, #cfcbc0)); border-radius: 6px; background: var(--paper, #fff); color: var(--ink, #14213d); }
.c-form button, .nl-form button, .wp-reg-form button { padding: 9px 18px; font: inherit; font-size: 14px; font-weight: 600; color: #fff; background: var(--accent, #c1121f); border: 0; border-radius: 6px; cursor: pointer; }
.c-note, .nl-note { font-size: 12px; color: var(--muted, #5c6370); margin: 8px 0 0; }
.c-thanks { font-size: 14.5px; color: var(--accent, #c1121f); font-weight: 600; margin: 0; }
.react-bar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 26px 0 0; padding: 12px 14px; border: 1px solid var(--hairline, var(--line, #e3e0d8)); border-radius: 8px; background: var(--soft, rgba(0,0,0,.02)); }
.react-q { font-size: 13.5px; color: var(--muted, #5c6370); margin-right: 4px; }
.react-bar button { font: inherit; font-size: 14px; padding: 6px 13px; border: 1px solid var(--hairline, var(--line, #cfcbc0)); border-radius: 999px; background: var(--paper, #fff); color: var(--ink, #14213d); cursor: pointer; }
.react-bar button i { font-style: normal; color: var(--muted, #5c6370); margin-left: 3px; }
.react-bar button:hover { border-color: var(--accent, #c1121f); }
.react-bar.react-done button { opacity: .65; cursor: default; }
.react-bar button.react-picked { opacity: 1; border-color: var(--accent, #c1121f); background: var(--accent, #c1121f); color: #fff; }
.react-bar button.react-picked i { color: #fff; }
.nl-box { margin: 26px 0; padding: 20px; border: 1px solid var(--hairline, var(--line, #e3e0d8)); border-left: 4px solid var(--accent, #c1121f); border-radius: 8px; background: var(--soft, rgba(0,0,0,.02)); }
.nl-box h4 { margin: 0 0 6px; font-size: 17px; }
.nl-box p { margin: 0 0 12px; font-size: 14px; color: var(--muted, #5c6370); }
.nl-form { display: flex; gap: 8px; }
.nl-form input { flex: 1; min-width: 0; padding: 10px 12px; font: inherit; font-size: 14px; border: 1px solid var(--hairline, var(--line, #cfcbc0)); border-radius: 6px; background: var(--paper, #fff); color: var(--ink, #14213d); }
.nl-ok { color: var(--accent, #c1121f); font-weight: 600; }
.nl-footer { max-width: 640px; margin: 26px auto; }
.wp-modal { position: fixed; inset: 0; z-index: 999; display: none; align-items: center; justify-content: center; background: rgba(10,10,14,.55); backdrop-filter: blur(2px); }
.wp-modal.open { display: flex; }
.wp-modal-card { position: relative; width: min(400px, 92vw); padding: 26px; background: var(--paper, #fff); color: var(--ink, #14213d); border-radius: 12px; box-shadow: 0 18px 60px rgba(0,0,0,.3); }
.wp-modal-card h4 { margin: 0 0 6px; font-size: 19px; }
.wp-modal-sub { margin: 0 0 14px; font-size: 13.5px; color: var(--muted, #5c6370); }
.wp-modal-x { position: absolute; top: 8px; right: 12px; border: 0; background: none; font-size: 24px; line-height: 1; cursor: pointer; color: var(--muted, #5c6370); }
.wp-reg-form input { display: block; width: 100%; box-sizing: border-box; margin-bottom: 10px; padding: 10px 12px; font: inherit; font-size: 14px; border: 1px solid var(--hairline, var(--line, #cfcbc0)); border-radius: 6px; background: var(--paper, #fff); color: var(--ink, #14213d); }
.wp-reg-form button { width: 100%; }
.cr-box { margin-bottom: 18px; }
.cr-link { display: block; padding: 7px 0; font-size: 13.5px; line-height: 1.35; border-bottom: 1px solid var(--hairline, var(--line, #e3e0d8)); }
@media (max-width: 640px) { .nl-form { flex-direction: column; } }


.brand { font-size: clamp(34px, 5vw, 52px); letter-spacing: -.01em; line-height: 1.05; }
.cat-title, .section-head, .gn-section, .cb-h2 { display: flex; align-items: center; gap: 12px; }
.cat-title::before, .section-head::before, .gn-section::before, .cb-h2::before { content: ""; width: 26px; height: 4px; background: var(--accent, #c1121f); flex: none; }
.cat-title::after, .section-head::after, .gn-section::after, .cb-h2::after { content: ""; flex: 1; height: 1px; background: var(--hairline, var(--line, #e3e0d8)); }

.mostread { padding: 0; overflow: hidden; }
.mostread .mr-title, .mostread h4 { padding: 12px 16px 10px; margin: 0; border-bottom: 2px solid var(--ink, #14213d); font-size: 15px; text-transform: uppercase; letter-spacing: .08em; }
.mr-list { list-style: none; margin: 0; padding: 0; counter-reset: mr; }
.mr-list li { border-bottom: 1px solid var(--hairline, var(--line, #e3e0d8)); }
.mr-list li:last-child { border-bottom: 0; }
.mr-list a { display: flex; gap: 12px; align-items: baseline; padding: 12px 16px; text-decoration: none; color: inherit; }
.mr-list a:hover .mr-head { color: var(--accent, #c1121f); }
.mr-num { font-family: var(--f-display, Georgia, serif); font-size: 26px; font-weight: 900; line-height: 1; color: var(--accent, #c1121f); min-width: 26px; }
.mr-head { display: block; font-size: 14.5px; font-weight: 600; line-height: 1.3; }
.mr-body em { display: block; font-style: normal; font-size: 11.5px; color: var(--muted, #5c6370); margin-top: 3px; }

.opinion { margin: 34px 0; padding: 22px 0; border-top: 2px solid var(--ink, #14213d); border-bottom: 1px solid var(--hairline, var(--line, #e3e0d8)); }
.op-title { margin: 0 0 16px; font-size: 22px; font-style: italic; }
.op-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.op-card { display: flex; gap: 12px; text-decoration: none; color: inherit; padding: 14px; border: 1px solid var(--hairline, var(--line, #e3e0d8)); border-radius: 10px; background: var(--soft, rgba(0,0,0,.02)); transition: box-shadow .15s ease; }
.op-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.op-card img, .op-initials { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: none; }
.op-initials { display: flex; align-items: center; justify-content: center; background: var(--accent, #c1121f); color: #fff; font-weight: 700; }
.op-text strong { display: block; font-size: 13.5px; }
.op-role { display: block; font-size: 11.5px; color: var(--accent, #c1121f); text-transform: uppercase; letter-spacing: .06em; margin: 1px 0 6px; }
.op-head { margin: 0; font-family: var(--f-display, Georgia, serif); font-size: 15.5px; line-height: 1.3; font-weight: 700; }
@media (max-width: 800px) { .op-grid { grid-template-columns: 1fr; } }

.hero-split { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; align-items: start; }
.hero-side { border-left: 1px solid var(--hairline, var(--line, #e3e0d8)); padding-left: 20px; }
.hs-title { margin: 0 0 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--accent, #c1121f); }
.hs-item { padding: 12px 0; border-bottom: 1px solid var(--hairline, var(--line, #e3e0d8)); }
.hs-item:last-child { border-bottom: 0; }
.hs-media { margin: 0 0 8px; }
.hs-media img { width: 100%; height: auto; border-radius: 6px; }
.hs-cat { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--accent, #c1121f); font-weight: 700; }
.hs-item h3 { margin: 4px 0; font-size: 17px; line-height: 1.25; }
.hs-item h3 a { color: inherit; text-decoration: none; }
.hs-item h3 a:hover { color: var(--accent, #c1121f); }
.hs-meta { font-size: 12px; color: var(--muted, #5c6370); }
@media (max-width: 900px) { .hero-split { grid-template-columns: 1fr; } .hero-side { border-left: 0; padding-left: 0; border-top: 1px solid var(--hairline, var(--line, #e3e0d8)); padding-top: 16px; } }


.read-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--accent); z-index: 200; transition: width .08s linear; }


.story-body > p:first-of-type::first-letter {
  float: left; font-family: var(--serif); font-weight: 700;
  font-size: 3.3em; line-height: .82; padding: .05em .14em 0 0; color: var(--ink);
}


.pull-quote {
  margin: 1.7em 0; padding: .1em 0 .1em 1.1em;
  border-left: 4px solid var(--accent);
  font-family: var(--serif); font-size: 1.4em; line-height: 1.38; font-style: italic;
}


.promise-box { margin: 1.8em 0; padding: 18px 20px; background: color-mix(in srgb, var(--accent) 7%, var(--paper)); border: 1px solid var(--rule); border-radius: 8px; }
.promise-kicker { font: 700 11px/1 var(--sans); letter-spacing: .13em; text-transform: uppercase; color: var(--accent); }
.promise-text { font-family: var(--serif); font-size: 1.15em; line-height: 1.45; margin: .55em 0 .85em; }
.promise-box .nl-form { display: flex; gap: 8px; }
.promise-box .nl-form input { flex: 1; padding: 10px 12px; border: 1px solid var(--rule); border-radius: 6px; background: var(--paper); color: var(--ink); font-size: 14px; }
.promise-box .nl-form button { padding: 10px 16px; background: var(--accent); color: #fff; border: 0; border-radius: 6px; font-weight: 700; cursor: pointer; font-size: 14px; }


.nl-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--ink); color: var(--paper); transform: translateY(102%); transition: transform .45s cubic-bezier(.2,.9,.3,1); box-shadow: 0 -6px 24px rgba(0,0,0,.25); }
.nl-sticky.on { transform: translateY(0); }
.nl-sticky-in { max-width: 1080px; margin: 0 auto; padding: 12px 18px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.nl-sticky-k { font: 700 10px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--ink); background: var(--paper); padding: 4px 7px; border-radius: 3px; white-space: nowrap; }
.nl-sticky-t { font-family: var(--serif); font-size: 15px; flex: 1 1 260px; }
.nl-sticky .nl-form { display: flex; gap: 8px; flex: 0 1 380px; }
.nl-sticky .nl-form input { flex: 1; min-width: 0; padding: 9px 11px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; background: var(--paper); color: var(--ink); }
.nl-sticky .nl-form button { padding: 9px 15px; background: var(--accent); color: #fff; border: 0; border-radius: 5px; font-weight: 700; cursor: pointer; font-size: 14px; white-space: nowrap; }
.nl-sticky-x { background: none; border: 0; color: var(--paper); font-size: 22px; line-height: 1; cursor: pointer; opacity: .7; padding: 2px 6px; }
.nl-sticky-x:hover { opacity: 1; }
.nl-ok-inline { font-weight: 600; }
@media (max-width: 640px) { .nl-sticky .nl-form { flex: 1 1 100%; } .nl-sticky-t { flex-basis: 100%; } }


.nl-alert { background: color-mix(in srgb, var(--accent) 9%, var(--paper)); border-bottom: 1px solid var(--rule); }
.nl-alert-in { max-width: 1080px; margin: 0 auto; padding: 9px 18px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.nl-alert-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex: none; animation: nlPulse 2.2s infinite; }
@keyframes nlPulse { 0%,100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 45%, transparent); } 55% { box-shadow: 0 0 0 7px transparent; } }
.nl-alert-t { font-size: 13.5px; color: var(--ink); flex: 1 1 240px; }
.nl-alert .nl-form { display: flex; gap: 7px; flex: 0 1 340px; }
.nl-alert .nl-form input { flex: 1; min-width: 0; padding: 7px 10px; border: 1px solid var(--rule); border-radius: 5px; font-size: 13px; background: var(--paper); color: var(--ink); }
.nl-alert .nl-form button { padding: 7px 13px; background: var(--ink); color: var(--paper); border: 0; border-radius: 5px; font-weight: 700; cursor: pointer; font-size: 13px; white-space: nowrap; }
@media (max-width: 640px) { .nl-alert .nl-form { flex: 1 1 100%; } }


.inline-fig { margin: 1.8em 0; }
.inline-fig img { width: 100%; height: auto; display: block; border: 1px solid var(--rule); }
.inline-fig figcaption { font-family: var(--sans); font-size: 12.5px; color: var(--muted); padding-top: 7px; line-height: 1.45; }
.inline-fig .fig-credit { color: var(--muted); opacity: .75; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }

@font-face{font-family:'Playfair Display';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/PlayfairDisplay-700.woff2') format('woff2');}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:900;font-display:swap;src:url('fonts/PlayfairDisplay-900.woff2') format('woff2');}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/SourceSans3-400.woff2') format('woff2');}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/SourceSans3-600.woff2') format('woff2');}
:root{--f-display:'Playfair Display',Georgia,'Times New Roman',serif;--f-body:'Source Sans 3',Helvetica,Arial,sans-serif;--serif:'Playfair Display',Georgia,'Times New Roman',serif;--sans:'Source Sans 3',Helvetica,Arial,sans-serif;}
body{font-family:var(--f-body);}h1,h2,h3,.brand,.footer-brand,.nr-title,.dl-title,.op-title,.mr-title,.hero h1,.hero h2,.brk-label{font-family:var(--f-display);font-weight:700;}