/* =========================================================
   MELDINA FC — Site oficial
   Paleta: Grená #8F0010 · Ouro #EFAA19 · Marinho #001065
   ========================================================= */

:root {
  --grena: #8f0010;
  --grena-2: #b0101f;
  --grena-deep: #5a000a;
  --ouro: #efaa19;
  --ouro-2: #ffc94a;
  --marinho: #001065;
  --marinho-2: #0a1f8f;
  --noite: #040720;
  --noite-2: #0a0f33;
  --noite-3: #121a4a;
  --creme: #f4efe2;
  --creme-2: #e9e1cc;
  --tinta: #0b0d1c;
  --cinza: #6b6f86;
  --linha-escura: rgba(255, 255, 255, 0.1);
  --linha-clara: rgba(11, 13, 28, 0.12);

  --f-display: "Extenda 20 Max", "Anton", "Oswald", Impact, sans-serif;
  --f-regal: "Cinzel", "Trajan Pro", serif;
  --f-serif: "DM Serif Display", Georgia, serif;
  --f-body: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1320px;
  --gutter: clamp(16px, 4vw, 40px);
  --radius: 4px;
  --ease: cubic-bezier(0.2, 0.7, 0.1, 1);
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  background: var(--noite);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
:focus-visible { outline: 2px solid var(--ouro); outline-offset: 3px; }
::selection { background: var(--ouro); color: var(--noite); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Tipografia ---------- */
.display {
  font-family: var(--f-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: 0.005em;
  margin: 0;
}
.eyebrow {
  font-family: var(--f-regal);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ouro);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow.no-rule::before { display: none; }

.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.section--creme { background: var(--creme); color: var(--tinta); }
.section--creme .eyebrow { color: var(--grena); }
.section--grena { background: var(--grena); }
.section--marinho { background: var(--marinho); }

.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: clamp(28px, 4vw, 48px); flex-wrap: wrap;
}
.section-head h2 { font-size: clamp(2.6rem, 6vw, 4.8rem); }

/* ---------- Botões ---------- */
.btn {
  --bg: var(--ouro); --fg: var(--noite);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px;
  background: var(--bg); color: var(--fg);
  font-family: var(--f-body); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  border: 2px solid var(--bg); border-radius: var(--radius);
  transition: transform 0.25s var(--ease), background 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); background: var(--ouro-2); border-color: var(--ouro-2); }
.btn svg { width: 16px; height: 16px; }
.btn--ghost { --bg: transparent; --fg: #fff; border-color: rgba(255,255,255,0.4); }
.btn--ghost:hover { background: #fff; color: var(--noite); border-color: #fff; }
.btn--grena { --bg: var(--grena); --fg: #fff; }
.btn--grena:hover { background: var(--grena-2); border-color: var(--grena-2); }
.btn--dark { --bg: var(--tinta); --fg: #fff; }
.btn--dark:hover { background: var(--marinho); border-color: var(--marinho); }
.btn--sm { padding: 10px 16px; font-size: 0.72rem; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ouro);
}
.section--creme .link-arrow { color: var(--grena); }
.link-arrow svg { width: 18px; height: 18px; transition: transform 0.3s var(--ease); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ---------- Barra superior ---------- */
.topbar {
  background: var(--grena-deep);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  position: relative; z-index: 60;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 38px; gap: 16px; }
.topbar__left { display: flex; gap: 22px; align-items: center; color: rgba(255,255,255,0.8); white-space: nowrap; overflow: hidden; }
.topbar__left strong { color: var(--ouro); font-weight: 600; }
.topbar__right { display: flex; gap: 18px; align-items: center; }
.topbar__right a { color: rgba(255,255,255,0.85); display: inline-flex; align-items: center; gap: 6px; transition: color .2s; }
.topbar__right a:hover { color: var(--ouro); }
.topbar__right svg { width: 15px; height: 15px; }
.topbar__lang { font-weight: 600; color: #fff; padding-left: 18px; border-left: 1px solid rgba(255,255,255,0.2); }

/* ---------- Cabeçalho ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(4, 7, 32, 0.86);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--linha-escura);
  transition: background 0.3s;
}
.header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px;
  background: linear-gradient(90deg, var(--grena) 0 33.3%, var(--ouro) 33.3% 66.6%, var(--marinho-2) 66.6%);
  transform-origin: left; transform: scaleX(var(--progress, 0));
}
.header .wrap { display: flex; align-items: center; height: var(--header-h); gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand img { height: 58px; width: auto; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4)); transition: transform 0.4s var(--ease); }
.brand:hover img { transform: rotate(-4deg) scale(1.04); }
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--f-display); font-size: 1.7rem; text-transform: uppercase; letter-spacing: 0.02em; }
.brand__tag { font-family: var(--f-regal); font-size: 0.6rem; letter-spacing: 0.32em; color: var(--ouro); margin-top: 5px; font-weight: 700; }

.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav a {
  position: relative; padding: 10px 12px;
  font-weight: 600; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.82); transition: color 0.2s;
}
.nav a::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px;
  background: var(--ouro); transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--ease);
}
.nav a:hover, .nav a[aria-current="page"] { color: #fff; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header__cta { display: flex; gap: 10px; align-items: center; }
.cart-btn { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--linha-escura); transition: border-color .2s, background .2s; }
.cart-btn:hover { border-color: var(--ouro); background: rgba(239,170,25,0.08); }
.cart-btn svg { width: 20px; height: 20px; }
.cart-btn__count {
  position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px;
  border-radius: 10px; background: var(--ouro); color: var(--noite);
  font-size: 0.7rem; font-weight: 700; display: grid; place-items: center;
  transform: scale(0); transition: transform 0.3s var(--ease);
}
.cart-btn__count.is-on { transform: scale(1); }
.burger { display: none; width: 44px; height: 44px; position: relative; }
.burger span { position: absolute; left: 11px; right: 11px; height: 2px; background: #fff; transition: transform .3s var(--ease), opacity .2s; }
.burger span:nth-child(1) { top: 15px; } .burger span:nth-child(2) { top: 21px; } .burger span:nth-child(3) { top: 27px; }
.nav-open .burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-open .burger span:nth-child(2) { opacity: 0; }
.nav-open .burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1280px) {
  .nav a { padding: 10px 8px; font-size: 0.74rem; }
  .header__cta .btn { display: none; }
}
@media (max-width: 1120px) {
  :root { --header-h: 70px; }
  .brand img { height: 48px; }
  .burger { display: block; }
  .header { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--noite); }
  .nav {
    position: fixed; inset: var(--nav-top, calc(var(--header-h) + 38px)) 0 0 0; z-index: 40;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--noite); padding: 20px var(--gutter) 40px;
    transform: translateX(100%); visibility: hidden; transition: transform 0.45s var(--ease), visibility 0.45s;
    overflow-y: auto;
  }
  .nav-open .nav { transform: none; visibility: visible; }
  .nav a { font-family: var(--f-display); font-size: 2.2rem; letter-spacing: 0.02em; padding: 14px 0; border-bottom: 1px solid var(--linha-escura); font-weight: 400; }
  .nav a::after { display: none; }
  .nav a[aria-current="page"] { color: var(--ouro); }
  .header__cta { margin-left: auto; }
  .topbar__left span:not(:first-child) { display: none; }
}
@media (max-width: 560px) {
  .brand__name { font-size: 1.35rem; }
  .brand__tag { font-size: 0.52rem; }
  .topbar__right .hide-sm, .topbar__lang { display: none; }
  .topbar__left span { overflow: hidden; text-overflow: ellipsis; }
  .topbar__left { min-width: 0; }
  .eyebrow { font-size: 0.68rem; letter-spacing: 0.2em; }
}

/* ---------- Ticker ---------- */
.ticker { background: var(--ouro); color: var(--noite); overflow: hidden; position: relative; }
.ticker__track { display: flex; width: max-content; animation: ticker 40s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item { display: flex; align-items: center; gap: 18px; padding: 12px 28px; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
.ticker__item img { width: 18px; height: 18px; object-fit: contain; }
.ticker__item b { font-family: var(--f-display); font-weight: 400; font-size: 1.1rem; letter-spacing: 0.04em; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  min-height: min(calc(100vh - 122px), 820px);
  display: flex; align-items: stretch;
  background:
    radial-gradient(ellipse 60% 70% at 72% 55%, rgba(143, 0, 16, 0.55), transparent 70%),
    radial-gradient(ellipse 50% 60% at 10% 100%, rgba(0, 16, 101, 0.9), transparent 70%),
    var(--noite);
}
.hero__bgmark {
  position: absolute; right: -6%; top: 50%; width: min(62vw, 900px); transform: translateY(-50%);
  opacity: 0.09; pointer-events: none;
}
.hero__grain { position: absolute; inset: 0; opacity: 0.35; mix-blend-mode: overlay; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.hero__slides { position: relative; flex: 1; display: grid; }
.hero__slide {
  grid-area: 1 / 1; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center;
  opacity: 0; visibility: hidden; transition: opacity 0.8s var(--ease), visibility 0.8s;
}
.hero__slide.is-active { opacity: 1; visibility: visible; }
.hero__copy { position: relative; z-index: 3; padding: 56px 0 130px; }
.hero__copy h1, .hero__copy h2 { font-size: clamp(3.4rem, 8vw, 7.4rem); line-height: 0.96; }
.hero__copy h1 em, .hero__copy h2 em { font-style: normal; color: var(--ouro); }
.hero__copy p { max-width: 520px; font-size: 1.08rem; color: rgba(255,255,255,0.78); margin: 22px 0 32px; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__media { position: relative; align-self: stretch; z-index: 2; }
.hero__media img {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  height: 100%; max-height: 820px; width: auto; max-width: none; object-fit: contain; object-position: bottom;
  -webkit-mask-image: radial-gradient(ellipse 55% 75% at 50% 45%, #000 55%, transparent 80%);
          mask-image: radial-gradient(ellipse 55% 75% at 50% 45%, #000 55%, transparent 80%);
}
.hero__slide.is-active .hero__copy > * { animation: rise 0.9s var(--ease) both; }
.hero__slide.is-active .hero__copy > *:nth-child(2) { animation-delay: 0.08s; }
.hero__slide.is-active .hero__copy > *:nth-child(3) { animation-delay: 0.16s; }
.hero__slide.is-active .hero__copy > *:nth-child(4) { animation-delay: 0.24s; }
.hero__slide.is-active .hero__media img { animation: heroImg 1.2s var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes heroImg { from { opacity: 0; transform: translateX(-50%) scale(1.06); } to { opacity: 1; transform: translateX(-50%) scale(1); } }
.hero__number {
  position: absolute; right: 2%; top: 8%; z-index: 1;
  font-family: var(--f-display); font-size: clamp(10rem, 26vw, 24rem); line-height: 0.8;
  color: transparent; -webkit-text-stroke: 2px rgba(239,170,25,0.35);
}
.hero__nav {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 5;
  border-top: 1px solid var(--linha-escura);
  background: linear-gradient(to top, rgba(4,7,32,0.9), rgba(4,7,32,0.4));
}
.hero__nav .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero__tab { text-align: left; padding: 18px 20px 20px 0; position: relative; color: rgba(255,255,255,0.55); transition: color 0.3s; }
.hero__tab + .hero__tab { padding-left: 20px; border-left: 1px solid var(--linha-escura); }
.hero__tab small { display: block; font-family: var(--f-regal); font-size: 0.66rem; letter-spacing: 0.24em; color: var(--ouro); font-weight: 700; margin-bottom: 4px; }
.hero__tab span { font-weight: 600; font-size: 0.92rem; line-height: 1.35; display: block; }
.hero__tab::before { content: ""; position: absolute; top: -1px; left: 0; height: 3px; width: 0; background: var(--ouro); }
.hero__tab + .hero__tab::before { left: 0; }
.hero__tab.is-active { color: #fff; }
.hero__tab.is-active::before { animation: tabfill 7s linear forwards; }
@keyframes tabfill { to { width: 100%; } }

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero__slide { grid-template-columns: 1fr; }
  .hero__media { order: -1; height: 56vh; min-height: 360px; }
  .hero__copy { padding: 0 0 140px; margin-top: -60px; }
  .hero__number { top: 2%; }
  .hero__tab span { font-size: 0.78rem; }
  .hero__tab small { font-size: 0.56rem; }
}
@media (max-width: 560px) {
  .hero__nav .wrap { grid-template-columns: 1fr 1fr 1fr; }
  .hero__tab span { display: none; }
  .hero__copy { padding-bottom: 96px; }
}

/* ---------- Page hero (páginas internas) ---------- */
.page-hero {
  position: relative; overflow: hidden;
  padding: clamp(64px, 10vw, 130px) 0 clamp(48px, 6vw, 80px);
  background:
    radial-gradient(ellipse 50% 90% at 85% 30%, rgba(143,0,16,0.6), transparent 70%),
    linear-gradient(160deg, var(--noite-2), var(--noite));
  border-bottom: 1px solid var(--linha-escura);
}
.page-hero__mark { position: absolute; right: -40px; top: 50%; transform: translateY(-50%); width: 420px; opacity: 0.1; pointer-events: none; }
.page-hero h1 { font-size: clamp(3.6rem, 11vw, 9rem); line-height: 0.95; position: relative; }
.page-hero .eyebrow { position: relative; margin-bottom: 18px; }
.page-hero p { max-width: 620px; color: rgba(255,255,255,0.75); font-size: 1.05rem; margin: 18px 0 0; position: relative; }
.breadcrumb { display: flex; gap: 10px; font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 22px; position: relative; }
.breadcrumb a:hover { color: var(--ouro); }

/* ---------- Match center ---------- */
.matchbar { position: relative; z-index: 4; margin-top: -1px; background: var(--noite-2); border-bottom: 1px solid var(--linha-escura); }
.matchbar .wrap { display: grid; grid-template-columns: 1.5fr 1fr 1fr; }
.matchbar__cell { padding: 34px 32px; border-right: 1px solid var(--linha-escura); }
.matchbar__cell:first-child { padding-left: 0; }
.matchbar__cell:last-child { border-right: 0; padding-right: 0; }
.mc-label { display: flex; justify-content: space-between; align-items: center; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 18px; font-weight: 600; }
.mc-label b { color: var(--ouro); font-weight: 700; }
.fixture { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.team { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.team img, .team svg { width: 64px; height: 64px; object-fit: contain; }
.team span { font-weight: 700; font-size: 0.86rem; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.2; }
.fixture__mid { text-align: center; }
.fixture__time { font-family: var(--f-display); font-size: 2.6rem; line-height: 1; }
.fixture__date { font-size: 0.74rem; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 6px; }
.countdown { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.countdown div { background: rgba(255,255,255,0.05); border: 1px solid var(--linha-escura); min-width: 62px; padding: 8px 6px; text-align: center; border-radius: var(--radius); }
.countdown b { display: block; font-family: var(--f-display); font-size: 1.8rem; line-height: 1; font-weight: 400; color: var(--ouro); }
.countdown small { font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.fixture__venue { text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-top: 14px; display: flex; gap: 6px; justify-content: center; align-items: center; }
.fixture__venue svg { width: 14px; height: 14px; color: var(--ouro); }
.fixture__actions { display: flex; gap: 10px; justify-content: center; margin-top: 18px; flex-wrap: wrap; }
.score { font-family: var(--f-display); font-size: 3.2rem; line-height: 1; display: flex; gap: 12px; align-items: center; }
.score i { font-style: normal; font-size: 1.6rem; color: rgba(255,255,255,0.35); }
.result-tag { display: inline-block; padding: 3px 9px; border-radius: 2px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; background: #1f8a4c; }
.result-tag.d { background: #6b6f86; } .result-tag.l { background: var(--grena-2); }
.mini-table { width: 100%; border-collapse: collapse; font-size: 0.84rem; }
.mini-table td { padding: 8px 4px; border-bottom: 1px solid var(--linha-escura); }
.mini-table td:first-child { width: 28px; color: rgba(255,255,255,0.5); font-weight: 600; }
.mini-table td:last-child { text-align: right; font-weight: 700; }
.mini-table tr.is-us td { color: var(--ouro); }
.mini-table .t { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.mini-table .t svg, .mini-table .t img { width: 22px; height: 22px; object-fit: contain; }

@media (max-width: 1000px) {
  .matchbar .wrap { grid-template-columns: 1fr 1fr; }
  .matchbar__cell:first-child { grid-column: 1 / -1; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--linha-escura); }
  .matchbar__cell:nth-child(2) { padding-left: 0; }
}
@media (max-width: 640px) {
  .matchbar .wrap { grid-template-columns: 1fr; }
  .matchbar__cell { padding: 28px 0 !important; border-right: 0 !important; border-bottom: 1px solid var(--linha-escura); }
  .countdown div { min-width: 54px; }
  .team img, .team svg { width: 52px; height: 52px; }
}

/* ---------- Cards de notícia ---------- */
.news-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.news-card { grid-column: span 4; display: flex; flex-direction: column; background: #fff; color: var(--tinta); border-radius: var(--radius); overflow: hidden; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.news-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -24px rgba(11,13,28,0.45); }
.news-card__img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #0a0a0a; }
.news-card__img img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform 0.8s var(--ease); }
.news-card:hover .news-card__img img { transform: scale(1.06); }
.news-card__tag { position: absolute; left: 16px; top: 16px; background: var(--grena); color: #fff; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 6px 10px; border-radius: 2px; }
.news-card__tag.t-tv { background: var(--ouro); color: var(--noite); }
.news-card__tag.t-clube { background: var(--marinho); }
.news-card__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.news-card__meta { font-size: 0.72rem; color: var(--cinza); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
.news-card h3 { font-family: var(--f-serif); font-weight: 400; font-size: 1.42rem; line-height: 1.18; margin: 0; }
.news-card p { margin: 0; color: #4a4d63; font-size: 0.92rem; }
.news-card--feature { grid-column: span 8; grid-row: span 2; position: relative; color: #fff; background: var(--noite); }
.news-card--feature .news-card__img { position: absolute; inset: 0; aspect-ratio: auto; }
.news-card--feature .news-card__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,7,32,0.96) 8%, rgba(4,7,32,0.2) 60%, transparent); }
.news-card--feature .news-card__body { position: relative; z-index: 2; margin-top: auto; padding: 40px; min-height: 560px; justify-content: flex-end; }
.news-card--feature h3 { font-size: clamp(1.9rem, 3.4vw, 3rem); }
.news-card--feature p { color: rgba(255,255,255,0.78); max-width: 560px; font-size: 1rem; }
.news-card--feature .news-card__meta { color: rgba(255,255,255,0.6); }
.news-card--feature .news-card__tag { position: static; align-self: flex-start; }

@media (max-width: 1000px) {
  .news-card { grid-column: span 6; }
  .news-card--feature { grid-column: 1 / -1; grid-row: auto; }
  .news-card--feature .news-card__body { min-height: 460px; padding: 28px; }
}
@media (max-width: 640px) { .news-card { grid-column: 1 / -1; } }

/* ---------- Elenco (cards) ---------- */
.squad-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px, 1fr); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; scrollbar-width: thin; scrollbar-color: var(--ouro) transparent; }
.squad-rail > * { scroll-snap-align: start; }
.squad-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }
.player-card {
  position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--radius);
  background: #000;
  isolation: isolate; text-align: left; width: 100%;
}
.player-card--gk { background: radial-gradient(ellipse 80% 60% at 50% 35%, var(--marinho-2) 0%, var(--marinho) 55%, #00041f 100%); }
.player-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 12%; transition: transform 0.7s var(--ease); z-index: 1; }
.player-card::before { content: ""; position: absolute; inset: 0; z-index: 2; background: radial-gradient(ellipse 90% 55% at 50% 0%, rgba(143,0,16,0.35), transparent 70%); mix-blend-mode: screen; pointer-events: none; }
.player-card--gk::before { background: radial-gradient(ellipse 90% 55% at 50% 0%, rgba(10,31,143,0.45), transparent 70%); }
.player-card::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(4,7,32,0.97) 0%, rgba(90,0,10,0.35) 40%, transparent 62%); }
.player-card--gk::after { background: linear-gradient(to top, rgba(4,7,32,0.97) 0%, rgba(0,16,101,0.4) 40%, transparent 62%); }
.player-card:hover img { transform: scale(1.06); }
.player-card__num {
  position: absolute; top: 10px; left: 16px; z-index: 2;
  font-family: var(--f-display); font-size: 7.4rem; line-height: 0.9; color: transparent; -webkit-text-stroke: 1.5px rgba(239,170,25,0.35);
  transition: color 0.4s;
}
.player-card:hover .player-card__num { -webkit-text-stroke-color: rgba(239,170,25,0.8); }
.player-card__info { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 3; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.player-card__pos, .player-card__name { display: block; }
.player-card__name { font-family: var(--f-display); font-size: 2.2rem; line-height: 0.95; text-transform: uppercase; }
.player-card__pos { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ouro); font-weight: 700; margin-bottom: 6px; }
.player-card__n { font-family: var(--f-display); font-size: 2.6rem; line-height: 0.9; color: var(--ouro); }
.player-card__bar { position: absolute; left: 0; bottom: 0; height: 4px; width: 100%; z-index: 4; background: var(--ouro); transform: scaleX(0); transform-origin: left; transition: transform 0.5s var(--ease); }
.player-card:hover .player-card__bar { transform: scaleX(1); }

/* ---------- Filtro/abas ---------- */
.tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.tab {
  padding: 10px 18px; border-radius: 999px; border: 1px solid var(--linha-escura);
  font-weight: 600; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7);
  transition: all 0.2s;
}
.tab:hover { color: #fff; border-color: rgba(255,255,255,0.4); }
.tab.is-active { background: var(--ouro); border-color: var(--ouro); color: var(--noite); }
.section--creme .tab { border-color: var(--linha-clara); color: var(--tinta); }
.section--creme .tab.is-active { background: var(--grena); border-color: var(--grena); color: #fff; }

.group-title { display: flex; align-items: baseline; gap: 16px; margin: 56px 0 22px; border-bottom: 1px solid var(--linha-escura); padding-bottom: 12px; }
.group-title:first-child { margin-top: 0; }
.group-title h2 { font-size: 2.6rem; }
.group-title span { color: rgba(255,255,255,0.45); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.12em; }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; visibility: hidden; }
.modal.is-open { visibility: visible; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(2,3,15,0.8); backdrop-filter: blur(6px); opacity: 0; transition: opacity 0.35s; }
.modal.is-open .modal__backdrop { opacity: 1; }
.modal__box {
  position: relative; width: min(1040px, 100%); max-height: calc(100vh - 40px); overflow: auto;
  background: var(--noite-2); border: 1px solid var(--linha-escura); border-radius: 6px;
  transform: translateY(30px) scale(0.98); opacity: 0; transition: transform 0.45s var(--ease), opacity 0.35s;
}
.modal.is-open .modal__box { transform: none; opacity: 1; }
.modal__close { position: absolute; top: 14px; right: 14px; z-index: 5; width: 44px; height: 44px; border-radius: 50%; background: rgba(0,0,0,0.5); display: grid; place-items: center; border: 1px solid var(--linha-escura); }
.modal__close:hover { background: var(--grena); }
.modal__close svg { width: 18px; height: 18px; }
.modal--sm .modal__box { width: min(520px, 100%); padding: 40px; }

.profile { display: grid; grid-template-columns: 1fr 1.1fr; }
.profile__media { position: relative; min-height: 520px; background: #000; overflow: hidden; }
.profile__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(90,0,10,0.55), transparent 45%); }
.profile__media.gk::after { background: linear-gradient(to top, rgba(0,16,101,0.6), transparent 45%); }
.profile__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.profile__media .num { position: absolute; z-index: 2; left: 20px; top: 0; font-family: var(--f-display); font-size: 16rem; line-height: 1; color: transparent; -webkit-text-stroke: 2px rgba(239,170,25,0.4); }
.profile__body { padding: 48px 44px; }
.profile__body h2 { font-size: clamp(3rem, 6vw, 5.2rem); }
.profile__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--linha-escura); margin: 28px 0; border: 1px solid var(--linha-escura); }
.profile__meta div { background: var(--noite-2); padding: 14px 16px; }
.profile__meta small { display: block; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.profile__meta b { font-weight: 600; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.stat { border-top: 3px solid var(--ouro); background: rgba(255,255,255,0.04); padding: 14px 12px; }
.stat b { display: block; font-family: var(--f-display); font-weight: 400; font-size: 2.4rem; line-height: 1; }
.stat small { font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.profile__bio { color: rgba(255,255,255,0.75); margin: 24px 0 0; font-size: 0.95rem; }
@media (max-width: 800px) {
  .profile { grid-template-columns: 1fr; }
  .profile__media { min-height: 400px; }
  .profile__body { padding: 32px 24px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Meldina TV ---------- */
.tv { background: linear-gradient(180deg, var(--grena-deep), var(--grena) 60%, var(--grena-deep)); position: relative; overflow: hidden; }
.tv::before { content: ""; position: absolute; inset: 0; background: url("../img/mtv-banner.jpg") center/cover; opacity: 0.12; mix-blend-mode: luminosity; }
.tv .wrap { position: relative; }
.tv__logo { height: 72px; width: auto; }
.video-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 24px; }
.video-list { display: grid; gap: 16px; align-content: start; }
.video { display: block; position: relative; }
.video__thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius); background: #050505; }
.video__thumb img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transition: transform 0.7s var(--ease); }
.video:hover .video__thumb img.bg { transform: scale(1.05); }
.video__thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(90,0,10,0.92) 0%, rgba(90,0,10,0.4) 55%, transparent); }
.video__overlay { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 6%; }
.video__show { font-family: var(--f-display); text-transform: uppercase; line-height: 0.9; font-size: clamp(1.6rem, 4vw, 3.6rem); }
.video__show small { display: block; font-family: var(--f-body); font-size: 0.26em; letter-spacing: 0.24em; color: var(--ouro); font-weight: 700; margin-bottom: 0.4em; }
.video__play { position: absolute; z-index: 3; right: 6%; bottom: 10%; width: 64px; height: 64px; border-radius: 50%; background: var(--ouro); color: var(--noite); display: grid; place-items: center; transition: transform 0.3s var(--ease); }
.video:hover .video__play { transform: scale(1.1); }
.video__play svg { width: 24px; height: 24px; margin-left: 3px; }
.video__dur { position: absolute; z-index: 3; left: 12px; bottom: 12px; background: rgba(0,0,0,0.75); font-size: 0.72rem; font-weight: 600; padding: 3px 7px; border-radius: 2px; }
.video__title { margin-top: 14px; font-weight: 600; font-size: 1.02rem; line-height: 1.35; }
.video__meta { font-size: 0.76rem; color: rgba(255,255,255,0.6); margin-top: 4px; }
.video--row { display: grid; grid-template-columns: 180px 1fr; gap: 16px; align-items: center; }
.video--row .video__title { margin-top: 0; font-size: 0.92rem; }
.video--row .video__show { font-size: 1.3rem; }
.video--row .video__play { width: 36px; height: 36px; right: 8px; bottom: 8px; }
.video--row .video__play svg { width: 14px; height: 14px; }
.video--row .video__dur { display: none; }
@media (max-width: 900px) { .video-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .video--row { grid-template-columns: 130px 1fr; } }

/* ---------- Instagram ---------- */
.insta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.insta { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #000; border-radius: var(--radius); }
.insta__badge { position: absolute; z-index: 3; top: 10px; right: 10px; width: 22px; height: 22px; color: #fff; filter: drop-shadow(0 1px 3px rgba(0,0,0,.6)); }
.insta__badge svg { position: static; width: 100%; height: 100%; opacity: 1; transform: none; }
.live-dot { display: inline-flex; align-items: center; gap: 6px; margin-left: 10px; padding: 3px 8px; border-radius: 999px; background: rgba(31,138,76,.18); color: #52d68a; font-family: var(--f-body); font-size: .62rem; letter-spacing: .12em; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: pulse 1.6s infinite; }
.live-dot[hidden] { display: none; }
@keyframes pulse { 50% { opacity: .3; } }
.insta img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.6s var(--ease), opacity 0.3s; }
.insta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(143,0,16,0.85), rgba(0,16,101,0.85)); opacity: 0; transition: opacity 0.3s; }
.insta svg { position: absolute; z-index: 2; left: 50%; top: 50%; width: 34px; height: 34px; transform: translate(-50%, -50%) scale(0.6); opacity: 0; transition: all 0.3s var(--ease); }
.insta:hover::after { opacity: 1; }
.insta:hover svg { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.insta:hover img { transform: scale(1.08); }
@media (max-width: 800px) { .insta-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Loja ---------- */
.kit-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.kit { position: relative; border-radius: var(--radius); overflow: hidden; background: #eee; min-height: 520px; display: flex; align-items: flex-end; color: var(--tinta); }
.kit img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.kit:hover img { transform: scale(1.04); }
.kit__body { position: relative; z-index: 2; width: 100%; padding: 32px; background: linear-gradient(to top, rgba(244,239,226,1) 40%, rgba(244,239,226,0)); }
.kit--home .kit__body { background: linear-gradient(to top, rgba(90,0,10,1) 35%, rgba(90,0,10,0)); color: #fff; }
.kit__body h3 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.kit__price { font-weight: 700; font-size: 1.1rem; margin: 6px 0 18px; }
@media (max-width: 800px) { .kit-feature { grid-template-columns: 1fr; } .kit { min-height: 440px; } }

.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; }
.product { background: #fff; color: var(--tinta); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.3s, transform 0.3s var(--ease); }
.product:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -24px rgba(0,0,0,0.5); }
.product__img { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--creme-2); display: grid; place-items: center; }
.product__img img.photo { width: 100%; height: 100%; object-fit: cover; }
.product__img .art { width: 58%; height: auto; filter: drop-shadow(0 16px 24px rgba(0,0,0,0.3)); transition: transform 0.6s var(--ease); }
.product:hover .product__img .art { transform: scale(1.06) rotate(-3deg); }
.product__badge { position: absolute; top: 12px; left: 12px; background: var(--ouro); color: var(--noite); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.12em; padding: 5px 9px; border-radius: 2px; text-transform: uppercase; }
.product__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product__cat { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cinza); font-weight: 600; }
.product__name { font-weight: 600; font-size: 1rem; line-height: 1.3; }
.product__price { font-weight: 700; font-size: 1.12rem; margin-top: auto; padding-top: 10px; }
.product__price small { display: block; font-weight: 500; font-size: 0.74rem; color: var(--cinza); }
.product .btn { margin-top: 12px; }
.sizes { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.sizes button { min-width: 36px; height: 32px; border: 1px solid var(--linha-clara); border-radius: 3px; font-size: 0.74rem; font-weight: 600; }
.sizes button.is-active { background: var(--tinta); color: #fff; border-color: var(--tinta); }

/* ---------- Carrinho ---------- */
.drawer { position: fixed; inset: 0; z-index: 110; visibility: hidden; overflow: hidden; }
.drawer.is-open { visibility: visible; }
.drawer__backdrop { position: absolute; inset: 0; background: rgba(2,3,15,0.7); opacity: 0; transition: opacity 0.3s; }
.drawer.is-open .drawer__backdrop { opacity: 1; }
.drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(440px, 100%); background: var(--creme); color: var(--tinta); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.45s var(--ease); }
.drawer.is-open .drawer__panel { transform: none; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--linha-clara); }
.drawer__head h3 { font-size: 2rem; }
.drawer__head button { width: 40px; height: 40px; display: grid; place-items: center; }
.drawer__head svg { width: 20px; height: 20px; }
.drawer__items { flex: 1; overflow-y: auto; padding: 8px 24px; }
.drawer__empty { text-align: center; padding: 60px 10px; color: var(--cinza); }
.drawer__empty img { width: 90px; margin: 0 auto 18px; opacity: 0.5; }
.line { display: grid; grid-template-columns: 72px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--linha-clara); align-items: center; }
.line__img { width: 72px; height: 72px; border-radius: 3px; overflow: hidden; background: var(--creme-2); display: grid; place-items: center; }
.line__img img { width: 100%; height: 100%; object-fit: cover; }
.line__img img.art { width: 70%; height: auto; object-fit: contain; }
.line__name { font-weight: 600; font-size: 0.9rem; line-height: 1.3; }
.line__sub { font-size: 0.76rem; color: var(--cinza); }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--linha-clara); border-radius: 3px; margin-top: 6px; }
.qty button { width: 28px; height: 28px; font-weight: 700; }
.qty span { min-width: 22px; text-align: center; font-size: 0.82rem; font-weight: 600; }
.line__price { font-weight: 700; font-size: 0.92rem; text-align: right; }
.line__rm { display: block; font-size: 0.7rem; color: var(--grena); margin-top: 8px; text-decoration: underline; }
.drawer__foot { padding: 20px 24px 24px; border-top: 1px solid var(--linha-clara); background: #fff; }
.drawer__row { display: flex; justify-content: space-between; font-size: 0.88rem; margin-bottom: 6px; }
.drawer__row.total { font-weight: 700; font-size: 1.1rem; margin: 12px 0 16px; }

/* ---------- Sócio ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan { position: relative; border: 1px solid var(--linha-escura); border-radius: 6px; padding: 36px 30px 30px; background: rgba(255,255,255,0.03); display: flex; flex-direction: column; transition: transform 0.35s var(--ease), border-color 0.3s; }
.plan:hover { transform: translateY(-6px); border-color: rgba(239,170,25,0.6); }
.plan--hl { background: linear-gradient(170deg, var(--grena) 0%, var(--grena-deep) 100%); border-color: var(--ouro); }
.plan__ribbon { position: absolute; top: -13px; left: 30px; background: var(--ouro); color: var(--noite); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; }
.plan__tier { font-family: var(--f-regal); font-weight: 700; letter-spacing: 0.2em; color: var(--ouro); font-size: 0.86rem; }
.plan__name { font-size: 3.2rem; margin: 6px 0 14px; }
.plan__price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 20px; }
.plan__price b { font-family: var(--f-display); font-weight: 400; font-size: 3.4rem; line-height: 1; }
.plan__price small { color: rgba(255,255,255,0.6); font-size: 0.82rem; }
.plan ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; font-size: 0.9rem; }
.plan li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; color: rgba(255,255,255,0.85); }
.plan li svg { width: 18px; height: 18px; color: var(--ouro); margin-top: 3px; }
.plan li.off { color: rgba(255,255,255,0.35); }
.plan li.off svg { color: rgba(255,255,255,0.25); }
.plan .btn { margin-top: auto; }
@media (max-width: 960px) { .plans { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }

.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--linha-clara); border: 1px solid var(--linha-clara); }
.benefit { background: var(--creme); padding: 32px 26px; }
.benefit__icon { width: 52px; height: 52px; border-radius: 50%; background: var(--grena); color: var(--ouro); display: grid; place-items: center; margin-bottom: 18px; }
.benefit__icon svg { width: 24px; height: 24px; }
.benefit h3 { font-family: var(--f-serif); font-weight: 400; font-size: 1.4rem; margin: 0 0 8px; }
.benefit p { margin: 0; font-size: 0.9rem; color: #4a4d63; }
@media (max-width: 900px) { .benefits { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .benefits { grid-template-columns: 1fr; } }

/* ---------- Formulários ---------- */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form .full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: var(--radius);
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.18); color: #fff;
  transition: border-color 0.2s, background 0.2s;
}
.field select option { color: var(--tinta); }
.field input::placeholder { color: rgba(255,255,255,0.35); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ouro); background: rgba(255,255,255,0.08); }
.field.has-error input { border-color: #ff5a6a; }
.field .err { font-size: 0.74rem; color: #ff8c97; min-height: 1em; }
.check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-size: 0.82rem; color: rgba(255,255,255,0.7); align-items: start; }
.check input { width: 18px; height: 18px; accent-color: var(--ouro); margin-top: 2px; }
.form-card { background: var(--noite-2); border: 1px solid var(--linha-escura); border-radius: 6px; padding: clamp(24px, 4vw, 44px); }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.is-on { display: block; animation: rise 0.6s var(--ease) both; }
.form-success__icon { width: 78px; height: 78px; margin: 0 auto 20px; border-radius: 50%; background: var(--ouro); color: var(--noite); display: grid; place-items: center; }
.form-success__icon svg { width: 36px; height: 36px; }
.form-success h3 { font-size: 2.6rem; margin-bottom: 10px; }
.form-success p { color: rgba(255,255,255,0.7); margin: 0 auto; max-width: 420px; }
@media (max-width: 600px) { .form { grid-template-columns: 1fr; } }
.spinner { width: 16px; height: 16px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin 0.7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Newsletter ---------- */
.newsletter { background: var(--ouro); color: var(--noite); position: relative; overflow: hidden; }
.newsletter__mark { position: absolute; left: -30px; top: 50%; width: 300px; transform: translateY(-50%) rotate(-10deg); opacity: 0.18; filter: brightness(0); }
.newsletter .wrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.newsletter h2 { font-size: clamp(2.6rem, 5vw, 4.2rem); }
.newsletter p { margin: 12px 0 0; font-weight: 500; }
.nl-form { display: flex; gap: 0; background: var(--noite); border-radius: var(--radius); padding: 6px; }
.nl-form input { flex: 1; background: transparent; border: 0; color: #fff; padding: 14px 16px; min-width: 0; }
.nl-form input::placeholder { color: rgba(255,255,255,0.45); }
.nl-form input:focus { outline: none; }
.nl-note { font-size: 0.74rem; margin-top: 10px; opacity: 0.75; }
@media (max-width: 800px) { .newsletter .wrap { grid-template-columns: 1fr; } }

/* ---------- Tabelas (jogos/classificação) ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--linha-escura); border-radius: 6px; }
.table { width: 100%; border-collapse: collapse; min-width: 640px; font-size: 0.9rem; }
.table th { text-align: center; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); padding: 14px 10px; background: rgba(255,255,255,0.03); font-weight: 600; }
.table th:nth-child(2) { text-align: left; }
.table td { text-align: center; padding: 14px 10px; border-top: 1px solid var(--linha-escura); }
.table td:nth-child(2) { text-align: left; }
.table .t { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.table .t svg, .table .t img { width: 28px; height: 28px; object-fit: contain; }
.table tr.is-us { background: linear-gradient(90deg, rgba(239,170,25,0.16), transparent 70%); }
.table tr.is-us td:first-child { box-shadow: inset 3px 0 0 var(--ouro); }
.table td.pts { font-family: var(--f-display); font-size: 1.3rem; }
.pos-badge { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 3px; font-weight: 700; font-size: 0.8rem; }
.zone-g { background: #1f8a4c; } .zone-r { background: var(--grena-2); }
.form-dots { display: inline-flex; gap: 4px; }
.form-dots i { width: 20px; height: 20px; border-radius: 50%; font-style: normal; font-size: 0.6rem; font-weight: 700; display: grid; place-items: center; background: #1f8a4c; }
.form-dots i.d { background: #6b6f86; } .form-dots i.l { background: var(--grena-2); }
.legend { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 16px; font-size: 0.78rem; color: rgba(255,255,255,0.6); }
.legend span { display: inline-flex; gap: 8px; align-items: center; }
.legend i { width: 12px; height: 12px; border-radius: 2px; }

.fixtures { display: grid; gap: 12px; }
.fx { display: grid; grid-template-columns: 170px 1fr 170px; align-items: center; gap: 20px; padding: 22px 26px; background: rgba(255,255,255,0.03); border: 1px solid var(--linha-escura); border-radius: 6px; transition: border-color 0.3s, background 0.3s; }
.fx:hover { border-color: rgba(239,170,25,0.45); background: rgba(255,255,255,0.05); }
.fx.is-next { border-color: var(--ouro); background: linear-gradient(90deg, rgba(239,170,25,0.12), rgba(255,255,255,0.03)); }
.fx__when b { display: block; font-family: var(--f-display); font-weight: 400; font-size: 1.6rem; line-height: 1; }
.fx__when small { font-size: 0.72rem; color: rgba(255,255,255,0.6); letter-spacing: 0.08em; text-transform: uppercase; }
.fx__comp { display: block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em; color: var(--ouro); text-transform: uppercase; margin-top: 8px; }
.fx__match { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.fx__team { display: flex; align-items: center; gap: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.92rem; }
.fx__team:first-child { justify-content: flex-end; text-align: right; }
.fx__team svg, .fx__team img { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; }
.fx__score { font-family: var(--f-display); font-size: 2rem; min-width: 96px; text-align: center; background: rgba(0,0,0,0.35); padding: 4px 12px; border-radius: 3px; }
.fx__score.vs { font-size: 1.1rem; color: rgba(255,255,255,0.6); background: transparent; border: 1px solid var(--linha-escura); }
.fx__act { text-align: right; }
.fx__venue { display: block; font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-top: 6px; }
@media (max-width: 860px) {
  .fx { grid-template-columns: 1fr; gap: 14px; text-align: center; }
  .fx__act { text-align: center; }
  .fx__team { flex-direction: column; font-size: 0.78rem; gap: 6px; }
  .fx__team:first-child { flex-direction: column-reverse; justify-content: center; text-align: center; }
}

/* ---------- Clube ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.split--rev > :first-child { order: 2; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split--rev > :first-child { order: 0; } }
.prose { font-size: 1.04rem; }
.prose p { margin: 0 0 18px; }
.section--creme .prose p { color: #33364a; }
.prose .lead { font-family: var(--f-serif); font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.3; color: inherit !important; }
.crest-stage { position: relative; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(239,170,25,0.18), transparent 65%); }
.crest-stage img { width: 62%; filter: drop-shadow(0 30px 50px rgba(0,0,0,0.5)); animation: float 6s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-14px); } }
.anatomy { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.anatomy div { border-top: 2px solid var(--ouro); padding-top: 18px; }
.anatomy h4 { font-family: var(--f-regal); letter-spacing: 0.14em; font-size: 0.92rem; margin: 0 0 8px; color: var(--ouro); }
.anatomy p { margin: 0; font-size: 0.9rem; color: rgba(255,255,255,0.7); }
@media (max-width: 900px) { .anatomy { grid-template-columns: 1fr 1fr; } }
.swatches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.swatch { border-radius: 6px; overflow: hidden; background: #fff; color: var(--tinta); box-shadow: 0 20px 40px -30px rgba(0,0,0,0.5); }
.swatch__c { aspect-ratio: 4 / 3; display: flex; align-items: flex-end; padding: 20px; color: #fff; font-family: var(--f-display); font-size: 2.6rem; text-transform: uppercase; line-height: 1; }
.swatch__i { padding: 18px 20px; font-size: 0.84rem; }
.swatch__i b { font-family: var(--f-body); display: block; font-size: 0.95rem; }
.swatch__i code { font-family: ui-monospace, Menlo, monospace; color: var(--cinza); }
@media (max-width: 700px) { .swatches { grid-template-columns: 1fr; } }
.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; left: 130px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--ouro), var(--grena)); }
.tl { display: grid; grid-template-columns: 130px 1fr; gap: 40px; padding: 0 0 44px; position: relative; }
.tl::before { content: ""; position: absolute; left: 124px; top: 10px; width: 14px; height: 14px; border-radius: 50%; background: var(--noite); border: 3px solid var(--ouro); }
.tl__y { font-family: var(--f-display); font-size: 2.6rem; line-height: 1; color: var(--ouro); }
.tl h3 { font-family: var(--f-serif); font-weight: 400; font-size: 1.6rem; margin: 0 0 6px; }
.tl p { margin: 0; color: rgba(255,255,255,0.7); max-width: 640px; }
@media (max-width: 600px) {
  .timeline::before { left: 6px; }
  .tl { grid-template-columns: 1fr; gap: 6px; padding-left: 34px; }
  .tl::before { left: 0; }
}
.facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--linha-escura); border-bottom: 1px solid var(--linha-escura); }
.fact { padding: 34px 20px; text-align: center; border-right: 1px solid var(--linha-escura); }
.fact:last-child { border-right: 0; }
.fact b { display: block; font-family: var(--f-display); font-weight: 400; font-size: clamp(3rem, 6vw, 4.8rem); line-height: 1; color: var(--ouro); }
.fact small { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.65); }
@media (max-width: 700px) { .facts { grid-template-columns: 1fr 1fr; } .fact:nth-child(2) { border-right: 0; } .fact:nth-child(-n+2) { border-bottom: 1px solid var(--linha-escura); } }

/* ---------- Artigo ---------- */
.article-hero { position: relative; min-height: 70vh; display: flex; align-items: flex-end; overflow: hidden; background: #000; }
.article-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; opacity: 0.75; }
.article-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--noite) 5%, rgba(4,7,32,0.3) 60%, rgba(4,7,32,0.1)); }
.article-hero .wrap { position: relative; z-index: 2; padding-bottom: 50px; }
.article-hero h1 { font-family: var(--f-serif); font-weight: 400; font-size: clamp(2.2rem, 5.4vw, 4.4rem); line-height: 1.06; max-width: 980px; margin: 14px 0 20px; }
.article-meta { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; font-size: 0.8rem; color: rgba(255,255,255,0.7); }
.article-body { max-width: 760px; margin: 0 auto; font-size: 1.1rem; line-height: 1.8; color: #2a2d40; }
.article-body p { margin: 0 0 24px; }
.article-body p:first-child::first-letter { font-family: var(--f-serif); float: left; font-size: 5rem; line-height: 0.8; padding: 8px 12px 0 0; color: var(--grena); }
.article-body blockquote { margin: 40px 0; padding: 0 0 0 28px; border-left: 4px solid var(--ouro); font-family: var(--f-serif); font-size: 1.7rem; line-height: 1.35; color: var(--tinta); }
.article-body blockquote cite { display: block; font-family: var(--f-body); font-style: normal; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grena); margin-top: 14px; font-weight: 700; }
.share { display: flex; gap: 10px; align-items: center; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--linha-clara); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--cinza); }
.share a, .share button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--linha-clara); display: grid; place-items: center; color: var(--tinta); transition: all 0.2s; }
.share a:hover, .share button:hover { background: var(--grena); color: #fff; border-color: var(--grena); }
.share svg { width: 16px; height: 16px; }

/* ---------- CTA faixa ---------- */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(90deg, var(--grena) 0%, var(--grena) 42%, #1a0004 62%, #000 78%); }
.cta-band__img { position: absolute; right: 0; top: 0; bottom: 0; width: 50%; }
.cta-band__img img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 40%); mask-image: linear-gradient(90deg, transparent, #000 40%); }
.cta-band .wrap { position: relative; z-index: 2; padding-top: clamp(64px, 9vw, 120px); padding-bottom: clamp(64px, 9vw, 120px); }
.cta-band h2 { font-size: clamp(3rem, 8vw, 6.8rem); max-width: 720px; }
.cta-band p { max-width: 480px; color: rgba(255,255,255,0.85); margin: 18px 0 30px; font-size: 1.05rem; }
.cta-band .stat-row { display: flex; gap: 40px; margin-bottom: 34px; flex-wrap: wrap; }
.cta-band .stat-row b { display: block; font-family: var(--f-display); font-size: 3rem; line-height: 1; color: var(--ouro); font-weight: 400; }
.cta-band .stat-row small { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; }
@media (max-width: 800px) { .cta-band { background: var(--grena); } .cta-band__img { width: 100%; opacity: 0.3; } }

/* ---------- Parceiros ---------- */
.partners { border-top: 1px solid var(--linha-escura); }
.partners .wrap { display: flex; align-items: center; justify-content: center; gap: clamp(30px, 7vw, 100px); flex-wrap: wrap; padding-top: 44px; padding-bottom: 44px; }
.partner { display: flex; flex-direction: column; align-items: center; gap: 12px; transition: transform 0.3s var(--ease); }
.partner:hover { transform: translateY(-3px); }
.partner small { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.45); font-weight: 600; }
.partner img { height: 56px; width: auto; }
.partner img.nufut { height: 40px; }
.partner img.mtv { height: 64px; }
.partner img.lider-logo, .lider-logo { height: 38px; width: auto; }
.captain { display: inline-grid; place-items: center; margin-top: 10px; padding: 4px 10px; border-radius: 3px; background: var(--ouro); color: var(--noite); font-weight: 800; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.captain--sm { width: 24px; height: 24px; padding: 0; margin: 0 0 8px; border-radius: 50%; font-size: .72rem; letter-spacing: 0; }
.lider { display: flex; align-items: center; gap: 8px; font-family: var(--f-body); font-weight: 800; font-size: 1.9rem; letter-spacing: 0.08em; }
.lider svg { width: 26px; height: 32px; color: var(--ouro); }

/* ---------- Rodapé ---------- */
.footer { background: #02041a; border-top: 4px solid; border-image: linear-gradient(90deg, var(--grena) 0 33.3%, var(--ouro) 33.3% 66.6%, var(--marinho-2) 66.6%) 1; font-size: 0.9rem; }
.footer__top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; padding: 70px 0 50px; }
.footer__brand img { height: 110px; width: auto; margin-bottom: 20px; }
.footer__brand p { color: rgba(255,255,255,0.6); max-width: 320px; margin: 0 0 22px; }
.footer h4 { font-family: var(--f-regal); font-size: 0.8rem; letter-spacing: 0.22em; color: var(--ouro); margin: 0 0 18px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer ul a { color: rgba(255,255,255,0.72); transition: color 0.2s; }
.footer ul a:hover { color: #fff; }
.socials { display: flex; gap: 10px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--linha-escura); display: grid; place-items: center; transition: all 0.25s; }
.socials a:hover { background: var(--ouro); color: var(--noite); border-color: var(--ouro); }
.socials svg { width: 18px; height: 18px; }
.footer__bottom { border-top: 1px solid var(--linha-escura); padding: 22px 0 28px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 0.76rem; color: rgba(255,255,255,0.45); }
.footer__bottom a:hover { color: #fff; }
.footer__bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
@media (max-width: 900px) { .footer__top { grid-template-columns: 1fr 1fr; } .footer__brand { grid-column: 1 / -1; } }

/* ---------- Toast ---------- */
.toasts { position: fixed; z-index: 200; bottom: 24px; left: 50%; transform: translateX(-50%); display: grid; gap: 10px; width: min(440px, calc(100% - 32px)); }
.toast { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; background: #fff; color: var(--tinta); padding: 14px 18px; border-radius: 6px; box-shadow: 0 20px 50px -10px rgba(0,0,0,0.5); border-left: 4px solid var(--ouro); font-size: 0.9rem; animation: toastIn 0.45s var(--ease) both; }
.toast.out { animation: toastOut 0.35s var(--ease) both; }
.toast__i { width: 36px; height: 36px; border-radius: 50%; background: var(--grena); color: var(--ouro); display: grid; place-items: center; }
.toast__i svg { width: 18px; height: 18px; }
.toast b { display: block; }
@keyframes toastIn { from { opacity: 0; transform: translateY(20px) scale(0.96); } }
@keyframes toastOut { to { opacity: 0; transform: translateY(10px); } }

/* ---------- Revelação ao rolar ---------- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; } .reveal-d2 { transition-delay: 0.16s; } .reveal-d3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* utilitários */
.mt-0 { margin-top: 0; } .mt-l { margin-top: 48px; } .center { text-align: center; }
.muted { color: rgba(255,255,255,0.65); }
.flex-between { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }

/* ---------- Atualizações: camisa II, troféus, rivalidade, Instagram ---------- */
.ticker__item em { font-style: normal; opacity: .7; font-weight: 600; }
.ticker__item b { font-size: 1.15rem; }
.kit--new { background: #1a0306; color: #fff; }
.kit--new .kit__body { background: linear-gradient(to top, rgba(26,3,6,1) 30%, rgba(26,3,6,0)); }
.kit__badge { position: absolute; z-index: 3; top: 20px; left: 20px; background: var(--ouro); color: var(--noite); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; padding: 7px 12px; border-radius: 2px; }
.hero__media--photo img { height: 88%; bottom: 6%; border-radius: 8px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.7); -webkit-mask-image: none; mask-image: none; }

.champ-band { display: block; background: linear-gradient(90deg, var(--grena-deep), var(--grena) 50%, var(--grena-deep)); border-bottom: 1px solid rgba(239,170,25,.35); transition: filter .3s; }
.champ-band:hover { filter: brightness(1.12); }
.champ-band .wrap { display: flex; align-items: center; gap: 22px; padding-top: 18px; padding-bottom: 18px; flex-wrap: wrap; }
.champ-band__cup svg { width: 44px; height: 55px; display: block; filter: drop-shadow(0 6px 12px rgba(0,0,0,.4)); }
.champ-band small { display: block; font-family: var(--f-regal); font-size: .64rem; letter-spacing: .24em; color: var(--ouro); font-weight: 700; }
.champ-band b { font-family: var(--f-display); font-weight: 400; font-size: 1.9rem; text-transform: uppercase; line-height: 1; }
.champ-band__txt { color: rgba(255,255,255,.8); font-size: .92rem; }
.champ-band .link-arrow { margin-left: auto; }
@media (max-width: 700px) { .champ-band__txt { display: none; } .champ-band .link-arrow { margin-left: 0; } }

.trophy-room { background: radial-gradient(ellipse 60% 70% at 25% 50%, rgba(239,170,25,.14), transparent 70%), var(--noite); }
.trophy { display: grid; grid-template-columns: minmax(200px, 340px) 1fr; gap: clamp(28px, 5vw, 70px); align-items: center; border: 1px solid rgba(239,170,25,.3); border-radius: 8px; padding: clamp(24px, 4vw, 48px); background: linear-gradient(135deg, rgba(239,170,25,.07), rgba(255,255,255,.02)); }
.trophy__art { position: relative; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(239,170,25,.3), transparent 65%); }
.trophy__art svg { width: 62%; filter: drop-shadow(0 24px 40px rgba(0,0,0,.55)); animation: float 6s ease-in-out infinite; }
.trophy__count { position: absolute; right: 8%; bottom: 8%; font-family: var(--f-display); font-size: 2.6rem; color: var(--ouro); line-height: 1; }
.trophy h3 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
.trophy__years { display: flex; gap: 8px; margin: 16px 0; }
.trophy__years span { border: 1px solid var(--ouro); color: var(--ouro); padding: 4px 12px; border-radius: 999px; font-weight: 700; font-size: .82rem; }
.trophy p:not(.eyebrow) { color: rgba(255,255,255,.75); max-width: 560px; margin: 0 0 20px; }
@media (max-width: 760px) { .trophy { grid-template-columns: 1fr; } .trophy__art { max-width: 260px; margin: 0 auto; } }

.rivals { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 4vw, 40px); padding: 40px 0; }
.rivals img { width: clamp(110px, 18vw, 200px); height: auto; filter: drop-shadow(0 20px 30px rgba(0,0,0,.25)); }
.rivals__x { font-family: var(--f-display); font-size: clamp(2.4rem, 6vw, 4.4rem); color: var(--grena); }

.insta-grid--follow, .insta-grid--embeds { display: block; }
.insta-grid--embeds { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; align-items: start; }
.insta-grid--embeds .instagram-media { margin: 0 !important; min-width: 0 !important; width: 100% !important; }
.insta-follow { display: flex; align-items: center; gap: 28px; padding: 32px clamp(20px, 4vw, 44px); border-radius: 10px; flex-wrap: wrap;
  background: linear-gradient(120deg, rgba(143,0,16,.55), rgba(0,16,101,.55)), var(--noite-2); border: 1px solid var(--linha-escura); transition: border-color .3s; }
.insta-follow:hover { border-color: var(--ouro); }
.insta-follow__avatar { width: 92px; height: 92px; border-radius: 50%; padding: 3px; background: conic-gradient(var(--ouro), var(--grena-2), var(--marinho-2), var(--ouro)); flex-shrink: 0; }
.insta-follow__avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: contain; background: var(--noite); padding: 14px; }
.insta-follow__txt { flex: 1; min-width: 220px; }
.insta-follow__txt b { display: block; font-size: 1.4rem; }
.insta-follow__txt span { color: rgba(255,255,255,.72); }
.topbar__right { white-space: nowrap; flex-shrink: 0; }
@media (max-width: 1200px) { .topbar__left span:not(:first-child) { display: none; } }

/* ---------- Artigos com arte do Instagram (sem cortes) ---------- */
.article-hero__poster { display: none; }
.is-poster .article-hero { min-height: auto; align-items: center; }
.is-poster .article-hero > img { filter: blur(40px) saturate(1.2); transform: scale(1.2); opacity: .45; }
.is-poster .article-hero .wrap { padding-top: 56px; padding-bottom: 56px; }
.is-poster .article-hero__inner { display: grid; grid-template-columns: 1.2fr minmax(260px, 420px); gap: clamp(28px, 5vw, 64px); align-items: center; }
.is-poster .article-hero__poster { display: block; }
.article-hero__poster img { display: block; position: static; opacity: 1; width: 100%; height: auto; max-height: 78vh; object-fit: contain; border-radius: 8px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.7); }
@media (max-width: 800px) {
  .is-poster .article-hero__inner { grid-template-columns: 1fr; }
  .is-poster .article-hero__poster { order: -1; max-width: 360px; }
}
.news-card__tag.t-nota { background: #fff; color: var(--grena); }
.article-list { margin: 0 0 24px; padding-left: 1.3em; }
.article-list li { margin-bottom: 12px; padding-left: 6px; }
.article-list li::marker { color: var(--grena); font-weight: 700; }
.article-sign { font-weight: 600; color: var(--tinta); border-top: 1px solid var(--linha-clara); padding-top: 18px; }
.article-kicker { font-family: var(--f-regal); font-weight: 700; letter-spacing: .16em; color: var(--grena); }
.article-fig { margin: 36px 0; }
.article-fig img { width: 100%; max-width: 520px; margin: 0 auto; border-radius: 6px; }
.article-fig figcaption { text-align: center; font-size: .8rem; color: var(--cinza); margin-top: 10px; }
.fx__venue.link-arrow { font-size: .7rem; justify-content: flex-end; }

.article-body p.article-kicker::first-letter { float: none; font: inherit; padding: 0; color: inherit; }
.kit--new img { object-position: center 30%; }

.nav a { white-space: nowrap; }
.article-hero__inner { position: relative; z-index: 2; }
.captain--role { background: transparent; color: var(--ouro); border: 1px solid var(--ouro); }
.profile__meta div:last-child:nth-child(odd) { grid-column: 1 / -1; }
.kit--store { background: #fff; }
.kit--store img { object-fit: contain; object-position: center 20%; padding: 4% 8% 22%; }
.kit--home img { object-fit: contain; object-position: center 20%; padding: 0 4% 18%; background: #fff; }
.product__img img.photo[src$='.png'] { object-fit: contain; background: #fff; }
