/* ============================================================
   VIANAFIT BLOG THEME — CSS v1.1
   ============================================================ */

:root {
  --red:    #FF2D00;
  --black:  #0a0a0a;
  --white:  #ffffff;
  --gray-1: #f5f5f5;
  --gray-2: #e0e0e0;
  --gray-3: #999999;
  --gray-4: #444444;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Barlow', sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
}

/* ── NAV PRINCIPAL ── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: var(--black);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 64px;
}

.nav-logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  flex-shrink: 0;
}

.nav-logo span { color: var(--red); }

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-3);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active { color: var(--white); }

.nav-links a.active::after {
  content: '';
  display: block;
  height: 2px;
  background: var(--red);
  margin-top: 3px;
  border-radius: 1px;
}

.nav-cta {
  background: var(--red);
  color: var(--white) !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 22px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: opacity 0.2s;
  display: inline-block;
  white-space: nowrap;
}

.nav-cta:hover { opacity: 0.88; }

/* ── HERO ── */
.hero {
  margin-top: 64px;
  position: relative;
  height: 580px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a0800 0%, #0a0a0a 60%);
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
}

.hero-accent {
  position: absolute;
  top: 0; right: 0;
  width: 50%;
  height: 100%;
  background: var(--red);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 0.06;
}

.hero-lines {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg, transparent, transparent 79px,
    rgba(255,255,255,0.03) 79px, rgba(255,255,255,0.03) 80px
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 48px 64px;
  max-width: 780px;
}

.hero-tag {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  margin-bottom: 20px;
}

.hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 7vw, 80px);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.hero-title .red,
.red { color: var(--red); }

.hero-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  max-width: 480px;
  margin-bottom: 32px;
}

.hero-read {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--red);
  padding-bottom: 4px;
  transition: gap 0.2s;
}

.hero-read:hover { gap: 16px; }

.hero-arrow {
  width: 16px; height: 16px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* ── BARRA DE CATEGORIAS ── */
.categories {
  background: var(--black);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 0 48px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.categories::-webkit-scrollbar { display: none; }

.cat-btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-3);
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 18px 24px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
}

.cat-btn:hover { color: var(--white); }
.cat-btn.active { color: var(--white); border-bottom-color: var(--red); }

/* ── MAIN ── */
.main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 48px;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--white);
}

.section-title span { color: var(--red); }

.see-all {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-3);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 3px;
  transition: color 0.2s;
  white-space: nowrap;
}

.see-all:hover { color: var(--white); }

/* ── IMAGEM DOS CARDS ── */
.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  transition: transform 0.5s ease;
  filter: brightness(0.55);
  display: block;
  position: absolute;
  inset: 0;
}

/* ── GRID DESTAQUE ── */
.featured-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 2px;
  margin-bottom: 2px;
}

.featured-main {
  position: relative;
  height: 480px;
  overflow: hidden;
  cursor: pointer;
  background: #1a1a1a;
  display: block;
  text-decoration: none;
}

.featured-main:hover .card-img { transform: scale(1.04); }

.featured-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
}

.card-sm {
  position: relative;
  height: 239px;
  overflow: hidden;
  cursor: pointer;
  background: #1a1a1a;
  display: block;
  text-decoration: none;
}

.card-sm:hover .card-img { transform: scale(1.04); }

.card-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, transparent 100%);
  z-index: 2;
}

.card-overlay-sm {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, transparent 100%);
  z-index: 2;
}

.card-tag {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 12px;
}

.card-title-lg {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.0;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 12px;
}

.card-title-sm {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 8px;
}

.card-meta {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.card-meta span { color: rgba(255,255,255,0.7); }

/* ── GRID 3 COLUNAS ── */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.card-md {
  position: relative;
  height: 320px;
  overflow: hidden;
  cursor: pointer;
  background: #1a1a1a;
  display: block;
  text-decoration: none;
}

.card-md:hover .card-img { transform: scale(1.04); }

.card-overlay-md {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, transparent 100%);
  z-index: 2;
}

.card-title-md {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 10px;
}

