:root {
  --rp-orange: #f57400;
  --rp-orange-dark: #c75f00;
  --rp-ink: #252321;
  --rp-text: #4a4642;
  --rp-muted: #77716b;
  --rp-line: rgba(0, 0, 0, .14);
  --rp-paper: #f6f7f8;
  --rp-footer-paper: #e7e7e7;
  --rp-container: 1140px;
  --rp-left: 199px;
  --rp-serif: Georgia, "Times New Roman", serif;
  --rp-sans: Arial, Helvetica, sans-serif;
  --rp-mono: "Courier New", Courier, monospace;
  --rp-shadow: 0 18px 34px rgba(0, 0, 0, .10);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #fff;
  color: var(--rp-text);
  font-family: var(--rp-sans);
  font-size: 15px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover, a:focus { color: var(--rp-orange); }
img { display: block; max-width: 100%; height: auto; border: 0; }
button { font: inherit; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 999;
  background: #fff;
  color: #111;
  padding: 10px 14px;
}
.skip-link:focus { left: 12px; }
.container-1140 {
  width: min(var(--rp-container), calc(100vw - 28px));
  margin-inline: auto;
}
.site-shell { overflow-x: clip; }
.site-header {
  position: relative;
  z-index: 20;
  min-height: 160px;
  width: 99%;
  margin-inline: auto;
  background-image: url("../images/bk_header.gif");
  background-repeat: repeat-x;
  background-position: bottom left;
}
.header-inner { position: relative; min-height: 160px; }
.brand-logo {
  position: absolute;
  left: 55px;
  top: 0;
  z-index: 24;
  width: 90px;
  height: 160px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.brand-logo img { width: 90px; height: 149px; }
.top-navigation {
  position: absolute;
  right: 17px;
  top: 18px;
  z-index: 23;
  width: 770px;
  min-height: 41px;
  background: url("../images/bk_nav.jpg") no-repeat top left;
}
#menutop {
  display: flex;
  align-items: stretch;
  height: 33px;
  margin-left: 100px;
  list-style: none;
  font-family: var(--rp-sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 33px;
  text-transform: uppercase;
}
#menutop a {
  display: block;
  height: 35px;
  padding-inline: 15px;
  color: #383838;

}
#menutop a:hover,
#menutop .active a,
#menutop a[aria-current="page"] {
  color: var(--rp-orange);
  background: rgba(255, 255, 255, .72);
  border-bottom: 1px solid #ddd;
}
.mobile-menu-button { display: none; }
.home-book {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: flex-start;
  margin-top: -8px;
}
.home-index-paper {
  position: relative;
  z-index: 38;
  flex: 0 0 var(--rp-left);
  width: var(--rp-left);
  min-height: 340px;
  background-image: url("../images/bk_esq_book_home.webp");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 199px 340px;
}
.index-menu {
  position: absolute;
  left: 26px;
  top: 41px;
  width: 164px;
  list-style: none;
}
.index-menu li { margin-bottom: 3px; }
.index-menu a {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-height: 18px;
  color: #585654;
  font-family: var(--rp-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 18px;
  text-transform: uppercase;
  transition: color .16s ease, transform .16s ease;
}
.index-menu a:hover,
.index-menu a:focus {
  color: var(--rp-orange);
  transform: translateX(2px);
}
.index-menu span {
  flex: 0 1 auto;
  white-space: nowrap;
}
.index-menu i {
  flex: 1 1 auto;
  min-width: 10px;
  height: 1px;
  border-bottom: 1px dotted #aaa;
  transform: translateY(-4px);
}
.index-menu em {
  flex: 0 0 18px;
  color: #8d8d8d;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-align: right;
}
.index-menu a:hover i,
.index-menu a:focus i { border-bottom-color: var(--rp-orange); }
.index-menu a:hover em,
.index-menu a:focus em { color: var(--rp-orange); }
.home-hero-paper {
  position: relative;
  top: 8px;
  z-index: 32;
  flex: 0 0 calc(100% - var(--rp-left));
  width: calc(100% - var(--rp-left));
  height: 340px;
  min-height: 340px;
  background-image: url("../images/bk_dir_book_home.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 1px 323px;
  box-shadow: 12px 9px 18px rgba(0, 0, 0, .08);
  overflow: visible;
}
.home-hero-paper::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  z-index: 1;
  width: 34px;
  height: 340px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(205, 213, 220, .45), rgba(255, 255, 255, .18) 48%, rgba(255, 255, 255, 0));
}
.home-tabs {
  position: relative;
  z-index: 3;
  top: -24px;
  min-height: 340px;
}
.tabs-nav {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  min-height: 25px;
  padding-left: 120px;
}
.tabs-nav button {
  position: relative;
  top: 1px;
  z-index: 5;
  min-width: 86px;
  border: 0;
  background: url("../images/tab.png") no-repeat 100% -100px;
  color: #757575;
  cursor: pointer;
  font-family: var(--rp-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 10px 0 0;
  text-align: center;
  white-space: nowrap;
}
.tabs-nav button span {
  display: block;
  min-height: 24px;
  padding: 6px 0 0 10px;
  background: url("../images/tab.png") no-repeat 0 0;
}
.tabs-nav button:hover,
.tabs-nav button[aria-selected="true"] {
  color: #000;
  background-position: 100% -150px;
}
.tabs-nav button:hover span,
.tabs-nav button[aria-selected="true"] span {
  padding-top: 7px;
  background-position: 0 -50px;
}
.tab-panel {
  display: none;
  height: 314px;
  min-height: 314px;
  padding: 0 34px 20px 30px;
  overflow: hidden;
  margin-top:-5px;
}
.tab-panel.is-active { display: block; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 34px;
  height: 100%;
  align-items: start;
}
.kicker {
  color: #7a746d;
  font-family: var(--rp-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .18em;
  line-height: 1.2;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.hero-copy h1,
.hero-copy h2 {
  max-width: 590px;
  color: var(--rp-ink);
  font-family: var(--rp-serif);
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .99;
  margin: 0 0 12px;
}
.hero-copy h2 { font-size: clamp(27px, 2.6vw, 34px); }
.hero-copy .lead {
  max-width: 640px;
  color: #28231f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 13px;
}
.hero-copy p:not(.kicker):not(.lead) {
  max-width: 650px;
  color: var(--rp-text);
  font-size: 15px;
  line-height: 1.72;
}
.proof-card,
.link-card {
  align-self: start;
  min-height: 246px;
  padding: 21px 18px 17px;
  background: rgba(255, 255, 255, .54);
  border: 1px solid rgba(0, 0, 0, .13);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .36);
}
.proof-card.slim { min-height: 224px; }
.proof-card strong {
  display: block;
  color: var(--rp-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 69px;
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .82;
}
.proof-card span {
  display: block;
  margin-top: 5px;
  color: #3f3934;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.16;
  text-transform: uppercase;
}
.proof-card p {
  margin-top: 10px;
  color: #5b534d;
  font-size: 12.4px;
  line-height: 1.55;
}
.proof-card a,
.link-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--rp-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.link-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.link-card a {
  display: block;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, .22);
  color: #5a554f;
  font-size: 12px;
  letter-spacing: .03em;
}
.link-card a:hover,
.link-card a:focus { color: var(--rp-orange); }
.bookshelf-section {
  position: relative;
  z-index: 7;
  margin-top: -4px;
}
.bookshelf-frame {
  position: relative;
  height: 165px;
  background-image: url("../images/bk_estante.gif");
  background-repeat: repeat-x;
  background-position: top left;
  overflow: hidden;
}
.shelf-cap {
  position: absolute;
  top: 0;
  z-index: 4;
  width: 109px;
  height: 165px;
  pointer-events: none;
}
.shelf-left { left: 0; }
.shelf-right { right: 0; }
.shelf-scroll {
  position: absolute;
  left: 109px;
  right: 109px;
  top: 0;
  height: 155px;
  overflow: hidden;
}
.book-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 111px;
  list-style: none;
  padding: 0 8px;
}
.book-row li {
  flex: 0 0 auto;
  width: 84px;
  height: 150px;
}
.book-row a {
  display: block;
  color: #111;
  text-align: left;
}
.book-row img {
  height: 111px;
  width: auto;
  margin-inline: auto;
  object-fit: contain;
  transition: opacity .16s ease, transform .16s ease;
}
.book-row span {
  display: none;
  width: 130px;
  margin-top: 16px;
  color: #111;
  font-size: 11px;
  line-height: 1.18;
}
.book-row small { display: block; font-size: 10px; font-weight: 400; }
.book-row a:hover img,
.book-row a:focus img { opacity: .86; transform: translateY(-2px); }
.book-row a:hover span,
.book-row a:focus span { display: block; }
.editorial-extension {
  margin-top: 36px;
  padding-bottom: 20px;
}
.extension-inner {
  border-top: 1px solid rgba(0, 0, 0, .10);
  padding-top: 40px;
}
.extension-head {
  max-width: 910px;
  margin-bottom: 30px;
}
.extension-head h2 {
  max-width: 850px;
  color: var(--rp-ink);
  font-family: var(--rp-serif);
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.04;
  margin-bottom: 14px;
}
.extension-head p:not(.kicker) {
  max-width: 850px;
  color: #4d4741;
  font-size: 17px;
  line-height: 1.75;
}
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 26px 0;
}
.editorial-grid article {
  min-height: 260px;
  border: 1px solid rgba(0, 0, 0, .10);
  background: #fff;
  padding: 27px 24px 24px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .05);
}
.editorial-grid span {
  display: block;
  color: rgba(233, 110, 0, .24);
  font-family: var(--rp-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 34px;
}
.editorial-grid h3,
.service-grid h3 {
  color: var(--rp-ink);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.25;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.editorial-grid p,
.service-grid p,
.authority-band p {
  color: #4d4741;
  font-size: 15.5px;
  line-height: 1.78;
}
.editorial-grid a {
  display: inline-block;
  margin-top: 17px;
  color: var(--rp-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.authority-band {
  margin: 28px 0;
  border-left: 4px solid var(--rp-orange);
  background: #f7f4f0;
  padding: 25px 30px;
}
.authority-band strong { color: var(--rp-ink); }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  border-top: 1px solid rgba(0, 0, 0, .10);
  margin-top: 31px;
  padding-top: 30px;
}
.typewriter-footer {
  margin-top: 52px;
  padding-bottom: 22px;
}
.footer-stage {
  position: relative;
  min-height: 266px;
  padding-bottom: 95px;
}
.footer-paper {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 270px));
  margin: 0 auto -10px;
  background: var(--rp-footer-paper);
  padding: 29px 42px 34px;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.footer-paper h2 {
  color: var(--rp-ink);
  font-family: var(--rp-serif);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.08;
  margin-bottom: 11px;
}
.footer-paper p:not(.kicker) {
  max-width: 650px;
  margin-inline: auto;
  color: #5b554f;
  font-size: 13.5px;
  line-height: 1.7;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 20px;
}
.footer-links a {
  color: #4f4a46;
  font-family: var(--rp-mono);
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
}
.footer-links a:hover,
.footer-links a:focus { color: var(--rp-orange); }
.typewriter-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 95px;
  background-image: url("../images/bk_footer.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1139px 95px;
}
.copyright {
  position: absolute;
  left: 50%;
  bottom: 53px;
  z-index: 3;
  width: min(760px, calc(100% - 280px));
  transform: translateX(-50%);
  color: #8a817a;
  font-family: var(--rp-mono);
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}
.copyright a { color: #706861; }
.copyright a:hover,
.copyright a:focus { color: var(--rp-orange); }
@media (max-width: 1168px) {
  .container-1140 { width: min(985px, calc(100vw - 28px)); }
  .brand-logo { left: 55px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 210px; gap: 28px; }
  .hero-copy h1 { font-size: 32px; }
  .hero-copy h2 { font-size: 29px; }
  .hero-copy .lead { font-size: 15px; }
  .hero-copy p:not(.kicker):not(.lead) { font-size: 13.5px; line-height: 1.64; }
  .proof-card { min-height: 245px; }
  .shelf-scroll { left: 109px; right: 109px; }
  .footer-paper { width: min(760px, calc(100% - 230px)); }
}
@media (max-width: 980px) {
  .site-header { min-height: auto; padding: 10px 0 14px; background-size: 1px 85px; }
  .header-inner { min-height: 0; display: flex; align-items: flex-start; gap: 18px; }
  .brand-logo { position: static; flex: 0 0 72px; width: 72px; height: auto; background: #fff; }
  .brand-logo img { width: 72px; height: auto; }
  .mobile-menu-button {
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 30;
    border: 1px solid rgba(0,0,0,.16);
    background: rgba(255,255,255,.82);
    color: #333;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .top-navigation {
    position: static;
    flex: 1 1 auto;
    width: auto;
    min-height: 0;
    margin-top: 10px;
    background: rgba(255,255,255,.80);
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
  }
  #menutop { display: none; height: auto; margin: 0; flex-wrap: wrap; }
  body.nav-open #menutop { display: flex; }
  #menutop li { flex: 1 1 50%; }
  #menutop a { height: auto; line-height: 1.2; padding: 12px 14px; }
  .home-book { display: block; margin-top: 16px; }
  .home-index-paper {
    width: 100%;
    min-height: 0;
    padding: 18px;
    background: #f6f7f8 !important;
    box-shadow: 0 12px 26px rgba(0,0,0,.08);
  }
  .index-menu {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 20px;
    width: 100%;
  }
  .index-menu a { font-size: 11px; }
  .index-menu em { display: none; }
  .home-hero-paper {
    top: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    background: #f6f7f8;
  }
  .home-tabs { top: 0; min-height: 0; }
  .tabs-nav { padding: 10px 16px 0; overflow-x: auto; }
  .tab-panel { height: auto; min-height: 0; padding: 24px 22px 26px; overflow: visible; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy h1 { font-size: 31px; line-height: 1.04; }
  .proof-card, .link-card { min-height: 0; }
  .editorial-grid,
  .service-grid { grid-template-columns: 1fr; }
  .footer-paper { width: min(760px, calc(100% - 80px)); }
  .copyright { width: calc(100% - 80px); font-size: 10px; }
}
@media (max-width: 720px) {
  body { font-size: 14px; }
  .site-header { width: 100%; }
  .index-menu { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 29px; }
  .hero-copy h2 { font-size: 27px; }
  .hero-copy .lead { font-size: 15px; }
  .bookshelf-section { margin-top: 20px; }
  .bookshelf-frame {
    width: 100%;
    height: 165px;
    overflow: hidden;
  }
  .shelf-cap { display: none; }
  .shelf-scroll {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    height: 165px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-left: 18px;
  }
  .book-row {
    width: max-content;
    justify-content: flex-start;
    gap: 24px;
    padding: 0 28px 0 0;
  }
  .book-row li { width: 104px; }
  .book-row span { display: none !important; }
  .extension-inner { padding-top: 30px; }
  .extension-head h2 { font-size: 30px; }
  .extension-head p:not(.kicker),
  .editorial-grid p,
  .service-grid p,
  .authority-band p { font-size: 15px; line-height: 1.7; }
  .editorial-grid article { min-height: 0; }
  .typewriter-footer { margin-top: 38px; }
  .footer-stage { min-height: 280px; padding-bottom: 95px; }
  .footer-paper {
    width: calc(100% - 24px);
    padding: 24px 22px 32px;
  }
  .footer-paper h2 { font-size: 24px; }
  .footer-links { gap: 9px 14px; }
  .footer-links a { font-size: 11px; }
  .copyright {
    bottom: 47px;
    width: calc(100% - 36px);
    font-size: 9.5px;
  }
}
@media (max-width: 420px) {
  .tabs-nav button { min-width: 82px; font-size: 11px; }
  .proof-card strong { font-size: 58px; }
  .hero-copy h1 { font-size: 27px; }
  .hero-copy h2 { font-size: 25px; }
  .footer-paper h2 { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* =========================================================
   AJUSTES DE PADRONIZAÇÃO VISUAL
   Corrige alinhamentos, folha, estante, footer e responsivo
   para a página-modelo da Ryoki Produções.
   ========================================================= */

.container-1140 {
  width: min(1140px, calc(100vw - 28px));
}

.top-navigation {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(770px, calc(100% - 260px));
  background-size: 100% 41px;
}

#menutop {
  width: 100%;
  margin-left: 0;
  justify-content: center;
}

#menutop a {
  padding-inline: 15px;
}

.home-book {
  margin-top: -8px;
}

.home-index-paper {
  background-size: 199px 340px;
}

.index-menu {
  left: 29px;
  top: 42px;
  width: 151px;
}

.index-menu li {
  margin-bottom: 3px;
}

.index-menu a {
  gap: 0;
  min-height: 18px;
  font-size: 11.4px;
  line-height: 18px;
  letter-spacing: .025em;
}

.index-menu span {
  flex: 0 0 auto;
  margin-right: 4px;
}

.index-menu i {
  flex: 1 1 auto;
  min-width: 8px;
  height: 1px;
  border-bottom: 1px dotted #a9a9a9;
  transform: translateY(-2px);
}

.index-menu em {
  flex: 0 0 16px;
  margin-left: 0;
  padding-right: 1px;
  text-align: right;
}

.home-hero-paper {
  box-shadow: none;
}

.tab-panel {
  position: relative;
  isolation: isolate;
}

.tab-panel.is-active::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  z-index: -1;
  pointer-events: none;
  box-shadow: 12px 12px 18px rgba(0, 0, 0, .10);
}

.bookshelf-frame {
  height: 165px;
}

.shelf-scroll {
  height: 165px;
}

.book-row {
  height: 127px;
  align-items: flex-start;
}

.book-row li {
  height: 156px;
}

.book-row img {
  height: 127px;
}

.footer-paper {
  width: min(898px, calc(100% - 240px));
  padding: 29px 54px 34px;
}

.copyright {
  bottom: 40px;
}

.copyright-short {
  display: none;
}

@media (max-width: 1168px) {
  .container-1140 {
    width: min(1140px, calc(100vw - 28px));
  }

  .top-navigation {
    width: min(770px, calc(100% - 250px));
  }

  #menutop a {
    padding-inline: 13px;
  }

  .footer-paper {
    width: min(898px, calc(100% - 240px));
  }
}

@media (max-width: 1040px) and (min-width: 981px) {
  #menutop a {
    padding-inline: 10px;
  }
}

@media (max-width: 980px) {
  .site-header {
    width: 100%;
    background-size: 1px 59px;
    background-position: bottom left;
  }

  .top-navigation {
    transform: none;
  }

  .home-book {
    margin-top: 18px;
  }

  .home-index-paper {
    background-image: none !important;
    background-color: #fbfbfa !important;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .045);
    border-radius: 2px;
  }

  .index-menu a {
    color: #55504b;
    font-size: 11px;
    font-weight: 750;
  }

  .home-hero-paper {
    background-image: none !important;
    background-color: #fbfbfa;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .045);
    border: 1px solid rgba(0, 0, 0, .06);
    border-top: 0;
  }

  .home-hero-paper::before,
  .tab-panel.is-active::after {
    display: none;
  }

  .tabs-nav {
    gap: 8px;
    padding: 14px 16px 0;
  }

  .tabs-nav button,
  .tabs-nav button:hover,
  .tabs-nav button[aria-selected="true"] {
    background: transparent;
    color: #6f6861;
    min-width: auto;
    border: 0;
    padding: 0;
  }

  .tabs-nav button span,
  .tabs-nav button:hover span,
  .tabs-nav button[aria-selected="true"] span {
    min-height: auto;
    padding: 7px 12px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 999px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .035);
  }

  .tabs-nav button[aria-selected="true"] span {
    color: var(--rp-orange);
    border-color: rgba(233, 110, 0, .26);
  }

  .tab-panel {
    padding: 26px 22px 30px;
  }

  .proof-card,
  .link-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .035);
  }

  .footer-paper {
    width: min(898px, calc(100% - 72px));
  }
}

