html {
	scroll-behavior: smooth;
}

body.home {
	margin: 0;
	font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	color: #0f2233;
	background: #f6f8fb;
	line-height: 1.65;
}

.cl-site * {
	box-sizing: border-box;
}

.cl-site h1,.cl-site h2,.cl-site h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -.01em;
	margin: 0 0 .45em;
	color: #0f2233;
}

.cl-site h1 {
	font-weight: 800;
}

.cl-site h2 {
	font-size: clamp(1.7rem,3.6vw,2.55rem);
}

.cl-site h3 {
	font-size: 1.16rem;
	font-weight: 600;
}

.cl-site p {
	margin: 0 0 1rem;
}

.cl-site a {
	color: #15568c;
	text-decoration: none;
}

.cl-site a:hover {
	color: #1c6cae;
}

.cl-site .wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}

.cl-site .eyebrow {
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #c0651a;
}

.cl-site .btn {
	display: inline-block;
	font-weight: 600;
	padding: .85rem 1.5rem;
	border-radius: 8px;
	transition: .18s;
	font-size: .95rem;
}

.cl-site .btn-primary {
	background: #1c6cae;
	color: #fff;
	box-shadow: 0 1px 2px rgba(15,34,51,.06), 0 10px 30px rgba(15,34,51,.07);
}

.cl-site .btn-primary:hover {
	background: #15568c;
	color: #fff;
	transform: translateY(-1px);
}

.cl-site .btn-ghost {
	border: 1.5px solid #dbe4ee;
	color: #13324a;
	background: transparent;
}

.cl-site .btn-ghost:hover {
	border-color: #1c6cae;
	color: #15568c;
}

.cl-site header.nav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(246,248,251,.92);
	border-bottom: 1px solid #dbe4ee;
}

.cl-site .nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}

.cl-site .brand {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	font-size: 1.16rem;
	color: #0f2233;
}

.cl-site .brand .nav-logo {
	height: 30px;
	width: auto;
	display: block;
}

.cl-site .accent-bar {
	width: 54px;
	height: 4px;
	border-radius: 3px;
	background: #e8772e;
	margin: 2px 0 16px;
}

.cl-site .nav-links {
	display: flex;
	gap: 28px;
	align-items: center;
}

.cl-site .nav-links a {
	color: #13324a;
	font-size: .93rem;
	font-weight: 500;
}

.cl-site .nav-links a:hover {
	color: #15568c;
}

.cl-site .nav-cta {
	padding: .5rem 1rem !important;
	font-size: .88rem;
	color: #fff;
	background: #1c6cae;
}

.cl-site .hero {
	padding: clamp(46px,7vw,88px) 0;
}

.cl-site .hero-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 52px;
	align-items: center;
}

.cl-site .hero h1 {
	font-size: clamp(2.4rem,5.4vw,4rem);
}

.cl-site .hero .lede {
	font-size: 1.16rem;
	color: #13324a;
	max-width: 30em;
}

.cl-site .hero .role {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0;
}

.cl-site .tag {
	font-size: .82rem;
	font-weight: 600;
	background: #fff;
	border: 1px solid #dbe4ee;
	color: #13324a;
	padding: .34rem .7rem;
	border-radius: 999px;
}

.cl-site .tag.ffr {
	background: #fdeede;
	border-color: #f3c49c;
	color: #b3531a;
}

.cl-site .founder {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 6px 0 24px;
	padding: 12px 16px;
	background: #fff;
	border: 1px solid #dbe4ee;
	border-radius: 12px;
	max-width: 420px;
	box-shadow: 0 1px 2px rgba(15,34,51,.06), 0 10px 30px rgba(15,34,51,.07);
}

.cl-site .founder .lbl {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #54626f;
	line-height: 1.3;
}

.cl-site .founder .lbl b {
	display: block;
	color: #15568c;
	font-size: .82rem;
	letter-spacing: .05em;
}

.cl-site .rb-logo {
	height: 34px;
	width: auto;
	display: block;
}

.cl-site .hero-cta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 6px;
}

.cl-site .portrait {
	position: relative;
	aspect-ratio: 4/5;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(150deg,rgba(19,50,74,.07),rgba(232,119,46,.13));
	border: 1px solid #dbe4ee;
	box-shadow: 0 1px 2px rgba(15,34,51,.06), 0 10px 30px rgba(15,34,51,.07);
}

.cl-site section {
	padding: clamp(46px,6vw,78px) 0;
}

.cl-site .sec-head {
	max-width: 42em;
	margin-bottom: 36px;
}

.cl-site .sec-head p {
	color: #54626f;
	font-size: 1.05rem;
}

.cl-site .alt {
	background: #e9f0f7;
}

.cl-site .story {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 46px;
	align-items: start;
}

