/*
Theme Name: PGMEDIANEWS Mandiri
Theme URI: https://pgmedianews.com/
Author: PGMEDIANEWS
Author URI: https://pgmedianews.com/
Description: Theme portal berita mandiri untuk PGMEDIANEWS.COM. Fokus Politik, Pengawas Aparatur Negara, Berita Daerah, Pemerintahan, Hukum, dan Opini. Tanpa ionCube, tanpa lisensi terenkripsi, serta tidak bergantung pada plugin premium.
Version: 1.1.0
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pgmedianews
Tags: news, blog, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --pgmn-navy: #071c38;
  --pgmn-navy-2: #0b2d57;
  --pgmn-navy-3: #123c6c;
  --pgmn-red: #b21f2d;
  --pgmn-red-dark: #851520;
  --pgmn-gold: #e6bc53;
  --pgmn-ink: #101828;
  --pgmn-muted: #667085;
  --pgmn-soft: #f4f6f9;
  --pgmn-line: #e4e8ef;
  --pgmn-white: #ffffff;
  --pgmn-shell: 1200px;
  --pgmn-shadow: 0 22px 60px rgba(7, 28, 56, .11);
  --pgmn-shadow-soft: 0 12px 34px rgba(7, 28, 56, .08);
  --pgmn-radius: 22px;
  --pgmn-radius-sm: 14px;
}

html { scroll-behavior: smooth; }
body.pgmn-site {
  margin: 0;
  color: var(--pgmn-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.pgmn-site *,
.pgmn-site *::before,
.pgmn-site *::after { box-sizing: border-box; }
.pgmn-site img { display: block; max-width: 100%; height: auto; }
.pgmn-site a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease; }
.pgmn-site a:hover { color: var(--pgmn-red); }
.pgmn-site button,
.pgmn-site input,
.pgmn-site textarea,
.pgmn-site select { font: inherit; }
.pgmn-site button { cursor: pointer; }
.pgmn-site h1,
.pgmn-site h2,
.pgmn-site h3,
.pgmn-site h4,
.pgmn-site h5,
.pgmn-site h6 { margin: 0; color: var(--pgmn-ink); line-height: 1.18; letter-spacing: -.025em; }
.pgmn-site p { margin: 0; }
.pgmn-site ul,
.pgmn-site ol { margin: 0; padding: 0; }
.pgmn-shell { width: min(calc(100% - 40px), var(--pgmn-shell)); 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 { position: fixed !important; top: 12px; left: 12px; z-index: 999999; width: auto; height: auto; clip: auto; margin: 0; padding: 10px 15px; color: #fff; background: var(--pgmn-red); border-radius: 10px; }

/* Header */
.pgmn-header { position: relative; z-index: 100; background: #fff; }
.pgmn-topbar { color: rgba(255,255,255,.84); background: var(--pgmn-navy); font-size: 12px; }
.pgmn-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.pgmn-topbar__left,
.pgmn-topbar__right { display: flex; align-items: center; gap: 16px; }
.pgmn-topbar a { color: rgba(255,255,255,.84); }
.pgmn-topbar a:hover { color: #fff; }
.pgmn-topbar__divider { width: 1px; height: 14px; background: rgba(255,255,255,.22); }
.pgmn-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff5664; box-shadow: 0 0 0 4px rgba(255,86,100,.16); animation: pgmnPulse 2.1s infinite; }

.pgmn-brandbar { position: relative; overflow: hidden; background: radial-gradient(circle at 88% -20%, rgba(230,188,83,.18), transparent 33%), linear-gradient(180deg, #fff, #fafbfc); }
.pgmn-brandbar::after { content: ""; position: absolute; right: -100px; bottom: -160px; width: 330px; height: 330px; border: 1px solid rgba(178,31,45,.10); border-radius: 50%; box-shadow: 0 0 0 42px rgba(178,31,45,.025), 0 0 0 88px rgba(7,28,56,.02); }
.pgmn-brandbar__inner { position: relative; z-index: 2; min-height: 128px; display: grid; grid-template-columns: minmax(265px, .95fr) minmax(330px, 1.05fr) minmax(300px, .95fr); align-items: center; gap: 34px; }
.pgmn-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.pgmn-brand .custom-logo-link { display: inline-flex; }
.pgmn-brand .custom-logo { width: min(100%, 360px); max-height: 72px; object-fit: contain; object-position: left center; }
.pgmn-brand__text { display: inline-flex; align-items: baseline; white-space: nowrap; font-weight: 950; line-height: .95; letter-spacing: -.055em; }
.pgmn-brand__primary { color: var(--pgmn-navy); font-size: clamp(26px, 3vw, 43px); }
.pgmn-brand__accent { color: var(--pgmn-red); font-size: clamp(26px, 3vw, 43px); }
.pgmn-brand__dot { margin-left: 2px; color: var(--pgmn-gold); font-size: 14px; letter-spacing: -.02em; }
.pgmn-brand__tagline { color: var(--pgmn-red); font-size: 10px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.pgmn-brandbar__statement { padding-left: 26px; border-left: 1px solid var(--pgmn-line); display: flex; flex-direction: column; gap: 4px; }
.pgmn-brandbar__statement > span { color: var(--pgmn-red); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.pgmn-brandbar__statement strong { color: var(--pgmn-navy); font-size: 15px; line-height: 1.45; }
.pgmn-brandbar__statement small { color: var(--pgmn-muted); }
.pgmn-brandbar__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 11px; }

.pgmn-search { width: 100%; max-width: 380px; display: flex; overflow: hidden; border: 1px solid var(--pgmn-line); border-radius: 999px; background: #fff; box-shadow: 0 7px 22px rgba(7,28,56,.05); }
.pgmn-search input { width: 100%; min-width: 0; padding: 11px 8px 11px 18px; border: 0; outline: 0; color: var(--pgmn-ink); background: transparent; }
.pgmn-search button { width: 48px; flex: 0 0 48px; border: 0; color: var(--pgmn-navy); background: transparent; font-size: 22px; }
.pgmn-search button:hover { color: #fff; background: var(--pgmn-red); }

.pgmn-button { min-height: 44px; padding: 10px 19px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 850; letter-spacing: .01em; }
.pgmn-button:hover { transform: translateY(-2px); }
.pgmn-button--red { color: #fff; background: var(--pgmn-red); box-shadow: 0 10px 24px rgba(178,31,45,.22); }
.pgmn-button--red:hover { color: #fff; background: var(--pgmn-red-dark); }
.pgmn-button--gold { color: var(--pgmn-navy); background: var(--pgmn-gold); box-shadow: 0 10px 24px rgba(230,188,83,.20); }
.pgmn-button--gold:hover { color: var(--pgmn-navy); background: #f0cb70; }
.pgmn-button--outline-light { color: #fff; border-color: rgba(255,255,255,.50); background: transparent; }
.pgmn-button--outline-light:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.08); }

.pgmn-nav-wrap { position: sticky; top: 0; z-index: 120; color: #fff; background: linear-gradient(90deg, var(--pgmn-navy), var(--pgmn-navy-2) 72%, var(--pgmn-red-dark)); box-shadow: 0 8px 24px rgba(7,28,56,.18); }
.admin-bar .pgmn-nav-wrap { top: 32px; }
.pgmn-nav-inner { min-height: 56px; display: flex; align-items: stretch; }
.pgmn-primary-nav { flex: 1; min-width: 0; }
.pgmn-menu { height: 100%; display: flex; align-items: stretch; list-style: none; }
.pgmn-menu > li { position: relative; display: flex; align-items: stretch; }
.pgmn-menu > li > a { min-height: 56px; padding: 0 14px; display: inline-flex; align-items: center; color: rgba(255,255,255,.93); border-bottom: 3px solid transparent; font-size: 13px; font-weight: 760; white-space: nowrap; }
.pgmn-menu > li.current-menu-item > a,
.pgmn-menu > li.current-category-ancestor > a,
.pgmn-menu > li > a:hover { color: #fff; border-bottom-color: var(--pgmn-gold); background: rgba(255,255,255,.06); }
.pgmn-menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 230px; display: none; padding: 10px; list-style: none; border-radius: 0 0 14px 14px; background: #fff; box-shadow: var(--pgmn-shadow); }
.pgmn-menu li:hover > .sub-menu,
.pgmn-menu li:focus-within > .sub-menu { display: block; }
.pgmn-menu .sub-menu a { display: block; padding: 9px 11px; color: var(--pgmn-ink); border-radius: 8px; font-size: 13px; font-weight: 700; }
.pgmn-menu .sub-menu a:hover { color: var(--pgmn-red); background: var(--pgmn-soft); }
.pgmn-nav-search { width: 52px; flex: 0 0 52px; display: flex; align-items: center; justify-content: center; color: #fff; border-left: 1px solid rgba(255,255,255,.13); font-size: 24px; }
.pgmn-nav-search:hover { color: var(--pgmn-gold); background: rgba(255,255,255,.05); }
.pgmn-menu-toggle { display: none; width: 100%; min-height: 54px; padding: 0 2px; align-items: center; gap: 10px; border: 0; color: #fff; background: transparent; font-weight: 800; }
.pgmn-menu-toggle__bars { width: 23px; display: inline-flex; flex-direction: column; gap: 4px; }
.pgmn-menu-toggle__bars i { width: 100%; height: 2px; display: block; background: currentColor; border-radius: 2px; }

.pgmn-ticker { border-bottom: 1px solid var(--pgmn-line); background: #fff; }
.pgmn-ticker__inner { min-height: 43px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; }
.pgmn-ticker__label { align-self: stretch; padding: 0 18px; display: inline-flex; align-items: center; gap: 8px; color: #fff; background: var(--pgmn-red); font-size: 12px; letter-spacing: .025em; text-transform: uppercase; clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%); }
.pgmn-ticker__label span { color: var(--pgmn-gold); font-size: 8px; }
.pgmn-ticker__viewport { position: relative; min-width: 0; height: 43px; overflow: hidden; }
.pgmn-ticker__item { position: absolute; inset: 0; display: flex; align-items: center; color: var(--pgmn-ink); opacity: 0; transform: translateY(10px); pointer-events: none; font-size: 13px; font-weight: 680; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pgmn-ticker__item.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }

/* Main and shared headings */
.pgmn-main { min-height: 50vh; }
.pgmn-section { padding: 78px 0; }
.pgmn-section--soft { background: var(--pgmn-soft); }
.pgmn-inner-main { padding: 34px 0 86px; }
.pgmn-section-heading { margin-bottom: 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.pgmn-section-heading > div { max-width: 780px; }
.pgmn-section-heading__line { width: 46px; height: 5px; margin-bottom: 12px; display: block; border-radius: 99px; background: linear-gradient(90deg, var(--pgmn-red), var(--pgmn-gold)); }
.pgmn-section-heading h2 { color: var(--pgmn-navy); font-size: clamp(26px, 3vw, 38px); }
.pgmn-section-heading p { margin-top: 8px; color: var(--pgmn-muted); }
.pgmn-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--pgmn-red); font-size: 13px; font-weight: 850; white-space: nowrap; }
.pgmn-text-link:hover { gap: 12px; }
.pgmn-kicker { width: fit-content; display: inline-flex; color: var(--pgmn-red); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pgmn-kicker--light { color: #fff; }
.pgmn-kicker--gold { color: var(--pgmn-gold); }
.pgmn-meta { margin-top: 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--pgmn-muted); font-size: 12px; }
.pgmn-meta--compact { margin-top: 10px; }
.pgmn-meta--light { color: rgba(255,255,255,.76); }

/* Hero */
.pgmn-hero-section { padding: 32px 0 52px; background: linear-gradient(180deg, #fff 0%, #fff 58%, #f8fafc 100%); }
.pgmn-hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(360px, .85fr); gap: 20px; }
.pgmn-hero-feature { position: relative; min-height: 570px; overflow: hidden; border-radius: 0 34px 34px 34px; background: var(--pgmn-navy); box-shadow: var(--pgmn-shadow); }
.pgmn-hero-feature::before { content: ""; position: absolute; z-index: 3; top: 0; left: 0; width: 92px; height: 9px; background: var(--pgmn-red); border-radius: 0 0 12px 0; }
.pgmn-hero-feature__media,
.pgmn-hero-feature__media img,
.pgmn-hero-feature__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.pgmn-hero-feature__media img { object-fit: cover; transition: transform .65s ease; }
.pgmn-hero-feature:hover img { transform: scale(1.035); }
.pgmn-hero-feature__shade { background: linear-gradient(180deg, rgba(7,28,56,.03) 20%, rgba(7,28,56,.96) 100%); }
.pgmn-hero-feature__content { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; padding: 42px; color: #fff; }
.pgmn-hero-feature__content h1 { max-width: 820px; margin-top: 12px; color: #fff; font-size: clamp(32px, 4.4vw, 58px); }
.pgmn-hero-feature__content h1 a:hover { color: #fff; opacity: .85; }
.pgmn-hero-feature__content p { max-width: 740px; margin-top: 16px; color: rgba(255,255,255,.80); font-size: 16px; }
.pgmn-hero-side { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(0, 1fr); gap: 18px; }
.pgmn-hero-mini { overflow: hidden; border: 1px solid var(--pgmn-line); border-radius: var(--pgmn-radius-sm); background: #fff; box-shadow: var(--pgmn-shadow-soft); }
.pgmn-hero-mini:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr 1fr; }
.pgmn-hero-mini__media { min-height: 150px; overflow: hidden; }
.pgmn-hero-mini:first-child .pgmn-hero-mini__media { min-height: 250px; }
.pgmn-hero-mini__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.pgmn-hero-mini:hover img { transform: scale(1.045); }
.pgmn-hero-mini__body { padding: 17px; }
.pgmn-hero-mini h2 { margin-top: 8px; font-size: 16px; }
.pgmn-hero-mini:first-child h2 { font-size: 22px; }
.pgmn-welcome { position: relative; min-height: 520px; overflow: hidden; padding: clamp(38px, 7vw, 90px); display: flex; align-items: center; border-radius: 0 40px 40px 40px; color: #fff; background: linear-gradient(135deg, var(--pgmn-navy), var(--pgmn-navy-2) 65%, var(--pgmn-red-dark)); box-shadow: var(--pgmn-shadow); }
.pgmn-welcome__copy { position: relative; z-index: 2; max-width: 720px; }
.pgmn-welcome h1 { margin-top: 14px; color: #fff; font-size: clamp(38px, 6vw, 68px); }
.pgmn-welcome p { max-width: 650px; margin: 20px 0 28px; color: rgba(255,255,255,.78); font-size: 18px; }
.pgmn-welcome__art span { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.pgmn-welcome__art span:nth-child(1) { width: 420px; height: 420px; right: -90px; top: -130px; }
.pgmn-welcome__art span:nth-child(2) { width: 250px; height: 250px; right: 110px; bottom: -90px; }
.pgmn-welcome__art span:nth-child(3) { width: 28px; height: 160px; right: 17%; top: 24%; border: 0; border-radius: 99px; background: var(--pgmn-gold); transform: rotate(35deg); opacity: .8; }

/* Cards */
.pgmn-card-grid { display: grid; gap: 24px; }
.pgmn-card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pgmn-card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pgmn-card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pgmn-card { min-width: 0; }
.pgmn-card--standard { overflow: hidden; border: 1px solid var(--pgmn-line); border-radius: 0 var(--pgmn-radius) var(--pgmn-radius) var(--pgmn-radius); background: #fff; box-shadow: var(--pgmn-shadow-soft); }
.pgmn-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 3 / 2; background: #e9eef4; }
.pgmn-card__media::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg, var(--pgmn-red), var(--pgmn-gold)); transform: scaleX(.18); transform-origin: left; transition: transform .35s ease; }
.pgmn-card:hover .pgmn-card__media::after { transform: scaleX(1); }
.pgmn-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .48s ease; }
.pgmn-card:hover .pgmn-card__media img { transform: scale(1.045); }
.pgmn-card__body { padding: 21px; }
.pgmn-card__title { margin-top: 9px; font-size: 20px; }
.pgmn-card__title a:hover { color: var(--pgmn-red); }
.pgmn-card__excerpt { margin-top: 11px; color: var(--pgmn-muted); font-size: 14px; }
.pgmn-card--horizontal { display: grid; grid-template-columns: 245px 1fr; overflow: hidden; border-bottom: 1px solid var(--pgmn-line); padding-bottom: 22px; }
.pgmn-card--horizontal + .pgmn-card--horizontal { padding-top: 22px; }
.pgmn-card--horizontal .pgmn-card__media { aspect-ratio: 4 / 3; border-radius: 0 16px 16px 16px; }
.pgmn-card--horizontal .pgmn-card__body { padding: 8px 0 8px 24px; }
.pgmn-card--horizontal .pgmn-card__title { font-size: 24px; }
.pgmn-card--horizontal-dark { display: grid; grid-template-columns: 130px 1fr; gap: 17px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.pgmn-card--horizontal-dark + .pgmn-card--horizontal-dark { padding-top: 18px; }
.pgmn-card--horizontal-dark .pgmn-card__media { min-height: 100px; border-radius: 0 14px 14px 14px; }
.pgmn-card--horizontal-dark .pgmn-card__body { padding: 3px 0; }
.pgmn-card--horizontal-dark .pgmn-card__title { color: #fff; font-size: 18px; }
.pgmn-card--horizontal-dark .pgmn-card__title a:hover { color: var(--pgmn-gold); }
.pgmn-card--horizontal-dark .pgmn-meta { color: rgba(255,255,255,.60); }

/* Aparatur section */
.pgmn-watch-section { position: relative; overflow: hidden; padding: 82px 0; color: #fff; background: linear-gradient(135deg, var(--pgmn-navy), #0a315f 70%, var(--pgmn-red-dark)); }
.pgmn-watch-section__shape { position: absolute; right: -120px; top: -220px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(230,188,83,.025); }
.pgmn-watch-section .pgmn-section-heading { position: relative; z-index: 2; }
.pgmn-watch-section .pgmn-section-heading h2 { color: #fff; }
.pgmn-watch-section .pgmn-section-heading p { color: rgba(255,255,255,.70); }
.pgmn-watch-section .pgmn-text-link { color: var(--pgmn-gold); }
.pgmn-watch-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 35px; }
.pgmn-watch-feature { display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 0 28px 28px 28px; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.pgmn-watch-feature__media { min-height: 410px; overflow: hidden; }
.pgmn-watch-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.pgmn-watch-feature__body { padding: 34px; display: flex; flex-direction: column; justify-content: center; }
.pgmn-watch-feature h2 { margin-top: 12px; color: #fff; font-size: clamp(27px, 3vw, 40px); }
.pgmn-watch-feature h2 a:hover { color: var(--pgmn-gold); }
.pgmn-watch-feature p { margin-top: 16px; color: rgba(255,255,255,.70); }
.pgmn-watch-feature .pgmn-meta { color: rgba(255,255,255,.62); }
.pgmn-watch-list { display: flex; flex-direction: column; justify-content: center; }

/* Layout and sidebar */
.pgmn-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; align-items: start; }
.pgmn-content-layout--article { gap: 55px; }
.pgmn-content-layout__main { min-width: 0; }
.pgmn-content-layout__aside { min-width: 0; }
.pgmn-sidebar { display: flex; flex-direction: column; gap: 24px; }
.pgmn-widget { padding: 25px; border: 1px solid var(--pgmn-line); border-radius: 0 20px 20px 20px; background: #fff; box-shadow: var(--pgmn-shadow-soft); }
.pgmn-widget__heading { margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.pgmn-widget__heading > span { width: 6px; height: 24px; border-radius: 99px; background: linear-gradient(var(--pgmn-red), var(--pgmn-gold)); }
.pgmn-widget__heading h2,
.pgmn-widget__title { color: var(--pgmn-navy); font-size: 21px; }
.pgmn-popular-list { list-style: none; }
.pgmn-popular-list li { display: grid; grid-template-columns: 48px 1fr; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--pgmn-line); }
.pgmn-popular-list li:first-child { padding-top: 0; }
.pgmn-popular-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.pgmn-popular-list__rank { color: var(--pgmn-red); font-size: 30px; font-weight: 950; line-height: 1; letter-spacing: -.06em; opacity: .87; }
.pgmn-popular-list h3 { font-size: 15px; line-height: 1.35; }
.pgmn-popular-list span:not(.pgmn-popular-list__rank) { color: var(--pgmn-muted); font-size: 11px; }
.pgmn-widget--report { position: relative; overflow: hidden; color: #fff; background: linear-gradient(145deg, var(--pgmn-navy), var(--pgmn-navy-2)); border-color: transparent; }
.pgmn-widget--report::after { content: ""; position: absolute; right: -58px; bottom: -78px; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; }
.pgmn-widget--report > * { position: relative; z-index: 2; }
.pgmn-widget--report h2 { margin: 10px 0; color: #fff; font-size: 26px; }
.pgmn-widget--report p { margin-bottom: 18px; color: rgba(255,255,255,.72); font-size: 14px; }
.pgmn-category-list { list-style: none; }
.pgmn-category-list li { display: flex; border-bottom: 1px solid var(--pgmn-line); }
.pgmn-category-list li:last-child { border-bottom: 0; }
.pgmn-category-list a { flex: 1; padding: 10px 0; color: var(--pgmn-ink); font-weight: 700; }
.pgmn-category-list a:hover { color: var(--pgmn-red); padding-left: 4px; }
.pgmn-category-list .cat-item { color: var(--pgmn-muted); font-size: 13px; }
.pgmn-widget ul:not(.pgmn-category-list):not(.pgmn-popular-list) { margin-top: 14px; padding-left: 18px; }
.pgmn-widget li { margin-bottom: 5px; }
.pgmn-widget select { width: 100%; }

/* CTA */
.pgmn-report-cta { padding: 38px 0 78px; background: linear-gradient(180deg, #fff, #f7f9fc); }
.pgmn-report-cta__inner { position: relative; overflow: hidden; padding: 45px 50px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; color: #fff; border-radius: 0 34px 34px 34px; background: linear-gradient(125deg, var(--pgmn-red-dark), var(--pgmn-red) 50%, var(--pgmn-navy-2)); box-shadow: var(--pgmn-shadow); }
.pgmn-report-cta__inner::after { content: ""; position: absolute; right: 16%; top: -150px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.pgmn-report-cta__inner > * { position: relative; z-index: 2; }
.pgmn-report-cta h2 { margin: 8px 0 10px; color: #fff; font-size: clamp(30px, 4vw, 44px); }
.pgmn-report-cta p { max-width: 760px; color: rgba(255,255,255,.78); }
.pgmn-report-cta__actions { display: flex; flex-direction: column; gap: 11px; }

/* Archive, breadcrumb, pagination */
.pgmn-breadcrumbs { margin-bottom: 26px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--pgmn-muted); font-size: 12px; }
.pgmn-breadcrumbs a { color: var(--pgmn-red); font-weight: 700; }
.pgmn-archive-header { position: relative; overflow: hidden; margin-bottom: 40px; padding: 36px 40px; border-left: 6px solid var(--pgmn-red); border-radius: 0 24px 24px 0; background: linear-gradient(110deg, #f7f9fc, #fff); }
.pgmn-archive-header::after { content: ""; position: absolute; right: -55px; top: -85px; width: 180px; height: 180px; border: 1px solid rgba(178,31,45,.10); border-radius: 50%; }
.pgmn-archive-header h1 { margin-top: 8px; color: var(--pgmn-navy); font-size: clamp(34px, 5vw, 56px); }
.pgmn-archive-header p,
.pgmn-archive-description { margin-top: 10px; color: var(--pgmn-muted); }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { min-width: 42px; min-height: 42px; padding: 8px 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--pgmn-line); border-radius: 10px; background: #fff; font-size: 13px; font-weight: 800; }
.page-numbers.current,
.page-numbers:hover { color: #fff; border-color: var(--pgmn-red); background: var(--pgmn-red); }
.pgmn-empty { padding: 30px; border: 1px dashed #c7d0dc; border-radius: 0 18px 18px 18px; color: var(--pgmn-muted); background: rgba(255,255,255,.60); }
.pgmn-empty strong { color: var(--pgmn-navy); }
.pgmn-empty--large { padding: 55px; text-align: center; }
.pgmn-empty--large h2 { font-size: 32px; }
.pgmn-empty--large p { margin: 10px 0 22px; }

/* Single and pages */
.pgmn-article-header { margin-bottom: 28px; }
.pgmn-article-header h1 { max-width: 920px; margin-top: 13px; color: var(--pgmn-navy); font-size: clamp(38px, 5.4vw, 64px); }
.pgmn-article-lead { max-width: 890px; margin-top: 18px; color: var(--pgmn-muted); font-size: 19px; }
.pgmn-article-meta { margin-top: 25px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--pgmn-line); }
.pgmn-author-mini { display: flex; align-items: center; gap: 12px; }
.pgmn-author-mini img { border-radius: 50%; }
.pgmn-author-mini div { display: flex; flex-direction: column; }
.pgmn-author-mini strong { color: var(--pgmn-navy); }
.pgmn-author-mini span { color: var(--pgmn-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.pgmn-article-meta__details { display: flex; flex-direction: column; align-items: flex-end; color: var(--pgmn-muted); font-size: 12px; }
.pgmn-article-featured { margin: 0 0 24px; overflow: hidden; border-radius: 0 28px 28px 28px; background: var(--pgmn-soft); box-shadow: var(--pgmn-shadow-soft); }
.pgmn-article-featured img { width: 100%; max-height: 650px; object-fit: cover; }
.pgmn-article-featured figcaption { padding: 11px 16px; color: var(--pgmn-muted); background: #fff; font-size: 12px; }
.pgmn-article-tools { margin-bottom: 28px; padding: 13px 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; border: 1px solid var(--pgmn-line); border-radius: 12px; background: var(--pgmn-soft); font-size: 12px; }
.pgmn-article-tools > span { margin-right: 5px; color: var(--pgmn-muted); font-weight: 800; }
.pgmn-article-tools a,
.pgmn-article-tools button { padding: 6px 10px; border: 1px solid var(--pgmn-line); border-radius: 8px; color: var(--pgmn-navy); background: #fff; font-size: 12px; font-weight: 750; }
.pgmn-article-tools a:hover,
.pgmn-article-tools button:hover { color: #fff; border-color: var(--pgmn-red); background: var(--pgmn-red); }
.pgmn-entry-content { color: #293241; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.9; }
.pgmn-entry-content > * { max-width: 100%; }
.pgmn-entry-content p { margin: 0 0 1.35em; }
.pgmn-entry-content h2,
.pgmn-entry-content h3,
.pgmn-entry-content h4 { margin: 1.6em 0 .65em; color: var(--pgmn-navy); font-family: Inter, ui-sans-serif, sans-serif; }
.pgmn-entry-content h2 { font-size: 31px; }
.pgmn-entry-content h3 { font-size: 25px; }
.pgmn-entry-content ul,
.pgmn-entry-content ol { margin: 0 0 1.4em 1.3em; }
.pgmn-entry-content li { margin-bottom: .45em; }
.pgmn-entry-content blockquote { margin: 1.7em 0; padding: 25px 28px; border-left: 6px solid var(--pgmn-red); border-radius: 0 18px 18px 0; color: var(--pgmn-navy); background: var(--pgmn-soft); font-size: 21px; font-weight: 700; }
.pgmn-entry-content img { border-radius: 0 18px 18px 18px; }
.pgmn-entry-content table { width: 100%; margin: 1.5em 0; border-collapse: collapse; font-family: Inter, sans-serif; font-size: 14px; }
.pgmn-entry-content th,
.pgmn-entry-content td { padding: 12px; border: 1px solid var(--pgmn-line); text-align: left; }
.pgmn-entry-content th { color: #fff; background: var(--pgmn-navy); }
.pgmn-entry-content a { color: var(--pgmn-red); text-decoration: underline; text-underline-offset: 3px; }
.pgmn-tags { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--pgmn-line); color: var(--pgmn-muted); font-size: 13px; }
.pgmn-tags a { margin: 4px; padding: 5px 9px; display: inline-block; border: 1px solid var(--pgmn-line); border-radius: 999px; background: #fff; }
.pgmn-correction-note { margin-top: 30px; padding: 23px 25px; border: 1px solid #f0dfae; border-radius: 0 18px 18px 18px; background: #fffaf0; }
.pgmn-correction-note strong { color: var(--pgmn-navy); }
.pgmn-correction-note p { margin-top: 5px; color: var(--pgmn-muted); font-size: 14px; }
.pgmn-author-box { margin-top: 30px; padding: 26px; display: grid; grid-template-columns: 84px 1fr; gap: 20px; border-radius: 0 20px 20px 20px; color: #fff; background: linear-gradient(130deg, var(--pgmn-navy), var(--pgmn-navy-2)); }
.pgmn-author-box img { border-radius: 50%; }
.pgmn-author-box h2 { margin: 6px 0; color: #fff; }
.pgmn-author-box p { color: rgba(255,255,255,.70); font-size: 14px; }
.pgmn-related { margin-top: 55px; }
.pgmn-page-article { max-width: 920px; margin-inline: auto; }
.pgmn-page-header { margin-bottom: 30px; padding: 34px 38px; border-left: 6px solid var(--pgmn-red); border-radius: 0 24px 24px 0; background: var(--pgmn-soft); }
.pgmn-page-header h1 { margin-top: 8px; color: var(--pgmn-navy); font-size: clamp(38px, 6vw, 62px); }
.pgmn-page-featured { margin: 0 0 30px; overflow: hidden; border-radius: 0 26px 26px 26px; }

/* Comments */
.pgmn-comments { margin-top: 52px; padding-top: 36px; border-top: 1px solid var(--pgmn-line); }
.pgmn-comments > h2 { margin-bottom: 22px; color: var(--pgmn-navy); }
.comment-list { list-style: none; }
.comment-list .comment-body { margin-bottom: 18px; padding: 20px; border: 1px solid var(--pgmn-line); border-radius: 0 16px 16px 16px; background: #fff; }
.comment-author { display: flex; align-items: center; gap: 10px; }
.comment-author img { border-radius: 50%; }
.comment-metadata { margin: 8px 0; color: var(--pgmn-muted); font-size: 12px; }
.comment-content p { margin: 8px 0; }
.comment-respond { margin-top: 32px; }
.comment-form label { display: block; margin-bottom: 6px; font-weight: 700; }
.comment-form input:not([type="submit"]),
.comment-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--pgmn-line); border-radius: 10px; outline: 0; }
.comment-form input:focus,
.comment-form textarea:focus { border-color: var(--pgmn-red); box-shadow: 0 0 0 3px rgba(178,31,45,.08); }
.form-submit input { padding: 11px 20px; border: 0; border-radius: 999px; color: #fff; background: var(--pgmn-red); font-weight: 800; }

/* 404 */
.pgmn-404 { min-height: 540px; padding: 65px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 0 34px 34px 34px; background: radial-gradient(circle at 80% 15%, rgba(230,188,83,.18), transparent 25%), var(--pgmn-soft); }
.pgmn-404__number { color: var(--pgmn-red); font-size: clamp(88px, 17vw, 190px); font-weight: 950; line-height: .8; letter-spacing: -.09em; opacity: .12; }
.pgmn-404 h1 { max-width: 720px; margin: 14px 0; color: var(--pgmn-navy); font-size: clamp(34px, 5vw, 56px); }
.pgmn-404 p { max-width: 650px; color: var(--pgmn-muted); }
.pgmn-404__actions { width: min(100%, 650px); margin-top: 24px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.pgmn-404__actions .pgmn-search { max-width: 360px; }

/* Footer */
.pgmn-footer { position: relative; color: rgba(255,255,255,.72); background: #06162c; }
.pgmn-footer__accent { height: 6px; background: linear-gradient(90deg, var(--pgmn-red), var(--pgmn-gold) 40%, var(--pgmn-red)); }
.pgmn-footer__grid { padding: 65px 0 52px; display: grid; grid-template-columns: 1.35fr .75fr 1fr 1fr; gap: 42px; }
.pgmn-brand__text--footer .pgmn-brand__primary { color: #fff; }
.pgmn-footer__brand p { max-width: 390px; margin: 18px 0 23px; }
.pgmn-footer__title { margin-bottom: 18px; color: #fff; font-size: 17px; }
.pgmn-footer__links { list-style: none; }
.pgmn-footer__links li { margin-bottom: 9px; }
.pgmn-footer__links a { color: rgba(255,255,255,.70); font-size: 13px; }
.pgmn-footer__links a:hover { color: var(--pgmn-gold); padding-left: 3px; }
.pgmn-footer__contact p { margin-bottom: 10px; font-size: 13px; }
.pgmn-footer__contact a { color: var(--pgmn-gold); }
.pgmn-footer__bottom { border-top: 1px solid rgba(255,255,255,.09); }
.pgmn-footer__bottom-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }
.pgmn-floating-wa { position: fixed; z-index: 150; right: 22px; bottom: 22px; width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; border: 3px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; background: #1cad5b; box-shadow: 0 12px 28px rgba(12,91,46,.28); font-size: 13px; font-weight: 950; }
.pgmn-floating-wa:hover { color: #fff; transform: translateY(-3px) scale(1.03); }

/* Light reveal animation */
.pgmn-reveal { opacity: 1; transform: none; }
.js .pgmn-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .pgmn-reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes pgmnPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255,86,100,.15); }
  50% { box-shadow: 0 0 0 8px rgba(255,86,100,.03); }
}

/* WordPress alignment */
.alignleft { float: left; margin: .5em 1.5em 1em 0; }
.alignright { float: right; margin: .5em 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--pgmn-muted); font-size: 12px; }
.sticky { outline: 1px solid rgba(178,31,45,.18); }
.bypostauthor { display: block; }
.gallery-caption { display: block; }

@media (max-width: 1120px) {
  .pgmn-brandbar__inner { grid-template-columns: minmax(250px, 1fr) minmax(280px, 1fr); }
  .pgmn-brandbar__statement { display: none; }
  .pgmn-menu > li > a { padding-inline: 10px; font-size: 12px; }
  .pgmn-card-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pgmn-content-layout { grid-template-columns: minmax(0, 1fr) 310px; gap: 32px; }
  .pgmn-watch-grid { grid-template-columns: 1fr; }
  .pgmn-watch-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .pgmn-card--horizontal-dark { grid-template-columns: 1fr; padding: 0; border: 0; }
  .pgmn-card--horizontal-dark + .pgmn-card--horizontal-dark { padding-top: 0; }
  .pgmn-footer__grid { grid-template-columns: 1.2fr .8fr 1fr; }
  .pgmn-footer__contact { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .admin-bar .pgmn-nav-wrap { top: 46px; }
  .pgmn-topbar__right a:last-child,
  .pgmn-topbar__divider,
  .pgmn-topbar__left > span:last-child { display: none; }
  .pgmn-brandbar__inner { min-height: 108px; grid-template-columns: 1fr auto; }
  .pgmn-brandbar__actions .pgmn-search { display: none; }
  .pgmn-menu-toggle { display: flex; }
  .pgmn-primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 10px 20px 20px; background: var(--pgmn-navy); box-shadow: var(--pgmn-shadow); }
  .pgmn-nav-wrap.is-menu-open .pgmn-primary-nav { display: block; }
  .pgmn-menu { height: auto; display: block; }
  .pgmn-menu > li { display: block; }
  .pgmn-menu > li > a { width: 100%; min-height: 46px; padding: 0 10px; border-bottom: 1px solid rgba(255,255,255,.10); }
  .pgmn-menu .sub-menu { position: static; display: block; padding: 0 0 5px 15px; border-radius: 0; background: transparent; box-shadow: none; }
  .pgmn-menu .sub-menu a { color: rgba(255,255,255,.76); background: transparent; }
  .pgmn-nav-search { margin-left: auto; }
  .pgmn-hero-grid { grid-template-columns: 1fr; }
  .pgmn-hero-feature { min-height: 540px; }
  .pgmn-hero-side { grid-template-columns: repeat(2, 1fr); }
  .pgmn-watch-feature { grid-template-columns: 1fr; }
  .pgmn-watch-feature__media { min-height: 360px; }
  .pgmn-content-layout { grid-template-columns: 1fr; }
  .pgmn-content-layout__aside { margin-top: 20px; }
  .pgmn-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pgmn-report-cta__inner { grid-template-columns: 1fr; }
  .pgmn-report-cta__actions { flex-direction: row; flex-wrap: wrap; }
  .pgmn-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pgmn-footer__contact { grid-column: auto; }
}

@media (max-width: 680px) {
  .pgmn-shell { width: min(calc(100% - 26px), var(--pgmn-shell)); }
  .pgmn-topbar__inner { min-height: 34px; }
  .pgmn-topbar__left { font-size: 11px; }
  .pgmn-topbar__right { display: none; }
  .pgmn-brandbar__inner { min-height: 95px; grid-template-columns: 1fr auto; gap: 12px; }
  .pgmn-brand__primary,
  .pgmn-brand__accent { font-size: 27px; }
  .pgmn-brand__dot { font-size: 10px; }
  .pgmn-brand__tagline { font-size: 8px; letter-spacing: .13em; }
  .pgmn-brandbar__actions .pgmn-button { width: 45px; min-height: 45px; padding: 0; border-radius: 50%; font-size: 0; }
  .pgmn-brandbar__actions .pgmn-button span { font-size: 17px; }
  .pgmn-ticker__inner { grid-template-columns: 112px 1fr; gap: 10px; }
  .pgmn-ticker__label { padding-inline: 10px 16px; font-size: 10px; }
  .pgmn-hero-section { padding-top: 18px; }
  .pgmn-hero-feature { min-height: 470px; border-radius: 0 24px 24px 24px; }
  .pgmn-hero-feature__content { padding: 26px; }
  .pgmn-hero-feature__content h1 { font-size: 34px; }
  .pgmn-hero-feature__content p { display: none; }
  .pgmn-hero-side { grid-template-columns: 1fr; }
  .pgmn-hero-mini:first-child { grid-column: auto; grid-template-columns: 1fr; }
  .pgmn-hero-mini:first-child .pgmn-hero-mini__media { min-height: 190px; }
  .pgmn-section { padding: 56px 0; }
  .pgmn-section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .pgmn-section-heading h2 { font-size: 29px; }
  .pgmn-card-grid--4,
  .pgmn-card-grid--3,
  .pgmn-card-grid--2 { grid-template-columns: 1fr; }
  .pgmn-card--horizontal { grid-template-columns: 120px 1fr; gap: 15px; }
  .pgmn-card--horizontal .pgmn-card__body { padding: 0; }
  .pgmn-card--horizontal .pgmn-card__title { font-size: 17px; }
  .pgmn-card--horizontal .pgmn-card__excerpt { display: none; }
  .pgmn-watch-feature__media { min-height: 250px; }
  .pgmn-watch-feature__body { padding: 25px; }
  .pgmn-watch-list { grid-template-columns: 1fr; }
  .pgmn-card--horizontal-dark { grid-template-columns: 120px 1fr; }
  .pgmn-sidebar { grid-template-columns: 1fr; }
  .pgmn-report-cta__inner { padding: 32px 25px; }
  .pgmn-report-cta__actions { flex-direction: column; align-items: stretch; }
  .pgmn-archive-header { padding: 28px 24px; }
  .pgmn-article-header h1 { font-size: 38px; }
  .pgmn-article-lead { font-size: 17px; }
  .pgmn-article-meta { align-items: flex-start; flex-direction: column; }
  .pgmn-article-meta__details { align-items: flex-start; }
  .pgmn-entry-content { font-size: 17px; }
  .pgmn-entry-content h2 { font-size: 27px; }
  .pgmn-author-box { grid-template-columns: 64px 1fr; }
  .pgmn-author-box img { width: 64px; height: 64px; }
  .pgmn-page-header { padding: 28px 24px; }
  .pgmn-footer__grid { grid-template-columns: 1fr; padding: 52px 0 40px; }
  .pgmn-footer__bottom-inner { padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 4px; }
  .pgmn-404__actions { flex-direction: column; }
  .pgmn-404__actions .pgmn-search { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .pgmn-reveal { opacity: 1; transform: none; }
}