@media (max-width: 720px) {
  .site-header {
    background-size: 1px 59px;
  }

  .home-index-paper {
    padding: 16px 18px;
    box-shadow: none;
  }

  .home-hero-paper {
    box-shadow: none;
  }

  .book-row img {
    height: 127px;
  }

  .book-row li {
    width: 108px;
  }

  .footer-stage {
    min-height: 282px;
    padding-bottom: 95px;
  }

  .footer-paper {
    width: 100%;
    padding: 24px 18px 30px;
    margin-bottom: -8px;
  }

  .copyright {
    bottom: 40px;
    width: calc(100% - 24px);
    font-size: 9.5px;
    line-height: 1.2;
  }

  .copyright-full {
    display: none;
  }

  .copyright-short {
    display: inline;
  }
}

/* =========================================================
   MODELO FINAL DA HOME
   ========================================================= */

.ryoki-producoes-home .top-navigation {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.ryoki-producoes-home #menutop {
  justify-content: center;
}

.ryoki-producoes-home .index-menu {
  left: 35px;
  top: 25px;
  width: 148px;
}

.ryoki-producoes-home .index-menu li {
  margin-bottom: 3px;
}

.ryoki-producoes-home .index-menu a {
  display: grid;
  grid-template-columns: max-content minmax(8px, 1fr) 18px;
  align-items: baseline;
  column-gap: 0;
  min-height: 18px;
  color: #585654;
  font-size: 11px;
  letter-spacing: .01em;
  line-height: 21px;
}