.cl-site .story .pull {
	font-size: 1.42rem;
	font-weight: 600;
	line-height: 1.4;
	color: #0f2233;
}

.cl-site .cards {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 22px;
}

.cl-site .card {
	background: #fff;
	border: 1px solid #dbe4ee;
	border-radius: 14px;
	padding: 26px;
	box-shadow: 0 1px 2px rgba(15,34,51,.06), 0 10px 30px rgba(15,34,51,.07);
}

.cl-site .card h3 {
	color: #c0651a;
}

.cl-site .card p {
	font-size: .97rem;
	color: #54626f;
	margin: 0;
}

.cl-site .proof {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 18px;
	margin-bottom: 28px;
}

.cl-site .stat {
	background: #fff;
	border: 1px solid #dbe4ee;
	border-radius: 14px;
	padding: 24px 18px;
	text-align: center;
	display: block;
}

.cl-site .stat .n {
	font-size: 2rem;
	font-weight: 800;
	color: #15568c;
	line-height: 1;
}

.cl-site .stat .l {
	font-size: .83rem;
	color: #54626f;
	margin-top: 8px;
}

.cl-site .creds {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cl-site .cred {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #dbe4ee;
	border-radius: 999px;
	padding: .55rem 1rem;
	font-size: .9rem;
	font-weight: 500;
	color: #13324a;
}

.cl-site .cred .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #e8772e;
	display: inline-block;
}

.cl-site .media-list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 16px;
}

.cl-site .media {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	background: #fff;
	border: 1px solid #dbe4ee;
	border-radius: 12px;
	padding: 18px 20px;
}

.cl-site .media .t {
	font-weight: 600;
	color: #0f2233;
}

.cl-site .media .s {
	font-size: .85rem;
	color: #54626f;
}

.cl-site .media .go {
	color: #c0651a;
	font-weight: 600;
	font-size: .85rem;
	white-space: nowrap;
}

.cl-site .split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.cl-site .panel {
	border-radius: 16px;
	padding: 34px;
	border: 1px solid #dbe4ee;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15,34,51,.06), 0 10px 30px rgba(15,34,51,.07);
}

.cl-site .panel.dark {
	background: #0f2233;
	color: #e6eef6;
	border: 0;
}

.cl-site .panel.dark h3 {
	color: #fff;
}

.cl-site .panel.dark p {
	color: #bcccdb;
}

.cl-site .panel ul {
	margin: .4rem 0 0;
	padding-left: 1.1rem;
	color: #54626f;
}

.cl-site .panel.dark ul {
	color: #bcccdb;
}

.cl-site .panel li {
	margin-bottom: .4rem;
}

.cl-site .panel .rb-logo {
	height: 38px;
	margin-bottom: 14px;
}

.cl-site .contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.cl-site .links {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cl-site .linkrow {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 500;
	color: #13324a;
}

.cl-site footer {
	background: #0f2233;
	color: #a9bccd;
	padding: 54px 0 30px;
	border-top: 3px solid #e8772e;
}

.cl-site footer h4 {
	color: #fff;
	font-size: 1.05rem;
	margin: 0 0 8px;
	font-weight: 600;
}

.cl-site .foot-top {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.cl-site .foot-logo {
	background: #fff;
	border-radius: 10px;
	padding: 12px 16px;
	display: inline-block;
	margin-bottom: 14px;
}

.cl-site .foot-logo img {
	height: 40px;
	display: block;
}

.cl-site .foot-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
}

.cl-site .foot-links a {
	color: #a9bccd;
	font-size: .9rem;
}

.cl-site .foot-links a:hover {
	color: #fff;
}

.cl-site .foot-bottom {
	margin-top: 34px;
	padding-top: 20px;
	border-top: 1px solid #25384a;
	font-size: .82rem;
	color: #7d8fa0;
	display: flex;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

@media(max-width:860px) {
	.cl-site .hero-grid,.cl-site .story,.cl-site .contact-grid {
		grid-template-columns: 1fr;
	}
	
	.cl-site .hero-grid {
		gap: 34px;
	}
	
	.cl-site .portrait {
		max-width: 340px;
	}
	
	.cl-site .cards {
		grid-template-columns: 1fr;
	}
	
	.cl-site .proof {
		grid-template-columns: repeat(2,1fr);
	}
	
	.cl-site .media-list,.cl-site .split {
		grid-template-columns: 1fr;
	}
	
	.cl-site .nav-inner {
		flex-wrap: wrap;
		height: auto;
		padding: 10px 0;
		gap: 8px;
	}
	
	.cl-site .nav-links {
		gap: 16px;
		flex-wrap: wrap;
	}
}
/* court-headshot-fix */
.cl-site .portrait{max-width:430px;margin-left:auto;aspect-ratio:auto}
.cl-site .portrait img.headshot{position:static !important;width:100% !important;height:auto !important;display:block !important;object-fit:initial !important}