*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#FFF0F5;--bg-alt:#EEE0E5;--bg-card:#FFFAFA;
  --bg-neu:#F5F5F5;--border:#CDC1C5;--muted:#8B8386;
  --accent:#BC8F8F;--accent-d:#a07070;--text:#1C1C1C;--white:#FFFFFF;
}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);line-height:1.7}
img{max-width:100%;height:auto;display:block}
a{color:var(--accent);text-decoration:none;transition:color .15s}
a:hover{color:var(--accent-d);text-decoration:underline}
h1,h2,h3,h4{font-family:'Lora',serif;color:var(--text);line-height:1.2}
h1{font-size:clamp(2rem,4vw,3rem);font-weight:700}
h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:600}
h3{font-size:1.15rem;font-weight:600}
p{font-family:'Inter',sans-serif;font-size:1rem;line-height:1.8;color:var(--text)}
.meta{font-family:'Inter',sans-serif;font-size:.82rem;color:var(--muted)}
blockquote{border-left:3px solid var(--accent);padding:.75rem 1.5rem;margin:1.5rem 0;background:var(--bg-card);border-radius:0 8px 8px 0;font-style:italic;color:var(--muted)}
/* NAV */
nav{background:var(--bg-card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}
.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;height:68px;display:flex;align-items:center;justify-content:space-between}
.nav-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}
.nav-logo-j{width:36px;height:36px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;font-family:'Lora',serif;font-style:italic;font-size:1.2rem;font-weight:700;color:var(--white);flex-shrink:0}
.nav-logo-name{display:block;font-family:'Lora',serif;font-size:.95rem;font-weight:600;color:var(--text);line-height:1.2}
.nav-logo-tag{display:block;font-size:.6rem;color:var(--muted);letter-spacing:.08em}
.nav-links{display:flex;align-items:center;gap:1.5rem;list-style:none}
.nav-links a{font-size:.88rem;font-weight:500;color:var(--text);opacity:.8;text-decoration:none;transition:color .15s}
.nav-links a:hover{color:var(--accent);opacity:1;text-decoration:none}
.nav-cta{background:var(--accent)!important;color:var(--white)!important;opacity:1!important;padding:.4rem 1rem;border-radius:6px;font-weight:600!important}
.nav-cta:hover{background:var(--accent-d)!important;text-decoration:none!important}
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}
/* LAYOUT */
.section{padding:5rem 2rem}
.section-alt{background:var(--bg-alt)}
.section-card{background:var(--bg-card)}
.section-inner{max-width:1100px;margin:0 auto}
.section-header{text-align:center;margin-bottom:3rem}
.section-header p{color:var(--muted);max-width:520px;margin:.6rem auto 0}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
/* HERO */
.hero{padding:7rem 2rem 5rem;text-align:center;background:var(--bg)}
.hero-tag{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);padding:.3rem .9rem;border-radius:999px;margin-bottom:1.5rem;font-family:'Inter',sans-serif}
.hero h1{margin-bottom:1.1rem;max-width:700px;margin-left:auto;margin-right:auto}
.hero-lead{font-size:1.05rem;line-height:1.8;color:var(--muted);max-width:580px;margin:0 auto 2rem}
.hero-divider{width:60px;height:2px;background:var(--accent);margin:2rem auto;border-radius:2px}
/* BOTÕES */
.btn{display:inline-block;background:var(--accent);color:var(--white);padding:.7rem 1.6rem;border-radius:8px;font-weight:600;font-size:.9rem;text-decoration:none;transition:background .15s;cursor:pointer;border:none;font-family:'Inter',sans-serif}
.btn:hover{background:var(--accent-d);color:var(--white);text-decoration:none}
.btn-outline{background:transparent;color:var(--accent);border:1.5px solid var(--accent)}
.btn-outline:hover{background:var(--accent);color:var(--white)}
.btn-sm{padding:.45rem 1rem;font-size:.82rem}
.btn-ghost{background:var(--white);color:var(--accent)}
/* CARDS */
.card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1.75rem}
.card h3{margin-bottom:.6rem}
.card p{font-size:.9rem;color:var(--muted);line-height:1.65}
.card-link{font-size:.85rem;font-weight:600;color:var(--accent);text-decoration:none;margin-top:1rem;display:inline-block}
.card-link:hover{color:var(--accent-d);text-decoration:underline}
/* TAGS */
.tag{display:inline-block;font-size:.72rem;font-weight:600;padding:.25rem .7rem;border-radius:6px;background:var(--bg-alt);color:var(--muted);font-family:'Inter',sans-serif}
.tag-accent{background:rgba(188,143,143,.15);color:var(--accent)}
/* TIMELINE */
.timeline{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}
.timeline-item{display:grid;grid-template-columns:120px 1fr;gap:1.5rem;padding:1.25rem 1.5rem;background:var(--bg-card);border-radius:12px;border:1px solid var(--border)}
.timeline-year{text-align:right;font-size:.78rem;font-weight:600;color:var(--accent);font-family:'Inter',sans-serif;padding-top:.15rem}
.timeline-item strong{display:block;font-family:'Lora',serif;font-size:.95rem;margin-bottom:.25rem}
.timeline-item p{font-size:.88rem;color:var(--muted);line-height:1.6;margin:0}
/* POSTS */
.post-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:box-shadow .2s}
.post-card:hover{box-shadow:0 4px 20px rgba(188,143,143,.15)}
.post-card-img{width:100%;height:180px;object-fit:cover}
.post-card-img-placeholder{width:100%;height:180px;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;font-size:2rem}
.post-card-body{padding:1.5rem}
.post-card-body h3{font-size:1.05rem;margin-bottom:.5rem;line-height:1.35}
.post-card-body h3 a{color:var(--text);text-decoration:none}
.post-card-body h3 a:hover{color:var(--accent);text-decoration:none}
.post-card-meta{font-size:.78rem;color:var(--muted);margin-bottom:.6rem;display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}
.post-card-excerpt{font-size:.88rem;color:var(--muted);line-height:1.6;margin-bottom:1rem}
/* ARTIGO */
.article-header{padding:4rem 2rem 2rem;text-align:center;background:var(--bg)}
.article-header h1{max-width:720px;margin:0 auto 1rem}
.article-body{max-width:720px;margin:0 auto;padding:3rem 2rem}
.article-body p{margin-bottom:1.25rem}
.article-body h2{margin:2rem 0 .75rem}
.article-body h3{margin:1.5rem 0 .5rem}
.article-body img{border-radius:10px;margin:1.5rem auto}
.article-body ul,.article-body ol{padding-left:1.5rem;margin-bottom:1.25rem}
.article-body li{margin-bottom:.4rem;font-family:'Inter',sans-serif;font-size:1rem;line-height:1.8}
/* FORM */
.form-group{margin-bottom:1.1rem}
.form-group label{display:block;font-size:.82rem;font-weight:600;color:var(--text);margin-bottom:.4rem;font-family:'Inter',sans-serif}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-size:.92rem;font-family:'Inter',sans-serif;color:var(--text);outline:none;background:var(--white);transition:border-color .15s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent)}
.form-note{font-size:.78rem;color:var(--muted);margin-bottom:1rem;line-height:1.55;font-family:'Inter',sans-serif}
/* FOOTER */
footer{background:var(--bg-alt);border-top:1px solid var(--border);padding:3.5rem 2rem 2rem}
.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}
.footer-logo-name{font-family:'Lora',serif;font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.2rem}
.footer-logo-tag{font-size:.65rem;color:var(--muted);margin-bottom:.85rem;font-family:'Inter',sans-serif}
footer p{font-size:.85rem;color:var(--muted);line-height:1.65}
footer h4{font-family:'Inter',sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.85rem}
footer ul{list-style:none}
footer ul li{margin-bottom:.5rem}
footer ul a{font-size:.88rem;color:var(--text);opacity:.7;text-decoration:none;transition:opacity .15s}
footer ul a:hover{opacity:1;color:var(--accent);text-decoration:none}
.footer-bottom{max-width:1100px;margin:0 auto;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-bottom p{font-size:.78rem;color:var(--muted)}
/* PAGINATION */
.pagination{display:flex;justify-content:center;gap:.5rem;padding:2rem 0}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;font-size:.88rem;font-family:'Inter',sans-serif;border:1.5px solid var(--border);color:var(--text);text-decoration:none;transition:all .15s}
.pagination a:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}
.pagination .current{background:var(--accent);color:var(--white);border-color:var(--accent)}
/* RESPONSIVE */
@media(max-width:900px){
  .grid-2,.grid-3,.timeline-item,.footer-inner{grid-template-columns:1fr}
  .nav-links{display:none;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:var(--bg-card);border-bottom:1px solid var(--border);padding:1rem 2rem;gap:.75rem;align-items:flex-start}
  .nav-links.open{display:flex}
  .nav-toggle{display:flex}
  .hero{padding:4rem 2rem 3rem}
  .footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .footer-inner,.grid-3{grid-template-columns:1fr}
  .section{padding:3.5rem 1.5rem}
}