.ryoki-producoes-home .index-menu span {
  min-width: 0;
  margin-right: 0;
  white-space: nowrap;
}

.ryoki-producoes-home .index-menu i {
  min-width: 8px;
  margin-left: 0;
  margin-right: 4px;
  border-bottom: 1px dotted #a8a8a8;
  transform: translateY(-3px);
}

.ryoki-producoes-home .index-menu em {
  display: block;
  width: 18px;
  padding-right: 5px;
  color: #8f8f8f;
  font-size: 10px;
  text-align: right;
  justify-self: end;
}

.ryoki-producoes-home .tabs-nav {
  min-height: 31px;
  align-items: flex-end;
}

.ryoki-producoes-home .tabs-nav button {
  top: 1px;
  min-width: 96px;
  height: 31px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, .18);
  border-bottom-color: rgba(0, 0, 0, .12);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(#f7f7f7, #dfe2e5);
  color: #747474;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

.ryoki-producoes-home .tabs-nav button span {
  min-height: 30px;
  padding: 8px 13px 0;
  background: none;
}

.ryoki-producoes-home .tabs-nav button:hover {
  color: #111;
  background: linear-gradient(#fff, #e8eaec);
}

.ryoki-producoes-home .tabs-nav button:hover span {
  padding-top: 8px;
  background: none;
}

.ryoki-producoes-home .tabs-nav button[aria-selected="true"] {
  z-index: 9;
  color: #111;
  background: #f6f7f8;
  border-bottom-color: #f6f7f8;
  box-shadow: none;
}

.ryoki-producoes-home .tabs-nav button[aria-selected="true"] span {
  padding-top: 8px;
  background: none;
}

.ryoki-producoes-home .typewriter-footer {
  padding-bottom: 0;
}

@media (max-width: 980px) {
  .ryoki-producoes-home .site-header {
    background-size: 1px 72px !important;
    background-position: bottom left;
  }

  .ryoki-producoes-home .header-inner {
    position: relative;
  }

  .ryoki-producoes-home .top-navigation {
    position: absolute;
    right: 0;
    left: auto;
    top: 52px;
    z-index: 42;
    width: min(320px, calc(100vw - 24px));
    min-height: 0;
    margin: 0;
    transform: none;
    background: transparent;
    box-shadow: none;
  }

  .ryoki-producoes-home #menutop {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 45;
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.10);
    background: rgba(255,255,255,.97);
    box-shadow: 0 16px 36px rgba(0,0,0,.16);
  }

  .ryoki-producoes-home.nav-open #menutop,
  body.nav-open.ryoki-producoes-home #menutop {
    display: flex;
  }

  .ryoki-producoes-home #menutop li {
    flex: 0 0 auto;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.06);
  }

  .ryoki-producoes-home #menutop li:last-child {
    border-bottom: 0;
  }

  .ryoki-producoes-home #menutop a {
    display: block;
    height: auto;
    padding: 13px 16px;
    line-height: 1.15;
    background: transparent;
    border-bottom: 0;
  }

  .ryoki-producoes-home .index-menu {
    width: 100%;
  }

  .ryoki-producoes-home .index-menu a {
    grid-template-columns: max-content minmax(16px, 1fr) 22px;
    font-size: 12px;
    letter-spacing: .01em;
    line-height: 20px;
  }

  .ryoki-producoes-home .index-menu i {
    margin-right: 5px;
    transform: translateY(-3px);
  }

  .ryoki-producoes-home .index-menu em {
    display: block;
    width: 22px;
    font-size: 10px;
    text-align: right;
  }

  .ryoki-producoes-home .tabs-nav button,
  .ryoki-producoes-home .tabs-nav button:hover,
  .ryoki-producoes-home .tabs-nav button[aria-selected="true"] {
    height: auto;
    min-width: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .ryoki-producoes-home .tabs-nav button span,
  .ryoki-producoes-home .tabs-nav button:hover span,
  .ryoki-producoes-home .tabs-nav button[aria-selected="true"] span {
    min-height: auto;
    padding: 7px 12px;
    background: #fff;
  }

  .ryoki-producoes-home .typewriter-footer {
    padding-bottom: 0;
  }
}

@media (max-width: 720px) {
  .ryoki-producoes-home .site-header {
    background-size: 1px 72px !important;
  }

  .ryoki-producoes-home .index-menu a {
    grid-template-columns: max-content minmax(18px, 1fr) 24px;
    font-size: 12.5px;
    line-height: 21px;
  }

  .ryoki-producoes-home .bookshelf-frame {
    position: relative;
    height: 165px;
    overflow: hidden;
  }

  .ryoki-producoes-home .shelf-cap {
    display: block;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 58px;
    height: 165px;
    object-fit: cover;
  }

  .ryoki-producoes-home .shelf-left {
    left: 0;
    object-position: left top;
  }

  .ryoki-producoes-home .shelf-right {
    right: 0;
    object-position: right top;
  }

  .ryoki-producoes-home .shelf-scroll {
    position: absolute;
    left: 54px;
    right: 54px;
    top: 0;
    width: auto;
    height: 165px;
    padding-left: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .ryoki-producoes-home .book-row {
    width: max-content;
    height: 111px;
    justify-content: flex-start;
    gap: 22px;
    padding: 0 24px 0 0;
  }

  .ryoki-producoes-home .book-row li {
    width: 92px;
    height: 145px;
  }

  .ryoki-producoes-home .book-row img {
    height: 111px;
  }

  .ryoki-producoes-home .footer-paper {
    width: 100%;
  }

  .ryoki-producoes-home .typewriter-footer {
    padding-bottom: 0;
  }
}

/* =========================================================
   AJUSTES FINAIS DE MENU FIXO MOBILE, ÍNDICE E FOLHA
   ========================================================= */

.ryoki-producoes-home .home-index-paper {
  overflow: visible;
  background-position: left top;
  background-size: 205px 339px;
  top: -4px;
}

.ryoki-producoes-home .index-menu {
  left: 35px;
  width: 156px;
}

.ryoki-producoes-home .index-menu a {
  grid-template-columns: minmax(0, max-content) minmax(10px, 1fr) 22px;
  column-gap: 0;
  transform: none !important;
}

.ryoki-producoes-home .index-menu span {
  padding-left: 0;
  padding-right: 2px;
}

.ryoki-producoes-home .index-menu i {
  align-self: end;
  width: 100%;
  margin: 0 5px 5px 0;
  border-bottom-color: #a8a8a8;
  transform: none;
}

.ryoki-producoes-home .index-menu em {
  width: 22px;
  min-width: 22px;
  justify-self: end;
  color: #8f8f8f;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px !important;
  font-variant-numeric: tabular-nums;
  line-height: 18px;
  text-align: right;
}

.ryoki-producoes-home .index-menu a:hover,
.ryoki-producoes-home .index-menu a:focus {
  color: inherit;
}

.ryoki-producoes-home .index-menu a:hover span,
.ryoki-producoes-home .index-menu a:focus span,
.ryoki-producoes-home .index-menu a:hover em,
.ryoki-producoes-home .index-menu a:focus em {
  color: var(--rp-orange);
}

.ryoki-producoes-home .index-menu a:hover i,
.ryoki-producoes-home .index-menu a:focus i {
  border-bottom-color: #a8a8a8 !important;
}

@media (max-width: 980px) {
  body.ryoki-producoes-home {
    padding-top: 132px;
  }

  .ryoki-producoes-home .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 132px;
    min-height: 132px;
    padding: 0;
    background-size: 1px 72px !important;
    background-position: bottom left;
    background-repeat: repeat-x;
  }

  .ryoki-producoes-home .header-inner {
    position: relative;
    display: block;
    min-height: 132px;
  }

  .ryoki-producoes-home .brand-logo {
    position: absolute;
    left: 12px;
    top: 0;
    z-index: 1003;
    width: 72px;
    height: 120px;
    background: #fff;
  }

  .ryoki-producoes-home .brand-logo img {
    width: 72px;
    height: auto;
  }

  .ryoki-producoes-home .mobile-menu-button {
    display: none !important;
  }

  .ryoki-producoes-home .top-navigation {
    position: absolute !important;
    top: 0;
    left: 92px;
    right: 10px;
    z-index: 1002;
    width: auto;
    height: 132px;
    min-height: 132px;
    margin: 0;
    transform: none;
    background: transparent !important;
    box-shadow: none;
  }

  .ryoki-producoes-home #menutop,
  .ryoki-producoes-home.nav-open #menutop,
  body.nav-open.ryoki-producoes-home #menutop {
    position: static;
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: 60px 72px;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    width: 100%;
    height: 132px;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .ryoki-producoes-home #menutop li {
    width: auto;
    min-width: 0;
    border: 0;
  }

  .ryoki-producoes-home #menutop li:nth-child(1) { grid-column: 1 / 4; grid-row: 1; }
  .ryoki-producoes-home #menutop li:nth-child(2) { grid-column: 4 / 7; grid-row: 1; }
  .ryoki-producoes-home #menutop li:nth-child(3) { grid-column: 7 / 10; grid-row: 1; }
  .ryoki-producoes-home #menutop li:nth-child(4) { grid-column: 10 / 13; grid-row: 1; }
  .ryoki-producoes-home #menutop li:nth-child(5) { grid-column: 2 / 5; grid-row: 2; }
  .ryoki-producoes-home #menutop li:nth-child(6) { grid-column: 5 / 8; grid-row: 2; }
  .ryoki-producoes-home #menutop li:nth-child(7) { grid-column: 8 / 11; grid-row: 2; }

  .ryoki-producoes-home #menutop a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 29px;
    padding: 0 5px;
    border-bottom: 0;
    border-radius: 8px;
    font-size: 9.4px;
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease;
  }

  .ryoki-producoes-home #menutop li:nth-child(-n+4) a {
    border: 1px solid rgba(0, 0, 0, .08);
    background: rgba(255, 255, 255, .94);
    color: #161616;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .06);
  }

  .ryoki-producoes-home #menutop li:nth-child(-n+4) a:hover,
  .ryoki-producoes-home #menutop li:nth-child(-n+4) a:focus,
  .ryoki-producoes-home #menutop li:nth-child(-n+4).active a,
  .ryoki-producoes-home #menutop li:nth-child(-n+4) a[aria-current="page"] {
    border-color: var(--rp-orange);
    background: var(--rp-orange);
    color: var(--rp-orange);
  }

  .ryoki-producoes-home #menutop li:nth-child(n+5) a {
    border: 1px solid rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, 0);
    color: #fff;
    box-shadow: none;
  }

  .ryoki-producoes-home #menutop li:nth-child(n+5) a:hover,
  .ryoki-producoes-home #menutop li:nth-child(n+5) a:focus,
  .ryoki-producoes-home #menutop li:nth-child(n+5).active a,
  .ryoki-producoes-home #menutop li:nth-child(n+5) a[aria-current="page"] {
    background: rgba(255, 255, 255, .18);
    border-color: #fff;
    color: #fff;
  }

  .ryoki-producoes-home .index-menu {
    width: 100%;
  }

  .ryoki-producoes-home .index-menu a {
    grid-template-columns: minmax(0, max-content) minmax(18px, 1fr) 24px;
    font-size: 12px;
    letter-spacing: .01em;
    line-height: 21px;
  }

  .ryoki-producoes-home .index-menu i {
    margin: 0 5px 6px 0;
  }

  .ryoki-producoes-home .index-menu em {
    width: 24px;
    min-width: 24px;
    font-size: 10px;
    line-height: 21px;
  }
}

