:root {
  --color-black: #000000;
  --color-gold: #D3B865;
  --color-creme: #EBE8E4;
  --color-white: #FFFFFF;
  --color-amber: #FFC000;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--color-creme);
  color: var(--color-black);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.page {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 1.5rem 3rem;
}

.brand-mark {
  font-family: 'Noto Serif Display', Georgia, serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 2.5rem;
}

.brand-mark a {
  color: var(--color-gold);
  text-decoration: none;
}

h1 {
  font-family: 'Noto Serif Display', Georgia, serif;
  font-weight: 500;
  font-size: 2.1rem;
  color: var(--color-black);
  margin-bottom: 0.3rem;
}

h2 {
  font-family: 'Noto Serif Display', Georgia, serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--color-black);
  margin-top: 2.4rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid var(--color-gold);
  padding-bottom: 0.3rem;
}

p, li {
  font-size: 0.98rem;
}

a {
  color: var(--color-gold);
}

.stand {
  color: #555;
  font-size: 0.85rem;
  margin-bottom: 2.5rem;
}

hr.gold {
  border: none;
  border-top: 2px solid var(--color-gold);
  width: 48px;
  margin: 0 0 2rem;
}

/* Shared site footer, injected via include-footer.js */
.site-footer {
  background: var(--color-black);
  color: var(--color-creme);
  margin-top: 4rem;
  padding: 2.2rem 1.5rem;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
}

.site-footer .footer-brand {
  font-family: 'Noto Serif Display', Georgia, serif;
  color: var(--color-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}

.site-footer nav a {
  color: var(--color-creme);
  text-decoration: none;
  margin: 0 0.7rem;
  font-size: 0.85rem;
}

.site-footer nav a:hover {
  color: var(--color-gold);
}

.site-footer .copyright {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #999;
}
