/* PKS modelo 2 - editorial system */
:root {
  --accent: #f4e900;
  --ink: #111827;
  --paper: #ffffff;
  --soft: #f4f5f7;
  --muted: #69717d;
  --text: #111827;
  --body-bg: #ffffff;
  --footer-bg: #0b0e12;
  --base-size: 16px;
  --sidebar-width: 310px;
  --post-width: 790px;
  --logo-width: 220px;
  --logo-height: 78px;
  --logo-width-mobile: 180px;
  --logo-height-mobile: 56px;
  --heading-font: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --line: #dfe3e8;
  --max: 1220px;
  --radius: 3px;
  --shadow: 0 18px 45px rgba(15, 23, 42, .13);
}

*, *::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", Roboto, Helvetica, Arial, sans-serif; font-size: var(--base-size); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open, body.search-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: #3b4350; }
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.13; 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; }
.skip-link { top: 0; left: 0; }

/* Header */
.site-header { position: relative; z-index: 20; background: #fff; }
.utility-bar { background: var(--ink); color: rgba(255,255,255,.72); font-size: 12px; }
.utility-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.utility-actions, .social-links { display: flex; align-items: center; gap: 12px; }
.utility-actions > a { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.2); }
.social-links a { display: inline-grid; place-items: center; transition: color .2s ease, transform .2s ease; }
.social-links a:hover { color: var(--accent); transform: translateY(-1px); }
.social-links .icon { width: 16px; height: 16px; }
.brand-row { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.site-branding { margin-right: auto; flex: 0 0 auto; }
.custom-logo { max-width: min(100%, var(--logo-width)); max-height: var(--logo-height); width: auto; object-fit: contain; }
.text-logo, .footer-logo { display: inline-flex; align-items: flex-end; gap: 4px; font-size: clamp(26px, 3vw, 38px); font-weight: 900; line-height: .85; letter-spacing: -.065em; text-transform: lowercase; }
.text-logo i, .footer-logo i { display: block; width: 11px; height: 11px; background: var(--accent); border-radius: 50%; }
.primary-navigation .menu { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 34px); margin: 0; padding: 0; list-style: none; }
.primary-navigation a { display: block; padding: 34px 0; font-size: 13px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; position: relative; }
.primary-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 26px; height: 3px; background: var(--accent); transition: right .2s ease; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item > a::after { right: 0; }
.menu-toggle, .search-toggle, .search-close { appearance: none; border: 0; padding: 10px; background: none; cursor: pointer; display: inline-grid; place-items: center; }
.menu-toggle { display: none; }
.search-panel { position: absolute; inset: 34px 0 auto; min-height: 92px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(15,23,42,.12); z-index: 30; }
.search-panel[hidden] { display: none; }
.search-panel .site-container { min-height: 92px; 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: 54px; border: 0; border-bottom: 2px solid var(--ink); padding: 0; font-size: 22px; outline: none; }
.search-panel .search-submit { height: 54px; border: 0; background: var(--accent); padding: 0 26px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.news-ticker { background: linear-gradient(110deg, #101318, #1c222b); color: #fff; }
.ticker-inner { min-height: 62px; display: flex; align-items: center; gap: 22px; overflow: hidden; }
.ticker-inner > strong { align-self: stretch; display: flex; align-items: center; padding: 0 18px; background: var(--accent); color: var(--ink); font-size: 12px; letter-spacing: .08em; flex: 0 0 auto; }
.ticker-track { position: relative; flex: 1; height: 25px; overflow: hidden; }
.ticker-track a, .ticker-track span { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; transform: translateY(20px); font-weight: 700; font-size: 14px; transition: opacity .4s, transform .4s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ticker-track > .is-active { opacity: 1; transform: translateY(0); }

/* Shared editorial elements */
.site-main { display: block; }
.content-section { padding: 74px 0 0; }
.section-heading { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 0 auto -1px 0; font-size: 15px; line-height: 1; letter-spacing: .05em; text-transform: uppercase; }
.section-heading h2 span { display: block; padding: 13px 18px; background: var(--accent); }
.section-heading > a { display: flex; align-items: center; gap: 7px; padding: 10px 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.section-heading > a:hover { color: var(--ink); }
.section-heading > a .icon { width: 17px; }
.story-label { display: inline-flex; padding: 6px 9px 5px; background: var(--accent); color: var(--ink) !important; font-size: 10px; line-height: 1; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
.story-meta { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 650; }
.story-meta .icon { width: 13px; height: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 4px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.text-link .icon { width: 17px; }
.text-link:hover { color: var(--ink); }

/* Hero */
.hero-section { padding-top: 38px; }
.hero-grid { display: grid; grid-template-columns: 1.55fr .78fr .78fr; grid-template-rows: 245px 245px; gap: 2px; min-height: 492px; background: var(--ink); box-shadow: var(--shadow); }
.hero-story { position: relative; background-size: cover; background-position: center; overflow: hidden; isolation: isolate; }
.hero-story::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,8,12,.02) 30%, rgba(5,8,12,.88) 100%); transition: background .3s; }
.hero-story:hover::after { background: linear-gradient(180deg, rgba(5,8,12,.08) 20%, rgba(5,8,12,.95) 100%); }
.hero-story-1 { grid-row: 1 / 3; }
.hero-story-2 { grid-column: 2 / 4; }
.story-cover { position: absolute; inset: 0; z-index: 1; }
.hero-content { position: absolute; z-index: 2; left: 24px; right: 22px; bottom: 21px; color: #fff; pointer-events: none; }
.hero-content .story-label { margin-bottom: 12px; }
.hero-content .story-meta { margin-bottom: 7px; color: var(--accent); }
.hero-content h2 { margin: 0; font-size: clamp(18px, 2vw, 26px); max-width: 740px; }
.hero-story-1 .hero-content { left: 34px; bottom: 32px; }
.hero-story-1 .hero-content h2 { font-size: clamp(29px, 4vw, 48px); }
.hero-story-2 .hero-content h2 { font-size: clamp(21px, 2.6vw, 30px); }

/* Editors */
.editors-grid { display: grid; grid-template-columns: minmax(280px, .82fr) 1.6fr; gap: 42px; }
.editor-lead { position: relative; }
.media-link { display: block; overflow: hidden; background: var(--soft); margin-bottom: 18px; }
.media-link img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .45s ease; }
.media-link:hover img, .card-media:hover img { transform: scale(1.035); }
.editor-lead .story-label { position: absolute; left: 12px; top: 12px; }
.editor-lead h3 { margin: 12px 0 7px; font-size: clamp(23px, 2.6vw, 32px); }
.editor-lead p { margin: 16px 0 10px; color: var(--muted); }
.editor-list { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 0 30px; }
.compact-story { display: grid; grid-template-columns: 118px 1fr; gap: 16px; padding: 0 0 20px; margin: 0 0 20px; border-bottom: 1px solid var(--line); }
.compact-story > a { overflow: hidden; }
.compact-story img { width: 100%; aspect-ratio: 1.45; object-fit: cover; transition: transform .35s; }
.compact-story:hover img { transform: scale(1.04); }
.compact-story h3 { margin: 0 0 8px; font-size: 16px; }

/* Cards */
.card-grid { display: grid; gap: 36px 28px; }
.three-columns { grid-template-columns: repeat(3, 1fr); }
.two-columns { grid-template-columns: repeat(2, 1fr); }
.story-card { min-width: 0; }
.card-media { display: block; position: relative; overflow: hidden; margin-bottom: 17px; background: var(--soft); }
.card-media img { width: 100%; aspect-ratio: 1.58; object-fit: cover; transition: transform .45s ease; }
.card-media .story-label { position: absolute; left: 12px; top: 12px; }
.card-body h3 { margin: 0 0 9px; font-size: 20px; }
.card-body p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }

/* Media band */
.media-band { margin-top: 80px; padding: 72px 0 78px; color: #fff; background: radial-gradient(circle at 75% 0, #293341 0, #171c24 42%, #0d1015 100%); }
.media-band .section-heading { border-color: rgba(255,255,255,.18); }
.media-band .section-heading h2 { color: var(--ink); }
.media-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: 30px; }
.featured-video iframe { width: 100%; aspect-ratio: 16/9; height: auto; display: block; border: 0; }
.video-placeholder { min-height: 430px; position: relative; display: flex; align-items: flex-end; padding: 34px; color: #fff !important; background-size: cover; background-position: center; isolation: isolate; }
.video-placeholder::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.82)); }
.video-placeholder h3 { margin: 12px 0 0; font-size: clamp(26px, 3vw, 38px); max-width: 700px; }
.play-button { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--ink); box-shadow: 0 0 0 10px rgba(255,255,255,.16); }
.play-button .icon { width: 28px; height: 28px; }
.media-stories { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-content: start; }
.media-stories article { min-width: 0; }
.media-stories a { color: #fff; font-size: 13px; font-weight: 700; line-height: 1.3; }
.media-stories img { width: 100%; aspect-ratio: 1.5; object-fit: cover; margin-bottom: 9px; opacity: .88; transition: opacity .2s; }
.media-stories a:hover img { opacity: 1; }

/* Top stories */
.top-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--ink); }
.top-story { position: relative; min-height: 300px; display: flex; align-items: flex-end; padding: 22px; color: #fff; background-size: cover; background-position: center; isolation: isolate; overflow: hidden; }
.top-story::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(3,5,7,.05), rgba(3,5,7,.86)); }
.top-story > div { position: relative; z-index: 2; pointer-events: none; }
.top-story .story-meta { color: var(--accent); margin: 10px 0 6px; }
.top-story h3 { margin: 0; font-size: 21px; }

