@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap");

:root {
  --ink: #ffffff;
  --ink-soft: rgba(255, 255, 255, 0.76);
  --paper: #000000;
  --paper-strong: #000000;
  --violet: #ff5a00;
  --violet-dark: #ff5a00;
  --coral: #ff5a00;
  --mint: #ff5a00;
  --line: rgba(255, 255, 255, 0.18);
  --line-dark: rgba(255, 255, 255, 0.42);
  --canon: #ff5a00;
  --theory: #ff5a00;
  --shadow: 0 18px 50px rgba(255, 90, 0, 0.16);
  --radius: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 999;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #000000;
  color: #ffffff;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 4px 4px 0 var(--ink);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.2rem;
}

.brand-copy {
  font-size: 1.08rem;
}

.main-nav {
  justify-self: center;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a {
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 750;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--violet-dark);
}

.header-actions {
  display: flex;
  gap: 0.5rem;
}

.icon-button,
.menu-button {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: var(--paper-strong);
  color: var(--ink);
  cursor: pointer;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 7rem) 0 4.5rem;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 90, 0, 0.25);
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 430px;
  height: 430px;
  right: -160px;
  top: -190px;
  box-shadow: 0 0 0 45px rgba(255, 90, 0, 0.06), 0 0 0 90px rgba(255, 90, 0, 0.04);
}

