/*
Theme Name:  FalaCidade
Theme URI:   https://falacidade.com.br
Author:      IGRTECH TECNOLOGIA LTDA
Author URI:  https://igrtech.com.br
Description: Portal de notícias FalaCidade — estilo visual inspirado nos grandes portais brasileiros. Suporte a múltiplas cidades/regionais, editorias coloridas, dashboard editorial completo e integração com Gutenberg.
Version:     1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: falacidade
Tags:        news, magazine, journalism, two-columns, three-columns, custom-colors, custom-logo, custom-menu, featured-images, sticky-post, translation-ready, block-patterns, full-site-editing
*/

/* =============================================
   CSS CUSTOM PROPERTIES — CORES POR EDITORIA
   ============================================= */
:root {
  /* Editorias */
  --fc-brasil:         #c4170c;
  --fc-politica:       #c4170c;
  --fc-mundo:          #c4170c;
  --fc-esportes:       #06aa48;
  --fc-entretenimento: #ff6700;
  --fc-economia:       #006767;
  --fc-tecnologia:     #6f7687;
  --fc-saude:          #0e9ab5;
  --fc-meioambiente:   #65a30d;
  --fc-educacao:       #0e9ab5;
  --fc-ciencia:        #0031ff;
  --fc-cultura:        #c04741;
  --fc-moda:           #fa4468;
  --fc-receitas:       #a5147d;
  --fc-cidades:        #0031ff;

  /* UI */
  --fc-bg:       #f5f6f7;
  --fc-surface:  #ffffff;
  --fc-text:     #2f3134;
  --fc-text2:    #6e727a;
  --fc-muted:    #9da3ae;
  --fc-border:   #ebedef;
  --fc-border2:  #d1d5db;
  --fc-dark:     #2f3134;
  --fc-max:      1220px;
  --fc-sidebar:  300px;
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  background: var(--fc-bg);
  color: var(--fc-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; margin: 0; padding: 0; }
button { cursor: pointer; font-family: inherit; }
input, textarea, select { font-family: inherit; }
p { margin: 0 0 1em; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 .5em; line-height: 1.2; }

/* =============================================
   LAYOUT CONTAINERS
   ============================================= */
.fc-container {
  max-width: var(--fc-max);
  margin: 0 auto;
  padding: 0 20px;
}
.fc-container--narrow {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-inner { background: var(--fc-surface); }

/* =============================================
   TOPBAR — logo centrado
   ============================================= */
.site-topbar {
  background: var(--fc-surface);
  border-bottom: 1px solid var(--fc-border);
  height: 64px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 300;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.topbar-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.topbar-left { display: flex; align-items: center; gap: 10px; }
.topbar-right { display: flex; align-items: center; gap: 16px; justify-content: flex-end; }

/* Hamburger */
.fc-menu-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--fc-text);
  padding: 6px 8px;
  border-radius: 4px;
}
.fc-menu-toggle:hover { background: var(--fc-bg); }
.hamburger { display: flex; flex-direction: column; gap: 4px; }
.hamburger span { display: block; width: 18px; height: 2px; background: var(--fc-text); border-radius: 1px; }

/* Logo centrado */
.site-logo a {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
}
.logo-fc   { color: var(--fc-text); }
.logo-dot  { color: var(--fc-brasil); }
.logo-com  { color: var(--fc-brasil); }
.site-logo img { max-height: 44px; width: auto; }

/* Ações direita */
.topbar-action {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--fc-text2);
  background: none;
  border: none;
  padding: 6px 8px;
  border-radius: 4px;
  transition: color .12s;
  text-decoration: none;
}
.topbar-action:hover { color: var(--fc-text); background: var(--fc-bg); }
.topbar-search-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: var(--fc-surface);
  border-bottom: 1px solid var(--fc-border);
  padding: 12px 20px;
  z-index: 301;
}
.topbar-search-form.is-open { display: block; }
.topbar-search-form input {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--fc-border2);
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.topbar-search-form input:focus { border-color: var(--fc-brasil); }

/* =============================================
   NAVIGATION — editorias coloridas
   ============================================= */