/* Radar */
.radar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 44px; }
.radar-story { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.radar-story > a { overflow: hidden; background: var(--soft); }
.radar-story img { width: 100%; aspect-ratio: 1.35; object-fit: cover; height: 100%; transition: transform .35s; }
.radar-story:hover img { transform: scale(1.04); }
.radar-story h3 { margin: 9px 0 7px; font-size: 18px; }
.radar-story p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

/* Footer */
.site-footer { margin-top: 90px; color: rgba(255,255,255,.68); background: var(--footer-bg); }
.newsletter-block { padding: 58px 0; border-bottom: 1px solid rgba(255,255,255,.13); background: linear-gradient(110deg, #151a22, #0c0f14); }
.newsletter-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.newsletter-inner > div { max-width: 760px; }
.eyebrow { display: block; margin-bottom: 12px; color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.newsletter-inner h2 { margin: 0 0 12px; color: #fff; font-size: clamp(28px, 4vw, 46px); }
.newsletter-inner p { margin: 0; max-width: 650px; }
.button-accent { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 16px 22px; background: var(--accent); color: var(--ink) !important; font-size: 12px; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.button-accent .icon { width: 18px; }
.button-accent:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .65fr .8fr; gap: 48px; padding: 64px 0 48px; }
.footer-logo { color: #fff !important; margin-bottom: 22px; font-size: 32px; }
.footer-brand p { max-width: 340px; }
.footer-brand .social-links { margin-top: 25px; }
.footer-grid h3, .footer-grid .widget-title { margin: 7px 0 20px; color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin: 0 0 10px; font-size: 13px; }
.footer-grid a:hover { color: var(--accent); }
.footer-grid .menu { display: block; }
.copyright { display: flex; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.11); font-size: 12px; }
.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 articles */
.archive-layout, .single-layout { display: grid; grid-template-columns: minmax(0, 1fr) var(--sidebar-width); gap: 60px; padding-top: 64px; }
.archive-header { margin-bottom: 35px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.archive-header h1 { margin: 0; font-size: clamp(32px, 5vw, 58px); }
.archive-description { margin-top: 12px; color: var(--muted); }
.archive-description p { margin: 0; }
.pagination { margin-top: 50px; }
.nav-links { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.page-numbers { min-width: 40px; height: 40px; padding: 0 12px; display: inline-grid; place-items: center; background: var(--soft); font-weight: 700; }
.page-numbers.current { background: var(--accent); }
.sidebar .widget { padding: 24px 0; border-bottom: 1px solid var(--line); }
.sidebar .widget:first-child { padding-top: 0; }
.widget-title { font-size: 14px; letter-spacing: .07em; text-transform: uppercase; }
.sidebar ul { list-style: none; padding: 0; }
.sidebar li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.search-form { display: flex; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 44px; border: 1px solid var(--line); padding: 0 12px; }
.search-submit { border: 0; padding: 0 16px; background: var(--accent); font-weight: 800; cursor: pointer; }
.single-header { max-width: 930px; margin-bottom: 34px; }
.single-header > .story-label { margin-bottom: 19px; }
.single-header h1 { margin: 0 0 20px; font-size: clamp(36px, 5.7vw, 72px); }
.single-excerpt { margin: 0 0 18px; color: var(--muted); font-size: 20px; line-height: 1.55; }
.byline { display: flex; align-items: center; gap: 17px; font-size: 13px; font-weight: 700; }
.byline .story-meta { padding-left: 17px; border-left: 1px solid var(--line); }
.single-featured { margin: 0 0 36px; }
.single-featured img { width: 100%; }
.single-featured figcaption { padding-top: 8px; color: var(--muted); font-size: 12px; }
.entry-content { max-width: var(--post-width); font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.8; }
.entry-content > * { max-width: 100%; }
.entry-content h2, .entry-content h3, .entry-content h4 { font-family: Inter, "Segoe UI", sans-serif; margin-top: 1.7em; }
.entry-content a { text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 3px; text-underline-offset: 3px; }
.entry-content blockquote { margin: 32px 0; padding: 10px 0 10px 24px; border-left: 5px solid var(--accent); font-size: 1.25em; line-height: 1.55; }
.entry-content .alignwide { max-width: 1050px; }
.entry-content .alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.tag-links { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 7px; }
.tag-links a { padding: 7px 10px; background: var(--soft); font-size: 12px; font-weight: 700; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--line); }
.post-navigation > div:last-child { text-align: right; }
.post-navigation span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.comments-area { max-width: 790px; margin-top: 55px; padding-top: 34px; border-top: 1px solid var(--line); }
.comments-title, .comment-reply-title { font-size: 23px; }
.comment-list { list-style: none; padding: 0; }
.comment-list .comment { margin: 0 0 24px; }
.comment-body { padding: 20px; background: var(--soft); }
.comment-meta { font-size: 13px; }
.comment-content { margin-top: 12px; }
.comment-content p:last-child { margin-bottom: 0; }
.comment-form label { display: block; margin-bottom: 5px; font-size: 13px; font-weight: 700; }
.comment-form input:not([type="checkbox"]), .comment-form textarea { width: 100%; border: 1px solid var(--line); padding: 11px; }
.comment-form .submit { border: 0; padding: 13px 20px; background: var(--accent); font-weight: 800; cursor: pointer; }
.page-layout { padding-top: 70px; }
.page-layout.layout-sidebar-none { max-width: var(--page-width); }
.page-layout:not(.layout-sidebar-none) { display: grid; grid-template-columns: minmax(0,1fr) var(--sidebar-width); gap: 60px; }
.page-layout.layout-sidebar-left { grid-template-columns: var(--sidebar-width) minmax(0,1fr); }
.page-layout.layout-sidebar-left .page-main { grid-column: 2; }
.page-layout.layout-sidebar-left .sidebar { grid-column: 1; grid-row: 1; }
.page-article .entry-content { max-width: var(--page-width); }
.not-found { min-height: 65vh; padding-top: 80px; padding-bottom: 80px; text-align: center; }
.not-found > span { color: var(--accent); font-size: clamp(80px, 17vw, 190px); font-weight: 950; line-height: .8; letter-spacing: -.09em; text-shadow: 5px 5px 0 var(--ink); }
.not-found h1 { margin: 40px 0 10px; font-size: clamp(30px, 5vw, 55px); }
.not-found p { color: var(--muted); }
.not-found .search-form { max-width: 600px; margin: 28px auto 20px; }

/* Version 1.1: header presets, ads, customizable archives and editorial extras */
.portal-sticky-header .site-header { position: sticky; top: 0; z-index: 100; box-shadow: 0 6px 22px rgba(15,23,42,.08); }
.admin-bar.portal-sticky-header .site-header { top: 32px; }
.brand-row-advertising { min-height: 126px; justify-content: space-between; }
.brand-row-advertising .site-branding { margin-right: 28px; }
.header-advertising { margin-left: auto; width: min(100%, 728px); min-height: 90px; display: grid; place-items: center; position: relative; }
.header-advertising .widget, .header-advertising .ad-widget { margin: 0; width: 100%; }
.header-advertising img { max-width: 728px; max-height: 90px; margin-left: auto; object-fit: contain; }
.header-advertising .ad-caption { position: absolute; right: 0; top: -15px; color: var(--muted); font-size: 8px; letter-spacing: .12em; }
.header-ad-placeholder { width: 100%; min-height: 90px; display: grid; place-content: center; text-align: center; border: 1px dashed #b8c0cb; color: var(--muted); background: var(--soft); }
.header-ad-placeholder strong { font-size: 16px; }
.header-ad-placeholder span { font-size: 11px; }
.brand-row-centered { min-height: 118px; justify-content: center; text-align: center; }
.brand-row-centered .site-branding { margin: 0; }
.brand-row-centered .custom-logo { max-height: var(--logo-height); max-width: min(100%, var(--logo-width)); }
.nav-row { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.nav-inner { min-height: 56px; display: flex; align-items: center; gap: 28px; }
.nav-inner .primary-navigation { flex: 1; }
.nav-inner .primary-navigation .menu { justify-content: center; }
.nav-inner .primary-navigation a { padding: 19px 0; }
.nav-inner .primary-navigation a::after { bottom: 12px; }
.nav-style-dark .nav-row { background: var(--ink); border-color: rgba(255,255,255,.12); color: #fff; }
.nav-style-accent .nav-row { background: var(--accent); border-color: rgba(0,0,0,.08); color: var(--ink); }
.nav-style-dark .nav-row .primary-navigation a:hover { color: var(--accent); }
.header-layout-centered .brand-row-centered::before { content: ""; width: 80px; height: 2px; background: var(--accent); margin-right: 24px; }
.header-layout-centered .brand-row-centered::after { content: ""; width: 80px; height: 2px; background: var(--accent); margin-left: 24px; }

.ticker-track > * { pointer-events: none; }
.ticker-track > .is-active { pointer-events: auto; }

.hero-content { top: 18px; bottom: 18px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; }
.hero-content .story-label { flex: 0 0 auto; }
.hero-content h2 { flex: 0 1 auto; overflow: hidden; }
.hero-story-1 .hero-content { top: 28px; bottom: 28px; }
.hero-story-3 .hero-content, .hero-story-4 .hero-content { left: 18px; right: 18px; top: 16px; bottom: 16px; }
.hero-story-3 .hero-content h2, .hero-story-4 .hero-content h2 { font-size: clamp(17px, 1.45vw, 22px); line-height: 1.07; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.hero-story-3 .hero-content .story-label, .hero-story-4 .hero-content .story-label { margin-bottom: 7px; }
.hero-story-3 .hero-content .story-meta, .hero-story-4 .hero-content .story-meta { margin-bottom: 5px; font-size: 10px; }

.ad-slot { margin-top: 34px; margin-bottom: 8px; text-align: center; clear: both; }
.ad-slot .ad-caption { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; line-height: 1; letter-spacing: .14em; }
.ad-widget { display: grid; place-items: center; }
.ad-widget > * { max-width: 100%; }
.ad-widget img { margin-inline: auto; object-fit: contain; }
.ad-placeholder { min-height: 90px; display: grid; place-content: center; gap: 2px; border: 1px dashed #b8c0cb; background: repeating-linear-gradient(135deg,#f8f9fa,#f8f9fa 10px,#f2f4f6 10px,#f2f4f6 20px); color: var(--muted); }
.ad-placeholder strong { color: var(--ink); font-size: 16px; }
.ad-placeholder span { font-size: 11px; }
.ad-slot-large .ad-placeholder { min-height: 180px; }
.ad-slot-ad-sidebar { margin: 25px 0 0; }
.ad-slot-ad-sidebar .ad-placeholder { min-height: 250px; }

.layout-sidebar-left { grid-template-columns: var(--sidebar-width) minmax(0, 1fr); }
.layout-sidebar-left .archive-main, .layout-sidebar-left .single-main { grid-column: 2; }
.layout-sidebar-left .sidebar { grid-column: 1; grid-row: 1; }
.layout-sidebar-none { display: block; }
.layout-sidebar-none .archive-main, .layout-sidebar-none .single-main { width: 100%; }
.portal-sticky-sidebar .sidebar-inner { position: sticky; top: 34px; }
.portal-sticky-header.portal-sticky-sidebar .sidebar-inner { top: 130px; }
.sidebar-style-plain .sidebar .widget { border: 0; }
.sidebar-style-boxed .sidebar .widget { margin-bottom: 20px; padding: 22px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 8px 25px rgba(15,23,42,.05); }
.portal-widget-posts { display: grid; gap: 16px; }
.widget-story { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 13px; align-items: center; }
.widget-story-image { overflow: hidden; }
.widget-story img { width: 88px; height: 68px; object-fit: cover; }
.widget-story h4 { margin: 0 0 4px; font-size: 14px; }
.widget-story span { color: var(--muted); font-size: 10px; }
.portal-widget-ranked .widget-story { grid-template-columns: 38px minmax(0,1fr); padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.widget-rank { color: var(--ink) !important; font-size: 30px !important; font-weight: 900; }

.breadcrumbs { display: flex; align-items: center; gap: 7px; margin-bottom: 25px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { display: inline-flex; align-items: center; gap: 5px; }
.breadcrumbs .icon { width: 13px; height: 13px; }
.archive-header-banner { padding: clamp(28px,5vw,60px); border: 0; background: linear-gradient(125deg,var(--ink),#293444); color: #fff; position: relative; overflow: hidden; }
.archive-header-banner::after { content: ""; position: absolute; width: 220px; height: 220px; right: -70px; top: -120px; border: 40px solid var(--accent); border-radius: 50%; opacity: .75; }
.archive-header-banner h1, .archive-header-banner .archive-description, .archive-header-banner > p { position: relative; z-index: 1; }
.archive-header-banner .archive-description, .archive-header-banner > p { color: rgba(255,255,255,.72); }
.archive-card-grid.layout-grid.columns-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.archive-card-grid.layout-grid.columns-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.archive-card-grid.layout-list { grid-template-columns: 1fr; gap: 26px; }
.archive-card-grid.layout-list .story-card { display: grid; grid-template-columns: minmax(190px, 300px) minmax(0,1fr); gap: 24px; padding-bottom: 26px; 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: 190px; aspect-ratio: 1.5; }
.archive-card-grid.layout-list .card-body h3 { font-size: clamp(21px,2.2vw,30px); }
.empty-results { grid-column: 1/-1; padding: 65px 30px; text-align: center; background: var(--soft); }
.empty-results > span { width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); }
.empty-results h2 { margin-bottom: 8px; font-size: 28px; }
.empty-results p { color: var(--muted); }
.empty-results .search-form { max-width: 560px; margin: 24px auto 0; }

.single-boxed .single-main { padding: clamp(25px,4vw,54px); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 45px rgba(15,23,42,.06); }
.share-box { margin-top: 22px; display: flex; align-items: center; gap: 16px; }
.share-box > strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.share-links { display: flex; gap: 8px; }
.share-links a, .share-links button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--soft); color: var(--ink); cursor: pointer; transition: transform .2s, background .2s; }
.share-links a:hover, .share-links button:hover { transform: translateY(-2px); background: var(--accent); }
.share-links .icon { width: 17px; height: 17px; }
.share-links .is-copied { width: auto; border-radius: 18px; padding: 0 12px; background: var(--accent); font-size: 11px; font-weight: 800; }
.author-box { max-width: var(--post-width); margin-top: 45px; padding: 25px; display: grid; grid-template-columns: 80px 1fr; gap: 22px; background: var(--soft); }
.author-box img { border-radius: 50%; }
.author-box span { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.author-box h3 { margin: 3px 0 7px; }
.author-box p { margin-bottom: 9px; color: var(--muted); font-size: 14px; }
.author-box a { display: inline-flex; gap: 6px; align-items: center; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.author-box a .icon { width: 16px; }
.related-posts { margin-top: 58px; }
.related-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.related-grid .card-body h3 { font-size: 17px; }
.related-grid .card-body p { display: none; }

.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; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.story-card img, .compact-story img, .radar-story img, .top-story, .hero-story, .button-accent, .ad-placeholder, .widget, .author-box, .archive-header-banner { border-radius: var(--radius); }
.byline .reading-time { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); }
.byline .reading-time .icon { width: 13px; height: 13px; }
.byline .updated-date { color: var(--muted); font-weight: 500; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; width: 46px; height: 46px; display: grid; place-items: center; z-index: 90; border: 0; border-radius: 50%; background: var(--accent); color: var(--ink); box-shadow: 0 10px 28px rgba(0,0,0,.2); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .2s, transform .2s, visibility .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top .icon { width: 20px; height: 20px; transform: rotate(-90deg); }

@media (max-width: 1020px) {
  .header-advertising { max-width: 600px; }
  .archive-card-grid.layout-grid.columns-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .primary-navigation .menu { gap: 16px; }
  .primary-navigation a { font-size: 11px; }
  .hero-grid { grid-template-columns: 1.2fr 1fr; grid-template-rows: 290px 210px 210px; }
  .hero-story-1 { grid-column: 1 / 3; grid-row: auto; }
  .hero-story-2 { grid-column: auto; }
  .editors-grid { grid-template-columns: 1fr; }
  .editor-list { gap: 0 24px; }
  .media-layout { grid-template-columns: 1.4fr 1fr; }
  .video-placeholder { min-height: 360px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > :last-child { display: none; }
  .archive-layout, .single-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 36px; }
}

@media (max-width: 820px) {
	.custom-logo, .brand-row-centered .custom-logo { max-width: min(100%, var(--logo-width-mobile)); max-height: var(--logo-height-mobile); }
  .admin-bar.portal-sticky-header .site-header { top: 46px; }
  .portal-sticky-header .site-header { position: relative; top: 0; }
  .brand-row-advertising, .brand-row-centered { min-height: 82px; justify-content: flex-start; }
  .brand-row-centered .site-branding, .brand-row-advertising .site-branding { margin-right: auto; }
  .brand-row-centered::before, .brand-row-centered::after, .header-advertising { display: none; }
  .nav-row { border-top: 0; }
  .nav-inner { min-height: 54px; justify-content: flex-end; }
  .nav-inner .menu-toggle { margin-left: auto; }
  .layout-sidebar-left .archive-main, .layout-sidebar-left .single-main, .layout-sidebar-left .sidebar { grid-column: auto; grid-row: auto; }
  .page-layout:not(.layout-sidebar-none), .page-layout.layout-sidebar-left { grid-template-columns: 1fr; }
  .page-layout.layout-sidebar-left .page-main, .page-layout.layout-sidebar-left .sidebar { grid-column: auto; grid-row: auto; }
  .archive-card-grid.layout-grid.columns-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-container { width: min(calc(100% - 30px), var(--max)); }
  .utility-inner { height: 32px; }
  .utility-actions .social-links { display: none; }
  .brand-row { min-height: 76px; }
  .text-logo { font-size: 30px; }
  .menu-toggle { display: inline-grid; order: 2; }
  .search-toggle { order: 3; }
  .primary-navigation { position: fixed; top: 0; bottom: 0; right: 0; width: min(88vw, 390px); padding: 90px 30px 35px; background: #fff; box-shadow: -20px 0 50px rgba(15,23,42,.18); transform: translateX(110%); transition: transform .28s ease; z-index: 50; overflow-y: auto; }
  .primary-navigation.is-open { transform: translateX(0); }
  .primary-navigation .menu { display: block; }
  .primary-navigation a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .primary-navigation a::after { display: none; }
  .menu-toggle[aria-expanded="true"] { position: fixed; right: 24px; top: 21px; z-index: 60; }
  .menu-toggle[aria-expanded="true"] .icon path { d: path("M6 6l12 12M18 6L6 18"); }
  body.menu-open::after { content: ""; position: fixed; inset: 0; background: rgba(6,10,15,.5); z-index: 40; }
  .search-panel { inset: 32px 0 auto; }
  .three-columns { grid-template-columns: repeat(2, 1fr); }
  .media-layout { grid-template-columns: 1fr; }
  .media-stories { grid-template-columns: repeat(4, 1fr); }
  .top-grid { grid-template-columns: 1fr 1fr; }
  .top-story:last-child { grid-column: 1 / 3; }
  .radar-grid { grid-template-columns: 1fr; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 28px; }
  .newsletter-inner .button-accent { justify-self: start; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .footer-grid > :nth-child(3) { display: none; }
  .archive-layout, .single-layout { grid-template-columns: 1fr; }
  .sidebar { margin-top: 30px; }
}

@media (max-width: 600px) {
  .ticker-hide-mobile { display: none; }
  .back-to-top { right: 14px; bottom: 14px; width: 42px; height: 42px; }
  .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 { grid-template-columns: 112px minmax(0,1fr); gap: 15px; }
  .archive-card-grid.layout-list .card-media img { min-height: 120px; }
  .archive-header-banner { padding: 30px 22px; }
  .share-box { align-items: flex-start; flex-direction: column; }
  .author-box { grid-template-columns: 56px 1fr; gap: 16px; padding: 20px; }
  .author-box img { width: 56px; height: 56px; }
  .hero-content, .hero-story-1 .hero-content, .hero-story-3 .hero-content, .hero-story-4 .hero-content { top: 20px; bottom: 20px; }
  .hero-story .hero-content h2, .hero-story-1 .hero-content h2, .hero-story-2 .hero-content h2, .hero-story-3 .hero-content h2, .hero-story-4 .hero-content h2 { font-size: 27px; line-height: 1.06; -webkit-line-clamp: 6; }
  body { font-size: 15px; }
  .site-container { width: min(calc(100% - 24px), var(--max)); }
  .utility-inner p { font-size: 10px; }
  .utility-actions > a { font-size: 11px; }
  .ticker-inner { min-height: 52px; gap: 12px; }
  .ticker-inner > strong { padding: 0 12px; }
  .hero-section { padding-top: 20px; }
  .hero-grid { display: flex; overflow-x: auto; min-height: 0; box-shadow: none; scroll-snap-type: x mandatory; background: transparent; gap: 10px; padding-bottom: 8px; }
  .hero-story { min-width: 86vw; min-height: 410px; scroll-snap-align: start; }
  .hero-content, .hero-story-1 .hero-content { left: 22px; bottom: 22px; }
  .hero-story .hero-content h2, .hero-story-1 .hero-content h2, .hero-story-2 .hero-content h2 { font-size: 28px; }
  .content-section { padding-top: 56px; }
  .section-heading { margin-bottom: 23px; }
  .section-heading h2 { font-size: 12px; }
  .section-heading h2 span { padding: 12px; }
  .editor-list { grid-template-columns: 1fr; }
  .compact-story { grid-template-columns: 105px 1fr; }
  .three-columns, .two-columns { grid-template-columns: 1fr; }
  .story-card { display: grid; grid-template-columns: 128px 1fr; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .card-media { margin: 0; }
  .card-media img { height: 100%; aspect-ratio: 1; }
  .card-media .story-label { display: none; }
  .card-body h3 { font-size: 17px; }
  .card-body p { display: none; }
  .media-band { margin-top: 60px; padding: 56px 0; }
  .video-placeholder { min-height: 390px; 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: 210px; scroll-snap-align: start; }
  .top-grid { grid-template-columns: 1fr; gap: 8px; background: transparent; }
  .top-story, .top-story:last-child { grid-column: auto; min-height: 340px; }
  .radar-story { grid-template-columns: 112px 1fr; gap: 15px; }
  .radar-story p, .radar-story .story-label { display: none; }
  .radar-story h3 { margin-top: 0; font-size: 17px; }
  .newsletter-block { padding: 50px 0; }
  .footer-grid { grid-template-columns: 1fr; padding-top: 48px; }
  .footer-grid > :nth-child(2) { display: none; }
  .copyright { display: flex; }
  .archive-layout, .single-layout, .page-layout { padding-top: 44px; }
  .archive-main .story-card { grid-template-columns: 128px 1fr; }
  .single-header h1 { font-size: 39px; }
  .single-excerpt { font-size: 17px; }
  .byline { align-items: flex-start; flex-direction: column; gap: 6px; }
  .byline .story-meta { padding-left: 0; border-left: 0; }
  .entry-content { font-size: 17px; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation > div:last-child { text-align: left; }
  .search-panel .search-submit { padding: 0 13px; font-size: 12px; }
}

@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 { background: #fff !important; color: #000 !important; font-size: 12pt; }
  .site-header { position: static !important; box-shadow: none !important; border-bottom: 1px solid #ccc; }
  .brand-row { min-height: 60px; }
  .single-layout, .archive-layout, .page-layout { display: block !important; width: 100% !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; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
