@font-face { font-family:"BlackBoton"; src:url("../wormcity/bb.otf") format("opentype"); font-display:swap; }
:root { --green:#21b571; --yellow:#ffd600; --pink:#ff087f; --orange:#f3a01d; --cream:#fff6c8; }
* { box-sizing:border-box; }
html,body { margin:0; min-height:100%; background:var(--cream); color:var(--pink); }
body { padding:20px 22px 30px; font:13px Arial,Helvetica,sans-serif; }
.page-intro { min-height:165px; display:grid; grid-template-columns:var(--medallion-clearance, 140px) minmax(0,1fr) 190px; gap:18px; align-items:start; transition:grid-template-columns .18s ease-out; }
.medallion-clearance { min-height:150px; }
.eyebrow { margin:2px 0 9px; color:#00744a; font:bold 11px "Courier New",monospace; text-transform:uppercase; }
h1 { margin:0 0 12px; font:44px/.9 "BlackBoton",Impact,sans-serif; text-transform:uppercase; text-shadow:3px 3px 0 var(--yellow); }
.description { margin:0; color:#00744a; font-size:16px; line-height:1.45; }
.visual-placeholder { min-height:145px; padding:12px; border:2px dashed var(--pink); border-radius:0 14px 14px 14px; background:var(--yellow); display:grid; place-items:center; text-align:center; color:#00744a; font:bold 11px/1.5 "Courier New",monospace; }
.body-placeholder { clear:both; margin-top:18px; padding:14px; border:2px solid var(--pink); border-radius:0 14px 14px 14px; background:var(--yellow); box-shadow:4px 4px 0 var(--orange); }
.body-placeholder h2 { margin:0 0 7px; font:21px/1 "BlackBoton",Impact,sans-serif; }
.body-placeholder p { margin:0; color:#00744a; line-height:1.45; }
.body-placeholder a { display:inline-block; margin-top:8px; color:var(--pink); font-weight:bold; }
.additional { margin-top:28px; padding-top:9px; border-top:1px dotted var(--orange); color:#537057; font:10px/1.5 "Courier New",monospace; }
@media(max-width:600px) {
  body { padding:14px; }
  .page-intro { grid-template-columns:var(--medallion-clearance, 62px) minmax(0,1fr); gap:10px; min-height:100px; }
  .medallion-clearance { min-height:80px; }
  .visual-placeholder { grid-column:2; min-height:100px; }
  h1 { font-size:32px; }
}