.hero::after {
  width: 220px;
  height: 220px;
  left: -130px;
  bottom: -90px;
  box-shadow: 0 0 0 28px rgba(255, 90, 0, 0.07);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(320px, 0.93fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: var(--violet-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

h1,
h2,
h3 {
  line-height: 1.08;
  text-wrap: balance;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(3rem, 7.1vw, 6.7rem);
  font-weight: 700;
  letter-spacing: -0.065em;
}

.hero h1 em {
  color: var(--violet);
  font-style: italic;
  font-weight: 500;
}

.hero-lead {
  max-width: 660px;
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.15rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--violet);
  color: #ffffff;
  box-shadow: 4px 4px 0 var(--ink);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
}

.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.button.secondary {
  background: var(--paper-strong);
  color: var(--ink);
}

.manifesto-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 2px solid var(--ink);
  border-radius: 30px 30px 30px 6px;
  background: #000000;
  color: #ffffff;
  box-shadow: 12px 12px 0 var(--mint);
}

.manifesto-card::before {
  content: "ANÁLISE  /  CÂNONE  /  CONTEXTO";
  align-self: flex-start;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: var(--mint);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.manifesto-card blockquote {
  margin: 3rem 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.55rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.manifesto-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: var(--paper-strong);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 1rem 0;
  list-style: none;
}

.trust-list li {
  padding: 0.4rem 1.2rem;
  border-right: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 750;
  text-align: center;
}

.trust-list li:last-child {
  border-right: 0;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.section.alt {
  background: var(--paper-strong);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.section-heading h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(2.15rem, 5vw, 4.2rem);
  letter-spacing: -0.055em;
}

.section-heading p {
  max-width: 400px;
  margin: 0;
  color: var(--ink-soft);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}

.article-card {
  grid-column: span 4;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.article-card.featured {
  grid-column: span 6;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.article-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--mint);
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-index {
  position: absolute;
  left: 1rem;
  top: 1rem;
  min-width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper-strong);
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.2rem;
}

.card-kicker {
  margin: 0 0 0.55rem;
  color: var(--violet-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  letter-spacing: -0.035em;
}

.card-summary {
  margin: 0.8rem 0 1.2rem;
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.spoiler-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #ff5a00;
  font-weight: 850;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.category-tile {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: var(--paper);
  text-decoration: none;
}

.category-tile:nth-child(2) { background: #000000; }
.category-tile:nth-child(3) { background: #000000; }
.category-tile:nth-child(4) { background: #000000; }
.category-tile:nth-child(5) { background: #000000; }

.category-number {
  color: var(--ink-soft);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2.3rem;
}

.category-tile h3 {
  margin: 2rem 0 0.5rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.035em;
}

.category-tile p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.category-tile:hover {
  border-color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  transform: translate(-2px, -2px);
}

.about-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
  padding: clamp(2rem, 6vw, 5rem);
  border-radius: 30px;
  background: var(--violet);
  color: #ffffff;
}

.about-band h2 {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  letter-spacing: -0.055em;
}

.about-band p {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer {
  padding: 4rem 0 1.5rem;
  background: #000000;
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
}

.footer-grid h2,
.footer-grid h3 {
  margin-top: 0;
}

.footer-grid h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2rem;
}

.footer-grid h3 {
  color: var(--mint);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.87rem;
}

.footer-grid ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: start center;
  padding: 10vh 1rem 2rem;
  background: rgba(0, 0, 0, 0.76);
}

.search-overlay.is-open {
  display: grid;
}

.search-panel {
  width: min(680px, 100%);
  padding: 1.5rem;
  border-radius: 22px;
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}

.search-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.search-panel input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: #000000;
}

.search-results {
  max-height: 52vh;
  overflow: auto;
  margin-top: 1rem;
}

.search-result {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.small-button {
  min-height: 40px;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: #000000;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.small-button.primary {
  background: #000000;
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (max-width: 1040px) {
  .main-nav {
    position: fixed;
    inset: 77px 0 auto;
    display: none;
    padding: 1rem;
    border-bottom: 1px solid var(--line-dark);
    background: var(--paper-strong);
  }

  .main-nav.is-open {
    display: block;
  }

  .main-nav ul {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .main-nav a {
    display: block;
    padding: 0.85rem;
  }

  .menu-button {
    display: inline-grid;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-card {
    min-height: 330px;
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--max));
  }

  .brand-copy {
    display: none;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 15vw, 5rem);
  }

  .trust-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-list li:nth-child(2) {
    border-right: 0;
  }

  .trust-list li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-card,
  .article-card.featured {
    grid-column: span 12;
  }

  .category-grid,
  .about-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .category-tile {
    min-height: 160px;
  }

}


/* Sistema visual Otaku Brazuca */
html { color-scheme: dark; }

body,
.section.alt,
.category-tile,
.article-card,
.search-panel,
.about-band,
.trust-list,
input,
textarea,
select {
  background: #000000;
  color: #ffffff;
}

.site-header {
  border-bottom-color: #ff5a00;
  background: rgba(0, 0, 0, 0.96);
}

.brand {
  min-width: 128px;
}

.site-logo {
  width: clamp(128px, 15vw, 182px);
  height: auto;
  max-height: 68px;
  object-fit: contain;
  object-position: left center;
}

.main-nav a:hover,
.main-nav a[aria-current="page"],
.card-kicker,
.eyebrow,
.article-content a,
.toc a:hover,
.spoiler-label {
  color: #ff5a00;
}

.icon-button,
.menu-button,
.button,
.small-button,
.article-card,
.category-tile,
.search-panel,
input,
textarea,
select {
  border-color: rgba(255, 255, 255, 0.42);
}

.button.primary,
.small-button.primary {
  border-color: #ff5a00;
  background: #ff5a00;
  color: #ffffff;
}

.article-card:hover,
.category-tile:hover,
.button:hover,
.small-button:hover {
  border-color: #ff5a00;
}

.manifesto-card,
.site-footer,
.quick-answer,
.editorial-box,
.warning-box,
.theory-box,
.pill,
.pill.canon,
.pill.spoiler {
  background: #000000;
  color: #ffffff;
}

.manifesto-card,
.quick-answer,
.editorial-box,
.warning-box,
.theory-box,
.pill.canon,
.pill.spoiler {
  border-color: #ff5a00;
}

.site-footer {
  border-top: 1px solid #ff5a00;
}

.hero::before,
.hero::after {
  border-color: rgba(255, 90, 0, 0.45);
}

.card-media {
  aspect-ratio: 16 / 9;
  background: #000000;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 760px) {
  .site-logo { width: 132px; max-height: 58px; }
  .header-inner { min-height: 74px; }
}

/* Refinamento visual inspirado no logo oficial */
:root {
  --bg: #07090f;
  --surface: #10141f;
  --surface-2: #171c2a;
  --text: #f4f6fb;
  --muted: #aeb6c4;
  --orange: #ff5a00;
  --green: #00d96f;
  --yellow: #ffd600;
  --blue: #2388ff;
  --red: #ff4d4d;
  --ink: var(--text);
  --ink-soft: var(--muted);
  --paper: var(--bg);
  --paper-strong: var(--surface);
  --violet: var(--orange);
  --violet-dark: #ff7a33;
  --coral: var(--red);
  --mint: var(--green);
  --line: rgba(255, 255, 255, 0.10);
  --line-dark: rgba(255, 255, 255, 0.20);
  --canon: var(--green);
  --theory: var(--yellow);
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
}

body,
.section.alt,
.category-tile,
.article-card,
.search-panel,
.about-band,
.trust-list,
input,
textarea,
select {
  background: var(--bg);
  color: var(--text);
}

body {
  background:
    radial-gradient(circle at 82% 4%, rgba(35, 136, 255, 0.08), transparent 25rem),
    radial-gradient(circle at 12% 18%, rgba(0, 217, 111, 0.05), transparent 22rem),
    var(--bg);
}

.site-header {
  border-bottom: 0;
  background: rgba(7, 9, 15, 0.88);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.24);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--yellow), var(--orange) 28%, var(--red) 48%, var(--green) 72%, var(--blue));
  opacity: 0.82;
}

.header-inner {
  min-height: 86px;
}

.brand {
  min-width: 152px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand:hover {
  border-color: transparent;
}

.site-logo {
  width: clamp(132px, 13vw, 150px);
  max-height: none;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.44));
}

.main-nav a {
  color: #dfe4ed;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(255, 90, 0, 0.32);
}

.main-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.45rem;
}

.icon-button,
.menu-button,
.small-button {
  border-color: var(--line-dark);
  background: var(--surface);
  color: var(--text);
}

.icon-button:hover,
.menu-button:hover,
.small-button:hover {
  border-color: var(--orange);
  background: var(--surface-2);
}

.hero {
  background: linear-gradient(180deg, rgba(16, 20, 31, 0.66), rgba(7, 9, 15, 0));
}

.hero::before {
  border-color: rgba(0, 217, 111, 0.20);
  box-shadow: 0 0 0 45px rgba(35, 136, 255, 0.04), 0 0 0 90px rgba(0, 217, 111, 0.025);
}

.hero::after {
  border-color: rgba(255, 214, 0, 0.22);
  box-shadow: 0 0 0 28px rgba(255, 90, 0, 0.045);
}

.manifesto-card,
.trust-list,
.article-card,
.category-tile,
.search-panel {
  background: var(--surface);
  color: var(--text);
}

.manifesto-card {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(35, 136, 255, 0.10), transparent 45%),
    linear-gradient(320deg, rgba(0, 217, 111, 0.10), transparent 42%),
    var(--surface);
  box-shadow: 12px 12px 0 rgba(0, 217, 111, 0.72), 0 24px 60px rgba(0, 0, 0, 0.36);
}

.manifesto-card::before {
  color: var(--green);
}

.trust-strip {
  background: rgba(16, 20, 31, 0.82);
}

.section.alt {
  background: rgba(16, 20, 31, 0.62);
}

.article-card,
.category-tile {
  border-color: var(--line);
}

.article-card:hover,
.category-tile:hover {
  border-color: rgba(255, 90, 0, 0.68);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 90, 0, 0.12);
}

