/* Landing-only layout. The look (dark theme, gold accents, buttons, inputs,
   .site-footer) comes from bng.css — the real bloodngold.com stylesheet. This
   file only positions the landing hero + seed box on top of it. */

.landing { max-width: 620px; margin: 12vh auto 0; text-align: center; }
.landing .lede { color: #aaa; font-size: 1rem; margin: 0 auto 1.6rem; max-width: 540px; }

.seedbox { display: flex; gap: .5rem; justify-content: center; }
.seedbox input { flex: 1; max-width: 420px; font-size: 1rem; padding: .5rem .65rem; }
.seedbox button { font-size: 1rem; white-space: nowrap; }
