/* PKS Modelo 3 — clean magazine news system */
:root {
  --accent: #ff4057;
  --ink: #111318;
  --text: #1d2026;
  --muted: #737782;
  --paper: #fff;
  --body-bg: #fff;
  --soft: #f5f6f7;
  --line: #e5e7eb;
  --footer-bg: #101216;
  --max: 1240px;
  --base-size: 16px;
  --sidebar-width: 310px;
  --post-width: 790px;
  --page-width: 980px;
  --logo-width: 220px;
  --logo-height: 72px;
  --logo-width-mobile: 170px;
  --logo-height-mobile: 54px;
  --radius: 2px;
  --heading-font: Inter, "Segoe UI", Arial, sans-serif;
  --shadow: 0 20px 55px rgba(16, 18, 24, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--body-bg); color: var(--text); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: var(--base-size); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open, body.search-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--heading-font); line-height: 1.12; letter-spacing: -.025em; }
ul { margin-top: 0; }
.site-container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; padding: 12px 16px; margin: 8px; background: #fff; color: #111; z-index: 100000; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

/* Header */
.site-header { position: relative; z-index: 30; background: #fff; }
.utility-bar { color: rgba(255,255,255,.72); background: var(--ink); font-size: 11px; }
.utility-inner { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.utility-actions, .social-links { display: flex; align-items: center; gap: 12px; }
.utility-actions > a { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.18); }
.social-links a { display: inline-grid; place-items: center; }
.social-links a:hover { color: var(--accent); }
.social-links .icon { width: 15px; height: 15px; }
.brand-row { min-height: 74px; display: flex; align-items: stretch; gap: 28px; border-bottom: 1px solid var(--line); }
.site-branding { margin-right: auto; display: flex; align-items: center; flex: 0 0 auto; }
.custom-logo { width: auto; max-width: min(100%, var(--logo-width)); max-height: var(--logo-height); object-fit: contain; }
.text-logo, .footer-logo { display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; color: #fff !important; background: var(--ink); font-size: 18px; font-weight: 900; line-height: 1; letter-spacing: .14em; text-transform: uppercase; }
.text-logo i, .footer-logo i { width: 7px; height: 7px; display: block; background: var(--accent); }
.primary-navigation { display: flex; align-items: stretch; gap: 10px; }
.primary-navigation .menu { display: flex; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; }
.primary-navigation li { position: relative; }
.primary-navigation a { height: 100%; display: flex; align-items: center; padding: 0 17px; font-size: 12px; font-weight: 750; letter-spacing: .02em; }
.primary-navigation .menu > li > a:hover, .primary-navigation .current-menu-item > a, .primary-navigation .current-menu-ancestor > a { color: #fff; background: var(--accent); }
.primary-navigation .menu ul { position: absolute; left: 0; top: 100%; z-index: 120; width: max-content; min-width: 220px; max-width: 310px; margin: 0; padding: 8px 0; list-style: none; color: var(--text); background: #fff; border-top: 3px solid var(--accent); box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(7px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.primary-navigation li:hover > ul, .primary-navigation li:focus-within > ul { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.primary-navigation .menu ul ul { left: calc(100% - 2px); top: -8px; }
.primary-navigation .menu ul a { min-height: 40px; padding: 10px 17px; font-size: 12px; line-height: 1.35; }
.primary-navigation .menu ul a:hover, .primary-navigation .menu ul a:focus { color: var(--ink); background: var(--soft); }
.primary-navigation .menu > li:last-child > ul { right: 0; left: auto; }
.submenu-toggle { display: none; }
.menu-toggle, .search-toggle, .search-close { appearance: none; border: 0; background: transparent; cursor: pointer; display: inline-grid; place-items: center; }
.menu-toggle { display: none; }
.search-toggle { width: 44px; min-width: 44px; }
.search-panel { position: absolute; inset: 100% 0 auto; min-height: 86px; color: var(--text); background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(16,18,24,.12); z-index: 130; }
.search-panel[hidden] { display: none; }
.search-panel .site-container { min-height: 86px; display: flex; align-items: center; gap: 14px; }
.search-panel form { flex: 1; display: flex; }
.search-panel label { flex: 1; }
.search-panel .search-field { width: 100%; height: 52px; padding: 0 4px; border: 0; border-bottom: 2px solid var(--ink); outline: 0; font-size: 20px; }
.search-panel .search-submit { height: 52px; padding: 0 24px; border: 0; background: var(--accent); color: #fff; font-weight: 800; cursor: pointer; }
.search-close { width: 44px; height: 44px; }
.news-ticker { color: var(--text); background: #fff; border-bottom: 1px solid var(--line); }
.ticker-inner { min-height: 44px; display: flex; align-items: center; gap: 14px; overflow: hidden; }
.ticker-inner > strong { align-self: stretch; display: flex; align-items: center; padding: 0 15px; color: #fff; background: var(--accent); font-size: 10px; letter-spacing: .1em; }
.ticker-track { position: relative; flex: 1; height: 23px; overflow: hidden; }
.ticker-track > * { position: absolute; inset: 0; display: flex; align-items: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; opacity: 0; transform: translateY(16px); pointer-events: none; font-size: 12px; font-weight: 700; transition: opacity .35s, transform .35s; }
.ticker-track > .is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }

/* Alternate headers */
.pks3-sticky-header .site-header { position: sticky; top: 0; z-index: 100; box-shadow: 0 7px 28px rgba(16,18,24,.08); }
.admin-bar.pks3-sticky-header .site-header { top: 32px; }
.brand-row-advertising { min-height: 118px; align-items: center; }
.header-advertising { margin-left: auto; width: min(100%, 728px); min-height: 90px; position: relative; display: grid; place-items: center; }
.header-advertising img { max-width: 728px; max-height: 90px; margin-left: auto; object-fit: contain; }
.header-advertising .widget, .header-advertising .ad-widget { width: 100%; margin: 0; }
.header-advertising .ad-caption { position: absolute; right: 0; top: -12px; font-size: 8px; letter-spacing: .12em; color: var(--muted); }
.header-ad-placeholder { width: 100%; min-height: 80px; display: grid; place-content: center; color: var(--muted); background: var(--soft); border: 1px dashed #c9ccd1; text-align: center; }
.header-ad-placeholder strong { font-size: 15px; }
.header-ad-placeholder span { font-size: 10px; }
.brand-row-centered { min-height: 110px; justify-content: center; align-items: center; border: 0; }
.brand-row-centered .site-branding { margin: 0; }
.nav-row { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.nav-inner { min-height: 54px; display: flex; align-items: stretch; gap: 10px; }
.nav-inner .primary-navigation { flex: 1; }
.nav-inner .primary-navigation .menu { flex: 1; justify-content: center; }
.nav-style-dark .nav-row { color: #fff; background: var(--ink); border-color: rgba(255,255,255,.13); }
.nav-style-dark .nav-row .primary-navigation .menu > li > a:hover, .nav-style-dark .nav-row .current-menu-item > a { background: var(--accent); }
.nav-style-accent .nav-row { color: #fff; background: var(--accent); border-color: transparent; }
.nav-style-accent .nav-row .primary-navigation .menu > li > a:hover, .nav-style-accent .nav-row .current-menu-item > a { background: var(--ink); }

/* Shared editorial */
.site-main { display: block; }
.story-cover { position: absolute; inset: 0; z-index: 1; }
.story-label { display: inline-flex; align-items: center; gap: 6px; color: var(--accent) !important; background: none; font-size: 9px; line-height: 1.2; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.story-label::before { content: ""; width: 6px; height: 6px; background: currentColor; }
.story-meta, .reading-time, .updated-date { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 10px; }
.story-meta .icon, .reading-time .icon { width: 12px; height: 12px; }
.content-section { padding-top: 74px; }
.section-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.section-heading h2 { margin: 0 auto 0 0; display: flex; align-items: center; gap: 11px; font-size: 25px; letter-spacing: -.035em; }
.section-heading h2::before { content: ""; width: 14px; height: 14px; background: var(--accent); }
.section-heading h2 span { display: inline; padding: 0; background: none; }
.section-heading > a { color: var(--muted); font-size: 11px; font-weight: 750; }
.section-heading > a .icon { width: 16px; }

/* Lead */
.lead-section { padding-top: 48px; }
.lead-layout { display: grid; grid-template-columns: minmax(0, 3.25fr) minmax(240px, 1fr); gap: 34px; }
.lead-layout > *, .lead-column { min-width: 0; }
.lead-layout.no-rail { grid-template-columns: 1fr; }
.lead-feature { position: relative; min-height: 430px; display: flex; align-items: flex-end; padding: 34px; color: #fff; background: var(--ink) center/cover no-repeat; isolation: isolate; overflow: hidden; }
.lead-feature::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,10,14,.02) 20%, rgba(8,10,14,.9) 100%); }
.lead-feature-content { position: relative; z-index: 2; max-width: 670px; pointer-events: none; }
.lead-feature .story-label, .newsroom-feature .story-label, .media-band .story-label { color: #fff !important; }
.lead-feature .story-label::before, .newsroom-feature .story-label::before { background: var(--accent); }
.lead-feature h1 { margin: 13px 0 9px; max-width: 620px; font-size: clamp(30px, 4.1vw, 55px); }
.lead-feature p { margin: 0 0 12px; max-width: 590px; color: rgba(255,255,255,.78); font-size: 14px; }
.lead-feature .story-meta { color: rgba(255,255,255,.55); }
.lead-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; padding-top: 25px; }
.lead-card { min-width: 0; }
.lead-card-media { display: block; overflow: hidden; background: var(--soft); }
.lead-card img { width: 100%; aspect-ratio: 1.55; object-fit: cover; transition: transform .35s ease; }
.lead-card:hover img { transform: scale(1.035); }
.lead-card .story-label { margin-top: 14px; }
.lead-card h2 { margin: 8px 0 7px; font-size: 17px; }
.lead-card p { margin-bottom: 9px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.headline-rail { min-width: 0; }
.rail-header { min-height: 33px; display: flex; align-items: center; gap: 8px; border-bottom: 2px solid var(--ink); }
.rail-header > span { width: 8px; height: 8px; background: var(--accent); }
.rail-header h2 { margin: 0 auto 0 0; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; }
.rail-header a { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.rail-story { padding: 16px 0; border-bottom: 1px solid var(--line); }
.rail-story h3 { margin: 7px 0 9px; font-size: 14px; line-height: 1.25; }

/* Newsroom mosaic */
.newsroom-grid { display: grid; grid-template-columns: 1fr 1fr 2.15fr; gap: 28px; }
.newsroom-card img { width: 100%; aspect-ratio: 1.48; object-fit: cover; }
.newsroom-card .story-label { margin-top: 13px; }
.newsroom-card h3 { margin: 8px 0; font-size: 17px; }
.newsroom-card p { margin-bottom: 9px; color: var(--muted); font-size: 12px; }
.newsroom-feature { position: relative; min-height: 325px; display: flex; align-items: flex-end; padding: 28px; color: #fff; background: var(--ink) center/cover no-repeat; isolation: isolate; overflow: hidden; }
.newsroom-feature::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,10,14,.08), rgba(8,10,14,.88)); }
.newsroom-feature > div { position: relative; z-index: 2; pointer-events: none; max-width: 610px; }
.newsroom-feature h3 { margin: 11px 0 8px; font-size: clamp(23px, 2.5vw, 35px); }
.newsroom-feature p { color: rgba(255,255,255,.73); font-size: 12px; }
.newsroom-feature .story-meta { color: rgba(255,255,255,.54); }

/* Special reports */
.media-band { margin-top: 82px; padding: 66px 0 72px; color: #fff; background: var(--ink); }
.media-band .section-heading { border-color: rgba(255,255,255,.15); }
.media-band .section-heading h2 { color: #fff; }
.media-band .section-heading > a { color: rgba(255,255,255,.6); }
.media-layout { display: grid; grid-template-columns: 1.8fr 1fr; gap: 30px; }
.featured-video iframe { width: 100%; aspect-ratio: 16/9; height: auto; border: 0; }
.video-placeholder { position: relative; min-height: 430px; display: flex; align-items: flex-end; padding: 30px; color: #fff !important; background: #222 center/cover no-repeat; isolation: isolate; }
.video-placeholder::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent, rgba(0,0,0,.86)); }
.video-placeholder h3 { margin: 11px 0 0; max-width: 700px; font-size: clamp(26px,3vw,39px); }
.play-button { position: absolute; inset: 50% auto auto 50%; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); transform: translate(-50%,-50%); }
.play-button .icon { width: 27px; height: 27px; }
.media-stories { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-content: start; }
.media-stories img { width: 100%; aspect-ratio: 1.5; object-fit: cover; margin-bottom: 8px; }
.media-stories span { font-size: 12px; font-weight: 700; line-height: 1.3; }

/* Most read and focus */
.most-read-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.most-read-grid article { display: grid; grid-template-columns: 58px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid var(--line); }
.most-read-grid strong { color: var(--accent); font-size: 42px; line-height: 1; letter-spacing: -.06em; }
.most-read-grid h3 { margin: 7px 0 9px; font-size: 17px; }
.focus-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; }
.focus-card img { width: 100%; aspect-ratio: 1.52; object-fit: cover; }
.focus-card .story-label { margin-top: 12px; }
.focus-card h3 { margin: 8px 0 9px; font-size: 16px; }

/* Generic cards and ads */
.card-grid { display: grid; gap: 30px 26px; }
.three-columns { grid-template-columns: repeat(3,1fr); }
.two-columns { grid-template-columns: repeat(2,1fr); }
.story-card { min-width: 0; }
.card-media { position: relative; margin-bottom: 14px; overflow: hidden; background: var(--soft); }
.card-media img { width: 100%; aspect-ratio: 1.52; object-fit: cover; }
.card-media .story-label { position: absolute; left: 11px; top: 11px; padding: 6px 7px; color: #fff !important; background: var(--accent); }
.card-media .story-label::before { display: none; }
.card-body h3 { margin: 0 0 8px; font-size: 18px; }
.card-body p { margin-top: 10px; color: var(--muted); font-size: 13px; }
.ad-slot { margin-top: 34px; margin-bottom: 8px; clear: both; text-align: center; }
.ad-slot .ad-caption { display: block; margin-bottom: 7px; color: var(--muted); font-size: 8px; letter-spacing: .14em; }
.ad-widget { display: grid; place-items: center; }
.ad-widget > * { max-width: 100%; }
.ad-placeholder { min-height: 84px; display: grid; place-content: center; color: var(--muted); background: repeating-linear-gradient(135deg,#fafafa,#fafafa 10px,#f4f4f5 10px,#f4f4f5 20px); border: 1px dashed #cfd2d7; }
.ad-placeholder strong { color: var(--ink); font-size: 15px; }
.ad-placeholder span { font-size: 10px; }
.ad-slot-large .ad-placeholder { min-height: 170px; }
.ad-slot-ad-sidebar { margin: 24px 0 0; }
.ad-slot-ad-sidebar .ad-placeholder { min-height: 250px; }

/* Footer */
.site-footer { margin-top: 90px; color: rgba(255,255,255,.64); background: var(--footer-bg); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .8fr .9fr; gap: 46px; padding: 58px 0 42px; }
.footer-logo { margin-bottom: 20px; background: #fff; color: var(--ink) !important; }
.footer-brand p { max-width: 340px; font-size: 13px; }
.footer-brand .social-links { margin-top: 22px; }
.footer-grid h3, .footer-grid .widget-title { margin: 5px 0 18px; color: #fff; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin-bottom: 9px; font-size: 12px; }
.footer-grid a:hover { color: var(--accent); }
.footer-grid .menu { display: block; }
.footer-grid.footer-columns-2 { grid-template-columns: 1.3fr 1fr; }
.footer-grid.footer-columns-2 > :nth-child(n+3) { display: none; }
.footer-grid.footer-columns-3 { grid-template-columns: 1.25fr 1fr .8fr; }
.footer-grid.footer-columns-3 > :nth-child(4) { display: none; }
.copyright { display: flex; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.11); font-size: 11px; }
.copyright-align-left { justify-content: flex-start; text-align: left; }
.copyright-align-center { justify-content: center; text-align: center; }
.copyright-align-right { justify-content: flex-end; text-align: right; }

/* Archives, pages and posts */
.archive-layout, .single-layout, .page-layout { display: grid; grid-template-columns: minmax(0,1fr) var(--sidebar-width); gap: 56px; padding-top: 54px; }
.layout-sidebar-left { grid-template-columns: var(--sidebar-width) minmax(0,1fr); }
.layout-sidebar-left .archive-main, .layout-sidebar-left .single-main, .layout-sidebar-left .page-main { grid-column: 2; }
.layout-sidebar-left .sidebar { grid-column: 1; grid-row: 1; }
.layout-sidebar-none { display: block; }
.single-boxed .single-article { padding: clamp(22px,4vw,48px); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 44px rgba(16,18,24,.06); }
.page-article .entry-content { max-width: var(--page-width); }
.breadcrumbs { display: flex; align-items: center; gap: 6px; margin-bottom: 22px; color: var(--muted); font-size: 11px; }
.breadcrumbs a { display: inline-flex; align-items: center; gap: 5px; }
.breadcrumbs .icon { width: 12px; height: 12px; }
.archive-header { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.archive-header h1 { margin: 0; font-size: clamp(34px,5vw,60px); }
.archive-header-banner { position: relative; overflow: hidden; padding: clamp(28px,5vw,56px); color: #fff; background: var(--ink); border: 0; }
.archive-header-banner::after { content: ""; position: absolute; width: 150px; height: 150px; right: -30px; top: -65px; background: var(--accent); transform: rotate(22deg); }
.archive-header-banner h1, .archive-header-banner .archive-description, .archive-header-banner > p { position: relative; z-index: 1; }
.archive-description { margin-top: 11px; color: var(--muted); }
.archive-header-banner .archive-description, .archive-header-banner > p { color: rgba(255,255,255,.7); }
.archive-card-grid.layout-grid.columns-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.archive-card-grid.layout-grid.columns-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.archive-card-grid.layout-list { grid-template-columns: 1fr; gap: 24px; }
.archive-card-grid.layout-list .story-card { display: grid; grid-template-columns: minmax(190px,290px) minmax(0,1fr); gap: 23px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.archive-card-grid.layout-list .card-media { margin: 0; }
.archive-card-grid.layout-list .card-media img { height: 100%; min-height: 180px; }
.archive-card-grid.layout-list .card-body h3 { font-size: clamp(21px,2.2vw,29px); }
.pagination { margin-top: 46px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { min-width: 38px; height: 38px; padding: 0 10px; display: inline-grid; place-items: center; background: var(--soft); font-size: 12px; font-weight: 750; }
.page-numbers.current { color: #fff; background: var(--accent); }
.empty-results { grid-column: 1/-1; padding: 58px 28px; background: var(--soft); text-align: center; }
.empty-results > span { width: 55px; height: 55px; margin: 0 auto 16px; display: grid; place-items: center; color: #fff; background: var(--accent); }
.single-header { max-width: 950px; margin-bottom: 32px; }
.single-header > .story-label { margin-bottom: 16px; }
.single-header h1 { margin: 0 0 19px; font-size: clamp(38px,5.7vw,72px); }
.single-excerpt { margin: 0 0 17px; color: var(--muted); font-size: 20px; line-height: 1.5; }
.byline { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; font-size: 12px; font-weight: 700; }
.single-featured { margin: 0 0 34px; }
.single-featured img { width: 100%; }
.single-featured figcaption { padding-top: 7px; color: var(--muted); font-size: 11px; }
.entry-content { max-width: var(--post-width); font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.82; }
.entry-content > * { max-width: 100%; }
.entry-content h2, .entry-content h3, .entry-content h4 { margin-top: 1.7em; font-family: var(--heading-font); }
.entry-content a { color: #d21f3b; text-decoration: underline; }
.entry-content blockquote { margin: 32px 0; padding: 9px 0 9px 23px; border-left: 5px solid var(--accent); font-size: 1.23em; }
.entry-footer { max-width: var(--post-width); margin-top: 32px; }
.tag-links { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-links a { padding: 6px 9px; background: var(--soft); font-size: 11px; font-weight: 700; }
.share-box { max-width: var(--post-width); margin: 24px 0; display: flex; align-items: center; gap: 13px; }
.share-box > strong { font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.share-links { display: flex; flex-wrap: wrap; gap: 7px; }
.share-links a, .share-links button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.share-links .icon { width: 17px; height: 17px; }
.share-links .is-copied { width: auto; padding: 0 12px; border-radius: 18px; color: #fff; background: var(--accent); font-size: 10px; }
.author-box { max-width: var(--post-width); margin-top: 42px; padding: 24px; display: grid; grid-template-columns: 76px 1fr; gap: 20px; background: var(--soft); }
.author-box img { border-radius: 50%; }
.author-box span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.author-box h3 { margin: 3px 0 6px; }
.author-box p { margin-bottom: 8px; color: var(--muted); font-size: 13px; }
.related-posts { margin-top: 54px; }
.related-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.related-grid .card-body h3 { font-size: 16px; }
.related-grid .card-body p { display: none; }
.post-navigation { max-width: var(--post-width); margin-top: 50px; padding-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; border-top: 1px solid var(--line); }
.post-navigation > div:last-child { text-align: right; }
.post-navigation span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.comments-area { max-width: var(--post-width); margin-top: 48px; }
.comment-list { padding: 0; list-style: none; }
.comment-body { padding: 20px 0; border-bottom: 1px solid var(--line); }
.comment-form label { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 700; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 11px; border: 1px solid var(--line); }
.comment-form .submit { padding: 12px 19px; border: 0; color: #fff; background: var(--accent); font-weight: 800; cursor: pointer; }

/* Sidebars and widgets */
.sidebar .widget { padding: 22px 0; border-bottom: 1px solid var(--line); }
.sidebar .widget:first-child { padding-top: 0; }
.widget-title { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.sidebar ul { padding: 0; list-style: none; }
.sidebar li { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.search-form { display: flex; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 42px; padding: 0 11px; border: 1px solid var(--line); }
.search-submit { padding: 0 14px; border: 0; color: #fff; background: var(--accent); font-weight: 800; cursor: pointer; }
.pks3-sticky-sidebar .sidebar-inner { position: sticky; top: 28px; }
.pks3-sticky-header.pks3-sticky-sidebar .sidebar-inner { top: 110px; }
.sidebar-style-plain .sidebar .widget { border: 0; }
.sidebar-style-boxed .sidebar .widget { margin-bottom: 18px; padding: 20px; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(16,18,24,.05); }
.pks3-widget-posts { display: grid; gap: 14px; }
.widget-story { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 12px; align-items: center; }
.widget-story img { width: 82px; height: 62px; object-fit: cover; }
.widget-story h4 { margin: 0 0 3px; font-size: 13px; }
.widget-story span { color: var(--muted); font-size: 9px; }
.pks3-widget-ranked .widget-story { grid-template-columns: 34px minmax(0,1fr); padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.widget-rank { color: var(--accent) !important; font-size: 27px !important; font-weight: 900; }
.not-found { min-height: 62vh; padding: 75px 20px; text-align: center; }
.not-found > span { color: var(--accent); font-size: clamp(80px,17vw,180px); font-weight: 950; line-height: .8; }
.not-found h1 { margin: 35px 0 9px; font-size: clamp(30px,5vw,54px); }
.back-to-top { position: fixed; right: 22px; bottom: 22px; width: 44px; height: 44px; display: grid; place-items: center; z-index: 90; border: 0; border-radius: 50%; color: #fff; background: var(--accent); box-shadow: 0 9px 25px rgba(0,0,0,.2); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .2s; cursor: pointer; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top .icon { transform: rotate(-90deg); }
.lead-feature, .lead-card-media, .newsroom-card img, .newsroom-feature, .video-placeholder, .focus-card img, .card-media, .archive-header-banner, .author-box, .ad-placeholder { border-radius: var(--radius); }

@media (max-width: 1020px) {
  .primary-navigation a { padding-inline: 11px; font-size: 11px; }
  .header-advertising { max-width: 590px; }
  .lead-layout { grid-template-columns: minmax(0,2.35fr) minmax(220px,1fr); gap: 25px; }
  .lead-feature { min-height: 390px; }
  .newsroom-grid { gap: 20px; }
  .archive-layout, .single-layout, .page-layout { grid-template-columns: minmax(0,1fr) 270px; gap: 34px; }
  .archive-card-grid.layout-grid.columns-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .focus-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > :last-child { display: none; }
}

@media (max-width: 820px) {
  .site-header, .pks3-sticky-header .site-header { z-index: auto; }
  .admin-bar.pks3-sticky-header .site-header { top: 46px; }
  .pks3-sticky-header .site-header { position: relative; top: 0; }
  .site-container { width: min(calc(100% - 30px), var(--max)); }
  .utility-inner { min-height: 30px; }
  .utility-actions .social-links { display: none; }
  .brand-row { min-height: 72px; align-items: center; }
  .brand-row-advertising, .brand-row-centered { min-height: 80px; padding-right: 56px; justify-content: flex-start; }
  .brand-row-centered .site-branding, .brand-row-advertising .site-branding { margin-right: auto; }
  .header-advertising { display: none; }
  .custom-logo { max-width: min(100%,var(--logo-width-mobile)); max-height: var(--logo-height-mobile); }
  .text-logo { font-size: 15px; }
  .menu-toggle { align-self: center; margin-left: auto; order: 2; display: inline-grid; width: 42px; height: 42px; }
  .site-header-advertising > .nav-row, .site-header-centered > .nav-row { position: absolute; top: 0; right: 15px; z-index: auto; width: auto; border: 0; background: transparent; color: var(--text); }
  .site-header-advertising > .utility-bar ~ .nav-row, .site-header-centered > .utility-bar ~ .nav-row { top: 30px; }
  .site-header-advertising > .nav-row .nav-inner, .site-header-centered > .nav-row .nav-inner { width: auto; min-height: 80px; margin: 0; }
  .site-header-advertising > .nav-row .menu-toggle, .site-header-centered > .nav-row .menu-toggle { margin-left: 0; }
  .primary-navigation { position: fixed; top: 0; bottom: 0; right: 0; z-index: 50; width: min(88vw,390px); padding: 86px 28px 32px; display: block; overflow-y: auto; color: var(--text); background: #fff; box-shadow: -18px 0 50px rgba(16,18,24,.2); visibility: hidden; pointer-events: none; transform: translateX(110%); transition: transform .27s ease, visibility .27s ease; }
  .admin-bar .primary-navigation { top: 46px; }
  .primary-navigation.is-open { visibility: visible; pointer-events: auto; transform: translateX(0); }
  .primary-navigation > .search-toggle { position: absolute; left: 28px; top: 20px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--soft); }
  .primary-navigation .menu { display: block; }
  .primary-navigation a { min-height: 45px; height: auto; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .primary-navigation .menu > li > a:hover, .primary-navigation .current-menu-item > a, .primary-navigation .current-menu-ancestor > a { padding-left: 10px; color: #fff; background: var(--accent); }
  .primary-navigation .menu ul, .primary-navigation .menu ul ul, .primary-navigation .menu > li:last-child > ul { display: none; position: static; width: 100%; min-width: 0; max-width: none; margin: 0; padding: 4px 0 8px 14px; border: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .primary-navigation .menu li.submenu-open > ul { display: block; }
  .primary-navigation .menu ul a { padding: 10px 42px 10px 0; color: var(--muted); background: transparent; border: 0; }
  .submenu-toggle { position: absolute; right: 0; top: 2px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
  .submenu-toggle .icon { width: 16px; transition: transform .2s; }
  .submenu-toggle[aria-expanded="true"] .icon { transform: rotate(180deg); }
  .menu-toggle[aria-expanded="true"] { position: fixed; right: 22px; top: 19px; z-index: 60; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--text); }
  .admin-bar .menu-toggle[aria-expanded="true"] { top: 65px; }
  .menu-toggle[aria-expanded="true"] > .icon { display: none; }
  .menu-toggle[aria-expanded="true"]::before { content: "×"; font-size: 29px; line-height: 1; }
  body.menu-open::after { content: ""; position: fixed; inset: 0; z-index: 40; background: rgba(5,7,10,.54); }
  .search-panel { position: fixed; inset: 0; z-index: 80; min-height: 100dvh; padding-top: 70px; border: 0; }
  .admin-bar .search-panel { top: 46px; min-height: calc(100dvh - 46px); }
  .search-panel .site-container { min-height: 68px; align-items: flex-start; }
  .lead-layout { grid-template-columns: 1fr; }
  .headline-rail { padding-top: 20px; }
  .rail-list { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 24px; }
  .newsroom-grid { grid-template-columns: 1fr 1fr; }
  .newsroom-feature { min-height: 330px; grid-column: 1/-1; }
  .media-layout { grid-template-columns: 1fr; }
  .media-stories { grid-template-columns: repeat(4,1fr); }
  .most-read-grid { grid-template-columns: 1fr; }
  .focus-grid { grid-template-columns: repeat(2,1fr); }
  .archive-layout, .single-layout, .page-layout { grid-template-columns: 1fr; }
  .layout-sidebar-left .archive-main, .layout-sidebar-left .single-main, .layout-sidebar-left .page-main, .layout-sidebar-left .sidebar { grid-column: auto; grid-row: auto; }
  .sidebar { margin-top: 28px; }
  .related-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .footer-grid > :nth-child(3) { display: none; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .site-container { width: min(calc(100% - 24px),var(--max)); }
  .ticker-hide-mobile { display: none; }
  .ticker-inner { min-height: 40px; gap: 10px; }
  .ticker-inner > strong { padding: 0 10px; }
  .lead-section { padding-top: 22px; }
  .lead-feature { min-height: 405px; padding: 23px; }
  .lead-feature h1 { font-size: 32px; }
  .lead-feature p { font-size: 13px; }
  .lead-cards { display: flex; overflow-x: auto; gap: 13px; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .lead-card { min-width: 78vw; scroll-snap-align: start; }
  .rail-list { grid-template-columns: 1fr; }
  .rail-story { padding: 13px 0; }
  .content-section { padding-top: 58px; }
  .section-heading { margin-bottom: 22px; }
  .section-heading h2 { font-size: 22px; }
  .newsroom-grid { grid-template-columns: 1fr; gap: 25px; }
  .newsroom-feature { grid-column: auto; min-height: 380px; padding: 23px; }
  .newsroom-feature h3 { font-size: 28px; }
  .newsroom-card { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
  .newsroom-card img { height: 100%; min-height: 115px; aspect-ratio: 1; }
  .newsroom-card .story-label { margin-top: 0; }
  .newsroom-card h3 { font-size: 16px; }
  .newsroom-card p { display: none; }
  .media-band { margin-top: 65px; padding: 52px 0; }
  .video-placeholder { min-height: 385px; padding: 22px; }
  .video-placeholder h3 { font-size: 27px; }
  .media-stories { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .media-stories article { min-width: 205px; scroll-snap-align: start; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card { display: grid; grid-template-columns: 116px 1fr; gap: 13px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
  .focus-card img { height: 100%; min-height: 100px; }
  .focus-card .story-label { margin-top: 0; }
  .archive-card-grid.layout-grid.columns-2, .archive-card-grid.layout-grid.columns-3, .related-grid { grid-template-columns: 1fr; }
  .archive-card-grid.layout-list .story-card, .archive-main .story-card { grid-template-columns: 115px 1fr; gap: 14px; }
  .archive-card-grid.layout-list .card-media img { min-height: 115px; }
  .single-header h1 { font-size: 39px; }
  .single-excerpt { font-size: 17px; }
  .byline { align-items: flex-start; flex-direction: column; gap: 6px; }
  .entry-content { font-size: 17px; }
  .share-box { align-items: flex-start; flex-direction: column; }
  .author-box { grid-template-columns: 55px 1fr; gap: 15px; padding: 19px; }
  .author-box img { width: 55px; height: 55px; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation > div:last-child { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :nth-child(2) { display: none; }
  .copyright { display: flex; }
  .search-panel .search-submit { padding-inline: 12px; font-size: 11px; }
  .back-to-top { right: 13px; bottom: 13px; width: 41px; height: 41px; }
}

@media print {
  .utility-bar, .primary-navigation, .menu-toggle, .search-toggle, .news-ticker, .ad-slot, .sidebar, .share-box, .post-navigation, .related-posts, .comments-area, .site-footer, .back-to-top { display: none !important; }
  body { color: #000 !important; background: #fff !important; font-size: 12pt; }
  .site-header { position: static !important; border-bottom: 1px solid #bbb; box-shadow: none !important; }
  .brand-row { min-height: 58px; }
  .single-layout, .archive-layout, .page-layout { width: 100% !important; display: block !important; padding-top: 20px; }
  .entry-content { max-width: none; font-size: 12pt; }
  a { color: #000 !important; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; }
  .custom-logo-link::after, .story-label::after { content: none !important; }
}

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