:root{
  --sb-bg:#FDFBF7;
  --sb-text:#2B2520;
  --sb-accent:#B85C37;
  --sb-border:#E8DED4;
  --sb-shell:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--sb-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.sb-shell{width:min(calc(100% - 48px),var(--sb-shell));margin-inline:auto}
.sb-content-wrap{padding-block:48px}
.sb-entry{margin-bottom:40px}
.sb-entry-title{line-height:1.2}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:767px){.sb-shell{width:min(calc(100% - 32px),var(--sb-shell));}.sb-content-wrap{padding-block:32px}}