.site-navigation {
  background: var(--fc-surface);
  border-bottom: 1px solid var(--fc-border);
  overflow-x: auto;
  scrollbar-width: none;
  position: sticky;
  top: 64px;
  z-index: 290;
}
.site-navigation::-webkit-scrollbar { display: none; }
.nav-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
}
.nav-menu-wrap > li { position: relative; }
.nav-menu-wrap > li > a {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 14px;
  font-size: 14.5px;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  transition: opacity .12s;
  letter-spacing: -0.2px;
}
.nav-menu-wrap > li > a:hover,
.nav-menu-wrap > li.current-menu-item > a { opacity: 0.75; border-bottom-color: currentColor; }

/* Cores por slug/classe */
.nav-brasil      > a, .menu-item-cat-brasil      > a { color: var(--fc-brasil); }
.nav-mundo       > a, .menu-item-cat-mundo        > a { color: var(--fc-brasil); }
.nav-politica    > a, .menu-item-cat-politica     > a { color: var(--fc-brasil); }
.nav-esportes    > a, .menu-item-cat-esportes     > a { color: var(--fc-esportes); }
.nav-economia    > a, .menu-item-cat-economia     > a { color: var(--fc-economia); }
.nav-entretenimento > a                               { color: var(--fc-entretenimento); }
.nav-tecnologia  > a, .menu-item-cat-tecnologia   > a { color: var(--fc-tecnologia); }
.nav-saude       > a, .menu-item-cat-saude        > a { color: var(--fc-saude); }
.nav-meioambiente > a                                 { color: var(--fc-meioambiente); }
.nav-ciencia     > a                                  { color: var(--fc-ciencia); }
.nav-cidades     > a                                  { color: var(--fc-cidades); }
.nav-gshow       > a                                  { color: var(--fc-entretenimento); }
.nav-receitas    > a                                  { color: var(--fc-receitas); }
.nav-cultura     > a                                  { color: var(--fc-cultura); }

/* Submenu dropdown */
.nav-menu-wrap .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--fc-surface);
  min-width: 220px;
  border: 1px solid var(--fc-border);
  border-top: 3px solid var(--fc-cidades);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  z-index: 400;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-menu-wrap li:hover > .sub-menu { display: block; }
.nav-menu-wrap .sub-menu li a {
  display: block;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--fc-text) !important;
  border-bottom: 1px solid var(--fc-border);
  height: auto;
  letter-spacing: 0;
}
.nav-menu-wrap .sub-menu li:last-child a { border-bottom: none; }
.nav-menu-wrap .sub-menu li a:hover { background: var(--fc-bg); }

/* =============================================
   BREAKING NEWS TICKER
   ============================================= */
.fc-ticker {
  background: var(--fc-surface);
  border-bottom: 1px solid var(--fc-border);
  display: flex;
  align-items: center;
  height: 36px;
  overflow: hidden;
}
.fc-ticker__label {
  flex-shrink: 0;
  background: var(--fc-brasil);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.fc-ticker__scroll { flex: 1; overflow: hidden; }
.fc-ticker__track {
  display: flex;
  gap: 48px;
  animation: fcTicker 55s linear infinite;
  white-space: nowrap;
}
.fc-ticker__track:hover { animation-play-state: paused; }
.fc-ticker__item { font-size: 12.5px; font-weight: 500; color: var(--fc-text); }
.fc-ticker__item a:hover { color: var(--fc-brasil); }
.fc-ticker__sep { color: var(--fc-muted); }
@keyframes fcTicker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* =============================================
   HERO SECTION — 3 COLUNAS
   ============================================= */
.fc-hero { background: var(--fc-surface); padding: 20px 0 0; border-bottom: 1px solid var(--fc-border); }
.fc-hero__grid {
  display: grid;
  grid-template-columns: 1.9fr 1.2fr 1fr;
  gap: 24px;
  align-items: start;
}
.fc-hero__col-main { border-right: 1px solid var(--fc-border); padding-right: 20px; }
.fc-hero__col-mid  { border-right: 1px solid var(--fc-border); padding-right: 20px; }
.fc-hero__col-side {}

/* Manchete super — gigante colorida */
.fc-headline-super {
  font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.3px;
  color: var(--fc-brasil);
  display: block;
  margin-bottom: 14px;
  transition: opacity .12s;
}
.fc-headline-super:hover { opacity: 0.82; }

.fc-headline-large {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.22;
  color: var(--fc-esportes);
  display: block;
  margin-bottom: 6px;
  transition: opacity .12s;
}
.fc-headline-large:hover { opacity: 0.82; }

.fc-headline-medium {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--fc-brasil);
  display: block;
  margin-bottom: 5px;
  transition: opacity .12s;
}
.fc-headline-medium:hover { opacity: 0.82; }