/* ── PLACEHOLDERS ── */
.ph { background: #1a1a1a; }
.ph-treino           { background: linear-gradient(135deg, #1a0800 0%, #2d0d00 100%); }
.ph-nutricao         { background: linear-gradient(135deg, #001a0a 0%, #002d14 100%); }
.ph-cases-de-sucesso,
.ph-case             { background: linear-gradient(135deg, #0a0014 0%, #16002d 100%); }
.ph-estilo-de-vida   { background: linear-gradient(135deg, #001219 0%, #001f2d 100%); }

.ph-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.08;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 100px;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

/* ── NEWSLETTER ── */
.newsletter {
  background: var(--red);
  padding: 64px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.nl-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}

.nl-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 20px;
}

.nl-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  max-width: 380px;
}

.nl-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nl-input {
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  padding: 14px 18px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}

.nl-input::placeholder { color: rgba(255,255,255,0.5); }
.nl-input:focus { border-color: rgba(255,255,255,0.8); }

.nl-btn {
  background: var(--black);
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
  width: 100%;
  text-align: left;
  border-radius: 0;
}

.nl-btn:hover { opacity: 0.85; }
.nl-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.nl-disclaimer {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}

.nl-already {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  font-weight: 600;
}

/* ── CASES STRIP — faixa horizontal full width ── */
.cases-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.case-card {
  position: relative;
  height: 420px;
  overflow: hidden;
  cursor: pointer;
  background: #1a1a1a;
  display: block;
  text-decoration: none;
}

.case-card:hover .card-img { transform: scale(1.04); }

.case-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px;
  background: linear-gradient(to top, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
  z-index: 2;
}

.case-stat {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1;
  color: var(--red);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.case-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.1;
}

.case-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
}

/* ── POST INDIVIDUAL ── */
.post-article {
  max-width: 760px;
  margin: 0 auto;
  padding: 96px 48px 64px;
}

.post-header { margin-bottom: 48px; }

.post-tag {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  margin-bottom: 20px;
  text-decoration: none;
}

.post-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.post-meta {
  font-size: 13px;
  color: var(--gray-3);
  letter-spacing: 0.04em;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.post-meta-dot { color: var(--red); }

.post-feature-img {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 640px;
  overflow: hidden;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;;
}

.post-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: none;
  position: static;
}

.post-feature-img figcaption {
  font-size: 12px;
  color: var(--gray-3);
  text-align: center;
  padding: 8px 0;
}

/* ── CONTEÚDO DO POST ── */
.post-content.gh-content {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(10,10,10,0.82);
  margin-top: 48px;
  background: var(--white);
  padding: 48px 40px;
  border-radius: 2px;
}

.gh-content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--black);
  margin: 48px 0 20px;
  line-height: 1;
}

.gh-content h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--black);
  margin: 36px 0 16px;
}

.gh-content p { margin-bottom: 24px; }
.gh-content strong { color: var(--black); font-weight: 700; }

.gh-content a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gh-content ul, .gh-content ol {
  padding-left: 24px;
  margin-bottom: 24px;
}

.gh-content li { margin-bottom: 8px; }

.gh-content blockquote {
  border-left: 4px solid var(--red);
  padding: 16px 24px;
  margin: 32px 0;
  background: rgba(255,45,0,0.06);
  color: rgba(10,10,10,0.85);
  font-size: 20px;
  font-style: italic;
}

.gh-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 32px 0;
  filter: none;
  position: static;
}

.gh-content figure { margin: 32px 0; }

.gh-content figcaption {
  font-size: 13px;
  color: var(--gray-4);
  text-align: center;
  margin-top: 8px;
}

.gh-content hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 48px 0;
}

/* ── TAGS DO POST ── */
.post-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.post-tag-pill {
  background: rgba(255,255,255,0.06);
  color: var(--gray-3);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.post-tag-pill:hover { background: var(--red); color: var(--white); }

/* ── AUTOR ── */
.post-author-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  padding: 24px;
  background: rgba(255,255,255,0.04);
  border-left: 3px solid var(--red);
}

.author-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.author-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 4px;
}

.author-bio {
  font-size: 14px;
  color: var(--gray-3);
  line-height: 1.5;
}

/* ── PAGINAÇÃO ── */
.pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 48px 0 0;
}

.pagination a {
  color: var(--gray-3);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 3px;
  transition: color 0.2s;
}

.pagination a:hover { color: var(--white); }

/* ── FOOTER ── */
footer {
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 48px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-brand {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 16px;
}

.footer-brand span { color: var(--red); }

.footer-desc {
  font-size: 13px;
  color: var(--gray-3);
  line-height: 1.7;
  max-width: 280px;
}

.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  font-size: 14px;
  color: var(--gray-3);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--white); }

