/* ---- plaster (Kiln House 30) — bone plaster, aubergine, quotation hero ---- */
body.t-plaster { background: #efece5; color: #221f1c; }
body.t-plaster .sf-head, body.t-plaster .sf-foot { background: #efece5; border-color: #d7d2c7; }
/* the hero copy is a QUOTATION, not a sales line — serif, generous, no button */
body.t-plaster .sc-hero { min-height: 92vh; }
body.t-plaster .sc-hero h1 { font-family: var(--sf-serif); font-weight: 400; font-size: clamp(26px, 4.4vw, 52px); line-height: 1.3; max-width: 20ch; margin-left: auto; margin-right: auto; }
body.t-plaster .sc-hero p { text-transform: uppercase; letter-spacing: 0.2em; font-size: 11px; font-weight: 600; }
/* text blocks sit BETWEEN the photographs at the same weight — the whole trick */
body.t-plaster .sc-richtext { background: #e5e1d8; padding: 88px 20px; }
body.t-plaster .sc-richtext h2 { font-family: var(--sf-serif); font-weight: 400; font-size: clamp(22px, 3vw, 32px); }
body.t-plaster .sc-strip-item .ph { aspect-ratio: 1; border-radius: 0; }
body.t-plaster .product-card, body.t-plaster .product-card .ph { border-radius: 0; }
body.t-plaster .product-card .ph img { mix-blend-mode: multiply; }
body.t-plaster .btn.brand { background: #4a2540; color: #ffffff; }
body.t-plaster .btn.brand:hover { background: #5d2f51; }