/* Bullets / subtítulos secundários */
.fc-bullets { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.fc-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--fc-text);
  line-height: 1.4;
}
.fc-bullets li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
  margin-top: 5px;
  color: var(--fc-brasil);
}
.fc-bullets.esportes li::before    { background: var(--fc-esportes); }
.fc-bullets.economia li::before    { background: var(--fc-economia); }
.fc-bullets.entretenimento li::before { background: var(--fc-entretenimento); }

/* Grid 3 thumbs hero */
.fc-thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--fc-border);
}
.fc-thumb-card {}
.fc-thumb-card__img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 8px;
  background: var(--fc-bg);
  position: relative;
}
.fc-thumb-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fc-thumb-card:hover .fc-thumb-card__img img { transform: scale(1.04); }
.fc-thumb-card__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--fc-brasil);
  display: block;
  transition: opacity .12s;
}
.fc-thumb-card__title:hover { opacity: 0.8; }

/* Bloco mid/col lado */
.fc-mid-block { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--fc-border); }
.fc-mid-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.fc-mid-block__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 10px;
  background: var(--fc-bg);
}
.fc-mid-block__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fc-mid-block:hover .fc-mid-block__img img { transform: scale(1.03); }

.fc-side-block { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--fc-border); }
.fc-side-block:last-child { border-bottom: none; }
.fc-side-block__img { width: 100%; aspect-ratio: 16/10; overflow: hidden; margin-bottom: 9px; background: var(--fc-bg); }
.fc-side-block__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fc-side-block:hover .fc-side-block__img img { transform: scale(1.03); }

/* =============================================
   CATEGORY COLORS — aplicação dinâmica
   ============================================= */
.cat-brasil          { color: var(--fc-brasil) !important; }
.cat-mundo           { color: var(--fc-brasil) !important; }
.cat-politica        { color: var(--fc-politica) !important; }
.cat-esportes        { color: var(--fc-esportes) !important; }
.cat-economia        { color: var(--fc-economia) !important; }
.cat-tecnologia      { color: var(--fc-tecnologia) !important; }
.cat-saude           { color: var(--fc-saude) !important; }
.cat-meioambiente    { color: var(--fc-meioambiente) !important; }
.cat-entretenimento  { color: var(--fc-entretenimento) !important; }
.cat-cultura         { color: var(--fc-cultura) !important; }
.cat-educacao        { color: var(--fc-educacao) !important; }
.cat-ciencia         { color: var(--fc-ciencia) !important; }
.cat-receitas        { color: var(--fc-receitas) !important; }
.cat-cidades         { color: var(--fc-cidades) !important; }

/* Borda de seção por categoria */
.section-border-brasil         { border-top-color: var(--fc-brasil) !important; }
.section-border-esportes       { border-top-color: var(--fc-esportes) !important; }
.section-border-economia       { border-top-color: var(--fc-economia) !important; }
.section-border-tecnologia     { border-top-color: var(--fc-tecnologia) !important; }
.section-border-saude          { border-top-color: var(--fc-saude) !important; }
.section-border-meioambiente   { border-top-color: var(--fc-meioambiente) !important; }
.section-border-entretenimento { border-top-color: var(--fc-entretenimento) !important; }
.section-border-cultura        { border-top-color: var(--fc-cultura) !important; }
.section-border-cidades        { border-top-color: var(--fc-cidades) !important; }

/* =============================================
   SECTION BLOCKS — franjas editoriais
   ============================================= */
