:root {
    --blue: #0b5cff;
    --blue-dark: #082e7e;
    --blue-deep: #061d52;
    --blue-soft: #edf4ff;
    --ink: #111820;
    --ink-soft: #303944;
    --muted: #68717d;
    --line: #e4e8ed;
    --line-strong: #ccd3dc;
    --soft: #f6f8fa;
    --danger: #e31e24;
    --white: #fff;
    --max: 1280px;
    --shadow: 0 8px 28px rgba(16, 34, 62, .09);
    --radius: 6px;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(11, 92, 255, .42); outline-offset: 3px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-page { min-width: 320px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-160%); padding: 10px 14px; border-radius: 4px; background: #000; color: #fff; font-size: 13px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* Cabeçalho público */
.site-header { position: relative; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.site-utility { border-bottom: 1px solid var(--line); background: #fbfcfd; }
.site-utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11px; }
.site-utility-latest { min-width: 0; display: flex; align-items: center; gap: 14px; color: #4d5764; }
.site-utility-latest > a { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-utility-latest > a:hover { color: var(--blue); }
.utility-badge { flex: 0 0 auto; color: var(--blue); font-weight: 900; text-transform: uppercase; letter-spacing: .03em; }
.utility-badge span { display: inline-block; margin-right: 4px; font-size: 8px; transform: rotate(45deg); }
.site-utility-meta { flex: 0 0 auto; display: flex; align-items: center; gap: 14px; color: #747d88; font-weight: 700; }
.site-utility-meta > span { color: var(--ink); }
.site-header-main { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.site-brand { display: inline-grid; justify-items: center; line-height: 1; }
.site-brand strong { font-size: clamp(46px, 5vw, 66px); font-weight: 900; letter-spacing: -4.7px; }
.site-brand .brand-rmc { color: var(--blue-deep); }
.site-brand .brand-news { color: var(--blue); }
.site-brand > span { margin-top: 4px; color: var(--blue-deep); font-size: 10px; font-weight: 900; letter-spacing: .27em; text-transform: uppercase; }
.site-header-edition { display: grid; justify-items: end; gap: 4px; color: var(--muted); font-size: 11px; }
.site-header-edition strong { color: var(--ink); font-size: 12px; }
.site-nav { border-top: 1px solid var(--line); background: #fff; }
.site-nav-scroll { display: flex; align-items: stretch; min-height: 50px; overflow-x: auto; scrollbar-width: none; }
.site-nav-scroll::-webkit-scrollbar { display: none; }
.site-nav-home, .site-nav-item { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; color: #1c242e; font-size: 12px; font-weight: 800; white-space: nowrap; }
.site-nav-home { gap: 8px; padding-left: 0; }
.site-nav-home > span:first-child { font-size: 17px; line-height: 1; }
.site-nav-home:hover, .site-nav-item:hover { color: var(--blue); }
.site-nav-home.is-active, .site-nav-item.is-active { color: var(--blue); box-shadow: inset 0 -3px 0 var(--blue); }
.site-search { flex: 0 0 auto; display: flex; align-items: center; min-height: 50px; margin-left: auto; padding-left: 16px; background: #fff; }
.site-search input { width: 138px; height: 32px; padding: 0 8px 0 11px; border: 1px solid var(--line-strong); border-right: 0; border-radius: 4px 0 0 4px; outline: 0; color: var(--ink); font-size: 11px; }
.site-search input:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(11, 92, 255, .08); }
.site-search button { width: 36px; height: 32px; display: grid; place-items: center; padding: 0; border: 1px solid var(--blue); border-radius: 0 4px 4px 0; background: var(--blue); color: #fff; cursor: pointer; font-size: 19px; line-height: 1; }
.site-search button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }

/* Breaking */
.breaking-strip { background: linear-gradient(90deg, #095bf7 0%, #053bb2 100%); color: #fff; }
.breaking-inner { min-height: 36px; display: flex; align-items: stretch; overflow: hidden; }
.breaking-inner > strong { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; padding: 0 20px; margin-left: -20px; background: rgba(255,255,255,.1); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.breaking-inner > strong span { font-size: 7px; transform: rotate(45deg); }
.breaking-list { min-width: 0; display: flex; align-items: center; gap: 30px; padding: 0 20px; overflow-x: auto; scrollbar-width: none; }
.breaking-list::-webkit-scrollbar { display: none; }
.breaking-list a { flex: 0 0 auto; max-width: 760px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; font-weight: 700; }
.breaking-list a:hover { text-decoration: underline; }

/* Home */
.public-main { padding-top: 28px; padding-bottom: 72px; }
.home-page { display: grid; gap: 42px; }
.home-lead { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(420px, 1fr); gap: 10px; }
.lead-story { min-height: 520px; overflow: hidden; border-radius: var(--radius); background: var(--blue-deep); box-shadow: var(--shadow); }
.lead-story-link { position: relative; display: block; min-height: 520px; height: 100%; overflow: hidden; }
.lead-story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.lead-story-link:hover img { transform: scale(1.015); }
.lead-story-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 10, 20, .04) 28%, rgba(3, 10, 20, .88) 100%); }
.lead-story-no-image .lead-story-shade { background: linear-gradient(145deg, #0c62ff 0%, #061b4c 75%); }
.lead-story-content { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 34px 34px 30px; color: #fff; }
.story-kicker { display: inline-flex; align-items: center; width: fit-content; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.lead-story-content .story-kicker, .lead-secondary-copy .story-kicker { padding: 5px 7px; border-radius: 3px; background: var(--blue); color: #fff; }
.lead-story-content h1 { max-width: 780px; margin: 13px 0 10px; font-size: clamp(33px, 3.5vw, 52px); line-height: 1.04; letter-spacing: -1.55px; }
.lead-story-content p { max-width: 760px; margin: 0 0 18px; color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.48; }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; color: rgba(255,255,255,.76); font-size: 10px; font-weight: 700; }
.story-meta span + span::before, .story-meta time + span::before { content: '•'; margin-right: 16px; opacity: .65; }
.story-meta-light { color: var(--muted); }
.story-meta-light span + span::before, .story-meta-light time + span::before { color: #aab0b8; }

.lead-secondary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; }
.lead-secondary-card { min-height: 255px; overflow: hidden; border-radius: var(--radius); background: #152134; box-shadow: 0 5px 18px rgba(16, 34, 62, .08); }
.lead-secondary-card > a { position: relative; display: block; width: 100%; height: 100%; min-height: 255px; overflow: hidden; }
.lead-secondary-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.lead-secondary-card:hover img { transform: scale(1.025); }
.lead-secondary-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,11,20,.04) 24%, rgba(4,11,20,.87) 100%); }
.lead-secondary-copy { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 17px; color: #fff; }
.lead-secondary-copy h2 { margin: 10px 0 10px; font-size: 19px; line-height: 1.12; letter-spacing: -.45px; }
.lead-secondary-copy time { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; }
.lead-secondary-card.is-text-only { background: linear-gradient(145deg, #0c5ef3, #062762); }

.home-section { min-width: 0; }
.section-title-row { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 18px; }
.section-title-bordered { padding-bottom: 13px; border-bottom: 3px solid var(--ink); }
.section-eyebrow { display: block; margin-bottom: 4px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.section-title-row h2 { margin: 0; color: var(--blue-deep); font-size: 22px; line-height: 1.05; letter-spacing: -.55px; }

.home-spotlight { padding-top: 26px; border-top: 1px solid var(--line); }
.spotlight-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.spotlight-card { min-width: 0; }
.spotlight-media { display: block; aspect-ratio: 1.48; margin-bottom: 11px; overflow: hidden; border-radius: 4px; background: var(--soft); }
.spotlight-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.spotlight-card:hover .spotlight-media img { transform: scale(1.025); }
.media-fallback { display: grid; place-items: center; background: linear-gradient(145deg, #eef4ff, #dfe9f8); color: #7290bd; }
.media-fallback span { font-size: 18px; font-weight: 900; letter-spacing: -1px; }
.spotlight-card h3 { margin: 6px 0 8px; font-size: 15px; line-height: 1.26; letter-spacing: -.16px; }
.spotlight-card h3 a:hover, .news-row h3 a:hover, .rail-news-list a:hover { color: var(--blue); }
.compact-time { color: #9299a3; font-size: 9px; font-weight: 700; }

.home-news-area { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 38px; align-items: start; padding-top: 4px; }
.home-news-main { min-width: 0; }
.home-news-area.is-single-column { grid-template-columns: minmax(0, 1fr); }
.latest-feed { display: grid; }
.news-row { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.news-row:first-child { padding-top: 2px; }
.news-row-media { display: block; aspect-ratio: 1.62; overflow: hidden; border-radius: 4px; background: var(--soft); }
.news-row-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.news-row:hover .news-row-media img { transform: scale(1.02); }
.news-row-copy { align-self: center; min-width: 0; }
.news-row-copy h3 { margin: 7px 0 8px; font-size: 23px; line-height: 1.12; letter-spacing: -.48px; }
.news-row-copy > p { display: -webkit-box; margin: 0 0 12px; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.48; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.home-news-rail { display: grid; gap: 18px; position: sticky; top: 16px; }
.rail-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.rail-heading { display: grid; gap: 4px; padding: 18px 18px 15px; border-bottom: 1px solid var(--line); }
.rail-heading span { color: var(--blue); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.rail-heading strong { color: var(--blue-deep); font-size: 18px; }
.rail-news-list { margin: 0; padding: 0 18px; list-style: none; counter-reset: rail-news; }
.rail-news-list li { position: relative; display: grid; gap: 6px; min-height: 74px; padding: 14px 0 14px 34px; border-bottom: 1px solid var(--line); counter-increment: rail-news; }
.rail-news-list li:last-child { border-bottom: 0; }
.rail-news-list li::before { content: counter(rail-news); position: absolute; top: 14px; left: 0; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 11px; font-weight: 900; }
.rail-news-list a { font-size: 12px; font-weight: 800; line-height: 1.27; }
.rail-news-list time { color: #969da6; font-size: 9px; font-weight: 700; }
.rail-note { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 18px; border-radius: var(--radius); background: linear-gradient(135deg, #f2f7ff, #e6f0ff); }
.rail-note-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 12px; font-weight: 900; }
.rail-note strong { display: block; margin-bottom: 5px; color: var(--blue-deep); font-size: 13px; line-height: 1.2; }
.rail-note p { margin: 0; color: #586679; font-size: 10px; line-height: 1.4; }

.public-empty-state { max-width: 760px; min-height: 480px; display: flex; flex-direction: column; justify-content: center; }
.public-empty-state h1 { margin: 8px 0 14px; color: var(--blue-deep); font-size: clamp(38px, 5vw, 68px); line-height: .98; letter-spacing: -2.4px; }
.public-empty-state p { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }


/* Editorias e busca */
.listing-page { display: grid; gap: 34px; max-width: 1120px; }
.listing-header { padding: 22px 0 24px; border-bottom: 1px solid var(--line); }
.listing-header h1 { margin: 7px 0 11px; color: var(--blue-deep); font-size: clamp(42px, 5.4vw, 68px); line-height: .98; letter-spacing: -2.4px; }
.listing-header > p { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.listing-header > small { display: block; margin-top: 13px; color: #8a929c; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.category-lead { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); min-height: 360px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 6px 24px rgba(16, 34, 62, .06); }
.category-lead-media { min-height: 360px; overflow: hidden; background: var(--soft); }
.category-lead-media img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; transition: transform .3s ease; }
.category-lead:hover .category-lead-media img { transform: scale(1.015); }
.category-lead-copy { display: flex; flex-direction: column; justify-content: center; padding: 36px; }
.category-lead-copy h2 { margin: 10px 0 13px; font-size: clamp(28px, 3vw, 40px); line-height: 1.04; letter-spacing: -1.25px; }
.category-lead-copy h2 a:hover { color: var(--blue); }
.category-lead-copy > p { display: -webkit-box; margin: 0 0 18px; overflow: hidden; color: var(--muted); font-size: 14px; line-height: 1.5; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.category-lead.is-text-only { grid-template-columns: minmax(260px, .55fr) 1fr; }
.category-lead.is-text-only .category-lead-media { background: linear-gradient(145deg, #eef4ff, #dfe9f8); }
.listing-section { min-width: 0; }
.listing-feed { max-width: 900px; }
.listing-empty, .search-status { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.listing-empty strong, .search-status strong { display: block; color: var(--blue-deep); font-size: 20px; line-height: 1.25; }
.listing-empty p, .search-status p { max-width: 720px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.search-heading { border-bottom: 0; padding-bottom: 0; }
.search-page-form { max-width: 820px; display: grid; grid-template-columns: minmax(0, 1fr) auto; margin-top: 22px; }
.search-page-form input { min-width: 0; height: 52px; padding: 0 16px; border: 1px solid var(--line-strong); border-right: 0; border-radius: 5px 0 0 5px; outline: 0; color: var(--ink); font-size: 15px; }
.search-page-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11, 92, 255, .08); }
.search-page-form button { min-width: 112px; height: 52px; padding: 0 22px; border: 0; border-radius: 0 5px 5px 0; background: var(--blue); color: #fff; font-size: 12px; font-weight: 900; cursor: pointer; }
.search-page-form button:hover { background: var(--blue-dark); }
.search-status.is-warning { border-color: #efd8a2; background: #fff9eb; }
.search-results-heading > span { color: var(--muted); font-size: 11px; font-weight: 700; }
.pagination { display: grid; grid-template-columns: minmax(110px, 1fr) auto minmax(110px, 1fr); align-items: center; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.pagination-edge { font-size: 11px; font-weight: 900; color: var(--blue-deep); }
.pagination-edge:last-child { justify-self: end; }
.pagination-edge:hover { color: var(--blue); }
.pagination-edge.is-disabled { color: #b4bac2; cursor: default; }
.pagination-pages { display: flex; align-items: center; justify-content: center; gap: 6px; }
.pagination-pages a, .pagination-pages span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; font-size: 11px; font-weight: 900; }
.pagination-pages a:hover { border-color: var(--blue); color: var(--blue); }
.pagination-pages .is-current { border-color: var(--blue); background: var(--blue); color: #fff; }

/* Página da notícia */
.article-page { padding-top: 48px; padding-bottom: 80px; }
.article-layout { max-width: 1180px; margin: 0 auto; }
.article-header { max-width: 980px; margin: 0 auto 34px; }
.article-kicker-line { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.article-location { padding-left: 12px; border-left: 1px solid var(--line-strong); color: var(--muted); font-size: 12px; font-weight: 700; }
.article-header h1 { margin: 12px 0 17px; font-size: clamp(42px, 5.4vw, 72px); line-height: .99; letter-spacing: -2.7px; }
.article-subtitle { max-width: 880px; margin: 0 0 24px; color: #505966; font-size: clamp(18px, 2vw, 24px); line-height: 1.43; }
.article-byline { display: flex; justify-content: space-between; gap: 28px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); }
.article-byline > div:first-child { display: grid; gap: 4px; }
.article-byline strong { color: var(--ink); font-size: 13px; }
.article-byline span { font-size: 11px; }
.article-times { display: grid; justify-items: end; gap: 4px; font-size: 10px; line-height: 1.4; }
.article-featured { max-width: 1180px; margin: 0 auto 42px; }
.article-featured img { width: 100%; max-height: 720px; object-fit: cover; border-radius: 4px; }
.article-featured figcaption, .article-gallery figcaption { display: flex; justify-content: space-between; gap: 18px; margin-top: 8px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.article-featured figcaption small, .article-gallery figcaption small { flex: 0 0 auto; }
.article-body-grid { display: grid; grid-template-columns: minmax(0, 760px) minmax(190px, 260px); justify-content: center; gap: 70px; align-items: start; }
.article-content { min-width: 0; color: #20262c; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.75; }
.article-content > p:first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.35em; }
.article-content h2 { margin: 1.65em 0 .55em; color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 32px; line-height: 1.12; letter-spacing: -1px; }
.article-content h3 { margin: 1.5em 0 .5em; color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 25px; line-height: 1.2; letter-spacing: -.6px; }
.article-content blockquote { margin: 1.6em 0; padding: 2px 0 2px 24px; border-left: 4px solid var(--blue); color: #3f4650; font-size: 23px; font-style: italic; }
.article-content ul, .article-content ol { margin: 0 0 1.35em; padding-left: 1.4em; }
.article-content a { color: var(--blue-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.article-video { position: relative; margin: 44px 0; padding-top: 56.25%; overflow: hidden; border-radius: 4px; background: #000; }
.article-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article-gallery { margin-top: 54px; padding-top: 26px; border-top: 3px solid var(--ink); font-family: Arial, Helvetica, sans-serif; }
.article-gallery > h2 { margin: 0 0 20px; font-size: 28px; }
.article-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.article-gallery figure { margin: 0; }
.article-gallery figure:first-child:nth-last-child(odd) { grid-column: 1 / -1; }
.article-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); font-family: Arial, Helvetica, sans-serif; }
.article-tags span { padding: 7px 10px; border: 1px solid var(--line-strong); border-radius: 999px; background: #fff; color: #49515a; font-size: 10px; font-weight: 800; }
.article-source { display: flex; align-items: baseline; gap: 12px; margin-top: 24px; color: var(--muted); font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.article-source strong { color: var(--ink); }
.article-source a { color: var(--blue-dark); font-weight: 700; }
.article-rail { position: sticky; top: 20px; }
.article-rail-card { display: grid; gap: 7px; padding: 20px; border-top: 4px solid var(--blue); background: var(--soft); }
.article-rail-card span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-rail-card strong { font-size: 19px; line-height: 1.15; }
.article-rail-card small { color: var(--muted); font-size: 10px; }

.rail-heading small { color: #8d96a1; font-size: 9px; font-weight: 700; }
.rail-ranking-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 10px; color: #8b939d; font-size: 9px; }
.rail-ranking-meta span { color: var(--blue); font-weight: 800; text-transform: uppercase; }
.rail-ranking-meta small { font-size: inherit; }

/* Taxonomias públicas */
.taxonomy-header { display: flex; align-items: center; gap: 24px; }
.taxonomy-header > div { min-width: 0; }
.taxonomy-header h1 { margin: 7px 0 11px; color: var(--blue-deep); font-size: clamp(42px, 5.4vw, 68px); line-height: .98; letter-spacing: -2.4px; }
.taxonomy-header p { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.taxonomy-header small { display: block; margin-top: 13px; color: #8a929c; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.taxonomy-avatar { flex: 0 0 116px; width: 116px; height: 116px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); background: var(--soft); }
.taxonomy-role { display: block; margin: -2px 0 10px; color: var(--ink-soft); font-size: 13px; }

/* Relações e audiência na notícia */
.article-kicker-line a.story-kicker:hover,
.article-location a:hover,
.article-byline a:hover,
.article-rail-card a:hover { color: var(--blue); }
.article-tags a { padding: 7px 10px; border: 1px solid var(--line-strong); border-radius: 999px; background: #fff; color: #49515a; font-size: 10px; font-weight: 800; }
.article-tags a:hover { border-color: var(--blue); color: var(--blue); }
.article-most-read { margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
.article-rail-heading { display: grid; gap: 4px; padding: 15px 16px 13px; border-bottom: 1px solid var(--line); }
.article-rail-heading span { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-rail-heading strong { color: var(--blue-deep); font-size: 17px; }
.article-most-read ol { margin: 0; padding: 0 16px; list-style: none; counter-reset: article-most-read; }
.article-most-read li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); counter-increment: article-most-read; }
.article-most-read li:last-child { border-bottom: 0; }
.article-most-read li::before { content: counter(article-most-read); position: absolute; top: 12px; left: 0; color: var(--blue); font-size: 15px; font-weight: 900; }
.article-most-read a { display: block; font-size: 11px; font-weight: 800; line-height: 1.3; }
.article-most-read a:hover { color: var(--blue); }
.article-related { max-width: 1180px; margin: 58px auto 0; padding-top: 30px; border-top: 1px solid var(--line); }
.article-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.related-card { min-width: 0; }
.related-card-media { display: block; aspect-ratio: 1.48; margin-bottom: 11px; overflow: hidden; border-radius: 4px; background: var(--soft); }
.related-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.related-card:hover .related-card-media img { transform: scale(1.02); }
.related-card h3 { margin: 7px 0 0; font-size: 15px; line-height: 1.27; letter-spacing: -.2px; }
.related-card h3 a:hover { color: var(--blue); }

/* Vídeos públicos */
.site-nav-video { display: inline-flex; align-items: center; gap: 6px; }
.site-nav-video > span { font-size: 8px; }
.home-videos { overflow: hidden; padding: 30px; border-radius: var(--radius); background: #071426; color: #fff; }
.home-videos-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.home-videos-heading .section-eyebrow { color: #72a7ff; }
.home-videos-heading h2 { margin: 4px 0 0; color: #fff; font-size: 32px; line-height: 1; letter-spacing: -1px; }
.home-videos-heading > a { color: #b8d2ff; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.home-videos-heading > a:hover { color: #fff; }
.home-videos-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr); gap: 24px; }
.home-video-lead, .home-video-card { min-width: 0; }
.home-video-media, .home-video-card-media, .video-card-media, .video-lead-media { position: relative; display: block; overflow: hidden; background: #0d1e34; }
.home-video-media { aspect-ratio: 16 / 9; border-radius: 5px; }
.home-video-media img, .home-video-card-media img, .video-card-media img, .video-lead-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.home-video-lead:hover .home-video-media img, .home-video-card:hover .home-video-card-media img, .video-card:hover .video-card-media img, .video-lead:hover .video-lead-media img { transform: scale(1.02); }
.home-video-lead-copy { padding-top: 15px; }
.home-video-lead-copy .story-kicker, .home-video-card .story-kicker { color: #77aaff; }
.home-video-lead-copy h3 { margin: 7px 0 8px; color: #fff; font-size: clamp(25px, 2.5vw, 36px); line-height: 1.04; letter-spacing: -1px; }
.home-video-lead-copy h3 a:hover, .home-video-card h3 a:hover { color: #9fc2ff; }
.home-video-lead-copy time { color: #9eabc0; font-size: 9px; font-weight: 700; }
.home-video-side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; align-content: start; }
.home-video-card-media { aspect-ratio: 16 / 9; margin-bottom: 9px; border-radius: 4px; }
.home-video-card h3 { margin: 6px 0 0; color: #f7f9fc; font-size: 13px; line-height: 1.28; }
.video-play { position: absolute; left: 12px; bottom: 12px; z-index: 2; display: grid; place-items: center; width: 34px; height: 34px; padding-left: 2px; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(5,17,33,.82); color: #fff; font-size: 12px; box-shadow: 0 4px 15px rgba(0,0,0,.25); }
.video-play-large { left: 18px; bottom: 18px; width: 52px; height: 52px; font-size: 17px; }

.videos-page { display: grid; gap: 34px; max-width: 1120px; }
.videos-page-header h1 { margin-bottom: 10px; }
.video-lead { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); min-height: 390px; overflow: hidden; border-radius: var(--radius); background: #071426; color: #fff; }
.video-lead-media { min-height: 390px; }
.video-lead-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.video-lead-copy .story-kicker { color: #77aaff; }
.video-lead-copy h2 { margin: 9px 0 14px; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.02; letter-spacing: -1.4px; }
.video-lead-copy h2 a:hover { color: #a9c9ff; }
.video-lead-copy > p { display: -webkit-box; margin: 0 0 18px; overflow: hidden; color: #c6d1df; font-size: 14px; line-height: 1.5; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.video-lead-copy .story-meta-light { color: #93a3b8; }
.videos-listing-section { min-width: 0; }
.video-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; }
.video-card { min-width: 0; }
.video-card-media { aspect-ratio: 16 / 9; margin-bottom: 11px; border-radius: 4px; }
.video-card-media > .media-fallback { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(145deg, #eaf1fb, #dbe8f8); color: var(--blue); font-weight: 900; }
.video-card-copy h3 { margin: 7px 0 9px; font-size: 18px; line-height: 1.2; letter-spacing: -.35px; }
.video-card-copy h3 a:hover { color: var(--blue); }

.article-video-section { margin: 50px 0; padding-top: 24px; border-top: 3px solid var(--ink); font-family: Arial, Helvetica, sans-serif; }
.article-video-heading { margin-bottom: 17px; }
.article-video-heading h2 { margin: 4px 0 0; font-size: 28px; line-height: 1.08; letter-spacing: -.7px; }
.article-video-section .article-video { margin: 0; }

/* Erros */
.public-error-page { min-height: 560px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 60px; }
.public-error-code { color: var(--blue); font-size: 14px; font-weight: 900; letter-spacing: .12em; }
.public-error-page h1 { max-width: 760px; margin: 10px 0 14px; font-size: clamp(42px, 7vw, 78px); line-height: .98; letter-spacing: -2.8px; }
.public-error-page p { max-width: 620px; margin: 0 0 24px; color: var(--muted); font-size: 17px; line-height: 1.5; }
.public-button { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 4px; background: var(--blue-deep); color: #fff; font-size: 12px; font-weight: 900; }
.public-button:hover { background: var(--blue); }

/* Rodapé */
.site-footer { border-top: 1px solid var(--line); background: #f8fafc; color: var(--ink); }
.site-footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3, minmax(140px, 1fr)); gap: 42px; padding: 42px 0 34px; }
.site-footer-about { max-width: 330px; }
.site-footer-brand { display: block; color: var(--blue); font-size: 38px; font-weight: 900; letter-spacing: -2.8px; line-height: .9; }
.site-footer-brand span { color: var(--blue-deep); }
.site-footer-about small { display: block; margin-top: 6px; color: var(--blue-deep); font-size: 8px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.site-footer-about p { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.site-footer-column > strong { display: block; margin-bottom: 13px; color: var(--blue-deep); font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.site-footer-links { display: grid; gap: 7px; color: #56606c; font-size: 10px; line-height: 1.25; }
.site-footer-links a:hover { color: var(--blue); }
.site-footer-bottom { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: #89919a; font-size: 9px; text-transform: uppercase; letter-spacing: .055em; }

@media (max-width: 1120px) {
    .home-videos-grid { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); }
    .home-lead { grid-template-columns: minmax(0, 1.35fr) minmax(360px, .9fr); }
    .lead-story, .lead-story-link { min-height: 470px; }
    .lead-secondary-card, .lead-secondary-card > a { min-height: 230px; }
    .spotlight-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 18px; }
    .home-news-area { grid-template-columns: minmax(0, 1fr) 285px; gap: 28px; }
    .news-row { grid-template-columns: 245px minmax(0, 1fr); }
}

@media (max-width: 920px) {
    .home-videos-grid { grid-template-columns: 1fr; }
    .home-video-side { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .video-lead { grid-template-columns: 1fr; min-height: 0; }
    .video-lead-media { min-height: 0; aspect-ratio: 16 / 9; }
    .video-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-header-edition { display: none; }
    .category-lead { grid-template-columns: 1fr; min-height: 0; }
    .category-lead-media, .category-lead-media img { min-height: 320px; max-height: 440px; }
    .category-lead.is-text-only { grid-template-columns: minmax(220px, .5fr) 1fr; }
    .category-lead.is-text-only .category-lead-media { min-height: 280px; }
    .home-lead { grid-template-columns: 1fr; }
    .lead-story, .lead-story-link { min-height: 500px; }
    .lead-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-news-area { grid-template-columns: 1fr; }
    .home-news-rail { position: static; grid-template-columns: minmax(0, 1fr) minmax(240px, .55fr); }
    .article-body-grid { grid-template-columns: minmax(0, 760px); gap: 34px; }
    .article-rail { position: static; order: -1; }
    .article-rail-card { grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; }
    .article-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .site-footer-column:last-child { display: none; }
}

@media (max-width: 720px) {
    .home-videos { padding: 22px; }
    .home-videos-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
    .home-video-side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .video-lead-copy { padding: 26px; }
    .video-card-copy h3 { font-size: 16px; }
    .shell { width: min(calc(100% - 28px), var(--max)); }
    .site-utility-inner { min-height: 34px; }
    .site-utility-meta { display: none; }
    .site-utility-latest { width: 100%; }
    .utility-badge { font-size: 9px; }
    .site-utility-latest > a, .site-utility-latest > span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
    .site-header-main { min-height: 88px; justify-content: center; }
    .site-brand strong { font-size: 44px; letter-spacing: -3.5px; }
    .site-brand > span { font-size: 8px; }
    .site-nav-scroll { min-height: 46px; }
    .site-nav-home, .site-nav-item { min-height: 46px; padding-inline: 14px; font-size: 11px; }
    .site-nav-home { padding-left: 0; }
    .site-search { min-height: 46px; padding-left: 10px; }
    .site-search input { width: 118px; height: 30px; }
    .site-search button { width: 34px; height: 30px; }
    .breaking-inner > strong { margin-left: -14px; padding-inline: 14px; }
    .breaking-list { padding-inline: 14px; }
    .public-main { padding-top: 18px; padding-bottom: 52px; }
    .listing-page { gap: 28px; }
    .listing-header { padding-top: 16px; }
    .listing-header h1 { font-size: 46px; }
    .taxonomy-header h1 { font-size: 46px; }
    .taxonomy-avatar { flex-basis: 92px; width: 92px; height: 92px; }
    .category-lead-copy { padding: 26px; }
    .category-lead-copy h2 { font-size: 30px; }
    .search-results-heading { align-items: flex-start; flex-direction: column; }
    .pagination { grid-template-columns: 1fr 1fr; }
    .pagination-pages { grid-column: 1 / -1; grid-row: 1; }
    .pagination-edge { grid-row: 2; }
    .pagination-edge:last-child { grid-column: 2; }
    .home-page { gap: 34px; }
    .lead-story, .lead-story-link { min-height: 430px; }
    .lead-story-content { padding: 24px 22px 22px; }
    .lead-story-content h1 { font-size: 36px; letter-spacing: -1.2px; }
    .lead-story-content p { font-size: 14px; }
    .lead-secondary { grid-template-columns: 1fr; grid-template-rows: none; }
    .lead-secondary-card, .lead-secondary-card > a { min-height: 215px; }
    .lead-secondary-copy h2 { font-size: 21px; }
    .spotlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .spotlight-card h3 { font-size: 14px; }
    .home-news-rail { grid-template-columns: 1fr; }
    .news-row { grid-template-columns: 145px minmax(0, 1fr); gap: 15px; padding: 17px 0; }
    .news-row-copy h3 { margin-top: 5px; font-size: 18px; }
    .news-row-copy > p { display: none; }
    .article-page { padding-top: 32px; padding-bottom: 56px; }
    .article-header h1 { font-size: 44px; letter-spacing: -1.8px; }
    .article-subtitle { font-size: 19px; }
    .article-byline { flex-direction: column; gap: 12px; }
    .article-times { justify-items: start; }
    .article-featured { margin-bottom: 30px; }
    .article-content { font-size: 18px; line-height: 1.68; }
    .article-content h2 { font-size: 28px; }
    .article-content h3 { font-size: 23px; }
    .article-content blockquote { padding-left: 18px; font-size: 21px; }
    .article-gallery-grid { grid-template-columns: 1fr; }
    .article-gallery figure:first-child:nth-last-child(odd) { grid-column: auto; }
    .article-rail-card { grid-template-columns: 1fr; }
    .article-most-read { margin-top: 14px; }
    .article-related { margin-top: 42px; }
    .site-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .site-footer-about { grid-column: 1 / -1; max-width: 430px; }
    .site-footer-bottom { min-height: 68px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; padding-block: 13px; }
}

@media (max-width: 480px) {
    .home-videos { margin-inline: -2px; padding: 18px; }
    .home-video-lead-copy h3 { font-size: 24px; }
    .home-video-card h3 { font-size: 12px; }
    .video-play { left: 9px; bottom: 9px; width: 30px; height: 30px; font-size: 10px; }
    .video-play-large { left: 12px; bottom: 12px; width: 44px; height: 44px; font-size: 14px; }
    .video-card-grid { grid-template-columns: 1fr; }
    .video-card-copy h3 { font-size: 18px; }
    .site-utility-latest { gap: 9px; }
    .site-search input { width: 104px; }
    .taxonomy-header { align-items: flex-start; }
    .taxonomy-avatar { flex-basis: 76px; width: 76px; height: 76px; }
    .taxonomy-header h1 { font-size: 38px; }
    .taxonomy-header p { font-size: 14px; }
    .article-related-grid { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
    .related-card h3 { font-size: 13px; }
    .category-lead { grid-template-columns: 1fr; }
    .category-lead.is-text-only { grid-template-columns: 1fr; }
    .category-lead-media, .category-lead-media img, .category-lead.is-text-only .category-lead-media { min-height: 220px; }
    .search-page-form button { min-width: 88px; padding-inline: 14px; }
    .listing-empty, .search-status { padding: 24px; }
    .site-nav-home > span:last-child { display: none; }
    .lead-story, .lead-story-link { min-height: 390px; }
    .lead-story-content h1 { font-size: 31px; }
    .lead-story-content p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    .spotlight-grid { grid-template-columns: 1fr 1fr; gap: 20px 12px; }
    .spotlight-media { aspect-ratio: 1.35; }
    .spotlight-card h3 { font-size: 13px; }
    .news-row { grid-template-columns: 115px minmax(0, 1fr); gap: 12px; }
    .news-row-copy h3 { font-size: 16px; }
    .story-meta-light span { display: none; }
    .article-header h1 { font-size: 38px; }
    .article-featured figcaption, .article-gallery figcaption { flex-direction: column; gap: 4px; }
    .site-footer-grid { grid-template-columns: 1fr; }
    .site-footer-about { grid-column: auto; }
    .site-footer-column { display: none; }
}

/* FASE 4 — blocos editoriais do Home Builder */
.home-builder-section { border-top: 1px solid var(--line); padding-top: 28px; }
.home-builder-heading > a { color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; }
.home-builder-grid-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 22px; }
.home-builder-grid-card { min-width: 0; }
.home-builder-grid-media { display: block; aspect-ratio: 1.55; margin-bottom: 13px; overflow: hidden; border-radius: 10px; background: #e8edf4; }
.home-builder-grid-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.home-builder-grid-card:hover .home-builder-grid-media img { transform: scale(1.025); }
.home-builder-grid-card h3 { margin: 6px 0 7px; font-size: 19px; line-height: 1.22; }
.home-builder-grid-card p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-builder-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; border-top: 1px solid var(--line); }
.home-builder-list-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.home-builder-list-media { display: block; aspect-ratio: 1.5; overflow: hidden; border-radius: 9px; background: #e8edf4; }
.home-builder-list-media img { width: 100%; height: 100%; object-fit: cover; }
.home-builder-list-card h3 { margin: 5px 0 8px; font-size: 16px; line-height: 1.28; }
.home-builder-list-card .compact-time { display: block; color: var(--muted); font-size: 11px; }

@media (max-width: 900px) {
    .home-builder-grid-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-builder-list-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .home-builder-grid-cards { grid-template-columns: 1fr 1fr; gap: 20px 12px; }
    .home-builder-grid-card h3 { font-size: 14px; }
    .home-builder-grid-card p { display: none; }
    .home-builder-grid-media { border-radius: 8px; }
    .home-builder-list-card { grid-template-columns: 112px minmax(0, 1fr); gap: 12px; }
    .home-builder-list-card h3 { font-size: 14px; }
}

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

/* ========================================================================== 
   FASE 4.8A — Redesign visual estrutural do portal público
   ========================================================================== */
:root {
    --blue: #1260ff;
    --blue-dark: #0a3fb5;
    --blue-deep: #071b42;
    --blue-soft: #eaf2ff;
    --cyan: #00a8ff;
    --ink: #0a1322;
    --ink-soft: #283548;
    --muted: #68758a;
    --line: #e2e8f0;
    --line-strong: #cbd5e1;
    --soft: #f3f6fa;
    --surface: #ffffff;
    --danger: #ef233c;
    --white: #fff;
    --max: 1320px;
    --shadow: 0 18px 50px rgba(7, 27, 66, .10);
    --shadow-soft: 0 10px 30px rgba(7, 27, 66, .07);
    --radius: 18px;
    --radius-sm: 12px;
}

body {
    background:
        radial-gradient(circle at 88% -10%, rgba(18, 96, 255, .065), transparent 30rem),
        #f5f7fb;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.shell { width: min(calc(100% - 48px), var(--max)); }
.site-page { overflow-x: clip; }

/* Cabeçalho com assinatura editorial própria */
.site-header {
    border-bottom: 0;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 1px 0 rgba(7, 27, 66, .06);
}
.site-utility {
    border-bottom: 0;
    background: linear-gradient(90deg, #061735, #082456 58%, #0b3476);
    color: #fff;
}
.site-utility-inner { min-height: 36px; font-size: 11px; }
.site-utility-latest { color: rgba(255,255,255,.76); }
.site-utility-latest > a { color: #fff; font-weight: 650; }
.site-utility-latest > a:hover { color: #bcd4ff; }
.utility-badge { color: #fff; letter-spacing: .07em; }
.utility-live-dot {
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border-radius: 999px;
    background: #36e79b;
    box-shadow: 0 0 0 4px rgba(54,231,155,.14);
}
.site-utility-meta { color: rgba(255,255,255,.66); }
.site-utility-meta > span { color: #fff; }

.site-header-main {
    position: relative;
    min-height: 124px;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 140%, rgba(18,96,255,.08), transparent 24rem);
}
.site-brand { position: relative; z-index: 1; transition: transform .2s ease; }
.site-brand:hover { transform: translateY(-1px); }
.site-brand strong {
    font-size: clamp(52px, 5.2vw, 72px);
    letter-spacing: -5.2px;
    filter: drop-shadow(0 8px 20px rgba(18,96,255,.08));
}
.site-brand > span { margin-top: 5px; font-size: 9px; letter-spacing: .34em; }
.site-header-edition {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    justify-items: end;
    gap: 3px;
    padding: 11px 14px;
    border: 1px solid #e6ebf3;
    border-radius: 12px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 8px 24px rgba(7,27,66,.05);
}
.edition-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
    color: var(--blue);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.edition-status > span {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--blue);
}

.site-nav {
    border-top: 1px solid rgba(7,27,66,.06);
    border-bottom: 1px solid rgba(7,27,66,.08);
    background: rgba(255,255,255,.95);
    box-shadow: 0 8px 22px rgba(7,27,66,.04);
    backdrop-filter: blur(14px);
}
.site-nav-scroll { min-height: 56px; gap: 3px; }
.site-nav-home, .site-nav-item {
    min-height: 56px;
    padding: 0 16px;
    border-radius: 10px;
    color: #273448;
    font-size: 12px;
    font-weight: 750;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}
.site-nav-home { gap: 7px; padding-left: 12px; margin-left: -12px; }
.site-nav-home > svg { flex: 0 0 auto; }
.site-nav-home:hover, .site-nav-item:hover {
    color: var(--blue);
    background: #f0f5ff;
}
.site-nav-home.is-active, .site-nav-item.is-active {
    color: var(--blue);
    background: var(--blue-soft);
    box-shadow: none;
}
.site-nav-video > span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 999px; background: #eef4ff; color: var(--blue); }
.site-search {
    min-height: 56px;
    margin-left: auto;
    padding-left: 18px;
    background: transparent;
}
.site-search input {
    width: 154px;
    height: 36px;
    padding: 0 12px 0 14px;
    border: 1px solid #dde4ee;
    border-right: 0;
    border-radius: 999px 0 0 999px;
    background: #f7f9fc;
    font-size: 12px;
}
.site-search input:focus { background: #fff; border-color: #b9ccf5; box-shadow: inset 0 0 0 1px rgba(18,96,255,.08); }
.site-search button {
    width: 40px;
    height: 36px;
    border-color: var(--blue);
    border-radius: 0 999px 999px 0;
    background: var(--blue);
}
.site-search button:hover { transform: translateX(1px); }

/* Breaking mais vivo sem sair da identidade azul */
.breaking-strip {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #0d55e8, #0b3fb5 72%, #082e7e);
    box-shadow: inset 0 1px rgba(255,255,255,.1);
}
.breaking-strip::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(100deg, transparent 45%, rgba(255,255,255,.08), transparent 58%);
}
.breaking-inner { min-height: 40px; position: relative; z-index: 1; }
.breaking-inner > strong {
    gap: 8px;
    margin-left: -24px;
    padding: 0 24px;
    background: #073494;
    font-size: 10px;
    letter-spacing: .08em;
}
.breaking-inner > strong span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff4260;
    font-size: 0;
    transform: none;
    box-shadow: 0 0 0 5px rgba(255,66,96,.16);
}
.breaking-list { gap: 36px; padding: 0 24px; }
.breaking-list a { font-size: 11px; font-weight: 750; }

/* Estrutura geral */
.public-main { padding-top: 34px; padding-bottom: 86px; }
.home-page { gap: 50px; }
.home-section { scroll-margin-top: 24px; }
.section-title-row { margin-bottom: 22px; }
.section-title-bordered {
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}
.section-title-bordered::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 76px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
}
.section-eyebrow {
    margin-bottom: 6px;
    color: var(--blue);
    font-size: 9px;
    letter-spacing: .13em;
}
.section-title-row h2 { font-size: clamp(23px, 2.2vw, 30px); letter-spacing: -.85px; }
.story-kicker { font-size: 9px; letter-spacing: .075em; }
.compact-time { color: #8793a4; font-size: 10px; }

/* Manchetes */
.home-lead {
    grid-template-columns: minmax(0, 1.52fr) minmax(390px, .92fr);
    gap: 16px;
}
.lead-story,
.lead-secondary-card {
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 20px 48px rgba(7,27,66,.16);
}
.lead-story { min-height: 560px; border-radius: 22px; }
.lead-story-link { min-height: 560px; }
.lead-story::after,
.lead-secondary-card::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
    opacity: .9;
    pointer-events: none;
}
.lead-story { position: relative; }
.lead-story img { transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.lead-story-link:hover img { transform: scale(1.035); filter: saturate(1.05); }
.lead-story-shade { background: linear-gradient(180deg, rgba(3,10,20,.02) 22%, rgba(3,10,20,.28) 48%, rgba(3,10,20,.94) 100%); }
.lead-story-content { padding: 42px 42px 36px; }
.lead-story-content .story-kicker,
.lead-secondary-copy .story-kicker {
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(18,96,255,.96);
    box-shadow: 0 8px 20px rgba(18,96,255,.22);
}
.lead-story-content h1 {
    max-width: 860px;
    margin: 15px 0 12px;
    font-size: clamp(38px, 4vw, 60px);
    line-height: .99;
    letter-spacing: -2px;
    text-wrap: balance;
}
.lead-story-content p { max-width: 800px; color: rgba(255,255,255,.87); font-size: 16px; }
.story-meta { font-size: 10px; letter-spacing: .01em; }

.lead-secondary { gap: 16px; }
.lead-secondary-card { position: relative; min-height: 272px; border-radius: 18px; }
.lead-secondary-card > a { min-height: 272px; }
.lead-secondary-card img { transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.lead-secondary-card:hover img { transform: scale(1.045); filter: saturate(1.05); }
.lead-secondary-shade { background: linear-gradient(180deg, rgba(4,11,20,.03) 20%, rgba(4,11,20,.9) 100%); }
.lead-secondary-copy { padding: 22px; }
.lead-secondary-copy h2 { margin: 11px 0 10px; font-size: 21px; line-height: 1.08; letter-spacing: -.55px; text-wrap: balance; }
.lead-secondary-card.is-text-only { background: radial-gradient(circle at 80% 0, #1a75ff, transparent 45%), linear-gradient(145deg, #0a49c5, #071b42); }

/* Seleção da redação */
.home-spotlight {
    padding: 28px;
    border: 1px solid #e7ecf3;
    border-radius: 22px;
    background: rgba(255,255,255,.92);
    box-shadow: var(--shadow-soft);
}
.spotlight-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px 18px;
}
.spotlight-card { position: relative; }
.spotlight-media {
    aspect-ratio: 1.5;
    margin-bottom: 13px;
    border-radius: 13px;
    box-shadow: inset 0 0 0 1px rgba(7,27,66,.04);
}
.spotlight-media img { transition: transform .4s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.spotlight-card:hover .spotlight-media img { transform: scale(1.045); filter: saturate(1.05); }
.spotlight-card h3 { margin: 7px 0 9px; font-size: 15px; line-height: 1.23; letter-spacing: -.22px; }
.spotlight-card h3 a { transition: color .18s ease; }

/* Home Builder integrado ao novo sistema visual */
.home-builder-section {
    padding: 30px;
    border: 1px solid #e7ecf3;
    border-radius: 22px;
    background: rgba(255,255,255,.88);
    box-shadow: var(--shadow-soft);
}
.home-builder-heading { margin-bottom: 22px; }
.home-builder-heading > a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--blue-soft);
    font-size: 10px;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
.home-builder-heading > a:hover { background: var(--blue); color: #fff; transform: translateY(-1px); }
.home-builder-grid-cards { gap: 30px 22px; }
.home-builder-grid-media { border-radius: 15px; box-shadow: 0 8px 24px rgba(7,27,66,.06); }
.home-builder-grid-media img { transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.home-builder-grid-card:hover .home-builder-grid-media img { transform: scale(1.045); }
.home-builder-grid-card h3 { font-size: 20px; letter-spacing: -.35px; }
.home-builder-list-grid { border-top: 0; gap: 16px 28px; }
.home-builder-list-card {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.home-builder-list-card:hover { transform: translateY(-2px); border-color: #d6e1f4; box-shadow: 0 12px 26px rgba(7,27,66,.07); }
.home-builder-list-media { border-radius: 12px; }

/* Vídeos */
.home-videos {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    background:
        radial-gradient(circle at 86% 8%, rgba(18,96,255,.5), transparent 24rem),
        radial-gradient(circle at 15% 90%, rgba(0,168,255,.16), transparent 22rem),
        #06142d;
    box-shadow: 0 22px 54px rgba(5,20,45,.22);
}
.home-videos::before {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    bottom: -140px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}
.home-videos-heading, .home-videos-grid { position: relative; z-index: 1; }
.home-videos-heading h2 { font-size: 36px; }
.home-videos-heading > a {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
}
.home-videos-heading > a:hover { background: rgba(255,255,255,.12); }
.home-video-media, .home-video-card-media { border-radius: 16px; box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.home-video-side { gap: 22px 18px; }
.video-play {
    border: 0;
    background: rgba(255,255,255,.93);
    color: #071b42;
    box-shadow: 0 8px 20px rgba(0,0,0,.24);
    backdrop-filter: blur(6px);
}

/* Últimas + audiência */
.home-news-area { gap: 28px; padding-top: 0; }
.home-news-main {
    padding: 28px 30px;
    border: 1px solid #e7ecf3;
    border-radius: 22px;
    background: rgba(255,255,255,.94);
    box-shadow: var(--shadow-soft);
}
.latest-feed { gap: 0; }
.news-row {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 24px;
    padding: 22px 0;
    border-bottom-color: #e9edf3;
}
.news-row-media {
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(7,27,66,.04);
}
.news-row-media img { transition: transform .4s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.news-row:hover .news-row-media img { transform: scale(1.04); filter: saturate(1.04); }
.news-row-copy h3 { margin: 7px 0 9px; font-size: 24px; line-height: 1.08; letter-spacing: -.65px; }
.news-row-copy > p { color: #667388; font-size: 13px; line-height: 1.55; }

.home-news-rail { top: 20px; gap: 16px; }
.rail-card {
    border: 1px solid #dfe6f0;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(7,27,66,.07);
}
.rail-heading {
    padding: 20px 20px 17px;
    background: linear-gradient(145deg, #f7faff, #eef5ff);
}
.rail-heading strong { font-size: 21px; letter-spacing: -.4px; }
.rail-news-list { padding-inline: 20px; }
.rail-news-list li { padding-top: 16px; padding-bottom: 16px; padding-left: 38px; }
.rail-news-list li::before {
    top: 16px;
    width: 26px;
    height: 26px;
    background: #e9f1ff;
    font-size: 11px;
}
.rail-news-list a { font-size: 13px; line-height: 1.28; }
.rail-note {
    padding: 20px;
    border: 1px solid #dce8fa;
    border-radius: 18px;
    background: linear-gradient(145deg, #edf5ff, #f7fbff);
    box-shadow: 0 10px 26px rgba(7,27,66,.05);
}
.rail-note-mark { width: 52px; height: 52px; background: linear-gradient(145deg, var(--blue), #0a3eb1); box-shadow: 0 8px 18px rgba(18,96,255,.22); }
.rail-note strong { font-size: 14px; }
.rail-note p { font-size: 11px; }

/* Listagens, busca e taxonomias */
.listing-page, .videos-page { max-width: 1180px; gap: 34px; }
.listing-header {
    position: relative;
    overflow: hidden;
    padding: 34px 36px;
    border: 1px solid #e2e9f3;
    border-radius: 22px;
    background:
        radial-gradient(circle at 95% 0, rgba(18,96,255,.13), transparent 18rem),
        linear-gradient(145deg, #ffffff, #f7faff);
    box-shadow: var(--shadow-soft);
}
.listing-header::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 170px;
    right: -85px;
    bottom: -95px;
    border: 22px solid rgba(18,96,255,.04);
    border-radius: 50%;
}
.listing-header > * { position: relative; z-index: 1; }
.listing-header h1, .taxonomy-header h1 { color: var(--blue-deep); letter-spacing: -2.7px; text-wrap: balance; }
.category-lead {
    border-color: #e3e9f1;
    border-radius: 22px;
    box-shadow: var(--shadow);
}
.category-lead-media, .category-lead-media img { min-height: 390px; }
.category-lead-copy { padding: 42px; }
.category-lead-copy h2 { font-size: clamp(31px, 3.2vw, 44px); letter-spacing: -1.5px; text-wrap: balance; }
.listing-feed { max-width: 940px; }
.listing-empty, .search-status {
    border-color: #e3e9f2;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}
.search-page-form { margin-top: 24px; }
.search-page-form input {
    height: 56px;
    border-color: #d9e1ec;
    border-radius: 14px 0 0 14px;
    background: #fff;
}
.search-page-form button {
    height: 56px;
    border-radius: 0 14px 14px 0;
    background: linear-gradient(135deg, var(--blue), #0b48cd);
    box-shadow: 0 10px 24px rgba(18,96,255,.2);
}
.taxonomy-header { gap: 28px; }
.taxonomy-avatar {
    flex-basis: 128px;
    width: 128px;
    height: 128px;
    border: 4px solid #fff;
    box-shadow: 0 12px 28px rgba(7,27,66,.12);
}
.pagination { padding-top: 22px; }
.pagination-pages a, .pagination-pages span {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fff;
}
.pagination-pages .is-current { box-shadow: 0 8px 18px rgba(18,96,255,.2); }

/* Artigo: leitura premium, sem alterar conteúdo */
.article-page { padding-top: 56px; padding-bottom: 94px; }
.article-layout { max-width: 1220px; }
.article-header { max-width: 1020px; margin-bottom: 38px; }
.article-kicker-line { gap: 10px; }
.article-kicker-line .story-kicker {
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--blue-soft);
}
.article-location { padding-left: 10px; }
.article-header h1 {
    margin: 16px 0 20px;
    font-size: clamp(46px, 5.5vw, 76px);
    line-height: .98;
    letter-spacing: -3px;
    text-wrap: balance;
}
.article-subtitle { max-width: 920px; color: #586579; font-size: clamp(19px, 2vw, 25px); line-height: 1.45; }
.article-byline {
    padding: 18px 20px;
    border: 1px solid #e3e9f2;
    border-radius: 14px;
    background: #fbfcfe;
}
.article-featured { max-width: 1220px; margin-bottom: 48px; }
.article-featured img {
    max-height: 760px;
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(7,27,66,.11);
}
.article-featured figcaption, .article-gallery figcaption { margin-top: 10px; padding-inline: 4px; }
.article-body-grid { grid-template-columns: minmax(0, 760px) minmax(220px, 290px); gap: 78px; }
.article-content { color: #202a38; font-size: 20px; line-height: 1.78; }
.article-content h2, .article-content h3, .article-gallery, .article-tags, .article-source, .article-video-section { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.article-content h2 { letter-spacing: -1.1px; }
.article-content blockquote {
    margin: 1.8em 0;
    padding: 22px 26px;
    border-left: 0;
    border-radius: 16px;
    background: linear-gradient(145deg, #eef5ff, #f8fbff);
    color: #2f4059;
    box-shadow: inset 4px 0 0 var(--blue);
}
.article-content a { color: var(--blue-dark); text-decoration-color: rgba(10,63,181,.36); text-underline-offset: 3px; }
.article-video-section, .article-gallery { border-top: 1px solid var(--line); }
.article-video { border-radius: 18px; box-shadow: 0 16px 34px rgba(0,0,0,.14); }
.article-gallery-grid { gap: 26px; }
.article-gallery img { border-radius: 16px; box-shadow: 0 10px 24px rgba(7,27,66,.07); }
.article-tags { gap: 9px; }
.article-tags a {
    padding: 8px 12px;
    border-color: #dce4ef;
    background: #f8fafc;
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.article-tags a:hover { background: var(--blue); color: #fff; transform: translateY(-1px); }
.article-rail { top: 24px; }
.article-rail-card {
    padding: 22px;
    border: 1px solid #dce5f2;
    border-top: 4px solid var(--blue);
    border-radius: 16px;
    background: linear-gradient(145deg, #f7faff, #eef5ff);
    box-shadow: var(--shadow-soft);
}
.article-most-read {
    margin-top: 16px;
    border-color: #e0e6ef;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(7,27,66,.05);
}
.article-related {
    margin-top: 68px;
    padding: 30px;
    border: 1px solid #e4eaf2;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}
.related-card-media { border-radius: 14px; }
.related-card-media img { transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.related-card:hover .related-card-media img { transform: scale(1.045); }

/* Hub de vídeo */
.video-lead {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    background:
        radial-gradient(circle at 95% 0, rgba(18,96,255,.4), transparent 20rem),
        #06142d;
    box-shadow: 0 20px 50px rgba(5,20,45,.18);
}
.video-lead-media, .video-card-media { border-radius: 16px; }
.video-card {
    padding: 12px;
    border: 1px solid #e5eaf1;
    border-radius: 18px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.video-card:hover { transform: translateY(-3px); border-color: #d6e2f5; box-shadow: var(--shadow-soft); }
.video-card-media { margin-bottom: 13px; }
.video-card-copy { padding: 0 4px 5px; }

/* Rodapé editorial */
.site-footer {
    position: relative;
    overflow: hidden;
    border-top: 0;
    background:
        radial-gradient(circle at 15% 0, rgba(18,96,255,.22), transparent 26rem),
        linear-gradient(145deg, #06142d, #071b42 70%, #08265a);
    color: #fff;
}
.site-footer::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    bottom: -280px;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 50%;
}
.site-footer-accent { height: 4px; background: linear-gradient(90deg, var(--blue), var(--cyan), #75d7ff); }
.site-footer-grid { position: relative; z-index: 1; gap: 54px; padding: 54px 0 42px; }
.site-footer-brand { color: #63a0ff; font-size: 42px; }
.site-footer-brand span { color: #fff; }
.site-footer-about small { color: #a8c8ff; }
.site-footer-about p { color: #afbbcc; font-size: 12px; }
.site-footer-top {
    display: inline-flex;
    margin-top: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    color: #dbe8ff;
    font-size: 10px;
    font-weight: 800;
}
.site-footer-top:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); color: #fff; }
.site-footer-column > strong { color: #fff; font-size: 10px; letter-spacing: .08em; }
.site-footer-links { color: #aab7ca; font-size: 11px; gap: 9px; }
.site-footer-links a:hover { color: #fff; }
.site-footer-bottom {
    position: relative;
    z-index: 1;
    min-height: 58px;
    border-top-color: rgba(255,255,255,.09);
    color: #8393aa;
}

/* Microestados visuais do bloco A: sem dependência de JavaScript */
.spotlight-card,
.home-builder-grid-card,
.related-card { transition: transform .2s ease; }
.spotlight-card:hover,
.home-builder-grid-card:hover,
.related-card:hover { transform: translateY(-2px); }

/* Breakpoints do redesign */
@media (max-width: 1120px) {
    .site-header-edition { right: 2px; }
    .home-lead { grid-template-columns: minmax(0, 1.32fr) minmax(350px, .9fr); }
    .lead-story, .lead-story-link { min-height: 510px; }
    .lead-secondary-card, .lead-secondary-card > a { min-height: 247px; }
    .spotlight-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-news-area { grid-template-columns: minmax(0, 1fr) 300px; }
}

@media (max-width: 920px) {
    .shell { width: min(calc(100% - 36px), var(--max)); }
    .site-header-main { min-height: 106px; }
    .site-header-edition { display: none; }
    .site-brand strong { font-size: 58px; }
    .home-lead { grid-template-columns: 1fr; }
    .lead-story, .lead-story-link { min-height: 500px; }
    .lead-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-news-area { grid-template-columns: 1fr; }
    .home-news-rail { position: static; grid-template-columns: minmax(0,1fr) minmax(240px,.6fr); }
    .article-body-grid { grid-template-columns: minmax(0, 780px); gap: 38px; }
    .article-rail { position: static; order: -1; }
    .article-rail-card { grid-template-columns: auto 1fr auto; align-items: center; }
}

@media (max-width: 720px) {
    .shell { width: min(calc(100% - 28px), var(--max)); }
    .site-utility-inner { min-height: 34px; }
    .site-header-main { min-height: 92px; }
    .site-brand strong { font-size: 47px; letter-spacing: -3.8px; }
    .site-brand > span { letter-spacing: .27em; }
    .site-nav-scroll { min-height: 50px; }
    .site-nav-home, .site-nav-item { min-height: 50px; padding-inline: 13px; }
    .site-nav-home { margin-left: -8px; padding-left: 8px; }
    .site-search { min-height: 50px; padding-left: 8px; }
    .site-search input { width: 112px; height: 32px; }
    .site-search button { width: 36px; height: 32px; }
    .breaking-inner > strong { margin-left: -14px; padding-inline: 14px; }
    .breaking-list { padding-inline: 14px; }
    .public-main { padding-top: 22px; padding-bottom: 62px; }
    .home-page { gap: 36px; }
    .lead-story, .lead-story-link { min-height: 430px; }
    .lead-story-content { padding: 28px 24px 24px; }
    .lead-story-content h1 { font-size: 38px; letter-spacing: -1.5px; }
    .lead-secondary { grid-template-columns: 1fr; }
    .lead-secondary-card, .lead-secondary-card > a { min-height: 225px; }
    .home-spotlight, .home-builder-section, .home-news-main { padding: 22px; border-radius: 18px; }
    .spotlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 14px; }
    .home-videos { padding: 24px; border-radius: 20px; }
    .home-news-rail { grid-template-columns: 1fr; }
    .news-row { grid-template-columns: 150px minmax(0,1fr); gap: 16px; }
    .news-row-copy h3 { font-size: 19px; }
    .listing-header { padding: 28px 24px; border-radius: 18px; }
    .listing-header h1, .taxonomy-header h1 { font-size: 48px; }
    .category-lead-copy { padding: 28px; }
    .article-page { padding-top: 36px; }
    .article-header h1 { font-size: 45px; letter-spacing: -2px; }
    .article-byline { flex-direction: column; }
    .article-featured img { border-radius: 16px; }
    .article-related { padding: 22px; border-radius: 18px; }
    .site-footer-grid { padding-top: 44px; }
}

@media (max-width: 480px) {
    .site-brand strong { font-size: 43px; }
    .site-search input { width: 94px; }
    .site-nav-home > span:last-child { display: none; }
    .lead-story, .lead-story-link { min-height: 400px; }
    .lead-story-content h1 { font-size: 32px; }
    .lead-story-content p { font-size: 13px; }
    .spotlight-grid { gap: 20px 12px; }
    .spotlight-card h3 { font-size: 14px; }
    .home-spotlight, .home-builder-section, .home-news-main { padding: 18px; }
    .home-videos { padding: 20px; }
    .home-videos-heading h2 { font-size: 30px; }
    .news-row { grid-template-columns: 116px minmax(0,1fr); gap: 12px; }
    .news-row-copy h3 { font-size: 16px; }
    .listing-header h1, .taxonomy-header h1 { font-size: 40px; }
    .taxonomy-avatar { flex-basis: 82px; width: 82px; height: 82px; }
    .article-header h1 { font-size: 38px; }
    .article-subtitle { font-size: 19px; }
    .article-content { font-size: 18px; line-height: 1.72; }
    .article-related { padding: 18px; }
    .site-footer-grid { grid-template-columns: 1fr; }
}

/* Hotfix 4.8A.1 — navegação e busca responsivas */
.site-nav-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-width: 0;
}
.site-nav-scroll {
    min-width: 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}
.site-search {
    width: auto;
    min-width: 0;
    margin-left: 12px;
    padding-left: 0;
    justify-self: end;
}
.site-search input {
    min-width: 0;
    max-width: 100%;
}

@media (max-width: 920px) {
    .site-nav-inner { grid-template-columns: minmax(0, 1fr) 168px; }
    .site-search { width: 168px; margin-left: 10px; }
    .site-search input { width: auto; flex: 1 1 auto; }
    .site-search button { flex: 0 0 auto; }
}

@media (max-width: 720px) {
    .site-nav-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding-top: 7px;
        padding-bottom: 9px;
    }
    .site-nav-scroll {
        min-height: 44px;
        margin: 0;
    }
    .site-nav-home,
    .site-nav-item {
        min-height: 44px;
    }
    .site-search {
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 0;
        justify-self: stretch;
    }
    .site-search input {
        width: auto;
        flex: 1 1 auto;
        height: 38px;
        padding-left: 14px;
        font-size: 13px;
    }
    .site-search button {
        width: 42px;
        height: 38px;
    }
}

@media (max-width: 480px) {
    .site-search input { width: auto; }
    .site-nav-home { margin-left: 0; padding-left: 10px; }
}
@media (max-width: 720px) {
    .site-nav-home { margin-left: 0; padding-left: 10px; }
}

/* Bloco 4.8A.2 — menu público reconstruído do zero */
.news-header {
    position: relative;
    z-index: 80;
    background: #fff;
    box-shadow: 0 1px 0 rgba(7, 27, 66, .08);
}

.news-masthead {
    position: relative;
    z-index: 82;
    background:
        radial-gradient(circle at 50% 135%, rgba(91, 190, 255, .25), transparent 28rem),
        linear-gradient(105deg, #0637a2 0%, #075ee8 52%, #0845ba 100%);
    color: #fff;
}

.news-masthead-inner {
    min-height: 78px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.news-menu,
.news-search {
    position: relative;
    min-width: 0;
}

.news-menu { justify-self: start; }
.news-search { justify-self: end; }

.news-menu > summary,
.news-search > summary {
    list-style: none;
}
.news-menu > summary::-webkit-details-marker,
.news-search > summary::-webkit-details-marker { display: none; }

.news-header-action {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .01em;
    user-select: none;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.news-header-action:hover {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .14);
}
.news-header-action:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .52);
    outline-offset: 3px;
}

.news-hamburger {
    width: 21px;
    height: 16px;
    display: grid;
    align-content: space-between;
}
.news-hamburger i {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform .2s ease, opacity .2s ease;
}
.news-menu[open] .news-hamburger i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.news-menu[open] .news-hamburger i:nth-child(2) { opacity: 0; }
.news-menu[open] .news-hamburger i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.news-brand {
    min-width: 0;
    display: inline-grid;
    justify-items: center;
    align-self: center;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.news-brand strong {
    font-size: clamp(38px, 4vw, 48px);
    font-weight: 950;
    letter-spacing: -3.8px;
    filter: drop-shadow(0 7px 18px rgba(0, 20, 75, .16));
}
.news-brand strong span { color: #fff; }
.news-brand strong { color: #a9dcff; }
.news-brand small {
    margin-top: 5px;
    color: rgba(255, 255, 255, .82);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .3em;
    text-transform: uppercase;
}

.news-search-icon { display: grid; place-items: center; }

.news-primary-nav {
    position: relative;
    z-index: 78;
    border-bottom: 1px solid #e4eaf3;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 7px 20px rgba(7, 27, 66, .045);
}
.news-primary-scroll {
    min-height: 48px;
    display: flex;
    align-items: stretch;
    gap: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.news-primary-scroll::-webkit-scrollbar { display: none; }
.news-primary-link {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 15px;
    color: #28364a;
    font-size: 12px;
    font-weight: 780;
    white-space: nowrap;
    transition: color .16s ease, background .16s ease;
}
.news-primary-link::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: var(--blue);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .16s ease;
}
.news-primary-link:hover { color: var(--blue); background: #f5f8ff; }
.news-primary-link.is-active { color: var(--blue); }
.news-primary-link.is-active::after { transform: scaleX(1); }
.news-primary-videos { gap: 7px; }
.news-primary-videos > span {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    padding-left: 1px;
    border-radius: 50%;
    background: #eaf2ff;
    color: var(--blue);
    font-size: 7px;
}

/* Busca expansível: não participa do fluxo das editorias */
.news-search-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 120;
    width: min(430px, calc(100vw - 32px));
    padding: 18px;
    border: 1px solid #dfe7f2;
    border-radius: 16px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 22px 55px rgba(3, 22, 60, .2);
    animation: newsPanelIn .16s ease both;
}
.news-search-form { display: grid; gap: 8px; }
.news-search-form > label {
    color: #516076;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.news-search-field {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding-left: 14px;
    border: 1px solid #d8e1ed;
    border-radius: 12px;
    background: #f7f9fc;
}
.news-search-field > svg { color: #758399; }
.news-search-field input {
    min-width: 0;
    width: 100%;
    height: 46px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font-size: 14px;
}
.news-search-field button {
    align-self: stretch;
    padding: 0 17px;
    border: 0;
    border-radius: 0 11px 11px 0;
    background: var(--blue);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 850;
}
.news-search-field:focus-within {
    border-color: #99b8f5;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(18, 96, 255, .1);
}

/* Drawer global */
.news-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(3, 13, 34, .58);
    backdrop-filter: blur(3px);
    animation: newsFadeIn .18s ease both;
}
.news-menu-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: min(440px, calc(100vw - 28px));
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    color: var(--ink);
    box-shadow: 24px 0 70px rgba(3, 19, 52, .26);
    animation: newsDrawerIn .22s cubic-bezier(.2, .75, .25, 1) both;
}
.news-menu[open] > .news-menu-trigger {
    position: relative;
    z-index: 103;
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.14);
}
.news-menu-drawer-head {
    min-height: 82px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px 18px 84px;
    border-bottom: 1px solid #e6ebf2;
    background: #f9fbfe;
}
.news-drawer-brand {
    color: var(--blue);
    font-size: 29px;
    font-weight: 950;
    letter-spacing: -2.3px;
}
.news-drawer-brand span { color: var(--blue-deep); }
.news-drawer-close {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #dfe6ef;
    border-radius: 50%;
    background: #fff;
    color: #26354a;
    cursor: pointer;
}
.news-drawer-close:hover { border-color: #c8d6e9; background: #f2f6fc; color: var(--blue); }

.news-drawer-search {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    margin: 18px 20px 12px;
    padding-left: 14px;
    border: 1px solid #d9e3ef;
    border-radius: 13px;
    background: #f6f8fc;
}
.news-drawer-search > svg { color: #738096; }
.news-drawer-search input {
    min-width: 0;
    width: 100%;
    height: 46px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font-size: 14px;
}
.news-drawer-search button {
    align-self: stretch;
    padding: 0 15px;
    border: 0;
    border-radius: 0 12px 12px 0;
    background: var(--blue);
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 850;
}
.news-drawer-search:focus-within { border-color: #a8c0ee; background: #fff; box-shadow: 0 0 0 3px rgba(18,96,255,.09); }

.news-drawer-nav { padding: 8px 20px 24px; }
.news-drawer-featured {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e6ebf2;
}
.news-drawer-featured-link {
    min-width: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid #dfe7f1;
    border-radius: 12px;
    background: #fff;
    color: #25344a;
    font-size: 13px;
    font-weight: 800;
}
.news-drawer-featured-link:hover,
.news-drawer-featured-link.is-active { border-color: #c8d9f5; background: var(--blue-soft); color: var(--blue); }
.news-video-icon {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    padding-left: 1px;
    border-radius: 50%;
    background: #e8f1ff;
    color: var(--blue);
    font-size: 8px;
}
.news-drawer-section { padding-top: 22px; }
.news-drawer-section-title {
    margin-bottom: 10px;
    color: #718096;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.news-drawer-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 10px;
}
.news-drawer-category {
    min-width: 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 11px 0 13px;
    border-radius: 10px;
    color: #29384d;
    font-size: 13px;
    font-weight: 720;
    transition: background .16s ease, color .16s ease;
}
.news-drawer-category > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.news-drawer-category > svg { flex: 0 0 auto; color: #9aa6b7; }
.news-drawer-category:hover,
.news-drawer-category.is-active { background: #eff5ff; color: var(--blue); }
.news-drawer-category:hover > svg,
.news-drawer-category.is-active > svg { color: var(--blue); }

.news-drawer-footer {
    margin-top: auto;
    display: grid;
    gap: 4px;
    padding: 18px 20px 22px;
    border-top: 1px solid #e7ecf3;
    background: #f8fafd;
    color: #7a8799;
    font-size: 10px;
    line-height: 1.4;
}
.news-drawer-footer strong { color: var(--blue-deep); font-size: 11px; }

body.news-menu-open { overflow: hidden; }

@keyframes newsDrawerIn {
    from { transform: translateX(-100%); opacity: .8; }
    to { transform: translateX(0); opacity: 1; }
}
@keyframes newsFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes newsPanelIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 960px) {
    .news-primary-nav { display: none; }
    .news-masthead-inner { min-height: 72px; }
    .news-brand strong { font-size: 42px; }
}

@media (max-width: 720px) {
    .news-masthead-inner {
        min-height: 66px;
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        gap: 8px;
    }
    .news-header-action {
        width: 44px;
        min-height: 44px;
        justify-content: center;
        padding: 0;
        border-color: transparent;
        background: transparent;
    }
    .news-action-label { display: none; }
    .news-brand strong { font-size: 37px; letter-spacing: -3px; }
    .news-brand small { margin-top: 4px; font-size: 6px; letter-spacing: .23em; }
    .news-search-panel {
        position: fixed;
        top: 108px;
        right: 14px;
        left: 14px;
        width: auto;
        max-width: none;
    }
    .news-menu-drawer { width: min(390px, calc(100vw - 18px)); }
    .news-menu-drawer-head { min-height: 76px; padding-left: 70px; }
    .news-drawer-brand { font-size: 26px; }
}

@media (max-width: 420px) {
    .news-drawer-featured,
    .news-drawer-categories { grid-template-columns: 1fr; }
    .news-drawer-search { margin-inline: 14px; }
    .news-drawer-nav { padding-inline: 14px; }
    .news-menu-drawer-head { padding-right: 14px; }
    .news-search-field button { padding-inline: 13px; }
}

@media (prefers-reduced-motion: reduce) {
    .news-menu-drawer,
    .news-menu-backdrop,
    .news-search-panel,
    .news-header-action,
    .news-primary-link,
    .news-hamburger i { animation: none !important; transition: none !important; }
}

/* 4.8A — cards sem bordas, com profundidade por sombra */
:root {
    --shadow-card: 0 18px 42px rgba(7, 27, 66, .095), 0 4px 12px rgba(7, 27, 66, .045);
    --shadow-card-hover: 0 24px 56px rgba(7, 27, 66, .135), 0 8px 20px rgba(7, 27, 66, .055);
}

.lead-story,
.lead-secondary-card,
.home-spotlight,
.home-builder-section,
.home-news-main,
.rail-card,
.rail-note,
.listing-header,
.category-lead,
.listing-empty,
.search-status,
.article-byline,
.article-rail-card,
.article-most-read,
.article-related,
.video-lead,
.video-card,
.home-builder-list-card {
    border: 0;
    box-shadow: var(--shadow-card);
}

.home-builder-list-card,
.video-card,
.spotlight-card,
.related-card,
.home-builder-grid-card {
    transition: transform .22s ease, box-shadow .22s ease;
}

.home-builder-list-card:hover,
.video-card:hover,
.spotlight-card:hover,
.related-card:hover,
.home-builder-grid-card:hover {
    border-color: transparent;
    box-shadow: var(--shadow-card-hover);
}

.news-row-media,
.spotlight-media {
    box-shadow: 0 10px 24px rgba(7, 27, 66, .07);
}

/* Identidade configurável */
.news-brand.has-image,
.news-drawer-brand.has-image {
    display: grid;
    place-items: center;
}
.news-brand.has-image img {
    width: min(334px, 46vw);
    max-height: 62px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 20, 75, .14));
}
.news-drawer-brand.has-image img {
    width: min(230px, calc(100vw - 190px));
    max-height: 54px;
    height: auto;
    object-fit: contain;
    filter: none;
}
.site-footer-logo-image {
    width: auto;
    max-width: 230px;
    max-height: 72px;
    object-fit: contain;
    margin-bottom: 8px;
}

@media (max-width: 720px) {
    .news-brand.has-image img { width: min(196px, 54vw); max-height: 46px; }
    .news-drawer-brand.has-image img { width: min(180px, calc(100vw - 158px)); max-height: 46px; }
    .site-footer-logo-image { max-width: 190px; max-height: 58px; }
}

/* Bloco 4.8B — interações, micro-UX e acabamento final */
.news-header {
    position: sticky;
    top: 0;
    z-index: 180;
    transition: top .24s cubic-bezier(.2,.7,.2,1), box-shadow .2s ease;
    will-change: top;
}
/*
 * Não usar transform no .news-header: o drawer é position:fixed e um
 * ancestral transformado faria o painel ficar preso à altura do header.
 * O deslocamento por top preserva o sticky inteligente e mantém o drawer
 * relativo à viewport.
 */
.news-header.is-hidden { top: -74px; }
.news-header.is-condensed { box-shadow: 0 12px 32px rgba(4, 24, 66, .11); }
.news-header .site-utility {
    max-height: 38px;
    overflow: hidden;
    opacity: 1;
    transition: max-height .2s ease, opacity .16s ease, border-color .16s ease;
}
.news-header .news-primary-nav {
    max-height: 48px;
    overflow: hidden;
    opacity: 1;
    transition: max-height .2s ease, opacity .16s ease, border-color .16s ease;
}
.news-header .news-masthead-inner,
.news-header .news-brand.has-image img,
.news-header .news-brand strong {
    transition: min-height .2s ease, width .2s ease, max-height .2s ease, font-size .2s ease, transform .2s ease;
}
.news-header.is-condensed .site-utility,
.news-header.is-condensed .news-primary-nav {
    max-height: 0;
    opacity: 0;
    border-color: transparent;
    pointer-events: none;
}
.news-header.is-condensed .news-masthead-inner { min-height: 62px; }
.news-header.is-condensed .news-brand.has-image img { width: min(286px, 40vw); max-height: 50px; }
.news-header.is-condensed .news-brand strong { font-size: 38px; }
.news-header.is-condensed .news-brand small { display: none; }
.news-search-panel { transform-origin: top right; }
.news-menu.is-closing .news-menu-drawer { animation: newsDrawerOut .19s ease both; }
.news-menu.is-closing .news-menu-backdrop { animation: newsFadeOut .19s ease both; }

@keyframes newsDrawerOut {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(-100%); opacity: .82; }
}
@keyframes newsFadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.breaking-inner > strong span { animation: breakingPulse 1.8s ease-in-out infinite; }
@keyframes breakingPulse {
    0%, 100% { opacity: .72; transform: rotate(45deg) scale(.82); }
    50% { opacity: 1; transform: rotate(45deg) scale(1.14); }
}
.breaking-list { scroll-snap-type: x proximity; }
.breaking-list a { scroll-snap-align: start; }

/* Compartilhamento da matéria */
.article-share {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}
.article-share-label {
    flex: 0 0 auto;
    color: #748197;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.article-share-actions {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.article-share-button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: #f2f5fa;
    color: #2b3b50;
    box-shadow: 0 5px 14px rgba(7, 27, 66, .07);
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.article-share-button:hover {
    transform: translateY(-2px);
    background: #eaf2ff;
    color: var(--blue);
    box-shadow: 0 10px 20px rgba(7, 27, 66, .11);
}
.article-share-button.is-whatsapp:hover { background: #e7f8ee; color: #128c4c; }
.article-share-native { background: var(--blue); color: #fff; }
.article-share-native:hover { background: var(--blue-dark); color: #fff; }

/* Progresso de leitura */
.reading-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 260;
    height: 3px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity .14s ease;
}
.reading-progress.is-active { opacity: 1; }
.reading-progress > span {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, #58bfff 0%, #0b5cff 48%, #4d7dff 100%);
    box-shadow: 0 0 12px rgba(66, 166, 255, .48);
    will-change: transform;
}

/* Galeria com lightbox */
.article-gallery-open {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: #0b1730;
    cursor: zoom-in;
    box-shadow: 0 10px 24px rgba(7,27,66,.07);
}
.article-gallery-open img {
    width: 100%;
    box-shadow: none;
    transition: transform .32s cubic-bezier(.2,.7,.2,1), opacity .2s ease;
}
.article-gallery-open:hover img { transform: scale(1.025); opacity: .94; }
.article-gallery-zoom {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(4, 18, 46, .78);
    color: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.2);
    backdrop-filter: blur(8px);
    opacity: .88;
    transition: transform .18s ease, opacity .18s ease;
}
.article-gallery-open:hover .article-gallery-zoom { transform: scale(1.06); opacity: 1; }
.article-lightbox {
    width: 100vw;
    max-width: none;
    height: 100vh;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(2, 9, 24, .96);
    color: #fff;
}
.article-lightbox::backdrop { background: rgba(2, 9, 24, .84); backdrop-filter: blur(9px); }
.article-lightbox-shell {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    align-items: center;
    gap: 12px;
    padding: 72px 24px 30px;
}
.article-lightbox figure {
    min-width: 0;
    max-width: min(1180px, 100%);
    max-height: 100%;
    display: grid;
    justify-items: center;
    gap: 12px;
    margin: 0 auto;
}
.article-lightbox figure img {
    max-width: 100%;
    max-height: calc(100vh - 150px);
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 25px 80px rgba(0,0,0,.42);
}
.article-lightbox figcaption {
    max-width: 760px;
    color: rgba(255,255,255,.76);
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
.article-lightbox-close,
.article-lightbox-nav {
    border: 0;
    background: rgba(255,255,255,.1);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: background .18s ease, transform .18s ease;
}
.article-lightbox-close:hover,
.article-lightbox-nav:hover { background: rgba(255,255,255,.2); transform: scale(1.05); }
.article-lightbox-close {
    position: absolute;
    top: 20px;
    right: 22px;
    z-index: 2;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}
.article-lightbox-nav {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    justify-self: center;
    border-radius: 50%;
}

/* Voltar ao topo e toast */
.back-to-top {
    position: fixed;
    right: max(18px, calc((100vw - var(--max)) / 2 - 58px));
    bottom: 22px;
    z-index: 150;
    min-width: 52px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: #071d4f;
    color: #fff;
    box-shadow: 0 14px 34px rgba(3, 20, 55, .24);
    cursor: pointer;
    opacity: 0;
    transform: translateY(12px) scale(.96);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, background .18s ease;
}
.back-to-top.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.back-to-top:hover { background: var(--blue); }
.back-to-top span { font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.site-toast {
    position: fixed;
    right: 20px;
    bottom: 82px;
    z-index: 300;
    max-width: min(340px, calc(100vw - 40px));
    padding: 11px 15px;
    border-radius: 12px;
    background: #081c49;
    color: #fff;
    box-shadow: 0 14px 38px rgba(3, 20, 55, .25);
    font-size: 12px;
    font-weight: 750;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease;
}
.site-toast.is-visible { opacity: 1; transform: translateY(0); }

/* Hover somente quando o dispositivo realmente possui ponteiro */
@media (hover: hover) and (pointer: fine) {
    .lead-story,
    .lead-secondary-card,
    .spotlight-card,
    .home-builder-grid-card,
    .video-card,
    .related-card,
    .news-row { transform: translateZ(0); }
    .lead-secondary-card,
    .spotlight-card,
    .home-builder-grid-card,
    .video-card,
    .related-card {
        transition: transform .22s ease, box-shadow .22s ease;
    }
    .lead-secondary-card:hover,
    .spotlight-card:hover,
    .home-builder-grid-card:hover,
    .video-card:hover,
    .related-card:hover { transform: translateY(-3px); }
}

@media (max-width: 960px) {
    .news-header.is-hidden { top: -68px; }
    .news-header.is-condensed .news-masthead-inner { min-height: 58px; }
    .article-share { align-items: flex-start; flex-direction: column; gap: 9px; }
    .article-lightbox-shell { grid-template-columns: 58px minmax(0, 1fr) 58px; padding-inline: 12px; }
}

@media (max-width: 720px) {
    .news-header.is-condensed .news-brand.has-image img { width: min(174px, 49vw); max-height: 40px; }
    .news-header.is-condensed .news-brand strong { font-size: 32px; }
    .article-share-actions { gap: 7px; }
    .article-share-button { min-height: 40px; padding-inline: 11px; }
    .article-share-button span { display: none; }
    .article-share-button { width: 42px; padding: 0; }
    .article-share-native { width: auto; padding-inline: 13px; }
    .article-share-native span { display: inline; }
    .article-lightbox-shell { grid-template-columns: 1fr; padding: 68px 12px 18px; }
    .article-lightbox-nav {
        position: absolute;
        top: 50%;
        z-index: 2;
        width: 44px;
        height: 44px;
        transform: translateY(-50%);
    }
    .article-lightbox-nav:hover { transform: translateY(-50%) scale(1.04); }
    .article-lightbox-nav.is-prev { left: 10px; }
    .article-lightbox-nav.is-next { right: 10px; }
    .article-lightbox figure img { max-height: calc(100vh - 125px); }
    .back-to-top { right: 14px; bottom: 14px; width: 46px; min-width: 46px; height: 46px; padding: 0; }
    .back-to-top span { display: none; }
    .site-toast { right: 14px; bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .news-header,
    .news-header .site-utility,
    .news-header .news-primary-nav,
    .news-header .news-masthead-inner,
    .news-menu.is-closing .news-menu-drawer,
    .news-menu.is-closing .news-menu-backdrop,
    .breaking-inner > strong span,
    .article-share-button,
    .article-gallery-open img,
    .article-gallery-zoom,
    .back-to-top,
    .site-toast { animation: none !important; transition: none !important; }
}

/* Bloco 4.8C — regressão responsiva e polimento final */

/* Com JS ativo o drawer já possui botão de fechar próprio; evita o gatilho fantasma sobre o painel. */
.js-enhanced .news-menu[open] > .news-menu-trigger {
    opacity: 0;
    pointer-events: none;
}
.js-enhanced .news-menu-drawer-head { padding-left: 20px; }
html.news-menu-open,
body.news-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
}
body.news-menu-open .reading-progress { opacity: 0 !important; }

/* Sidebar não fica escondida sob o masthead sticky ao voltar a rolagem. */
@media (min-width: 921px) {
    .home-news-rail,
    .article-rail { top: 84px; }
}

/* Conteúdo editorial não força overflow horizontal com links/palavras excepcionalmente longos. */
.article-content,
.article-content a,
.article-source,
.article-source a { overflow-wrap: anywhere; }

/* Viewport dinâmica melhora lightbox e busca em browsers móveis com barras retráteis. */
.article-lightbox {
    height: 100dvh;
    max-height: 100dvh;
}
.article-lightbox figure img { max-height: calc(100dvh - 150px); }

@media (max-width: 720px) {
    .js-enhanced .news-menu-drawer-head { padding-left: 14px; }
    .news-header.is-condensed .news-search-panel { top: 66px; }
    .news-search-panel {
        max-height: calc(100dvh - 80px);
        overflow-y: auto;
    }
    .article-featured figcaption,
    .article-gallery figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
    .article-featured figcaption small,
    .article-gallery figcaption small { flex: 0 1 auto; }
    .article-lightbox figure img { max-height: calc(100dvh - 125px); }
}

@media (prefers-reduced-motion: reduce) {
    .js-enhanced .news-menu[open] > .news-menu-trigger { transition: none !important; }
}

/* Hotfix pós-4.8C — grade adaptativa da Seleção da Redação */
@media (min-width: 1101px) {
    .spotlight-grid-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .spotlight-grid-count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .spotlight-grid-count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .spotlight-grid-count-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .spotlight-grid-count-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

/* Um único destaque vira uma chamada editorial horizontal, em vez de ocupar 1/6 da grade. */
@media (min-width: 721px) {
    .spotlight-grid-count-1 { grid-template-columns: minmax(0, 1fr); }
    .spotlight-grid-count-1 .spotlight-card {
        display: grid;
        grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
        grid-template-rows: auto auto 1fr;
        column-gap: 28px;
        align-items: center;
        overflow: hidden;
        min-height: 245px;
        border-radius: 18px;
        background: #fff;
        box-shadow: var(--shadow-card);
    }
    .spotlight-grid-count-1 .spotlight-media {
        grid-column: 1;
        grid-row: 1 / 4;
        align-self: stretch;
        width: 100%;
        height: 100%;
        min-height: 245px;
        margin: 0;
        border-radius: 18px 0 0 18px;
        aspect-ratio: auto;
    }
    .spotlight-grid-count-1 .story-kicker {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
        margin: 34px 28px 0 0;
    }
    .spotlight-grid-count-1 h3 {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        margin: 10px 28px 12px 0;
        max-width: 680px;
        font-size: clamp(23px, 2.2vw, 34px);
        line-height: 1.08;
        letter-spacing: -.8px;
        text-wrap: balance;
    }
    .spotlight-grid-count-1 .compact-time {
        grid-column: 2;
        grid-row: 3;
        align-self: start;
        margin-right: 28px;
    }
}

@media (min-width: 721px) and (max-width: 1100px) {
    .spotlight-grid-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .spotlight-grid-count-1 { grid-template-columns: 1fr; }
    .spotlight-grid-count-1 .spotlight-card {
        overflow: hidden;
        border-radius: 16px;
        background: #fff;
        box-shadow: var(--shadow-card);
    }
    .spotlight-grid-count-1 .spotlight-media {
        margin-bottom: 14px;
        border-radius: 16px 16px 0 0;
        aspect-ratio: 1.5;
    }
    .spotlight-grid-count-1 .story-kicker,
    .spotlight-grid-count-1 h3,
    .spotlight-grid-count-1 .compact-time { margin-inline: 16px; }
    .spotlight-grid-count-1 h3 {
        margin-top: 8px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.16;
    }
    .spotlight-grid-count-1 .compact-time {
        display: block;
        margin-bottom: 16px;
    }
}

/* Hotfix pós-4.8C — card editorial estável de "Em destaque na RMC" */
.home-spotlight .spotlight-grid {
    align-items: stretch;
}

.home-spotlight .spotlight-card {
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(7, 27, 66, .105), 0 4px 12px rgba(7, 27, 66, .045);
    transform: none;
    transition: box-shadow .22s ease;
}

.home-spotlight .spotlight-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
    outline: 0;
}

.home-spotlight .spotlight-card-link:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(13, 102, 255, .28);
}

.home-spotlight .spotlight-media {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    aspect-ratio: 16 / 9;
    background: var(--soft);
    box-shadow: none;
}

.home-spotlight .spotlight-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    filter: none;
    transition: transform .32s cubic-bezier(.2,.7,.2,1);
}

.home-spotlight .spotlight-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 17px 18px 18px;
}

.home-spotlight .spotlight-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    margin-bottom: 10px;
}

.home-spotlight .spotlight-card-meta .story-kicker,
.home-spotlight .spotlight-card-meta .compact-time {
    margin: 0;
}

.home-spotlight .spotlight-card-meta .compact-time {
    flex: 0 0 auto;
    white-space: nowrap;
}

.home-spotlight .spotlight-card h3 {
    margin: 0;
    color: var(--blue-deep);
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -.28px;
    text-wrap: balance;
}

.home-spotlight .spotlight-grid-count-1 {
    grid-template-columns: minmax(0, 720px);
}

.home-spotlight .spotlight-grid-count-1 .spotlight-card {
    width: 100%;
    min-height: 0;
}

.home-spotlight .spotlight-grid-count-1 .spotlight-media {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
}

.home-spotlight .spotlight-grid-count-1 .story-kicker,
.home-spotlight .spotlight-grid-count-1 h3,
.home-spotlight .spotlight-grid-count-1 .compact-time {
    margin-inline: 0;
}

.home-spotlight .spotlight-grid-count-1 h3 {
    margin: 0;
    max-width: none;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.12;
    letter-spacing: -.55px;
}

@media (hover: hover) and (pointer: fine) {
    .home-spotlight .spotlight-card:hover {
        transform: none;
        box-shadow: 0 22px 48px rgba(7, 27, 66, .14), 0 8px 18px rgba(7, 27, 66, .055);
    }

    .home-spotlight .spotlight-card:hover .spotlight-media img {
        transform: scale(1.025);
        filter: none;
    }

    .home-spotlight .spotlight-card:hover h3 {
        color: var(--blue);
    }
}

@media (max-width: 720px) {
    .home-spotlight .spotlight-grid-count-1 {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-spotlight .spotlight-grid-count-1 .spotlight-card,
    .home-spotlight .spotlight-card {
        border-radius: 16px;
    }

    .home-spotlight .spotlight-card-body {
        padding: 15px 16px 17px;
    }

    .home-spotlight .spotlight-card-meta {
        margin-bottom: 8px;
    }

    .home-spotlight .spotlight-card h3,
    .home-spotlight .spotlight-grid-count-1 h3 {
        font-size: 18px;
        line-height: 1.18;
    }
}

@media (max-width: 420px) {
    .home-spotlight .spotlight-card-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .home-spotlight .spotlight-card-meta .compact-time {
        white-space: normal;
    }
}

/* Hotfix 4.8C — Notícias relacionadas: correção exclusivamente visual
   Não altera markup, consulta, ranking, quantidade, ordem ou links. */
.article-related .related-card {
    min-width: 0;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-card);
    transform: none !important;
    transition: box-shadow .24s ease;
}

.article-related .related-card:hover {
    transform: none !important;
    box-shadow: var(--shadow-card-hover);
}

.article-related .related-card-media {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    background: var(--soft);
}

.article-related .related-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1) !important;
    transition: transform .34s cubic-bezier(.2,.7,.2,1);
}

.article-related .related-card > .story-kicker {
    display: block;
    padding: 16px 18px 0;
}

.article-related .related-card h3 {
    margin: 7px 18px 18px;
    font-size: 15px;
    line-height: 1.32;
    letter-spacing: -.2px;
}

.article-related .related-card h3 a {
    display: block;
}

@media (hover: hover) and (pointer: fine) {
    .article-related .related-card:hover .related-card-media img {
        transform: scale(1.025) !important;
    }
}

@media (max-width: 480px) {
    .article-related .related-card {
        border-radius: 15px;
    }

    .article-related .related-card-media {
        border-radius: 15px 15px 0 0;
    }

    .article-related .related-card > .story-kicker {
        padding: 13px 14px 0;
    }

    .article-related .related-card h3 {
        margin: 6px 14px 14px;
        font-size: 13px;
        line-height: 1.32;
    }
}

/* FASE 5.5 — Publicidade pública */
.ad-unit {
    min-width: 0;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(145deg, #f7f9fc, #eef3f8);
    box-shadow: 0 10px 28px rgba(7, 27, 66, .07);
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.ad-unit-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
    color: #758195;
    font-size: 9px;
    line-height: 1.25;
}
.ad-unit-label {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #dfe7f1;
    color: #425067;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.ad-unit-advertiser {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
.ad-display-shell {
    overflow: hidden;
    border-radius: 13px;
    background: #e9eef5;
}
.ad-display-link { display: block; }
.ad-display-image {
    width: 100%;
    height: auto;
    max-height: 330px;
    object-fit: contain;
    background: #e9eef5;
}
.ad-unit-credit {
    display: block;
    margin-top: 7px;
    color: #8791a0;
    font-size: 8px;
    line-height: 1.35;
    text-align: right;
}
.ad-native-link {
    display: grid;
    grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
    align-items: stretch;
    gap: 18px;
    overflow: hidden;
    border-radius: 13px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(7, 27, 66, .045);
}
.ad-native-link.is-static { cursor: default; }
.ad-native-media {
    min-height: 140px;
    overflow: hidden;
    background: #e9eef5;
}
.ad-native-media img {
    width: 100%;
    height: 100%;
    min-height: 140px;
    object-fit: cover;
}
.ad-native-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 20px 22px 20px 0;
}
.ad-native-copy strong {
    color: var(--blue-deep);
    font-size: 21px;
    line-height: 1.12;
    letter-spacing: -.45px;
}
.ad-native-copy > span {
    display: -webkit-box;
    overflow: hidden;
    color: #657186;
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ad-native-copy em {
    color: var(--blue);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}
.ad-display-link:focus-visible,
.ad-native-link:focus-visible {
    outline: 3px solid rgba(11, 92, 255, .42);
    outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
    .ad-display-link .ad-display-image,
    .ad-native-media img { transition: filter .2s ease; }
    .ad-display-link:hover .ad-display-image,
    .ad-native-link:hover .ad-native-media img { filter: brightness(.96); }
    .ad-native-link:hover .ad-native-copy strong { color: var(--blue); }
}

.ad-slot-home-top,
.ad-slot-home-after-hero,
.ad-slot-home-section,
.ad-slot-category-top { width: 100%; }
.ad-slot-feed-native {
    margin: 14px 0;
    padding: 12px;
    box-shadow: none;
}
.ad-slot-feed-native .ad-native-link {
    grid-template-columns: 220px minmax(0, 1fr);
    box-shadow: none;
}
.article-content .ad-unit {
    margin: 34px 0 38px;
    font-size: initial;
    line-height: normal;
}
.article-content .ad-unit a {
    color: inherit;
    text-decoration: none;
}
.article-content .ad-native-copy strong { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.ad-slot-article-end { margin-top: 48px !important; }
.article-rail .ad-unit {
    margin-top: 16px;
    padding: 11px;
    border-radius: 16px;
}
.article-rail .ad-unit-meta {
    display: grid;
    gap: 5px;
}
.article-rail .ad-unit-advertiser { white-space: normal; }
.article-rail .ad-native-link { grid-template-columns: 1fr; gap: 0; }
.article-rail .ad-native-media { min-height: 130px; }
.article-rail .ad-native-media img { min-height: 130px; }
.article-rail .ad-native-copy { padding: 14px; }
.article-rail .ad-native-copy strong { font-size: 16px; }
.article-rail .ad-native-copy > span { -webkit-line-clamp: 2; font-size: 10px; }
.article-rail .ad-display-image { max-height: 300px; }

.ad-slot-mobile-sticky { display: none; }

@media (max-width: 720px) {
    .has-mobile-sticky-ad { padding-bottom: 126px; }
    .ad-unit { padding: 11px; border-radius: 15px; }
    .ad-unit-meta { margin-bottom: 7px; gap: 8px; }
    .ad-native-link,
    .ad-slot-feed-native .ad-native-link {
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 12px;
    }
    .ad-native-media,
    .ad-native-media img { min-height: 102px; }
    .ad-native-copy { gap: 5px; padding: 12px 12px 12px 0; }
    .ad-native-copy strong { font-size: 16px; }
    .ad-native-copy > span { font-size: 10px; -webkit-line-clamp: 2; }
    .article-content .ad-unit { margin: 28px 0 32px; }

    .ad-slot-mobile-sticky {
        position: fixed;
        z-index: 70;
        right: 10px;
        bottom: 10px;
        left: 10px;
        display: block;
        max-width: 680px;
        margin-inline: auto;
        padding: 8px;
        border-radius: 14px;
        background: rgba(247, 249, 252, .98);
        box-shadow: 0 18px 46px rgba(3, 16, 42, .28);
        backdrop-filter: blur(10px);
    }
    .ad-slot-mobile-sticky .ad-unit-meta { margin-bottom: 5px; }
    .ad-slot-mobile-sticky .ad-unit-label { min-height: 18px; padding-inline: 6px; font-size: 7px; }
    .ad-slot-mobile-sticky .ad-unit-advertiser { max-width: 58%; font-size: 7px; }
    .ad-slot-mobile-sticky .ad-display-shell { border-radius: 9px; }
    .ad-slot-mobile-sticky .ad-display-image { max-height: 72px; }
    .ad-slot-mobile-sticky .ad-unit-credit { display: none; }
    .ad-slot-mobile-sticky .ad-native-link { grid-template-columns: 88px minmax(0, 1fr); gap: 9px; border-radius: 9px; }
    .ad-slot-mobile-sticky .ad-native-media,
    .ad-slot-mobile-sticky .ad-native-media img { min-height: 66px; max-height: 66px; }
    .ad-slot-mobile-sticky .ad-native-copy { gap: 3px; padding: 7px 8px 7px 0; }
    .ad-slot-mobile-sticky .ad-native-copy strong { font-size: 12px; line-height: 1.08; }
    .ad-slot-mobile-sticky .ad-native-copy > span { display: none; }
    .ad-slot-mobile-sticky .ad-native-copy em { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    .ad-display-link .ad-display-image,
    .ad-native-media img { transition: none !important; }
}


/* Hotfix pós-FASE 5 — Home: breaking consolidado + tipografia dos cards calibrada
   Escopo deliberadamente visual. Não altera queries, Home Builder, Breaking News lógico,
   ranking editorial, related posts ou qualquer regra de entrega/publicação. */
.breaking-strip {
    background: linear-gradient(90deg, #082f8f 0%, #0d55e8 52%, #0a46c6 100%);
    box-shadow: inset 0 1px rgba(255,255,255,.09), 0 10px 26px rgba(7,27,66,.08);
}

.breaking-strip::after {
    background: linear-gradient(100deg, transparent 34%, rgba(255,255,255,.1), transparent 52%);
}

.breaking-inner {
    gap: 14px;
    min-height: 48px;
    align-items: center;
}

.breaking-inner > strong {
    align-self: center;
    gap: 9px;
    min-height: 32px;
    margin-left: 0;
    padding: 0 14px 0 12px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(6, 23, 58, .26);
    box-shadow: inset 0 1px rgba(255,255,255,.08);
    letter-spacing: .11em;
}

.breaking-list {
    flex: 1 1 auto;
    gap: 0;
    padding: 0;
}

.breaking-list a {
    max-width: 540px;
    font-size: 12px;
    font-weight: 760;
}

.breaking-list a + a {
    margin-left: 18px;
    padding-left: 18px;
    border-left: 1px solid rgba(255,255,255,.17);
}

.lead-story-content h1 {
    max-width: 720px;
    font-size: clamp(34px, 3.5vw, 54px);
    line-height: 1.01;
    letter-spacing: -1.8px;
}

.lead-story-content p {
    max-width: 700px;
    font-size: 15px;
}

.lead-secondary-copy h2,
.home-spotlight .spotlight-card h3,
.home-builder-grid-card h3,
.home-builder-list-card h3,
.news-row-copy h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.lead-secondary-copy h2 {
    margin: 10px 0 9px;
    font-size: 19px;
    line-height: 1.14;
    -webkit-line-clamp: 4;
}

.home-spotlight .spotlight-card h3 {
    font-size: 16px;
    line-height: 1.22;
    -webkit-line-clamp: 3;
}

.home-builder-grid-card h3 {
    font-size: 18px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
}

.home-builder-list-card h3 {
    font-size: 15px;
    line-height: 1.24;
    -webkit-line-clamp: 3;
}

.news-row-copy h3 {
    font-size: 22px;
    line-height: 1.12;
    -webkit-line-clamp: 3;
}

@media (max-width: 1120px) {
    .lead-story-content h1 {
        font-size: clamp(32px, 3.2vw, 48px);
    }

    .lead-secondary-copy h2 {
        font-size: 18px;
    }

    .home-builder-grid-card h3 {
        font-size: 17px;
    }

    .news-row-copy h3 {
        font-size: 20px;
    }
}

@media (max-width: 720px) {
    .breaking-inner {
        gap: 10px;
        min-height: 44px;
    }

    .breaking-inner > strong {
        min-height: 30px;
        padding-inline: 12px;
        font-size: 9px;
    }

    .breaking-list a {
        max-width: 360px;
        font-size: 11px;
    }

    .breaking-list a + a {
        margin-left: 14px;
        padding-left: 14px;
    }

    .lead-story-content h1 {
        font-size: 34px;
        letter-spacing: -1.25px;
    }

    .lead-story-content p {
        font-size: 14px;
    }

    .lead-secondary-copy {
        padding: 20px;
    }

    .lead-secondary-copy h2 {
        font-size: 18px;
        -webkit-line-clamp: 3;
    }

    .home-spotlight .spotlight-card h3,
    .home-builder-grid-card h3,
    .home-builder-list-card h3 {
        font-size: 16px;
    }

    .news-row-copy h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .breaking-inner {
        align-items: stretch;
    }

    .breaking-list a {
        max-width: 320px;
    }

    .lead-story-content h1 {
        font-size: 29px;
    }

    .lead-secondary-copy h2 {
        font-size: 17px;
    }

    .home-spotlight .spotlight-card h3,
    .home-builder-grid-card h3,
    .home-builder-list-card h3 {
        font-size: 15px;
    }

    .news-row-copy h3 {
        font-size: 15px;
    }
}


/* Hotfix pós-FASE 5 — estabilidade do header sticky
   O estabilizador neutraliza a variação de altura do header durante condensação,
   evitando scroll anchoring/oscilações sem transformar o drawer em filho de um
   ancestral com transform. */
.news-header-flow-stabilizer {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    visibility: hidden;
    pointer-events: none;
}

.news-header.is-measuring,
.news-header.is-measuring .site-utility,
.news-header.is-measuring .news-primary-nav,
.news-header.is-measuring .news-masthead-inner,
.news-header.is-measuring .news-brand.has-image img,
.news-header.is-measuring .news-brand strong {
    transition: none !important;
}


/* Hotfix pós-FASE 5 — imagem destacada da matéria no mobile
   Em telas móveis, a mídia principal assume proporção editorial 4:5,
   equivalente a 1080 × 1350, sem deformar o arquivo original. */
@media (max-width: 720px) {
    .article-featured img {
        display: block;
        width: 100%;
        height: auto;
        max-height: none;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: center center;
        border-radius: 16px;
    }
}
