:root{--primary:#0f5c8c;--secondary:#0e7c86;--accent:#2196a8;--bg-main:#f2f6f8;--white:#ffffff;--text-main:#132530;--text-muted:#4c6572;--border:#d3e0e6;--on-primary:#ffffff;--on-secondary:#ffffff;--on-accent:#14181f;--nav-fg:#132530;--nav-shadow:none;--surface:#ffffff;--on-surface:#14181f;--on-surface-muted:color-mix(in srgb,var(--on-surface) 75%,var(--surface));--img-ratio:4/3;--link:#0e7c86;--link-hover:#00636d;--glass:rgba(255,255,255,.72);--container-width:1200px;--content-width:800px;--radius:12px;--transition:all .3s ease;--section-pad:clamp(4rem,9vw,8rem);--font-heading:'Unbounded',Georgia,serif;--font-body:'IBM Plex Sans',Arial,sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}html,body{overflow-x:hidden;max-width:100%}body{font-family:var(--font-body);font-size:1.05rem;line-height:1.7;color:var(--text-main);background:var(--bg-main)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;color:var(--text-main);word-break:break-word;overflow-wrap:anywhere}h1{font-size:clamp(1.9rem,6vw,3.6rem)}h2{font-size:clamp(1.5rem,4vw,2.4rem)}h3{font-size:clamp(1.15rem,2.5vw,1.5rem)}p{margin:0}img{max-width:100%;height:auto;display:block}a{color:var(--link);text-decoration:none;transition:var(--transition)}a:hover{opacity:.85}ul,ol{list-style:none}button{font:inherit;cursor:pointer;border:none;background:none}:focus-visible{outline:3px solid var(--link);outline-offset:2px}.bch_Holder{max-width:var(--container-width);margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem);width:100%}.bch_Canvas{display:block;min-height:40vh}.bch_PartTitleRow{margin-bottom:clamp(2rem,5vw,3.5rem)}.bch_ZoneTitle{font-size:clamp(1.5rem,4vw,2.4rem);position:relative}.bch_Crown{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--surface);color:var(--on-surface);border-bottom:1px solid var(--border);transition:var(--transition)}.bch_Crown.bch_Condensed{box-shadow:0 4px 20px rgba(0,0,0,.08)}.bch_CrownRow{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(1.2rem,5vw,3rem);min-height:76px;transition:var(--transition)}.bch_Crown.bch_Condensed .bch_CrownRow{min-height:64px}.bch_Brand{font-family:var(--font-heading);font-weight:800;font-size:1.4rem;color:var(--primary);text-decoration:none}.bch_Point{color:var(--secondary)}.bch_LinksRow{justify-self:center}.bch_LinksRow ul{display:flex;align-items:center;gap:2.5rem;list-style:none}.bch_LinksRow a{color:var(--text-muted);text-decoration:none;font-size:.95rem;font-weight:500;transition:var(--transition)}.bch_LinksRow a:hover{color:var(--primary)}.bch_HeadKey{justify-self:end;display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:var(--on-primary);text-decoration:none;font-weight:600;font-size:.9rem;padding:.5rem 1.25rem;border-radius:50px;transition:var(--transition)}.bch_HeadKey:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15);color:var(--on-primary)}.bch_Crown .bch_Switcher{display:none;justify-self:end;color:var(--primary)}@media(max-width:960px){.bch_CrownRow{display:flex;justify-content:space-between;gap:1rem}.bch_LinksRow,.bch_HeadKey{display:none}.bch_Crown .bch_Switcher{display:flex}}.bch_Opening{background:var(--bg-main);padding-bottom:clamp(3rem,8vw,5rem);overflow:hidden}.bch_BannerGrid{display:grid;grid-template-columns:1.4fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center;min-height:64vh}.bch_BannerText{max-width:760px}.bch_IntroTitle{color:var(--text-main);font-size:clamp(2.4rem,8vw,5.2rem);line-height:1.02;letter-spacing:-.02em;margin-bottom:1.4rem;font-weight:800}.bch_IntroTitle span{color:var(--secondary)}.bch_LeadSub{color:var(--text-muted);font-size:clamp(1.05rem,2vw,1.25rem);margin-bottom:2.25rem;max-width:54ch}.bch_CallKey{display:inline-block;background:var(--primary);color:var(--on-primary);padding:1rem 2.4rem;border-radius:var(--radius);font-weight:700;font-size:1.05rem;transition:var(--transition)}.bch_CallKey:hover{background:var(--secondary);color:var(--on-secondary);transform:translateY(-3px);opacity:1}.bch_LeadPic{position:relative;min-height:340px;border-radius:var(--radius);overflow:hidden}.bch_LeadPic img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/5;filter:grayscale(.25) contrast(1.05);mix-blend-mode:normal}.bch_LeadPic::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,color-mix(in srgb,var(--primary) 55%,transparent),color-mix(in srgb,var(--secondary) 35%,transparent));mix-blend-mode:multiply}.bch_LeadPic:empty{background:linear-gradient(160deg,var(--primary),var(--secondary))}.bch_LeadPic:empty::after{display:none}@media(max-width:768px){.bch_BannerGrid{grid-template-columns:1fr;min-height:0}.bch_LeadPic{order:-1;min-height:46vw}.bch_LeadPic img{aspect-ratio:16/10}}.bch_Perks{padding:var(--section-pad) 0}.bch_Perks .bch_PartTitleRow{text-align:center;margin-bottom:clamp(2rem,5vw,3.5rem)}.bch_PerksRow{display:block;position:relative;max-width:880px;margin:0 auto}.bch_PerksRow::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--border);transform:translateX(-50%)}.bch_Perk{position:relative;width:50%;padding:0 clamp(1.5rem,4vw,2.5rem);margin-bottom:clamp(1.5rem,4vw,2.5rem)}.bch_Perk:nth-child(odd){left:0;text-align:right}.bch_Perk:nth-child(even){left:50%;text-align:left}.bch_PerkIndex{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--primary);color:var(--on-primary);font-family:var(--font-heading);font-weight:800;font-size:.95rem;box-shadow:0 0 0 6px var(--bg-main);position:relative;z-index:2}.bch_Perk:nth-child(odd) .bch_PerkIndex{margin-left:auto}.bch_ValueHead{margin:1rem 0 .5rem;font-size:1.15rem}.bch_PerkNote{color:var(--text-muted);font-size:.95rem}@media(max-width:768px){.bch_PerksRow::before{left:20px}.bch_Perk,.bch_Perk:nth-child(odd),.bch_Perk:nth-child(even){width:100%;left:0;text-align:left;padding-left:56px;padding-right:0}.bch_Perk:nth-child(odd) .bch_PerkIndex{margin-left:0}.bch_PerkIndex{position:absolute;left:0;top:0}}.bch_InviteStrip{background:var(--primary);padding:clamp(3rem,7vw,5.5rem) 0}.bch_InviteRow{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.bch_AppealWords{color:var(--on-primary)!important;font-family:var(--font-heading);font-size:clamp(1.3rem,3vw,2rem);line-height:1.3;margin:0;max-width:36ch}.bch_AppealAction{display:inline-block;background:var(--secondary);color:var(--on-secondary);padding:1rem 2.2rem;border-radius:var(--radius);font-weight:700;white-space:nowrap;transition:var(--transition)}.bch_AppealAction:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.25);opacity:1}@media(max-width:768px){.bch_InviteRow{flex-direction:column;text-align:center}}.bch_Spotlight{padding:var(--section-pad) 0;background:var(--surface);color:var(--on-surface)}.bch_MetricSet{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem)}.bch_MetricCell{position:relative;padding:1.6rem 1.2rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-main);transition:var(--transition)}.bch_MetricCell:hover{border-color:var(--secondary);transform:translateY(-6px)}.bch_MetricCell:not(:last-child)::after{content:'\2192';position:absolute;right:-.9rem;top:50%;transform:translateY(-50%);color:var(--secondary);font-size:1.4rem;font-weight:700;z-index:2;background:var(--surface);padding:0 .2rem}.bch_MetricBig{display:block;font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,4vw,2.8rem);line-height:1;color:var(--secondary);margin-bottom:.7rem}.bch_ValueHead{margin-bottom:.45rem;font-size:1.08rem;color:var(--on-surface)}.bch_PerkNote{color:var(--on-surface-muted);font-size:.93rem;line-height:1.6;margin:0}@media(max-width:1024px){.bch_MetricSet{grid-template-columns:repeat(2,minmax(0,1fr))}.bch_MetricCell:not(:last-child)::after{display:none}}@media(max-width:768px){.bch_MetricSet{grid-template-columns:1fr}}.bch_FeedRows{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2.5vw,1.75rem)}.bch_NoteCard{margin:0;border-radius:var(--radius);overflow:hidden;position:relative;background:var(--primary);transition:var(--transition)}.bch_NoteCard:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.18)}.bch_Cover{display:block;position:relative;overflow:hidden}.bch_Cover img{display:block;width:100%;height:auto;object-fit:cover;transition:var(--transition)}.bch_NoteCard:hover .bch_Cover img{transform:scale(1.06)}.bch_Cover:has(.bch_CoverStub){min-height:220px}.bch_TileText{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.2rem;background:linear-gradient(0deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.25) 55%,rgba(0,0,0,0) 100%)}.bch_ArticleInfo{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem;font-size:.78rem;color:rgba(255,255,255,.85)}.bch_TopicChip{color:var(--on-secondary);background:var(--secondary);padding:.18rem .55rem;border-radius:50px;text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:700}.bch_PieceTitle{color:var(--white);font-size:1.12rem;line-height:1.3;margin:0}.bch_ContinueTag{display:none}.bch_CoverStub{display:block;width:100%;min-height:220px;background:linear-gradient(135deg,var(--primary),var(--secondary))}@media(max-width:1024px){.bch_FeedRows{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.bch_FeedRows{grid-template-columns:1fr}}.bch_Basement{background:var(--primary);color:var(--on-primary);padding:clamp(3rem,7vw,5rem) 0 0}.bch_GroundCols{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:clamp(2rem,5vw,4rem);padding-bottom:clamp(2rem,5vw,3rem)}.bch_GroundBrand{font-family:var(--font-heading);font-weight:800;font-size:1.35rem;color:var(--on-primary);margin-bottom:.9rem}.bch_GroundBrand .bch_Point{color:var(--on-primary)}.bch_FootAbout{font-size:.95rem;line-height:1.7;color:var(--on-primary);opacity:.7}.bch_FootWays ul{display:flex;flex-direction:column;gap:.6rem}.bch_FootWays a{color:var(--on-primary);opacity:.78;font-size:.95rem}.bch_FootWays a:hover{color:var(--on-primary);opacity:1}.bch_GroundReach p{margin-bottom:.55rem;font-size:.95rem}.bch_GroundReach a{color:var(--on-primary)}.bch_GroundReach a:hover{color:var(--on-primary);opacity:1}.bch_FootNets{display:flex;gap:.75rem;margin-top:1.1rem}.bch_FootNets a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);color:var(--on-primary);transition:var(--transition)}.bch_FootNets a:hover{background:var(--secondary);color:var(--on-secondary);opacity:1;transform:translateY(-3px)}.bch_FootNets svg{width:18px;height:18px}.bch_GroundBase{border-top:1px solid rgba(255,255,255,.12);padding:1.4rem 0;font-size:.85rem;color:var(--on-primary);opacity:.55}.bch_Crown{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.bch_NoteCard,.bch_Perk{box-shadow:none;border:1px solid var(--border)}.bch_Perks,.bch_Spotlight,.bch_FeedZone{border-top:1px solid var(--border)}.bch_ZoneTitle{padding-bottom:.8rem;border-bottom:1px solid var(--border);display:inline-block}.bch_Opening::after{content:'';position:absolute;right:4%;bottom:8%;width:180px;height:180px;background-image:radial-gradient(circle,color-mix(in srgb,var(--secondary) 55%,transparent) 2px,transparent 2px);background-size:18px 18px;z-index:1;pointer-events:none;opacity:.5}.bch_Perks::before{content:'';position:absolute;left:3%;top:10%;width:140px;height:140px;background-image:radial-gradient(circle,color-mix(in srgb,var(--primary) 35%,transparent) 2px,transparent 2px);background-size:16px 16px;z-index:0;pointer-events:none;opacity:.55}@media(max-width:768px){.bch_Opening::after,.bch_Perks::before{display:none}}@media(min-width:1025px){.bch_FeedRows{grid-template-columns:repeat(2,minmax(0,1fr))}}.bch_BannerText{text-align:left;margin-left:0;margin-right:auto}.bch_BannerText .bch_CallKey{margin-left:0;margin-right:auto}.bch_BannerText .bch_LeadSub{margin-left:0;margin-right:auto}.bch_IntroTitle::after{margin-left:0;margin-right:auto}.bch_CallKey,.bch_SeekGo{background:linear-gradient(135deg,var(--primary),var(--secondary))!important;color:var(--on-primary)!important;background-size:200% 100%;background-position:0% 50%;transition:background-position .4s ease,transform var(--transition)}.bch_CallKey:hover,.bch_SeekGo:hover{background-position:100% 50%!important;transform:translateY(-3px);opacity:1}.bch_ZoneTitle{text-decoration:underline;text-decoration-color:var(--secondary);text-decoration-thickness:4px;text-underline-offset:12px}.bch_NoteCard:hover{transform:scale(1.03);box-shadow:0 12px 36px rgba(0,0,0,.14)}.bch_FeedZone{padding:var(--section-pad) 0}.bch_LeafCrown{background:var(--primary);padding:calc(clamp(120px,14vh,160px)) 0 clamp(2.5rem,6vw,4rem)}.bch_LeafCrown .bch_LeafTitle{color:var(--on-primary);font-size:clamp(1.6rem,5vw,2.8rem)}.bch_LeafCrown p{color:var(--on-primary);opacity:.75;margin-top:.6rem}.bch_PageFlow{padding:clamp(2.5rem,6vw,4.5rem) 0}.bch_Reading{max-width:var(--content-width);margin:0 auto}.bch_ArticleInfo{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;color:var(--text-muted);font-size:.9rem;margin-bottom:1.75rem}.bch_ArticleInfo a{color:var(--link)}.bch_ReadingFlow{font-size:1.15rem;line-height:1.8}.bch_ReadingFlow p{margin:0 0 1.4rem}.bch_ReadingFlow h2{margin:2.4rem 0 1rem}.bch_ReadingFlow h3{margin:2rem 0 .9rem}.bch_ReadingFlow ul,.bch_ReadingFlow ol{margin:0 0 1.4rem;padding-left:1.5rem}.bch_ReadingFlow ul{list-style:disc}.bch_ReadingFlow ol{list-style:decimal}.bch_ReadingFlow li{margin-bottom:.5rem}.bch_ReadingFlow img{border-radius:var(--radius);margin:1.5rem 0}.bch_ReadingFlow blockquote{border-left:4px solid var(--secondary);background:color-mix(in srgb,var(--secondary) 7%,transparent);padding:1.2rem 1.5rem;margin:0 0 1.4rem;border-radius:0 var(--radius) var(--radius) 0;font-style:italic}.bch_ReadingFlow table{width:100%;border-collapse:collapse;margin:0 0 1.6rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.bch_ReadingFlow th{background:var(--primary);color:var(--on-primary);text-align:left;padding:.8rem 1rem;font-family:var(--font-body);font-size:.95rem}.bch_ReadingFlow td{padding:.75rem 1rem;border-top:1px solid var(--border)}.bch_ReadingFlow tr:nth-child(even) td{background:color-mix(in srgb,var(--primary) 4%,transparent)}.bch_ReadingFlow a{text-decoration:underline;text-underline-offset:3px}.bch_ReadingMarks{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem}.bch_ReadingMarks a{display:inline-block;padding:.3rem .85rem;border:1px solid var(--border);border-radius:50px;font-size:.85rem;color:var(--text-muted)}.bch_ReadingMarks a:hover{border-color:var(--link-hover);color:var(--link-hover);opacity:1}.bch_ArticleTurn{display:flex;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid var(--border)}.bch_ArticleTurn a{display:inline-block;padding:.7rem 1.3rem;border-radius:var(--radius);background:var(--primary);color:var(--on-primary);font-size:.92rem;max-width:48%}.bch_ArticleTurn a:hover{background:var(--secondary);color:var(--on-secondary);opacity:1}.bch_RepliesZone{max-width:var(--content-width);margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--border)}.bch_RepliesZone ol{list-style:none;padding:0}.bch_RepliesZone li{margin-bottom:1.5rem;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--on-surface)}.bch_RepliesZone input[type=text],.bch_RepliesZone input[type=email],.bch_RepliesZone input[type=url],.bch_RepliesZone textarea{width:100%;padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;font:inherit;background:var(--surface);color:var(--on-surface)}.bch_RepliesZone input[type=submit]{background:var(--primary);color:var(--on-primary);padding:.75rem 1.6rem;border-radius:var(--radius);border:none;cursor:pointer;transition:var(--transition)}.bch_RepliesZone input[type=submit]:hover{background:var(--secondary);color:var(--on-secondary)}.bch_RepliesZone label{display:block;margin-bottom:.35rem;font-size:.92rem;color:var(--text-muted)}.bch_SeekLine{display:flex;gap:.5rem;max-width:480px}.bch_SeekInput{flex:1;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit;background:var(--surface);color:var(--on-surface);min-width:0}.bch_SeekGo{background:var(--primary);color:var(--on-primary);padding:.75rem 1.4rem;border-radius:var(--radius);transition:var(--transition);flex-shrink:0}.bch_SeekGo:hover{background:var(--secondary);color:var(--on-secondary)}.bch_GeoFrame{line-height:0}.bch_GeoFrame iframe{width:100%;min-height:320px;border:0}.bch_PinnedFlag{display:inline-block;background:var(--secondary);color:var(--on-secondary);font-size:.75rem;padding:.25rem .7rem;border-radius:50px;margin-bottom:.6rem;letter-spacing:.04em;text-transform:uppercase}.bch_LeafBar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin-top:clamp(2rem,5vw,3rem)}.bch_PageCount{width:100%;text-align:center;color:var(--text-muted);font-size:.9rem;margin-bottom:.75rem}.bch_Leaf,.bch_LeafStep{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 .8rem;border:1px solid var(--border);border-radius:var(--radius);color:var(--on-surface);background:var(--surface);font-size:.95rem;transition:var(--transition)}.bch_Leaf:hover,.bch_LeafStep:hover{border-color:var(--primary);color:var(--primary);opacity:1}.bch_PageNow{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 .8rem;border-radius:var(--radius);background:var(--primary);color:var(--on-primary);border:1px solid var(--primary)}.bch_ContactCols{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,2.5rem);align-items:start}.bch_ReachInfo p{margin:0 0 .6rem;color:var(--text-main)}.bch_ReachInfo a{color:var(--link);text-decoration:none}.bch_ReachInfo a:hover{text-decoration:underline}.bch_ReachInfo .bch_FootNets{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.1rem}.bch_ReachInfo .bch_FootNets a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary);transition:var(--transition);text-decoration:none}.bch_ReachInfo .bch_FootNets a:hover{background:var(--primary);color:var(--on-primary);text-decoration:none}.bch_ReachInfo .bch_FootNets svg{width:20px;height:20px;flex-shrink:0}.bch_ContactGeo{grid-column:1/-1;margin-top:.4rem;line-height:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.bch_ContactGeo iframe{width:100%;min-height:280px;border:0}.bch_ReachForm{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(1.25rem,3vw,1.75rem);display:flex;flex-direction:column;gap:.9rem}.bch_ReachField{display:flex;flex-direction:column;gap:.35rem}.bch_ReachField span{font-size:.9rem;color:var(--on-surface-muted)}.bch_ReachField input,.bch_ReachField textarea{width:100%;padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit;background:var(--surface);color:var(--on-surface)}.bch_ReachField input:focus,.bch_ReachField textarea:focus{outline:2px solid var(--primary);border-color:transparent}.bch_ReachField textarea{resize:vertical;min-height:110px}.bch_ConnectSend{align-self:flex-start;background:var(--primary);color:var(--on-primary);border:0;padding:.8rem 1.8rem;border-radius:var(--radius);font-weight:700;cursor:pointer;transition:var(--transition)}.bch_ConnectSend:hover{background:var(--secondary);color:var(--on-secondary)}.bch_ReachNote{padding:.8rem 1rem;border-radius:var(--radius);font-size:.95rem;margin:0}.bch_ReachNote.bch_SuccessNote{background:color-mix(in srgb,#10b981 16%,transparent);color:#065f46;border:1px solid #10b981}.bch_ReachNote.bch_SentErr{background:color-mix(in srgb,#ef4444 14%,transparent);color:#991b1b;border:1px solid #ef4444}@media(max-width:768px){.bch_ContactCols{grid-template-columns:1fr}}.bch_PathNav{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.5}.bch_PathNav a{color:var(--text-muted)}.bch_PathNav a:hover{color:var(--link-hover);opacity:1}.bch_PathNav [aria-current=page]{color:var(--text-main)}.bch_MoreReads{max-width:var(--content-width);margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--border)}.bch_AkinTitle{font-size:1.3rem;margin-bottom:1.25rem}.bch_MoreSet{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2.5vw,1.5rem)}.bch_AkinItem{min-width:0}.bch_AkinRef{display:block;color:var(--text-main);font-size:.95rem;line-height:1.4}.bch_AkinRef:hover{color:var(--link-hover);opacity:1}.bch_AkinThumb{display:block;margin-bottom:.6rem;border-radius:var(--radius);overflow:hidden}.bch_AkinThumb img{display:block;width:100%;aspect-ratio:var(--img-ratio);object-fit:cover}@media(max-width:1024px){.bch_MoreSet{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.bch_MoreSet{grid-template-columns:1fr}}.bch_Leaf{min-width:12px;width:12px;height:12px;padding:0;border:0;border-radius:50%;background:var(--border);color:transparent;overflow:hidden;font-size:0}.bch_Leaf:hover{background:var(--primary)}.bch_PageNow{min-width:12px;width:12px;height:12px;padding:0;border:0;border-radius:50%;background:var(--primary);color:transparent;font-size:0}.bch_LeafStep{border:0;background:transparent;color:var(--text-main);min-width:24px;height:24px}.bch_LeafStep:hover{background:transparent;color:var(--primary)}.bch_MoreSet{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,3vw,2rem)}.bch_AkinItem{display:flex;align-items:center}.bch_AkinRef{display:grid;grid-template-columns:100px 1fr;gap:1.2rem;align-items:center;text-decoration:none;transition:var(--transition)}.bch_AkinThumb{margin:0}.bch_AkinRef span:not(.bch_AkinThumb){font-weight:600;font-size:1.05rem;line-height:1.4}@media(max-width:768px){.bch_MoreSet{grid-template-columns:1fr}}.bch_ReachInfo{background:var(--surface);color:var(--on-surface);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(1.25rem,3vw,1.75rem)}.bch_ReachInfo a{color:var(--link)}body.single .bch_LeafCrown{background:transparent;padding:clamp(2.5rem,6vw,4rem) 0 0}body.single .bch_LeafCrown .bch_LeafTitle{color:var(--text-main);border-left:5px solid var(--secondary);padding-left:1rem}body.single .bch_Reading{max-width:820px;border-left:1px solid var(--border);padding-left:clamp(1rem,3vw,2rem)}body.single .bch_Reading .bch_Cover img{display:block;width:100%;height:auto}body.single .bch_ArticleInfo span,body.single .bch_ArticleInfo time{background:color-mix(in srgb,var(--secondary) 10%,transparent);padding:.2rem .6rem;border-radius:6px}.bch_PgShell .bch_LeafCrown{text-align:left}.bch_PgShell .bch_PgContent{max-width:var(--content-width);margin-inline:auto;background:var(--surface);color:var(--on-surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 14px 40px rgba(0,0,0,.07);padding:clamp(1.5rem,4vw,2.75rem)}.bch_PgShell .bch_Cover img{display:block;width:100%;aspect-ratio:var(--img-ratio);object-fit:cover}.bch_ArShell .bch_LeafCrown{text-align:center}.bch_ArShell .bch_LeafCrown .bch_LeafTitle{margin-inline:auto;padding-bottom:.75rem}.bch_ArShell .bch_LeafCrown .bch_LeafTitle::after{content:'';display:block;width:56px;height:3px;background:var(--on-primary);opacity:.6;margin:.75rem auto 0}.bch_ArShell .bch_ArMeta{text-align:center}.bch_ArShell .bch_ArActions{margin-top:1.25rem;text-align:center}.bch_ContactCols{grid-template-columns:1fr 1.15fr}.bch_ReachInfo{background:color-mix(in srgb,var(--primary) 7%,transparent);border-radius:calc(var(--radius) + 6px);padding:clamp(1.4rem,3.5vw,2rem)}.bch_ResourcesStrip{padding:clamp(1.5rem,3vw,2.5rem) 0;border-top:1px solid var(--border)}.bch_ResourcesRow{display:flex;align-items:flex-start;gap:clamp(1rem,2vw,2rem);flex-wrap:wrap}.bch_AlliesHead{margin:0;font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;padding-top:.25rem}.bch_ResourcesList{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.75rem 2rem}.bch_AllyNode{margin:0;padding:0;background:transparent;border:none}.bch_AllyBlurb{margin:.2rem 0 0;font-size:.78rem;color:var(--text-muted);line-height:1.45;max-width:22ch}.bch_ResourcesStrip.tg-pl-1{padding:clamp(2.5rem,5vw,4rem) 0;background:var(--surface);border-top:1px solid var(--border)}.tg-pl-1 .bch_ResourcesRow{flex-direction:column;align-items:center;text-align:center;gap:1.5rem;max-width:760px;margin-inline:auto}.tg-pl-1 .bch_AlliesHead{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--on-surface);text-transform:none;letter-spacing:normal;padding-top:0}.tg-pl-1 .bch_ResourcesList{justify-content:center;gap:1rem 2.5rem;display:flex}.tg-pl-1 .bch_AllyNode{margin:0;padding:0;background:transparent;border:none}.tg-pl-1 .bch_AllyBlurb{margin:.3rem auto 0;font-size:.85rem;color:var(--on-surface-muted);line-height:1.5;max-width:28ch}.bch_ResourcesStrip.tg-pl-2{padding:clamp(2.5rem,5vw,4rem) 0;background:transparent}.tg-pl-2 .bch_ResourcesRow{flex-direction:column;gap:1.5rem;align-items:stretch}.tg-pl-2 .bch_AlliesHead{font-family:var(--font-heading);font-size:1.4rem;font-weight:800;color:var(--text-main);text-transform:none;letter-spacing:normal;padding-top:0}.tg-pl-2 .bch_ResourcesList{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.tg-pl-2 .bch_AllyNode{margin:0;padding:1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.tg-pl-2 .bch_AllyBlurb{margin:.4rem 0 0;font-size:.82rem;color:var(--on-surface-muted);line-height:1.5;max-width:100%}.bch_AllyRef{font-size:.9rem;font-weight:700;color:var(--link);text-decoration:none;transition:color .15s ease}.bch_AllyRef:hover{color:var(--link-hover);opacity:1}.bch_LinksRow .bch_AllyItem>a{font-weight:inherit}.bch_PartnerBanners{margin-top:3rem;padding-top:2rem;background:transparent;border:none}.bch_PartnerBanners .bch_ResourcesRow{flex-direction:column;align-items:stretch;text-align:left;max-width:100%;margin:0}.bch_PartnerBanners .bch_AlliesHead{font-family:inherit;font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:0;padding-top:0}.bch_PartnerBanners .bch_ResourcesList{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:flex-start}.bch_PartnerBanners .bch_AllyNode{flex:0 1 auto;max-width:100%;background:transparent;border:none;padding:0}.bch_PartnerBanners .bch_AllyRef img{display:block;max-width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border)}.bch_PartnerBanners .bch_AllyRef:hover img{opacity:.92}.bch_Switcher{display:none;flex-direction:column;justify-content:center;gap:6px;width:48px;height:48px;align-items:center;z-index:1102;flex-shrink:0}.bch_Switcher span{display:block;width:26px;height:3px;background:currentColor;border-radius:2px;transition:var(--transition)}body.bch_Revealed .bch_Switcher span:nth-child(1){transform:translateY(9px) rotate(45deg)}body.bch_Revealed .bch_Switcher span:nth-child(2){opacity:0}body.bch_Revealed .bch_Switcher span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.bch_LinksRow ul{display:flex;gap:clamp(.75rem,2vw,1.75rem);align-items:center;flex-wrap:wrap}.bch_LinksRow a{display:inline-block;padding:.4rem .15rem;font-size:.98rem}.bch_LinksRow a:hover{color:var(--link-hover);opacity:1}.bch_LinksRow .current-menu-item>a,.bch_LinksRow .current_page_item>a{color:var(--link)}.bch_LinksRow ul ul{display:none}@media(max-width:768px){.bch_LinksRow{display:none}.bch_Switcher{display:flex}}body.bch_Revealed{overflow:hidden}body.bch_Revealed .bch_Crown{backdrop-filter:none;-webkit-backdrop-filter:none;transform:none}body.bch_Revealed .bch_LinksRow{display:flex;position:fixed;inset:0;background:var(--primary);z-index:1100;align-items:center;justify-content:center;overflow-y:auto;padding:4.5rem 1.25rem;justify-self:auto;align-self:auto;grid-column:auto;grid-row:auto;width:auto}body.bch_Revealed .bch_LinksRow ul{flex-direction:column;gap:1.25rem;text-align:center;margin:auto}body.bch_Revealed .bch_LinksRow a{color:var(--on-primary);font-size:1.5rem;padding:.5rem 1rem}body.bch_Revealed .bch_Switcher{position:fixed;top:18px;right:18px;color:var(--on-primary);transform:none;z-index:1102}@media(max-width:1024px){.bch_PerksRow{grid-template-columns:repeat(2,minmax(0,1fr))}.bch_FeedRows{grid-template-columns:repeat(2,minmax(0,1fr))}.bch_MetricSet{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.bch_PerksRow{grid-template-columns:1fr}.bch_FeedRows{grid-template-columns:1fr}.bch_GroundCols{grid-template-columns:1fr}.bch_BannerGrid{grid-template-columns:1fr}.bch_ArticleTurn{flex-direction:column}.bch_ArticleTurn a{max-width:100%}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.bch_Opening{padding-top:clamp(140px,15vh,180px)!important}.bch_LeafCrown{padding-top:clamp(140px,15vh,180px)!important}:where(.bch_NoteCard){display:flex;flex-direction:column}:where(.bch_NoteCard .bch_Cover){flex-shrink:0}:where(.bch_NoteCard .bch_TileText){display:flex;flex-direction:column;flex:1 1 auto}:where(.bch_NoteCard .bch_ContinueTag){margin-top:auto;align-self:flex-start}.bch_Opening,.bch_Perks,.bch_Spotlight,.bch_FeedZone,.bch_Basement{isolation:isolate;position:relative}.bch_BannerText{position:relative;z-index:2}.bch_BannerPhoto{z-index:0}.bch_LeadVeil{z-index:1}.bch_Brand,.bch_GroundBrand{display:inline-flex;flex-wrap:wrap;align-items:center;word-break:break-word}.bch_MarkIcon{max-height:48px;width:auto;object-fit:contain;margin-right:12px;flex-shrink:0}.bch_LeadVeil{position:absolute;inset:0;pointer-events:none}.bch_BannerText .bch_IntroTitle,.bch_BannerText .bch_LeadSub{text-shadow:0 1px 3px rgba(0,0,0,.25)}.bch_Opening .bch_BannerText{text-align:left!important;margin-left:0!important;margin-right:auto!important}.bch_Opening .bch_LeadSub,.bch_Opening .bch_CallKey,.bch_Opening .bch_IntroTitle::after{margin-left:0!important;margin-right:auto!important}.bch_Cover{display:block;aspect-ratio:var(--img-ratio)!important;height:auto!important;min-height:0!important;overflow:hidden}.bch_Cover img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.bch_Reading .bch_Cover img,.page .bch_Cover img{width:100%;height:100%;object-fit:cover!important}.bch_NoteCard:hover .bch_Cover img{transform:scale(1.04)}iframe,video,embed,object{max-width:100%}.bch_ReadingFlow table{display:table;table-layout:auto}@media(max-width:768px){.bch_ReadingFlow table{display:block;overflow-x:auto;white-space:nowrap}}:where( .bch_TileText,.bch_Perk,.bch_SpotRow,.bch_Statement,.bch_MetricCell,.bch_Inquiry,.bch_QaAsk,.bch_FootBlock,.bch_GroundReach,.bch_AsideCard,.bch_PgContent,.bch_ArMeta,.bch_ArActions,.bch_ReachInfo,.bch_ResourcesRow ){padding:clamp(0.8rem,2vw,1.25rem)}body.bch_Revealed .bch_LinksRow{justify-self:auto!important;align-self:auto!important;grid-column:auto!important;grid-row:auto!important;width:auto!important;max-width:none!important}