/* ============================================================
   pedrodoria.com.br · site.css
   Sobre tokens.css (identidade v2). Tema claro: Papel + Tinta.
   Ocre em exatamente dois usos na home: régua da dobra + placa de booking.
============================================================ */

@import url('tokens.css');

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

img { display: block; }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ---------- marca tipográfica ---------- */
.wm {
  font-family: var(--sans);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-decoration: none;
}
.wm b { font-weight: 800; }

/* glyph dos óculos — img direto (path Tinta no svg); todos os usos são sobre fundo claro */
img.glyph {
  display: inline-block;
  height: auto;
}

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 242, 233, 0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--rule);
}
.site-header .bar {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.site-header .wm { font-size: 22px; margin-right: auto; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav a {
  font-family: var(--serif);
  font-size: 17px;
  text-decoration: none;
  color: var(--ink);
  padding: 4px 0;
  border-bottom: 1px solid transparent;
}
.site-nav a:hover { border-bottom-color: var(--ink); }
.site-nav a.active { border-bottom-color: var(--ink); }

.cta {
  display: inline-block;
  font-family: var(--serif);
  font-weight: 400;
  background: var(--mustard);
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--ink);
  white-space: nowrap;
}
.cta.big:hover { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.cta.small {
  font-size: 16px;
  line-height: 1;
  padding: 11px 18px;
  border-radius: 2px;
  background: transparent;
}
.cta.small:hover { background: var(--ink); color: var(--paper); }

/* ---------- kickers, slots ---------- */
.kicker {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 28px;
}
.kicker::before { content: '→ '; color: var(--ink); }

.slot-tag {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  border: 1px dashed var(--rule);
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
}

/* ---------- moldura padrão (Tinta + margem Papel) ---------- */
.frame {
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 10px;
}
.frame > img,
.frame > image-slot {
  width: 100%;
  height: 100%;
}

/* ============================================================
   HOME — redesenho 2026 (venda de palestras)
   Ocre: régua da dobra + placa do rodapé. Uma faixa Tinta: o palco.
============================================================ */

.wrap.wide { max-width: 1440px; }

/* rótulo (mono em coleira) e frase de procedimento */
.rotulo {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.rotulo.on-ink { color: var(--mustard-3); }
.proc {
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--text-muted);
  margin: 0;
}

/* ---------- dobra: frase + retrato, nada mais ---------- */
.hero { padding-top: 56px; padding-bottom: 104px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: 64px;
  align-items: end;
}
.tese {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(44px, 5.6vw, 84px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}
.tese .virada { display: block; }
.regua { width: 132px; height: 3px; background: var(--mustard); margin: 48px 0 18px; }
.byline {
  font-family: var(--serif);
  font-style: italic;
  font-size: 21px;
  line-height: 1.45;
  margin: 0;
}
.retrato { aspect-ratio: 4 / 5; }
.retrato img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

/* ---------- a faixa Tinta ---------- */
.palco { background: var(--ink); color: var(--paper); }
.palco-still { height: clamp(300px, 40vw, 760px); overflow: hidden; }
.palco-still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.palco-foot.solo { grid-template-columns: 1fr; }
.palco-foot.solo .palco-frase { max-width: none; }
.palco-foot {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  padding-top: 36px;
  padding-bottom: 72px;
  align-items: start;
}
.palco-frase {
  margin: 0;
  font-weight: 300;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.28;
  letter-spacing: -0.01em;
  max-width: 28ch;
  text-wrap: pretty;
}

/* ---------- seções e faixas ---------- */
.section { padding-top: 112px; padding-bottom: 112px; }
.band { background: var(--paper-2); padding: 104px 0; }
.sec-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 20px 0 56px;
  max-width: 22ch;
  text-wrap: balance;
}
.metodo { margin: 18px 0 0; max-width: 62ch; font-size: 21px; line-height: 1.55; }

/* ---------- portas (palestras) ---------- */
.porta { border-top: 1px solid var(--ink); padding-top: 28px; }
.plaquinha {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.35;
  margin: 0;
  max-width: 34ch;
  text-wrap: pretty;
}
.ancora { font-family: var(--serif); margin: 0; text-wrap: balance; }
.porta.dominante { margin-top: 72px; }
.porta.dominante .porta-img { aspect-ratio: 16 / 9; margin-bottom: 40px; overflow: hidden; }
.porta.dominante .porta-img img { width: 100%; height: 100%; object-fit: cover; }
.porta.dominante .ancora {
  font-weight: 300;
  font-size: clamp(36px, 5.4vw, 80px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 40px 0 36px;
  max-width: 18ch;
}
.porta.derivada {
  margin-top: 88px;
  border-top-color: var(--rule);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}
.porta.derivada .plaquinha { font-size: 20px; }
.porta.derivada .ancora { font-size: 22px; line-height: 1.3; margin-bottom: 20px; }
.mais { margin: 64px 0 0; }

/* ---------- prova ---------- */
.prova-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}
.ficha-tec { display: grid; gap: 10px; }
.ficha-tec .row {
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.ficha-tec .row .k, .ficha-tec .row.num { color: var(--text-muted); }
.ficha-tec .row .k { display: block; }
.ficha-tec .row.num { margin-top: 22px; }
.depoimento { margin: 0; }
.depoimento blockquote {
  margin: 0 0 28px;
  font-weight: 300;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}

/* ---------- obra ---------- */
.shelf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.shelf a.book { text-decoration: none; display: block; }
.book .frame { aspect-ratio: 2 / 3; padding: 8px; transition: transform 0.18s ease; }
.book .frame img { object-fit: cover; }
.book:hover .frame { transform: translateY(-4px); }
.book .b-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  margin: 16px 0 4px;
}
.book .b-meta { font-family: var(--mono); font-size: 12px; color: var(--text-muted); }
.obra-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
}
.obra-foot p { margin: 0; font-size: 21px; line-height: 1.55; max-width: 44ch; }

.textlink {
  font-family: var(--serif);
  font-size: 19px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 10, 10, 0.35);
  padding-bottom: 3px;
}
.textlink:hover { border-bottom-color: var(--ink); }

