:root {
	--navy: #0D2240;
	--teal: #136F63;
	--line: #d8e0e6;
	--muted: #526173
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	font-family: Inter, system-ui, sans-serif;
	color: var(--navy);
	line-height: 1.52
}

a {
	color: inherit
}

.site-header {
	height: 104px;
	padding: 18px clamp(24px, 5vw, 78px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-bottom: 1px solid #e5ebef;
	background: rgba(255, 255, 255, .95);
	position: sticky;
	top: 0;
	z-index: 20
}

.brand img {
	width: 330px;
	max-width: 40vw
}

.nav {
	display: flex;
	align-items: center;
	gap: 34px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 900
}

.nav a {
	text-decoration: none
}

.nav-cta {
	background: var(--teal);
	color: white !important;
	padding: 15px 22px
}

.hero {
	position: relative;
	min-height: 450px;
	display: grid;
	grid-template-columns: 1.02fr .98fr;
	align-items: center;
	padding: 44px clamp(24px, 6vw, 92px) 50px;
	overflow: hidden;
	background: linear-gradient(90deg, #fff 0%, #fff 48%, #f8fafb 100%)
}

.network-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 68%;
	height: 100%;
	object-fit: cover;
	opacity: .55
}

.hero-copy {
	position: relative;
	z-index: 2;
	max-width: 900px
}

.hero h1 {
	/* margin: 0 0 18px; */
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 38px;
	line-height: 1.08;
	letter-spacing: -.05em;
	max-width: 720px
}

.hero h1 span {
	display: block;
	margin-top: 10px;
	color: var(--teal)
}

.hero p {
	font-size: 16px;
	max-width: 700px;
	color: #13233c;
	margin: 0 0 18px
}

.button {
	display: inline-flex;
	margin: 2px 0 16px;
	background: var(--teal);
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 13px;
	padding: 13px 28px
}

.sdvosb-callout {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 12px;
	max-width: 520px;
	font-size: 13px
}

.sdvosb-callout strong {
	display: block;
	font-weight: 900;
	margin-bottom: 5px
}

.sdvosb-callout em {
	display: block;
	font-style: italic;
	line-height: 1.7
}

.badge-dot {
	width: 30px;
	height: 30px;
	border: 2px solid var(--navy);
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--teal)
}

.hero-logo {
	position: relative;
	z-index: 2;
	justify-self: center
}

.hero-logo img {
	width: min(360px, 36vw);
	filter: drop-shadow(0 14px 20px rgba(13, 34, 64, .11))
}

.capabilities {
	padding: 34px clamp(24px, 6vw, 92px) 58px;
	background: #fff;
	border-top: 1px solid #eef2f4;
	border-bottom: 1px solid #eef2f4
}

.center-heading {
	text-align: center;
	margin-bottom: 28px
}

.center-heading h2 {
	font-size: 27px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 900
}

.center-heading h2:after {
	content: '';
	display: block;
	width: 48px;
	height: 3px;
	background: var(--teal);
	margin: 10px auto 0
}

.capability-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1180px;
	margin: auto
}

.capability-grid article {
	padding: 28px 56px;
	text-align: center;
	border-right: 1px solid var(--line)
}

.capability-grid article:last-child {
	border-right: 0
}

.capability-grid img {
	width: 100px;
	height: 100px;
	margin-bottom: 18px
}

.capability-grid h3,
.why-grid h3 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 0 11px;
	font-weight: 900
}

.capability-grid p,
.why-grid p {
	margin: 0;
	font-size: 15px
}

.why {
	padding: 42px clamp(24px, 6vw, 92px) 58px;
	background: radial-gradient(circle at 96% 42%, rgba(19, 111, 99, .18), transparent 28%), linear-gradient(135deg, #09213f, #07172c);
	color: #fff
}

.why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1220px;
	margin: auto
}

.why-grid article {
	text-align: center;
	padding: 22px 38px;
	border-right: 1px solid rgba(255, 255, 255, .34)
}

.why-grid article:last-child {
	border-right: 0
}

.why-grid img {
	width: 90px;
	height: 90px;
	margin-bottom: 18px
}

.leadership {
	padding: 28px clamp(24px, 6vw, 92px) 50px
}

.leader-row {
	max-width: 1220px;
	margin: auto;
	display: grid;
	grid-template-columns: 230px 1fr 230px 1fr;
	gap: 28px;
	align-items: start
}

.leader-row img {
	width: 230px;
	height: 300px;
	object-fit: cover;
	box-shadow: 0 12px 25px rgba(13, 34, 64, .13)
}

.leader-copy h3 {
	margin: 0 0 4px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 900
}

.leader-copy .title {
	margin: 0 0 12px;
	color: var(--teal);
	font-size: 15px;
	font-weight: 700
}

.leader-copy p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.62
}

