:root {
  --ink: #101828;
  --ink-soft: #344054;
  --muted: #667085;
  --line: #e4e7ec;
  --surface: #ffffff;
  --surface-soft: #f7f8fa;
  --navy: #0b1220;
  --blue: #075fc7;
  --blue-dark: #064b9b;
  --yellow: #ffc400;
  --yellow-dark: #e6b000;
  --red: #c62828;
  --max-width: 1320px;
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.08);
  --shadow-md: 0 10px 30px rgba(16, 24, 40, 0.1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
button, input, select, textarea { font: inherit; }

h1, h2, h3, h4, h5, h6 {
  color: var(--ink);
  font-weight: 750;
  line-height: 1.16;
  letter-spacing: 0;
}

.container-xl { max-width: var(--max-width); }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 3000;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.top-bar { color: #fff; background: var(--navy); font-size: 0.78rem; }
.top-bar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.top-bar nav { display: flex; gap: 24px; }
.top-bar a { color: #d0d5dd; }
.top-bar a:hover, .top-bar a:focus-visible { color: #fff; }

.brand-bar { border-bottom: 1px solid var(--line); }
.brand-bar-inner { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 16px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand img { width: 86px; height: 86px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.05; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 0.78rem; }

.header-actions { display: flex; align-items: center; gap: 10px; }
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.button-accent { color: var(--navy); background: var(--yellow); }
.button-accent:hover, .button-accent:focus-visible { color: var(--navy); background: var(--yellow-dark); box-shadow: 0 4px 14px rgba(255, 196, 0, .24); }
.button-primary { color: #fff; background: var(--blue); }
.button-primary:hover, .button-primary:focus-visible { color: #fff; background: var(--blue-dark); }

.icon-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.icon-button:hover, .icon-button:focus-visible { color: var(--blue); border-color: #98a2b3; background: var(--surface-soft); }
.search-glyph { position: relative; width: 17px; height: 17px; border: 2px solid currentColor; border-radius: 50%; }
.search-glyph::after { content: ""; position: absolute; width: 8px; height: 2px; right: -6px; bottom: -3px; background: currentColor; transform: rotate(45deg); transform-origin: left center; }
.menu-button { display: none; flex-direction: column; gap: 4px; }
.menu-button span { width: 20px; height: 2px; background: currentColor; }

.main-nav { background: var(--surface); }
.nav-scroll {
  min-height: 58px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-scroll::-webkit-scrollbar { display: none; }
.nav-scroll a {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 5px;
  color: var(--ink);
  font-size: .92rem;
  font-weight: 650;
  white-space: nowrap;
}
.nav-scroll a::after { content: ""; position: absolute; right: 5px; bottom: 0; left: 5px; height: 3px; background: var(--blue); transform: scaleX(0); transition: transform .18s ease; }
.nav-scroll a:hover::after, .nav-scroll a:focus-visible::after { transform: scaleX(1); }
.nav-scroll a[aria-current="page"] { color: var(--blue); }
.nav-scroll a[aria-current="page"]::after { transform: scaleX(1); }

.site-main { padding: 32px 0 0; min-height: 55vh; }

.lead-grid { display: block; }
.lead-story {
  position: relative;
  min-height: 410px;
  display: block;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
}
.lead-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.news-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(5, 12, 24, .44); pointer-events: none; }
.lead-content { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; max-width: 850px; padding: clamp(26px, 4vw, 46px); background: rgba(5, 12, 24, .78); }
.eyebrow, .section-kicker, .card-category {
  display: inline-block;
  color: var(--yellow);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--blue); }
.lead-content h1 { max-width: 760px; margin: 12px 0 16px; color: #fff; font-size: clamp(2rem, 4vw, 3.5rem); }
.lead-content h1 a { color: #fff; }
.lead-content h1 a:hover { color: var(--yellow); }
.lead-content p { max-width: 690px; margin: 0 0 22px; color: #e4e7ec; font-size: 1.05rem; }
.lead-link { color: var(--yellow); font-weight: 750; }
.lead-link:hover { color: #fff; }
.demo-label { display: inline-block; padding: 7px 10px; color: #d0d5dd; border: 1px solid #475467; border-radius: 4px; font-size: .78rem; }
.lead-advertisement picture, .lead-advertisement > a { position: absolute; inset: 0; display: block; }
.lead-advertisement .lead-image { object-fit: contain; background: #fff; }

.advertisement-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  padding: 6px 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.ad-hero {
  min-height: 0;
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #020617 100%);
  border: 1px solid #1e293b;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.4);
}

.ad-hero .lead-ad-slide {
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.ad-hero-media {
  position: relative;
  width: 100%;
  height: clamp(320px, 40vw, 500px);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lead-advertisement .ad-hero-media picture,
.lead-advertisement .ad-hero-media a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.ad-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover para preencher o banner todo, fica mais premium */
  object-position: center;
}

.ad-hero-caption {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  color: #fff;
  background: #0b1220;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.ad-caption-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--yellow);
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lead-ad-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.4rem, 2.2vw, 2.1rem);
  line-height: 1.15;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.lead-ad-copy {
  max-width: 760px;
  margin: 4px 0 0;
  color: rgba(255,255,255,.85);
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sponsored-card-ad {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}

.sponsored-card-media {
  aspect-ratio: 16 / 9;
  background: #050b18;
}

.sponsored-card-media a,
.sponsored-card-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.sponsored-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sponsored-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  color: #fff;
  background: #0b1220;
}

.sponsored-card-copy h3 {
  margin: 4px 0 10px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.sponsored-card-copy p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.78);
}

.news-section { padding: 56px 0 50px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 2px solid var(--ink); }
.section-heading h2, .most-read-header h2 { margin: 3px 0 0; font-size: clamp(1.7rem, 2.4vw, 2.25rem); }
.section-heading > a { padding-bottom: 4px; font-weight: 700; }
.section-kicker { color: var(--blue); }

.homepage-columns { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(280px, .85fr); gap: 36px; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.news-card { min-width: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; transition: border-color .18s ease, box-shadow .18s ease; }
.news-card:hover { border-color: #b7c0cc; box-shadow: var(--shadow-md); }
.news-card-media { aspect-ratio: 16 / 9; overflow: hidden; background: #e9edf2; }
.news-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.news-card:hover .news-card-media img { transform: scale(1.025); }
.news-card-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #98a2b3; background: #edf0f4; }
.news-card-placeholder span { display: grid; place-items: center; width: 64px; height: 64px; border: 2px solid #cbd1d9; border-radius: 50%; font-size: 1.25rem; font-weight: 800; }

.site-video-thumb {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #edf0f4;
  color: #0f172a;
  position: relative;
}

.site-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-video-thumb-fallback {
  display: none;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid #cbd1d9;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 800;
  color: #64748b;
}

.site-video-thumb.is-broken .site-video-thumb-fallback {
  display: grid;
}

.site-video-detail-thumb {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  min-height: 420px;
}

.video-detail-page {
  max-width: 1240px;
  margin: 0 auto;
}

.video-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: 34px;
  align-items: stretch;
}

.video-detail-media {
  min-width: 0;
  display: flex;
}

.video-detail-info {
  min-width: 0;
  border-top: 5px solid var(--yellow);
  background: var(--surface-soft);
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(15,23,42,.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.video-detail-title {
  margin: 12px 0 18px;
  font-size: clamp(1.7rem, 2.35vw, 2.45rem);
  line-height: 1.12;
}

.video-detail-description {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 22px;
}

.video-detail-more {
  margin: -8px 0 20px;
  color: var(--muted);
  font-size: .95rem;
}

.video-detail-more summary {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 12px;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
  cursor: pointer;
}

.video-detail-more div {
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.video-detail-more strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  line-height: 1.35;
}

.video-detail-more p {
  margin: 0;
  line-height: 1.6;
}

.video-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: .88rem;
}

.video-detail-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff;
}

.video-detail-cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.video-cover-link {
  display: block;
  text-decoration: none;
  width: 100%;
}

.video-cover-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.92);
  color: #0f172a;
  box-shadow: 0 18px 45px rgba(15,23,42,.22);
  font-size: 1.45rem;
  font-weight: 800;
  padding-left: 4px;
}

.video-cover-link:hover .video-cover-play {
  background: #ffc400;
}

.video-placeholder {
  min-height: 360px;
  border-radius: 12px;
  background: #edf0f4;
  display: grid;
  place-items: center;
  text-align: center;
  text-decoration: none;
  color: #0f172a;
}

.video-placeholder-icon {
  width: 72px;
  height: 72px;
  border: 2px solid #cbd1d9;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  color: #64748b;
}
.news-card-content { padding: 20px; }
.news-card-content h3 { margin: 8px 0 10px; font-size: 1.17rem; }
.news-card-content h2 { margin: 8px 0 10px; font-size: 1.17rem; }
.news-card-content h2 a { color: var(--ink); }
.news-card-content h2 a:hover { color: var(--blue); }
.news-card-content h3 a { color: var(--ink); }
.news-card-content h3 a:hover { color: var(--blue); }
.news-card-content p { margin: 0 0 16px; color: var(--muted); font-size: .92rem; }
.news-card-content time { color: var(--muted); font-size: .78rem; }

.most-read { align-self: start; border-top: 5px solid var(--blue); background: var(--surface-soft); }
.most-read-header { padding: 22px 22px 14px; }
.most-read ol { margin: 0; padding: 0 22px 10px; list-style: none; counter-reset: news-rank; }
.most-read li { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; align-items: start; padding: 18px 0; border-top: 1px solid var(--line); font-weight: 650; line-height: 1.35; }
.most-read li a { color: var(--ink); }
.most-read li a:hover { color: var(--blue); }
.rank { color: var(--blue); font-size: 1.3rem; font-weight: 800; }

.media-section { padding: 0 0 50px; }
.media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.media-card-link { display: block; color: inherit; }
.media-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--navy); }
.media-placeholder-facebook { background: #1877f2; }
.media-placeholder strong { font-size: 1.05rem; }
.media-platform { padding: 5px 9px; color: var(--navy); background: var(--yellow); border-radius: 3px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }

.regional-band { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 34px 40px; color: #fff; background: var(--blue); }
.regional-band h2 { margin: 4px 0 8px; color: #fff; font-size: clamp(1.55rem, 2.5vw, 2.25rem); }
.regional-band p { margin: 0; color: #e6f0fb; }
.regional-band .section-kicker { color: var(--yellow); }
.regional-links { display: flex; gap: 10px; flex-wrap: wrap; }
.regional-links a { padding: 9px 14px; color: #fff; border: 1px solid rgba(255,255,255,.5); border-radius: 4px; font-weight: 700; }
.regional-links a:hover { color: var(--navy); background: #fff; }

.page-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 2px solid var(--ink); }
.page-header h1 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); }
.page-header p { max-width: 580px; margin: 0; color: var(--muted); }
.listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.empty-state { padding: 64px 24px; text-align: center; background: var(--surface-soft); border: 1px solid var(--line); }
.empty-state h2 { font-size: 1.4rem; }
.empty-state p { color: var(--muted); }

.pagination-wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); }
.pagination-wrap > span { color: var(--muted); font-size: .88rem; }
.pagination-list { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.pagination-list a, .pagination-list span { min-width: 40px; height: 40px; display: inline-grid; place-items: center; padding: 0 10px; color: var(--ink); border: 1px solid var(--line); border-radius: 4px; }
.pagination-list a:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.pagination-list .current { color: #fff; background: var(--navy); border-color: var(--navy); }
.pagination-list .disabled { color: #98a2b3; background: var(--surface-soft); }

.search-page-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; max-width: 760px; margin-bottom: 32px; }
.search-page-form input, .search-form input { min-width: 0; min-height: 48px; padding: 10px 14px; color: var(--ink); background: #fff; border: 1px solid #98a2b3; border-radius: 5px; }
.search-page-form input:focus, .search-form input:focus { outline: 3px solid rgba(7,95,199,.18); border-color: var(--blue); }
.search-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 20px; }
.search-modal .modal-content { border: 0; border-radius: 8px; box-shadow: var(--shadow-md); }

.submission-layout { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); gap: 28px; align-items: start; }
.submission-info { padding: 28px; background: var(--navy); color: #d0d5dd; border-radius: 8px; }
.submission-info h2 { color: #fff; font-size: 1.45rem; }
.submission-info ul { padding-left: 20px; }
.submission-form { padding: 30px; border: 1px solid var(--line); border-radius: 8px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ink); background: #fff; border: 1px solid #98a2b3; border-radius: 5px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(7,95,199,.18); border-color: var(--blue); }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: var(--ink-soft); font-size: .9rem; }
.privacy-check input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; }
.form-message { margin-bottom: 20px; padding: 12px 14px; border-left: 4px solid; }
.form-message.success { color: #065f46; background: #ecfdf3; border-color: #12b76a; }
.form-message.error { color: #912018; background: #fef3f2; border-color: #d92d20; }

.site-footer { margin-top: 64px; color: #d0d5dd; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; padding-top: 48px; padding-bottom: 38px; }
.site-footer strong { display: block; margin-bottom: 12px; color: #fff; }
.footer-brand > strong { color: var(--yellow); font-size: 1.5rem; }
.site-footer p { max-width: 360px; margin: 0; color: #98a2b3; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer a { color: #d0d5dd; }
.site-footer a:hover { color: var(--yellow); }
.footer-contact p { margin-bottom: 10px; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #98a2b3; border-top: 1px solid #344054; font-size: .82rem; }

.mobile-drawer { max-width: 340px; }
.mobile-drawer .offcanvas-header { border-bottom: 1px solid var(--line); }
.drawer-brand { font-size: 1.25rem; font-weight: 800; }
.mobile-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.mobile-nav a { padding: 12px 2px; color: var(--ink); border-bottom: 1px solid var(--line); font-weight: 650; }
.mobile-nav a[aria-current="page"] { color: var(--blue); }

.article-header { max-width: 900px; margin: 0 auto 32px; }
.article-title { margin: 10px 0 18px; font-size: clamp(2rem, 5vw, 3.5rem); }
.article-subtitle { color: var(--muted); font-size: 1.2rem; }
.article-content { max-width: 820px; margin: 0 auto; font-size: 1.08rem; line-height: 1.8; }
.article-content img { width: auto; max-width: 100%; height: auto; }
.share-btn { width: 40px; height: 40px; display: inline-grid; place-items: center; padding: 0; color: #fff; border-radius: 50%; font-size: .75rem; font-weight: 800; line-height: 1; cursor: pointer; }
.share-btn:hover { color: #fff; filter: brightness(.9); }
.share-wa { background: #168c4b; }
.share-fb { background: #1877f2; font-size: 1.05rem; }
.share-tw { background: #111; }
.share-link { background: var(--muted); }

.btn-fp-yellow, .btn-fp-blue { min-height: 44px; font-weight: 700; border-radius: 6px; }
.btn-fp-yellow { color: var(--navy); background: var(--yellow); border-color: var(--yellow); }
.btn-fp-blue { color: #fff; background: var(--blue); border-color: var(--blue); }
.text-fp-blue { color: var(--blue) !important; }
.text-fp-dark { color: var(--ink) !important; }
.bg-fp-dark { color: #fff; background: var(--navy) !important; }

@media (max-width: 1199.98px) {
  .nav-scroll { justify-content: flex-start; gap: 24px; }
  .homepage-columns { grid-template-columns: minmax(0, 1.8fr) minmax(260px, .8fr); }
}

@media (max-width: 991.98px) {
  .site-header { position: sticky; }
  .main-nav { display: none; }
  .menu-button { display: inline-flex; }
  .brand-bar-inner { min-height: 82px; }
  .brand img { width: 66px; height: 66px; }
  .brand-copy strong { font-size: 1.45rem; }
  .lead-story { min-height: 430px; }
  .homepage-columns { grid-template-columns: 1fr; }
  .most-read { margin-top: 10px; }
  .listing-grid, .media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-detail-layout { grid-template-columns: 1fr; gap: 22px; }
  .video-detail-info { padding: 22px; }
  .ad-hero-media { height: clamp(280px, 55vw, 420px); }
  .ad-hero-caption { align-items: flex-start; flex-direction: column; padding: 20px; }
  .sponsored-card-ad { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .submission-layout { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .top-bar { display: none; }
  .site-main { padding-top: 18px; }
  .brand-bar-inner { min-height: 72px; padding-top: 6px; padding-bottom: 6px; }
  .brand { gap: 9px; }
  .brand img { width: 58px; height: 58px; }
  .brand-copy strong { font-size: 1.1rem; }
  .brand-copy small { display: none; }
  .submit-story { display: none; }
  .lead-story { min-height: 430px; }
  .lead-content { padding: 24px; }
  .lead-content h1 { font-size: 2rem; }
  .lead-content p { font-size: .95rem; }
  .news-section { padding: 42px 0; }
  .news-grid, .listing-grid, .media-grid { grid-template-columns: 1fr; }
  .video-detail-title { font-size: 2rem; }
  .video-cover-play { width: 66px; height: 66px; }
  .ad-hero-media { height: clamp(240px, 70vw, 360px); }
  .ad-hero-caption { min-height: 0; padding: 18px; }
  .lead-ad-title { font-size: 1.45rem; }
  .lead-ad-copy { font-size: .95rem; }
  .sponsored-card-copy { padding: 22px; }
  .section-heading { align-items: center; }
  .section-heading > a { font-size: .87rem; }
  .regional-band { align-items: flex-start; flex-direction: column; padding: 28px 24px; }
  .page-header { align-items: flex-start; flex-direction: column; }
  .pagination-wrap { align-items: flex-start; flex-direction: column; }
  .pagination-list { max-width: 100%; overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 479.98px) {
  .container-xl { padding-right: 16px; padding-left: 16px; }
  .brand-copy { display: none; }
  .header-actions { gap: 7px; }
  .lead-content h1 { font-size: 1.75rem; }
  .search-form, .search-page-form { grid-template-columns: 1fr; }
  .submission-form { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .mobile-nav { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
}

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