.card-body {
  background: linear-gradient(180deg, var(--surface), #0d111a);
}

.card-summary,
.card-meta,
.section-heading > p,
.category-tile p,
.hero-lead {
  color: var(--muted);
}

.category-tile {
  position: relative;
  overflow: hidden;
  background: var(--surface);
}

.category-tile::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--orange);
}

.category-tile:nth-child(1)::before { background: var(--orange); }
.category-tile:nth-child(2)::before { background: var(--yellow); }
.category-tile:nth-child(3)::before { background: var(--green); }
.category-tile:nth-child(4)::before { background: var(--blue); }
.category-tile:nth-child(5)::before { background: var(--red); }

.category-tile:nth-child(1),
.category-tile:nth-child(2),
.category-tile:nth-child(3),
.category-tile:nth-child(4),
.category-tile:nth-child(5) {
  background: var(--surface);
}

.category-number {
  color: #ffffff;
  opacity: 0.86;
}

.button {
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 8px 24px rgba(255, 90, 0, 0.20);
}

.button.secondary {
  border-color: var(--line-dark);
  background: var(--surface);
  color: var(--text);
  box-shadow: none;
}

.site-footer {
  border-top: 1px solid rgba(0, 217, 111, 0.32);
  background: #05070b;
  color: var(--text);
}

/* Um mesmo dossiê, cinco leituras editoriais */
.dossier-context {
  padding: clamp(2.4rem, 6vw, 4.6rem) 0;
}