/* ---------- bio ---------- */
.bio p {
  font-size: clamp(21px, 1.9vw, 25px);
  line-height: 1.55;
  margin: 0 0 32px;
  max-width: 64ch;
  text-wrap: pretty;
}

/* ---------- rodapé ---------- */
.site-footer { background: var(--paper); }
.foot-cta { padding-top: 104px; padding-bottom: 72px; }
.cta.big {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 3.4vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  padding: clamp(32px, 4vw, 56px);
  border: 0;
  border-radius: 2px;
  white-space: normal;
}
.foot-grid {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 28px;
  border-top: 1px solid var(--rule);
}
.foot-grid .glyph { width: 56px; }
.foot-grid .wm { font-size: 20px; }
.foot-links { margin-left: auto; display: flex; gap: 24px; flex-wrap: wrap; }
.foot-links a, .foot-order, .foot-order a {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--ink);
  text-decoration: none;
}
.foot-links a:hover, .foot-order a:hover { text-decoration: underline; text-underline-offset: 4px; }
.foot-links .url b { color: var(--mustard-2); font-weight: 600; }
.foot-order {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: var(--text-muted);
  padding-bottom: 48px;
}
.foot-order a { color: var(--text-muted); }

/* ============================================================
   PÁGINAS INTERNAS
============================================================ */
.page-head { padding-top: 88px; padding-bottom: 48px; }
.page-head h1 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(44px, 6.4vw, 92px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
}
.page-head .lede {
  font-size: 21px;
  max-width: 56ch;
  margin: 0;
  text-wrap: pretty;
}

/* ---------- /livros ---------- */
.book-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  padding: 56px 0;
  border-top: 1px solid var(--rule);
  align-items: start;
}
.book-row .frame { aspect-ratio: 2 / 3; }
.book-row h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 20px;
  text-wrap: pretty;
}
.book-row h2 a { text-decoration: none; }
.book-row h2 a:hover { border-bottom: 2px solid var(--ink); }
.book-row .sinopse { margin: 0 0 22px; max-width: 58ch; }
.ficha {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--text-muted);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.ficha b { color: var(--ink); font-weight: 500; }
.book-row .links { margin-top: 22px; display: flex; gap: 24px; align-items: center; }

.dormant {
  border: 1px dashed rgba(10, 10, 10, 0.35);
  padding: 44px;
  margin: 56px 0 0;
}
.dormant .d-title {
  font-family: var(--serif);
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  margin: 12px 0 8px;
  color: var(--text-muted);
}
.dormant p { margin: 0; color: var(--text-muted); font-size: 17px; max-width: 60ch; }

.obra-anterior {
  margin-top: 72px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
}
.oa-kicker {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 28px;
}
.oa-item { margin-bottom: 28px; max-width: 62ch; }
.oa-item:last-child { margin-bottom: 0; }
.oa-item h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 4px;
}
.oa-item .ficha { margin-bottom: 6px; }
.oa-item p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--text-muted);
}