@media (max-width: 720px) {
  body.ryoki-producoes-home {
    padding-top: 132px;
  }

  .ryoki-producoes-home .site-header {
    height: 132px;
    min-height: 132px;
    background-size: 1px 72px !important;
  }

  .ryoki-producoes-home .top-navigation {
    left: 88px;
    right: 8px;
  }

  .ryoki-producoes-home #menutop {
    gap: 0 4px;
  }

  .ryoki-producoes-home #menutop a {
    height: 28px;
    padding: 0 4px;
    border-radius: 7px;
    font-size: 8.8px;
    letter-spacing: 0;
  }

  .ryoki-producoes-home .index-menu a {
    grid-template-columns: minmax(0, max-content) minmax(18px, 1fr) 24px;
    font-size: 12.5px;
    line-height: 21px;
  }
}

@media (max-width: 420px) {
  .ryoki-producoes-home .top-navigation {
    left: 84px;
    right: 6px;
  }

  .ryoki-producoes-home .brand-logo {
    left: 8px;
    width: 70px;
  }

  .ryoki-producoes-home .brand-logo img {
    width: 70px;
  }

  .ryoki-producoes-home #menutop {
    gap: 0 3px;
  }

  .ryoki-producoes-home #menutop a {
    height: 27px;
    padding: 0 3px;
    font-size: 7.9px;
    border-radius: 6px;
  }
}

/* =========================================================
   HOME V9 - fechamento cirúrgico: header mobile, dotteds e índice
   ========================================================= */

.ryoki-producoes-home .home-index-paper {
  background-position: left top !important;
  background-size: 205px 346px !important;
  overflow: visible !important;
}

.ryoki-producoes-home .index-menu {
  left: 35px !important;
  width: 162px !important;
  padding-left: 2px;
}

.ryoki-producoes-home .index-menu a {
  display: grid;
  grid-template-columns: minmax(0, max-content) minmax(16px, 1fr) 22px !important;
  align-items: center;
  width: 100%;
  column-gap: 0 !important;
}

.ryoki-producoes-home .index-menu span {
  padding-left: 0;
  padding-right: 3px;
  white-space: nowrap;
}

.ryoki-producoes-home .index-menu i {
  width: 100%;
  margin: 0 5px 7px 0 !important;
  align-self: end;
  border-bottom: 1px dotted #a8a8a8 !important;
  transform: translateY(-2px) !important;
}

.ryoki-producoes-home .index-menu em {
  display: block;
  justify-self: end;
  width: 22px !important;
  min-width: 22px !important;
  font-family: "Courier New", Courier, monospace;
  font-size: 9px;
  font-variant-numeric: tabular-nums;
  line-height: 25px;
  text-align: right !important;
}

.ryoki-producoes-home .index-menu a:hover,
.ryoki-producoes-home .index-menu a:focus {
  color: inherit !important;
}

.ryoki-producoes-home .index-menu a:hover span,
.ryoki-producoes-home .index-menu a:focus span,
.ryoki-producoes-home .index-menu a:hover em,
.ryoki-producoes-home .index-menu a:focus em {
  color: var(--rp-orange) !important;
}

.ryoki-producoes-home .index-menu a:hover i,
.ryoki-producoes-home .index-menu a:focus i {
  border-bottom-color: #a8a8a8 !important;
}

@media (max-width: 980px) {
  body.ryoki-producoes-home {
    padding-top: 120px !important;
  }

  .ryoki-producoes-home .site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 120px !important;
    min-height: 120px !important;
    padding: 0 !important;
    background-color: #fff !important;
    background-image: linear-gradient(to bottom, #fff 0, #fff 60px, rgba(255,255,255,0) 60px), url("../images/bk_header.gif") !important;
    background-size: 100% 60px, 1px 60px !important;
    background-position: top left, bottom left !important;
    background-repeat: no-repeat, repeat-x !important;
  }

  .ryoki-producoes-home .header-inner {
    min-height: 120px !important;
  }

  .ryoki-producoes-home .brand-logo {
    top: 0 !important;
    height: 120px !important;
  }

  .ryoki-producoes-home .top-navigation {
    height: 120px !important;
    min-height: 120px !important;
  }

  .ryoki-producoes-home #menutop,
  .ryoki-producoes-home.nav-open #menutop,
  body.nav-open.ryoki-producoes-home #menutop {
    grid-template-rows: 60px 60px !important;
    height: 120px !important;
    min-height: 120px !important;
  }

  .ryoki-producoes-home #menutop li:nth-child(-n+4) a {
    background: #fff !important;
  }

  .ryoki-producoes-home .index-menu {
    width: 100% !important;
    padding-left: 0;
  }

  .ryoki-producoes-home .index-menu a {
    grid-template-columns: minmax(0, max-content) minmax(20px, 1fr) 24px !important;
  }

  .ryoki-producoes-home .index-menu i {
    margin: 0 5px 6px 0 !important;
    transform: translateY(-2px) !important;
  }

  .ryoki-producoes-home .index-menu em {
    width: 24px !important;
    min-width: 24px !important;
    text-align: right !important;
  }
}

@media (max-width: 720px) {
  body.ryoki-producoes-home {
    padding-top: 120px !important;
  }

  .ryoki-producoes-home .site-header {
    height: 120px !important;
    min-height: 120px !important;
    background-color: #fff !important;
    background-image: linear-gradient(to bottom, #fff 0, #fff 60px, rgba(255,255,255,0) 60px), url("../images/bk_header.gif") !important;
    background-size: 100% 60px, 1px 60px !important;
    background-position: top left, bottom left !important;
    background-repeat: no-repeat, repeat-x !important;
  }

  .ryoki-producoes-home .header-inner,
  .ryoki-producoes-home .top-navigation,
  .ryoki-producoes-home #menutop,
  .ryoki-producoes-home.nav-open #menutop,
  body.nav-open.ryoki-producoes-home #menutop {
    height: 120px !important;
    min-height: 120px !important;
  }

  .ryoki-producoes-home #menutop,
  .ryoki-producoes-home.nav-open #menutop,
  body.nav-open.ryoki-producoes-home #menutop {
    grid-template-rows: 60px 60px !important;
  }
}

@media (max-width: 420px) {
  .ryoki-producoes-home .site-header {
    height: 120px !important;
    min-height: 120px !important;
  }

  .ryoki-producoes-home .brand-logo {
    height: 120px !important;
  }
}


.ryoki-producoes-home .home-hero-paper::before {
  top: 0;
  bottom: 26px;
  height: auto;
}


@media (min-width: 981px) {
  .ryoki-producoes-home .tabs-nav {
    transform: translateY(-26px);
  }

  .ryoki-producoes-home .home-tabs {
    padding-top: 17px;
  }
}

/* =========================================================
   TOPMENU DESKTOP ISOLADO - 940px
   Aplica somente o acabamento visual do menu superior na versão desktop.
   Não altera home-book, conteúdo, tabs, estante, footer ou mobile.
   ========================================================= */

@media (min-width: 981px) {
  body.ryoki-producoes-home .site-header .header-inner > .top-navigation {
    position: absolute;
    top: 18px;
    left: calc(50% + 50px);
    right: auto;
    z-index: 23;
    width: 940px;
    max-width: calc(100% - 200px);
    min-height: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    overflow: visible;
    background-image: url("../images/bgtopmenu.png");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 5px 35px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .055);
  }

  body.ryoki-producoes-home .site-header .header-inner > .top-navigation::before,
  body.ryoki-producoes-home .site-header .header-inner > .top-navigation::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 70px;
    height: 35px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 70px 35px;
  }

  body.ryoki-producoes-home .site-header .header-inner > .top-navigation::before {
    left: 0;
    background-image: url("../images/nav-esq.png");
    filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, .055)) drop-shadow(0 2px 2px rgba(0, 0, 0, .045));
  }

  body.ryoki-producoes-home .site-header .header-inner > .top-navigation::after {
    right: 0;
    background-image: url("../images/nav-dir.png");
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .055)) drop-shadow(0 2px 2px rgba(0, 0, 0, .045));
  }

  body.ryoki-producoes-home .site-header .header-inner > .top-navigation > #menutop {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0 72px;
    list-style: none;
    background: transparent;
  }

  body.ryoki-producoes-home .site-header .header-inner > .top-navigation > #menutop > li {
    flex: 0 0 auto;
  }

  body.ryoki-producoes-home .site-header .header-inner > .top-navigation > #menutop > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 16px;
    border-bottom: 0;
    background: transparent;
    line-height: 1;
  }

  body.ryoki-producoes-home .site-header .header-inner > .top-navigation > #menutop > li > a:hover,
  body.ryoki-producoes-home .site-header .header-inner > .top-navigation > #menutop > li.active > a,
  body.ryoki-producoes-home .site-header .header-inner > .top-navigation > #menutop > li > a[aria-current="page"] {
    border-bottom: 0;
    background: rgba(255, 255, 255, .28);
  }
}