.fc-section {
  background: var(--fc-surface);
  border-top: 4px solid var(--fc-brasil);
  padding: 24px 0 28px;
  margin-top: 2px;
}
.fc-section--dark { background: #1b1f23; }
.fc-section--tinted-green  { background: #f8fbf4; }
.fc-section--tinted-teal   { background: #f0fafc; }
.fc-section--tinted-gray   { background: #f8f9fa; }
.fc-section--tinted-teal2  { background: #f5fbfb; }

.fc-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
}
.fc-section__name {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.4px;
  font-family: 'Inter', sans-serif;
}
.fc-section__link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: opacity .12s;
}
.fc-section__link:hover { opacity: 0.75; text-decoration: underline; }

/* Grid 2-col: destaque + lista */
.fc-section__grid-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 22px;
}
/* Grid 3-col */
.fc-section__grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.fc-section__main-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 11px;
  background: var(--fc-bg);
}
.fc-section__main-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }

.fc-section__list { display: flex; flex-direction: column; gap: 0; }
.fc-section__list-item {
  display: flex;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid var(--fc-border);
  cursor: pointer;
  align-items: flex-start;
}
.fc-section__list-item:last-child { border-bottom: none; }
.fc-section__list-thumb {
  width: 80px;
  height: 56px;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--fc-bg);
}
.fc-section__list-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fc-section__list-title {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.33;
  display: block;
  color: var(--fc-brasil);
  transition: opacity .12s;
}
.fc-section__list-title:hover { opacity: 0.8; }

/* Card da seção */
.fc-section__card {}
.fc-section__card-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 9px;
  background: var(--fc-bg);
}
.fc-section__card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fc-section__card:hover .fc-section__card-img img { transform: scale(1.04); }
.fc-section__card-title {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  color: var(--fc-brasil);
  margin-bottom: 5px;
  transition: opacity .12s;
}
.fc-section__card-title:hover { opacity: 0.8; }

/* Esportes dark */
.fc-section--dark .fc-section__name  { color: var(--fc-esportes); }
.fc-section--dark .fc-section__link  { color: var(--fc-esportes); }
.fc-sports-card { cursor: pointer; }
.fc-sports-card__img { width: 100%; aspect-ratio: 16/10; overflow: hidden; margin-bottom: 9px; background: #262b30; }
.fc-sports-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fc-sports-card:hover .fc-sports-card__img img { transform: scale(1.04); }
.fc-sports-card__sub { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--fc-esportes); margin-bottom: 5px; }
.fc-sports-card__title { font-family: 'Merriweather', Georgia, serif; font-size: 15px; font-weight: 700; color: var(--fc-esportes); line-height: 1.3; display: block; }
.fc-sports-card__title:hover { opacity: 0.8; }
.fc-sports-card__meta { font-size: 11.5px; color: rgba(255,255,255,0.35); margin-top: 5px; }

/* =============================================
   AD SLOTS
   ============================================= */
