:root{--bpest-accent: #9b1c1c;--bpest-accent-light: #dc2626;--bpest-bg: #fdfaf5;--bpest-surface: #f5efe0;--bpest-text: #1a0a00;--bpest-muted: #7a5c3a;--bpest-border: #e0cba8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bpest-bg);color:var(--bpest-text);font-family:system-ui,sans-serif;line-height:1.7}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}body:before{content:"";display:block;height:4px;background:var(--bpest-accent)}.bpest-header{background:var(--bpest-bg);border-bottom:1px solid var(--bpest-border);padding:1.25rem 2rem;text-align:center;position:relative}.bpest-logo{font-family:Georgia,serif;font-size:1.4rem;font-weight:700;color:var(--bpest-text);display:block;margin-bottom:.5rem}.bpest-logo em{color:var(--bpest-accent);font-style:normal}.bpest-logo span{font-size:.7rem;display:block;letter-spacing:.2em;text-transform:uppercase;color:var(--bpest-muted);font-family:system-ui;font-weight:400;margin-top:.2rem}.bpest-nav{display:flex;justify-content:center;gap:0;flex-wrap:wrap;margin-top:.5rem}.bpest-nav a{font-size:.8rem;color:var(--bpest-muted);padding:.25rem 1rem;letter-spacing:.04em;transition:color .2s}.bpest-nav a+a:before{content:"·";margin-right:1rem;color:var(--bpest-border)}.bpest-nav a:hover{color:var(--bpest-accent)}.bpest-nav-cta{color:var(--bpest-accent)!important;font-weight:700}.bpest-mobile-nav{display:none;position:absolute;right:1.25rem;top:1.25rem}@media(max-width:640px){.bpest-nav{display:none}.bpest-mobile-nav{display:block}.bpest-mobile-nav summary{list-style:none;cursor:pointer;font-size:.9rem;padding:.4rem .75rem;border:1px solid var(--bpest-border)}.bpest-mobile-nav summary::-webkit-details-marker{display:none}.bpest-mobile-nav[open] .bpest-mobile-nav__links{position:absolute;right:0;top:100%;background:var(--bpest-bg);border:1px solid var(--bpest-border);padding:.75rem;display:flex;flex-direction:column;gap:.5rem;min-width:180px;z-index:100}.bpest-mobile-nav__links a{font-size:.875rem;padding:.35rem 0;border-bottom:1px solid var(--bpest-border);color:var(--bpest-text)}}.bpest-hero{padding:4rem 2rem;max-width:680px;margin:0 auto;text-align:center}.bpest-hero__rule{border:none;border-top:1px solid var(--bpest-accent);width:60px;margin:0 auto 2rem}.bpest-hero__h1{font-family:Georgia,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15;color:var(--bpest-text);margin-bottom:1.25rem}.bpest-hero__deck{color:var(--bpest-muted);font-size:1rem;line-height:1.75;margin-bottom:2rem}.bpest-btn{display:inline-block;background:var(--bpest-accent);color:#fff;padding:.85rem 2.25rem;font-weight:700;font-size:.9rem;letter-spacing:.03em;transition:background .2s}.bpest-btn:hover{background:var(--bpest-accent-light)}.bpest-trust{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem;font-size:.78rem;color:var(--bpest-muted);flex-wrap:wrap}.bpest-features{padding:3rem 2rem;max-width:680px;margin:0 auto;border-top:1px solid var(--bpest-border)}.bpest-features h2{font-family:Georgia,serif;font-size:1.4rem;margin-bottom:1.75rem;color:var(--bpest-text)}.bpest-feat-ol{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.bpest-feat-item{display:flex;gap:1.25rem;align-items:flex-start}.bpest-feat-num{font-family:Georgia,serif;font-size:2.5rem;font-weight:700;color:var(--bpest-accent);opacity:.35;line-height:1;min-width:2.5rem}.bpest-feat-body h3{font-family:Georgia,serif;font-size:1rem;font-weight:700;color:var(--bpest-text);margin-bottom:.3rem}.bpest-feat-body p{font-size:.875rem;color:var(--bpest-muted);line-height:1.65}.bpest-cities{padding:3rem 2rem;background:var(--bpest-surface);border-top:1px solid var(--bpest-border);border-bottom:1px solid var(--bpest-border)}.bpest-cities__inner{max-width:680px;margin:0 auto}.bpest-cities h2{font-family:Georgia,serif;font-size:1.4rem;margin-bottom:1.5rem}.bpest-city-ol{list-style:none;columns:2;column-gap:2.5rem;counter-reset:city}.bpest-city-item{counter-increment:city;break-inside:avoid;margin-bottom:.5rem;display:flex;align-items:center;gap:.6rem}.bpest-city-item:before{content:counter(city,decimal-leading-zero);font-size:.65rem;color:var(--bpest-accent);font-weight:700;min-width:1.5rem;font-family:monospace}.bpest-city-item a{font-size:.875rem;color:var(--bpest-muted);transition:color .2s}.bpest-city-item a:hover{color:var(--bpest-accent)}.bpest-cta{padding:3rem 2rem;max-width:680px;margin:0 auto;text-align:center}.bpest-cta h2{font-family:Georgia,serif;font-size:1.6rem;margin-bottom:.75rem}.bpest-cta p{color:var(--bpest-muted);margin-bottom:1.5rem;font-size:.9rem}.bpest-footer{padding:3rem 2rem;border-top:1px solid var(--bpest-border);max-width:680px;margin:0 auto}.bpest-footer address{font-style:normal;margin-bottom:1.5rem}.bpest-footer__brand{font-family:Georgia,serif;font-size:1.1rem;font-weight:700;color:var(--bpest-text);display:block;margin-bottom:.3rem}.bpest-footer__desc{font-size:.78rem;color:var(--bpest-muted);line-height:1.6}.bpest-footer nav{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.bpest-footer nav a{font-size:.8rem;color:var(--bpest-muted)}.bpest-footer nav a:hover{color:var(--bpest-accent)}.bpest-footer__copy{font-size:.72rem;color:var(--bpest-muted)}
