:root{
  --blue:#454b4e;
  --deep:#292d30;
  --gold:#ddd8ce;
  --paper:#f5f4f0;
  --ink:#292d30;
  --muted:#686d6f;
  --line:#d9dad7;
  --radius:12px;
}
.brand .brand-logo{display:block;width:250px;height:78px;object-fit:contain;object-position:left center}
.hero{grid-template-columns:minmax(0,1fr) minmax(340px,.68fr);padding-top:48px;padding-bottom:48px}
.hero .eyebrow{color:#d1d3d3}
.hero figure{min-height:0;padding:0;display:flex;align-items:center;justify-content:center}
.hero figure img{width:auto;height:auto;max-width:100%;max-height:650px;object-fit:contain;object-position:center;border-radius:8px;background:#fff;box-shadow:0 12px 38px #0005}
.hero figcaption{position:absolute;left:-14px;bottom:22px;background:#ece9e2;color:#292d30;border-radius:3px;font-size:15px}
.button.gold{background:#ece9e2;border-color:#ece9e2;color:#292d30}
.supporter{border-color:#cfcfcb;background:#fafafa}
.supporter .overline{color:#555b5e}
.pin-label{background:#e8e7e2;color:#454b4e}
.summary,.how{background:#ecebe7}
.how article>span{color:#747575}
.event-info{max-width:1160px;margin:64px auto;padding:38px 40px;display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.7fr);gap:42px;align-items:center;background:#ecebe7;border-radius:12px}
.event-info #event-info-text{white-space:pre-wrap;color:var(--muted);margin-top:18px}
.event-info img{display:block;width:100%;max-height:460px;object-fit:contain;border-radius:8px;background:white}
.image-preview{max-width:260px;max-height:300px;object-fit:contain;display:block;margin:12px 0;border:1px solid var(--line);border-radius:8px;background:white}
.upload-group{padding:18px;border:1px solid var(--line);border-radius:8px;margin:16px 0;background:#fafafa}
@media(max-width:720px){.brand .brand-logo{width:170px;height:58px}.hero{grid-template-columns:1fr}.hero figure{height:auto;min-height:0;margin:14px 0 0}.hero figure img{height:auto;max-height:70vh;border-radius:7px}.event-info{margin:36px 20px;padding:26px 22px;grid-template-columns:1fr}.event-info img{max-height:420px}}
@media(max-width:430px){.brand .brand-logo{width:138px;height:50px}}
