@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:ital,wght@1,900&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600;700&display=swap');

/* ══════════════════════════════════════════
   BASE
   ══════════════════════════════════════════ */
/* !important: o kit do Elementor aplica fundo ao body com seletor mais específico
   (body.elementor-kit-N) e ganharia sem isto */
html, body { background: #0A0A0A !important; }

.hg-wrap, .hg-wrap *, .hg-wrap *::before, .hg-wrap *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.hg-wrap {
  max-width: 1280px; width: 100%;
  margin-left: auto; margin-right: auto;
  padding-left: 24px; padding-right: 24px;
  font-family: 'Space Grotesk', sans-serif; color: #ECE7DD;
}

/* ── Cores de acento por categoria ── */
.hg-acc--cinema    { --acc: #00BFFF; --acc-ink: #0A0A0A; }
.hg-acc--streaming { --acc: #FF6A00; --acc-ink: #0A0A0A; }
.hg-acc--series    { --acc: #FF6A00; --acc-ink: #0A0A0A; }
.hg-acc--gaming    { --acc: #D0F020; --acc-ink: #0A0A0A; }
.hg-acc--anime     { --acc: #FF2D6F; --acc-ink: #ECE7DD; }
.hg-acc--volt      { --acc: #D0F020; --acc-ink: #0A0A0A; }
.hg-acc--default   { --acc: #00BFFF; --acc-ink: #0A0A0A; }
.hg-tint { color: var(--acc, #00BFFF); }

/* ── Link de card: link real no título, esticado sobre o card ── */
.hg-card-link { color: inherit; text-decoration: none; }
.hg-card-link::after { content: ""; position: absolute; inset: 0; }

/* ── Imagem em falta ── */
.hg-thumb--empty { display: block; width: 100%; height: 100%; background: rgba(255,255,255,0.04); }

/* ── Badge de categoria ── */
.hg-cat-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  padding: 2px 8px; border-radius: 999px;
  border: 1.5px solid #0A0A0A;
  background: var(--acc, #00BFFF); color: var(--acc-ink, #0A0A0A);
  display: inline-block; white-space: nowrap; line-height: 1.5;
  pointer-events: none;
}
.hg-badge-bl { position: absolute; bottom: 8px; left: 8px; z-index: 10; }

/* ── Barras de secção ── */
.hg-edit__col-bar, .hg-channel__bar, .hg-feed__section-bar, .hg-feed__sb-head-bar {
  background: var(--acc, #D0F020);
}

/* ══════════════════════════════════════════
   HEADER + NAV
   ══════════════════════════════════════════ */
.hg-header {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  padding-top: 18px; padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 24px;
}
.hg-header__logo {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 30px; letter-spacing: .02em;
  color: #ECE7DD; text-decoration: none; line-height: 1;
  transition: color .2s;
}
.hg-header__logo:hover { color: #D0F020; }
/* Logo em imagem: o wrapper (h1 na homepage, span nas restantes) é neutro para o layout */
.hg-header__logo-wrap { margin: 0; padding: 0; line-height: 0; font-size: 0; }
.hg-header__logo-wrap a { display: block; line-height: 0; }
.hg-header__logo-wrap img { display: block; height: auto; max-width: 100%; }
.hg-nav { display: flex; gap: 2px; flex-wrap: wrap; }
.hg-nav a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
  color: rgba(236,231,221,0.6); text-decoration: none;
  padding: 6px 10px; border-radius: 6px;
  transition: color .18s, background .18s;
}
.hg-nav a:hover { color: #D0F020; background: rgba(255,255,255,0.05); }

/* ══════════════════════════════════════════
   HERO — mosaico Destaques
   ══════════════════════════════════════════ */
.hg-hero__section { margin-bottom: 48px; }
.hg-hero__mosaic {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: 300px 210px;
  gap: 4px;
  border-radius: 14px; overflow: hidden;
}
.hg-hero__feature {
  grid-column: 1; grid-row: 1 / 3;
  position: relative; overflow: hidden;
  background: rgba(255,255,255,0.04);
}
.hg-hero__feature-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  display: block; transition: transform .6s ease;
}
.hg-hero__feature:hover .hg-hero__feature-img { transform: scale(1.04); }
.hg-hero__feature-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.97) 0%, rgba(0,0,0,.55) 40%, transparent 70%),
              linear-gradient(to right, rgba(0,0,0,.2) 0%, transparent 50%);
}
.hg-hero__feature-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 28px 26px; }
.hg-hero__feature-tags { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; align-items: center; }
.hg-hero__feature-new {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(255,255,255,.1); color: rgba(255,255,255,.7);
  padding: 2px 8px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.2);
}
.hg-hero__feature-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(28px, 3.2vw, 46px); line-height: 1.0;
  color: #fff; margin-bottom: 10px; letter-spacing: .01em;
}
.hg-hero__feature-meta { font-size: 12px; color: rgba(236,231,221,0.5); }

.hg-hero__mid {
  grid-column: 2; grid-row: 1;
  position: relative; overflow: hidden;
  background: rgba(255,255,255,0.04);
}
.hg-hero__mid-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  display: block; transition: transform .5s ease;
}
.hg-hero__mid:hover .hg-hero__mid-img { transform: scale(1.06); }
.hg-hero__mid-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.2) 55%, transparent 100%);
}
.hg-hero__mid-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 16px; }
.hg-hero__mid-cat {
  display: inline-block; font-family: 'JetBrains Mono', monospace;
  font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 6px;
}
.hg-hero__mid-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(16px, 1.7vw, 22px); line-height: 1.1; color: #fff;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.hg-hero__mid:hover .hg-hero__mid-title { color: #D0F020; }

