/* Reset minimal + tokens */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font:16px/1.6 Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial;color:#0F172A;background:#fff}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
:root{
--wp-brand:#9C1657; --wp-brand-2:#5CA174; --wp-ink:#0F172A; --wp-muted:#64748B; --wp-bg:#fff;
--radius:16px; --shadow:0 6px 20px rgba(0,0,0,.06);
--container:1100px; --gutter:16px;
}
.container{max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}
.grid{display:grid;gap:24px}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:900px){.grid-3{grid-template-columns:1fr}}
