:root {
  --press-ink: #142131;
  --press-muted: #66717d;
  --press-gold: #b08948;
  --press-gold-light: #d3b16f;
  --press-line: rgba(176, 137, 72, 0.28);
  --press-soft: #f7f6f3;
}

.press-page {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
  color: var(--press-ink);
  font-family: "Ploni", Arial, sans-serif;
  overflow-x: hidden;
}

/* Match the language-flag order used across the main site. */
.press-page .header-flags { direction: rtl; gap: 9px; }
.press-page .flag-link { width: 32px; height: 32px; padding: 0; overflow: hidden; border: 1px solid #d7b96d; background: #fff; box-sizing: border-box; }
.press-page .flag-icon-img { width: 100%; height: 100%; display: block; object-fit: cover; }

.press-page .press-header { position: fixed; inset: 0 0 auto; z-index: 1000; }
.press-page .logo-area { text-decoration: none; cursor: pointer; }
.press-main { padding-top: 104px; }

.press-intro {
  padding: 58px clamp(26px, 6vw, 96px) 46px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(211, 177, 111, 0.12), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  border-bottom: 1px solid rgba(176, 137, 72, 0.16);
}

.press-kicker,
.press-section-kicker {
  display: block;
  color: var(--press-gold);
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.press-intro h1 {
  margin: 8px 0 8px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
  font-weight: 750;
  color: var(--press-ink);
}

.press-title-line { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 18px auto; }
.press-title-line span { width: 76px; height: 1px; background: linear-gradient(90deg, transparent, var(--press-gold)); }
.press-title-line span:last-child { background: linear-gradient(90deg, var(--press-gold), transparent); }
.press-title-line i { width: 7px; height: 7px; background: var(--press-gold); transform: rotate(45deg); }
.press-intro p { max-width: 760px; margin: 0 auto; color: var(--press-muted); font-size: 1.02rem; line-height: 1.75; }

.press-strip-section {
  position: relative;
  padding: 48px clamp(22px, 5vw, 82px) 54px;
  background: #ffffff;
}

.press-strip-section.press-soft { background: var(--press-soft); }
.press-section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.press-section-head h2 { margin: 4px 0 0; font-size: clamp(1.65rem, 3vw, 2.3rem); color: var(--press-ink); }
.centered-strip .press-section-head { justify-content: center; text-align: center; }
.press-arrows { position: static; }
.press-arrows button {
  position: absolute;
  z-index: 8;
  top: 54%;
  transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--press-line);
  display: grid; place-items: center;
  background: #fff; color: var(--press-gold); font-size: 0; line-height: 1; cursor: pointer;
  transition: .2s ease;
}
.press-arrows button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
}
.press-arrows button:first-child::before { transform: translate(-50%, -50%) rotate(-45deg); }
.press-arrows button:last-child::before { transform: translate(-50%, -50%) rotate(135deg); }
.press-arrows button:first-child { right: clamp(8px, 2vw, 28px); }
.press-arrows button:last-child { left: clamp(8px, 2vw, 28px); }
.press-arrows button:hover { background: var(--press-gold); color: #fff; transform: translateY(-50%) scale(1.06); }

.press-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 14px;
}
.press-track::-webkit-scrollbar { display: none; }

@media (min-width: 1180px) {
  .centered-strip .press-track { justify-content: center; }
}

.media-card {
  flex: 0 0 clamp(230px, 22vw, 294px);
  min-height: 390px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--press-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(20, 33, 49, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.media-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(20, 33, 49, .13); }
.media-card-image { position: relative; height: 180px; overflow: hidden; background: #ece8df; }
.media-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7, 16, 27, .38), transparent 56%); }
.media-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.media-card:hover .media-card-image img { transform: scale(1.035); }
.media-kind { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 6px 11px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--press-gold); font-size: .72rem; font-weight: 800; }
.media-play { position: absolute; z-index: 3; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; border: 2px solid #fff; border-radius: 50%; display: grid; place-items: center; padding-left: 2px; background: rgba(12, 24, 39, .6); color: #fff; font-size: 1.05rem; }
.media-card-body { padding: 20px 18px 18px; display: flex; flex: 1; flex-direction: column; }
.media-card-body h3 { margin: 0 0 9px; font-size: 1.12rem; color: var(--press-ink); }
.media-card-body p { margin: 0 0 18px; color: var(--press-muted); font-size: .9rem; line-height: 1.55; }
.media-link { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(176, 137, 72, .22); color: var(--press-gold); font-size: .85rem; font-weight: 800; }
.media-link b { font-size: 1.05rem; }

.logo-track { align-items: stretch; }

.partners-marquee-viewport {
  direction: ltr;
  overflow: hidden;
  scroll-snap-type: none;
}
.partners-marquee-inner {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  animation: partners-marquee-scroll 32s linear infinite;
}
.partners-marquee-inner .partner-card {
  direction: rtl;
}
.partners-marquee-viewport:hover .partners-marquee-inner {
  animation-play-state: paused;
}
@keyframes partners-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .partners-marquee-inner { animation: none; }
}