/* =========================================================
   AJUSTE FINAL - CONTROLES FINOS DO TOPMENU
   Altere apenas estas variáveis para microajustes manuais:
   --rp-topmenu-desktop-shift: desloca o bloco desktop para a direita.
      Ex.: 50px, 80px, 100px, 120px.
   --rp-mobile-menu-gap: aumenta/diminui o espaço entre botões mobile.
   --rp-mobile-button-x-padding: padding horizontal dos botões mobile.
   --rp-mobile-bottom-row-shift: desloca apenas Livros, Cursos e Contato.
   ========================================================= */

.ryoki-producoes-home {
  --rp-topmenu-desktop-shift: 100px;
  --rp-mobile-menu-gap: 8px;
  --rp-mobile-button-x-padding: 3px;
  --rp-mobile-bottom-row-shift: 30px;
}

@media (min-width: 981px) {
  body.ryoki-producoes-home .site-header .header-inner > .top-navigation {
    left: calc(50% + var(--rp-topmenu-desktop-shift)) !important;
  }
}

@media (max-width: 980px) {
  .ryoki-producoes-home #menutop,
  .ryoki-producoes-home.nav-open #menutop,
  body.nav-open.ryoki-producoes-home #menutop {
    gap: 0 var(--rp-mobile-menu-gap) !important;
  }

  .ryoki-producoes-home #menutop a {
    padding-left: var(--rp-mobile-button-x-padding) !important;
    padding-right: var(--rp-mobile-button-x-padding) !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .ryoki-producoes-home #menutop li:nth-child(5),
  .ryoki-producoes-home #menutop li:nth-child(6),
  .ryoki-producoes-home #menutop li:nth-child(7) {
    transform: translateX(var(--rp-mobile-bottom-row-shift));
  }
}


@media (min-width: 981px) {
  body.ryoki-producoes-home .site-header .header-inner > .top-navigation::before {
    filter: none !important;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, .048);
    clip-path: inset(0 0 -6px -6px);
  }

  body.ryoki-producoes-home .site-header .header-inner > .top-navigation::after {
    filter: none !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .048);
    clip-path: inset(0 -6px -6px 0);
  }
}


/* =========================================================
   FILTRO ELEGANTE DA ESTANTE POR GÊNERO
   ========================================================= */

.bookshelf-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 7px;
  min-height: 34px;
}

.genre-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  max-width: calc(100% - 86px);
  overflow: hidden;
}

.genre-pill,
.genre-arrow {
  appearance: none;
  border: 0;
  background: transparent;
  font-family: var(--rp-sans);
  cursor: pointer;
}

.genre-pill {
  min-height: 25px;
  padding: 0 11px;
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #5a554f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 23px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.genre-pill:hover,
.genre-pill:focus,
.genre-pill.is-active {
  border-color: rgba(245, 116, 0, .55);
  background: var(--rp-orange);
  color: #fff;
}

.genre-arrow {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  color: #8a817a;
  font-family: var(--rp-serif);
  font-size: 25px;
  line-height: 22px;
  text-align: center;
  transition: color .16s ease, background-color .16s ease, transform .16s ease;
}

.genre-arrow:hover,
.genre-arrow:focus {
  background: rgba(245, 116, 0, .08);
  color: var(--rp-orange);
}

.book-row li {
  transition: opacity .18s ease, transform .18s ease;
}

.book-row li.is-hidden {
  display: none;
}

.book-row.is-filtering li:not(.is-hidden) {
  animation: rpBookFade .22s ease both;
}

@keyframes rpBookFade {
  from {
    opacity: .35;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  .bookshelf-filter {
    justify-content: space-between;
    gap: 6px;
    margin-top: 18px;
    margin-bottom: 8px;
    padding-inline: 4px;
  }

  .genre-track {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .genre-track::-webkit-scrollbar {
    display: none;
  }

  .genre-pill {
    min-height: 24px;
    padding-inline: 10px;
    font-size: 9.4px;
    line-height: 22px;
  }

  .genre-arrow {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    font-size: 24px;
  }
}

/* =========================================================
/* =========================================================
   BLOCO DE AUTORIDADE ABERTO
   Guinness no topo, Ryoki à esquerda, texto à direita
   Mantém o conjunto preso ao container da Home.
   ========================================================= */

.editorial-extension .extension-inner {
  position: relative;
  overflow: visible;
}

.editorial-extension .authority-intro.authority-layout-open {
  display: block !important;
  width: 100%;
  max-width: 100%;
  margin: 0 0 38px;
}

.editorial-extension > .authority-intro.authority-layout-open {
  width: min(var(--rp-container), calc(100vw - 28px));
  margin-inline: auto;
}

.authority-headline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 32px;
  align-items: start;
  width: 100%;
  max-width: 100%;
  margin: 0 0 24px;
}

.authority-title-block {
  min-width: 0;
  max-width: 850px;
}

.authority-title-block .kicker {
  margin-bottom: 12px;
}

.authority-title-block h2 {
  max-width: 850px;
  color: var(--rp-ink);
  font-family: var(--rp-serif);
  font-size: clamp(40px, 4.4vw, 52px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .98;
  margin: 0;
}

.authority-guinness-wrap {
  justify-self: end;
  position: relative;
  width: 255px;
  height: 0;
}

.authority-guinness {
  display: block;
  height: auto;
}

.authority-guinness-desktop {
  display: block;
  position: absolute;
  top: -39px;
  right: 0;
  width: 125px;
  max-width: none;
}

.authority-guinness-mobile {
  display: none;
}

.authority-body-open {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
  width: 100%;
  max-width: 100%;
}

.authority-portrait-open {
  margin: 0;
}

.authority-portrait-open img {
  width: 200px;
  max-width: 100%;
  height: auto;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}

.authority-text-open {
  max-width: 820px;
  padding-top: 10px;
}

.authority-text-open p {
  color: #4d4741;
  font-size: 18px;
  line-height: 1.88;
  margin: 0 0 6px;
}

.authority-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.authority-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 19px;
  border: 1px solid rgba(245, 116, 0, .42);
  border-radius: 999px;
  background: var(--rp-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}

.authority-actions a + a {
  background: transparent;
  color: var(--rp-orange);
}

.authority-actions a:hover,
.authority-actions a:focus {
  background: #111;
  border-color: #111;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .authority-headline {
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 18px;
    margin-bottom: 24px;
  }

  .authority-title-block {
    max-width: none;
  }

  .authority-title-block h2 {
    font-size: 36px;
    line-height: 1.02;
  }

  .authority-guinness-wrap {
    width: 120px;
  }

  .authority-guinness-desktop {
    top: -58px;
    width: 120px;
  }

  .authority-body-open {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 22px;
  }

  .authority-portrait-open img {
    width: 145px;
  }

  .authority-text-open {
    padding-top: 0;
  }

  .authority-text-open p {
    font-size: 16px;
    line-height: 1.72;
  }
}

@media (max-width: 640px) {
  .authority-headline {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
  }

  .authority-guinness-wrap {
    width: 100%;
    height: auto;
    justify-self: stretch;
  }

  .authority-guinness-desktop {
    display: none;
  }

  .authority-guinness-mobile {
    display: block;
    width: 84px;
    max-width: 84px;
    height: auto;
    margin: -14px auto 2px;
  }

  .authority-body-open {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: left;
  }

  .authority-portrait-open {
    display: flex;
    justify-content: center;
  }

  .authority-portrait-open img {
    width: 170px;
  }

  .authority-actions {
    justify-content: center;
  }

  .authority-actions a {
    width: min(270px, 100%);
  }
}





/* =========================================================
   AJUSTE FINAL MOBILE - SELO GUINNESS ACIMA DO TÍTULO
   Mantém desktop intacto e usa guinness.png no mobile
   ========================================================= */

@media (max-width: 640px) {
  .editorial-extension .authority-headline {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    margin-bottom: 22px !important;
  }

  .editorial-extension .authority-guinness-wrap {
    order: -1 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: -18px 0 12px !important;
    text-align: center !important;
  }

  .editorial-extension .authority-guinness-desktop {
    display: none !important;
  }

  .editorial-extension .authority-guinness-mobile {
    display: block !important;
    position: static !important;
    width: 78px !important;
    max-width: 78px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .editorial-extension .authority-title-block {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  .editorial-extension .authority-title-block .kicker {
    margin-bottom: 10px !important;
  }

  .editorial-extension .authority-title-block h2 {
    max-width: 100% !important;
  }
}

/* =========================================================
   REFINO EDITORIAL DOS CARDS INFERIORES
   Aplica somente editorial-grid, service-grid e authority-band.
   Mantém header, hero, estante, filtro, Guinness e footer intactos.
   ========================================================= */

.ryoki-producoes-home .editorial-grid {
  gap: 24px;
  margin: 34px 0 30px;
}

.ryoki-producoes-home .editorial-grid article,
.ryoki-producoes-home .service-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 286px;
  border: 1px solid rgba(0, 0, 0, .075);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,249,247,.92));
  padding: 26px 24px 24px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .045);
  overflow: hidden;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background-color .18s ease;
}

.ryoki-producoes-home .editorial-grid article::before,
.ryoki-producoes-home .service-grid article::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, rgba(245,116,0,.72), rgba(245,116,0,.12));
  opacity: .68;
}

.ryoki-producoes-home .editorial-grid article:hover,
.ryoki-producoes-home .editorial-grid article:focus-within,
.ryoki-producoes-home .service-grid article:hover,
.ryoki-producoes-home .service-grid article:focus-within {
  border-color: rgba(245, 116, 0, .24);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .07);
  transform: translateY(-2px);
}

.ryoki-producoes-home .editorial-grid .card-label,
.ryoki-producoes-home .service-grid .service-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: auto;
  margin: 0 0 22px;
  padding: 6px 10px 5px;
  border: 1px solid rgba(245, 116, 0, .18);
  border-radius: 999px;
  background: rgba(245, 116, 0, .055);
  color: var(--rp-orange);
  font-family: var(--rp-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1;
  text-transform: uppercase;
}

