.bpr-toggle-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem 1.5rem;background:rgba(20,20,20,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.08)}.bpr-toggle-label{font-family:var(--font-poppins);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.5);white-space:nowrap}.bpr-toggle-buttons{display:flex;gap:.375rem}.bpr-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:transparent;color:rgba(255,255,255,.6);font-family:var(--font-poppins);font-size:.8125rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.bpr-toggle-btn:hover{background:rgba(255,255,255,.06);color:rgba(255,255,255,.9);border-color:rgba(255,255,255,.2)}.bpr-toggle-btn--active{background:var(--color-primary-green);border-color:var(--color-primary-green);color:#fff}.bpr-toggle-btn--active:hover{background:var(--color-primary-green-dark);border-color:var(--color-primary-green-dark);color:#fff}.bpr-toggle-num{font-weight:600;font-size:.75rem;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.1);flex-shrink:0}.bpr-toggle-btn--active .bpr-toggle-num{background:rgba(255,255,255,.2)}.bpr-toggle-name{display:inline}@media (max-width:768px){.bpr-toggle-bar{gap:.5rem;padding:.5rem .75rem;flex-wrap:wrap}.bpr-toggle-name{display:none}.bpr-toggle-btn{padding:.5rem .75rem}}.bpr-wrapper{padding-bottom:4rem}.bpr{min-height:100vh;background:#FAFAF8}.bpr-back{display:inline-block;font-family:var(--font-poppins);font-size:.8125rem;color:var(--color-primary-green);text-decoration:none;letter-spacing:.02em;transition:opacity .2s;border:none!important}.bpr-back:hover{opacity:.7;border:none!important}.bpr-back--light{color:rgba(255,255,255,.85)}.bpr-back--light:hover{color:#fff}.bpr-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 .75rem}.bpr-tag{font-family:var(--font-poppins);font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-primary-green);font-weight:500}.bpr-title{font-family:var(--font-display);font-weight:400;line-height:1.15;margin:0;color:var(--color-text-primary)}.bpr-meta{display:flex;align-items:center;gap:.625rem;margin-top:1rem;font-family:var(--font-poppins);font-size:.8125rem;color:var(--color-text-secondary)}.bpr-author{font-weight:500}.bpr-separator{opacity:.4}.bpr-lede{font-family:var(--font-display);font-size:1.25rem;line-height:1.7;color:var(--color-text-secondary);text-align:center;max-width:640px;margin:0 auto 2.5rem;font-style:italic}.bpr-divider{width:60px;height:1px;background:var(--color-primary-green);margin:0 auto 3rem}.bpr-body{padding:3.5rem 1.5rem 4rem}.bpr-body--center{max-width:720px;margin:0 auto;text-align:center}.bpr-body--center .bpr-content{text-align:left}.bpr-body--narrow{max-width:620px;margin:0 auto}.bpr-paragraph{font-family:var(--font-poppins);font-size:1.0625rem;color:var(--color-text-primary);line-height:1.8;margin:0 0 1.75rem}.bpr-h1{font-size:1.875rem;margin:3rem 0 1.5rem}.bpr-h1,.bpr-h2{font-family:var(--font-display);font-weight:400;color:var(--color-text-primary);line-height:1.3}.bpr-h2{font-size:1.5rem;margin:2.5rem 0 1rem}.bpr-h3{font-size:1.25rem;font-weight:400;color:var(--color-text-primary);line-height:1.3;margin:2rem 0 1rem}.bpr-h3,.bpr-quote{font-family:var(--font-display)}.bpr-quote{font-size:1.375rem;font-style:italic;border-left:3px solid var(--color-primary-green);padding:1.5rem 2rem;margin:2.5rem 0;background:rgba(107,139,127,.04);line-height:1.6}.bpr-link,.bpr-quote{color:var(--color-primary-green)}.bpr-link{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .2s;border:none!important}.bpr-link:hover{color:var(--color-primary-green-dark);border:none!important}.bpr-figure{margin:2.5rem 0}.bpr-inline-image{width:100%;height:auto;max-width:100%}.bpr-caption{font-family:var(--font-poppins);font-size:.8125rem;color:var(--color-text-light);font-style:italic;margin-top:.5rem;text-align:center}.bpr--v1 .bpr-hero--fullbleed{position:relative;width:100%;height:80vh;min-height:500px;max-height:800px;overflow:hidden}.bpr--v1 .bpr-hero__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.25) 40%,rgba(0,0,0,.05));z-index:1}.bpr--v1 .bpr-hero__content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:3rem 4rem 3.5rem;max-width:900px}.bpr--v1 .bpr-title{font-size:clamp(2rem,5vw,3.5rem);color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.2)}.bpr--v1 .bpr-tag{color:rgba(255,255,255,.8);background:rgba(255,255,255,.12);padding:.25rem .75rem;border-radius:2px}.bpr--v1 .bpr-meta{color:rgba(255,255,255,.75)}.bpr--v1 .bpr-separator{color:rgba(255,255,255,.4)}@media (max-width:768px){.bpr--v1 .bpr-hero--fullbleed{height:60vh;min-height:400px}.bpr--v1 .bpr-hero__content{padding:2rem 1.5rem 2.5rem}}.bpr--v2 .bpr-hero--split{display:grid;grid-template-columns:1fr 1fr;min-height:70vh}.bpr--v2 .bpr-hero__image-half{position:relative;min-height:500px;overflow:hidden}.bpr--v2 .bpr-hero__text-half{display:flex;flex-direction:column;justify-content:center;padding:3rem 4rem;background:#F5F3EE}.bpr--v2 .bpr-title{font-size:clamp(1.75rem,3vw,2.75rem)}.bpr--v2 .bpr-tags{margin-top:0}.bpr--v2 .bpr-tag{color:var(--color-primary-green);border-bottom:1px solid var(--color-primary-green);padding-bottom:1px}@media (max-width:768px){.bpr--v2 .bpr-hero--split{grid-template-columns:1fr}.bpr--v2 .bpr-hero__image-half{min-height:300px}.bpr--v2 .bpr-hero__text-half{padding:2rem 1.5rem}}.bpr--v3 .bpr-hero--card-bg{position:relative;width:100%;height:65vh;min-height:420px;max-height:700px;overflow:visible;margin-bottom:6rem}.bpr--v3 .bpr-hero__overlay--light{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 0,rgba(0,0,0,.15));z-index:1}.bpr--v3 .bpr-hero__card{position:absolute;bottom:-4rem;left:50%;transform:translateX(-50%);z-index:2;width:90%;max-width:680px;background:#fff;padding:2.5rem 3rem;text-align:center;box-shadow:0 8px 40px rgba(0,0,0,.08)}.bpr--v3 .bpr-title{font-size:clamp(1.5rem,3vw,2.25rem)}.bpr--v3 .bpr-meta,.bpr--v3 .bpr-tags{justify-content:center}.bpr--v3 .bpr-back{margin-bottom:.5rem}.bpr--v3 .bpr-tag{background:#F5F3EE;padding:.2rem .6rem;border-radius:2px}@media (max-width:768px){.bpr--v3 .bpr-hero--card-bg{height:45vh;min-height:280px;margin-bottom:5rem}.bpr--v3 .bpr-hero__card{width:92%;padding:1.75rem 1.5rem;bottom:-3rem}}.bpr--v4 .bpr-hero--magazine{position:relative;width:100%;height:90vh;min-height:600px;max-height:920px;overflow:hidden}.bpr--v4 .bpr-hero__overlay--heavy{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.55));z-index:1}.bpr--v4 .bpr-hero__magazine-content{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;padding:2.5rem 3rem}.bpr--v4 .bpr-hero__magazine-center{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:800px;margin:0 auto}.bpr--v4 .bpr-title{font-size:clamp(2.25rem,5.5vw,4rem);color:#fff;text-shadow:0 2px 30px rgba(0,0,0,.25)}.bpr--v4 .bpr-hero__rule{width:50px;height:2px;background:rgba(255,255,255,.6);margin:1.5rem auto}.bpr--v4 .bpr-tag{color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.25);padding:.3rem .85rem;border-radius:0;font-size:.625rem}.bpr--v4 .bpr-tags{justify-content:center;margin-bottom:1rem}.bpr--v4 .bpr-meta{color:rgba(255,255,255,.65);justify-content:center}.bpr--v4 .bpr-separator{color:rgba(255,255,255,.3)}.bpr--v4 .bpr-body--narrow .bpr-lede{text-align:left;max-width:100%;font-size:1.125rem;border-left:3px solid var(--color-primary-green);padding-left:1.5rem;font-style:italic;margin-bottom:2rem}@media (max-width:768px){.bpr--v4 .bpr-hero--magazine{height:75vh;min-height:450px}.bpr--v4 .bpr-hero__magazine-content{padding:2rem 1.5rem}}.bpr--v5 .bpr-hero--offset{position:relative;padding-bottom:2rem}.bpr--v5 .bpr-hero__offset-image{position:relative;width:100%;height:55vh;min-height:380px;max-height:600px;overflow:hidden}.bpr--v5 .bpr-hero__offset-text{position:relative;z-index:2;max-width:720px;margin:-5rem auto 0;background:#FAFAF8;padding:2.5rem 3rem 1.5rem;text-align:center}.bpr--v5 .bpr-title{font-size:clamp(1.75rem,4vw,3rem)}.bpr--v5 .bpr-tags{justify-content:center;margin-top:0}.bpr--v5 .bpr-tag{color:var(--color-text-light);font-weight:400}.bpr--v5 .bpr-meta{justify-content:center}.bpr--v5 .bpr-back{margin-bottom:.5rem}@media (max-width:768px){.bpr--v5 .bpr-hero__offset-image{height:40vh;min-height:260px}.bpr--v5 .bpr-hero__offset-text{margin-top:-3rem;padding:2rem 1.5rem 1rem}}.bpr--v6 .bpr-hero--editorial{position:relative;overflow:hidden}.bpr--v6 .bpr-hero__editorial-bg{position:absolute;inset:0;background:#fff;z-index:0}.bpr--v6 .bpr-hero__editorial-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;max-width:1200px;margin:0 auto;min-height:480px;align-items:end}.bpr--v6 .bpr-hero__editorial-text{padding:4rem 3rem 3.5rem 4rem;display:flex;flex-direction:column;justify-content:flex-end;background:#fff;align-self:stretch;margin-top:3rem}.bpr--v6 .bpr-back{margin-bottom:2rem}.bpr--v6 .bpr-title{font-size:clamp(1.75rem,3.5vw,2.75rem);line-height:1.2}.bpr--v6 .bpr-hero__editorial-meta{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.bpr--v6 .bpr-meta{gap:2rem}.bpr--v6 .bpr-author,.bpr--v6 .bpr-tag{color:var(--color-primary-green)}.bpr--v6 .bpr-tag{font-weight:600}.bpr--v6 .bpr-tags{margin-top:0;margin-bottom:1.5rem}.bpr--v6 .bpr-hero__editorial-image{position:relative;min-height:420px;align-self:stretch}.bpr-photo-credit{position:absolute;bottom:8px;right:10px;font-size:.65rem;font-family:var(--font-poppins);letter-spacing:.02em;opacity:.85;z-index:2;pointer-events:none}@media (max-width:768px){.bpr--v6 .bpr-hero__editorial-inner{grid-template-columns:1fr;min-height:auto}.bpr--v6 .bpr-hero__editorial-text{padding:2.5rem 1.5rem 2rem;margin-top:0;order:2}.bpr--v6 .bpr-hero__editorial-image{min-height:280px;order:1}}.bpr--v6 .bpr-body--editorial{max-width:680px;margin:0 auto;padding:3.5rem 1.5rem 5rem;background:#fdfbf7}.bpr--v6 .bpr-lede--editorial{font-family:var(--font-display);font-size:1.3rem;line-height:1.8;color:#5a5a5a;font-style:italic;text-align:center;max-width:580px;margin:0 auto 2.5rem;letter-spacing:.01em}.bpr--v6 .bpr-rule--editorial{border:none;height:1px;background:linear-gradient(to right,transparent,var(--color-border),transparent);max-width:200px;margin:0 auto 3rem}.bpr--v6 .bpr-paragraph--dropcap:first-letter{font-family:var(--font-display);float:left;font-size:4rem;line-height:.8;padding-right:.6rem;padding-top:.25rem;color:var(--color-primary-green);font-weight:400}.bpr--v6 .bpr-paragraph{font-size:1.125rem;line-height:1.9;margin-bottom:2rem;color:#2d2d2d}.bpr--v6 .bpr-h2--editorial{font-size:1.35rem;font-weight:400;letter-spacing:.08em;color:#1a1a1a;margin:3.5rem 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-primary-green)}.bpr--v6 .bpr-h2--editorial,.bpr--v6 .bpr-h3--editorial{font-family:var(--font-display);text-transform:uppercase}.bpr--v6 .bpr-h3--editorial{font-size:1rem;font-weight:600;letter-spacing:.1em;color:#4a4a4a;margin:2.5rem 0 1rem}.bpr--v6 .bpr-quote--pullquote{border-left:none;background:none;text-align:center;font-family:var(--font-display);font-size:1.5rem;font-style:italic;color:var(--color-primary-green);line-height:1.6;padding:2.5rem 2rem;margin:3rem auto;max-width:540px;position:relative}.bpr--v6 .bpr-quote--pullquote:before{content:"\201C";display:block;font-family:var(--font-display);font-size:4.5rem;line-height:1;color:var(--color-primary-green);opacity:.25;margin-bottom:.25rem}.bpr--v6 .bpr-quote--pullquote:after{content:"";display:block;width:40px;height:1px;background:var(--color-primary-green);margin:1.5rem auto 0;opacity:.4}.bpr--v6 .bpr-figure{margin:2.5rem -2rem}.bpr--v6 .bpr-inline-image{border-radius:4px}.bpr--v6 .bpr-caption{font-family:var(--font-poppins);font-size:.8rem;color:#888;font-style:italic;text-align:center;margin-top:.75rem;letter-spacing:.02em}.bpr--v6 .bpr-link{-webkit-text-decoration-color:rgba(107,139,127,.3);text-decoration-color:rgba(107,139,127,.3);text-underline-offset:4px}.bpr--v6 .bpr-link:hover{-webkit-text-decoration-color:var(--color-primary-green);text-decoration-color:var(--color-primary-green)}@media (max-width:768px){.bpr--v6 .bpr-body--editorial{padding:2.5rem 1.25rem 3.5rem}.bpr--v6 .bpr-paragraph--dropcap:first-letter{font-size:3.25rem}.bpr--v6 .bpr-quote--pullquote{font-size:1.3rem;padding:2rem 1rem}.bpr--v6 .bpr-figure{margin:2rem -.5rem}}.bpr--v7 .bpr-hero--stacked{max-width:860px;margin:0 auto;padding:2rem 1.5rem 0}.bpr--v7 .bpr-hero__stacked-text{text-align:center;padding:2rem 2rem 2.5rem}.bpr--v7 .bpr-title{font-size:clamp(1.75rem,3.5vw,2.5rem)}.bpr--v7 .bpr-tags{justify-content:center;margin-top:0;margin-bottom:.75rem}.bpr--v7 .bpr-tag{color:var(--color-primary-green);font-weight:600;letter-spacing:.15em}.bpr--v7 .bpr-meta{justify-content:center;margin-top:1.25rem}.bpr--v7 .bpr-hero__stacked-image{position:relative;width:100%;height:380px;overflow:hidden;border-radius:4px}.bpr--v7 .bpr-back{margin-bottom:.5rem}@media (max-width:768px){.bpr--v7 .bpr-hero__stacked-image{height:240px}.bpr--v7 .bpr-hero__stacked-text{padding:1.5rem .5rem 2rem}}.bpr--v8 .bpr-hero--sidebar-img{display:grid;grid-template-columns:1fr 320px;max-width:1100px;margin:0 auto;padding:2rem 1.5rem;grid-gap:3rem;gap:3rem;min-height:400px;align-items:center}.bpr--v8 .bpr-hero__sidebar-text{padding:3rem 0 3rem 2rem}.bpr--v8 .bpr-title{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2;margin-bottom:1rem}.bpr--v8 .bpr-hero__sidebar-excerpt{font-family:var(--font-poppins);font-size:.9375rem;color:var(--color-text-secondary);line-height:1.7;margin:0 0 1.5rem;max-width:520px}.bpr--v8 .bpr-tags{margin-top:0;margin-bottom:1rem}.bpr--v8 .bpr-tag{color:#fff;background:var(--color-primary-green);padding:.2rem .65rem;border-radius:2px;font-size:.625rem}.bpr--v8 .bpr-hero__sidebar-image{position:relative;width:100%;height:420px;overflow:hidden;border-radius:4px}@media (max-width:768px){.bpr--v8 .bpr-hero--sidebar-img{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.bpr--v8 .bpr-hero__sidebar-text{padding:1.5rem 0 0;order:2}.bpr--v8 .bpr-hero__sidebar-image{height:260px;order:1}}.bpr-hero--card-bg:not(:has(img)),.bpr-hero--fullbleed:not(:has(img)),.bpr-hero--magazine:not(:has(img)),.bpr-hero--split .bpr-hero__image-half:not(:has(img)),.bpr-hero__editorial-image:not(:has(img)),.bpr-hero__offset-image:not(:has(img)),.bpr-hero__sidebar-image:not(:has(img)),.bpr-hero__stacked-image:not(:has(img)){background:linear-gradient(135deg,#50583C,#8B7FA6 50%,#8B6F47)}