.partner-card,
.client-card {
  flex: 0 0 225px;
  min-height: 154px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(176, 137, 72, .22);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(20, 33, 49, .06);
}
.partner-card strong { font-family: Arial, sans-serif; font-size: 1.45rem; letter-spacing: -.03em; }
.partner-card span,
.client-card > span { color: var(--press-muted); font-size: .8rem; line-height: 1.4; }
.partner-card img { width: 62px; height: 62px; object-fit: contain; }
.client-card img { width: 100%; height: 124px; object-fit: contain; display: block; }
.partner-novo strong { color: #16a79d; font-weight: 500; }
.partner-caixa strong { color: #2469b3; }
.partner-equitas strong { color: #2e5a44; font-weight: 500; }
.partner-batir strong { color: #ad8a45; font-family: Georgia, serif; font-weight: 500; }
.partner-crc strong { color: #1d6c89; }
.partner-crc small { font-size: .56em; letter-spacing: .08em; }

.article-card {
  flex: 0 0 min(430px, 86vw);
  min-height: 235px;
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 20px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--press-line);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(20, 33, 49, .07);
  color: inherit;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}
.article-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(20, 33, 49, .12); }
.article-cover { position: relative; border-radius: 11px; overflow: hidden; min-height: 200px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11, 21, 35, .5), transparent); }
.article-cover span { position: absolute; z-index: 2; bottom: 12px; left: 12px; padding: 5px 8px; border-radius: 6px; background: #fff; color: var(--press-gold); font: 700 .7rem Arial, sans-serif; }
.article-card > div:last-child { padding: 12px 2px; }
.article-card small { color: var(--press-gold); font-weight: 800; }
.article-card h3 { margin: 7px 0 10px; font-size: 1.15rem; line-height: 1.35; color: var(--press-ink); }
.article-card p { margin: 0 0 16px; color: var(--press-muted); font-size: .86rem; line-height: 1.55; }
.article-link { display: inline-block; color: var(--press-gold); font-size: .82rem; font-weight: 800; }
.article-link b { font-size: 1rem; }

.press-contact { margin: 4px clamp(22px, 5vw, 82px) 54px; padding: 36px 24px; text-align: center; background: #fff; border: 1px solid var(--press-line); border-radius: 16px; box-shadow: 0 10px 28px rgba(20, 33, 49, .06); }
.press-contact h2 { margin: 0 0 18px; font-size: clamp(1.3rem, 2.4vw, 1.8rem); color: var(--press-ink); }
.press-contact a { display: inline-block; min-width: 190px; padding: 13px 26px; border-radius: 999px; background: var(--press-gold); color: #fff; text-decoration: none; font-weight: 800; transition: .2s ease; }
.press-contact a:hover { background: #96713a; transform: translateY(-1px); }

@media (max-width: 900px) {
  .press-main { padding-top: 88px; }
  .press-page .nav-menu { display: none; }
  .press-page .nav-menu.open { display: block; position: fixed; top: 82px; inset-inline: 16px; padding: 16px; border-radius: 14px; background: #fff; box-shadow: 0 16px 36px rgba(20, 33, 49, .16); }
  .press-page .nav-menu.open .nav-list { flex-direction: column; align-items: stretch; }
  .press-page .nav-menu.open .nav-link { display: block; padding: 11px 14px; }
  .press-page .menu-toggle { display: flex; }
}

@media (max-width: 640px) {
  .press-main { padding-top: 78px; }
  .press-intro { padding-top: 42px; }
  .press-strip-section { padding-inline: 18px; }
  .press-arrows { display: none; }
  .media-card { flex-basis: 82vw; }
  .article-card { grid-template-columns: 1fr; }
  .article-cover { min-height: 170px; }
  .partner-card, .client-card { flex-basis: 76vw; }
}
