@font-face{font-family:'Barlow';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/barlow-400.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/barlow-500.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/barlow-600.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/barlow-700.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:800;font-display:swap;src:url('/assets/fonts/barlow-800.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:900;font-display:swap;src:url('/assets/fonts/barlow-900.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Barlow Fallback';src:local('Arial');size-adjust:91%;ascent-override:95%;descent-override:22%;line-gap-override:0%;}
/* APO|APE News site stylesheet. Ported from oncology-pathology-mockup-mededge-style.html (Aug 22, 2026). */
* { box-sizing: border-box; }
body { font-family: 'Barlow', 'Barlow Fallback', Arial, sans-serif; font-size: 14px; line-height: 1.55; color: #0d0c23; margin: 0; background: #fff; }
a { color: #452265; text-decoration: none; }
a:hover { color: #c8157b; }
img { max-width: 100%; display: block; }

/* Utility bar */
.utility-bar { background: #fff; border-bottom: 1px solid #eee; padding: 8px 0; }
.utility-bar .inner { max-width: 1240px; margin: 0 auto; padding: 0 30px; display: flex; justify-content: flex-end; align-items: center; gap: 22px; font-size: 12px; font-weight: 600; }
.utility-bar a { color: #333; }
.utility-bar a:hover { color: #c8157b; }

/* Header / logo */
.site-header { max-width: 1240px; margin: 0 auto; padding: 18px 30px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.logo { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.logo .brand-logo { height: 60px; width: auto; display: block; }
.logo .wordmark { font-weight: 800; font-size: 26px; color: #452265; letter-spacing: -0.5px; line-height: 1; display: flex; flex-direction: column; align-items: flex-start; }
.logo .wordmark .name { white-space: nowrap; }
.logo .wordmark .bar { color: #c8157b; font-weight: 400; padding: 0 3px; }
.logo .wordmark .sub { font-size: 9px; font-weight: 600; color: #6b6b6b; letter-spacing: 3px; margin-top: 3px; }
.header-search { display: flex; align-items: center; gap: 10px; }
.header-search input { border: 1px solid #ddd; padding: 9px 14px; font-size: 12px; font-family: inherit; width: 240px; border-radius: 2px; }

/* Primary nav */
nav.primary { border-top: 1px solid #eee; border-bottom: 2px solid #eee; }
nav.primary .inner { max-width: 1240px; margin: 0 auto; padding: 0 30px; display: flex; flex-wrap: wrap; }
nav.primary a { display: block; color: #0d0c23; padding: 16px 16px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; border-bottom: 3px solid transparent; margin-bottom: -2px; }
nav.primary a.active, nav.primary a:hover { color: #c8157b; border-bottom-color: #c8157b; }

/* Main container */
.container { max-width: 1240px; margin: 0 auto; padding: 28px 30px; }

/* Top hero + sidebar */
.hero-row { display: grid; grid-template-columns: 1fr 340px; gap: 30px; margin-bottom: 40px; }
.hero-card { position: relative; overflow: hidden; }
.hero-img-wrap { position: relative; overflow: hidden; border-radius: 2px; }
.hero-img { width: 100%; aspect-ratio: 16 / 9; background: radial-gradient(circle at 35% 30%, #5d2e8a 0%, #2b1340 60%, #150820 100%); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero-img::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 75%, rgba(200, 21, 123, 0.5) 0%, transparent 50%), radial-gradient(circle at 25% 65%, rgba(150, 60, 180, 0.4) 0%, transparent 45%), radial-gradient(circle at 60% 30%, rgba(220, 100, 180, 0.3) 0%, transparent 40%); }
.hero-img.has-photo::before { display: none; }
.hero-img .icon-stack { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; color: #fff; }
.hero-img .icon-stack svg { width: 76px; height: 76px; }
.hero-img .icon-stack .label { font-weight: 800; font-size: 18px; letter-spacing: 1.5px; text-transform: uppercase; color: #fff; }
.hero-headline { font-size: 26px; font-weight: 800; color: #0d0c23; line-height: 1.25; margin: 22px 0 10px; max-width: 800px; }
.hero-headline a { color: #0d0c23; }
.hero-dek { font-size: 14px; color: #555; line-height: 1.6; margin: 0 0 14px; max-width: 760px; }
.byline { display: flex; align-items: center; gap: 10px; font-size: 12px; color: #555; }
.byline .avatar { width: 30px; height: 30px; border-radius: 50%; background: #c8157b; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; }
.byline strong { color: #0d0c23; font-weight: 700; }
.byline .dot { color: #ccc; }

/* Sidebar: Breaking News */
.sidebar-block h3, .sidebar-block h2.side-h { font-size: 18px; font-weight: 800; color: #0d0c23; margin: 0 0 18px; padding-bottom: 10px; border-bottom: 3px solid #452265; display: inline-block; text-transform: uppercase; letter-spacing: 0.5px; }
.most-read-list { list-style: none; padding: 0; margin: 0; }
.most-read-list li { display: grid; grid-template-columns: 70px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid #eee; align-items: center; }
.most-read-list li:last-child { border-bottom: none; }
.thumb { width: 70px; height: 70px; border-radius: 2px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 11px; overflow: hidden; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.t-onc { background: linear-gradient(135deg, #452265 0%, #6a3d8c 100%); }
.thumb.t-path { background: linear-gradient(135deg, #6d3d8c 0%, #8a5aab 100%); }
.thumb.t-ai { background: linear-gradient(135deg, #0d0c23 0%, #3a2a7a 100%); }
.thumb.t-immuno { background: linear-gradient(135deg, #2c1f5a 0%, #452265 100%); }
.thumb.t-adc { background: linear-gradient(135deg, #c8157b 0%, #e44a9e 100%); }
.most-read-list .title { font-size: 13px; font-weight: 600; color: #0d0c23; line-height: 1.4; }
.most-read-list .title a { color: #0d0c23; }

/* Secondary features + keynote row */
.mag-row { display: grid; grid-template-columns: 1fr 340px; gap: 30px; margin-bottom: 40px; align-items: start; }
.feature-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.secondary-card { background: #fff; }
.secondary-card .img { aspect-ratio: 16 / 10; position: relative; overflow: hidden; border-radius: 2px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 14px; }
.secondary-card .img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.secondary-card .img.lung, .secondary-card .img.g1 { background: linear-gradient(135deg, #1a0a2e 0%, #5a2a7a 100%); }
.secondary-card .img.adc, .secondary-card .img.g2 { background: linear-gradient(135deg, #6d2c91 0%, #a04ab8 100%); }
.secondary-card .tag { position: absolute; bottom: 10px; left: 10px; background: #452265; color: #fff; font-size: 10px; font-weight: 800; padding: 5px 12px; letter-spacing: 1px; text-transform: uppercase; }
.secondary-card h4 { font-size: 17px; font-weight: 800; color: #0d0c23; line-height: 1.3; margin: 14px 0 8px; text-transform: uppercase; }
.secondary-card h4 a { color: #0d0c23; }
.secondary-card p { font-size: 13px; color: #555; margin: 0 0 12px; }

/* Keynote Session block (right column) */
.magazine-block { margin-top: -35px; }
.magazine-block h3, .magazine-block h2.side-h { font-size: 22px; line-height: 1; font-weight: 800; color: #0d0c23; margin: 0 0 14px; text-align: center; padding-bottom: 10px; border-bottom: 3px solid #452265; display: block; text-transform: uppercase; letter-spacing: 0.6px; }
.magazine-cover { aspect-ratio: 3 / 4; background: linear-gradient(180deg, #e8d8f0 0%, #f4ecf8 100%); border: 1px solid #d8c5e0; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; position: relative; }
.magazine-cover .issue-date { font-size: 10px; color: #452265; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.magazine-cover .mag-logo { display: flex; align-items: center; gap: 6px; margin-top: 6px; }
.magazine-cover .mag-logo img { height: 28px; width: auto; }
.magazine-cover .mag-title { font-size: 22px; font-weight: 900; color: #452265; text-align: center; margin: 20px 0 6px; letter-spacing: 1px; line-height: 1.2; }
.magazine-cover .mag-sub { text-align: center; font-size: 12px; color: #555; }
.magazine-cover .mag-url { font-size: 11px; color: #452265; text-align: right; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }

/* Purple Profiles section */
.experts-section { background: #452265; color: #fff; padding: 42px 0 50px; margin: 10px 0 40px; }
.experts-section .inner { max-width: 1240px; margin: 0 auto; padding: 0 30px; }
.experts-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.experts-header h3 { font-size: 22px; font-weight: 800; letter-spacing: 2px; margin: 0; text-transform: uppercase; }
.experts-header .more-btn { background: #c8157b; color: #fff; padding: 8px 18px; font-size: 11px; font-weight: 800; border-radius: 2px; text-transform: uppercase; letter-spacing: 1px; }
.experts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.expert-card { background: #fff; color: #0d0c23; border-radius: 2px; overflow: hidden; }
.expert-card .photo { aspect-ratio: 1 / 1.05; display: flex; align-items: center; justify-content: center; color: rgba(0,0,0,0.3); font-size: 13px; overflow: hidden; }
.expert-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.expert-card .photo.p1 { background: linear-gradient(160deg, #e9e0f2 0%, #b9a4d6 100%); }
.expert-card .photo.p2 { background: linear-gradient(160deg, #f3dce9 0%, #d39bbb 100%); }
.expert-card .photo.p3 { background: linear-gradient(160deg, #d4c8d8 0%, #a890b4 100%); }
.expert-card .photo.p4 { background: linear-gradient(160deg, #ddd6ea 0%, #9d8bc0 100%); }
.expert-card .info { padding: 14px 16px 18px; text-align: center; }
.expert-card .name { font-size: 14px; font-weight: 800; color: #0d0c23; margin: 0 0 4px; }
.expert-card .title { font-size: 11px; color: #666; line-height: 1.4; }

/* Section tag rows (Interviews, Featured Event Sessions, listings) */
.interviews-section { margin-bottom: 50px; }
.section-tag { display: inline-block; background: #452265; color: #fff; padding: 7px 18px; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 2px 2px 0 0; }
.view-all-link { float: right; font-size: 12px; font-weight: 800; color: #0d0c23; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; }
.view-all-link:hover { color: #c8157b; }
.interviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 24px; }
.interview-card .img { aspect-ratio: 16 / 10; border-radius: 2px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.85); font-size: 12px; font-weight: 700; overflow: hidden; position: relative; }
.interview-card .img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.interview-card .img.i1 { background: linear-gradient(135deg, #6d3d8c 0%, #8a5aab 100%); }
.interview-card .img.i2 { background: linear-gradient(135deg, #c8157b 0%, #e44a9e 100%); }
.interview-card .img.i3 { background: linear-gradient(135deg, #0d0c23 0%, #3a2a7a 100%); }
.interview-card h4 { font-size: 15px; font-weight: 800; color: #0d0c23; margin: 12px 0 8px; line-height: 1.3; text-transform: uppercase; }
.interview-card h4 a { color: #0d0c23; }
.interview-card p { font-size: 13px; color: #555; margin: 0; }

/* Newsletter CTA / banner slot */
.newsletter-cta { background: #f7f4fa; border-left: 5px solid #c8157b; padding: 28px 34px; margin-bottom: 40px; display: grid; grid-template-columns: 1fr 360px; gap: 26px; align-items: center; }
.newsletter-cta h3 { font-size: 22px; font-weight: 800; color: #0d0c23; margin: 0 0 6px; text-transform: uppercase; }
.newsletter-cta p { font-size: 13px; color: #555; margin: 0; }
.banner-slot { margin-bottom: 56px; }
.newsletter-form { display: flex; gap: 0; }
.newsletter-form input { flex: 1; padding: 12px 16px; border: 1px solid #ddd; border-right: none; font-family: inherit; font-size: 13px; border-radius: 2px 0 0 2px; }
.newsletter-form button { background: #452265; color: #fff; border: none; padding: 12px 24px; font-size: 12px; font-weight: 800; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; border-radius: 0 2px 2px 0; font-family: inherit; }
.newsletter-form button:hover { background: #c8157b; }
.newsletter-consent { font-size: 11px; color: #777; margin-top: 8px; display: flex; gap: 8px; align-items: flex-start; }
.newsletter-consent input { margin: 3px 0 0; }

.ad-slot { margin: 0 auto 40px; text-align: center; }
.ad-slot.ad-home-top { margin-bottom: 56px; }
.ad-slot .banner-link { display: inline-block; max-width: 100%; }
.ad-slot .banner-link img { display: inline-block; max-width: 100%; height: auto; }
.ad-slot .px { position: absolute; width: 1px; height: 1px; opacity: 0; }
.ad-slot.ad-home-sidebar { margin: 26px 0 0; }
.ad-slot.ad-article-top, .ad-slot.ad-article-bottom { max-width: 1240px; padding: 28px 30px 0; margin-bottom: 0; }
.ad-slot.ad-article-bottom { padding-top: 0; }

/* Latest / sessions grid */
.latest-section { margin-bottom: 50px; }
.latest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 22px; }
.latest-card .img { aspect-ratio: 4 / 3; border-radius: 2px; overflow: hidden; position: relative; }
.latest-card .img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.latest-card .img.l1 { background: linear-gradient(135deg, #1a0a2e 0%, #5a2a7a 100%); }
.latest-card .img.l2 { background: linear-gradient(135deg, #6d3d8c 0%, #8a5aab 100%); }
.latest-card .img.l3 { background: linear-gradient(135deg, #200a1a 0%, #7a1a4a 100%); }
.latest-card .img.l4 { background: linear-gradient(135deg, #0d0c23 0%, #3a2a7a 100%); }
.latest-card .cat { display: inline-block; color: #c8157b; font-size: 11px; font-weight: 800; letter-spacing: 1px; margin-top: 12px; text-transform: uppercase; }
.latest-card h4 { font-size: 14px; font-weight: 700; color: #0d0c23; line-height: 1.4; margin: 6px 0 8px; }
.latest-card h4 a { color: #0d0c23; }
.latest-card .meta { font-size: 11px; color: #6b6b6b; }

/* Listing pages (sections, categories, search) */
.page-title { font-size: 30px; font-weight: 800; color: #0d0c23; margin: 0 0 6px; }
.page-intro { font-size: 15px; color: #555; margin: 0 0 28px; max-width: 760px; }
.listing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.listing .latest-card .img { aspect-ratio: 16 / 10; }
.empty-state { background: #f7f4fa; border-left: 5px solid #452265; padding: 22px 26px; color: #555; }

/* Events page */
.event-list { display: grid; gap: 22px; margin: 26px 0 40px; }
.event-card { display: grid; grid-template-columns: 180px 1fr; gap: 26px; border: 1px solid #e6e0ec; border-radius: 2px; padding: 22px 26px; align-items: start; }
.event-card .when { font-weight: 800; color: #452265; font-size: 15px; line-height: 1.3; }
.event-card .where { font-size: 12px; color: #777; margin-top: 4px; }
.event-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 800; color: #0d0c23; }
.event-card p { margin: 0 0 12px; color: #555; }
.btn { display: inline-block; background: #452265; color: #fff; padding: 9px 18px; font-size: 12px; font-weight: 800; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.8px; }
.btn:hover { background: #c8157b; color: #fff; }
.btn.secondary { background: #fff; color: #452265; border: 2px solid #452265; padding: 7px 16px; }

/* Article page */
.article-wrap { max-width: 860px; margin: 0 auto; padding: 28px 30px 10px; }
.article-wrap .kicker { display: inline-block; color: #c8157b; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 12px; }
.article-wrap h1 { font-size: 34px; line-height: 1.2; font-weight: 800; color: #0d0c23; margin: 0 0 14px; }
.article-wrap p.subtitle { font-size: 18px; line-height: 1.5; color: #555; margin: 0 0 16px; }
.article-wrap p.byline { font-size: 13px; color: #6b6b6b; margin: 0 0 26px; padding-bottom: 14px; border-bottom: 1px solid #eee; display: block; }
.article-wrap .article-hero { margin: 0 0 28px; border-radius: 2px; overflow: hidden; }
.article-wrap .article-hero img { width: 100%; height: auto; }
.article-wrap .article-hero figcaption { font-size: 12px; color: #888; margin-top: 8px; }
.article-body { font-size: 17px; line-height: 1.75; color: #1a1a2e; }
.article-body p { margin: 0 0 20px; }
.article-body h2 { font-size: 24px; font-weight: 800; color: #452265; margin: 36px 0 14px; padding-left: 14px; border-left: 4px solid #c8157b; line-height: 1.25; }
.article-body h3 { font-size: 19px; font-weight: 700; color: #0d0c23; margin: 28px 0 10px; }
.article-body ul, .article-body ol { margin: 0 0 20px 24px; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { margin: 26px 0; padding: 18px 24px; background: #f7f4fa; border-left: 5px solid #452265; font-size: 17px; color: #333; }
.article-body blockquote p:last-child { margin-bottom: 0; }
.article-body .takeaway { background: #f3edf7; border: 1px solid #d8c5e0; border-left: 5px solid #452265; padding: 20px 26px; margin: 0 0 28px; font-size: 16px; }
.article-body .takeaway strong:first-child { display: block; color: #452265; text-transform: uppercase; font-size: 12px; letter-spacing: 1.2px; margin-bottom: 6px; }
.article-body .glance { background: #fdf2f8; border: 1px solid #f1c4dd; border-left: 5px solid #c8157b; padding: 18px 26px; margin: 0 0 28px; font-size: 15px; }
.article-body .glance strong:first-child { display: block; color: #c8157b; text-transform: uppercase; font-size: 12px; letter-spacing: 1.2px; margin-bottom: 8px; }
.article-body .glance ul { margin: 0 0 0 18px; }
.article-body .warning { background: #fff8e6; border-left: 5px solid #e67700; padding: 16px 22px; margin: 0 0 26px; font-size: 15px; }
.article-body table { width: 100%; border-collapse: collapse; margin: 0 0 26px; font-size: 14px; }
.article-body th { background: #452265; color: #fff; text-align: left; padding: 10px 12px; font-weight: 700; }
.article-body td { padding: 9px 12px; border-bottom: 1px solid #e6e0ec; vertical-align: top; }
.article-body .sources { font-size: 14px; color: #444; background: #fafafa; border-top: 3px solid #452265; padding: 18px 22px; margin-top: 36px; }
.article-body .sources h2 { border: none; padding: 0; font-size: 16px; margin: 0 0 10px; color: #0d0c23; }
.article-body .sources ol { margin-left: 20px; }
.article-body .sources li { margin-bottom: 6px; word-break: break-word; }
.article-footer { max-width: 860px; margin: 0 auto; padding: 0 30px 40px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; }
.tags span { background: #f1eef5; color: #452265; font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 999px; }
.tags span.cat { background: #452265; color: #fff; }
.more-in { max-width: 1240px; margin: 0 auto; padding: 10px 30px 50px; }
.more-in h3 { font-size: 18px; font-weight: 800; color: #0d0c23; margin: 0 0 4px; padding-bottom: 10px; border-bottom: 3px solid #452265; display: inline-block; text-transform: uppercase; letter-spacing: 0.5px; }

/* Static pages */
.prose { max-width: 860px; margin: 0 auto; padding: 28px 30px 50px; font-size: 16px; line-height: 1.7; }
.prose h1 { font-size: 32px; font-weight: 800; color: #0d0c23; margin: 0 0 18px; }
.prose h2 { font-size: 22px; font-weight: 800; color: #452265; margin: 30px 0 10px; }
.prose p { margin: 0 0 16px; }

/* Footer */
footer { background: #0d0c23; color: #aaa; padding: 50px 30px 24px; }
footer .footer-inner { max-width: 1240px; margin: 0 auto; }
footer .footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 35px; }
footer .logo-light { flex-direction: column; align-items: flex-start; gap: 14px; }
footer .logo-light .brand-logo { height: 52px; }
footer .logo-light .wordmark { font-size: 20px; white-space: nowrap; color: #fff; }
footer .logo-light .wordmark .sub { color: #888; }
footer p.about { font-size: 13px; line-height: 1.7; color: #aaa; margin: 14px 0 14px; }
footer .social { display: flex; gap: 10px; margin-top: 10px; }
footer .social a { width: 32px; height: 32px; background: #2a2a40; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
footer .social a:hover { background: #c8157b; }
footer h5 { font-size: 13px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 16px; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 9px; }
footer ul li a { color: #aaa; font-size: 13px; }
footer ul li a:hover { color: #c8157b; }
footer .footer-bottom { border-top: 1px solid #2a2a40; padding-top: 18px; text-align: center; font-size: 12px; color: #a9a9c0; }

@media (max-width: 1000px) {
    .hero-row, .mag-row, .newsletter-cta { grid-template-columns: 1fr; }
    .magazine-block { margin-top: 0; }
    .experts-grid, .interviews-grid, .listing { grid-template-columns: repeat(2, 1fr); }
    .latest-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-secondary { grid-template-columns: 1fr; }
    .event-card { grid-template-columns: 1fr; }
    footer .footer-top { grid-template-columns: 1fr 1fr; }
    nav.primary a { padding: 12px 10px; font-size: 11px; }
    .article-wrap h1 { font-size: 28px; }
}
@media (max-width: 600px) {
    .experts-grid, .interviews-grid, .latest-grid, .listing { grid-template-columns: 1fr; }
    footer .footer-top { grid-template-columns: 1fr; }
    .header-search input { width: 160px; }
}

/* Static-page extras (Aug 25 2026): wide hub pages, lists, tables, notes, resource lists, past events */
.prose-wide { max-width: none; padding-left: 0; padding-right: 0; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 26px; }
.prose li { margin: 0 0 8px; }
.prose h3 { font-size: 17px; font-weight: 800; color: #0d0c23; margin: 22px 0 8px; }
.prose table { width: 100%; border-collapse: collapse; margin: 14px 0 22px; font-size: 14px; }
.prose th { background: #452265; color: #fff; text-align: left; padding: 9px 12px; font-weight: 700; }
.prose td { padding: 9px 12px; border-bottom: 1px solid #e6e0ec; vertical-align: top; }
.prose .note { background: #f7f4fa; border-left: 5px solid #c8157b; padding: 16px 20px; margin: 0 0 22px; }
.prose .effective { color: #777; font-size: 14px; margin: -8px 0 18px; }
.prose .small { font-size: 13px; color: #777; }
.prose .btn { margin-bottom: 8px; }
.prose .listing { margin: 8px 0 30px; }
.prose .latest-grid { margin: 8px 0 30px; }
.resource-list { list-style: none; padding: 0; margin: 0 0 26px; }
.resource-list li { padding: 12px 0; border-bottom: 1px solid #e6e0ec; }
.resource-list li a { font-weight: 800; color: #452265; }
.resource-list li a:hover { color: #c8157b; }
.resource-list .label { display: inline-block; background: #c8157b; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 0.8px; text-transform: uppercase; padding: 2px 7px; border-radius: 2px; margin-left: 8px; vertical-align: middle; }
.resource-list .desc { display: block; color: #555; font-size: 14px; margin-top: 3px; }
.event-card.past { opacity: 0.85; }
@media (max-width: 720px) { .prose table { display: block; overflow-x: auto; } }

/* Small screens (Aug 26 2026): stop horizontal overflow, shrink header lockup */
html, body { overflow-x: hidden; }
img { max-width: 100%; }
@media (max-width: 600px) {
    .site-header { padding: 12px 16px; gap: 12px; }
    .logo { gap: 10px; }
    .logo .brand-logo { height: 40px; }
    .logo .wordmark { font-size: 18px; }
    .logo .wordmark .sub { font-size: 7px; letter-spacing: 2px; }
    .header-search { width: 100%; }
    .header-search input { width: 100%; }
    .utility-bar .inner { padding: 0 16px; gap: 14px; }
    nav.primary .inner { padding: 0 6px; }
    .container { padding: 20px 16px; }
    .hero-headline { font-size: 24px; }
    .hero-dek { font-size: 15px; }
    .article-wrap, .article-footer, .more-in, .prose { padding-left: 16px; padding-right: 16px; }
    .article-wrap h1 { font-size: 26px; }
    .article-body { font-size: 16px; }
    .newsletter-cta { padding: 20px 16px; }
    .newsletter-form { flex-wrap: wrap; }
    footer { padding: 36px 16px 20px; }
}
.event-strip { border-left-color: #452265; grid-template-columns: 1fr auto; }
.event-strip h3 { color: #452265; }

/* Breaking News (Aug 26 2026): no thumbnail boxes; small topic kicker above the title */
.most-read-list li { display: block; padding: 11px 0; }
.most-read-list .kicker { font-size: 10.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: #c8157b; margin-bottom: 3px; }
.most-read-list .title { font-size: 14px; line-height: 1.35; }
/* Category art in cards */
.latest-card .img img, .secondary-card .img img, .interview-card .img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.latest-card .img, .secondary-card .img, .interview-card .img { position: relative; }
.latest-card .img img { transition: transform .35s ease; }
.latest-card:hover .img img, .secondary-card:hover .img img { transform: scale(1.03); }

/* Related coverage box (house standard across PPN, SMN, APO|APE): before Sources on every article */
.article-body .related { background: #f7f4fa; border: 1px solid #e3d9ee; border-left: 5px solid #452265; border-radius: 2px; padding: 16px 22px; margin: 32px 0 26px; }
.article-body .related h3 { margin: 0 0 10px; font-size: 13px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: #452265; }
.article-body .related ul { margin: 0; padding-left: 20px; }
.article-body .related li { margin: 0 0 8px; font-size: 15px; line-height: 1.45; }
.article-body .related li a { color: #0d0c23; }
.article-body .related li a:hover { color: #c8157b; }
.article-body .related .meta { display: block; color: #6b6b6b; font-size: 12.5px; margin-top: 1px; }

.tags span { color: #452265; }
.article-wrap h1 { margin-top: 6px; }

/* Image credits page */
.credits { display: grid; grid-template-columns: 1fr; gap: 18px; margin: 24px 0 36px; }
.credit-row { display: grid; grid-template-columns: 240px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid #eee; padding-bottom: 14px; }
.credit-row img { width: 100%; height: auto; border-radius: 2px; display: block; }
.credit-row div { font-size: 13px; line-height: 1.55; color: #333; }
.credit-row a { color: #452265; }
@media (max-width: 600px) { .credit-row { grid-template-columns: 1fr; } }
