:root {
  --byp-home-ink: #082747;
  --byp-home-burgundy: #9b1f36;
  --byp-home-paper: #fffdf9;
  --byp-home-muted: #f4eee8;
}

.byp-home,
.byp-home * { box-sizing: border-box; }
.byp-home { background: var(--byp-home-paper); color: var(--byp-home-ink); font-family: Arial, sans-serif; margin: 0 auto; max-width: none; width: calc(100vw - 80px); }
.byp-home > section { margin: 0; }
.byp-home img { display: block; max-width: 100%; }
.byp-home-section-heading { margin: 0 auto 34px; max-width: 780px; padding: 0 24px; text-align: center; }
.byp-home-section-heading p,
.byp-home-eyebrow { color: var(--byp-home-burgundy); font-size: 12px; font-weight: 800; letter-spacing: .08em; margin: 0 0 10px; text-transform: uppercase; }
.byp-home-section-heading h2 { font-family: Georgia, serif; font-size: 38px; line-height: 1.08; margin: 0; }
.byp-home-button { border: 1px solid var(--byp-home-burgundy); border-radius: 6px; color: var(--byp-home-burgundy); display: inline-flex; font-size: 13px; font-weight: 800; justify-content: center; min-height: 44px; padding: 13px 20px; text-decoration: none; text-transform: uppercase; }
.byp-home-button:hover { background: var(--byp-home-burgundy); color: #fff; }