.ryoki-producoes-home .editorial-grid h3,
.ryoki-producoes-home .service-grid h3 {
  color: var(--rp-ink);
  font-size: clamp(19px, 1.75vw, 21px);
  font-weight: 800;
  letter-spacing: -.018em;
  line-height: 1.08;
  margin: 0 0 13px;
  text-transform: none;
  white-space: nowrap;
}

.ryoki-producoes-home .editorial-grid p,
.ryoki-producoes-home .service-grid p {
  color: #504a44;
  font-size: 15.5px;
  line-height: 1.74;
  margin: 0;
}

.ryoki-producoes-home .editorial-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 36px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid rgba(245, 116, 0, .38);
  border-radius: 999px;
  background: transparent;
  color: var(--rp-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    transform .16s ease;
}

.ryoki-producoes-home .editorial-grid a:hover,
.ryoki-producoes-home .editorial-grid a:focus {
  border-color: var(--rp-orange);
  background: var(--rp-orange);
  color: #fff;
  transform: translateY(-1px);
}

.ryoki-producoes-home .authority-band {
  position: relative;
  margin: 34px 0;
  border: 1px solid rgba(245, 116, 0, .14);
  border-left: 0;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(245,116,0,.075), rgba(255,255,255,.96) 42%, rgba(250,249,247,.92));
  padding: 28px 32px 28px 34px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .04);
  overflow: hidden;
}

.ryoki-producoes-home .authority-band::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: var(--rp-orange);
}

.ryoki-producoes-home .authority-band p {
  color: #4c4640;
  font-size: 16px;
  line-height: 1.78;
  margin: 0;
}

.ryoki-producoes-home .authority-band strong {
  color: var(--rp-ink);
}

.ryoki-producoes-home .service-grid {
  gap: 24px;
  border-top: 1px solid rgba(0, 0, 0, .08);
  margin-top: 34px;
  padding-top: 34px;
}

.ryoki-producoes-home .service-grid article {
  min-height: 230px;
  padding: 25px 23px 23px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,247,245,.92));
}

.ryoki-producoes-home .service-grid .service-label {
  margin-bottom: 20px;
  color: #756d65;
  border-color: rgba(0, 0, 0, .09);
  background: rgba(0, 0, 0, .025);
}

@media (max-width: 980px) {
  .ryoki-producoes-home .editorial-grid {
    gap: 18px;
  }

  .ryoki-producoes-home .editorial-grid article,
  .ryoki-producoes-home .service-grid article {
    min-height: 0;
    padding: 24px 22px 23px;
  }

  .ryoki-producoes-home .editorial-grid h3,
  .ryoki-producoes-home .service-grid h3 {
    font-size: 20px;
    white-space: normal;
  }

  .ryoki-producoes-home .editorial-grid a {
    margin-top: 20px;
  }

  .ryoki-producoes-home .authority-band {
    padding: 25px 24px 25px 28px;
  }
}

@media (max-width: 520px) {
  .ryoki-producoes-home .editorial-grid article,
  .ryoki-producoes-home .service-grid article {
    border-radius: 16px;
    padding: 23px 20px 22px;
  }

  .ryoki-producoes-home .editorial-grid .card-label,
  .ryoki-producoes-home .service-grid .service-label {
    margin-bottom: 18px;
  }

  .ryoki-producoes-home .editorial-grid h3,
  .ryoki-producoes-home .service-grid h3 {
    font-size: 19px;
    line-height: 1.12;
  }

  .ryoki-producoes-home .editorial-grid a {
    width: 100%;
    align-self: stretch;
  }

  .ryoki-producoes-home .authority-band {
    border-radius: 16px;
    padding: 24px 21px 24px 25px;
  }
}





.ryoki-producoes-home .service-grid h3 {
  color: var(--rp-orange) !important;
}

.ryoki-producoes-home .service-grid article > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: max-content;
  min-height: 34px;
  margin-top: 18px;
  padding: 0 16px;
  border: 1px solid var(--rp-orange);
  border-radius: 999px;
  background: var(--rp-orange);
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: none;
  transition:
    background-color .16s ease,
    color .16s ease,
    border-color .16s ease,
    transform .16s ease;
}

.ryoki-producoes-home .service-grid article > a:hover,
.ryoki-producoes-home .service-grid article > a:focus {
  border-color: var(--rp-orange);
  background: #fff;
  color: var(--rp-orange) !important;
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .ryoki-producoes-home .service-grid article > a {
    width: auto !important;
    max-width: max-content;
  }
}




.ryoki-producoes-home .footer-paper.footer-paper-columns {
  display: grid;
  grid-template-columns: 1.45fr .95fr 1.05fr 1fr;
  gap: 28px;
  align-items: start;
  width: min(898px, calc(100% - 240px));
  padding: 30px 30px 10px;
  text-align: left;
  font-family: var(--rp-mono);
}

.ryoki-producoes-home .footer-paper.footer-paper-columns *,
.ryoki-producoes-home .footer-paper.footer-paper-columns a {
  font-family: var(--rp-mono) !important;
  text-shadow: 2px 2px 0 #fff;
}

.ryoki-producoes-home .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.ryoki-producoes-home .footer-brand-column {
  padding-right: 8px;
}

.ryoki-producoes-home .footer-paper.footer-paper-columns h2,
.ryoki-producoes-home .footer-paper.footer-paper-columns h3 {
  margin: 0 0 12px;
  color: var(--rp-ink);
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ryoki-producoes-home .footer-paper.footer-paper-columns h2 {
  font-size: 14px;
}

.ryoki-producoes-home .footer-paper.footer-paper-columns h3 {
  font-size: 12px;
}

.ryoki-producoes-home .footer-paper.footer-paper-columns p {
  max-width: none;
  margin: 0;
  color: #161616;
  font-size: 11.5px;
  line-height: 1.65;
}

.ryoki-producoes-home .footer-paper.footer-paper-columns a {
  display: inline-block;
  width: fit-content;
  color: #161616;
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 7px;
  white-space: normal;
  transition: color .16s ease, transform .16s ease;
}

.ryoki-producoes-home .footer-paper.footer-paper-columns a:hover,
.ryoki-producoes-home .footer-paper.footer-paper-columns a:focus {
  color: var(--rp-orange);
  transform: translateX(1px);
}

@media (max-width: 980px) {
  .ryoki-producoes-home .footer-paper.footer-paper-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 28px;
    width: min(898px, calc(100% - 72px));
    padding: 28px 30px 34px;
  }
}

@media (max-width: 720px) {
  .ryoki-producoes-home .footer-paper.footer-paper-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    padding: 26px 22px 34px;
    text-align: center;
  }

  .ryoki-producoes-home .footer-column {
    align-items: center;
  }

  .ryoki-producoes-home .footer-brand-column {
    padding-right: 0;
  }

  .ryoki-producoes-home .footer-paper.footer-paper-columns h2,
  .ryoki-producoes-home .footer-paper.footer-paper-columns h3 {
    margin-bottom: 9px;
  }

  .ryoki-producoes-home .footer-paper.footer-paper-columns p {
    max-width: 310px;
    margin-inline: auto;
  }

  .ryoki-producoes-home .footer-paper.footer-paper-columns a {
    margin-bottom: 6px;
  }
}


.ryoki-producoes-home .footer-paper.footer-paper-columns,
.ryoki-producoes-home .footer-paper.footer-paper-columns p,
.ryoki-producoes-home .footer-paper.footer-paper-columns a,
.ryoki-producoes-home .footer-paper.footer-paper-columns li {
  text-shadow: 2px 2px 0 #fff !important;
}

.ryoki-producoes-home .footer-paper.footer-paper-columns h2,
.ryoki-producoes-home .footer-paper.footer-paper-columns h3 {
  text-shadow: 1px 2px 0 #fff !important;
}
.ryoki-producoes-home .copyright,
.ryoki-producoes-home .copyright a,
.ryoki-producoes-home .copyright span {
  text-shadow: 1px 1px 0 #fff !important;
}




/* =========================================================
   REDES SOCIAIS NO RODAPÉ
   Ícones SVG alinhados, cinza claro, emboss 2px e hover laranja
   ========================================================= */

.ryoki-producoes-home {
  --rp-social-icon-color: #aaa29a;        /* cor normal dos ícones */
  --rp-social-icon-hover: var(--rp-orange); /* cor no hover */
}

.ryoki-producoes-home .footer-socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  line-height: 1;
}

.ryoki-producoes-home .footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  color: var(--rp-social-icon-color) !important;
  line-height: 1;
  filter: drop-shadow(2px 2px 0 #fff);
  transition:
    color .16s ease,
    transform .16s ease,
    filter .16s ease;
}

.ryoki-producoes-home .footer-socials svg,
.ryoki-producoes-home .footer-socials svg path {
  display: block;
  fill: currentColor !important;
}

/* LinkedIn */
.ryoki-producoes-home .footer-socials a:nth-child(1) svg {
  width: 13.6px;
  height: 13.6px;
  transform: translateY(-2.1px);
}

/* Facebook */
.ryoki-producoes-home .footer-socials a:nth-child(2) svg {
  width: 11.8px;
  height: 11.8px;
  transform: translateY(0);
}

/* Instagram */
.ryoki-producoes-home .footer-socials a:nth-child(3) svg {
  width: 12px;
  height: 12px;
  transform: translateY(0);
}

/* YouTube */
.ryoki-producoes-home .footer-socials a:nth-child(4) svg {
  width: 16px;
  height: 16px;
  transform: translateY(-2.0px);
}

.ryoki-producoes-home .footer-socials a:hover,
.ryoki-producoes-home .footer-socials a:focus {
  color: var(--rp-social-icon-hover) !important;
  transform: translateY(-1px);
  filter: drop-shadow(2px 2px 0 #fff);
}

@media (max-width: 720px) {
  .ryoki-producoes-home .footer-socials {
    justify-content: center;
    margin-top: 16px;
  }
}
/* =========================================================
   HERO CURSOS - PROOF CARD COM CONTADOR
   Reforça o box 999 como chamada de acervo, sem alterar os outros painéis.
   ========================================================= */

.ryoki-producoes-home .proof-card.proof-card-counter {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 248px;
  padding: 19px 30px 17px;
  border: 1px solid rgba(245, 116, 0, .22);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(247, 245, 241, .96)),
    radial-gradient(circle at 100% 0, rgba(245, 116, 0, .13), transparent 46%);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, .065),
    inset 0 1px 0 rgba(255, 255, 255, .78);
  overflow: hidden;
}

