/*
Theme Name: Detetive Detetive - Rubi Pais
Theme URI: https://detetivedetetive.com.br/
Author: Fabrica Digital
Description: Tema classico do site da investigadora Rubi Pais (direcao "Discricao serena"). Convertido do handoff Claude Design.
Version: 0.1.0
Text Domain: detetivedetetive
*/
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Instrument Sans",system-ui,sans-serif;background:#F7F4EF;color:#23262B;-webkit-font-smoothing:antialiased}
img{max-width:100%}

/* header scroll + drawer */
.rp-header{transition:box-shadow .25s ease}
.rp-header.rp-scrolled{box-shadow:0 2px 16px rgba(20,24,31,.08)}
#rp-overlay{display:none}
body.rp-menu-open #rp-overlay{display:block}
#rp-drawer{transform:translateX(105%);transition:transform .3s cubic-bezier(.4,0,.2,1)}
body.rp-menu-open #rp-drawer{transform:translateX(0)}

/* card hover */
.rp-card{transition:border-color .2s}
.rp-card:hover{border-color:#B4704F}
.rp-chip:hover{border-color:#B4704F;color:#B4704F}

/* responsive */
@media (max-width:900px){.rp-nav-desktop{display:none !important}.rp-wa-desktop{display:none !important}.rp-hamburger{display:inline-flex !important}}
@media (min-width:901px){#rp-drawer,#rp-overlay{display:none !important}}
@media (max-width:720px){
  .rp-edson{grid-template-columns:1fr !important}
  .rp-edson-photo{width:100% !important;height:220px !important}
  .rp-footer-grid{grid-template-columns:1fr !important;gap:36px !important}
  .rp-diff-grid{grid-template-columns:1fr !important}
  .rp-hero-grid{grid-template-columns:1fr !important}
}
