@font-face { font-family: "Barlow"; src: url("../fonts/Barlow-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("../fonts/Barlow-SemiBold.ttf") format("truetype"); font-weight: 600 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/BarlowCondensed-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/BarlowCondensed-ExtraBoldItalic.ttf") format("truetype"); font-weight: 800 900; font-style: italic; font-display: swap; }

:root {
  --navy: #0a1f44;
  --azure: #1e6fd9;
  --amber: #f5a623;
  --paper: #ffffff;
  --mist: #f3f5f7;
  --line: #d6dde6;
  --text: #15233a;
  --muted: #69758a;
  --max: 1420px;
  --sans: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 12px 18px; background: var(--amber); color: var(--navy); font-weight: 900; }
.skip-link:focus { top: 12px; }
.demo-ribbon { padding: 6px 20px; background: var(--navy); color: #fff; text-align: center; font-size: 10px; font-weight: 600; letter-spacing: .2em; }

.site-header { position: relative; background: #fff; }
.logo-banner { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.logo-crop { display: block; flex: 0 1 900px; height: 112px; overflow: hidden; }
.logo-crop img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.edition-badge { flex: 0 0 auto; padding-left: 24px; border-left: 1px solid var(--line); text-align: right; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.edition-badge strong { display: block; margin-top: 6px; color: var(--navy); font-size: 13px; }

.main-nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.nav-inner { min-height: 55px; display: flex; align-items: stretch; }
.nav-links { display: flex; align-items: stretch; gap: clamp(20px, 3.4vw, 50px); margin: 0; padding: 0; list-style: none; }
.nav-links li { display: flex; align-items: stretch; }
.nav-links a { position: relative; display: flex; align-items: center; text-decoration: none; color: var(--navy); font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .025em; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--azure); transform: scaleX(0); transition: transform .18s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--azure); }
.menu-button { display: none; border: 0; background: transparent; color: var(--navy); font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: .03em; }
.search-button { margin-left: auto; width: 52px; border: 0; background: transparent; color: var(--navy); font-size: 27px; cursor: pointer; }
.utility-bar { border-bottom: 1px solid var(--line); background: var(--mist); }
.utility-inner { min-height: 46px; display: flex; align-items: center; gap: 24px; }
.utility-item { display: flex; align-items: center; gap: 11px; }
.utility-item > span { color: var(--muted); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.clock-item strong { color: var(--navy); font-family: var(--display); font-size: 22px; line-height: 1; font-variant-numeric: tabular-nums; }
.weather-item { padding: 7px 10px 7px 24px; border-left: 1px solid var(--line); text-decoration: none; transition: background-color .18s ease, box-shadow .18s ease; }
.weather-item:hover { background: #e8eef5; }
.weather-item:focus-visible { outline: 2px solid var(--azure); outline-offset: 2px; }
.weather-item div { display: flex; align-items: center; gap: 7px; }
.weather-item strong { color: var(--amber); font-size: 23px; line-height: 1; }
.weather-item b { color: var(--navy); font-family: var(--display); font-size: 21px; line-height: 1; }
.weather-item em { color: var(--text); font-size: 13px; font-style: normal; }
.weather-source { margin-left: auto; color: var(--muted); font-size: 10px; text-decoration: none; }
.weather-source:hover { color: var(--azure); }

.lead-layout { display: grid; grid-template-columns: minmax(0, 3.3fr) minmax(260px, .9fr); gap: 30px; padding-top: 28px; }
.hero-story { position: relative; min-height: 580px; overflow: hidden; border-radius: 4px; background: var(--navy); }
.hero-story > img, .hero-image, .hero-image img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.hero-image { display: block; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,43,.08), transparent 60%), linear-gradient(0deg, rgba(4,18,43,.2), transparent 55%); }
.headline-card { position: absolute; right: 24px; bottom: 38px; width: min(56%, 610px); padding: 28px 32px 23px 38px; border-left: 5px solid var(--azure); background: rgba(255,255,255,.97); box-shadow: 0 18px 50px rgba(10,31,68,.18); }
.section-label { color: var(--azure); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .07em; }
.headline-card h1 { margin: 9px 0 12px; color: var(--navy); font-family: var(--display); font-size: clamp(42px, 4.4vw, 64px); font-weight: 700; line-height: .91; letter-spacing: -.018em; }
.headline-card h1 a { color: inherit; text-decoration: none; }
.headline-card p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.35; }
.story-meta { display: flex; gap: 14px; margin-top: 19px; color: #778293; font-size: 10px; font-weight: 800; letter-spacing: .03em; }
.story-meta span + span { padding-left: 14px; border-left: 1px solid var(--line); }

.now-panel { padding: 5px 0 0; }
.now-heading { display: flex; align-items: center; gap: 10px; padding-bottom: 10px; border-bottom: 2px solid #9eb7d4; }
.now-heading h2 { margin: 0; color: var(--azure); font-family: var(--display); font-size: 21px; letter-spacing: .05em; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 5px rgba(245,166,35,.16); }
.now-panel ol { margin: 0; padding: 0; list-style: none; }
.now-panel li { padding: 19px 10px 20px; border-bottom: 1px solid var(--line); }
.now-panel time { display: block; margin-bottom: 6px; color: var(--amber); font-size: 14px; font-weight: 1000; }
.now-panel li a { text-decoration: none; color: var(--navy); font-family: var(--display); font-size: 20px; font-weight: 700; line-height: 1.12; }
.now-panel li a:hover { color: var(--azure); }
.all-updates { display: inline-block; margin: 20px 10px 0; color: var(--azure); font-size: 11px; font-weight: 900; text-decoration: none; }

.secondary-section { padding-top: 34px; padding-bottom: 50px; }
.secondary-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 3px solid var(--navy); }
.secondary-heading h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 34px; line-height: 1; }
.secondary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { min-width: 0; display: grid; grid-template-columns: minmax(125px, .9fr) minmax(0, 1.15fr); overflow: hidden; border: 1px solid var(--line); background: #fff; }
.card-image { min-height: 190px; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-card:hover .card-image img { transform: scale(1.035); }
.card-copy { padding: 19px 18px 15px; }
.card-copy h2 { margin: 8px 0 7px; color: var(--navy); font-family: var(--display); font-size: 25px; font-weight: 700; line-height: .98; letter-spacing: -.01em; }
.card-copy h2 a { text-decoration: none; }.card-copy h2 a:hover { color: var(--azure); }
.card-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.card-copy .story-meta { margin-top: 15px; }

.local-voice { margin-bottom: 52px; padding: 34px 38px; display: grid; grid-template-columns: .62fr 1.38fr; gap: 54px; align-items: center; border-top: 4px solid var(--amber); background: linear-gradient(120deg, #f4f7fb 0%, #fff 70%); box-shadow: inset 0 0 0 1px var(--line); }
.voice-heading { display: flex; align-items: center; gap: 18px; }
.voice-mark { color: var(--amber); font-family: Georgia, serif; font-size: 88px; line-height: .55; }
.voice-heading h2 { margin: 7px 0 0; color: var(--navy); font-family: var(--display); font-size: 33px; line-height: .98; }
.voice-quote blockquote { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(25px, 2.3vw, 35px); font-weight: 700; line-height: 1.08; }
.voice-author { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.voice-author div { display: flex; flex-direction: column; gap: 3px; }
.voice-author strong { color: var(--navy); font-size: 14px; }
.voice-author span { color: var(--muted); font-size: 12px; }
.voice-author button, .editor-link { padding: 9px 13px; border: 1px solid var(--azure); background: transparent; color: var(--azure); font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-decoration: none; cursor: pointer; }
.voice-author button:hover, .voice-author button:focus-visible, .editor-link:hover, .editor-link:focus-visible { background: var(--azure); color: #fff; }

.province-strip { padding: 46px 0; background: var(--navy); color: #fff; }
.province-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; }
.amber { color: var(--amber); }
.province-inner h2 { max-width: 520px; margin: 9px 0 0; font-family: var(--display); font-size: 42px; line-height: .95; }
.province-items { display: grid; grid-template-columns: repeat(3, 1fr); }
.province-items a { min-height: 92px; padding: 10px 24px; border-left: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; gap: 8px; justify-content: center; text-decoration: none; }
.province-items strong { color: var(--amber); font-size: 13px; letter-spacing: .06em; }
.province-items span { font-size: 15px; line-height: 1.3; }

.site-footer { background: #06142e; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 52px; align-items: start; padding-block: 42px; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { width: 68px; height: auto; flex: 0 0 auto; }
.footer-brand > div, .footer-responsible { display: flex; flex-direction: column; gap: 5px; }
.footer-brand strong { font: 800 21px/1 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.footer-brand span, .footer-responsible p { color: #adbbcf; font-size: 12px; line-height: 1.5; }
.footer-responsible > span { color: var(--amber); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.footer-responsible strong { font-size: 18px; }
.footer-responsible p, .footer-bottom p { margin: 0; }
.footer-links { display: flex; flex-direction: column; gap: 13px; align-items: flex-end; text-align: right; }
.footer-links ul, .footer-socials { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: #fff; font-size: 12px; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--amber); }
.footer-socials a { color: #adbbcf; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom .wrap { min-height: 48px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-bottom p { color: #8190a7; font-size: 11px; }
.footer-bottom strong { color: #d7dfeb; }

.header-search { padding: 13px 0; border-top: 1px solid var(--line); background: var(--mist); }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 43px; padding: 10px 13px; border: 1px solid #aeb9c7; background: #fff; color: var(--text); font: 400 16px var(--sans); }
.search-form button, .button-primary { min-height: 43px; padding: 10px 18px; border: 1px solid var(--azure); background: var(--azure); color: #fff; font-family: var(--display); font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer; }
.content-wrap { min-height: 60vh; padding-top: 52px; padding-bottom: 68px; }
.archive-heading { margin-bottom: 32px; padding-bottom: 22px; border-bottom: 3px solid var(--navy); }
.archive-heading h1 { margin: 7px 0 0; color: var(--navy); font-family: var(--display); font-size: clamp(42px, 6vw, 72px); line-height: .95; }
.archive-description { max-width: 760px; color: var(--muted); font-size: 17px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.archive-grid .news-card { grid-template-columns: 1fr; }
.archive-grid .card-image { height: 230px; }
.navigation.pagination { margin-top: 38px; }
.nav-links.page-numbers { display: flex; gap: 7px; }
.page-numbers { display: inline-flex; min-width: 38px; min-height: 38px; padding: 8px; align-items: center; justify-content: center; border: 1px solid var(--line); color: var(--navy); text-decoration: none; }
.page-numbers.current { border-color: var(--navy); background: var(--navy); color: #fff; }

.article-shell { max-width: 1160px; min-height: 60vh; padding-top: 58px; padding-bottom: 72px; }
.single-article { max-width: 940px; margin-inline: auto; }
.article-header { max-width: 900px; margin: 0 auto 35px; }
.article-header h1 { margin: 10px 0 18px; color: var(--navy); font-family: var(--display); font-size: clamp(50px, 7vw, 88px); line-height: .91; letter-spacing: -.018em; }
.article-deck { margin: 0; color: var(--muted); font-size: 21px; line-height: 1.4; }
.article-byline { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.article-byline > * + * { padding-left: 12px; border-left: 1px solid var(--line); }
.article-featured { margin: 0 0 40px; }
.article-featured img { width: 100%; height: auto; }
.article-featured figcaption { margin-top: 8px; color: var(--muted); font-size: 12px; }
.article-content { max-width: 760px; margin-inline: auto; font-size: 19px; line-height: 1.72; }
.article-content h2, .article-content h3 { color: var(--navy); font-family: var(--display); line-height: 1; }
.article-content h2 { margin-top: 1.6em; font-size: 40px; }
.article-content h3 { font-size: 30px; }
.article-content img { height: auto; }
.article-content blockquote { margin: 1.5em 0; padding-left: 24px; border-left: 5px solid var(--amber); color: var(--navy); font-family: var(--display); font-size: 29px; font-weight: 700; line-height: 1.15; }
.article-footer { max-width: 760px; margin: 35px auto 0; }
.article-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.article-tags a { padding: 6px 10px; background: var(--mist); color: var(--navy); font-size: 12px; text-decoration: none; }
.post-navigation { max-width: 940px; margin: 48px auto 0; padding-top: 25px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.post-navigation > div { display: flex; flex-direction: column; gap: 5px; }
.post-navigation .nav-next { text-align: right; }
.post-navigation small { color: var(--muted); text-transform: uppercase; }
.post-navigation a { color: var(--navy); font-family: var(--display); font-size: 23px; font-weight: 700; line-height: 1; text-decoration: none; }
.error-page { min-height: 65vh; padding-top: 90px; padding-bottom: 90px; }
.error-page h1 { margin: 7px 0; color: var(--navy); font-family: var(--display); font-size: clamp(54px, 9vw, 100px); line-height: .9; }
.error-page .search-form { max-width: 650px; margin: 28px 0; }

.quote-dialog { width: min(620px, calc(100% - 28px)); padding: 0; border: 0; color: var(--text); background: #fff; box-shadow: 0 24px 90px rgba(3,15,34,.42); }
.quote-dialog::backdrop { background: rgba(3,15,34,.68); backdrop-filter: blur(3px); }
.quote-dialog form { padding: 30px; }
.dialog-heading { margin-bottom: 24px; display: flex; justify-content: space-between; gap: 22px; align-items: start; }
.dialog-heading h2 { margin: 6px 0 0; color: var(--navy); font-family: var(--display); font-size: 31px; line-height: 1; }
.dialog-close { width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; color: var(--navy); font-size: 25px; cursor: pointer; }
.quote-dialog label { display: flex; flex-direction: column; gap: 7px; color: var(--navy); font-size: 12px; font-weight: 600; }
.quote-dialog textarea, .quote-dialog input { width: 100%; border: 1px solid #bbc5d1; border-radius: 0; padding: 12px 13px; color: var(--text); background: #fff; font: 400 16px/1.4 var(--sans); }
.quote-dialog textarea:focus, .quote-dialog input:focus { border-color: var(--azure); outline: 2px solid rgba(30,111,217,.18); }
.dialog-fields { margin-top: 17px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-dialog form > p { margin: 15px 0 0; color: var(--muted); font-size: 11px; }
.dialog-actions { margin-top: 24px; display: flex; justify-content: flex-end; gap: 9px; }
.dialog-actions button { padding: 11px 16px; font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .04em; cursor: pointer; }
.button-secondary { border: 1px solid var(--line); background: #fff; color: var(--navy); }
.button-primary { border: 1px solid var(--azure); background: var(--azure); color: #fff; }

@media (max-width: 1050px) {
  .lead-layout { grid-template-columns: minmax(0, 2fr) minmax(240px, .85fr); gap: 22px; }.headline-card { width: min(72%, 560px); padding: 24px 25px 20px 29px; }.headline-card h1 { font-size: clamp(36px, 4vw, 50px); }
  .secondary-grid { grid-template-columns: repeat(2, 1fr); }.news-card { grid-template-columns: 200px 1fr; }.card-image { min-height: 180px; }
  .local-voice { grid-template-columns: 1fr; gap: 26px; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .demo-ribbon { font-size: 8px; }
  .logo-banner { width: 100%; min-height: 82px; }
  .logo-crop { width: 100%; height: 72px; flex-basis: auto; }
  .edition-badge { display: none; }
  .nav-inner { min-height: 48px; flex-wrap: wrap; }.menu-button { display: block; padding: 0; }.search-button { height: 48px; }
  .nav-links { display: none; order: 3; width: 100%; padding: 0 0 12px; flex-direction: column; gap: 0; align-items: stretch; }.nav-links.open { display: flex; }.nav-links a { min-height: 42px; border-top: 1px solid var(--line); }.nav-links a::after { right: auto; width: 42px; }
  .utility-inner { min-height: 54px; gap: 14px; }.utility-item { gap: 6px; }.utility-item > span { display: none; }.clock-item strong { font-size: 20px; }.weather-item { padding: 7px 8px 7px 14px; }.weather-item em { max-width: 115px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.weather-source { display: none; }
  .lead-layout { width: 100%; grid-template-columns: 1fr; padding-top: 0; gap: 24px; }.hero-story { min-height: 0; border-radius: 0; overflow: visible; }.hero-story > img, .hero-image, .hero-image img { min-height: 300px; height: 48vh; max-height: 440px; }.headline-card { position: relative; right: auto; bottom: auto; width: calc(100% - 28px); margin: -58px auto 0; padding: 23px 22px 20px; }.headline-card h1 { font-size: 35px; }.headline-card p { font-size: 15px; }
  .now-panel { width: calc(100% - 28px); margin: auto; display: block; }.now-panel ol { display: block; }.now-panel li:nth-child(n+4) { display: none; }.all-updates { margin-left: 0; }
  .secondary-section { padding-top: 32px; }.secondary-heading h2 { font-size: 29px; }.secondary-grid { grid-template-columns: 1fr; }.news-card { grid-template-columns: 1fr; }.card-image { height: 210px; }.card-copy { padding: 20px; }.card-copy h2 { font-size: 24px; }
  .local-voice { width: calc(100% - 28px); margin-bottom: 34px; padding: 27px 22px; }.voice-mark { font-size: 66px; }.voice-heading h2 { font-size: 28px; }.voice-quote blockquote { font-size: 27px; }.voice-author { align-items: start; flex-direction: column; }.voice-author button { width: 100%; }
  .province-inner { grid-template-columns: 1fr; gap: 30px; }.province-items { grid-template-columns: 1fr; }.province-items a { min-height: 70px; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); padding-inline: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding-block: 34px; }
  .footer-links { align-items: flex-start; text-align: left; }
  .footer-links ul, .footer-socials { justify-content: flex-start; }
  .quote-dialog form { padding: 23px 19px; }.dialog-fields { grid-template-columns: 1fr; }.dialog-actions { display: grid; grid-template-columns: 1fr 1fr; }.dialog-actions button { width: 100%; }
  .archive-grid { grid-template-columns: 1fr; }.archive-grid .card-image { height: 210px; }.content-wrap { padding-top: 36px; }.article-shell { padding-top: 38px; }.article-header h1 { font-size: 49px; }.article-deck { font-size: 18px; }.article-content { font-size: 17px; }.article-byline > * + * { padding-left: 0; border-left: 0; }.post-navigation { grid-template-columns: 1fr; }.post-navigation .nav-next { text-align: left; }.footer-bottom .wrap { min-height: 64px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