.ryoki-producoes-home .proof-card.proof-card-counter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rp-orange), rgba(245, 116, 0, .18));
  opacity: .92;
}

.ryoki-producoes-home .proof-card.proof-card-counter .proof-eyebrow {
  display: inline-flex;
  width: auto;
  margin: 0 0 10px;
  padding: 5px 9px 4px;
  border: 1px solid rgba(245, 116, 0, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #7a746d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}

.ryoki-producoes-home .proof-card.proof-card-counter strong {
  display: block;
  margin: 0;
  color: var(--rp-orange);
  font-family: var(--rp-serif);
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -.075em;
  line-height: .78;
  text-shadow: 1px 1px 0 #fff;
}

.ryoki-producoes-home .proof-card.proof-card-counter strong.is-counting {
  font-variant-numeric: tabular-nums;
}

.ryoki-producoes-home .proof-card.proof-card-counter strong + span {
  display: block;
  margin-top: 7px;
  color: #2f2a26;
  font-size: 12.2px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.1;
  text-transform: uppercase;
}

.ryoki-producoes-home .proof-card.proof-card-counter p {
  margin-top: 11px;
  color: #5b534d;
  font-size: 12.3px;
  line-height: 1.55;
}

.ryoki-producoes-home .proof-card.proof-card-counter a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: max-content;
  min-height: 31px;
  margin-top: auto;
  padding: 0 13px;
  border: 1px solid var(--rp-orange);
  border-radius: 999px;
  background: var(--rp-orange);
  color: #fff !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color .16s ease,
    color .16s ease,
    border-color .16s ease,
    transform .16s ease;
}

.ryoki-producoes-home .proof-card.proof-card-counter a:hover,
.ryoki-producoes-home .proof-card.proof-card-counter a:focus {
  background: #fff;
  color: var(--rp-orange) !important;
  transform: translateY(-1px);
}

@media (max-width: 1168px) and (min-width: 981px) {
  .ryoki-producoes-home .proof-card.proof-card-counter strong {
    font-size: 70px;
  }

  .ryoki-producoes-home .proof-card.proof-card-counter p {
    font-size: 12px;
    line-height: 1.48;
  }
}

@media (max-width: 980px) {
  .ryoki-producoes-home .proof-card.proof-card-counter {
    min-height: 0;
    padding: 22px 20px 20px;
  }

  .ryoki-producoes-home .proof-card.proof-card-counter strong {
    font-size: 68px;
  }

  .ryoki-producoes-home .proof-card.proof-card-counter a {
    margin-top: 18px;
  }
}

@media (max-width: 520px) {
  .ryoki-producoes-home .proof-card.proof-card-counter {
    align-items: center;
    text-align: center;
  }
}



.ryoki-producoes-home .proof-card.proof-card-counter .proof-eyebrow {
  margin-bottom: -5px;
  letter-spacing: .075em;
}

.ryoki-producoes-home .proof-card.proof-card-counter strong {
  margin: 0 0 1px;
  line-height: .88;
}

.ryoki-producoes-home .proof-card.proof-card-counter strong + span {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.18;
}

.ryoki-producoes-home .proof-card.proof-card-counter p {
  max-width: 175px;
  margin-top: 9px;
  font-size: 11.2px;
  line-height: 1.46;
}

@media (max-width: 980px) {
  .ryoki-producoes-home .proof-card.proof-card-counter p {
    max-width: 260px;
    font-size: 11.6px;
    line-height: 1.5;
  }
}

@media (max-width: 520px) {
  .ryoki-producoes-home .proof-card.proof-card-counter p {
    max-width: 235px;
    margin-inline: auto;
  }
}


/* =========================================================
   AJUSTE FINAL - PROOF CARD CURSOS / 999 LIVROS
   Refina o texto abaixo do contador sem alterar os outros cards.
   ========================================================= */

.ryoki-producoes-home .proof-card.proof-card-counter .count-up {
  margin-bottom: 0;
}

.ryoki-producoes-home .proof-card.proof-card-counter .proof-main-label {
  display: block;
  margin-top: 15px;
  color: #2f2a26;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.12;
  text-transform: uppercase;
}

.ryoki-producoes-home .proof-card.proof-card-counter .proof-period {
  display: block;
  margin-top: 2px;
  color: #6b625b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .070em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ryoki-producoes-home .proof-card.proof-card-counter .proof-period strong {
  display: inline;
  margin: 0;
  font-size: 15px !important;
  color: var(--rp-orange);
  font-family: var(--rp-sans);
  font-size: inherit;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: inherit;
  text-shadow: 1px 1px 0 #fff;
}

.ryoki-producoes-home .proof-card.proof-card-counter p {
  max-width: 168px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #5b534d;
  font-size: 11.5px;
  line-height: 1.42;
}

.ryoki-producoes-home .proof-card.proof-card-counter a {
  margin-top: auto;
}

@media (max-width: 980px) {
  .ryoki-producoes-home .proof-card.proof-card-counter p {
    max-width: 245px;
    font-size: 11.2px;
    line-height: 1.48;
  }
}

@media (max-width: 520px) {
  .ryoki-producoes-home .proof-card.proof-card-counter .proof-period {
    margin-top: 3px;
  }

  .ryoki-producoes-home .proof-card.proof-card-counter p {
    max-width: 220px;
    margin-inline: auto;
  }
}

/* =========================================================
   HERO - COMO ESCREVER E COMO VENDER
   Ajuste final dos painéis superiores sem alterar o restante da Home.
   ========================================================= */

.ryoki-producoes-home #panel-retomada .hero-copy .lead {
  max-width: 650px;
}

.ryoki-producoes-home #panel-retomada .hero-copy p:not(.kicker):not(.lead),
.ryoki-producoes-home #panel-acervo .hero-copy p:not(.kicker):not(.lead) {
  max-width: 660px;
}

.ryoki-producoes-home .proof-card.proof-card-route {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 248px;
  padding: 20px 12px 18px;
  border: 1px solid rgba(245, 116, 0, .20);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .84), rgba(247, 245, 241, .96)),
    radial-gradient(circle at 100% 0, rgba(245, 116, 0, .12), transparent 46%);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, .060),
    inset 0 1px 0 rgba(255, 255, 255, .78);
  overflow: hidden;
}

.ryoki-producoes-home .proof-card.proof-card-route::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rp-orange), rgba(245, 116, 0, .18));
}

.ryoki-producoes-home .proof-card.proof-card-route .proof-eyebrow {
  display: inline-flex;
  width: auto;
  margin: 0 0 12px;
  padding: 5px 9px 4px;
  border: 1px solid rgba(245, 116, 0, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #7a746d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}

.ryoki-producoes-home .proof-card.proof-card-route h3 {
  max-width: 190px;
  margin: 0 0 13px;
  color: var(--rp-ink);
  font-family: var(--rp-serif);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-shadow: 1px 1px 0 #fff;
}

.ryoki-producoes-home .proof-card.proof-card-route .route-list {
  display: grid;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ryoki-producoes-home .proof-card.proof-card-route .route-list li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  min-height: 24px;
  padding-bottom: 6px;
  border-bottom: 1px dotted rgba(0, 0, 0, .18);
}

.ryoki-producoes-home .proof-card.proof-card-route .route-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ryoki-producoes-home .proof-card.proof-card-route .route-list strong {
  display: block;
  width: 25px;
  color: rgba(245, 116, 0, .82);
  font-family: var(--rp-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
}

.ryoki-producoes-home .proof-card.proof-card-route .route-list span {
  color: #4f4842;
  font-size: 11.3px;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.18;
  text-transform: uppercase;
}

.ryoki-producoes-home .proof-card.proof-card-route a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: max-content;
  min-height: 31px;
  margin-top: auto;
  padding: 0 13px;
  border: 1px solid var(--rp-orange);
  border-radius: 999px;
  background: var(--rp-orange);
  color: #fff !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color .16s ease,
    color .16s ease,
    border-color .16s ease,
    transform .16s ease;
}

.ryoki-producoes-home .proof-card.proof-card-route a:hover,
.ryoki-producoes-home .proof-card.proof-card-route a:focus {
  background: #fff;
  color: var(--rp-orange) !important;
  transform: translateY(-1px);
}

@media (max-width: 1168px) and (min-width: 981px) {
  .ryoki-producoes-home .proof-card.proof-card-route {
    padding-inline: 18px;
  }

  .ryoki-producoes-home .proof-card.proof-card-route h3 {
    font-size: 21px;
  }

  .ryoki-producoes-home .proof-card.proof-card-route .route-list span {
    font-size: 10.4px;
  }
}

@media (max-width: 980px) {
  .ryoki-producoes-home .proof-card.proof-card-route {
    min-height: 0;
    padding: 22px 20px 20px;
  }

  .ryoki-producoes-home .proof-card.proof-card-route h3 {
    max-width: none;
    font-size: 24px;
  }

  .ryoki-producoes-home .proof-card.proof-card-route .route-list {
    max-width: 360px;
  }

  .ryoki-producoes-home .proof-card.proof-card-route a {
    margin-top: 18px;
  }
}

@media (max-width: 520px) {
  .ryoki-producoes-home .proof-card.proof-card-route {
    align-items: center;
    text-align: center;
  }

  .ryoki-producoes-home .proof-card.proof-card-route .route-list {
    max-width: 280px;
    text-align: left;
  }
}


/* =========================================================
   HERO - COMO PUBLICAR
   Fechamento editorial do painel de publicação, preservando o layout-base.
   ========================================================= */

.ryoki-producoes-home #panel-publicar .hero-copy h2 {
  max-width: 650px;
}

.ryoki-producoes-home #panel-publicar .hero-copy .lead {
  max-width: 670px;
}

.ryoki-producoes-home #panel-publicar .hero-copy p:not(.kicker):not(.lead) {
  max-width: 660px;
}

.ryoki-producoes-home .proof-card.proof-card-publish {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 248px;
  padding: 20px 12px 18px;
  border: 1px solid rgba(245, 116, 0, .20);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(247, 245, 241, .96)),
    radial-gradient(circle at 100% 0, rgba(245, 116, 0, .12), transparent 47%);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, .060),
    inset 0 1px 0 rgba(255, 255, 255, .78);
  overflow: hidden;
}

