/* binds.co — /na-midia/ (home dark) */

.binds-homeDarkPage .bdh-benchHero .binds-hero__grid--solo {
  grid-template-columns: minmax(0, 1fr);
  max-width: 44rem;
}

.binds-homeDarkPage .bdh-heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.binds-homeDarkPage .bdh-pressRelated {
  margin: 20px 0 0;
}

.binds-homeDarkPage .bdh-pressRelated a {
  font-weight: 700;
  color: var(--bdh-primary-soft);
  text-decoration: none;
}

.binds-homeDarkPage .bdh-pressRelated a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Featured clipping — imagem inteira em cima, texto embaixo */
.binds-homeDarkPage .bdh-pressFeature {
  display: flex;
  flex-direction: column;
  margin: 8px 0 28px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--bdh-border);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.binds-homeDarkPage .bdh-pressFeature:hover {
  border-color: rgba(175, 154, 214, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.binds-homeDarkPage .bdh-pressFeature__media {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #120c1c;
}

.binds-homeDarkPage .bdh-pressFeature__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.binds-homeDarkPage .bdh-pressFeature__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 22px 28px 26px;
}

.binds-homeDarkPage .bdh-pressFeature__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
}

.binds-homeDarkPage .bdh-pressFeature__title {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #fff;
}

.binds-homeDarkPage .bdh-pressFeature__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--bdh-text-2);
}

/* Year groups */
.binds-homeDarkPage .bdh-pressYear {
  margin-top: 36px;
}

.binds-homeDarkPage .bdh-pressYear__label {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-pressLead {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px 28px;
  margin-bottom: 16px;
  padding: 28px 28px 26px;
  border-radius: 22px;
  border: 1px solid var(--bdh-border);
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(103, 58, 183, 0.28), transparent 52%),
    rgba(255, 255, 255, 0.04);
}

.binds-homeDarkPage .bdh-pressLead__when {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 2px;
}

.binds-homeDarkPage .bdh-pressLead__month {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bdh-primary-soft);
}

.binds-homeDarkPage .bdh-pressLead__year {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
}

.binds-homeDarkPage .bdh-pressLead__kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bdh-primary-soft);
}

.binds-homeDarkPage .bdh-pressLead__title {
  margin: 0;
  max-width: 38rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #fff;
}

.binds-homeDarkPage .bdh-pressLead__text {
  margin: 12px 0 0;
  max-width: 40rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-pressEcho {
  margin: 0 0 10px;
  font-size: 0.84rem;
  font-weight: 650;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-chips--lead {
  margin: 0 0 18px;
}

.binds-homeDarkPage .bdh-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.binds-homeDarkPage .bdh-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(175, 154, 214, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.binds-homeDarkPage .bdh-chip:hover {
  border-color: rgba(175, 154, 214, 0.7);
  background: rgba(103, 58, 183, 0.35);
  transform: translateY(-1px);
}

.binds-homeDarkPage .bdh-chip--lead {
  background: rgba(103, 58, 183, 0.45);
  border-color: rgba(175, 154, 214, 0.55);
}

.binds-homeDarkPage .bdh-pressLead__more {
  display: inline-flex;
  margin-top: 16px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--bdh-primary-soft);
  text-decoration: none;
}

.binds-homeDarkPage .bdh-pressLead__more:hover {
  color: #fff;
}

/* Press cards */
.binds-homeDarkPage .bdh-pressGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.binds-homeDarkPage .bdh-pressCard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--bdh-border);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.binds-homeDarkPage .bdh-pressCard:hover {
  transform: translateY(-2px);
  border-color: rgba(175, 154, 214, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.binds-homeDarkPage .bdh-pressCard__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
}

.binds-homeDarkPage .bdh-pressCard__outlet {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bdh-primary-soft);
}

.binds-homeDarkPage .bdh-pressCard__date {
  font-size: 0.82rem;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-pressCard__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: #fff;
}

.binds-homeDarkPage .bdh-pressCard__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-pressGrid--trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Awards with seals */
.binds-homeDarkPage .bdh-awardGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.binds-homeDarkPage .bdh-awardCard {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid var(--bdh-border);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.binds-homeDarkPage .bdh-awardCard:hover {
  transform: translateY(-2px);
  border-color: rgba(175, 154, 214, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.binds-homeDarkPage .bdh-awardCard__seal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
}

.binds-homeDarkPage .bdh-awardCard__seal img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.binds-homeDarkPage .bdh-awardCard__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.binds-homeDarkPage .bdh-awardCard__year {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bdh-primary-soft);
}

.binds-homeDarkPage .bdh-awardCard__title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
}

.binds-homeDarkPage .bdh-awardCard__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--bdh-text-2);
}

@media (max-width: 900px) {
  .binds-homeDarkPage .bdh-pressFeature__body {
    padding: 18px 18px 22px;
  }

  .binds-homeDarkPage .bdh-pressLead {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 18px;
  }

  .binds-homeDarkPage .bdh-pressLead__when {
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
  }

  .binds-homeDarkPage .bdh-pressLead__year {
    font-size: 1.2rem;
  }

  .binds-homeDarkPage .bdh-pressGrid,
  .binds-homeDarkPage .bdh-pressGrid--trio,
  .binds-homeDarkPage .bdh-awardGrid {
    grid-template-columns: 1fr;
  }

  .binds-homeDarkPage .bdh-awardCard {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
  }

  .binds-homeDarkPage .bdh-awardCard__seal {
    width: 88px;
    height: 88px;
  }
}
