:root {
  --paper: #fff;
  --ink: #151515;
  --muted: #6d6d6d;
  --rule: #d8d8d8;
  --accent: #a51d2d;
  --dark: #151515;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button, input { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.topline { border-bottom: 1px solid var(--rule); color: var(--muted); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.topline-inner { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; }
.topline a { color: var(--accent); }
.site-header { background: #fff; border-bottom: 1px solid var(--ink); }
.masthead { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; min-height: 92px; }
.menu-toggle, .search-toggle { background: none; border: 0; color: var(--ink); cursor: pointer; font-size: 12px; letter-spacing: .08em; padding: 8px 0; text-transform: uppercase; text-align: left; }
.search-toggle { text-align: right; }
.menu-toggle:hover, .search-toggle:hover { color: var(--accent); }
.masthead-actions { align-items: center; display: flex; gap: 22px; justify-content: flex-end; }
.newsletter-link { border: 1px solid var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .06em; padding: 10px 13px; text-transform: uppercase; }
.newsletter-link:hover { background: var(--ink); color: #fff; }
.advertise-link { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.brand-lockup { align-items: center; display: flex; justify-content: center; }
.wordmark { align-items: baseline; display: inline-flex; font-family: Arial, Helvetica, sans-serif; font-size: clamp(24px, 2.8vw, 38px); font-weight: 800; letter-spacing: -.075em; line-height: 1; white-space: nowrap; }
.wordmark span { color: var(--accent); font-family: inherit; font-size: 1em; font-style: normal; font-weight: 800; letter-spacing: inherit; margin-left: .2em; }
.main-nav { display: flex; gap: 28px; overflow-x: auto; padding-bottom: 14px; padding-top: 4px; scrollbar-width: none; }
.main-nav::-webkit-scrollbar { display: none; }
.main-nav a { font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.main-nav a.active { color: var(--accent); }
.search-panel { border-top: 1px solid var(--rule); padding-bottom: 18px; padding-top: 16px; }
.search-panel label, .newsletter-form label { color: var(--muted); display: block; font-size: 11px; letter-spacing: .07em; margin-bottom: 7px; text-transform: uppercase; }
.search-row { display: flex; gap: 8px; }
.search-row input, .newsletter-form input { border: 1px solid #999; border-radius: 0; flex: 1; min-width: 0; padding: 12px; }
.search-row button, .newsletter-form button { background: var(--ink); border: 1px solid var(--ink); color: #fff; cursor: pointer; font-weight: 700; padding: 12px 16px; }
.search-feedback, .newsletter-form small { color: var(--muted); font-size: 12px; }
.breaking-bar { align-items: center; border-bottom: 1px solid var(--rule); display: flex; gap: 14px; padding: 16px 0; }
.breaking-label, .eyebrow { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .11em; margin: 0; text-transform: uppercase; }
.breaking-bar p { flex: 1; font-family: Georgia, 'Times New Roman', serif; font-size: 15px; margin: 0; }
.breaking-bar a, .section-heading > a { color: var(--accent); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.lead-grid { border-bottom: 1px solid var(--ink); display: grid; gap: 34px; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .9fr); padding-bottom: 40px; padding-top: 34px; }
.lead-image, .card-image, .focus-image { background: #eee; display: block; overflow: hidden; }
.lead-image, .card-image, .focus-image { position: relative; }
.image-credit { background: rgba(0, 0, 0, .68); bottom: 0; color: #fff; font-size: 10px; left: 0; line-height: 1.25; padding: 4px 7px; position: absolute; right: 0; }
.lead-image { aspect-ratio: 16 / 9; }
.lead-image img, .card-image img, .focus-image img { display: block; height: 100%; object-fit: cover; transition: transform .3s ease; width: 100%; }
.lead-image:hover img, .card-image:hover img, .focus-image:hover img { transform: scale(1.02); }
.lead-story .eyebrow { margin-top: 20px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; }
h1 { font-size: clamp(36px, 5.4vw, 76px); letter-spacing: -.055em; line-height: .98; margin-bottom: 16px; max-width: 900px; }
.deck { color: #454545; font-size: 17px; line-height: 1.45; max-width: 720px; }
.byline, .meta { color: var(--muted); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.lead-rail { border-left: 1px solid var(--rule); padding-left: 24px; }
.rail-story { border-bottom: 1px solid var(--rule); padding: 0 0 22px; margin-bottom: 22px; }
.rail-story h2 { font-size: clamp(22px, 2.3vw, 32px); letter-spacing: -.04em; line-height: 1.02; margin: 8px 0 10px; }
.rail-story p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.45; margin-bottom: 0; }
.rail-highlight { border-bottom: 0; margin-bottom: 0; }
.latest-section, .split-section { padding-bottom: 54px; padding-top: 48px; }
.section-heading { align-items: end; border-bottom: 2px solid var(--ink); display: flex; justify-content: space-between; margin-bottom: 22px; padding-bottom: 12px; }
.section-heading h2 { font-size: 34px; letter-spacing: -.05em; margin: 5px 0 0; }
.latest-grid { display: grid; gap: 20px; grid-template-columns: 1.45fr 1fr 1fr; }
.news-card { border-left: 1px solid var(--rule); padding-left: 20px; }
.featured-card { border-left: 0; padding-left: 0; }
.card-image { aspect-ratio: 16 / 9; margin-bottom: 16px; }
.news-card h3, .focus-main h3 { font-size: 24px; letter-spacing: -.04em; line-height: 1.04; margin: 8px 0 10px; }
.news-card .summary { color: var(--muted); font-size: 13px; line-height: 1.45; }
.focus-grid { display: grid; gap: 34px; grid-template-columns: 1.25fr 1fr; }
.focus-image { aspect-ratio: 16 / 10; margin-bottom: 16px; }
.focus-list article { border-bottom: 1px solid var(--rule); display: grid; gap: 16px; grid-template-columns: 30px 1fr; padding: 15px 0; }
.focus-list article:first-child { padding-top: 0; }
.focus-list article > span { color: var(--accent); font-family: Georgia, 'Times New Roman', serif; font-size: 20px; }
.focus-list h3 { font-size: 20px; line-height: 1.08; margin: 6px 0 0; }
.dark-section { background: var(--dark); color: #fff; padding: 54px 0; }
.dark-grid { align-items: end; display: grid; gap: 40px; grid-template-columns: 1.3fr 1fr; }
.dark-section h2 { font-size: clamp(32px, 4vw, 54px); letter-spacing: -.05em; line-height: .98; margin: 8px 0 16px; max-width: 650px; }
.dark-section p:not(.eyebrow) { color: #c9c9c9; line-height: 1.5; max-width: 580px; }
.eyebrow.light { color: #ef9aa5; }
.dark-links { display: flex; flex-direction: column; }
.dark-links a { border-top: 1px solid #555; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; padding: 12px 0; }
.newsletter-section { align-items: center; border-bottom: 1px solid var(--ink); display: grid; gap: 60px; grid-template-columns: 1fr 1fr; padding-bottom: 50px; padding-top: 50px; }
.newsletter-section h2 { font-size: clamp(30px, 3vw, 44px); letter-spacing: -.05em; line-height: 1; margin: 8px 0 14px; }
.newsletter-section p:not(.eyebrow) { color: var(--muted); line-height: 1.45; }
.newsletter-form > div { display: flex; gap: 8px; }
.site-footer { background: #fff; padding: 38px 0 22px; }
.footer-grid { display: grid; gap: 30px; grid-template-columns: 2fr 1fr 1fr; }
.footer-brand { justify-content: flex-start; }
.footer-mark { font-size: 28px; }
.site-footer p:not(.footer-label) { color: var(--muted); font-size: 13px; margin-top: 16px; }
.footer-label { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .1em; margin-bottom: 14px; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; font-size: 13px; margin-bottom: 10px; }
.footer-bottom { border-top: 1px solid var(--rule); color: var(--muted); display: flex; font-size: 11px; justify-content: space-between; margin-top: 32px; padding-top: 14px; }
/* publicidade */
.ad-slot { background: #fafafa; border-bottom: 1px solid var(--rule); border-top: 1px solid var(--rule); margin: 22px auto; max-width: var(--max); min-height: 126px; padding: 10px 0; text-align: center; }
.ad-slot-label { color: #8b8b8b; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.ad-slot-inner { align-items: center; display: flex; justify-content: center; min-height: 92px; }
.ad-placeholder { align-items: center; color: #696969; display: flex; flex: 1 1 100%; flex-direction: column; gap: 8px; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; width: 100%; }
.ad-placeholder a { color: var(--accent); font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ad-house { align-items: center; background: var(--ink); color: #fff; display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: center; min-height: 90px; padding: 16px 22px; width: 100%; }
.ad-house-kicker { color: #ef9aa5; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ad-house strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(19px, 2.4vw, 29px); font-weight: 700; letter-spacing: -.03em; }
.ad-house a { background: var(--accent); color: #fff; padding: 11px 13px; }
.ad-slot-rail .ad-house { flex-direction: column; min-height: 570px; width: 100%; }
.ad-slot-ready .ad-placeholder { display: none; }
.ad-slot-ready .ad-gpt { min-height: 90px; width: 100%; }
.ad-slot-billboard { min-height: 132px; }
.ad-slot-rectangle { max-width: 380px; min-height: 300px; }
.ad-slot-rail { margin: 0; max-width: 340px; min-height: 620px; }
.article-layout { align-items: start; display: grid; gap: 34px; grid-template-columns: minmax(0, 680px) minmax(260px, 340px); justify-content: center; margin: 34px auto 0; max-width: 1080px; }
.article-layout .article-body { margin: 0; width: auto; }
.article-aside { min-width: 0; position: sticky; top: 18px; }
.advertise-page { padding: 60px 0; }
.advertise-header { border-bottom: 2px solid var(--ink); max-width: 880px; padding-bottom: 36px; }
.advertise-header h1 { max-width: 820px; }
.advertise-cta, .advertise-notes > a { background: var(--ink); color: #fff; display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; padding: 13px 16px; text-transform: uppercase; }
.inventory-section { padding: 48px 0 12px; }
.inventory-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.inventory-grid article { border: 1px solid var(--rule); margin: -1px 0 0 -1px; padding: 24px; }
.inventory-grid h3 { font-size: 28px; margin: 8px 0; }
.inventory-grid article > p:not(.inventory-format) { color: var(--muted); line-height: 1.5; }
.inventory-grid small { color: var(--accent); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.inventory-format { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.advertise-notes { border-top: 1px solid var(--ink); margin-top: 46px; max-width: 880px; padding-top: 28px; }
.advertise-notes p { color: var(--muted); line-height: 1.5; max-width: 720px; }
/* matéria */
.article-page { padding: 44px 0 20px; }
.article-header { max-width: 820px; }
.article-header .eyebrow a:hover { text-decoration: underline; }
.article-title { font-size: clamp(34px, 4.6vw, 58px); letter-spacing: -.045em; line-height: 1.02; margin: 12px 0 18px; }
.article-deck { color: #3f3f3f; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(19px, 2vw, 23px); line-height: 1.4; margin-bottom: 20px; }
.article-header .byline { border-top: 1px solid var(--rule); padding-top: 14px; }
.article-hero { margin: 30px auto 0; max-width: 1040px; width: min(calc(100% - 48px), 1040px); }
.article-hero img { display: block; height: auto; width: 100%; }
.article-hero, .article-figure { position: relative; }
.article-hero figcaption, .article-figure figcaption { background: rgba(0, 0, 0, .68); bottom: 0; color: #fff; font-size: 10px; left: 0; line-height: 1.25; padding: 4px 7px; position: absolute; right: 0; }
.article-body { font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.65; margin: 34px auto 0; max-width: 680px; width: min(calc(100% - 48px), 680px); }
.article-body p { margin: 0 0 1.1em; }
.article-body h2 { font-size: 28px; letter-spacing: -.03em; line-height: 1.15; margin: 1.6em 0 .6em; }
.article-body h3 { font-size: 22px; line-height: 1.2; margin: 1.4em 0 .5em; }
.article-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.article-body blockquote { border-left: 3px solid var(--accent); margin: 1.4em 0; padding-left: 20px; font-style: italic; }
.article-body .fonte { color: #999; font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 1.4; margin-top: 2em; }
.article-body .fonte a { color: #999; }
.article-body .embed-link { font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.article-figure, .article-gallery { margin: 1.6em 0; }
.article-figure img, .article-figure video { display: block; height: auto; max-width: 100%; width: 100%; }
.article-gallery { display: grid; gap: 6px; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
.article-gallery img { aspect-ratio: 1; display: block; height: 100%; object-fit: cover; width: 100%; }
.related-section { border-top: 1px solid var(--ink); margin-top: 60px; padding: 36px 0 40px; }
/* listas */
.list-page { padding: 44px 0 60px; }
.list-header { border-bottom: 2px solid var(--ink); margin-bottom: 28px; padding-bottom: 18px; }
.list-header h1 { font-size: clamp(34px, 4.4vw, 56px); margin: 10px 0 12px; }
.list-header .deck a { color: var(--accent); text-decoration: underline; }
.archive-grid { display: grid; gap: 34px 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.archive-grid .news-card { border-left: 0; padding-left: 0; }
.pager { align-items: center; border-top: 1px solid var(--rule); display: flex; font-size: 12px; font-weight: 700; justify-content: space-between; letter-spacing: .06em; margin-top: 40px; padding-top: 16px; text-transform: uppercase; }
.pager a { color: var(--accent); }
@media (max-width: 760px) {
  .archive-grid { grid-template-columns: 1fr; }
  .article-body { font-size: 18px; width: calc(100% - 28px); }
  .article-hero { width: 100%; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .topline-inner { gap: 8px; }
  .topline-inner span:nth-child(2) { display: none; }
  .masthead { grid-template-columns: auto 1fr auto; min-height: 76px; }
  .masthead-actions { gap: 10px; }
  .newsletter-link { display: none; }
  .advertise-link { display: none; }
  .wordmark { font-size: 27px; }
  .main-nav { gap: 20px; }
  .breaking-bar { align-items: flex-start; flex-wrap: wrap; gap: 8px 12px; }
  .breaking-bar p { flex-basis: calc(100% - 70px); }
  .breaking-bar a { margin-left: 70px; }
  .lead-grid, .latest-grid, .focus-grid, .dark-grid, .newsletter-section, .footer-grid { grid-template-columns: 1fr; }
  .lead-grid { gap: 24px; padding-top: 24px; }
  h1 { font-size: 45px; }
  .lead-rail { border-left: 0; border-top: 1px solid var(--rule); padding-left: 0; padding-top: 24px; }
  .latest-grid { gap: 28px; }
  .news-card, .featured-card { border-left: 0; padding-left: 0; }
  .news-card:not(:last-child) { border-bottom: 1px solid var(--rule); padding-bottom: 24px; }
  .newsletter-section { gap: 24px; }
  .newsletter-form > div { flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .ad-slot { margin-inline: 0; min-height: 112px; }
  .ad-slot-inner { min-height: 74px; }
  .ad-slot-billboard { min-height: 118px; }
  .article-layout { display: block; margin-top: 24px; }
  .article-aside { position: static; }
  .ad-slot-rail { margin-top: 28px; min-height: 280px; }
  .ad-slot-rail .ad-house { min-height: 230px; }
  .inventory-grid { grid-template-columns: 1fr; }
}
