.bhome{--navy-950:#0a1726;--navy-900:#0d1e32;--navy-850:#10273f;--teal-b:#3c7d87;--teal-b300:#6aa6ad;--bronze:#c49a55;--bronze-200:#e7c98a;--cream-b:#f2e9d7;--cream-b200:#e3d7be;--cream-dim:#bcb39d;--gold-grad:linear-gradient(135deg,#efd79a,#c49a55 48%,#9c7434);--gold-line:linear-gradient(90deg,transparent,#c49a55 18%,#e7c98a 50%,#c49a55 82%,transparent);--serif:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;--sans:var(--font-archivo),"Archivo",system-ui,sans-serif;--mono:var(--font-plexmono),"IBM Plex Mono","SFMono-Regular",monospace;--maxw:1280px;--edge:max(40px,calc((100vw - var(--maxw)) / 2 + 40px));--ink-950:#060e18;--line-b:rgba(242,233,215,0.13);position:relative;background:var(--navy-950);color:var(--cream-b);font-family:var(--sans);overflow-x:clip}.bhome a{color:inherit;text-decoration:none}.bhome img{max-width:100%;display:block}.bhome .wrap{max-width:var(--maxw);margin:0 auto;padding:0 40px}.bhome .eyebrow{font-family:var(--mono);font-size:12px;letter-spacing:.32em;text-transform:uppercase}.bhome .btn{display:inline-flex;align-items:center;gap:.6em;font-family:var(--sans);font-weight:600;font-size:15px;letter-spacing:.01em;padding:14px 26px;border-radius:2px;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:transform .25s cubic-bezier(.2,.7,.3,1),box-shadow .25s,background .25s,color .25s}.bhome .btn-gold{background:var(--gold-grad);color:var(--navy-950);box-shadow:0 8px 30px -10px rgba(196,154,85,.6)}.bhome .btn-gold:hover{transform:translateY(-2px);box-shadow:0 14px 40px -10px rgba(196,154,85,.75)}.bhome .btn-ghost{background:transparent;border-color:rgba(242,233,215,.35);color:var(--cream-b)}.bhome .btn-ghost:hover{border-color:var(--bronze-200);background:rgba(231,201,138,.08)}.bhome .btn .arr{transition:transform .25s}.bhome .btn:hover .arr{transform:translateX(4px)}.bhome .nav{position:fixed;top:0;left:0;right:0;z-index:60;background:transparent;border-bottom:1px solid transparent;transition:background .45s ease,border-color .45s ease}.bhome .nav.scrolled{background:rgba(10,23,38,.93);border-bottom-color:var(--line-b);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.bhome .nav .row{display:flex;align-items:center;justify-content:space-between;height:84px}.bhome .nav .logo{height:38px;width:auto;display:block}.bhome .nav-links{display:flex;gap:38px;align-items:center}.bhome .nav-links a{font-size:13.5px;letter-spacing:.04em;color:var(--cream-b200);transition:color .2s;position:relative}.bhome .nav-links a:after{content:"";position:absolute;left:0;bottom:-6px;height:1px;width:0;background:var(--cream-b);opacity:.5;transition:width .3s}.bhome .nav-links a:hover{color:var(--cream-b)}.bhome .nav-links a:hover:after{width:100%}.bhome .nav-cta{display:flex;gap:26px;align-items:center}.bhome .nav-cta .link{font-size:13.5px;letter-spacing:.04em;color:var(--cream-b200);transition:color .2s}.bhome .nav-cta .link:hover{color:var(--cream-b)}.bhome .menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}.bhome .menu-btn span{width:24px;height:2px;background:var(--cream-b)}.bhome .mobile-menu{position:fixed;inset:0;z-index:70;background:linear-gradient(160deg,var(--navy-950),var(--navy-850));display:flex;flex-direction:column;transform:translateX(100%);transition:transform .4s cubic-bezier(.2,.7,.3,1)}.bhome .mobile-menu.open{transform:none}.bhome .mm-head{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-bottom:1px solid var(--line-b)}.bhome .mm-head img{height:32px;width:auto}.bhome .mclose{font-size:34px;line-height:1;color:var(--cream-b);background:none;border:0;cursor:pointer;padding:4px 8px}.bhome .mm-links{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2px;padding:12px 28px}.bhome .mm-links a{font-family:var(--sans);font-weight:500;font-size:20px;letter-spacing:.02em;color:var(--cream-b200);padding:18px 0;border-bottom:1px solid var(--line-b)}.bhome .mm-cta{display:flex;flex-direction:column;gap:14px;padding:24px 28px calc(28px + env(safe-area-inset-bottom))}.bhome .mm-cta .btn{width:100%;justify-content:center;padding:16px;font-size:15px}.bhome .hero{position:relative;min-height:100svh;display:flex;overflow:hidden}.bhome video{pointer-events:none;position:relative;z-index:1;opacity:0;transition:opacity .6s ease}.bhome video.is-playing{opacity:1}.bhome .bgv-poster{position:absolute;inset:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}.bhome .hero-bg .bgv-poster{-o-object-position:right center;object-position:right center}.bhome .hero-bg{position:absolute;inset:0;z-index:0}.bhome .hero-bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center}.bhome .hero-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(10,23,38,.9) 0,rgba(10,23,38,.66) 32%,rgba(10,23,38,.22) 52%,transparent 68%),linear-gradient(180deg,rgba(10,23,38,.55) 0,transparent 24%,transparent 72%,rgba(10,23,38,.78) 92%,var(--navy-950) 100%)}.bhome .hero-content{position:relative;z-index:5;display:flex;flex-direction:column;width:100%;padding-top:110px;text-shadow:0 2px 16px rgba(8,18,30,.45)}.bhome .hero-inner{max-width:820px;margin:auto 0}.bhome .hero .eyebrow{color:var(--teal-b300);margin-bottom:36px;display:flex;align-items:center;gap:16px}.bhome .hero .eyebrow:before{content:"";width:40px;height:1px;background:var(--cream-dim);opacity:.6;display:inline-block}.bhome .hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(48px,7.2vw,106px);line-height:.98;margin:0;letter-spacing:-.01em;color:var(--cream-b);text-wrap:balance}.bhome .hero h1 .gt{background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.bhome .hero p.lede{font-size:19px;line-height:1.68;color:var(--cream-b200);max-width:520px;margin:40px 0 52px;font-family:var(--sans)}.bhome .hero-actions{display:flex;gap:18px;flex-wrap:wrap}.bhome .trust-strip{display:flex;gap:clamp(36px,6.5vw,96px);flex-wrap:wrap;border-top:1px solid rgba(242,233,215,.18);padding:32px 0 48px}.bhome .trust-strip .ti{display:flex;flex-direction:column;gap:8px}.bhome .trust-strip .ti .n{font-family:var(--serif);font-size:31px;font-weight:500;color:var(--cream-b)}.bhome .trust-strip .ti .l{font-family:var(--mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--cream-dim);max-width:170px}.bhome section{position:relative}.bhome .sec{padding:clamp(150px,17vw,250px) 0}.bhome .sec-head{max-width:820px}.bhome .sec-head .eyebrow{color:var(--teal-b);margin-bottom:26px}.bhome .sec-head h2{font-family:var(--serif);font-weight:400;font-size:clamp(38px,5vw,70px);line-height:1.03;margin:0;color:var(--cream-b);letter-spacing:-.01em;text-wrap:balance}.bhome .sec-head p{font-size:17px;line-height:1.7;color:var(--cream-b200);margin:28px 0 0;max-width:600px}.bhome .split{display:grid;grid-template-columns:minmax(300px,5fr) 7fr;gap:clamp(60px,8vw,130px);align-items:start}.bhome .plist{display:flex;flex-direction:column}.bhome .pitem{padding:54px 0;border-top:1px solid var(--line-b)}.bhome .pitem:last-child{border-bottom:1px solid var(--line-b)}.bhome .pitem h3{font-family:var(--serif);font-size:clamp(26px,2.6vw,34px);font-weight:500;margin:0 0 16px;color:var(--cream-b)}.bhome .pitem p{font-size:16px;line-height:1.7;color:var(--cream-dim);margin:0;max-width:560px}.bhome .rows{margin-top:clamp(70px,9vw,120px)}.bhome .rows .row{display:grid;grid-template-columns:90px 1fr 1.15fr;gap:clamp(28px,4vw,64px);padding:clamp(44px,5vw,68px) 0;border-top:1px solid var(--line-b);align-items:baseline}.bhome .rows .row:last-child{border-bottom:1px solid var(--line-b)}.bhome .rows .num{font-family:var(--mono);font-size:12px;letter-spacing:.18em;color:var(--cream-dim)}.bhome .rows h3{font-family:var(--serif);font-size:clamp(27px,3vw,40px);font-weight:500;margin:0;color:var(--cream-b)}.bhome .rows p{font-size:16px;line-height:1.7;color:var(--cream-dim);margin:0;max-width:540px}.bhome .tonal{background:var(--ink-950)}.bhome .fl-feature{position:relative;margin-top:clamp(80px,10vw,140px);height:clamp(480px,85vh,860px)}.bhome .fl-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bhome .fscrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,23,38,.28),transparent 30%,transparent 62%,rgba(10,23,38,.72))}.bhome .fl-mono{position:fixed;left:50%;top:0;transform:translate3d(-50%,8svh,0);width:clamp(160px,22vw,300px);z-index:40;opacity:0;pointer-events:none;will-change:transform,opacity;filter:drop-shadow(0 16px 40px rgba(0,0,0,.5));transition:opacity .55s ease}.bhome .fl-mono.static{position:absolute;left:50%;transform:translate(-50%,-50%);opacity:.9}.bhome .fl-cap{position:absolute;left:var(--edge);bottom:44px;z-index:3}.bhome .fl-cap span{font-family:var(--mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--cream-b200);display:block;margin-bottom:8px}.bhome .fl-cap b{font-family:var(--serif);font-size:clamp(24px,2.6vw,34px);font-weight:500;color:var(--cream-b)}.bhome .fl-duo{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(48px,7vw,150px);margin-top:clamp(110px,13vw,190px);align-items:start}.bhome .fl-duo figure{margin:0}.bhome .fl-duo img{width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:4/5;display:block}.bhome .fl-duo .fb{margin-top:clamp(90px,11vw,200px);padding-right:var(--edge)}.bhome .fl-duo figcaption{padding:22px 0 0}.bhome .fl-duo .fa figcaption{padding-left:var(--edge)}.bhome .fl-duo figcaption span{font-family:var(--mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--cream-dim);display:block;margin-bottom:6px}.bhome .fl-duo figcaption b{font-family:var(--serif);font-size:24px;font-weight:500;color:var(--cream-b)}.bhome .markets{display:flex;flex-wrap:wrap;gap:16px 44px;margin-top:clamp(80px,9vw,120px);font-family:var(--mono);font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--teal-b300)}.bhome .fl-sec{padding-bottom:clamp(90px,9vw,130px)}.bhome .portal{padding-top:clamp(110px,11vw,160px);background:linear-gradient(180deg,var(--navy-950),var(--navy-900))}.bhome .portal-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(70px,9vw,140px);align-items:start}.bhome .terms{padding-top:38px;position:relative}.bhome .terms:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:var(--gold-line)}.bhome .terms .tag{font-family:var(--mono);font-size:10.5px;letter-spacing:.22em;color:var(--teal-b300);text-transform:uppercase;margin-bottom:34px;display:block}.bhome .terms-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px 36px}.bhome .terms-grid .v{font-family:var(--serif);font-size:clamp(36px,3.8vw,54px);font-weight:500;line-height:1;color:var(--cream-b)}.bhome .terms-grid .l{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--cream-dim);margin-top:12px;line-height:1.6}.bhome .portal-copy .eyebrow{color:var(--teal-b);margin-bottom:26px}.bhome .portal-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(34px,4.2vw,58px);line-height:1.04;margin:0 0 26px;letter-spacing:-.01em;color:var(--cream-b)}.bhome .portal-copy>p{font-size:16.5px;line-height:1.7;color:var(--cream-b200);margin:0 0 40px;max-width:560px}.bhome .feats{display:flex;flex-direction:column}.bhome .feat{display:flex;gap:18px;align-items:flex-start;padding:22px 0;border-top:1px solid var(--line-b)}.bhome .feat:last-child{border-bottom:1px solid var(--line-b)}.bhome .feat img{width:28px;height:28px;flex:none;margin-top:2px;opacity:.9}.bhome .feat b{display:block;font-family:var(--sans);font-weight:600;font-size:15.5px;color:var(--cream-b);margin-bottom:4px}.bhome .feat span{font-size:14px;color:var(--cream-dim);line-height:1.55}.bhome .portal-link{display:inline-flex;align-items:center;gap:.6em;margin-top:36px;font-size:14px;letter-spacing:.04em;color:var(--cream-b200);border-bottom:1px solid rgba(242,233,215,.35);padding-bottom:6px;transition:color .2s,border-color .2s}.bhome .portal-link:hover{color:var(--cream-b);border-color:var(--cream-b)}.bhome .portal-link .arr{transition:transform .25s}.bhome .portal-link:hover .arr{transform:translateX(4px)}.bhome .cta{position:relative;padding:clamp(170px,20vw,260px) 0;overflow:hidden;text-align:center}.bhome .cta-video{position:absolute;inset:0;z-index:0}.bhome .cta-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bhome .cta-scrim{position:absolute;inset:0;z-index:1;background:radial-gradient(115% 85% at 50% 50%,rgba(8,18,30,.55),rgba(8,18,30,.18) 60%,transparent 78%)}.bhome .cta-inner{position:relative;z-index:3;max-width:820px;margin:0 auto;text-shadow:0 2px 16px rgba(8,18,30,.6)}.bhome .cta h2{font-family:var(--serif);font-weight:400;font-size:clamp(40px,5.8vw,84px);line-height:1.02;margin:0 0 30px;letter-spacing:-.01em;color:var(--cream-b)}.bhome .cta h2 em{font-style:italic;font-weight:400}.bhome .cta>.wrap>p{font-size:18px;color:var(--cream-b200);line-height:1.65;margin:0 auto 48px;max-width:540px}.bhome .cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.bhome .cta .eyebrow{color:var(--teal-b300);justify-content:center;display:flex;margin-bottom:26px}.bhome .lock-note{margin-top:40px;font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--cream-dim)}@media (max-width:920px){.bhome{--edge:24px}.bhome .wrap{padding:0 24px}.bhome .nav .row{height:66px}.bhome .nav-cta,.bhome .nav-links{display:none}.bhome .menu-btn{display:flex}.bhome .btn{padding:12px 18px;font-size:14px}.bhome .hero-content{padding-top:90px}.bhome .trust-strip{gap:24px 34px;padding:26px 0 38px}.bhome .trust-strip .ti .n{font-size:26px}.bhome .sec{padding:120px 0}.bhome .split{grid-template-columns:1fr;gap:48px}.bhome .pitem{padding:40px 0}.bhome .rows .row{grid-template-columns:1fr;gap:12px;padding:40px 0}.bhome .fl-feature{height:62vh;min-height:380px}.bhome .fl-cap{bottom:28px}.bhome .fl-duo{grid-template-columns:1fr;gap:0}.bhome .fl-duo .fb{margin-top:72px;margin-left:auto;margin-right:auto;width:84%;padding-right:0}.bhome .fl-mono{width:120px}.bhome .portal-grid{grid-template-columns:1fr;gap:80px}.bhome .terms-grid{gap:34px 24px}}