:root {
  --navy: #1b2a4a;
  --wine: #6b2d3c;
  --gold: #c4a35a;
  --cream: #f7f1e8;
  --ink: #1a1a1a;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: "Segoe UI", system-ui, -apple-system, sans-serif; background: var(--cream); color: var(--ink); line-height: 1.5; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: .5rem; }
.gate { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(160deg, var(--navy), var(--wine)); }
.crest { text-align: center; color: #fff; text-decoration: none; }
.crest h1 { letter-spacing: .18em; font-size: clamp(1.8rem, 4vw, 3rem); margin: .4rem 0; }
.crest p { color: var(--gold); }
.shield { width: 7rem; height: 8rem; margin: 0 auto 1rem; border: 4px solid var(--gold); border-radius: 10px 10px 40px 40px; display: grid; place-items: center; font-size: 4rem; color: var(--gold); }
.top { background: var(--navy); color: #fff; padding: 1rem 1.5rem; }
.brand { color: #fff; text-decoration: none; font-weight: bold; letter-spacing: .12em; }
.wrap { max-width: 980px; margin: 2rem auto; padding: 0 1rem; }
.lead { font-size: 1.15rem; }
.grid2 { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.card { background: #fff; border: 2px solid var(--navy); border-top: 8px solid var(--wine); padding: 1.25rem; border-radius: 8px; }
label { display: block; margin: .75rem 0; font-weight: bold; }
input, select { width: 100%; padding: .7rem; font-size: 1rem; margin-top: .3rem; }
.check { display: flex; gap: .5rem; align-items: center; font-weight: normal; }
.check input { width: auto; }
button { background: var(--wine); color: #fff; border: 0; padding: .8rem 1rem; font-size: 1rem; cursor: pointer; }
button:focus, a:focus, input:focus, select:focus { outline: 3px solid var(--gold); }
.fine { font-size: .9rem; }
.app { display: grid; grid-template-columns: 230px 1fr; min-height: 100vh; }
aside { background: var(--navy); color: #fff; padding: 1rem; }
aside nav { display: flex; flex-direction: column; gap: .4rem; margin: 1rem 0; }
aside a { color: #fff; text-decoration: none; }
aside a:hover { color: var(--gold); }
.app main { padding: 1.5rem; }
@media (max-width: 800px) { .app { grid-template-columns: 1fr; } }
.logo { max-width: 540px; height: auto; display: block; margin: 0 auto 1rem; }
.verse { position: fixed; left: 1rem; right: 1rem; bottom: 1.5rem; text-align: center; color: #f7f1e8; font-size: 1.05rem; }
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;1,500&display=swap");
.verse {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.45;
  color: #f3e6c4;
}
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&display=swap");
.crest h1 {
  font-family: Cinzel, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: .22em;
}