.fc-ad-slot {
  background: var(--fc-bg);
  border: 1px dashed var(--fc-border2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bbb;
  position: relative;
}
.fc-ad-slot::before {
  content: 'publicidade';
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 9px;
  font-weight: 500;
  color: var(--fc-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fc-ad-slot--728 { width: 100%; max-width: 728px; height: 90px; margin: 0 auto; }
.fc-ad-slot--300 { width: 100%; height: 250px; }
.fc-ad-slot--160 { width: 100%; height: 160px; }
.fc-ad-strip { padding: 26px 0 12px; text-align: center; }

/* =============================================
   CIDADES STRIP
   ============================================= */
.fc-cidades-strip {
  background: var(--fc-surface);
  border-top: 4px solid var(--fc-cidades);
  border-bottom: 1px solid var(--fc-border);
  padding: 20px 0;
}
.fc-cidades-strip__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}
.fc-cidades-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.fc-cidade-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 8px;
  border: 1.5px solid var(--fc-border);
  background: #fafafa;
  cursor: pointer;
  transition: all .13s;
  gap: 3px;
  color: var(--fc-text);
  text-decoration: none;
}
.fc-cidade-btn:hover { border-color: var(--fc-cidades); background: var(--fc-surface); box-shadow: 0 2px 8px rgba(0,49,255,0.07); }
.fc-cidade-btn.is-soon { opacity: 0.45; cursor: default; pointer-events: none; }
.fc-cidade-btn__icon { font-size: 22px; }
.fc-cidade-btn__name { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; text-align: center; }
.fc-cidade-btn__uf   { font-size: 10px; color: var(--fc-muted); }
.fc-badge-new { font-size: 8px; background: var(--fc-cidades); color: #fff; padding: 1px 5px; border-radius: 2px; font-weight: 700; }
.fc-badge-soon { font-size: 8px; background: var(--fc-muted); color: #fff; padding: 1px 5px; border-radius: 2px; font-weight: 700; }

/* =============================================
   MAIN CONTENT + SIDEBAR
   ============================================= */
.fc-content-wrap {
  display: grid;
  grid-template-columns: 1fr var(--fc-sidebar);
  gap: 28px;
  padding: 26px 0 32px;
  align-items: start;
}
.fc-main-col { min-width: 0; }
.fc-sidebar   { min-width: 0; }

/* =============================================
   SIDEBAR WIDGETS
   ============================================= */
.fc-widget { margin-bottom: 28px; }
.fc-widget__title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: var(--fc-text);
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 3px solid var(--fc-brasil);
  font-family: 'Inter', sans-serif;
}

/* Mais Lidas */
.fc-most-read { counter-reset: mr; list-style: none; padding: 0; margin: 0; }
.fc-most-read__item {
  display: flex;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--fc-border);
  cursor: pointer;
  counter-increment: mr;
  align-items: flex-start;
}
.fc-most-read__item:last-child { border-bottom: none; }
.fc-most-read__num {
  font-size: 26px;
  font-weight: 900;
  color: var(--fc-border2);
  min-width: 28px;
  line-height: 1;
}
.fc-most-read__item:nth-child(1) .fc-most-read__num { color: var(--fc-brasil); }
.fc-most-read__item:nth-child(2) .fc-most-read__num { color: #e87070; }
.fc-most-read__item:nth-child(3) .fc-most-read__num { color: #f0b0b0; }
.fc-most-read__title { font-size: 13px; font-weight: 600; line-height: 1.35; color: var(--fc-text); }
.fc-most-read__item:hover .fc-most-read__title { color: var(--fc-brasil); }
.fc-most-read__meta { font-size: 11px; color: var(--fc-muted); margin-top: 3px; }

/* Newsletter */
.fc-newsletter { background: var(--fc-dark); padding: 18px 16px; }
.fc-newsletter h3 { font-size: 13px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 6px; }
.fc-newsletter p { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 12px; }
.fc-newsletter input { width: 100%; padding: 8px 11px; border: none; font-size: 13px; margin-bottom: 8px; border-radius: 2px; outline: none; }
.fc-newsletter input:focus { outline: 2px solid var(--fc-brasil); }
.fc-newsletter button { width: 100%; background: var(--fc-brasil); color: #fff; border: none; padding: 9px; font-size: 12px; font-weight: 700; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 2px; font-family: inherit; }
.fc-newsletter button:hover { filter: brightness(1.1); }

/* Tags cloud */
.fc-tag-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.fc-tag-cloud a { font-size: 11.5px; font-weight: 500; color: var(--fc-text2); background: var(--fc-surface); border: 1px solid var(--fc-border2); padding: 5px 11px; transition: all .12s; }
.fc-tag-cloud a:hover { background: var(--fc-text); color: #fff; border-color: var(--fc-text); }

/* =============================================
   SINGLE POST
   ============================================= */
.fc-single { background: var(--fc-surface); }
.fc-single__header { border-top: 4px solid var(--fc-brasil); padding-top: 24px; margin-bottom: 24px; }
.fc-single__kicker { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--fc-brasil); margin-bottom: 10px; display: block; }
.fc-single__title {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--fc-text);
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}
.fc-single__subtitle { font-size: 18px; font-weight: 400; color: var(--fc-text2); line-height: 1.5; margin-bottom: 16px; }
.fc-single__meta { font-size: 12px; color: var(--fc-muted); display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.fc-single__meta span { display: flex; align-items: center; gap: 4px; }
.fc-single__author { font-weight: 600; color: var(--fc-text2); }
.fc-single__author:hover { color: var(--fc-brasil); }

.fc-single__featured-img { width: 100%; margin-bottom: 8px; overflow: hidden; max-height: 500px; }
.fc-single__featured-img img { width: 100%; height: 100%; object-fit: cover; }
.fc-single__img-caption { font-size: 11.5px; color: var(--fc-muted); margin-bottom: 24px; line-height: 1.5; }

.fc-single__content {
  font-size: 17px;
  line-height: 1.75;
  color: var(--fc-text);
  font-family: 'Merriweather', Georgia, serif;
}
.fc-single__content h2 { font-size: 24px; font-weight: 700; margin: 28px 0 12px; color: var(--fc-text); font-family: 'Inter', sans-serif; }
.fc-single__content h3 { font-size: 20px; font-weight: 700; margin: 24px 0 10px; font-family: 'Inter', sans-serif; }
.fc-single__content p { margin-bottom: 1.5em; }
.fc-single__content a { color: var(--fc-brasil); text-decoration: underline; }
.fc-single__content a:hover { opacity: 0.8; }
.fc-single__content blockquote {
  border-left: 4px solid var(--fc-brasil);
  margin: 24px 0;
  padding: 12px 0 12px 20px;
  font-style: italic;
  font-size: 19px;
  color: var(--fc-text2);
}
.fc-single__content ul, .fc-single__content ol { margin: 0 0 1.5em 20px; padding: 0; list-style: disc; }
.fc-single__content ul li, .fc-single__content ol li { margin-bottom: .5em; }
.fc-single__content img { max-width: 100%; margin: 16px 0; }
.fc-single__content figure { margin: 24px 0; }
.fc-single__content figcaption { font-size: 12px; color: var(--fc-muted); margin-top: 6px; font-family: 'Inter', sans-serif; }

/* Tags do post */
.fc-single__tags { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--fc-border); }
.fc-single__tags strong { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--fc-muted); display: block; margin-bottom: 8px; }

/* Share */
.fc-share { display: flex; gap: 8px; margin-top: 20px; }
.fc-share__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: none;
  border-radius: 3px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  font-family: inherit;
}
.fc-share__btn--fb  { background: #1877f2; }
.fc-share__btn--tw  { background: #000; }
.fc-share__btn--wa  { background: #25d366; }
.fc-share__btn--cp  { background: var(--fc-text2); }

/* Author box */
.fc-author-box { display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: var(--fc-bg); margin-top: 28px; }
.fc-author-box__avatar { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--fc-border2); }
.fc-author-box__avatar img { width: 100%; height: 100%; object-fit: cover; }
.fc-author-box__name { font-size: 14px; font-weight: 700; margin-bottom: 4px; color: var(--fc-text); }
.fc-author-box__bio { font-size: 13px; color: var(--fc-text2); line-height: 1.55; }

/* Related posts */
.fc-related { margin-top: 36px; padding-top: 24px; border-top: 4px solid var(--fc-brasil); }
.fc-related__title { font-size: 18px; font-weight: 800; margin-bottom: 18px; color: var(--fc-text); font-family: 'Inter', sans-serif; text-transform: uppercase; }
.fc-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fc-related__card {}
.fc-related__card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; margin-bottom: 8px; background: var(--fc-bg); }
.fc-related__card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fc-related__card:hover .fc-related__card-img img { transform: scale(1.04); }
.fc-related__card-title { font-size: 14px; font-weight: 700; line-height: 1.35; color: var(--fc-brasil); }

/* Comments */
.fc-comments { margin-top: 36px; }
.fc-comments__title { font-size: 18px; font-weight: 800; margin-bottom: 20px; font-family: 'Inter', sans-serif; text-transform: uppercase; border-top: 4px solid var(--fc-brasil); padding-top: 20px; }
.comment { border-bottom: 1px solid var(--fc-border); padding: 16px 0; }
.comment-author { font-size: 13px; font-weight: 700; color: var(--fc-text); margin-bottom: 4px; }
.comment-date { font-size: 11px; color: var(--fc-muted); }
.comment-text { font-size: 14px; color: var(--fc-text2); margin-top: 8px; line-height: 1.55; }

/* =============================================
   ARCHIVE / CATEGORY PAGE
   ============================================= */
.fc-archive__header {
  background: var(--fc-surface);
  border-top: 4px solid var(--fc-brasil);
  padding: 20px 0 18px;
  margin-bottom: 2px;
  border-bottom: 1px solid var(--fc-border);
}
.fc-archive__title {
  font-size: 26px;
  font-weight: 900;
  color: var(--fc-brasil);
  font-family: 'Inter', sans-serif;
}
.fc-archive__desc { font-size: 14px; color: var(--fc-text2); margin-top: 4px; }
.fc-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.fc-archive__card {
  display: flex;
  flex-direction: column;
  background: var(--fc-surface);
  border: 1px solid var(--fc-border);
  overflow: hidden;
}
.fc-archive__card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.fc-archive__card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fc-archive__card:hover .fc-archive__card-img img { transform: scale(1.04); }
.fc-archive__card-body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.fc-archive__card-cat { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--fc-brasil); margin-bottom: 6px; }
.fc-archive__card-title { font-family: 'Merriweather', Georgia, serif; font-size: 16px; font-weight: 700; line-height: 1.3; color: var(--fc-brasil); display: block; margin-bottom: 6px; }
.fc-archive__card-title:hover { opacity: 0.8; }
.fc-archive__card-excerpt { font-size: 13px; color: var(--fc-text2); line-height: 1.5; flex: 1; }
.fc-archive__card-meta { font-size: 11px; color: var(--fc-muted); margin-top: 10px; }

/* Pagination */
.fc-pagination { display: flex; gap: 6px; justify-content: center; padding: 20px 0 32px; flex-wrap: wrap; }
.fc-pagination a, .fc-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--fc-border2);
  font-size: 13px;
  font-weight: 600;
  color: var(--fc-text);
  background: var(--fc-surface);
  transition: all .12s;
}
.fc-pagination a:hover { border-color: var(--fc-brasil); color: var(--fc-brasil); }
.fc-pagination .current { background: var(--fc-brasil); color: #fff; border-color: var(--fc-brasil); }

/* =============================================
   CIDADE / REGIONAL PAGE
   ============================================= */
.fc-regional-header {
  border-top: 4px solid var(--fc-cidades);
  padding: 24px 0 20px;
  background: var(--fc-surface);
  border-bottom: 1px solid var(--fc-border);
}
.fc-regional-header__inner { display: flex; align-items: center; justify-content: space-between; }
.fc-regional-header__title { font-size: 30px; font-weight: 900; color: var(--fc-cidades); font-family: 'Inter', sans-serif; }
.fc-regional-header__sub { font-size: 13px; color: var(--fc-text2); margin-top: 3px; }
.fc-regional-header__meta { text-align: right; font-size: 12px; color: var(--fc-muted); }
.fc-bairros-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin: 14px 0 20px; }
.fc-bairro-tag { padding: 8px 10px; border: 1px solid var(--fc-border); background: var(--fc-bg); text-align: center; font-size: 12px; font-weight: 600; color: var(--fc-text); transition: all .12s; cursor: pointer; }
.fc-bairro-tag:hover { border-color: var(--fc-cidades); color: var(--fc-cidades); background: var(--fc-surface); }