/* ---------- /livro (template individual) ---------- */
.crumb {
  font-family: var(--mono);
  font-size: 12.5px;
  text-decoration: none;
  color: var(--text-muted);
  display: inline-block;
  margin-top: 40px;
}
.crumb:hover { color: var(--ink); }
.livro-hero {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  padding-top: 48px;
  padding-bottom: 88px;
  align-items: start;
}
.livro-hero .frame { aspect-ratio: 2 / 3; position: sticky; top: 110px; }
.livro-hero h1 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 8px 0 28px;
  text-wrap: pretty;
}
.livro-hero .sinopse p { margin: 0 0 24px; max-width: 60ch; }
.compra {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}
.compra .links { display: flex; gap: 28px; margin-top: 16px; flex-wrap: wrap; }

/* ---------- /sobre ---------- */
.band-bg {
  background: var(--paper-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-top: 120px;
}
.band-bg .sobre-band { padding-top: 0; padding-bottom: 64px; }
.band-bg .frame.punch {
  margin-top: -96px;
  position: relative;
  z-index: 2;
}
.sobre-hero {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 80px;
  padding-top: 72px;
  padding-bottom: 56px;
  align-items: start;
}
.sobre-hero .frame { aspect-ratio: 2 / 3; }
.sobre-hero .frame img { width: 100%; height: 100%; object-fit: cover; }
.sobre-hero h1 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0 0 36px;
  text-wrap: pretty;
}
.prose p {
  margin: 0 0 26px;
  max-width: 62ch;
  text-wrap: pretty;
}
.ficha-bar {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 0 0 36px;
  color: var(--ink);
}
.ficha-bar b { font-weight: 600; }

.sobre-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
}
.sobre-band .frame img { width: 100%; height: 100%; object-fit: cover; }
.sobre-band .quote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(26px, 2.9vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: pretty;
}
.band-tall { height: 560px; }
.band-tall img { object-position: 50% 30%; }

.palco-slot {
  background: var(--paper-2);
  border: 1px solid var(--rule);
  min-height: 280px;
  display: grid;
  place-content: center;
  gap: 16px;
  text-align: center;
  padding: 48px;
}
.palco-slot .glyph { width: 52px; opacity: 0.5; margin: 0 auto; }
.palco-slot p {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  margin: 0;
}

