
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff7ed;color:#1c1917;font-family:'Nunito', Arial, sans-serif;line-height:1.6}
a{color:#dc2626}
img{max-width:100%;height:auto}
.smn-pager{display:flex;gap:1rem;margin:2rem 0;align-items:center;flex-wrap:wrap}
.smn-pager a{text-decoration:none;padding:.4rem .8rem;border:1px solid #fed7aa;color:#1c1917}
.smn-related{margin-top:2.5rem}
.smn-related ul{padding-left:1.2rem}

.smn-wrap{max-width:1100px;margin:0 auto;padding:1rem}
.smn-mast{text-align:center;padding:1.5rem 0;border-bottom:4px double #dc2626;margin-bottom:1.5rem}
.smn-mast h1{font-family:'Playfair Display', Georgia, serif;font-size:clamp(2rem,5vw,3rem);margin:0;color:#dc2626}
.smn-nav{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin:.75rem 0 0;font-weight:700}
.smn-nav a{color:#1c1917;text-decoration:none}
.smn-feat{background:#ffffff;border:1px solid #fed7aa;padding:1.5rem;margin-bottom:1.5rem}
.smn-feat h2{font-family:'Playfair Display', Georgia, serif;font-size:1.8rem;margin:0 0 .75rem}
.smn-cards{display:grid;grid-template-columns:1fr;gap:1rem}
@media(min-width:700px){.smn-cards{grid-template-columns:repeat(3,1fr)}}
.smn-card{background:#ffffff;border:1px solid #fed7aa;padding:1rem;min-height:160px}
.smn-card h3{font-family:'Playfair Display', Georgia, serif;font-size:1.1rem;margin:0 0 .5rem}
.smn-post{max-width:720px;margin:0 auto;line-height:1.75}
.smn-footer{text-align:center;margin:2rem 0;color:#78716c;font-size:.85rem}
