.byp-home-hero { background: var(--byp-hero-image) center / cover no-repeat; min-height: 720px; overflow: hidden; position: relative; }
.byp-home-hero::before { background: rgba(0, 0, 0, .22); content: ""; inset: 0; position: absolute; }
.byp-home-hero__content { inset: 0; position: absolute; z-index: 1; }
.byp-home-hero h1 { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 4.6vw, 64px); left: 28px; line-height: .98; margin: 0; max-width: 520px; position: absolute; text-shadow: 0 2px 18px rgba(0, 0, 0, .42); top: 82px; }
.byp-home-hero p { color: #5a4638; font-size: clamp(18px, 2.4vw, 28px); font-weight: 700; left: 28px; line-height: 1.28; margin: 0; max-width: 360px; position: absolute; text-shadow: 0 2px 16px rgba(255, 255, 255, .22); top: 320px; }
.byp-home-hero .byp-home-button { background: #fff; border: 2px solid var(--byp-home-burgundy); border-radius: 999px; color: var(--byp-home-ink); left: 28px; min-height: 50px; padding: 12px 28px; position: absolute; top: 380px; }
.byp-home-hero .byp-home-button:hover { background: #fff; border-color: var(--byp-home-burgundy); color: var(--byp-home-ink); }