.dossier-context .section-heading {
  align-items: start;
}

.dossier-context .section-heading h2 {
  font-size: clamp(1.9rem, 4.5vw, 3.7rem);
}

.dossier-context .section-heading > p {
  max-width: 470px;
}

.facet-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.facet-grid.compact {
  grid-template-columns: minmax(0, 1fr);
}

.facet-card {
  --facet-accent: var(--orange);
  position: relative;
  min-height: 248px;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-top: 3px solid var(--facet-accent);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.045), transparent 58%), var(--surface);
  color: var(--text);
  text-decoration: none;
}

.facet-grid.compact .facet-card {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.facet-card:hover {
  border-color: var(--facet-accent);
  transform: translateY(-3px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.30);
}

.facet-card .facet-label {
  color: var(--facet-accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.facet-card h2,
.facet-card h3 {
  margin: 0.8rem 0 0.65rem;
  font-size: 1.28rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.facet-grid.compact .facet-card h2 {
  margin-top: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.facet-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.facet-card .facet-link {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--facet-accent);
  font-size: 0.78rem;
  font-weight: 850;
}

.facet-grid.compact .facet-link {
  margin-top: 0;
  padding-top: 0;
  text-align: right;
}

.dossier-primary-link {
  margin: 1.5rem 0 0;
}

.facet-personagens { --facet-accent: var(--orange); }
.facet-poderes { --facet-accent: var(--yellow); }
.facet-universos { --facet-accent: var(--green); }
.facet-cronologia { --facet-accent: var(--blue); }
.facet-teorias { --facet-accent: var(--red); }

.dossier-context--category {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
  padding-top: 0;
}

.dossier-context--category .context-shell {
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(16, 20, 31, 0.78);
}

.dossier-context--category .context-intro {
  margin: 0 0 1rem;
  color: var(--muted);
}

@media (max-width: 980px) {
  .facet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facet-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .header-inner { min-height: 78px; }
  .brand { min-width: 122px; padding: 0; }
  .site-logo { width: 120px; max-height: none; }
  .facet-grid { grid-template-columns: 1fr; }
  .facet-card:last-child { grid-column: auto; }
  .facet-grid.compact .facet-card { grid-template-columns: 1fr; }
  .facet-grid.compact .facet-link { text-align: left; }
  .facet-card { min-height: 0; }
}

/* Destaque principal da Home com curadoria compacta */
.home-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.75fr);
  gap: 1.25rem;
  align-items: stretch;
}

.home-lead-primary,
.home-lead-primary .article-card,
.home-highlight-panel {
  min-width: 0;
}

.home-lead-primary .article-card {
  height: 100%;
  grid-column: auto;
}

.home-highlight-panel {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(16, 20, 31, 0.96), rgba(10, 13, 21, 0.96));
  box-shadow: var(--shadow-soft);
}

.home-highlight-heading {
  margin-bottom: 0.8rem;
}

.home-highlight-heading .eyebrow {
  margin-bottom: 0.25rem;
}

.home-highlight-heading h3 {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: -0.035em;
}

.home-highlight-list {
  display: grid;
  gap: 0.6rem;
}

.home-highlight-card {
  min-width: 0;
  min-height: 74px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.home-highlight-card:hover,
.home-highlight-card:focus-visible {
  border-color: rgba(0, 217, 111, 0.5);
  background: rgba(255, 255, 255, 0.065);
  transform: translateX(3px);
}

.home-highlight-card img {
  width: 88px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}

.home-highlight-copy {
  min-width: 0;
  display: grid;
  gap: 0.25rem;
}

.home-highlight-work {
  overflow: hidden;
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-highlight-card strong {
  display: -webkit-box;
  overflow: hidden;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.22;
  letter-spacing: -0.02em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 1040px) {
  .home-lead-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.8fr);
  }

  .home-highlight-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0.6rem;
  }

  .home-highlight-card img {
    width: 72px;
  }

  .home-highlight-card strong {
    font-size: 0.82rem;
  }
}

@media (max-width: 760px) {
  .home-lead-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-highlight-panel {
    padding: 0.85rem;
  }

  .home-highlight-card {
    min-height: 70px;
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .home-highlight-card img {
    width: 84px;
  }

  .home-highlight-card strong {
    font-size: 0.88rem;
  }
}