.ryoki-producoes-home .proof-card.proof-card-publish::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rp-orange), rgba(245, 116, 0, .18));
}

.ryoki-producoes-home .proof-card.proof-card-publish .proof-eyebrow {
  display: inline-flex;
  width: auto;
  margin: 0 0 8px;
  padding: 5px 9px 4px;
  border: 1px solid rgba(245, 116, 0, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #7a746d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}

.ryoki-producoes-home .proof-card.proof-card-publish h3 {
  max-width: 194px;
  margin: 0 0 13px;
  color: var(--rp-ink);
  font-family: var(--rp-serif);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-shadow: 1px 1px 0 #fff;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list {
  display: grid;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list li {
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr);
  align-items: center;
  column-gap: 4px;
  min-height: 24px;
  padding-bottom: 6px;
  border-bottom: 1px dotted rgba(0, 0, 0, .18);
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list strong {
  display: block;
  width: auto;
  color: rgba(245, 116, 0, .88);
  font-family: var(--rp-mono);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list span {
  color: #4f4842;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.18;
  text-transform: uppercase;
}

.ryoki-producoes-home .proof-card.proof-card-publish a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: max-content;
  min-height: 31px;
  margin-top: auto;
  padding: 0 13px;
  border: 1px solid var(--rp-orange);
  border-radius: 999px;
  background: var(--rp-orange);
  color: #fff !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color .16s ease,
    color .16s ease,
    border-color .16s ease,
    transform .16s ease;
}

.ryoki-producoes-home .proof-card.proof-card-publish a:hover,
.ryoki-producoes-home .proof-card.proof-card-publish a:focus {
  background: #fff;
  color: var(--rp-orange) !important;
  transform: translateY(-1px);
}

@media (max-width: 1168px) and (min-width: 981px) {
  .ryoki-producoes-home .proof-card.proof-card-publish {
    padding-inline: 18px;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish h3 {
    font-size: 21px;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list {
    gap: 5px;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list li {
    grid-template-columns: 65px minmax(0, 1fr);
    column-gap: 7px;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list strong {
    font-size: 9.2px;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list span {
    font-size: 10px;
  }
}

@media (max-width: 980px) {
  .ryoki-producoes-home .proof-card.proof-card-publish {
    min-height: 0;
    padding: 22px 20px 20px;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish h3 {
    max-width: none;
    font-size: 24px;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list {
    max-width: 390px;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish a {
    margin-top: 18px;
  }
}

@media (max-width: 520px) {
  .ryoki-producoes-home .proof-card.proof-card-publish {
    align-items: center;
    text-align: center;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list {
    max-width: 290px;
    text-align: left;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list li {
    grid-template-columns: 70px minmax(0, 1fr);
  }
}


/* =========================================================
   AJUSTE FINAL - ALINHAMENTO SIMÉTRICO DOS BOXES
   Como Publicar / Como Vender
   ========================================================= */

.ryoki-producoes-home .proof-card.proof-card-publish,
.ryoki-producoes-home .proof-card.proof-card-route {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list,
.ryoki-producoes-home .proof-card.proof-card-route .route-list {
  display: grid !important;
  width: 100% !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list li,
.ryoki-producoes-home .proof-card.proof-card-route .route-list li {
  display: grid !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 29px !important;
  padding: 0 0 3px !important;
  margin: 0 0 3px !important;
  border-bottom: 1px dotted rgba(0, 0, 0, .18) !important;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list li:last-child,
.ryoki-producoes-home .proof-card.proof-card-route .route-list li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list li {
  grid-template-columns: 65px minmax(0, 1fr) !important;
  column-gap: 9px !important;
}

.ryoki-producoes-home .proof-card.proof-card-route .route-list li {
  grid-template-columns: 28px minmax(0, 1fr) !important;
  column-gap: 10px !important;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list strong,
.ryoki-producoes-home .proof-card.proof-card-route .route-list strong {
  display: block !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  color: rgba(245, 116, 0, .88) !important;
  font-family: var(--rp-mono) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list strong {
  font-size: 9.8px !important;
  letter-spacing: .025em !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

.ryoki-producoes-home .proof-card.proof-card-route .route-list strong {
  font-size: 10px !important;
  letter-spacing: .02em !important;
  text-align: center !important;
  font-variant-numeric: tabular-nums !important;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list span,
.ryoki-producoes-home .proof-card.proof-card-route .route-list span {
  display: block !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  color: #4f4842 !important;
  font-weight: 800 !important;
  line-height: 1.14 !important;
  text-align: left !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.ryoki-producoes-home .proof-card.proof-card-publish .publish-list span {
  font-size: 9px !important;
  letter-spacing: 0 !important;
}

.ryoki-producoes-home .proof-card.proof-card-route .route-list span {
  font-size: 10.5px !important;
  letter-spacing: .01em !important;
}

.ryoki-producoes-home .proof-card.proof-card-publish a,
.ryoki-producoes-home .proof-card.proof-card-route a {
  margin-top: 15px !important;
}

@media (max-width: 1168px) and (min-width: 981px) {
  .ryoki-producoes-home .proof-card.proof-card-publish,
  .ryoki-producoes-home .proof-card.proof-card-route {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list li {
    grid-template-columns: 70px minmax(0, 1fr) !important;
    column-gap: 8px !important;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list strong {
    font-size: 9.2px !important;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list span {
    font-size: 8.6px !important;
  }

  .ryoki-producoes-home .proof-card.proof-card-route .route-list span {
    font-size: 10px !important;
  }
}

@media (max-width: 980px) {
  .ryoki-producoes-home .proof-card.proof-card-publish a,
  .ryoki-producoes-home .proof-card.proof-card-route a {
    margin-top: 15px !important;
  }
}

@media (max-width: 520px) {
  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list,
  .ryoki-producoes-home .proof-card.proof-card-route .route-list {
    width: min(100%, 320px) !important;
    max-width: 320px !important;
  }

  .ryoki-producoes-home .proof-card.proof-card-publish .publish-list li {
    grid-template-columns: 78px minmax(0, 1fr) !important;
  }

  .ryoki-producoes-home .proof-card.proof-card-route .route-list li {
    grid-template-columns: 32px minmax(0, 1fr) !important;
  }
}

/* =========================================================
   PÁGINAS INTERNAS - MESMO LAYOUT DA HOME
   Breadcrumb visual no lugar do botão ativo das abas
   ========================================================= */

.ryoki-producoes-home .home-tabs.internal-tabs {
  top: -24px;
  min-height: 340px;
}

.ryoki-producoes-home .tabs-nav.tabs-breadcrumb {
  display: flex;
  align-items: flex-end;
  min-height: 31px;
  padding-left: 120px;
}

.ryoki-producoes-home .tabs-nav.tabs-breadcrumb .tab-static {
  position: relative;
  top: 1px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  min-width: 116px;
  padding: 8px 14px 0;
  border: 1px solid rgba(0, 0, 0, .18);
  border-bottom-color: #f6f7f8;
  border-radius: 4px 4px 0 0;
  background: #f6f7f8;
  color: #111;
  font-family: var(--rp-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.ryoki-producoes-home .tabs-nav.tabs-breadcrumb .tab-static a {
  color: #6f6861;
}

.ryoki-producoes-home .tabs-nav.tabs-breadcrumb .tab-static a:hover,
.ryoki-producoes-home .tabs-nav.tabs-breadcrumb .tab-static a:focus {
  color: var(--rp-orange);
}

.ryoki-producoes-home .tabs-nav.tabs-breadcrumb .tab-static em {
  margin: 0 6px;
  color: #9a938c;
  font-style: normal;
  font-weight: 400;
}

.ryoki-producoes-home .tab-panel.internal-panel {
  display: block;
}

.ryoki-producoes-home .proof-card-agency h3 {
  margin: 7px 0 14px;
  color: var(--rp-ink);
  font-family: var(--rp-serif);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.ryoki-producoes-home .agency-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  list-style: none;
}

.ryoki-producoes-home .agency-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  column-gap: 9px;
  min-height: 27px;
  padding-bottom: 7px;
  border-bottom: 1px dotted rgba(0,0,0,.18);
}

.ryoki-producoes-home .agency-list strong {
  display: block;
  color: var(--rp-orange);
  font-family: var(--rp-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
}

.ryoki-producoes-home .agency-list span {
  display: block;
  margin: 0;
  color: #4e4944;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ryoki-producoes-home .proof-card-agency a,
.ryoki-producoes-home .internal-cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: max-content;
  min-height: 34px;
  margin-top: 15px;
  padding: 0 16px;
  border: 1px solid var(--rp-orange);
  border-radius: 999px;
  background: var(--rp-orange);
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}

.ryoki-producoes-home .proof-card-agency a:hover,
.ryoki-producoes-home .proof-card-agency a:focus,
.ryoki-producoes-home .internal-cta-pill:hover,
.ryoki-producoes-home .internal-cta-pill:focus {
  border-color: var(--rp-orange);
  background: #fff;
  color: var(--rp-orange) !important;
  transform: translateY(-1px);
}

.ryoki-producoes-home .internal-extension {
  margin-top: 36px;
  padding-bottom: 20px;
}

.ryoki-producoes-home .internal-extension .extension-head {
  max-width: 900px;
}

.ryoki-producoes-home .internal-extension .authority-band {
  border-left-width: 3px;
}

@media (max-width: 980px) {
  .ryoki-producoes-home .home-tabs.internal-tabs {
    top: 0;
    min-height: 0;
  }

  .ryoki-producoes-home .tabs-nav.tabs-breadcrumb {
    padding: 14px 16px 0;
    min-height: auto;
  }

  .ryoki-producoes-home .tabs-nav.tabs-breadcrumb .tab-static {
    height: auto;
    min-height: auto;
    min-width: auto;
    padding: 7px 12px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0,0,0,.035);
    color: var(--rp-orange);
    font-size: 12px;
  }
}

@media (max-width: 720px) {
  .ryoki-producoes-home .tabs-nav.tabs-breadcrumb {
    justify-content: center;
  }

  .ryoki-producoes-home .proof-card-agency a,
  .ryoki-producoes-home .internal-cta-pill {
    margin-left: auto;
    margin-right: auto;
  }
}
