:root {
  --yellow: #fcbe26;
  --yellow-soft: #ffe9a0;
  --black: #0c0b09;
  --ink: #1c1a16;
  --muted: #6b6458;
  --paper: #fbf7ee;
  --white: #fff;
  --line: rgba(252, 190, 38, 0.28);
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --display: "Archivo Black", "Plus Jakarta Sans", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 80;
  background: var(--yellow);
  color: var(--black);
  padding: 0.55rem 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
}
.skip:focus { top: 12px; }

.top {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 22px;
  height: 72px;
  background: rgba(12, 11, 9, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  color: var(--white);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.flag { width: 44px; height: 29px; object-fit: cover; border-radius: 3px; }
.brand-copy strong { display: block; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; }
.brand-copy small { color: var(--yellow); }
.nav { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.nav a { text-decoration: none; font-size: 14px; font-weight: 600; opacity: 0.86; }
.nav a.is-on, .nav a:hover { opacity: 1; color: var(--yellow); }
.menu { display: none; background: none; border: 0; color: var(--white); font-size: 24px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
}
.btn-gold { background: var(--yellow); color: var(--black); }
.btn-ghost { border-color: rgba(255,255,255,0.22); color: var(--white); }
.block .btn-ghost, .page-head .btn-ghost { border-color: var(--black); color: var(--black); }

.hero {
  position: relative;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}
.stripes {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -18deg,
    transparent,
    transparent 18px,
    rgba(252, 190, 38, 0.05) 18px,
    rgba(252, 190, 38, 0.05) 19px
  );
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 24px 28px;
  align-items: end;
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 800;
  color: var(--yellow);
  margin: 0 0 10px;
}
h1, h2, h3 { font-family: var(--display); line-height: 0.95; margin: 0 0 16px; }
.hero h1 { font-size: clamp(3.2rem, 8vw, 6.4rem); }
.role { font-size: 1.15rem; margin: 0 0 18px; opacity: 0.88; }
.urn { display: flex; gap: 8px; margin: 18px 0 22px; }
.urn span {
  width: 64px;
  height: 78px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  color: var(--black);
  font-family: var(--display);
  font-size: 2.4rem;
  border-radius: 10px;
}
.lede { font-size: 1.12rem; line-height: 1.55; max-width: 58ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-photo {
  margin: 0;
  position: relative;
}
.hero-photo img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,0.45));
}
.hero-photo figcaption {
  position: absolute;
  right: 8px;
  bottom: 16px;
  background: var(--yellow);
  color: var(--black);
  font-weight: 800;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
}
.band {
  margin: 0;
  padding: 14px 24px;
  text-align: center;
  background: var(--yellow);
  color: var(--black);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.block { padding: 72px 0; }
.block.dark { background: var(--black); color: var(--white); }
.block h2, .page-head h1 { font-size: clamp(1.8rem, 4vw, 3rem); max-width: 18ch; }
.facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}
.facts dt { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.facts dd { margin: 4px 0 0; font-weight: 800; }
.text-link { font-weight: 800; color: #7a5800; }
.papel, .acoes { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.papel li, .acoes li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.papel strong, .acoes strong { color: var(--yellow); font-family: var(--display); }
.acoes strong { color: #7a5800; }

.chapters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 32px 0;
}
.chapter {
  display: block;
  padding: 22px;
  background: var(--white);
  border: 1px solid rgba(28,26,22,0.08);
  border-radius: 18px;
  text-decoration: none;
  min-height: 210px;
  box-shadow: 0 10px 30px rgba(12,11,9,0.05);
}
.block.dark .chapter { background: #161410; color: var(--white); }
.chapter .n { font-family: var(--display); color: var(--yellow); font-size: 1.4rem; }
.chapter h3 { font-family: var(--font); font-size: 1.05rem; line-height: 1.25; margin: 10px 0; }
.chapter p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.chapter:hover { transform: translateY(-3px); border-color: var(--yellow); }

.close {
  background: var(--black);
  color: var(--white);
  padding: 80px 0;
  text-align: center;
}
.close h2 { max-width: 16ch; margin: 0 auto 18px; font-size: clamp(2rem, 6vw, 4rem); }
.sign { font-weight: 800; color: var(--yellow); }

.page-head { background: var(--black); color: var(--white); padding: 72px 0 56px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 28px; }
.chips span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 13px;
  font-weight: 700;
}
.split { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 36px; align-items: start; }
.bio-photo img { border-radius: 24px; background: #111; }
.note { font-size: 0.9rem; color: var(--muted); }

.capitulo .opener {
  background: var(--black);
  color: var(--white);
  padding: 64px 0 48px;
}
.num { font-family: var(--display); font-size: 4rem; color: var(--yellow); margin: 0; }
.framework {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 32px 0;
}
.card { padding: 18px; border-radius: 16px; background: #fff; border: 1px solid rgba(28,26,22,0.08); }
.card .lbl { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; color: #7a5800; }
.card.problem { background: #201c16; color: #fff; }
.card.problem .lbl { color: var(--yellow); }
blockquote {
  margin: 36px 0;
  padding: 22px 24px;
  border-left: 6px solid var(--yellow);
  background: #fff7d8;
  font-size: 1.2rem;
  font-weight: 700;
}
.perguntas { list-style: none; padding: 0; display: grid; gap: 10px; }
.perguntas li { background: #fff; border-radius: 12px; padding: 12px 16px; }
.pager {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 40px 0 64px;
  font-weight: 800;
}
.pager a { text-decoration: none; max-width: 46%; }
.insta-box {
  text-align: center;
  background: #fff;
  border-radius: 24px;
  padding: 40px 24px;
}
.insta-box img { width: 180px; margin: 0 auto 16px; }

.foot {
  background: #161410;
  color: #d8d2c6;
  padding: 48px 24px 28px;
}
.foot-grid {
  max-width: 1120px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}
.foot a { display: block; color: var(--yellow); text-decoration: none; margin: 6px 0; }
.foot-logo { width: 140px; margin-bottom: 10px; }
.foot-num { font-family: var(--display); font-size: 2.4rem; color: var(--yellow); margin: 0; }
.legal { max-width: 1120px; margin: 0 auto; font-size: 12px; opacity: 0.7; border-top: 1px solid rgba(252,190,38,0.18); padding-top: 16px; }

@media (max-width: 900px) {
  .hero-grid, .chapters, .framework, .split, .foot-grid, .facts { grid-template-columns: 1fr; }
  .menu { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #0c0b09;
    flex-direction: column;
    padding: 16px 22px 22px;
    align-items: flex-start;
  }
  .nav.is-open { display: flex; }
  .hero-photo figcaption { position: static; margin-top: 12px; width: max-content; }
  .urn span { width: 52px; height: 64px; font-size: 2rem; }
  .pager { flex-direction: column; }
  .pager a { max-width: none; }
}