/* ============================================================
   /LINKS — sumário de autor (destino da bio do Instagram)
   Frontispício, não vitrine. Funciona sem JS, mobile-first.
============================================================ */
.links-body {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
.links-main {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 64px 24px 32px;
}
img.links-glyph {
  display: block;
  width: 52px;
  margin: 0 auto 44px;
}
.links-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(34px, 9.5vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.012em;
  text-align: center;
  margin: 0 0 44px;
  text-wrap: pretty;
}
.indice ol {
  list-style: none;
  counter-reset: entrada;
  margin: 0;
  padding: 0;
}
.entrada {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 17px 2px;
  text-decoration: none;
  counter-increment: entrada;
}
.entrada::before {
  content: counter(entrada);
  font-family: var(--mono);
  font-size: 12px;
  color: var(--mustard-2);
  min-width: 12px;
}
.entrada .titulo {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3;
}
.entrada .leader {
  flex: 1;
  min-width: 28px;
  border-bottom: 1px dotted rgba(10, 10, 10, 0.38);
  transform: translateY(-4px);
}
.entrada .destino {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--text-muted);
  white-space: nowrap;
}
.entrada:hover { background: var(--hover-tint); }
.entrada:hover .titulo { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.links-foot {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.03em;
  color: var(--ink);
  text-align: center;
  margin: 56px 0 0;
  line-height: 1.9;
}
.links-foot b { font-weight: 600; }

@media (max-width: 920px) {
  .links-main { padding: 44px 22px 28px; }
  .links-glyph { width: 44px; margin-bottom: 32px; }
  .links-title { margin-bottom: 28px; }
  .entrada { padding: 14px 0; gap: 10px; }
  .entrada .titulo { font-size: 19px; }
  .entrada .leader { min-width: 14px; }
  .entrada .destino { font-size: 11.5px; }
  .links-foot { margin-top: 40px; font-size: 11px; }
}

/* ============================================================
   MOBILE
============================================================ */
@media (max-width: 920px) {
  body { font-size: 17.5px; }
  .wrap { padding: 0 22px; }

  .site-header .bar { flex-wrap: wrap; gap: 10px 20px; padding-top: 12px; padding-bottom: 12px; }
  .site-header .wm { font-size: 20px; }
  .site-header .cta.small {
    border: none;
    background: none;
    padding: 4px 0;
    border-bottom: 1px solid var(--ink);
    border-radius: 0;
    font-size: 15px;
  }
  .site-header .cta.small:hover { background: none; color: var(--ink); }
  .site-nav { gap: 18px; order: 3; width: 100%; }
  .site-nav a { font-size: 16px; }

  /* dobra no celular: a foto primeiro, visível sem rolar; a tese logo abaixo */
  .hero { padding-top: 20px; padding-bottom: 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-grid .retrato { order: -1; aspect-ratio: 5 / 4; padding: 6px; }
  .retrato img { object-position: 50% 24%; }
  .tese { font-size: clamp(40px, 11.5vw, 56px); line-height: 1.02; }
  .regua { margin: 32px 0 14px; width: 96px; }
  .byline { font-size: 18px; }

  .palco-foot { grid-template-columns: 1fr; gap: 20px; padding-top: 24px; padding-bottom: 48px; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .band { padding: 72px 0; }
  .metodo { font-size: 19px; }
  .porta.dominante { margin-top: 48px; }
  .porta.dominante .ancora { margin: 28px 0 24px; }
  .porta.derivada { grid-template-columns: 1fr; gap: 20px; margin-top: 56px; }
  .prova-grid { grid-template-columns: 1fr; gap: 48px; }
  .prova-grid .depoimento { order: -1; }

  .shelf { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .obra-foot { grid-template-columns: 1fr; gap: 24px; }
  .obra-foot p { font-size: 19px; }

  .book-row { grid-template-columns: 1fr; gap: 28px; }
  .book-row .frame { max-width: 220px; }
  .page-head { padding-top: 48px; padding-bottom: 32px; }

  .livro-hero { grid-template-columns: 1fr; gap: 40px; padding-top: 32px; padding-bottom: 64px; }
  .livro-hero .frame { max-width: 300px; position: static; }

  .sobre-hero { grid-template-columns: 1fr; gap: 40px; padding-top: 32px; padding-bottom: 32px; }
  .sobre-hero .frame { max-width: 360px; }
  .sobre-band { grid-template-columns: 1fr; gap: 36px; padding-top: 40px; padding-bottom: 40px; }
  .band-bg { margin-top: 80px; }
  .band-bg .frame.punch { margin-top: -56px; }
  .band-bg .sobre-band { padding-top: 0; padding-bottom: 40px; }
  .band-tall { height: 420px; }

  .foot-cta { padding-top: 64px; padding-bottom: 48px; }
  .foot-links { margin-left: 0; width: 100%; }
}

/* ============================================================
   /PALESTRAS — a única página comercial
   Ocre: só o play do vídeo (até lá, a régua do topo). Booking em Tinta.
============================================================ */
.page-top { padding-top: 88px; padding-bottom: 24px; }
.promessa {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(44px, 6.4vw, 92px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 24px 0 0;
  max-width: 14ch;
  text-wrap: balance;
}
.page-top .regua { margin: 44px 0 28px; }
.sinopse { margin: 0 0 24px; max-width: 62ch; text-wrap: pretty; }

.porta.dominante.full .plaquinha { font-size: 22px; }
.porta.dominante.full .ancora { max-width: 17ch; }
.gabarito {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 72px;
  align-items: start;
  padding-top: 36px;
  border-top: 1px solid var(--rule);
}
.takeaways {
  list-style: none;
  counter-reset: t;
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.takeaways li {
  counter-increment: t;
  display: grid;
  grid-template-columns: 36px 1fr;
  font-size: 22px;
  line-height: 1.35;
}
.takeaways li::before {
  content: counter(t);
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  padding-top: 7px;
}
.g-side { margin: 0; display: grid; gap: 6px; }
.g-side dt { margin-top: 22px; }
.g-side dt:first-child { margin-top: 4px; }
.g-side dd { margin: 0; font-size: 18px; line-height: 1.5; }
.g-side dd.proc { font-size: 13px; line-height: 1.8; }

.derivadas { padding-top: 120px; padding-bottom: 120px; }
.faixa {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
  border-top: 1px solid var(--ink);
  padding: 32px 0 72px;
}
.faixa:last-child { padding-bottom: 0; }
.faixa .ancora {
  font-weight: 300;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.16;
  letter-spacing: -0.015em;
  margin: 0 0 28px;
  max-width: 24ch;
}

.mesa-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: end; }
.mesa-grid .sec-title { margin-bottom: 28px; }
.mesa-grid .sinopse { margin: 0; font-size: 21px; }
.leaders { list-style: none; margin: 0; padding: 0; }
.leaders li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 9px 0;
}
.leaders li i { flex: 1; min-width: 24px; border-bottom: 1px dotted rgba(10, 10, 10, 0.4); transform: translateY(-3px); }
.leaders li span:first-child { color: var(--ink); }
.leaders li span:last-child { color: var(--text-muted); white-space: nowrap; }
.leaders.cols { columns: 2; column-gap: 72px; margin-top: 36px; }
.leaders.cols li { break-inside: avoid; }

.palco-frase .breve { display: block; margin-top: 14px; font-size: 19px; line-height: 1.5; color: var(--text-muted-dark); letter-spacing: 0; }

.depoimento.wide blockquote { max-width: 26ch; font-size: clamp(30px, 3.8vw, 52px); line-height: 1.12; letter-spacing: -0.02em; }
.imprensa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 80px;
  padding-top: 36px;
  border-top: 1px solid var(--rule);
}
.imprensa figure { margin: 0; }
.imprensa blockquote { margin: 0 0 18px; font-size: 23px; line-height: 1.35; text-wrap: pretty; }

.faq { margin: 36px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 72px; }
.faq > div { border-top: 1px solid var(--rule); padding: 22px 0 26px; }
.faq dt { font-weight: 600; font-size: 20px; line-height: 1.35; }
.faq dd { margin: 6px 0 0; font-size: 19px; line-height: 1.5; }
.faq .textlink { font-size: inherit; }

.fecho { padding-top: 8px; padding-bottom: 120px; }
.cta.big.ink { background: var(--ink); color: var(--paper); }
.fecho .proc { margin-top: 20px; }

@media (max-width: 920px) {
  .page-top { padding-top: 48px; }
  .gabarito, .faixa, .mesa-grid, .imprensa, .faq { grid-template-columns: 1fr; }
  .gabarito { gap: 36px; }
  .takeaways li { font-size: 20px; }
  .derivadas { padding-top: 72px; padding-bottom: 72px; }
  .faixa { gap: 18px; padding: 24px 0 56px; }
  .mesa-grid { gap: 36px; align-items: start; }
  .leaders.cols { columns: 1; }
  .imprensa { gap: 40px; margin-top: 56px; }
  .fecho { padding-bottom: 72px; }
}

/* ============================================================
   /KIT — utilitária: Papel, sem hero, tudo copiável
============================================================ */
.kit-top { padding-top: 72px; padding-bottom: 24px; }
.kit-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 20px 0 0;
  text-wrap: balance;
}
.textlink.like { background: none; border: 0; border-bottom: 1px solid rgba(10,10,10,.35); padding: 0 0 3px; cursor: pointer; font-size: inherit; }
.kit-sec {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 48px;
  border-top: 1px solid var(--ink);
  margin-top: 72px;
  padding-top: 28px;
}
.kit-sec:last-child { padding-bottom: 120px; }
.kit-h { font-family: var(--serif); font-weight: 600; font-size: 21px; line-height: 1.35; margin: 0; }
.kit-list { display: grid; gap: 0; min-width: 0; }
.kit-item { border-top: 1px solid var(--rule); padding: 22px 0 28px; }
.kit-item:first-child { border-top: 0; padding-top: 0; }
.kit-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 12px; }
.kit-texto p { margin: 0 0 14px; max-width: 66ch; font-size: 19px; line-height: 1.55; }
.kit-texto p:last-child { margin-bottom: 0; }
.kit-texto b { font-weight: 600; }
.copiar {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.01em;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 2px;
  padding: 7px 14px;
  cursor: pointer;
  min-width: 78px;
}
.copiar:hover { background: var(--ink); color: var(--paper); }
.kit-fotos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: end; min-width: 0; }
.kit-fotos.capas { grid-template-columns: repeat(4, 1fr); }
.kit-foto { text-decoration: none; display: block; }
.kit-foto.larga { grid-column: 1 / -1; }
.kit-foto .frame { padding: 8px; margin-bottom: 10px; }
.kit-foto img { width: 100%; height: auto; }
.kit-foto:hover .proc { color: var(--ink); }

@media (max-width: 920px) {
  .kit-top { padding-top: 40px; }
  .kit-sec { grid-template-columns: 1fr; gap: 20px; margin-top: 48px; }
  .kit-sec:last-child { padding-bottom: 72px; }
  .kit-texto p { font-size: 18px; }
  .kit-fotos, .kit-fotos.capas { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media print {
  .site-header, .site-footer, .copiar, .kit-top .metodo, #fotos, #livros { display: none; }
  body { font-size: 11pt; background: #fff; }
  .kit-sec { display: block; margin-top: 18pt; padding-top: 8pt; }
  .kit-h { margin-bottom: 8pt; }
  .kit-texto p { font-size: 10.5pt; max-width: none; }
  .kit-item { padding: 8pt 0; break-inside: avoid; }
}