.hg-hero__smalls {
  grid-column: 2; grid-row: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
}
.hg-hero__small {
  position: relative; overflow: hidden;
  background: rgba(255,255,255,0.04);
}
.hg-hero__small-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  display: block; transition: transform .5s ease;
}
.hg-hero__small:hover .hg-hero__small-img { transform: scale(1.08); }
.hg-hero__small-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.93) 0%, rgba(0,0,0,.1) 60%, transparent 100%);
}
.hg-hero__small-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 10px; }
.hg-hero__small-cat {
  display: inline-block; font-family: 'JetBrains Mono', monospace;
  font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 4px;
}
.hg-hero__small-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(12px, 1.2vw, 15px); line-height: 1.15; color: #fff;
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.hg-hero__small:hover .hg-hero__small-title { color: #D0F020; }

/* ══════════════════════════════════════════
   FAIXA DE CALENDÁRIOS
   ══════════════════════════════════════════ */
.hg-cal__section { margin-bottom: 48px; }
.hg-cal__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.hg-cal__card {
  display: flex; flex-direction: column; gap: 8px;
  padding: 22px 22px 20px;
  background: #141414;
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 4px solid var(--acc, #00BFFF);
  border-radius: 12px;
  text-decoration: none; color: inherit;
  transition: transform .2s ease, border-color .2s;
}
.hg-cal__card:hover { transform: translateY(-4px); border-color: var(--acc, #00BFFF); }
.hg-cal__kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em;
  color: var(--acc, #00BFFF);
}
.hg-cal__title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 22px; line-height: 1.1; color: #ECE7DD;
}
.hg-cal__desc { font-size: 12px; line-height: 1.55; color: rgba(236,231,221,0.5); }
.hg-cal__cta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: var(--acc, #00BFFF); margin-top: 4px;
}

/* ══════════════════════════════════════════
   SPLIT EDITORIAL — slideshow + lista
   ══════════════════════════════════════════ */
.hg-edit__section { margin-bottom: 48px; }
.hg-edit__split {
  display: grid; grid-template-columns: 1fr 1.35fr; gap: 28px;
}
.hg-edit__col { display: flex; flex-direction: column; }
.hg-edit__col-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.hg-edit__col-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 22px; margin: 0;
  display: flex; align-items: center; gap: 9px;
}
.hg-edit__col-bar { display: inline-block; width: 4px; height: 22px; border-radius: 3px; flex-shrink: 0; }
.hg-edit__col-more {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; text-transform: uppercase; letter-spacing: .1em;
  text-decoration: none; opacity: .55; transition: opacity .2s; flex-shrink: 0;
}
.hg-edit__col-more:hover { opacity: 1; }

/* Slideshow — todos os slides no HTML; só o .is-active é visível */
.hg-edit__slide { position: relative; flex: 1; display: flex; flex-direction: column; }
.hg-edit__slide-card {
  display: none; position: relative; border-radius: 10px; overflow: hidden;
  flex: 1; min-height: 320px;
  background: rgba(255,255,255,.04);
}
.hg-edit__slide-card.is-active { display: block; }
.hg-edit__slide-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s ease;
}
.hg-edit__slide-card:hover .hg-edit__slide-img { transform: scale(1.03); }
.hg-edit__slide-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.97) 0%, rgba(0,0,0,.4) 45%, transparent 70%);
}
.hg-edit__slide-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 18px 58px; }
.hg-edit__slide-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(17px, 2vw, 24px); line-height: 1.1; color: #fff; margin-bottom: 5px;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.hg-edit__slide-card:hover .hg-edit__slide-title { color: var(--acc, #FF6A00); }
.hg-edit__slide-time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: rgba(255,255,255,.4);
}
.hg-edit__slide-nav {
  position: absolute; bottom: 14px; right: 14px;
  display: none; align-items: center; gap: 6px; z-index: 10;
}
.hg-js .hg-edit__slide-nav { display: flex; }
.hg-edit__slide-count {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: rgba(255,255,255,.45); margin-right: 6px;
}
.hg-edit__slide-btn {
  background: rgba(0,0,0,.55); backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255,255,255,0.18);
  color: #ECE7DD; border-radius: 6px; padding: 7px 13px;
  font-size: 14px; cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
  line-height: 1;
}
.hg-edit__slide-btn:hover { background: var(--acc, #FF6A00); border-color: var(--acc, #FF6A00); color: #0A0A0A; }

/* Lista Cinema */
.hg-edit__list { display: flex; flex-direction: column; }
.hg-edit__list-item {
  position: relative;
  display: flex; gap: 14px; align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: opacity .2s;
}
.hg-edit__list-item:last-child { border-bottom: none; }
.hg-edit__list-item:hover { opacity: .85; }
.hg-edit__list-thumb {
  width: 110px; flex-shrink: 0;
  aspect-ratio: 4/3; border-radius: 7px; overflow: hidden;
  background: rgba(255,255,255,.04);
}
.hg-edit__list-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease;
}
.hg-edit__list-item:hover .hg-edit__list-thumb img { transform: scale(1.06); }
.hg-edit__list-body { flex: 1; min-width: 0; padding-top: 2px; }
.hg-edit__list-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 16px; line-height: 1.2; color: #ECE7DD; margin-bottom: 6px;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.hg-edit__list-item:hover .hg-edit__list-title { color: var(--acc, #D0F020); }
.hg-edit__list-time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: rgba(236,231,221,0.28);
}

