:root {
  font-family: "Crimson Pro", Georgia, serif;
  color: #ded4b9;
  background: #0c0b08;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --gold: #d7a93d;
}

* { box-sizing: border-box; }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 16% 15%, rgba(160, 115, 45, .15), transparent 24rem),
    radial-gradient(circle at 84% 48%, rgba(77, 102, 54, .1), transparent 30rem),
    linear-gradient(137deg, #17140e, #080806 62%, #12110d);
}
a { color: #efd686; }
.info-topbar {
  height: 76px;
  display: flex;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
  border-bottom: 1px solid rgba(215, 169, 61, .2);
}
.info-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f5e8bd;
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  text-decoration: none;
}
.info-brand img { width: 44px; height: 44px; object-fit: contain; }
.info-brand b { color: var(--gold); }
.info-main { max-width: 820px; margin: 0 auto; padding: 72px 28px 96px; }
.info-main--centered { min-height: calc(100vh - 152px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.info-kicker { margin: 0 0 12px; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; color: #f0e6c9; font-family: "Cinzel Decorative", serif; font-size: clamp(2.35rem, 7vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.info-lead { margin: 24px 0 48px; color: #b9af95; font-size: 1.18rem; line-height: 1.62; }
section { padding: 31px 0; border-top: 1px solid #3b372d; }
section:last-of-type { border-bottom: 1px solid #3b372d; }
h2 { margin: 0 0 13px; color: #e1d5b6; font-family: "Cinzel Decorative", serif; font-size: 1.3rem; letter-spacing: -.03em; }
section p { margin: 0; color: #aaa18a; font-size: 1.02rem; line-height: 1.68; }
section p + p { margin-top: 14px; }
code { color: #f0d88d; }
.info-updated { margin: 30px 0; color: #968d79; }
.info-cta { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid #8a692d; background: linear-gradient(#7e571f, #4c300f); color: #fff1c0; font-weight: 700; text-decoration: none; }
.info-footer { padding: 28px 20px; border-top: 1px solid rgba(215, 169, 61, .14); color: #968d79; text-align: center; }
@media (max-width: 620px) {
  .info-topbar { height: 66px; padding: 0 17px; }
  .info-brand { font-size: .9rem; }
  .info-brand img { width: 36px; height: 36px; }
  .info-main { padding: 52px 20px 72px; }
  .info-lead { margin-bottom: 34px; font-size: 1.04rem; }
}