/* =============================================
   UTILITY
   ============================================= */
.meta-text { font-size: 11.5px; color: var(--fc-muted); }
.text-secondary { font-size: 13px; color: var(--fc-text2); line-height: 1.5; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.is-hidden { display: none !important; }

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: var(--fc-dark);
  color: rgba(255,255,255,0.55);
  padding: 40px 0 0;
  margin-top: 40px;
  border-top: 4px solid var(--fc-brasil);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
}
.footer-about__logo { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 10px; letter-spacing: -0.5px; }
.footer-about__logo em { color: var(--fc-brasil); font-style: normal; }
.footer-about p { font-size: 12.5px; line-height: 1.65; margin-bottom: 8px; }
.footer-col h4 { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; color: rgba(255,255,255,0.35); margin-bottom: 13px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 7px; }
.footer-col li a { color: rgba(255,255,255,0.6); font-size: 13px; transition: color .12s; }
.footer-col li a:hover { color: #fff; }
.footer-col .widget { margin-bottom: 0; }
.footer-col .widget-title { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; color: rgba(255,255,255,0.35); margin-bottom: 13px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-col .widget ul { list-style: none; padding: 0; margin: 0; }
.footer-col .widget ul li { margin-bottom: 7px; }
.footer-col .widget ul li a { color: rgba(255,255,255,0.6); font-size: 13px; }
.footer-col .widget ul li a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11.5px;
  color: rgba(255,255,255,0.28);
  flex-wrap: wrap;
  gap: 8px;
}

/* =============================================
   GUTENBERG BLOCKS COMPAT
   ============================================= */
.wp-block-image img { max-width: 100%; height: auto; }
.wp-block-quote { border-left: 4px solid var(--fc-brasil); margin: 24px 0; padding: 12px 0 12px 20px; }
.wp-block-quote p { font-size: 19px; font-style: italic; color: var(--fc-text2); }
.wp-block-pullquote { text-align: center; padding: 24px 0; border-top: 4px solid var(--fc-brasil); border-bottom: 4px solid var(--fc-brasil); margin: 28px 0; }
.wp-block-pullquote blockquote p { font-size: 22px; font-style: italic; color: var(--fc-text); }
.alignwide  { margin-left: -40px; margin-right: -40px; }
.alignfull  { margin-left: -20px; margin-right: -20px; }
.has-brasil-color         { color: var(--fc-brasil); }
.has-esportes-color       { color: var(--fc-esportes); }
.has-economia-color       { color: var(--fc-economia); }
.has-entretenimento-color { color: var(--fc-entretenimento); }
.has-tecnologia-color     { color: var(--fc-tecnologia); }
.has-saude-color          { color: var(--fc-saude); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .fc-hero__grid { grid-template-columns: 1.6fr 1fr; }
  .fc-hero__col-side { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .fc-cidades-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .fc-hero__grid { grid-template-columns: 1fr; }
  .fc-hero__col-mid { border-right: none; padding-right: 0; border-top: 1px solid var(--fc-border); padding-top: 20px; }
  .fc-content-wrap { grid-template-columns: 1fr; }
  .fc-sidebar { display: none; }
  .fc-section__grid-2 { grid-template-columns: 1fr; }
  .fc-section__grid-3 { grid-template-columns: 1fr 1fr; }
  .fc-related__grid { grid-template-columns: 1fr 1fr; }
  .fc-archive__grid { grid-template-columns: 1fr; }
  .fc-thumb-grid { grid-template-columns: 1fr 1fr; }
  .fc-bairros-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .fc-hero__col-mid { display: none; }
  .fc-headline-super { font-size: 28px; }
  .fc-headline-large { font-size: 18px; }
  .fc-section__grid-3 { grid-template-columns: 1fr; }
  .fc-related__grid { grid-template-columns: 1fr; }
  .fc-thumb-grid { grid-template-columns: 1fr; }
  .fc-cidades-grid { grid-template-columns: repeat(2, 1fr); }
  .fc-bairros-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-menu-wrap { justify-content: flex-start; }
  .fc-single__title { font-size: 26px; }
  .topbar-grid { grid-template-columns: auto 1fr auto; }
  .fc-share { flex-wrap: wrap; }
  .fc-archive__grid { grid-template-columns: 1fr; }
}

/* =============================================
   PRINT
   ============================================= */
@media print {
  .site-topbar, .site-navigation, .fc-ticker, .fc-sidebar,
  .fc-ad-strip, .fc-ad-slot, .site-footer, .fc-share,
  .fc-related, .fc-comments { display: none !important; }
  .fc-content-wrap { grid-template-columns: 1fr; }
  .fc-single__content { font-size: 12pt; }
}
</style>