/* ══════════════════════════════════════════
   CANAIS — carrossel de artigos (Gaming, Anime)
   ══════════════════════════════════════════ */
.hg-channel { margin-bottom: 48px; }
.hg-channel__header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.hg-channel__title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 26px; letter-spacing: .01em; margin: 0;
  display: flex; align-items: center; gap: 10px;
}
.hg-channel__bar { display: inline-block; width: 4px; height: 26px; border-radius: 3px; flex-shrink: 0; }
.hg-channel__more {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; text-transform: uppercase; letter-spacing: .1em;
  text-decoration: none; opacity: .55; transition: opacity .2s; flex-shrink: 0;
}
.hg-channel__more:hover { opacity: 1; }
.hg-channel__outer { display: flex; align-items: center; gap: 12px; }

.hg-now__arrow {
  flex-shrink: 0; width: 38px; height: 38px;
  border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.2);
  background: rgba(20,20,20,0.8); color: #fff;
  display: none; align-items: center; justify-content: center;
  cursor: pointer; transition: border-color .2s, color .2s;
  padding: 0; line-height: 1; font-size: 0;
}
.hg-js .hg-now__arrow { display: flex; }
.hg-now__arrow:hover { border-color: var(--acc, #D0F020); color: var(--acc, #D0F020); }
.hg-now__arrow svg { pointer-events: none; display: block; flex-shrink: 0; }

.hg-now__track-wrap { flex: 1; overflow: hidden; }
.hg-now__track {
  display: flex; gap: 14px;
  overflow-x: auto; overflow-y: hidden;
  scrollbar-width: none; -ms-overflow-style: none;
  scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
  padding-bottom: 8px; padding-top: 6px;
}
.hg-now__track::-webkit-scrollbar { display: none; }

.hg-ch-article {
  position: relative;
  display: block; flex-shrink: 0; width: 260px;
  scroll-snap-align: start;
}
.hg-ch-article__thumb {
  position: relative; border-radius: 10px; overflow: hidden;
  aspect-ratio: 16/9; background: rgba(255,255,255,.04);
  border: 1.5px solid rgba(255,255,255,0.06); margin-bottom: 10px;
}
.hg-ch-article__thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .4s ease;
}
.hg-ch-article:hover .hg-ch-article__thumb img { transform: scale(1.05); }
.hg-ch-article__title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 15px; line-height: 1.2; color: #ECE7DD; margin-bottom: 5px;
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.hg-ch-article:hover .hg-ch-article__title { color: var(--acc, #D0F020); }
.hg-ch-article__time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: rgba(236,231,221,0.3);
}

/* ══════════════════════════════════════════
   GUIAS & ONDE VER
   ══════════════════════════════════════════ */
.hg-guias__section { margin-bottom: 48px; }
.hg-guias__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.hg-guias__grid .hg-feed__card-title { font-size: 15px; }
.hg-guia__card {
  display: flex; flex-direction: column; gap: 8px;
  padding: 20px;
  background: #141414;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  text-decoration: none; color: inherit;
  transition: transform .2s ease, border-color .2s;
}
.hg-guia__card:hover { transform: translateY(-4px); border-color: var(--acc, #00BFFF); }
.hg-guia__title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 17px; line-height: 1.15; color: #ECE7DD;
}
.hg-guia__desc { font-size: 12px; line-height: 1.55; color: rgba(236,231,221,0.5); flex: 1; }
.hg-guia__cta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: var(--acc, #00BFFF);
}

/* ══════════════════════════════════════════
   TRENDING — faixa full-width
   ══════════════════════════════════════════ */
.hg-trending__section {
  margin-bottom: 48px; padding: 32px 0;
  background: #111111;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hg-trending__header { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.hg-trending__label {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 22px; color: var(--acc, #D0F020); flex-shrink: 0; margin: 0;
}
.hg-trending__line { flex: 1; height: 1px; background: rgba(208,240,32,0.15); }
.hg-trending__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.hg-trending__item {
  position: relative;
  display: flex; flex-direction: column; gap: 10px;
  padding: 0 22px;
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: opacity .2s;
}
.hg-trending__item:first-child { padding-left: 0; }
.hg-trending__item:last-child { border-right: none; padding-right: 0; }
.hg-trending__item:hover { opacity: .85; }
.hg-trending__num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 32px; font-weight: 700; line-height: 1;
  color: rgba(208,240,32,0.18); letter-spacing: -.02em;
}
.hg-trending__thumb {
  width: 100%; aspect-ratio: 16/9; object-fit: cover;
  border-radius: 8px; display: block;
  border: 1.5px solid rgba(255,255,255,0.06);
}
.hg-trending__body { display: flex; flex-direction: column; gap: 4px; }
.hg-trending__title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 14px; line-height: 1.2; color: #ECE7DD;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.hg-trending__item:hover .hg-trending__title { color: var(--acc, #D0F020); }
.hg-trending__time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: rgba(236,231,221,0.3);
}

/* ══════════════════════════════════════════
   MAIS RECENTES + SIDEBAR
   ══════════════════════════════════════════ */
.hg-feed__section { margin-bottom: 48px; }
.hg-feed__layout { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: flex-start; }
.hg-feed__main { min-width: 0; }

.hg-feed__section-head { margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.hg-feed__section-title {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 22px; color: #ECE7DD; letter-spacing: .04em; margin: 0;
}
.hg-feed__section-bar { display: inline-block; width: 4px; height: 22px; border-radius: 2px; flex-shrink: 0; }

.hg-feed__card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.hg-feed__card { position: relative; display: block; }
.hg-feed__card-thumb {
  position: relative; aspect-ratio: 16/10; overflow: hidden;
  border-radius: 10px; background: rgba(255,255,255,.04);
  border: 2px solid rgba(255,255,255,0.06);
}
.hg-feed__card-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .45s ease;
}
.hg-feed__card:hover .hg-feed__card-thumb img { transform: scale(1.05); }
.hg-feed__card-body { display: block; padding: 12px 2px 0; }
.hg-feed__card-time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: rgba(236,231,221,0.28);
  display: block; margin-bottom: 7px; text-transform: uppercase;
}
.hg-feed__card-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(15px, 1.5vw, 20px); line-height: 1.15;
  color: #ECE7DD; margin-bottom: 8px; transition: color .2s;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.hg-feed__card:hover .hg-feed__card-title { color: var(--acc, #D0F020); }