.contact {
	display: grid;
	grid-template-columns: 1.35fr .95fr 1.1fr;
	gap: 44px;
	align-items: center;
	padding: 36px clamp(24px, 6vw, 92px);
	background: linear-gradient(90deg, #fff 0%, #f1f7f7 100%);
	border-top: 1px solid #edf2f4
}

.contact-intro h2 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 34px;
	line-height: 1.1;
	letter-spacing: -.04em;
	margin: 0 0 12px
}

.contact-intro h2:after {
	content: '';
	display: block;
	width: 46px;
	height: 3px;
	background: var(--teal);
	margin-top: 13px
}

.contact-intro p {
	margin: 0;
	max-width: 460px;
	font-size: 15px
}

.contact-block {
	display: grid;
	grid-template-columns: 78px 1fr;
	gap: 18px;
	align-items: center;
	border-left: 1px solid var(--line);
	padding-left: 32px
}

.contact-block img {
	width: 78px
}

.contact-block h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 6px;
	font-weight: 900
}

.contact-block a {
	display: block;
	color: var(--teal);
	font-weight: 700;
	margin: 2px 0
}

.contact-block.text {
	display: block
}

footer {
	min-height: 112px;
	padding: 24px clamp(24px, 6vw, 92px);
	display: grid;
	grid-template-columns: 270px 1fr 1fr 190px;
	gap: 28px;
	align-items: center;
	background: #071a31;
	color: #fff
}

.footer-brand img {
	width: 235px
}

.footer-nav {
	display: flex;
	justify-content: center;
	gap: 24px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 900
}

.footer-nav a {
	text-decoration: none;
	color: #fff
}

footer p {
	text-align: center;
	margin: 0;
	font-size: 13px;
	color: #d8e2e8
}

.sdvosb-badge {
	width: 160px;
	justify-self: end;
	filter: brightness(1.4)
}

/* .site-header {
	background: rgba(255, 0, 0, .08);
}

.brand {
	background: rgba(0, 255, 0, .15);
}

.nav {
	background: rgba(0, 0, 255, .12);
} */

@media(max-width:1100px) {
	.site-header {
		height: auto;
		align-items: flex-start;
		flex-direction: column
	}

	.brand {
		display: flex;
		align-items: center;
		height: 75px;
		overflow: hidden;
	}

	.brand img {
		width: 330px;
		max-width: 80vw;
		display: block;
	}
	.nav {
		gap: 16px;
		flex-wrap: wrap
	}

	.hero {
		grid-template-columns: 1fr
	}

	.network-bg {
		width: 100%;
		height: 100%;
		opacity: .55
	}

	.hero-logo {
		order: -1
	}

	.hero-logo img {
		width: min(290px, 72vw);
		display: none;
	}

	.capability-grid,
	.why-grid {
		grid-template-columns: 1fr
	}

	.capability-grid article,
	.why-grid article {
		border-right: 0;
		border-bottom: 1px solid var(--line)
	}

	.leader-row {
		grid-template-columns: 230px 1fr
	}

	.contact {
		grid-template-columns: 1fr
	}

	.contact-block {
		border-left: 0;
		border-top: 1px solid var(--line);
		padding-left: 0;
		padding-top: 22px
	}

	footer {
		grid-template-columns: 1fr;
		text-align: center;
		justify-items: center
	}

	.sdvosb-badge {
		justify-self: center
	}
}

@media(max-width:640px) {
	.nav-cta {
		width: 100%;
		text-align: center
	}

	.hero h1 {
		font-size: 38px
	}

	.leader-row {
		grid-template-columns: 1fr
	}

	.leader-row img {
		width: 100%;
		height: auto;
		max-width: 310px
	}
	
	.leader-row img {
		width: 100%;
		height: auto;
		max-width: 310px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.capability-grid article {
		padding: 28px 12px
	}
	
	.site-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .brand {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .nav {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Anchor correction so sticky header does not cover section starts */
#capabilities,
#why,
#leadership,
#contact {
	scroll-margin-top: 118px;
}


/* Softer icon/graphic feel closer to mockup */
.capability-grid img,
.why-grid img,
.contact-block img {
	opacity: .94;
}

/* Better local-file preview at common laptop widths */
@media (max-width: 1500px) and (min-width: 1101px) {
	.site-header {
		height: 94px;
	}

	.brand img {
		width: 300px;
	}

	.nav {
		gap: 26px;
	}

	.hero {
		min-height: 520px;
		padding-top: 36px;
		padding-bottom: 42px;
	}

	.hero h1 {
		font-size: 38px;
		max-width: 650px;
	}

	.hero-logo img {
		width: min(330px, 34vw);
	}

	.network-bg {
		width: 68%;
		height: 100%;
	}
}

.sdvosb-mini-badge {
	width: 100px;
	height: 100px;
	object-fit: contain;
	align-self: start;
	margin-top: -4px;
}

/* Home/logo link uses href="#" to return fully to the top of the document. */
body {
	scroll-padding-top: 104px;
}