:root {
  --forest: #113c36;
  --forest-deep: #0a2c28;
  --forest-soft: #dfeae6;
  --gold: #f1c66d;
  --clay: #a65f36;
  --ink: #15201e;
  --ink-soft: #52615e;
  --paper: #ffffff;
  --mist: #f5f7f5;
  --line: #dfe5e2;
  --line-dark: #c9d1cd;
  --danger: #9c2630;
  --success: #1d6c46;
  --radius-sm: 9px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 20px 60px rgba(12, 42, 37, .10);
  --shadow-soft: 0 12px 32px rgba(12, 42, 37, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1240px, calc(100% - 44px)); margin-inline: auto; }
.skip { position: fixed; left: 14px; top: -90px; z-index: 9999; padding: 11px 15px; border-radius: 9px; background: #fff; color: #111; box-shadow: var(--shadow); font-weight: 800; }
.skip:focus { top: 14px; }

/* Header */
.site-header { position: relative; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.utility-bar { background: var(--forest-deep); color: #dce8e5; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .73rem; letter-spacing: .01em; }
.utility-status { display: flex; align-items: center; gap: 8px; }
.utility-status strong { color: #fff; }
.status-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--gold); box-shadow: 0 0 0 4px rgba(241, 198, 109, .12); }
.utility-links { display: flex; align-items: center; gap: 18px; }
.utility-links a { color: #c5d5d1; }
.utility-links a:hover { color: #fff; }
.masthead { min-height: 126px; display: grid; grid-template-columns: 190px 1fr 190px; align-items: center; gap: 24px; }
.brand { justify-self: center; }
.brand img { width: min(430px, 100%); height: auto; }
.menu-toggle { justify-self: start; display: none; align-items: center; gap: 5px; width: auto; border: 0; background: transparent; color: var(--ink); cursor: pointer; padding: 8px 0; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: currentColor; }
.menu-toggle b { margin-left: 5px; font-size: .8rem; }
.masthead-tools { justify-self: end; display: flex; align-items: center; gap: 14px; }
.search-button { display: inline-flex; align-items: center; gap: 7px; padding: 10px 12px; border: 1px solid var(--line-dark); border-radius: 999px; font-size: .8rem; font-weight: 850; }
.search-button:hover { border-color: var(--forest); color: var(--forest); }

/* Home headline ticker */
.flashline { border-bottom: 1px solid #e8ddd0; background: #fff8ed; }
.flashline-inner { min-height: 45px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.flash-label { padding: 6px 9px; border-radius: 999px; background: var(--clay); color: #fff; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.flash-items { min-width: 0; display: flex; align-items: center; gap: 24px; overflow: hidden; }
.flash-items a { min-width: 0; display: flex; gap: 8px; align-items: center; font-size: .79rem; font-weight: 750; white-space: nowrap; }
.flash-items time { color: var(--clay); font-size: .72rem; font-weight: 900; }
.flash-more { color: var(--forest); font-size: .72rem; font-weight: 900; white-space: nowrap; }

.homepage-intro { padding: 50px 0 30px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 70px; align-items: end; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; color: var(--clay); font-size: .69rem; font-weight: 950; text-transform: uppercase; letter-spacing: .13em; }
.section-tag::before { content: ""; width: 24px; height: 3px; border-radius: 999px; background: var(--gold); }
.homepage-intro h1 { max-width: 830px; margin: .55rem 0 0; font-size: clamp(2.5rem, 4.8vw, 5rem); line-height: .94; letter-spacing: -.052em; font-weight: 900; }
.homepage-intro p { margin: 0; padding-left: 20px; border-left: 1px solid var(--line-dark); color: var(--ink-soft); font-size: 1rem; }

.front-grid { display: grid; grid-template-columns: minmax(0, 1.56fr) minmax(330px, .74fr); gap: 26px; padding-bottom: 30px; }
.front-lead { overflow: hidden; border-radius: var(--radius-lg); background: var(--forest); color: #fff; box-shadow: var(--shadow-soft); }
.front-lead-media { position: relative; display: block; aspect-ratio: 16 / 9.2; overflow: hidden; background: #d8dfdc; }
.front-lead-media::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(to top, rgba(9, 34, 31, .68), transparent); pointer-events: none; }
.front-lead-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.front-lead:hover img { transform: scale(1.018); }
.media-chip { position: absolute; left: 18px; bottom: 16px; z-index: 2; padding: 7px 10px; border-radius: 999px; background: var(--gold); color: #2c2413; font-size: .68rem; font-weight: 950; text-transform: uppercase; }
.front-lead-copy { padding: 26px 28px 31px; }
.front-lead-copy h2 { margin: .55rem 0 .7rem; font-size: clamp(2rem, 3.4vw, 3.55rem); line-height: .98; letter-spacing: -.045em; }
.front-lead-copy p { max-width: 830px; margin: 0; color: #dbe6e3; font-size: 1rem; }
.news-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: #73817d; font-size: .72rem; font-weight: 700; }
.front-lead .news-meta { color: #b9cac5; }
.front-side { display: grid; grid-template-rows: auto repeat(3, 1fr); border-top: 4px solid var(--forest); }
.side-story { padding: 18px 0; border-bottom: 1px solid var(--line); }
.side-story-featured { display: grid; gap: 14px; }
.side-story-media { display: block; aspect-ratio: 16 / 8.7; border-radius: var(--radius); overflow: hidden; background: var(--mist); }
.side-story-media img { width: 100%; height: 100%; object-fit: cover; }
.side-story h3 { margin: .28rem 0 .5rem; font-size: 1.19rem; line-height: 1.22; letter-spacing: -.025em; }
.side-story time { color: #7b8784; font-size: .7rem; }
.mini-kicker { color: var(--clay); font-size: .65rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.side-story:hover h3 { color: var(--forest); }

.headline-rail { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin-bottom: 46px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.headline-rail > a { min-height: 136px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 20px 18px 18px; border-right: 1px solid var(--line); }
.headline-rail > a:last-child { border-right: 0; }
.headline-rail > a > span { color: #bcc6c2; font-size: 1.35rem; font-weight: 950; }
.headline-rail div { display: grid; gap: 5px; }
.headline-rail small { color: var(--clay); font-size: .62rem; font-weight: 950; text-transform: uppercase; }
.headline-rail strong { font-size: .9rem; line-height: 1.25; }
.headline-rail a:hover strong { color: var(--forest); }

.newsroom-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 58px; padding-bottom: 62px; }
.portal-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 16px; border-bottom: 4px solid var(--forest); }
.portal-section-head h2 { margin: .25rem 0 0; font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1; letter-spacing: -.04em; }
.portal-section-head > a { color: var(--forest); font-size: .75rem; font-weight: 950; white-space: nowrap; }
.portal-section-head p { max-width: 690px; margin: .6rem 0 0; color: var(--ink-soft); font-size: .86rem; }
.feed-list { display: grid; }
.feed-item { display: grid; grid-template-columns: 250px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.feed-thumb { aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--radius); background: var(--mist); }
.feed-thumb img { width: 100%; height: 100%; object-fit: cover; }
.feed-copy h3 { margin: .35rem 0 .6rem; font-size: 1.36rem; line-height: 1.18; letter-spacing: -.03em; }
.feed-copy p { margin: 0 0 .9rem; color: var(--ink-soft); font-size: .87rem; }
.feed-item:hover h3 { color: var(--forest); }
.newsroom-aside { display: grid; align-content: start; gap: 22px; }
.aside-box { border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; overflow: hidden; }
.aside-title { padding: 21px 21px 15px; border-bottom: 1px solid var(--line); }
.aside-title span { color: var(--clay); font-size: .64rem; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }
.aside-title h2 { margin: .15rem 0 0; font-size: 1.55rem; line-height: 1; letter-spacing: -.03em; }
.popular-list { list-style: none; margin: 0; padding: 0 20px; counter-reset: popular; }
.popular-list li { counter-increment: popular; position: relative; padding: 17px 0 17px 38px; border-bottom: 1px solid var(--line); }
.popular-list li::before { content: counter(popular, decimal-leading-zero); position: absolute; left: 0; top: 16px; color: var(--gold); font-size: 1rem; font-weight: 950; }
.popular-list a { display: grid; gap: 6px; }
.popular-list strong { font-size: .9rem; line-height: 1.27; }
.popular-list span { color: #7b8784; font-size: .68rem; }
.aside-more { display: block; padding: 14px 20px 17px; color: var(--forest); font-size: .72rem; font-weight: 950; }
.service-box > a { display: grid; gap: 3px; padding: 17px 20px; border-bottom: 1px solid var(--line); }
.service-box > a:last-child { border-bottom: 0; }
.service-box b { font-size: .88rem; }
.service-box small { color: var(--ink-soft); font-size: .72rem; line-height: 1.4; }
.service-box > a:hover { background: var(--mist); }

.category-band { padding: 58px 0; border-top: 1px solid var(--line); background: #fff; }
.category-band:nth-of-type(even) { background: #fbfcfb; }
.category-head { border-bottom-color: var(--gold); }
.category-editorial-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 34px; padding-top: 24px; }
.category-lead { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: center; }
.category-lead-media { aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--radius-lg); background: var(--mist); }
.category-lead-media img { width: 100%; height: 100%; object-fit: cover; }
.category-lead h3 { margin: .45rem 0 .65rem; font-size: clamp(1.5rem, 2.2vw, 2.35rem); line-height: 1.03; letter-spacing: -.035em; }
.category-lead p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.category-list { display: grid; border-top: 1px solid var(--line); }
.category-list article { border-bottom: 1px solid var(--line); }
.category-list a { min-height: 94px; display: grid; grid-template-columns: 92px 1fr; grid-template-areas: "date title" "date excerpt"; gap: 3px 15px; padding: 14px 0; align-items: start; }
.category-list span { grid-area: date; color: var(--clay); font-size: .65rem; font-weight: 850; }
.category-list strong { grid-area: title; font-size: .92rem; line-height: 1.25; }
.category-list small { grid-area: excerpt; color: var(--ink-soft); font-size: .7rem; line-height: 1.36; }
.category-list a:hover strong { color: var(--forest); }

.events-block { padding: 64px 0 68px; background: var(--forest-deep); color: #fff; }
.light-head { border-bottom-color: var(--gold); }
.light-head .section-tag { color: var(--gold); }
.light-head p { color: #afc3be; }
.light-head > a { color: #fff; }
.events-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 28px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.events-grid article { min-height: 175px; padding: 24px; background: var(--forest-deep); }
.events-grid span { color: var(--gold); font-size: .65rem; font-weight: 950; text-transform: uppercase; }
.events-grid h3 { margin: .55rem 0 1rem; font-size: 1.08rem; line-height: 1.23; }
.events-grid time { color: #9eb5af; font-size: .72rem; }
.events-grid article:hover { background: #123a35; }

.community-cta { margin-block: 62px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 36px 38px; border: 1px solid #e6d7c2; border-radius: var(--radius-lg); background: #fff9ef; }
.community-cta h2 { margin: .35rem 0 .55rem; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.04em; }
.community-cta p { max-width: 800px; margin: 0; color: var(--ink-soft); }
.portal-btn, .btn { display: inline-flex; align-items: center; justify-content: center; width: fit-content; border: 0; border-radius: 999px; padding: 12px 18px; background: var(--forest); color: #fff; font-weight: 900; cursor: pointer; }
.portal-btn:hover, .btn:hover { background: var(--forest-deep); }
.btn-outline { background: #fff; color: var(--ink); border: 1px solid var(--line-dark); }

/* Archive, category, generic lists */
.archive-head { padding: 58px 0 12px; }
.archive-head h1, .prose h1 { margin: .45rem 0 1rem; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .95; letter-spacing: -.052em; }
.archive-head p { max-width: 780px; color: var(--ink-soft); font-size: 1.02rem; }
.archive-meta { margin-top: 14px; color: #7a8582; font-size: .78rem; }
.section-block { padding: 30px 0 58px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.card-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--mist); }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 18px; }
.kicker { display: inline-flex; color: var(--clay); font-size: .66rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.card-body h2, .card-body h3 { margin: .4rem 0 .65rem; font-size: 1.22rem; line-height: 1.19; letter-spacing: -.025em; }
.card-body p { margin: 0 0 1rem; color: var(--ink-soft); font-size: .84rem; }
.meta { color: #7a8682; font-size: .72rem; }
.pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; margin-top: 38px; }
.pagination a { padding: 9px 13px; border: 1px solid var(--line-dark); border-radius: 999px; font-size: .78rem; font-weight: 850; }
.pagination span { color: var(--ink-soft); font-size: .78rem; }

/* Article */
.article { display: grid; grid-template-columns: minmax(0, 800px) minmax(250px, 1fr); gap: 72px; padding: 48px 0 64px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 26px; color: #76817e; font-size: .75rem; }
.article h1 { margin: .48rem 0 1rem; font-size: clamp(2.55rem, 5.2vw, 5.25rem); line-height: .92; letter-spacing: -.055em; }
.article-deck { color: #495753; font-size: 1.18rem; line-height: 1.52; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 15px; margin: 22px 0 24px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #72807c; font-size: .75rem; }
.article-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; margin: 0 0 32px; border-radius: var(--radius-lg); background: var(--mist); }
.article-content { font-family: Georgia, "Times New Roman", serif; color: #293532; font-size: 1.13rem; line-height: 1.82; }
.article-content p { margin: 0 0 1.55rem; }
.article-content h2, .article-content h3, .article-content h4 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; margin: 2.35rem 0 .8rem; color: var(--ink); line-height: 1.15; letter-spacing: -.03em; }
.article-content a { color: var(--forest); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.article-content blockquote { margin: 2rem 0; padding: 18px 22px; border-left: 5px solid var(--gold); background: #fbf8ef; color: #394541; }
.source-box { margin-top: 36px; padding: 20px 22px; border: 1px solid #e4d5bd; border-radius: var(--radius); background: #fff9ef; }
.source-box p { margin: .45rem 0 .75rem; color: var(--ink-soft); }
.source-box a { color: var(--forest); font-weight: 900; }
.article-aside { border-left: 1px solid var(--line); padding-left: 28px; }
.article-aside h2 { margin-top: 0; color: var(--clay); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.article-aside a { display: grid; gap: 4px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: 800; line-height: 1.31; }
.article-aside a span { color: #82908c; font-size: .67rem; font-weight: 600; }
.sticky { position: sticky; top: 20px; }
.view-count { font-weight: 800; color: var(--forest); }

/* Generic content and legal pages */
.prose { max-width: 860px; padding: 58px 0 70px; }
.prose h2 { margin: 2.55rem 0 .8rem; font-size: 1.7rem; line-height: 1.1; letter-spacing: -.03em; }
.prose h3 { margin: 1.8rem 0 .6rem; font-size: 1.2rem; }
.prose p, .prose li { color: #42514d; font-size: 1rem; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose a { color: var(--forest); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.legal-intro { padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); color: var(--ink-soft); }
.legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 24px 0; }
.legal-card { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.legal-card strong { display: block; margin-bottom: 5px; }
.legal-card span { color: var(--ink-soft); font-size: .86rem; }

/* Search/contact */
.search-form, .contact-form { display: grid; gap: 14px; margin: 26px 0; }
.search-form label, .contact-form label { font-weight: 800; }
.search-form > div { display: flex; gap: 10px; }
.search-form input, .contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 12px 13px; border: 1px solid var(--line-dark); border-radius: 11px; background: #fff; color: var(--ink); }
.search-form input:focus, .contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: 3px solid rgba(17, 60, 54, .12); border-color: var(--forest); }
.search-results { display: grid; }
.search-results a { display: grid; gap: 4px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.search-results span { color: var(--clay); font-size: .66rem; font-weight: 950; text-transform: uppercase; }
.search-results small, .search-results time { color: #7b8884; }
.notice { margin: 14px 0; padding: 12px 14px; border-radius: 10px; }
.success { background: #e7f5ec; color: var(--success); }
.error { background: #fff0f0; color: var(--danger); }
.empty-state { padding: 28px; border: 1px dashed var(--line-dark); border-radius: 14px; color: var(--ink-soft); text-align: center; }
.hp { position: absolute; left: -9999px; }
.error-code { display: block; color: #dfe5e2; font-size: clamp(5rem, 18vw, 10rem); font-weight: 950; line-height: .8; letter-spacing: -.07em; }
.error-actions { display: flex; gap: 10px; margin-top: 24px; }

/* Directory/archive pages */
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.directory-card { display: grid; gap: 6px; min-height: 140px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); }
.directory-card small { color: var(--clay); font-weight: 850; }
.directory-card strong { font-size: 1.15rem; }
.directory-card span { color: var(--ink-soft); font-size: .82rem; }
.directory-card:hover { border-color: var(--forest); box-shadow: var(--shadow-soft); }
.rank-list { display: grid; counter-reset: rank; }
.rank-list article { counter-increment: rank; display: grid; grid-template-columns: 70px 1fr auto; gap: 20px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.rank-list article::before { content: counter(rank, decimal-leading-zero); color: var(--gold); font-size: 1.85rem; font-weight: 950; line-height: 1; }
.rank-list h2 { margin: 0 0 .35rem; font-size: 1.3rem; line-height: 1.15; }
.rank-list p { margin: 0; color: var(--ink-soft); font-size: .85rem; }
.rank-list .rank-meta { color: #7a8783; font-size: .72rem; white-space: nowrap; }
.archive-months { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.archive-months a { display: flex; justify-content: space-between; gap: 14px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 12px; font-weight: 800; }
.archive-months span { color: var(--clay); }
.archive-months a:hover { border-color: var(--forest); }

/* Footer */
.site-footer { position: relative; padding-top: 54px; background: #0a2623; color: #c8d8d4; }
.footer-accent { position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--gold) 0 28%, var(--clay) 28% 46%, #4b7c70 46% 100%); }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 46px; }
.footer-brand img { width: 190px; margin-bottom: 16px; }
.footer-brand p { max-width: 390px; color: #adbfba; font-size: .88rem; }
.footer-main h2 { margin-top: 0; color: #fff; font-size: .77rem; text-transform: uppercase; letter-spacing: .09em; }
.footer-main a { display: block; width: fit-content; padding: 4px 0; color: #b9cbc6; font-size: .82rem; }
.footer-main a:hover { color: #fff; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 44px; border-top: 1px solid rgba(255,255,255,.11); color: #829993; font-size: .71rem; }
.footer-bottom a { color: #dce9e5; text-decoration: none; }
.footer-bottom a:hover { color: #fff; text-decoration: underline; }

/* Older newsletter class retained */
.newsletter { background: var(--forest); color: #fff; }
.newsletter-inner { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.newsletter h2 { margin: .4rem 0; font-size: clamp(1.8rem, 4vw, 3rem); }
.newsletter p { max-width: 720px; color: #c8d8d4; }
.btn-light { background: #fff; color: var(--forest); }

@media (max-width: 1080px) {
  .masthead { grid-template-columns: 150px 1fr 150px; }
  .front-grid { grid-template-columns: minmax(0, 1.35fr) minmax(310px, .75fr); }
  .headline-rail { grid-template-columns: repeat(3, 1fr); }
  .headline-rail > a:nth-child(3) { border-right: 0; }
  .headline-rail > a:nth-child(n+4) { border-top: 1px solid var(--line); }
  .newsroom-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 38px; }
  .category-lead { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.2fr repeat(3, .8fr); gap: 28px; }
}

@media (max-width: 900px) {
  .utility-links { display: none; }
  .utility-inner { justify-content: center; }
  .masthead { min-height: 92px; grid-template-columns: 120px 1fr 120px; }
  .brand img { width: 290px; }
  .menu-toggle { display: grid; grid-template-columns: auto; gap: 4px; }
  .menu-toggle b { display: none; }
  .today-label { display: none; }
  .search-button { padding: 9px 11px; }
  .main-nav { display: none; }
  .main-nav.is-open { display: block; }
  .nav-inner { display: grid; grid-template-columns: repeat(2, 1fr); padding: 8px 0 12px; overflow: visible; }
  .nav-inner a { border-bottom: 1px solid var(--line); padding: 11px 8px; }
  .homepage-intro { grid-template-columns: 1fr; gap: 20px; padding-top: 38px; }
  .homepage-intro p { padding-left: 0; border-left: 0; max-width: 720px; }
  .front-grid { grid-template-columns: 1fr; }
  .front-side { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; gap: 0 20px; }
  .side-story-featured { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; }
  .headline-rail { grid-template-columns: repeat(2, 1fr); }
  .headline-rail > a, .headline-rail > a:nth-child(3) { border-right: 1px solid var(--line); }
  .headline-rail > a:nth-child(even) { border-right: 0; }
  .headline-rail > a:nth-child(n+3) { border-top: 1px solid var(--line); }
  .newsroom-layout { grid-template-columns: 1fr; }
  .newsroom-aside { grid-template-columns: 1fr 1fr; }
  .category-editorial-grid { grid-template-columns: 1fr; }
  .category-lead { grid-template-columns: 1fr 1fr; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .article { grid-template-columns: 1fr; gap: 32px; }
  .article-aside { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); padding-top: 24px; }
  .sticky { position: static; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .directory-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-months { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 24px, 1240px); }
  .utility-inner { min-height: 32px; font-size: .65rem; }
  .utility-status > span:last-child { display: none; }
  .masthead { min-height: 78px; grid-template-columns: 44px 1fr 44px; gap: 8px; }
  .brand img { width: 210px; }
  .search-button { width: 40px; height: 40px; padding: 0; justify-content: center; border-radius: 999px; font-size: 0; }
  .search-button span { font-size: 1.25rem; }
  .menu-toggle { padding: 8px; }
  .nav-inner { grid-template-columns: 1fr; }
  .flashline-inner { grid-template-columns: auto 1fr; min-height: 43px; }
  .flash-items a:not(:first-child), .flash-more { display: none; }
  .flash-items a { overflow: hidden; text-overflow: ellipsis; }
  .homepage-intro { padding: 32px 0 22px; }
  .homepage-intro h1 { font-size: 2.55rem; }
  .front-lead { border-radius: 20px; }
  .front-lead-copy { padding: 20px; }
  .front-lead-copy h2 { font-size: 2rem; }
  .front-side { grid-template-columns: 1fr; }
  .side-story-featured { grid-column: auto; grid-template-columns: 1fr; }
  .headline-rail { grid-template-columns: 1fr; }
  .headline-rail > a, .headline-rail > a:nth-child(3), .headline-rail > a:nth-child(even) { border-right: 0; border-top: 1px solid var(--line); min-height: auto; }
  .headline-rail > a:first-child { border-top: 0; }
  .newsroom-layout { gap: 30px; }
  .newsroom-aside { grid-template-columns: 1fr; }
  .portal-section-head { align-items: flex-start; }
  .portal-section-head > a { display: none; }
  .feed-item { grid-template-columns: 120px 1fr; gap: 14px; padding: 18px 0; }
  .feed-copy h3 { font-size: 1rem; }
  .feed-copy p { display: none; }
  .category-band { padding: 44px 0; }
  .category-lead { grid-template-columns: 1fr; }
  .category-list a { grid-template-columns: 1fr; grid-template-areas: "date" "title" "excerpt"; }
  .events-grid { grid-template-columns: 1fr; }
  .community-cta { grid-template-columns: 1fr; padding: 28px 24px; margin-block: 42px; }
  .article { padding-top: 32px; }
  .article h1 { font-size: 2.5rem; }
  .article-deck { font-size: 1.04rem; }
  .article-content { font-size: 1.05rem; }
  .cards-grid { grid-template-columns: 1fr; }
  .archive-head h1, .prose h1 { font-size: 2.7rem; }
  .prose { padding: 42px 0 55px; }
  .search-form > div { flex-direction: column; }
  .directory-grid, .legal-grid, .archive-months { grid-template-columns: 1fr; }
  .rank-list article { grid-template-columns: 44px 1fr; }
  .rank-list .rank-meta { grid-column: 2; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 16px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.category-page-lead { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 34px; align-items: center; padding: 22px 0 48px; border-bottom: 1px solid var(--line); }
.category-page-media { aspect-ratio: 16 / 9.3; overflow: hidden; border-radius: var(--radius-lg); background: var(--mist); }
.category-page-media img { width: 100%; height: 100%; object-fit: cover; }
.category-page-copy h2 { margin: .45rem 0 .65rem; font-size: clamp(2rem, 3.4vw, 3.5rem); line-height: .98; letter-spacing: -.045em; }
.category-page-copy p { color: var(--ink-soft); }
.category-page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 56px; padding: 42px 0 64px; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.section-head h2 { margin: 0; }
.section-head span { color: var(--ink-soft); font-size: .76rem; }
@media (max-width: 900px) { .category-page-layout { grid-template-columns: 1fr; } .category-page-lead { grid-template-columns: 1fr; } }
.contact-form input[type="checkbox"]{width:auto}.contact-form label:has(input[type="checkbox"]){display:flex;align-items:flex-start;gap:9px;font-weight:600;font-size:.84rem}.contact-form label:has(input[type="checkbox"]) a{font-weight:850}

/* =========================================================
   V4 editorial navigation + portal polish
   Original OGULIN UI system
   ========================================================= */

body.menu-open { overflow: hidden; }
.page-shade { position: fixed; inset: 0; z-index: 89; background: rgba(6, 24, 21, .55); opacity: 0; transition: opacity .22s ease; backdrop-filter: blur(3px); }
.page-shade.is-visible { opacity: 1; }
.site-header { position: sticky; top: 0; z-index: 90; transition: transform .24s ease, box-shadow .24s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 36px rgba(7, 36, 31, .10); }
.site-header.is-hidden { transform: translateY(-100%); }
.utility-bar { background: linear-gradient(90deg, #082925, #0d3a34 52%, #082925); }
.utility-inner { min-height: 34px; }
.utility-links a { position: relative; font-weight: 700; }
.utility-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--gold); transition: right .2s ease; }
.utility-links a:hover::after { right: 0; }

.masthead { min-height: 106px; grid-template-columns: 190px minmax(300px, 1fr) 210px; }
.menu-toggle { display: none; }
.menu-toggle-icon { display: grid; gap: 4px; }
.menu-toggle-icon i { display: block; width: 23px; height: 2px; background: currentColor; border-radius: 999px; }
.masthead-date { display: grid; line-height: 1.05; text-align: right; }
.masthead-date small { color: var(--ink-soft); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.masthead-date strong { margin-top: 4px; font-size: .82rem; }

.desktop-nav { position: relative; z-index: 4; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); }
.desktop-nav-inner { min-height: 52px; display: flex; align-items: stretch; justify-content: center; }
.desktop-nav-link { position: relative; display: inline-flex; align-items: center; gap: 6px; min-height: 52px; padding: 0 18px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--ink); cursor: pointer; font-size: .79rem; font-weight: 900; letter-spacing: .01em; white-space: nowrap; }
.desktop-nav-link:hover, .desktop-nav-link:focus-visible, .desktop-nav-link.is-active { color: var(--forest); border-bottom-color: var(--gold); }
.desktop-nav-link span { color: #73817d; font-size: .85rem; transition: transform .18s ease; }
.nav-group { position: relative; display: flex; }
.nav-group.is-open > .nav-group-toggle span { transform: rotate(180deg); }
.nav-group.is-open > .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); pointer-events: auto; }
.nav-group-more.is-open > .mega-menu { transform: translate(0, 0); }
.desktop-nav-search { margin-left: 6px; align-self: center; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-dark); color: var(--forest); font-size: 1.05rem; }
.desktop-nav-search:hover { background: var(--forest); color: #fff; border-color: var(--forest); }

.mega-menu { position: absolute; left: 50%; top: calc(100% + 1px); width: min(920px, calc(100vw - 44px)); padding: 24px; display: grid; grid-template-columns: 255px 1fr; gap: 26px; border: 1px solid #dbe4e0; border-top: 4px solid var(--gold); border-radius: 0 0 22px 22px; background: #fff; box-shadow: 0 30px 70px rgba(6, 37, 31, .16); opacity: 0; visibility: hidden; transform: translate(-50%, -8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.mega-menu-intro { padding: 8px 22px 8px 4px; border-right: 1px solid var(--line); }
.mega-eyebrow { color: var(--clay); font-size: .63rem; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; }
.mega-menu-intro > strong { display: block; margin-top: 7px; font-size: 1.55rem; line-height: 1.02; letter-spacing: -.035em; }
.mega-menu-intro p { margin: .75rem 0 1rem; color: var(--ink-soft); font-size: .82rem; }
.mega-menu-intro > a { color: var(--forest); font-size: .72rem; font-weight: 950; }
.mega-menu-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.mega-menu-links > a { min-height: 92px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.mega-menu-links > a:hover { border-color: #b9cac4; background: #f7faf8; }
.mega-menu-links > a > span { color: var(--gold); font-size: .8rem; font-weight: 950; }
.mega-menu-links strong { display: block; font-size: .9rem; }
.mega-menu-links small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: .7rem; line-height: 1.3; }
.mega-menu-cards { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 8px; }
.mega-menu-cards a { min-height: 150px; padding: 17px 14px; display: flex; flex-direction: column; border-radius: 15px; border: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f7f9f8); }
.mega-menu-cards a:hover { transform: translateY(-2px); border-color: #b8c8c2; box-shadow: var(--shadow-soft); }
.mega-menu-cards small { color: var(--clay); font-size: .58rem; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }
.mega-menu-cards strong { margin-top: auto; font-size: 1rem; }
.mega-menu-cards span { margin-top: 6px; color: var(--ink-soft); font-size: .68rem; line-height: 1.35; }
.nav-group-more { margin-left: 0; }
.mega-menu-compact { left: auto; right: 0; width: 430px; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; transform: translate(0, -8px); padding: 16px; }
.mega-menu-compact > a { padding: 13px; border-radius: 12px; border: 1px solid var(--line); }
.mega-menu-compact > a:hover { background: var(--mist); border-color: #becdc7; }
.mega-menu-compact strong { display: block; font-size: .82rem; }
.mega-menu-compact small { display: block; margin-top: 3px; color: var(--ink-soft); font-size: .66rem; }

.mobile-menu { position: fixed; top: 0; left: 0; bottom: 0; z-index: 100; width: min(480px, 92vw); display: grid; grid-template-rows: auto 1fr auto; color: #fff; background: #092e29; box-shadow: 28px 0 70px rgba(0,0,0,.30); transform: translateX(-104%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
.mobile-menu.is-open { transform: translateX(0); visibility: visible; }
.mobile-menu-head { min-height: 88px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.11); }
.mobile-menu-logo img { width: 220px; height: auto; }
.mobile-menu-close { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; font-size: 1.9rem; line-height: 1; }
.mobile-menu-body { overflow-y: auto; padding: 18px 22px 30px; overscroll-behavior: contain; }
.mobile-primary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.18rem; font-weight: 900; letter-spacing: -.02em; }
.mobile-primary span { color: var(--gold); }
.mobile-menu-section { margin-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.mobile-section-toggle { width: 100%; padding: 17px 0 12px; display: flex; justify-content: space-between; border: 0; background: transparent; color: #fff; cursor: pointer; font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; }
.mobile-section-toggle span { color: var(--gold); font-size: 1rem; }
.mobile-section-content { display: none; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.mobile-section-content.is-open { display: grid; }
.mobile-section-content a { min-height: 76px; padding: 12px; border-radius: 11px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); }
.mobile-section-content strong { display: block; font-size: .83rem; }
.mobile-section-content small { display: block; margin-top: 4px; color: #9fbbb4; font-size: .64rem; line-height: 1.25; }
.mobile-search { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.mobile-search label { display: block; margin-bottom: 9px; color: #b6cbc6; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.mobile-search > div { display: grid; grid-template-columns: 1fr auto; }
.mobile-search input { min-width: 0; height: 46px; padding: 0 13px; border: 1px solid rgba(255,255,255,.18); border-right: 0; border-radius: 11px 0 0 11px; background: rgba(255,255,255,.08); color: #fff; outline: none; }
.mobile-search input::placeholder { color: #9eb6b0; }
.mobile-search button { border: 0; border-radius: 0 11px 11px 0; padding: 0 17px; background: var(--gold); color: #332911; font-size: .75rem; font-weight: 950; cursor: pointer; }
.mobile-menu-foot { min-height: 74px; padding: 13px 22px calc(13px + env(safe-area-inset-bottom)); display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; border-top: 1px solid rgba(255,255,255,.11); color: #abc0bb; font-size: .64rem; }
.mobile-menu-foot span { width: 100%; }
.mobile-menu-foot a { color: #fff; font-weight: 800; }

/* Editorial front-page upgrades */
.homepage-intro { padding-top: 44px; }
.homepage-intro h1 { max-width: 870px; }
.front-grid { align-items: stretch; }
.front-side { padding-left: 4px; }
.portal-section-head { position: relative; }
.portal-section-head::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 92px; height: 4px; background: var(--gold); }
.category-band:nth-of-type(even) { background: #fbfcfb; }

/* Article experience */
.article-share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 20px 0 24px; }
.article-share-label { margin-right: 4px; color: var(--ink-soft); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.article-share a, .article-share button { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--line-dark); border-radius: 999px; background: #fff; color: var(--forest); cursor: pointer; font-size: .71rem; font-weight: 900; }
.article-share a:hover, .article-share button:hover { background: var(--forest); border-color: var(--forest); color: #fff; }
.article-content > p:first-child::first-letter { float: left; margin: .07em .1em 0 0; color: var(--forest); font-size: 3.3em; line-height: .78; font-weight: 950; }
.article-endline { margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--ink-soft); font-size: .72rem; }
.article-endline strong { color: var(--forest); }
.related-zone { padding: 54px 0 64px; border-top: 1px solid var(--line); background: #f7f9f8; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 22px; }
.related-card { overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.related-card-media { display: block; aspect-ratio: 16/9.5; overflow: hidden; background: var(--mist); }
.related-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.related-card:hover img { transform: scale(1.025); }
.related-card-copy { padding: 16px; }
.related-card-copy small { color: var(--clay); font-size: .62rem; font-weight: 950; text-transform: uppercase; }
.related-card-copy h3 { margin: .35rem 0 .55rem; font-size: 1.08rem; line-height: 1.18; letter-spacing: -.02em; }
.related-card-copy time { color: #72807c; font-size: .67rem; }

/* OGULIN danas / rubrike */
.portal-dashboard { padding: 46px 0 68px; }
.dashboard-hero { display: block; max-width: 920px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.dashboard-hero h1 { margin: .45rem 0 .7rem; max-width: 760px; font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .91; letter-spacing: -.055em; }
.dashboard-hero p { margin: 0; color: var(--ink-soft); font-size: 1rem; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 46px; padding-top: 34px; }
.today-stack { display: grid; }
.today-item { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.today-time { color: var(--clay); font-size: .75rem; font-weight: 950; }
.today-item h2 { margin: 0 0 .35rem; font-size: 1.22rem; line-height: 1.2; }
.today-item p { margin: 0; color: var(--ink-soft); font-size: .82rem; }
.today-side { display: grid; align-content: start; gap: 18px; }
.today-panel { padding: 20px; border-radius: 18px; border: 1px solid var(--line); }
.today-panel.dark { background: var(--forest-deep); color: #fff; border-color: var(--forest-deep); }
.today-panel h2 { margin: 0 0 14px; font-size: 1.25rem; }
.today-panel a { display: block; padding: 10px 0; border-top: 1px solid var(--line); font-size: .8rem; font-weight: 800; }
.today-panel.dark a { border-color: rgba(255,255,255,.12); }
.rubric-directory { padding: 46px 0 68px; }
.rubric-directory-head { max-width: 790px; margin-bottom: 28px; }
.rubric-directory-head h1 { margin: .45rem 0 .75rem; font-size: clamp(2.8rem,5vw,5.2rem); line-height: .92; letter-spacing: -.052em; }
.rubric-directory-head p { color: var(--ink-soft); }
.rubric-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.rubric-card { min-height: 245px; padding: 22px; display: flex; flex-direction: column; border-radius: 21px; border: 1px solid var(--line); background: linear-gradient(145deg,#fff,#f6f9f7); }
.rubric-card:nth-child(1), .rubric-card:nth-child(6) { background: var(--forest); color: #fff; border-color: var(--forest); }
.rubric-card > span { color: var(--clay); font-size: .62rem; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }
.rubric-card:nth-child(1) > span, .rubric-card:nth-child(6) > span { color: var(--gold); }
.rubric-card h2 { margin: auto 0 .6rem; font-size: 1.65rem; letter-spacing: -.035em; }
.rubric-card p { margin: 0 0 18px; color: var(--ink-soft); font-size: .78rem; }
.rubric-card:nth-child(1) p, .rubric-card:nth-child(6) p { color: #bfd0cc; }
.rubric-card strong { font-size: .72rem; }
.rubric-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }

/* Footer V4 */
.footer-main { padding-top: 54px; }
.footer-quick { margin-bottom: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-quick-inner { display: flex; flex-wrap: wrap; gap: 9px; }
.footer-quick a { padding: 7px 11px; border-radius: 999px; border: 1px solid rgba(255,255,255,.13); color: #dce8e5; font-size: .68rem; font-weight: 800; }
.footer-quick a:hover { border-color: var(--gold); color: #fff; }
.footer-callout { margin-top: 20px; padding: 15px 16px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.05); color: #c5d6d2; font-size: .72rem; }

@media (max-width: 1120px) {
  .desktop-nav-link { padding-inline: 12px; font-size: .74rem; }
  .mega-menu-cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .mega-menu-life { width: min(850px, calc(100vw - 32px)); }
}

@media (max-width: 1040px) {
  .utility-links { display: none; }
  .utility-inner { justify-content: center; }
  .masthead { min-height: 82px; grid-template-columns: 100px 1fr 100px; }
  .brand img { width: min(330px, 100%); }
  .menu-toggle { display: inline-flex; flex-direction: row; }
  .masthead-date { display: none; }
  .search-button { width: 42px; height: 42px; padding: 0; justify-content: center; border-radius: 50%; }
  .search-button span:last-child { display: none; }
  .desktop-nav { display: none; }
  .site-header.is-hidden { transform: translateY(0); }
  .dashboard-grid { grid-template-columns: 1fr; }
  .today-side { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rubric-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 28px, 1240px); }
  .utility-inner { min-height: 31px; font-size: .66rem; }
  .utility-place { display: none; }
  .masthead { min-height: 72px; grid-template-columns: 64px 1fr 64px; gap: 8px; }
  .menu-toggle { gap: 0; }
  .menu-toggle b { display: none; }
  .brand img { width: 230px; }
  .search-button { width: 38px; height: 38px; }
  .mobile-menu { width: min(440px, 94vw); }
  .mobile-menu-head { min-height: 76px; padding: 14px 18px; }
  .mobile-menu-logo img { width: 188px; }
  .mobile-menu-body { padding: 15px 18px 26px; }
  .mobile-section-content { grid-template-columns: 1fr; }
  .mobile-section-content a { min-height: auto; }
  .article-share { padding-bottom: 2px; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .article-share::-webkit-scrollbar { display: none; }
  .article-share-label { display: none; }
  .article-share a, .article-share button { flex: 0 0 auto; }
  .article-content > p:first-child::first-letter { font-size: 2.8em; }
  .article-endline { align-items: flex-start; flex-direction: column; }
  .related-grid { grid-template-columns: 1fr; }
  .dashboard-hero { grid-template-columns: 1fr; gap: 24px; }
  .dashboard-hero h1 { font-size: 3.1rem; }
  .today-item { grid-template-columns: 66px 1fr; gap: 12px; }
  .today-side { grid-template-columns: 1fr; }
  .rubric-grid { grid-template-columns: 1fr; }
  .rubric-card { min-height: 210px; }
}

.mobile-topic-strip { display: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.mobile-topic-strip .wrap { display: flex; overflow-x: auto; scrollbar-width: none; }
.mobile-topic-strip .wrap::-webkit-scrollbar { display: none; }
.mobile-topic-strip a { flex: 0 0 auto; padding: 10px 11px 9px; color: var(--ink-soft); font-size: .7rem; font-weight: 850; white-space: nowrap; }
.mobile-topic-strip a:first-child { padding-left: 0; }
.mobile-topic-strip a:hover { color: var(--forest); }
@media (max-width: 1040px) { .mobile-topic-strip { display: block; } }

/* V5: live weather + long-form editorial refinements */
.homepage-weather { margin-bottom: 48px; }
.weather-widget { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; overflow: hidden; padding: 25px 28px; border: 1px solid #d7e4df; border-radius: var(--radius-lg); background: linear-gradient(120deg, #eef6f2 0%, #fffaf1 100%); box-shadow: var(--shadow-soft); }
.weather-widget::after { content: ""; position: absolute; width: 180px; height: 180px; right: 17%; top: -105px; border-radius: 50%; background: rgba(241,198,109,.2); pointer-events: none; }
.weather-widget-copy { min-width: 0; }
.weather-widget h2 { margin: .28rem 0 .9rem; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1; letter-spacing: -.035em; }
.weather-widget-now { display: flex; align-items: center; gap: 14px; }
.weather-widget-now > strong { font-size: clamp(2rem, 4vw, 3.3rem); line-height: .9; letter-spacing: -.06em; }
.weather-widget-now > div { display: grid; gap: 2px; }
.weather-widget-now b { font-size: .9rem; }
.weather-widget-now span { color: var(--ink-soft); font-size: .73rem; }
.weather-symbol { display: inline-grid; place-items: center; flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%; background: #fff; border: 1px solid rgba(17,60,54,.12); color: var(--forest); font-family: Georgia, serif; font-size: 1.7rem; box-shadow: 0 8px 24px rgba(12,42,37,.07); }
.weather-symbol-sun { color: #b77615; background: #fff4cf; }
.weather-symbol-rain, .weather-symbol-storm { color: #315c74; background: #edf5fa; }
.weather-symbol-snow { color: #4c7180; background: #f5fbff; }
.weather-widget-days { display: flex; gap: 6px; margin-top: 16px; }
.weather-widget-days > div { min-width: 62px; display: grid; grid-template-columns: 1fr auto; grid-template-areas: "day day" "max min"; gap: 0 7px; padding: 8px 10px; border-left: 1px solid rgba(17,60,54,.12); }
.weather-widget-days span { grid-area: day; color: var(--ink-soft); font-size: .65rem; font-weight: 850; }
.weather-widget-days b { grid-area: max; font-size: .83rem; }
.weather-widget-days small { grid-area: min; color: #7d8a87; font-size: .75rem; }
.weather-widget-actions { position: relative; z-index: 1; display: grid; justify-items: end; gap: 7px; }
.weather-widget-actions a { display: inline-flex; padding: 10px 15px; border-radius: 999px; background: var(--forest); color: #fff; font-size: .75rem; font-weight: 900; }
.weather-widget-actions small { color: #72817d; font-size: .64rem; }
.weather-widget-fallback { margin: 0; color: var(--ink-soft); }
.weather-widget-side { grid-template-columns: 1fr; padding: 22px; background: #f4f8f6; box-shadow: none; }
.weather-widget-side .weather-widget-actions { justify-items: start; }
.weather-widget-side .weather-widget-days { overflow-x: auto; scrollbar-width: none; }
.weather-widget-side .weather-widget-days::-webkit-scrollbar { display: none; }

.weather-page { padding: 54px 0 70px; background: linear-gradient(#f7faf8, #fff 36%); }
.weather-page-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.weather-page-head h1 { margin: .45rem 0 .7rem; font-size: clamp(2.8rem, 6vw, 5.6rem); line-height: .9; letter-spacing: -.06em; }
.weather-page-head p { max-width: 760px; margin: 0; color: var(--ink-soft); }
.weather-hero-card { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); gap: 38px; align-items: center; padding: 34px; border-radius: 30px; background: var(--forest-deep); color: #fff; box-shadow: var(--shadow); }
.weather-now-main { display: flex; align-items: center; gap: 20px; }
.weather-now-main .weather-symbol { width: 78px; height: 78px; font-size: 2.5rem; }
.weather-now-main > div { display: grid; }
.weather-now-main span { color: #b7ccc6; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.weather-now-main strong { margin: .15rem 0; font-size: clamp(4rem, 8vw, 6.5rem); line-height: .86; letter-spacing: -.08em; }
.weather-now-main p { margin: 0; color: #e3eeeb; font-weight: 800; }
.weather-metrics { margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; overflow: hidden; }
.weather-metrics div { padding: 18px 14px; border-right: 1px solid rgba(255,255,255,.14); }
.weather-metrics div:last-child { border-right: 0; }
.weather-metrics dt { color: #9eb8b1; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.weather-metrics dd { margin: 4px 0 0; font-size: 1.05rem; font-weight: 900; }
.weather-forecast { margin-top: 42px; }
.weather-forecast .portal-section-head small { color: var(--ink-soft); }
.forecast-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.forecast-card { min-height: 220px; display: grid; justify-items: start; align-content: start; gap: 10px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.forecast-card > strong { font-size: .77rem; text-transform: uppercase; color: var(--forest); }
.forecast-card .weather-symbol { width: 48px; height: 48px; font-size: 1.5rem; }
.forecast-card > span { min-height: 38px; color: var(--ink-soft); font-size: .78rem; }
.forecast-temp { display: flex; align-items: baseline; gap: 8px; }
.forecast-temp b { font-size: 1.55rem; }
.forecast-temp small { color: #7e8a87; font-size: 1rem; }
.forecast-card p { margin: 0; color: var(--ink-soft); font-size: .7rem; }
.weather-source-note, .weather-unavailable { margin-top: 28px; padding: 22px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.weather-source-note strong, .weather-unavailable strong { color: var(--forest); }
.weather-source-note p, .weather-unavailable p { margin: .5rem 0 0; color: var(--ink-soft); font-size: .82rem; }
.weather-source-note a { text-decoration: underline; text-underline-offset: 3px; }

.article-content { font-size: 1.055rem; line-height: 1.84; }
.article-content p { margin-block: 0 1.45em; }
.article-content h2 { margin-top: 2.2em; scroll-margin-top: 110px; }
.article-content h3 { margin-top: 1.8em; scroll-margin-top: 110px; }
.source-box small { display: block; margin-top: 9px; color: #76827f; font-size: .72rem; }

@media (max-width: 900px) {
  .weather-widget { grid-template-columns: 1fr; }
  .weather-widget-actions { justify-items: start; }
  .weather-hero-card { grid-template-columns: 1fr; }
  .weather-metrics { grid-template-columns: repeat(2, 1fr); }
  .weather-metrics div:nth-child(2) { border-right: 0; }
  .weather-metrics div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .forecast-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .homepage-weather { margin-bottom: 34px; }
  .weather-widget { padding: 20px; border-radius: var(--radius); }
  .weather-widget-days { width: 100%; overflow-x: auto; scrollbar-width: none; }
  .weather-widget-days::-webkit-scrollbar { display: none; }
  .weather-widget-days > div { flex: 0 0 64px; }
  .weather-page { padding-top: 34px; }
  .weather-page-head { display: grid; }
  .weather-page-head h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .weather-hero-card { padding: 24px 20px; border-radius: 22px; }
  .weather-now-main { gap: 14px; }
  .weather-now-main .weather-symbol { width: 60px; height: 60px; font-size: 2rem; }
  .weather-now-main strong { font-size: 4.2rem; }
  .forecast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .forecast-card { min-height: 200px; padding: 16px; }
  .article-content { font-size: 1rem; line-height: 1.78; }
}

/* V6: structured events, safe advertising and installable portal */
.portal-ad{position:relative;margin-top:18px;margin-bottom:28px;padding:12px;border:1px solid #d8dfdc;border-radius:16px;background:#fafbf9;text-align:center;overflow:hidden}.portal-ad>a{display:grid;gap:5px;justify-items:center;color:var(--ink)}.portal-ad img{display:block;width:100%;max-height:180px;object-fit:cover;border-radius:10px}.portal-ad strong{font-size:.9rem}.portal-ad small{color:var(--ink-soft);font-size:.72rem}.portal-ad-label{position:absolute;z-index:1;top:7px;left:7px;padding:3px 6px;border-radius:999px;background:rgba(10,44,40,.9);color:#fff;font-size:.56rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ad-sidebar{margin-top:0}.ad-sidebar img{max-height:260px}.ad-article-inline{margin:34px 0}.ad-footer{margin-top:38px;margin-bottom:0}.install-app{margin-top:16px;padding:10px 14px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:transparent;color:#fff;font-weight:850;cursor:pointer}.install-app:hover{background:#fff;color:var(--forest-deep)}
.event-page-head{padding-bottom:28px}.event-count{color:var(--ink-soft);font-size:.78rem;font-weight:800}.event-list{display:grid;gap:12px}.event-row{display:grid;grid-template-columns:110px 190px minmax(0,1fr);gap:22px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.event-row.is-featured{border-color:#d7bb79;box-shadow:0 14px 38px rgba(17,60,54,.07)}.event-date{display:grid;justify-items:center;padding:14px 8px;border-radius:14px;background:var(--forest-deep);color:#fff}.event-date span{font-size:2.25rem;font-weight:950;line-height:1}.event-date b{margin-top:4px;color:var(--gold);font-size:.68rem;text-align:center}.event-date small{margin-top:7px;color:#c9d9d5}.event-thumb img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px}.event-copy h2{margin:.2rem 0 .45rem;font-size:clamp(1.25rem,2.2vw,1.8rem);line-height:1.06}.event-copy p{margin:0;color:var(--ink-soft)}.event-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:10px;color:#6c7975;font-size:.72rem}.event-past{padding-bottom:60px}.event-past-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.event-past-grid a{display:grid;gap:5px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff}.event-past-grid time,.event-past-grid span{color:var(--ink-soft);font-size:.7rem}.event-detail{padding-top:42px;padding-bottom:70px}.event-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:42px;align-items:start}.event-detail-main h1{margin:.45rem 0 .7rem;font-size:clamp(2.6rem,6vw,5.4rem);line-height:.91;letter-spacing:-.055em}.event-facts{position:sticky;top:110px;padding:22px;border:1px solid var(--line);border-radius:20px;background:#f8faf9}.event-facts h2{margin:0 0 14px}.event-facts dl{margin:0 0 20px}.event-facts dl div{padding:12px 0;border-bottom:1px solid var(--line)}.event-facts dt{color:var(--ink-soft);font-size:.67rem;font-weight:900;text-transform:uppercase}.event-facts dd{margin:4px 0 0;font-weight:800}.events-grid article small{display:block;margin-top:5px;color:#b8c9c4;font-size:.67rem}
@media(max-width:800px){.event-row{grid-template-columns:80px minmax(0,1fr);gap:14px}.event-thumb{display:none}.event-date span{font-size:1.8rem}.event-detail-grid{grid-template-columns:1fr}.event-facts{position:static}.event-past-grid{grid-template-columns:1fr}}
@media(max-width:520px){.event-row{grid-template-columns:1fr}.event-date{grid-template-columns:auto auto 1fr;justify-items:start;align-items:baseline;gap:8px}.event-date span{font-size:1.5rem}.event-date b,.event-date small{margin:0}.portal-ad{margin-inline:0}}
.reading-progress{position:fixed;z-index:1200;top:0;left:0;width:100%;height:3px;pointer-events:none}.reading-progress i{display:block;width:0;height:100%;background:var(--gold);transition:width .08s linear}.article-toc{margin:28px 0 36px;padding:20px 22px;border-left:4px solid var(--gold);border-radius:0 16px 16px 0;background:#f5f8f6}.article-toc>strong{display:block;margin-bottom:9px;color:var(--forest);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.article-toc ol{margin:0;padding-left:20px;columns:2;column-gap:30px}.article-toc li{break-inside:avoid;margin:5px 0;color:var(--ink-soft);font-size:.82rem}.article-toc a:hover{color:var(--forest);text-decoration:underline;text-underline-offset:3px}@media(max-width:640px){.article-toc ol{columns:1}}
.flash-items a{flex:1 1 0;overflow:hidden}.flash-items a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.event-head-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.event-head-actions a{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--forest);font-size:.7rem;font-weight:900}.event-head-actions a:hover{border-color:var(--forest)}


/* V9: editorial polish, accessibility and layout stability */
:root {
  --focus-ring: 0 0 0 3px rgba(241, 198, 109, .48);
  --content-max: 760px;
}
body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
::selection { background: #f4d894; color: #102a26; }
a, button, input, textarea, select { outline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--forest); box-shadow: var(--focus-ring); }
main { min-height: 48vh; }
.front-lead-media img, .side-story-media img, .feed-thumb img, .card-media img, .category-page-media img, .category-lead-media img, .related-card-media img, .event-thumb img { transition: transform .28s ease, filter .28s ease; }
.side-story-media:hover img, .feed-thumb:hover img, .card-media:hover img, .category-page-media:hover img, .category-lead-media:hover img, .related-card-media:hover img, .event-thumb:hover img { transform: scale(1.018); }
.news-card { box-shadow: 0 1px 0 rgba(17,60,54,.02); }
.news-card .card-body { min-height: 230px; display: flex; flex-direction: column; }
.news-card .meta { margin-top: auto; }
.article-main { min-width: 0; }
.article-content { max-width: var(--content-max); hanging-punctuation: first last; }
.article-content h2 { font-size: clamp(1.55rem, 2.5vw, 2.05rem); }
.article-content h3 { font-size: clamp(1.22rem, 2vw, 1.5rem); }
.article-content ul, .article-content ol { padding-left: 1.35em; margin: 0 0 1.55rem; }
.article-content li + li { margin-top: .45rem; }
.article-content strong { color: #172522; }
.article-image { background: var(--mist); }
.breadcrumbs { overflow-wrap: anywhere; }
.archive-head { max-width: 1240px; }
.archive-head > p { line-height: 1.7; }
.pagination a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-main a { min-height: 30px; display: flex; align-items: center; }
@media (max-width: 760px) {
  .wrap { width: min(100% - 30px, 1240px); }
  .homepage-intro h1 { font-size: clamp(2.35rem, 11vw, 3.7rem); line-height: .98; }
  .front-lead-copy h2 { font-size: clamp(1.85rem, 8vw, 2.65rem); line-height: 1.02; }
  .archive-head h1, .prose h1 { font-size: clamp(2.3rem, 11vw, 3.8rem); line-height: .98; }
  .article h1 { font-size: clamp(2.3rem, 10.5vw, 3.7rem); line-height: .98; }
  .article-content { max-width: none; }
  .news-card .card-body { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .front-lead-media img, .side-story-media img, .feed-thumb img, .card-media img, .category-page-media img, .category-lead-media img, .related-card-media img, .event-thumb img { transition: none; }
}
