:root {
    --brand-red: #e73518;
    --ink: #111111;
    --muted: #6b6b6b;
    --line: #d9d9d9;
    --soft-line: #ececec;
    --paper: #ffffff;
    --soft: #f5f5f3;
    --warm: #f3efe7;
    --black: #0a0a0a;
    --max: 1280px;
    --article: 760px;
    --radius: 0px;
    --shadow: 0 8px 30px rgba(0,0,0,.08);
    --serif: Georgia, 'Times New Roman', Times, serif;
    --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 8px; top: -80px; z-index: 9999; background: #000; color: #fff; padding: 10px 14px; }
.skip-link:focus { top: 8px; }
.site-main { min-height: 65vh; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 500; background: #fff; border-bottom: 1px solid #111; }
.header-primary { height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.header-left { justify-self: start; }
.icon-button { background: none; border: 0; padding: 10px; cursor: pointer; }
.menu-toggle { width: 50px; height: 48px; display: grid; place-content: center; gap: 6px; }
.menu-toggle span { display: block; width: 29px; height: 2px; background: #111; transition: transform .2s ease, opacity .2s ease; }
.masthead { min-width: 245px; height: 80px; background: var(--masthead-bg, var(--brand-red)); color: #fff; display: grid; place-items: center; padding: 8px 28px; }
.masthead:hover { text-decoration: none; }
.masthead span { font-family: var(--serif); font-size: 34px; letter-spacing: .6px; white-space: nowrap; }
.masthead img { max-height: 54px; max-width: 190px; object-fit: contain; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 600; }
.header-login { white-space: nowrap; }
.subscribe-button { background: #f7cd52; color: #111; padding: 10px 18px; border: 1px solid #dcb43a; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; min-height: 40px; }
.subscribe-button:hover { text-decoration: none; filter: brightness(.98); }
.subscribe-button.large { padding: 13px 22px; font-size: 16px; }
.header-secondary { border-top: 1px solid #bdbdbd; background: #fff; }
.secondary-inner { height: 44px; display: flex; align-items: stretch; gap: 16px; }
.section-nav { min-width: 0; display: flex; flex: 1; align-items: center; overflow-x: auto; scrollbar-width: none; }
.section-nav::-webkit-scrollbar { display: none; }
.section-nav ul { display: flex; align-items: center; gap: 0; margin: 0; padding: 0; list-style: none; white-space: nowrap; }
.section-nav li { display: flex; }
.section-nav a { display: flex; align-items: center; height: 43px; padding: 0 14px; font-size: 14px; border-right: 1px solid transparent; }
.section-nav a:hover { text-decoration: none; background: #f4f4f4; }
.section-nav li.nav-current a { font-weight: 800; }
.search-button { width: auto; min-width: 92px; border: 0; border-left: 1px solid #c9c9c9; background: #fff; display: flex; align-items: center; justify-content: flex-end; gap: 8px; cursor: pointer; }
.search-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.search-button span { font-size: 13px; }

/* Drawer */
.drawer-backdrop { position: fixed; inset: 0; z-index: 600; background: rgba(0,0,0,.42); backdrop-filter: blur(1px); }
.site-drawer { position: fixed; z-index: 610; top: 0; left: 0; bottom: 0; width: min(420px, 92vw); background: #fff; box-shadow: 16px 0 40px rgba(0,0,0,.2); transform: translateX(-105%); transition: transform .25s ease; overflow-y: auto; }
.site-drawer.is-open { transform: translateX(0); }
.drawer-head { height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--line); font-size: 22px; }
.drawer-close { border: 0; background: none; font-size: 38px; font-weight: 200; cursor: pointer; }
.drawer-account { padding: 18px 22px; display: flex; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.drawer-account a { font-weight: 700; }
.drawer-account .drawer-subscribe { background: #f7cd52; padding: 9px 13px; }
.drawer-nav { padding: 8px 0; }
.drawer-nav ul { list-style: none; padding: 0; margin: 0; }
.drawer-nav a { display: block; padding: 12px 22px; border-bottom: 1px solid #efefef; font-family: var(--serif); font-size: 22px; }
.drawer-links { padding: 18px 22px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; font-size: 14px; font-weight: 700; }
body.drawer-open { overflow: hidden; }

/* Advertising */
.homepage-ad-wrap, .article-ad-wrap { padding-top: 34px; padding-bottom: 30px; }
.ad-slot { text-align: center; }
.ad-label { color: #8b8b8b; font-size: 12px; display: block; margin-bottom: 10px; }
.ad-slot__inner { min-height: 90px; display: grid; place-items: center; }
.ad-placeholder { width: min(820px, 100%); min-height: 96px; border: 1px dashed #c8c8c8; background: #fafafa; display: grid; place-items: center; align-content: center; gap: 4px; color: #777; letter-spacing: .08em; }
.ad-placeholder small { letter-spacing: 0; color: #999; }
.mid-ad { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 20px; margin-bottom: 28px; }

/* Headings / reusable */
.section-heading { border-top: 4px solid var(--brand-red); padding: 12px 0 14px; display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(31px, 4vw, 48px); line-height: .95; }
.section-heading h2 a:hover { text-decoration: none; color: var(--brand-red); }
.section-more { white-space: nowrap; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.section-more span { color: var(--brand-red); font-size: 18px; }
.section-kicker, .archive-kicker { text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .1em; color: var(--brand-red); display: block; margin-bottom: 6px; }
.post-meta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 11px; font-size: 11px; color: var(--muted); text-transform: none; }
.post-meta-row.compact { margin-bottom: 5px; }
.post-meta-row.light { color: rgba(255,255,255,.82); }
.eyebrow { color: var(--brand-red); font-weight: 800; text-transform: none; }
.post-meta-row.light .eyebrow { color: #fff; }
.premium-badge { display: inline-flex; background: #111; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 4px 7px; }
.premium-badge.inverted { background: #fff; color: #111; }
.empty-state { background: #f6f6f4; border: 1px dashed #bbb; padding: 28px; color: #555; }

/* Al Dia */
.al-dia { border-top: 1px solid #111; border-bottom: 1px solid #111; margin-bottom: 34px; }
.al-dia-heading { min-height: 52px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #111; }
.al-dia-heading h2 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 700; }
.al-dia-controls { display: flex; }
.al-dia-controls button { width: 42px; height: 42px; border: 0; border-left: 1px solid #bbb; background: transparent; font-size: 28px; cursor: pointer; }
.al-dia-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 1fr); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.al-dia-card { scroll-snap-align: start; min-height: 190px; padding: 18px 20px 20px 0; margin-right: 20px; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.al-dia-badge { color: var(--brand-red); font-weight: 900; font-size: 11px; letter-spacing: .03em; margin-bottom: 10px; }
.al-dia-category { font-size: 12px; font-weight: 700; margin-bottom: 8px; }
.al-dia-card h3 { font-family: var(--serif); font-size: 18px; line-height: 1.08; margin: 0 0 12px; }
.al-dia-card time { margin-top: auto; font-size: 11px; color: var(--muted); }

/* Hero */
.hero { margin-bottom: 52px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(340px, .8fr); border-top: 1px solid #111; border-bottom: 1px solid #111; }
.hero-lead { position: relative; min-height: 620px; overflow: hidden; background: #111; border-right: 1px solid #111; }
.hero-image, .hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image img { object-fit: cover; }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 20%, rgba(0,0,0,.82) 100%); }
.hero-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 30px 34px 34px; color: #fff; }
.hero-content h1 { margin: 12px 0 12px; max-width: 890px; font-family: var(--serif); font-size: clamp(38px, 4.1vw, 64px); line-height: .95; letter-spacing: -.025em; }
.hero-content p { max-width: 780px; margin: 0 0 14px; font-family: var(--serif); font-size: 18px; line-height: 1.45; }
.hero-number { width: 31px; height: 31px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-weight: 700; font-size: 16px; }
.hero-side-card { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 20px 18px; border-bottom: 1px solid #111; min-height: 145px; }
.hero-side-card:last-child { border-bottom: 0; }
.hero-side-card h2 { font-family: var(--serif); margin: 6px 0 7px; font-size: 23px; line-height: 1.04; }
.hero-side-card p { color: #555; font-size: 13px; margin: 0 0 7px; line-height: 1.35; }
.featured-empty { margin-top: 20px; }

/* Opinion */
.opinion-showcase { margin-top: 38px; margin-bottom: 58px; }
.danieles-section { background: #f2b53d; padding: 0 22px 26px; width: min(calc(100% - 40px), calc(var(--max) + 44px)); }
.danieles-section .section-heading { border-top-color: #111; }
.danieles-section .section-kicker { color: #111; }
.opinion-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.opinion-card { min-width: 0; border-top: 1px solid #111; padding-top: 13px; }
.opinion-avatar { width: 86px; height: 86px; border-radius: 50%; background: #e8e8e8; overflow: hidden; display: grid; place-items: center; margin-bottom: 13px; }
.opinion-avatar img { width: 100%; height: 100%; object-fit: cover; }
.opinion-avatar span { font-size: 10px; text-align: center; padding: 8px; }
.opinion-card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 18px; line-height: 1.06; text-transform: uppercase; }
.opinion-author { display: block; font-weight: 700; font-size: 12px; margin-bottom: 6px; }
.opinion-all { font-size: 10px; text-transform: uppercase; font-weight: 700; color: #555; }

/* News sections */
.news-section { width: min(calc(100% - 40px), var(--max)); margin: 56px auto 64px; }
.news-section.section-alt { background: var(--soft); width: 100%; max-width: none; padding: 38px max(20px, calc((100vw - var(--max))/2)) 48px; }
.news-section.section-alt .section-heading { width: min(100%, var(--max)); margin: 0 auto; }
.news-section.section-alt .section-layout { width: min(100%, var(--max)); margin: 0 auto; }
.section-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 0 34px; }
.section-lead { grid-row: span 6; border-right: 1px solid var(--line); padding-right: 32px; }
.section-lead-media { aspect-ratio: 16 / 9; background: #e7e7e7; overflow: hidden; display: block; margin-bottom: 14px; }
.section-lead-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.section-lead:hover .section-lead-media img { transform: scale(1.018); }
.section-lead h3 { font-family: var(--serif); font-size: clamp(29px, 3vw, 43px); line-height: .98; margin: 10px 0 12px; }
.section-lead p { font-family: var(--serif); font-size: 16px; color: #4d4d4d; line-height: 1.45; }
.section-list-item { display: grid; grid-template-columns: 112px 1fr; gap: 15px; padding: 0 0 14px; margin-bottom: 14px; border-bottom: 1px solid var(--line); }
.section-list-media { aspect-ratio: 4 / 3; background: #ddd; overflow: hidden; }
.section-list-media img { width: 100%; height: 100%; object-fit: cover; }
.section-list-item h3 { font-family: var(--serif); font-size: 20px; line-height: 1.04; margin: 0 0 5px; }

/* Video */
.video-section { margin-top: 64px; margin-bottom: 70px; background: #111; color: #fff; padding: 0 22px 30px; width: min(calc(100% - 40px), calc(var(--max) + 44px)); }
.video-section .section-heading { border-top-color: var(--brand-red); }
.video-section .section-heading h2 a, .video-section .section-heading h2 { color: #fff; }
.video-section .section-more { color: #fff; }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.video-thumb { aspect-ratio: 16 / 9; position: relative; overflow: hidden; display: block; background: #222; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.play-button { position: absolute; left: 16px; bottom: 15px; width: 44px; height: 44px; display: grid; place-items: center; background: var(--brand-red); color: #fff; border-radius: 50%; padding-left: 3px; }
.video-card h3 { font-family: var(--serif); font-size: 21px; line-height: 1.05; margin: 9px 0 0; }
.video-card .post-meta-row { margin-top: 12px; }

/* Cards + archives */
.archive-header { padding-top: 70px; padding-bottom: 25px; border-bottom: 4px solid var(--brand-red); }
.archive-header h1, .author-header h1 { font-family: var(--serif); font-size: clamp(48px, 8vw, 88px); line-height: .9; margin: 0; }
.archive-header p { max-width: 780px; font-family: var(--serif); font-size: 20px; color: #555; }
.archive-wrap { padding-top: 30px; padding-bottom: 70px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 26px; }
.archive-grid.compact-grid { grid-template-columns: repeat(3, 1fr); }
.post-card { border-top: 1px solid #111; padding-top: 12px; }
.post-card-media { aspect-ratio: 16 / 9; display: block; overflow: hidden; background: #eee; margin-bottom: 12px; }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.post-card:hover .post-card-media img { transform: scale(1.02); }
.post-card-fallback { display: block; width: 100%; height: 100%; background: linear-gradient(145deg, #eee, #d8d8d8); }
.post-card-title { font-family: var(--serif); font-size: 26px; line-height: 1.02; margin: 8px 0 8px; }
.post-card-excerpt { color: #555; line-height: 1.45; font-family: var(--serif); margin: 0 0 9px; }
.post-card-bottom { min-height: 20px; }
.pagination { margin-top: 50px; border-top: 1px solid #111; padding-top: 20px; display: flex; align-items: center; justify-content: center; gap: 16px; font-weight: 700; }

/* Author */
.author-header { padding: 70px 0 35px; display: grid; grid-template-columns: 180px 1fr; gap: 30px; border-bottom: 4px solid var(--brand-red); }
.author-header-image { width: 180px; height: 180px; object-fit: cover; border-radius: 50%; background: #eee; }
.author-header p { max-width: 780px; color: #555; line-height: 1.5; }
.author-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 13px; font-weight: 700; }

/* Article */
.reading-progress { position: fixed; z-index: 900; left: 0; right: 0; top: 0; height: 3px; pointer-events: none; }
.reading-progress span { display: block; height: 100%; width: 0; background: var(--brand-red); }
.article-header { padding-top: 34px; }
.article-hero { margin: 0 0 30px; }
.article-hero img { width: 100%; max-height: 720px; object-fit: cover; }
.article-hero figcaption { font-size: 11px; line-height: 1.4; color: #6f6f6f; margin-top: 7px; }
.article-heading-wrap { width: min(100%, 1040px); margin: 0 auto; }
.article-kicker-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; color: #606060; font-size: 12px; margin-bottom: 17px; }
.article-kicker { color: var(--brand-red); font-weight: 800; }
.article-heading-wrap h1 { font-family: var(--serif); font-size: clamp(46px, 6vw, 80px); line-height: .95; letter-spacing: -.025em; margin: 0 0 18px; max-width: 1100px; }
.article-dek { font-family: var(--serif); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.26; color: #4a4a4a; max-width: 920px; margin: 0 0 24px; }
.article-byline { display: flex; gap: 14px; flex-wrap: wrap; }
.byline-author { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; }
.byline-author img { width: 36px; height: 36px; object-fit: cover; border-radius: 50%; }
.article-layout { display: grid; grid-template-columns: 70px minmax(0, var(--article)) 300px; justify-content: center; gap: 30px; align-items: start; padding-top: 20px; }
.article-measure-compact { --article: 690px; }
.article-measure-classic { --article: 760px; }
.article-measure-wide { --article: 850px; }
.article-share { position: sticky; top: 160px; display: flex; flex-direction: column; align-items: center; gap: 9px; padding-top: 20px; }
.article-share > span { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 9px; text-transform: uppercase; font-weight: 700; letter-spacing: .1em; margin-bottom: 4px; }
.article-share button { width: 38px; height: 38px; background: #fff; border: 1px solid #bbb; border-radius: 50%; cursor: pointer; font-weight: 700; }
.article-share button:hover { background: #111; color: #fff; }
.article-rail { min-width: 0; }
.rail-sticky { position: sticky; top: 156px; }
.rail-ad .ad-placeholder { min-height: 250px; }
.rail-related { border-top: 3px solid var(--brand-red); margin-top: 28px; }
.rail-related > h2 { font-family: var(--serif); margin: 8px 0 10px; font-size: 24px; }
.rail-related article { display: grid; grid-template-columns: 92px 1fr; gap: 10px; border-top: 1px solid var(--line); padding: 12px 0; }
.rail-related img { width: 92px; height: 70px; object-fit: cover; }
.rail-related h3 { margin: 3px 0 0; font-family: var(--serif); font-size: 15px; line-height: 1.05; }
.follow-callout { border-top: 1px solid #111; border-bottom: 1px solid #111; padding: 14px 0; margin-bottom: 26px; display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: start; }
.follow-callout-icon { width: 30px; height: 30px; border-radius: 50%; background: #20c85a; color: #fff; display: grid; place-items: center; }
.follow-callout strong { display: block; font-family: var(--serif); font-size: 15px; margin-bottom: 4px; }
.follow-callout a { color: #12853b; font-weight: 800; font-size: 12px; }
.follow-callout button { border: 0; background: none; font-size: 24px; cursor: pointer; }
.article-content { font-family: var(--serif); font-size: 20px; line-height: 1.7; }
.article-content > * { max-width: var(--article); margin-left: auto; margin-right: auto; }
.article-content p { margin-top: 0; margin-bottom: 1.35em; }
.article-content h2 { font-size: 36px; line-height: 1.06; margin-top: 1.5em; margin-bottom: .55em; }
.article-content h3 { font-size: 27px; line-height: 1.1; margin-top: 1.45em; }
.article-content blockquote { margin: 1.7em 0; padding-left: 22px; border-left: 5px solid var(--brand-red); font-size: 27px; line-height: 1.32; font-style: italic; }
.article-content a { text-decoration: underline; text-decoration-color: var(--brand-red); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-content img { height: auto; }
.article-content figcaption { font-family: var(--sans); font-size: 11px; color: #6c6c6c; line-height: 1.4; }
.article-content hr { margin: 2.5em auto; border: 0; border-top: 1px solid #111; }
.article-content .kg-width-wide { width: min(100vw - 48px, 1040px); max-width: 1040px; margin-left: 50%; transform: translateX(-50%); }
.article-content .kg-width-full { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.article-content .kg-image-card img, .article-content .kg-gallery-image img { width: 100%; }
.article-content .kg-gallery-container { display: flex; flex-direction: column; gap: 8px; }
.article-content .kg-gallery-row { display: flex; flex-direction: row; justify-content: center; gap: 8px; }
.article-content .kg-gallery-image { flex: 1; }
.article-content .kg-gallery-image img { width: 100%; height: 100%; object-fit: cover; }
.article-content .kg-bookmark-card { width: 100%; border: 1px solid #ddd; }
.article-content .kg-bookmark-container { display: flex; min-height: 148px; }
.article-content .kg-bookmark-content { padding: 18px; flex: 1; }
.article-content .kg-bookmark-title { font-family: var(--sans); font-weight: 800; font-size: 15px; }
.article-content .kg-bookmark-description, .article-content .kg-bookmark-metadata { font-family: var(--sans); font-size: 12px; color: #555; margin-top: 7px; }
.article-content .kg-bookmark-thumbnail { width: 190px; min-width: 190px; }
.article-content .kg-bookmark-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.article-content .kg-callout-card { padding: 20px; border-left: 5px solid var(--brand-red); background: #f6f2ea; font-family: var(--sans); font-size: 16px; }
.article-content .kg-toggle-card { border-top: 1px solid #bbb; padding: 14px 0; font-family: var(--sans); }
.article-content .kg-button-card { display: flex; justify-content: center; }
.article-content .kg-btn { font-family: var(--sans); background: #111; color: #fff; padding: 12px 18px; font-weight: 700; text-decoration: none; }
.article-content iframe { max-width: 100%; }
.article-content table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: 14px; }
.article-content th, .article-content td { border: 1px solid #ccc; padding: 8px; text-align: left; }
.article-teaser { mask-image: linear-gradient(to bottom, #000 55%, transparent 100%); max-height: 340px; overflow: hidden; }
.paywall-box { border-top: 4px solid var(--brand-red); background: #f6f4ef; padding: 30px; margin: -30px 0 42px; position: relative; text-align: center; }
.paywall-kicker { color: var(--brand-red); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.paywall-box h2 { font-family: var(--serif); font-size: 34px; margin: 8px 0; }
.paywall-actions { display: flex; justify-content: center; gap: 18px; align-items: center; margin-top: 18px; }
.text-link { font-weight: 700; text-decoration: underline; }
.article-end-marker { margin: 35px 0 12px; height: 22px; display: grid; place-items: center; }
.article-end-marker span { width: 110px; border-top: 5px solid var(--brand-red); }
.read-meter { text-align: center; font-size: 11px; color: #666; margin-bottom: 28px; }
.article-topics, .article-share-bottom { border-top: 1px solid #111; padding: 20px 0; }
.article-topics h2, .article-share-bottom h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 21px; }
.topic-list { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-list a { border: 1px solid #aaa; padding: 7px 10px; font-size: 12px; }
.share-bottom-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.share-bottom-buttons button { background: #fff; border: 1px solid #aaa; padding: 9px 12px; cursor: pointer; }
.comments-block { border-top: 4px solid var(--brand-red); padding-top: 20px; margin-top: 20px; }
.more-section { margin-top: 70px; margin-bottom: 70px; }

/* Static / special */
.static-page { padding-top: 72px; padding-bottom: 80px; }
.static-page-header { max-width: 920px; }
.static-page-header h1, .full-width-page-header h1 { font-family: var(--serif); font-size: clamp(48px, 8vw, 90px); line-height: .92; margin: 0 0 16px; }
.static-page-header p, .full-width-page-header p { font-family: var(--serif); font-size: 24px; color: #555; }
.static-page-image { margin: 28px 0; }
.static-page-content, .full-width-content { max-width: 800px; margin: 0 auto; font-family: var(--serif); font-size: 19px; line-height: 1.7; }
.full-width-page-header { padding-top: 70px; padding-bottom: 34px; }
.full-width-cover { width: 100%; max-height: 76vh; object-fit: cover; margin-bottom: 40px; }
.error-page { text-align: center; padding: 120px 0; }
.error-code { font-size: 15px; color: var(--brand-red); font-weight: 900; }
.error-page h1 { font-family: var(--serif); font-size: 60px; margin: 10px 0; }

/* Footer */
.site-footer { background: #111; color: #fff; margin-top: 80px; }
.footer-grid { padding: 54px 0 45px; display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { color: #bbb; max-width: 390px; line-height: 1.55; }
.footer-masthead { display: inline-flex; min-width: 190px; height: 60px; padding: 7px 20px; align-items: center; justify-content: center; background: var(--masthead-bg, var(--brand-red)); margin-bottom: 10px; }
.footer-masthead span { font-family: var(--serif); font-size: 26px; }
.footer-masthead img { max-height: 44px; max-width: 160px; object-fit: contain; }
.footer-grid section:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid h3 { font-family: var(--serif); margin: 0 0 5px; font-size: 20px; }
.footer-grid a { color: #ddd; font-size: 13px; }
.footer-social { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 18px; }
.footer-social a { border: 1px solid #666; padding: 7px 10px; }
.footer-bottom { border-top: 1px solid #444; padding: 20px 0 30px; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-bottom p { color: #929292; font-size: 11px; margin: 0; }
.footer-secondary-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.footer-secondary-nav a { color: #aaa; font-size: 11px; }

/* Responsive */
@media (max-width: 1180px) {
    .opinion-grid { grid-template-columns: repeat(3, 1fr); }
    .article-layout { grid-template-columns: 56px minmax(0, var(--article)); }
    .article-rail { display: none; }
    .video-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .shell { width: min(calc(100% - 28px), var(--max)); }
    .header-primary { height: 60px; }
    .masthead { min-width: 150px; height: 60px; padding: 7px 17px; }
    .masthead span { font-size: 24px; }
    .masthead img { max-height: 42px; max-width: 120px; }
    .header-actions { gap: 8px; }
    .header-login { display: none; }
    .subscribe-button { padding: 8px 11px; min-height: 34px; font-size: 12px; }
    .secondary-inner { width: 100%; padding-left: 10px; height: 46px; }
    .section-nav a { height: 45px; padding: 0 12px; }
    .search-button { min-width: 48px; padding: 0 12px; }
    .search-button span { display: none; }
    .homepage-ad-wrap { padding-top: 24px; padding-bottom: 20px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-lead { min-height: 560px; border-right: 0; border-bottom: 1px solid #111; }
    .hero-side-card { grid-template-columns: 42px 1fr; min-height: auto; }
    .section-layout { grid-template-columns: 1fr; }
    .section-lead { grid-row: auto; border-right: 0; padding-right: 0; padding-bottom: 24px; margin-bottom: 18px; border-bottom: 2px solid #111; }
    .section-list-item { grid-template-columns: 135px 1fr; }
    .archive-grid, .archive-grid.compact-grid { grid-template-columns: repeat(2, 1fr); }
    .article-heading-wrap h1 { font-size: clamp(42px, 8vw, 68px); }
    .article-layout { grid-template-columns: 1fr; padding-top: 0; }
    .article-share { position: static; flex-direction: row; justify-content: flex-start; padding-top: 0; margin-bottom: 10px; order: 0; }
    .article-share > span { writing-mode: initial; transform: none; margin-right: 4px; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .shell { width: min(calc(100% - 22px), var(--max)); }
    .menu-toggle { width: 42px; padding-left: 2px; }
    .menu-toggle span { width: 25px; }
    .masthead { min-width: 130px; padding: 6px 12px; }
    .masthead span { font-size: 21px; }
    .header-actions .subscribe-button { font-size: 0; width: 42px; padding: 0; }
    .header-actions .subscribe-button::after { content: '+'; font-size: 23px; font-weight: 400; }
    .al-dia { width: 100%; }
    .al-dia-heading { padding: 0 12px; }
    .al-dia-heading h2 { font-size: 17px; }
    .al-dia-track { grid-auto-columns: 78vw; padding-left: 12px; }
    .hero { width: 100%; }
    .hero-lead { min-height: 510px; }
    .hero-content { padding: 22px 18px; }
    .hero-content h1 { font-size: 40px; }
    .hero-content p { font-size: 16px; }
    .hero-side-card { padding: 17px 12px; }
    .hero-side-card h2 { font-size: 20px; }
    .section-heading h2 { font-size: 35px; }
    .news-section { margin-top: 42px; margin-bottom: 45px; width: min(calc(100% - 22px), var(--max)); }
    .news-section.section-alt { padding: 30px 11px 36px; }
    .section-lead h3 { font-size: 33px; }
    .section-list-item { grid-template-columns: 108px 1fr; gap: 12px; }
    .section-list-item h3 { font-size: 18px; }
    .opinion-showcase { margin-bottom: 42px; }
    .opinion-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(210px, 70vw); grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
    .opinion-card { scroll-snap-align: start; }
    .danieles-section, .video-section { width: 100%; padding-left: 12px; padding-right: 12px; }
    .video-grid { grid-template-columns: 1fr; }
    .archive-header { padding-top: 46px; }
    .archive-grid, .archive-grid.compact-grid { grid-template-columns: 1fr; }
    .post-card-title { font-size: 28px; }
    .author-header { grid-template-columns: 1fr; padding-top: 45px; }
    .author-header-image { width: 130px; height: 130px; }
    .article-header { width: 100%; padding-top: 0; }
    .article-hero { margin-bottom: 22px; }
    .article-hero img { aspect-ratio: 4 / 3; object-fit: cover; }
    .article-heading-wrap { padding: 0 12px; }
    .article-heading-wrap h1 { font-size: 43px; }
    .article-dek { font-size: 20px; }
    .article-ad-wrap { padding-top: 18px; padding-bottom: 18px; }
    .article-content { font-size: 19px; line-height: 1.62; }
    .article-content h2 { font-size: 31px; }
    .article-content blockquote { font-size: 23px; }
    .article-content .kg-width-wide { width: 100vw; }
    .follow-callout { grid-template-columns: 30px 1fr auto; }
    .paywall-box { padding: 24px 16px; }
    .paywall-actions { flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 40px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Live + newsletter + consent */
.live-strip { margin-top: -24px; margin-bottom: 48px; min-height: 58px; border-top: 1px solid #111; border-bottom: 1px solid #111; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 10px; }
.live-strip strong { color: var(--brand-red); font-size: 12px; letter-spacing: .08em; }
.live-strip a { font-family: var(--serif); font-size: 19px; font-weight: 700; padding: 16px 0; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--brand-red); animation: livepulse 1.4s infinite; }
.live-arrow { color: var(--brand-red); font-size: 24px; }
@keyframes livepulse { 0%,100% { box-shadow: 0 0 0 0 rgba(231,53,24,.35); } 50% { box-shadow: 0 0 0 8px rgba(231,53,24,0); } }
.special-content-section .section-heading { border-top-color: #111; }
.newsletter-cta { margin: 40px auto 64px; background: #111; color: #fff; padding: 30px 34px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.newsletter-cta h2 { font-family: var(--serif); font-size: clamp(30px,4vw,48px); line-height: .98; margin: 0 0 8px; }
.newsletter-cta p { color: #bbb; margin: 0; max-width: 700px; }
.newsletter-cta .section-kicker { color: #f7cd52; }
.consent-banner { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; background: #fff; color: #111; box-shadow: 0 -10px 40px rgba(0,0,0,.16); border-top: 1px solid #111; }
.consent-inner { min-height: 130px; padding-top: 22px; padding-bottom: 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.consent-inner strong { font-family: var(--serif); font-size: 24px; }
.consent-inner p { max-width: 760px; margin: 5px 0 0; color: #555; line-height: 1.45; font-size: 13px; }
.consent-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: end; }
.consent-actions button, .consent-settings button { min-height: 42px; padding: 9px 14px; cursor: pointer; font-weight: 700; }
.consent-secondary { background: #fff; border: 1px solid #999; }
.consent-primary { background: #111; color: #fff; border: 1px solid #111; }
.consent-settings { border-top: 1px solid #ddd; background: #f7f7f7; }
.consent-settings-inner { padding-top: 20px; padding-bottom: 22px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.consent-settings-inner h2 { font-family: var(--serif); margin: 0 16px 0 0; }
.consent-settings-inner label { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; }
.consent-settings-inner small { color: #777; }
@media(max-width:700px){.newsletter-cta{grid-template-columns:1fr;padding:24px 18px}.live-strip{grid-template-columns:auto auto 1fr;padding:0 10px}.live-arrow{display:none}.consent-inner{grid-template-columns:1fr}.consent-actions{justify-content:start}.consent-settings-inner{align-items:flex-start;flex-direction:column}}
.footer-consent-button { appearance: none; border: 0; padding: 0; background: transparent; color: inherit; text-decoration: underline; cursor: pointer; font: inherit; }

/* =========================================================
   FLEX EDITION v2 — editable branding, ads and homepage
   ========================================================= */

/* Brand system */
.brand-logo--mobile { display: none; }
.masthead--clean { background: transparent; color: var(--ink); }
.masthead--clean .brand-logo { filter: none; }
.masthead--text { padding-inline: 22px; }
.drawer-brand { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 18px 10px 22px; border-bottom: 1px solid var(--line); }
.drawer-brand-link { display: flex; align-items: center; min-width: 0; }
.drawer-brand-link:hover { text-decoration: none; }
.drawer-brand-link .brand-logo { max-width: 170px; max-height: 44px; object-fit: contain; }
.drawer-brand-link .brand-text { font-family: var(--serif); font-size: 24px; font-weight: 800; }
.drawer-nav--secondary { border-top: 1px solid var(--line); }
.drawer-nav--secondary a { font-family: var(--sans); font-size: 15px; }
.drawer-whatsapp { margin: 18px 22px 34px; padding: 12px 14px; background: #1fbd62; color: #fff; display: flex; justify-content: space-between; gap: 16px; font-weight: 800; }
.drawer-whatsapp:hover { text-decoration: none; }

/* Editable ad system */
.ad-slot { width: 100%; }
.ad-slot--empty:not(.ad-slot--filled) { display: none; }
.ad-slot__inner { min-height: 0; }
.ad-creative { display: block; width: min(100%, 1100px); margin-inline: auto; }
.ad-creative img { display: block; width: 100%; height: auto; max-height: 280px; object-fit: contain; object-position: center; }
.ad-provider-mount { width: min(100%, 1100px); margin-inline: auto; overflow: hidden; }
.ad-provider-mount iframe, .ad-provider-mount img, .ad-provider-mount video { max-width: 100%; }
.homepage-ad-wrap--top { min-height: 0; }

/* Homepage module manager */
.home-sections-zone { min-width: 0; }
.home-sections-zone [hidden] { display: none !important; }
.home-sections-zone > [data-home-section]:first-child { margin-top: 42px; }

/* Footer navigation is fully editable from Ghost Navigation */
.footer-nav-column nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-nav-column nav li { margin: 0; }
.footer-nav-column nav a { color: #ddd; font-size: 13px; }
.footer-masthead--clean { background: transparent; padding-left: 0; justify-content: flex-start; }
.footer-masthead .brand-logo--mobile { display: none; }
.footer-consent-button { text-align: left; }

/* Fluid desktop and tablet refinements */
@media (min-width: 901px) and (max-width: 1180px) {
    .header-primary { grid-template-columns: minmax(70px, 1fr) auto minmax(210px, 1fr); }
    .masthead { min-width: 205px; }
    .masthead img { max-width: 165px; }
    .hero-grid { grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr); }
    .hero-content h1 { font-size: clamp(40px, 5vw, 58px); }
    .section-layout { grid-template-columns: minmax(0, 1.2fr) minmax(0, .95fr); gap: 0 26px; }
}

@media (max-width: 900px) {
    .site-header { position: sticky; }
    .header-primary { grid-template-columns: 48px minmax(0, 1fr) auto; column-gap: 8px; }
    .masthead { justify-self: center; width: auto; max-width: min(46vw, 210px); min-width: 0; }
    .masthead img { width: auto; max-width: 100%; }
    .header-actions { min-width: 42px; }
    .hero { width: min(calc(100% - 28px), var(--max)); }
    .hero-lead { min-height: clamp(460px, 68vw, 590px); }
    .hero-side-card { grid-template-columns: 38px minmax(0, 1fr); }
    .section-layout { gap: 0; }
    .section-lead { padding-right: 0; }
    .ad-creative img { max-height: 220px; }
}

/* Mobile-first reading and homepage layout */
@media (max-width: 640px) {
    :root { --mobile-gutter: 14px; }
    .shell { width: calc(100% - (var(--mobile-gutter) * 2)); }

    .header-primary { height: 58px; width: 100%; padding: 0 10px; }
    .menu-toggle { width: 38px; height: 44px; padding: 6px; }
    .menu-toggle span { width: 23px; }
    .masthead { height: 58px; max-width: 52vw; padding: 5px 8px; }
    .masthead--clean { padding-inline: 3px; }
    .masthead.has-mobile-logo .brand-logo--desktop { display: none; }
    .masthead.has-mobile-logo .brand-logo--mobile { display: block; max-width: 100%; max-height: 43px; object-fit: contain; }
    .masthead .brand-text { max-width: 46vw; overflow: hidden; text-overflow: ellipsis; font-size: 20px; }
    .header-actions .subscribe-button { width: 39px; min-width: 39px; height: 39px; min-height: 39px; border-radius: 50%; }

    .header-secondary { border-top-color: #e4e4e4; }
    .secondary-inner { padding-left: 6px; height: 42px; }
    .section-nav a { height: 41px; padding: 0 10px; font-size: 12px; }
    .search-button { min-width: 42px; padding: 0 10px; }

    .homepage-ad-wrap { width: 100%; padding: 14px var(--mobile-gutter) 16px; }
    .ad-label { margin-bottom: 6px; font-size: 10px; }
    .ad-creative { width: 100%; }
    .ad-creative img { width: 100%; max-height: none; object-fit: contain; }
    .mid-ad { margin-top: 12px; margin-bottom: 22px; }

    .al-dia { margin-bottom: 20px; }
    .al-dia-heading { min-height: 46px; }
    .al-dia-heading h2 { font-size: 16px; line-height: 1.1; }
    .al-dia-controls button { width: 36px; height: 36px; }
    .al-dia-track { grid-auto-columns: minmax(245px, 84vw); }
    .al-dia-card { min-height: 168px; padding-top: 15px; }

    .hero { width: 100%; margin-bottom: 30px; }
    .hero-grid { border-top: 0; }
    .hero-lead { min-height: 72vh; max-height: 720px; border-bottom: 0; }
    .hero-image::after { background: linear-gradient(180deg, rgba(0,0,0,.02) 22%, rgba(0,0,0,.88) 100%); }
    .hero-content { padding: 22px var(--mobile-gutter) 24px; }
    .hero-content h1 { font-size: clamp(34px, 10.7vw, 48px); line-height: .96; margin-block: 9px 10px; }
    .hero-content p { font-size: 15px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    .hero-side-card { padding: 15px var(--mobile-gutter); gap: 10px; }
    .hero-side-card h2 { font-size: 20px; line-height: 1.08; }
    .hero-side-card p { display: none; }

    .live-strip { width: calc(100% - (var(--mobile-gutter) * 2)); margin-top: -8px; margin-bottom: 28px; min-height: 52px; }
    .live-strip a { font-size: 16px; line-height: 1.15; }

    .home-sections-zone > [data-home-section]:first-child { margin-top: 28px; }
    .opinion-showcase { width: calc(100% - (var(--mobile-gutter) * 2)); margin-top: 30px; margin-bottom: 36px; }
    .danieles-section, .video-section { width: 100%; padding-inline: var(--mobile-gutter); }
    .section-heading { padding-top: 10px; align-items: center; }
    .section-heading h2 { font-size: clamp(30px, 10vw, 40px); }
    .section-more { font-size: 10px; }

    .news-section { width: calc(100% - (var(--mobile-gutter) * 2)); margin-top: 36px; margin-bottom: 42px; }
    .news-section.section-alt { width: 100%; padding: 28px var(--mobile-gutter) 34px; }
    .section-lead { padding-bottom: 20px; margin-bottom: 14px; }
    .section-lead h3 { font-size: clamp(29px, 9vw, 38px); line-height: 1; }
    .section-lead p { font-size: 15px; }
    .section-list-item { grid-template-columns: 96px minmax(0, 1fr); gap: 11px; padding-bottom: 12px; margin-bottom: 12px; }
    .section-list-item h3 { font-size: 17px; line-height: 1.08; }
    .section-list-item .post-meta-row time { display: none; }

    .opinion-grid { grid-auto-columns: minmax(205px, 72vw); gap: 14px; }
    .opinion-avatar { width: 74px; height: 74px; }

    .newsletter-cta { margin: 30px var(--mobile-gutter) 44px; width: auto; padding: 22px 18px; gap: 18px; }
    .newsletter-cta h2 { font-size: 34px; }
    .newsletter-cta p { font-size: 14px; }

    .video-section { margin-top: 42px; margin-bottom: 46px; }
    .video-grid { gap: 28px; }
    .video-card h3 { font-size: 22px; }

    .footer-grid { grid-template-columns: 1fr; gap: 28px; padding: 36px 0; }
    .footer-brand { grid-column: auto; }
    .footer-nav-column nav ul { gap: 11px; }
    .footer-bottom { padding-bottom: 24px; }
    .footer-masthead .brand-logo--desktop { display: block; }

    .article-heading-wrap h1 { font-size: clamp(36px, 11vw, 50px); line-height: .98; }
    .article-dek { font-size: 19px; line-height: 1.35; }
    .article-content { font-size: 18px; line-height: 1.66; }
    .article-content h2 { font-size: 29px; }
    .article-content .kg-bookmark-container { flex-direction: column; }
    .article-content .kg-bookmark-thumbnail { width: 100%; min-width: 0; height: 180px; }
}

@media (max-width: 390px) {
    .masthead { max-width: 48vw; }
    .masthead .brand-text { font-size: 18px; }
    .hero-content h1 { font-size: 34px; }
    .section-list-item { grid-template-columns: 86px minmax(0, 1fr); }
    .section-list-item h3 { font-size: 16px; }
    .al-dia-track { grid-auto-columns: 88vw; }
}
