/* BGW Styled Pages — editorial reading layout, palette-aware (uses theme tokens). */
.bgwpg{width:100%;box-sizing:border-box;padding:0 6vw;background:var(--bg,#f3efe7);color:var(--text,#1a1714)}
/* gutter on the band, true reading width on the inner (no padding eating the max-width) */
.bgwpg-inner{max-width:880px;margin:0 auto;padding:clamp(72px,9vw,124px) 0 96px}

/* header */
.bgwpg-head{padding-bottom:30px;margin-bottom:44px;border-bottom:1px solid var(--divider,rgba(26,23,20,.14))}
.bgwpg-eyebrow{font-family:'Inter',-apple-system,sans-serif;font-size:12px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--accent,#9b2f2c);margin-bottom:16px}
.bgwpg-title{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(2.3rem,5.4vw,3.6rem);line-height:1.04;letter-spacing:-.01em;color:var(--text,#1a1714);margin:0}
.bgwpg-meta{font-family:'Inter',-apple-system,sans-serif;font-size:13px;letter-spacing:.4px;color:var(--text2,#4a443d);opacity:.65;margin:18px 0 0}

/* body */
.bgwpg-body{font-family:'Inter',-apple-system,sans-serif;font-size:17px;line-height:1.8;color:var(--text2,#4a443d)}
.bgwpg-body > p:first-of-type{font-size:20px;line-height:1.7;color:var(--text,#1a1714)}
.bgwpg-body h2{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:clamp(1.45rem,3vw,1.95rem);line-height:1.14;color:var(--text,#1a1714);margin:52px 0 14px}
.bgwpg-body h3{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1.3rem;line-height:1.2;color:var(--text,#1a1714);margin:36px 0 10px}
.bgwpg-body p{margin:0 0 1.3em}
.bgwpg-body a{color:var(--accent,#9b2f2c);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .18s}
.bgwpg-body a:hover{color:var(--accent2,#b24a47)}
.bgwpg-body ul,.bgwpg-body ol{margin:0 0 1.4em;padding-left:1.3em}
.bgwpg-body li{margin:0 0 .55em}
.bgwpg-body li::marker{color:var(--accent,#9b2f2c)}
.bgwpg-body strong{color:var(--text,#1a1714);font-weight:600}
.bgwpg-body em{font-style:italic}
.bgwpg-body blockquote{margin:1.7em 0;padding:6px 0 6px 24px;border-left:3px solid var(--accent,#9b2f2c);font-style:italic;color:var(--text,#1a1714)}
/* closing "starting template" note reads as a quiet footnote */
.bgwpg-body > p:last-child:has(em:only-child){margin-top:52px;padding-top:22px;border-top:1px solid var(--divider,rgba(26,23,20,.14));font-size:14px;font-style:normal;color:var(--text2,#4a443d);opacity:.7}

@media(max-width:600px){
	.bgwpg-inner{padding:64px 0 76px}
	.bgwpg-body{font-size:16px}
	.bgwpg-body > p:first-of-type{font-size:18px}
}