.footer-bottom {
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.04);
  padding: 20px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.25);
}

/* ── RESPONSIVO ── */
@media (max-width: 1024px) {
  .cases-strip { grid-template-columns: repeat(2, 1fr); }
  .case-card { height: 360px; }
}

@media (max-width: 900px) {
  .site-nav { padding: 0 20px; }
  .nav-links { display: none; }

  .hero-content { padding: 0 20px 48px; }
  .categories { padding: 0 20px; }
  .main { padding: 40px 20px; }

  .featured-grid { grid-template-columns: 1fr; }
  .featured-main { height: 360px; }
  .featured-side { grid-template-rows: auto; gap: 2px; }
  .card-sm { height: 220px; }

  .grid-3 { grid-template-columns: 1fr; }
  .card-md { height: 260px; }

  .cases-strip { grid-template-columns: 1fr 1fr; }
  .case-card { height: 300px; }

  .newsletter { grid-template-columns: 1fr; padding: 48px 20px; }

  footer { grid-template-columns: 1fr 1fr; padding: 40px 20px; gap: 32px; }
  .footer-bottom { padding: 20px; flex-direction: column; gap: 8px; text-align: center; }

  .post-article { padding: 80px 20px 48px; }
  .post-feature-img { margin-left: -20px; width: calc(100% + 40px); height: 320px; }
}

@media (max-width: 480px) {
  .cases-strip { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}

/* ── GHOST CARD CLASSES (obrigatórias) ── */
.kg-width-wide {
  margin-left: calc(- (100vw - 760px) / 4);
  margin-right: calc(- (100vw - 760px) / 4);
  max-width: 1100px;
}

.kg-width-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}

.kg-image { width: 100%; height: auto; display: block; }

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 32px 0;
}

.kg-gallery-row {
  display: flex;
  gap: 4px;
}

.kg-gallery-image {
  overflow: hidden;
}

.kg-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
  position: static;
}

.kg-embed-card { margin: 32px 0; }
.kg-embed-card iframe { width: 100%; }

.kg-video-card { margin: 32px 0; }
.kg-video-card video { width: 100%; }

.kg-callout-card {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  background: rgba(255,45,0,0.06);
  border-left: 3px solid var(--red);
  margin: 32px 0;
}

.kg-callout-emoji { font-size: 20px; flex-shrink: 0; }
.kg-callout-text { font-size: 16px; color: rgba(10,10,10,0.85); line-height: 1.6; }

.kg-toggle-card {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 16px 20px;
  margin: 24px 0;
}

.kg-toggle-heading-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--black);
}

.kg-toggle-content { margin-top: 12px; color: rgba(10,10,10,0.7); }

.kg-button-card { margin: 32px 0; }
.kg-btn {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  padding: 12px 28px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s;
}
.kg-btn:hover { opacity: 0.88; }

/* ── HERO FIXO ── */
.hero-fixed {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  overflow: hidden;
  background: var(--black);
}

.hero-fixed-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 56px 72px 48px;
  position: relative;
  z-index: 2;
}

.hero-fixed-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 24px;
}

.hero-fixed-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 28px;
}

.hero-fixed-title span { color: var(--red); }

.hero-fixed-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  max-width: 400px;
  margin-bottom: 40px;
}

.hero-fixed-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-cat-pill {
  display: inline-block;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.6);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.hero-cat-pill:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.hero-fixed-right {
  position: relative;
  overflow: hidden;
}

.hero-fixed-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: none;
  position: absolute;
  inset: 0;
}

.hero-fixed-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    var(--black) 0%,
    transparent 30%,
    transparent 100%
  );
  z-index: 1;
}

/* responsivo hero fixo */
@media (max-width: 900px) {
  .hero-fixed {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-fixed-right {
    height: 320px;
  }

  .hero-fixed-photo {
    object-position: center 20%;
  }

  .hero-fixed-overlay {
    background: linear-gradient(
      to bottom,
      var(--black) 0%,
      transparent 30%
    );
  }

  .hero-fixed-left {
    padding: 48px 20px;
  }
  .post-content.gh-content {
    padding: 32px 20px;
  }

  .kg-width-wide {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .kg-gallery-row {
    flex-wrap: wrap;
  }

  .kg-gallery-image {
    flex: 1 1 100% !important;
    height: auto;
  }

  .kg-gallery-image img {
    height: auto;
    object-fit: contain;
  }
}