.hg-feed__card-excerpt {
  font-size: 12px; line-height: 1.6; color: rgba(236,231,221,0.42);
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

.hg-feed__more-wrap { display: none; justify-content: center; margin-top: 24px; }
.hg-js .hg-feed__more-wrap { display: flex; }
.hg-feed__more-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 32px;
  border: 1px solid rgba(255,255,255,0.07); border-radius: 4px;
  background: transparent; color: rgba(236,231,221,0.55);
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 17px; letter-spacing: .08em; cursor: pointer; transition: all .2s;
}
.hg-feed__more-btn:hover { border-color: #D0F020; color: #D0F020; }
.hg-feed__more-btn:disabled { opacity: .3; cursor: not-allowed; }

/* Sidebar */
.hg-feed__sidebar { display: flex; flex-direction: column; gap: 36px; position: sticky; top: 20px; }
.hg-feed__sb-block { display: flex; flex-direction: column; }
.hg-feed__sb-head { display: flex; align-items: center; gap: 10px; }
.hg-feed__sb-head-bar { width: 3px; height: 20px; border-radius: 2px; flex-shrink: 0; }
.hg-feed__sb-head-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 18px; letter-spacing: .03em; line-height: 1; margin: 0;
  color: var(--acc, #00BFFF);
}
.hg-feed__sb-head-line { flex: 1; height: 1px; background: rgba(255,255,255,0.07); }

.hg-feed__sb-featured {
  position: relative; display: block;
  border-radius: 12px; overflow: hidden;
  aspect-ratio: 16/11; background: rgba(255,255,255,.04); margin-top: 12px;
  border: 2px solid rgba(255,255,255,0.06);
}
.hg-feed__sb-featured-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.hg-feed__sb-featured:hover .hg-feed__sb-featured-img { transform: scale(1.04); }
.hg-feed__sb-featured-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.35) 50%, transparent 100%);
}
.hg-feed__sb-featured-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; }
.hg-feed__sb-featured-date {
  display: block; font-size: 11px; color: rgba(255,255,255,.6); margin-bottom: 6px;
  font-family: 'JetBrains Mono', monospace;
}
.hg-feed__sb-featured-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(18px, 1.8vw, 22px); line-height: 1.15; color: #fff; transition: color .2s;
}
.hg-feed__sb-featured:hover .hg-feed__sb-featured-title { color: #D0F020; }

.hg-feed__sb-list { display: flex; flex-direction: column; margin-top: 12px; }
.hg-feed__sb-item {
  position: relative;
  display: flex; gap: 12px; align-items: center; padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: opacity .2s;
}
.hg-feed__sb-item:last-child { border-bottom: none; }
.hg-feed__sb-item:hover { opacity: .75; }
.hg-feed__sb-item:hover .hg-feed__sb-title { color: #D0F020; }
.hg-feed__sb-num {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-size: 28px; letter-spacing: -.01em;
  flex-shrink: 0; width: 28px; text-align: center; line-height: 1;
  background: linear-gradient(135deg, #D0F020 0%, rgba(208,240,32,.3) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hg-feed__sb-thumb {
  width: 68px; height: 50px; border-radius: 5px; object-fit: cover;
  flex-shrink: 0; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,0.06);
}
.hg-feed__sb-thumb.hg-thumb--empty { width: 68px; height: 50px; }
.hg-feed__sb-text { flex: 1; min-width: 0; }
.hg-feed__sb-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px; font-weight: 500; line-height: 1.4; color: #ECE7DD;
  font-style: normal; text-transform: none;
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  margin-bottom: 3px; transition: color .2s;
}
.hg-feed__sb-time { display: block; font-size: 10px; color: rgba(236,231,221,0.25); font-family: 'JetBrains Mono', monospace; }
.hg-feed__sb-cal {
  display: block; margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  text-decoration: none; opacity: .8; transition: opacity .2s;
}
.hg-feed__sb-cal:hover { opacity: 1; }

/* ══════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════ */
.hg-footer {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 28px; padding-bottom: 40px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.hg-footer__brand { font-size: 12px; color: rgba(236,231,221,0.4); }
.hg-footer__brand a { color: rgba(236,231,221,0.7); }
.hg-footer__brand a:hover { color: #D0F020; }
.hg-footer__links { display: flex; gap: 4px; flex-wrap: wrap; }
.hg-footer__links a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
  color: rgba(236,231,221,0.45); text-decoration: none;
  padding: 5px 9px; border-radius: 5px;
  transition: color .18s;
}
.hg-footer__links a:hover { color: #D0F020; }

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hg-feed__layout { grid-template-columns: 1fr 280px; gap: 24px; }
}
@media (max-width: 900px) {
  .hg-guias__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .hg-hero__mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: 280px 160px 120px;
  }
  .hg-hero__feature { grid-column: 1; grid-row: 1; }
  .hg-hero__mid { grid-column: 1; grid-row: 2; }
  .hg-hero__smalls { grid-column: 1; grid-row: 3; }
  .hg-cal__grid { grid-template-columns: 1fr; }
  .hg-trending__grid { grid-template-columns: repeat(3, 1fr); }
  .hg-trending__grid .hg-trending__item:nth-child(n+4) { display: none; }
}
@media (max-width: 700px) {
  .hg-edit__split { grid-template-columns: 1fr; }
  .hg-feed__card-grid { grid-template-columns: 1fr; }
  .hg-feed__layout { grid-template-columns: 1fr; }
  .hg-feed__sidebar { position: static; margin-top: 36px; }
}
@media (max-width: 560px) {
  .hg-header { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hg-guias__grid { grid-template-columns: 1fr; }
  .hg-trending__grid { grid-template-columns: repeat(2, 1fr); }
  .hg-trending__grid .hg-trending__item:nth-child(n+3) { display: none; }
  .hg-ch-article { width: 220px; }
  .hg-now__arrow { width: 32px; height: 32px; }
}

/* ══════════════════════════════════════════
   TEMPLATES INTERIORES — artigo, categoria,
   calendário, autor, sobre, 404
   ══════════════════════════════════════════ */

/* Breadcrumb */
.hg-crumbs {
  display: flex; align-items: center; gap: 7px; flex-wrap: wrap;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
  color: rgba(236,231,221,0.25);
  margin: 18px 0 22px;
}
.hg-crumbs a { color: rgba(236,231,221,0.45); text-decoration: none; transition: color .18s; }
.hg-crumbs a:hover { color: #D0F020; }
.hg-crumbs__sep { color: rgba(236,231,221,0.18); }

/* Título de página interior (h1) */
.hg-page-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(26px, 3.4vw, 44px); line-height: 1.05;
  color: #ECE7DD; letter-spacing: .01em; margin-bottom: 12px;
}

/* Badge clicável (o badge base tem pointer-events:none) */
.hg-cat-badge--link { pointer-events: auto; text-decoration: none; transition: transform .15s; }
.hg-cat-badge--link:hover { transform: translateY(-1px); }

/* ── Artigo ── */
.hg-post { max-width: 780px; margin: 0 auto; }
.hg-post__meta {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: rgba(236,231,221,0.45);
  margin: 14px 0 22px;
}
.hg-post__meta a { color: rgba(236,231,221,0.7); text-decoration: none; }
.hg-post__meta a:hover { color: #D0F020; }
.hg-post__meta .hg-post__updated { color: #D0F020; }
.hg-post__hero { border-radius: 12px; overflow: hidden; margin-bottom: 28px; border: 2px solid rgba(255,255,255,0.06); }
.hg-post__hero img { width: 100%; height: auto; display: block; }

/* Corpo do artigo */
.hg-prose { font-size: 15px; line-height: 1.75; color: rgba(236,231,221,0.78); }
.hg-prose p { margin: 0 0 18px; }
.hg-prose a { color: #D0F020; }
.hg-prose strong { color: #ECE7DD; }
.hg-prose h2 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 24px; line-height: 1.1; color: #ECE7DD;
  margin: 34px 0 14px; padding-left: 12px;
  border-left: 4px solid var(--acc, #D0F020);
}
.hg-prose h3 { font-size: 16px; font-weight: 700; color: #ECE7DD; margin: 24px 0 8px; }
.hg-prose ul, .hg-prose ol { margin: 0 0 18px 22px; }
.hg-prose li { margin-bottom: 8px; }

/* Índice (TOC) */
.hg-toc {
  background: #141414; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 18px 20px; margin-bottom: 28px;
}
.hg-toc__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
  color: rgba(236,231,221,0.4); display: block; margin-bottom: 10px;
}
.hg-toc ol { margin: 0 0 0 18px; }
.hg-toc li { margin-bottom: 6px; font-size: 13px; }
.hg-toc a { color: rgba(236,231,221,0.7); text-decoration: none; }
.hg-toc a:hover { color: #D0F020; }

/* Caixa de autor */
.hg-authorbox {
  display: flex; gap: 16px; align-items: flex-start;
  background: #141414; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 20px; margin: 36px 0 0;
}
.hg-authorbox__photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: rgba(255,255,255,.06); }
.hg-authorbox__name { font-family: 'Big Shoulders Display', sans-serif; font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 18px; color: #ECE7DD; margin-bottom: 4px; }
.hg-authorbox__name a { color: inherit; text-decoration: none; }
.hg-authorbox__name a:hover { color: #D0F020; }
.hg-authorbox__bio { font-size: 13px; line-height: 1.6; color: rgba(236,231,221,0.55); margin-bottom: 6px; }
.hg-authorbox__link { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #D0F020; text-decoration: none; }

/* Relacionados */
.hg-related { margin-top: 44px; }
.hg-related__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

/* Card-link para calendário (fim do artigo / topo da categoria) */
.hg-calcta { margin-top: 28px; }
.hg-calcta .hg-cal__card { max-width: 520px; }

/* ── Categoria / arquivo ── */
.hg-archive__desc {
  font-size: 13px; line-height: 1.6; color: rgba(236,231,221,0.45);
  max-width: 640px; margin-bottom: 24px;
}
.hg-archive__promo { margin-bottom: 32px; }
.hg-archive__promo .hg-cal__card { max-width: 640px; }

/* Paginação com links reais */
.hg-pagination {
  display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap;
  margin-top: 32px;
}
.hg-pagination a, .hg-pagination span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  min-width: 34px; padding: 8px 10px; text-align: center;
  border-radius: 8px; border: 1px solid rgba(255,255,255,0.1);
  color: rgba(236,231,221,0.6); text-decoration: none;
  transition: color .18s, border-color .18s;
}
.hg-pagination a:hover { color: #D0F020; border-color: #D0F020; }
.hg-pagination .current { background: #D0F020; color: #0A0A0A; border-color: #0A0A0A; }

/* ── Calendário ── */
.hg-updated {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  color: #0A0A0A; background: #D0F020;
  padding: 6px 12px; border-radius: 999px;
  margin-bottom: 26px;
}
.hg-cal-list { list-style: none; margin: 0 0 8px; padding: 0; }
.hg-cal-list li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 14px; color: rgba(236,231,221,0.8);
}
.hg-cal-list li:last-child { border-bottom: none; }
.hg-cal-list .hg-cal-list__date {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--acc, #D0F020); white-space: nowrap; flex-shrink: 0;
}

/* ── Autor ── */
.hg-authorhead {
  display: flex; gap: 22px; align-items: flex-start;
  margin-bottom: 34px; padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.hg-authorhead__photo { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: rgba(255,255,255,.06); border: 2px solid rgba(255,255,255,0.1); }
.hg-authorhead__role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: #D0F020; display: block; margin-bottom: 10px;
}
.hg-authorhead__bio { font-size: 14px; line-height: 1.7; color: rgba(236,231,221,0.6); max-width: 680px; margin-bottom: 12px; }
.hg-authorhead__links { display: flex; gap: 4px; flex-wrap: wrap; }
.hg-authorhead__links a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
  color: rgba(236,231,221,0.55); text-decoration: none;
  padding: 5px 10px; border: 1px solid rgba(255,255,255,0.1); border-radius: 999px;
  transition: color .18s, border-color .18s;
}
.hg-authorhead__links a:hover { color: #D0F020; border-color: #D0F020; }

/* ── Sobre ── */
.hg-team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 18px 0 8px; }
.hg-team__card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
  background: #141414; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 20px;
  text-decoration: none; color: inherit;
  transition: transform .2s, border-color .2s;
}
.hg-team__card:hover { transform: translateY(-3px); border-color: #D0F020; }
.hg-team__photo { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; background: rgba(255,255,255,.06); }
.hg-team__name { font-family: 'Big Shoulders Display', sans-serif; font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 17px; color: #ECE7DD; }
.hg-team__role { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #D0F020; }

/* ── 404 ── */
.hg-404 { text-align: center; padding: 64px 0 40px; }
.hg-404 .hg-page-title { font-size: clamp(34px, 5vw, 64px); margin-bottom: 8px; }
.hg-404__msg { font-size: 14px; color: rgba(236,231,221,0.5); margin-bottom: 34px; }
.hg-404__grid { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; max-width: 720px; margin: 0 auto 30px; }
.hg-404__grid a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  color: rgba(236,231,221,0.65); text-decoration: none;
  padding: 9px 16px; border: 1px solid rgba(255,255,255,0.12); border-radius: 999px;
  transition: color .18s, border-color .18s;
}
.hg-404__grid a:hover { color: #D0F020; border-color: #D0F020; }
.hg-404__search { display: flex; gap: 8px; justify-content: center; max-width: 420px; margin: 0 auto; }
.hg-404__search input[type="search"] {
  flex: 1; padding: 11px 16px; border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12); background: #141414; color: #ECE7DD;
  font-family: 'Space Grotesk', sans-serif; font-size: 13px;
}
.hg-404__search button {
  padding: 11px 20px; border-radius: 8px; border: 1.5px solid #0A0A0A;
  background: #D0F020; color: #0A0A0A; cursor: pointer;
  font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
}

/* Responsivo — templates interiores */
@media (max-width: 900px) {
  .hg-team__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .hg-related__grid { grid-template-columns: 1fr; }
  .hg-authorhead { flex-direction: column; }
}
@media (max-width: 560px) {
  .hg-team__grid { grid-template-columns: 1fr; }
  .hg-cal-list li { flex-direction: column; gap: 2px; }
}
