: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 {
	display: flex;
	align-items: center;
	height: 78px;
	line-height: 0;
	overflow: hidden;
}

.brand img {
	display: block;
	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)
}

@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;
}

/* Capability card link treatment */
.capability-link-card a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.capability-link-card .learn-more {
	display: inline-block;
	margin-top: 14px;
	color: var(--teal);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.capability-link-card:hover .learn-more {
	text-decoration: underline;
}

/* Data & Analytics detail page */
.capability-hero {
	position: relative;
	min-height: 430px;
	display: grid;
	align-items: center;
	padding: 58px clamp(24px, 6vw, 92px);
	overflow: hidden;
	background: linear-gradient(90deg, #fff 0%, #fff 52%, #f8fafb 100%);
	border-bottom: 1px solid #eef2f4;
}

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

.eyebrow {
	margin: 0 0 10px;
	color: var(--teal);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.capability-hero h1,
.section-intro h2,
.practice-leader-copy h2,
.capability-cta h2 {
	font-family: 'Libre Baskerville', Georgia, serif;
	letter-spacing: -.045em;
}

.capability-hero h1 {
	margin: 0 0 18px;
	font-size: 54px;
	line-height: 1.05;
	color: var(--navy);
}

.capability-lede {
	max-width: 760px;
	margin: 0 0 26px;
	font-size: 19px;
	line-height: 1.55;
	color: #13233c;
}

.capability-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 850px;
}

.capability-tags span {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(19, 111, 99, .28);
	background: rgba(255, 255, 255, .82);
	color: var(--navy);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: 8px 12px;
}

.capability-tags.compact {
	margin-top: 12px;
}

.capability-section {
	padding: 56px clamp(24px, 6vw, 92px);
	background: #fff;
}

.section-intro {
	max-width: 860px;
	margin: 0 auto 34px;
	text-align: center;
}

.section-intro h2 {
	margin: 0 0 14px;
	font-size: 34px;
	line-height: 1.15;
	color: var(--navy);
}

.section-intro p:last-child {
	margin: 0;
	color: #13233c;
	font-size: 16px;
}

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

.detail-card-grid article {
	border: 1px solid var(--line);
	background: #fff;
	padding: 30px;
	box-shadow: 0 14px 24px rgba(13, 34, 64, .05);
}

.detail-card-grid h3,
.experience-list h3,
.expertise-list h3 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
}

.detail-card-grid p,
.experience-list p {
	margin: 0;
	font-size: 15px;
	color: #13233c;
}

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

.section-intro.light h2,
.section-intro.light .eyebrow {
	color: #fff;
}

.outcomes-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	max-width: 1180px;
	margin: auto;
	border: 1px solid rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .22);
}

.outcomes-grid span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	padding: 22px;
	background: rgba(7, 26, 49, .62);
	color: #fff;
	text-align: center;
	font-weight: 800;
}

.experience-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	max-width: 1180px;
	margin: auto;
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.experience-list article {
	padding: 30px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: #fff;
}

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

.practice-leader-photo img {
	width: 340px;
	height: 430px;
	object-fit: cover;
	object-position: center top;
	box-shadow: 0 16px 32px rgba(13, 34, 64, .16);
}

.practice-leader-copy {
	max-width: 830px;
}

.practice-leader-copy h2 {
	margin: 0 0 4px;
	font-size: 38px;
	line-height: 1.1;
}

.practice-leader-copy .title {
	margin: 0 0 18px;
	color: var(--teal);
	font-size: 17px;
	font-weight: 800;
}

.practice-leader-copy p {
	margin: 0 0 16px;
	font-size: 15.5px;
	line-height: 1.7;
	color: #13233c;
}

.expertise-list {
	margin-top: 22px;
}

.capability-cta {
	padding: 54px clamp(24px, 6vw, 92px);
	text-align: center;
	background: #fff;
}

.capability-cta h2 {
	margin: 0 0 12px;
	font-size: 36px;
	line-height: 1.1;
}

.capability-cta p {
	max-width: 650px;
	margin: 0 auto 18px;
	font-size: 16px;
	color: #13233c;
}

@media(max-width:1100px) {
	.detail-card-grid,
	.outcomes-grid,
	.experience-list {
		grid-template-columns: 1fr;
	}

	.practice-leader {
		grid-template-columns: 1fr;
	}

	.practice-leader-photo {
		text-align: center;
	}

	.practice-leader-photo img {
		width: min(340px, 100%);
		height: auto;
	}
}

@media(max-width:640px) {
	.capability-hero {
		padding: 42px 24px;
	}

	.capability-hero h1 {
		font-size: 40px;
	}

	.capability-lede {
		font-size: 17px;
	}

	.section-intro h2,
	.practice-leader-copy h2,
	.capability-cta h2 {
		font-size: 30px;
	}

	.practice-leader {
		padding: 42px 24px;
	}

	.detail-card-grid article,
	.experience-list article {
		padding: 24px;
	}

	.outcomes-grid span {
		min-height: 80px;
	}
}

/* Program Leadership page additions */
.capability-support {
	max-width: 760px;
	margin: 0 0 26px;
	font-size: 17px;
	line-height: 1.6;
	color: #13233c;
}

.soft-section {
	background: linear-gradient(90deg, #fff 0%, #f1f7f7 100%);
	border-top: 1px solid #edf2f4;
	border-bottom: 1px solid #edf2f4;
}

.program-process {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	max-width: 1220px;
	margin: auto;
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.program-process article {
	position: relative;
	padding: 28px 24px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: #fff;
}

.program-process article:not(:last-child)::after {
	content: '→';
	position: absolute;
	top: 29px;
	right: -12px;
	z-index: 2;
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	background: #fff;
	color: var(--teal);
	font-weight: 900;
}

.program-process span {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--teal);
	font-size: 13px;
	font-weight: 900;
}

.program-process h3 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
}

.program-process p {
	margin: 0;
	font-size: 15px;
	color: #13233c;
}

.differentiator-section {
	padding: 58px clamp(24px, 6vw, 92px);
	background: linear-gradient(90deg, #fff 0%, #f1f7f7 100%);
	border-top: 1px solid #edf2f4;
	border-bottom: 1px solid #edf2f4;
}

.differentiator-card {
	max-width: 980px;
	margin: auto;
	padding: 40px;
	background: #fff;
	border-left: 6px solid var(--teal);
	box-shadow: 0 16px 32px rgba(13, 34, 64, .08);
}

.differentiator-card h2 {
	margin: 0 0 18px;
	font-family: 'Libre Baskerville', Georgia, serif;
	letter-spacing: -.045em;
	font-size: 36px;
	line-height: 1.12;
	color: var(--navy);
}

.differentiator-card p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.7;
	color: #13233c;
}

.differentiator-card p:last-child {
	margin-bottom: 0;
}

@media(max-width:1100px) {
	.program-process {
		grid-template-columns: 1fr;
	}

	.program-process article:not(:last-child)::after {
		content: '↓';
		top: auto;
		right: auto;
		left: 26px;
		bottom: -12px;
	}
}

@media(max-width:640px) {
	.capability-support {
		font-size: 16px;
	}

	.program-process article,
	.differentiator-card {
		padding: 24px;
	}

	.differentiator-card h2 {
		font-size: 30px;
	}
}

/* Digital Transformation page additions */
.architecture-section {
	padding: 58px clamp(24px, 6vw, 92px);
	background:
		radial-gradient(circle at 92% 26%, rgba(19, 111, 99, .12), transparent 28%),
		linear-gradient(90deg, #fff 0%, #f1f7f7 100%);
	border-top: 1px solid #edf2f4;
	border-bottom: 1px solid #edf2f4;
}

.architecture-flow {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	max-width: 1220px;
	margin: 0 auto;
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.architecture-flow article {
	position: relative;
	padding: 30px 24px;
	background: #fff;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.architecture-flow article:not(:last-child)::after {
	content: '→';
	position: absolute;
	top: 29px;
	right: -12px;
	z-index: 2;
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	background: #fff;
	color: var(--teal);
	font-weight: 900;
}

.flow-number {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--teal);
	font-size: 13px;
	font-weight: 900;
}

.architecture-flow h3 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
}

.architecture-flow p {
	margin: 0 0 18px;
	font-size: 15px;
	color: #13233c;
}

.architecture-flow ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.architecture-flow li {
	position: relative;
	padding-left: 16px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .035em;
	color: var(--navy);
}

.architecture-flow li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .58em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--teal);
}

.expanded-flow article {
	min-height: 315px;
}

@media(max-width:1100px) {
	.architecture-flow {
		grid-template-columns: 1fr;
	}

	.architecture-flow article {
		min-height: auto;
	}

	.architecture-flow article:not(:last-child)::after {
		content: '↓';
		top: auto;
		right: auto;
		left: 26px;
		bottom: -12px;
	}
}

@media(max-width:640px) {
	.architecture-section {
		padding: 42px 24px;
	}

	.architecture-flow article {
		padding: 24px;
	}

	.architecture-flow p {
		font-size: 14.5px;
	}
}


/* Digital Transformation operating model replacement */
.operating-model-section {
	position: relative;
	padding: 64px clamp(24px, 6vw, 92px) 74px;
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 26%, rgba(19, 111, 99, .12), transparent 28%),
		linear-gradient(90deg, #fff 0%, #f1f7f7 100%);
	border-top: 1px solid #edf2f4;
	border-bottom: 1px solid #edf2f4;
}

.operating-model-shell {
	position: relative;
	max-width: 1180px;
	margin: 42px auto 0;
}

.model-band {
	position: relative;
	display: grid;
	grid-template-columns: 245px 1fr;
	gap: 28px;
	align-items: stretch;
	background: rgba(255, 255, 255, .96);
	border: 1px solid var(--line);
	box-shadow: 0 18px 34px rgba(13, 34, 64, .08);
}

.model-band-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	background: linear-gradient(135deg, #09213f, #07172c);
	color: #fff;
}

.model-band-header span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 18px;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.model-band-header h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.15;
	letter-spacing: .01em;
}

.model-band-content {
	padding: 28px;
}

.outcome-pill-grid,
.domain-tile-grid {
	display: grid;
	gap: 18px;
}

.outcome-pill-grid {
	grid-template-columns: repeat(3, 1fr);
}

.domain-tile-grid {
	grid-template-columns: repeat(4, 1fr);
}

.outcome-pill-grid article,
.domain-tile-grid article {
	position: relative;
	background: #fff;
	border: 1px solid #dfe7ec;
	padding: 22px;
}

.outcome-pill-grid article::before,
.domain-tile-grid article::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: var(--teal);
}

.domain-tile-grid article {
	background: #f8fafb;
}

.outcome-pill-grid h4,
.domain-tile-grid h4 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.18;
	color: var(--navy);
}

.outcome-pill-grid p,
.domain-tile-grid p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.55;
	color: #13233c;
}

.model-connector {
	width: 2px;
	height: 28px;
	margin: 0 auto;
	background: rgba(19, 111, 99, .42);
}

.foundation-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
	align-content: center;
}

.foundation-grid span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 14px 12px;
	border: 1px solid rgba(19, 111, 99, .25);
	background: rgba(19, 111, 99, .07);
	color: var(--navy);
	text-align: center;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.25;
}

.model-band-outcomes .model-band-header {
	background: linear-gradient(135deg, #0D2240, #123a5d);
}

.model-band-domains .model-band-header {
	background: linear-gradient(135deg, #136F63, #0d5149);
}

.model-band-foundation .model-band-header {
	background: linear-gradient(135deg, #07172c, #0D2240);
}

@media(max-width:1100px) {
	.model-band {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.model-band-header {
		padding: 24px 28px;
	}

	.model-band-header span {
		margin-bottom: 12px;
	}

	.outcome-pill-grid,
	.domain-tile-grid,
	.foundation-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width:640px) {
	.operating-model-section {
		padding: 42px 24px 50px;
	}

	.operating-model-shell {
		margin-top: 30px;
	}

	.model-band-content {
		padding: 22px;
	}

	.outcome-pill-grid,
	.domain-tile-grid,
	.foundation-grid {
		grid-template-columns: 1fr;
	}

	.foundation-grid span {
		min-height: 52px;
	}
}

/* Careers page additions */
.careers-hero {
	position: relative;
	min-height: 470px;
	display: grid;
	align-items: center;
	padding: 64px clamp(24px, 6vw, 92px);
	overflow: hidden;
	background: linear-gradient(90deg, #fff 0%, #fff 52%, #f8fafb 100%);
	border-bottom: 1px solid #eef2f4;
}

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

.careers-hero h1,
.careers-statement h2,
.why-careers-copy h2 {
	font-family: 'Libre Baskerville', Georgia, serif;
	letter-spacing: -.045em;
}

.careers-hero h1 {
	margin: 0 0 18px;
	max-width: 840px;
	font-size: 54px;
	line-height: 1.05;
	color: var(--navy);
}

.careers-intro-section {
	padding: 58px clamp(24px, 6vw, 92px);
	background:
		radial-gradient(circle at 92% 26%, rgba(19, 111, 99, .12), transparent 28%),
		linear-gradient(90deg, #fff 0%, #f1f7f7 100%);
	border-bottom: 1px solid #edf2f4;
}

.careers-statement {
	max-width: 980px;
	margin: auto;
	padding: 42px;
	background: #fff;
	border-left: 6px solid var(--teal);
	box-shadow: 0 16px 32px rgba(13, 34, 64, .08);
}

.careers-statement h2 {
	margin: 0 0 18px;
	font-size: 38px;
	line-height: 1.12;
	color: var(--navy);
}

.careers-statement p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.72;
	color: #13233c;
}

.careers-statement p:last-child {
	margin-bottom: 0;
}

.career-work-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	max-width: 1220px;
	margin: auto;
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.career-work-grid article {
	padding: 30px 26px;
	background: #fff;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.career-work-grid h3,
.talent-principles h3,
.why-careers-list h3 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--navy);
}

.career-work-grid p,
.talent-principles p,
.why-careers-list p {
	margin: 0;
	font-size: 15px;
	line-height: 1.62;
	color: #13233c;
}

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

.talent-section .section-intro.light p:last-child {
	color: #d8e2e8;
}

.talent-principles {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	max-width: 1220px;
	margin: auto;
	border: 1px solid rgba(255, 255, 255, .20);
	background: rgba(255, 255, 255, .20);
}

.talent-principles article {
	padding: 30px 26px;
	background: rgba(7, 26, 49, .72);
}

.talent-principles span {
	display: inline-flex;
	margin-bottom: 18px;
	color: var(--teal);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
}

.talent-principles h3 {
	color: #fff;
}

.talent-principles p {
	color: #d8e2e8;
}

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

.expertise-role-grid span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 74px;
	padding: 18px 16px;
	border: 1px solid rgba(19, 111, 99, .25);
	background: rgba(19, 111, 99, .07);
	color: var(--navy);
	text-align: center;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.25;
}

.why-da-careers {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 44px;
	align-items: center;
	padding: 60px clamp(24px, 6vw, 92px);
	background:
		radial-gradient(circle at 6% 34%, rgba(19, 111, 99, .10), transparent 27%),
		linear-gradient(90deg, #fff 0%, #f1f7f7 100%);
	border-top: 1px solid #edf2f4;
	border-bottom: 1px solid #edf2f4;
}

.why-careers-copy {
	max-width: 520px;
}

.why-careers-copy h2 {
	margin: 0 0 16px;
	font-size: 38px;
	line-height: 1.12;
	color: var(--navy);
}

.why-careers-copy p {
	margin: 0;
	font-size: 16px;
	line-height: 1.72;
	color: #13233c;
}

.why-careers-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.why-careers-list article {
	padding: 28px;
	background: rgba(255, 255, 255, .90);
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

@media(max-width:1100px) {
	.career-work-grid,
	.talent-principles,
	.expertise-role-grid {
		grid-template-columns: 1fr 1fr;
	}

	.why-da-careers {
		grid-template-columns: 1fr;
	}

	.why-careers-copy {
		max-width: 860px;
	}
}

@media(max-width:640px) {
	.careers-hero {
		padding: 42px 24px;
	}

	.careers-hero h1 {
		font-size: 40px;
	}

	.careers-intro-section,
	.talent-section,
	.why-da-careers {
		padding: 42px 24px;
	}

	.careers-statement {
		padding: 28px 24px;
	}

	.careers-statement h2,
	.why-careers-copy h2 {
		font-size: 30px;
	}

	.career-work-grid,
	.talent-principles,
	.expertise-role-grid,
	.why-careers-list {
		grid-template-columns: 1fr;
	}

	.career-work-grid article,
	.talent-principles article,
	.why-careers-list article {
		padding: 24px;
	}
}


/* ==========================================
   Header dropdown navigation support
   Added only for shared PHP header navigation
========================================== */

.site-header {
	overflow: visible;
}

.nav {
	position: relative;
}

.nav-dropdown {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.nav-dropdown-toggle {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	text-decoration: none;
	color: inherit;
}

.nav-dropdown-toggle::after {
	content: '▼';
	font-size: 9px;
	line-height: 1;
	color: var(--teal);
	transform: translateY(-1px);
}

.nav-dropdown-menu {
	display: none;
	position: absolute;
	top: calc(100% + 18px);
	left: -18px;
	z-index: 50;
	min-width: 265px;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #e5ebef;
	box-shadow: 0 18px 36px rgba(13, 34, 64, .14);
}

.nav-dropdown-menu::before {
	content: '';
	position: absolute;
	top: -19px;
	left: 0;
	right: 0;
	height: 19px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
	display: block;
}

.nav-dropdown-menu a {
	display: block;
	padding: 13px 20px;
	color: var(--navy);
	text-decoration: none;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .035em;
	line-height: 1.2;
	white-space: nowrap;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus {
	background: #f1f7f7;
	color: var(--teal);
}

@media(max-width:1100px) {
	.nav-dropdown {
		position: relative;
		display: inline-flex;
		align-items: center;
	}

	.nav-dropdown-menu {
		display: none;
		position: absolute;
		top: calc(100% + 10px);
		left: 50%;
		transform: translateX(-50%);
		width: min(300px, 86vw);
		min-width: 0;
		margin-top: 0;
		z-index: 60;
		box-shadow: 0 18px 36px rgba(13, 34, 64, .14);
		text-align: center;
		background: #fff;
	}

	.nav-dropdown:hover .nav-dropdown-menu,
	.nav-dropdown:focus-within .nav-dropdown-menu {
		display: block;
	}

	.nav-dropdown-menu::before {
		content: '';
		position: absolute;
		top: -12px;
		left: 0;
		right: 0;
		height: 12px;
	}
}

@media(max-width:1100px) {
	#capabilities,
	#why,
	#leadership,
	#contact {
		scroll-margin-top: 190px;
	}
}

@media(max-width:640px) {
	#capabilities,
	#why,
	#leadership,
	#contact {
		scroll-margin-top: 220px;
	}
}

@media(max-width:1100px) {
	.nav-dropdown:hover .nav-dropdown-menu,
	.nav-dropdown:focus-within .nav-dropdown-menu {
		display: none;
	}

	.nav-dropdown.is-open .nav-dropdown-menu {
		display: block;
	}
}


/* ==========================================
   Careers dropdown navigation support
   Added for Open Positions under Careers
========================================== */

.careers-dropdown {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.careers-dropdown-toggle {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	text-decoration: none;
	color: inherit;
}

.careers-dropdown-toggle::after {
	content: '▼';
	font-size: 9px;
	line-height: 1;
	color: var(--teal);
	transform: translateY(-1px);
}

.careers-dropdown-menu {
	display: none;
	position: absolute;
	top: calc(100% + 18px);
	left: -18px;
	z-index: 50;
	min-width: 230px;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #e5ebef;
	box-shadow: 0 18px 36px rgba(13, 34, 64, .14);
}

.careers-dropdown-menu::before {
	content: '';
	position: absolute;
	top: -19px;
	left: 0;
	right: 0;
	height: 19px;
}

.careers-dropdown:hover .careers-dropdown-menu,
.careers-dropdown:focus-within .careers-dropdown-menu {
	display: block;
}

.careers-dropdown-menu a {
	display: block;
	padding: 13px 20px;
	color: var(--navy);
	text-decoration: none;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .035em;
	line-height: 1.2;
	white-space: nowrap;
}

.careers-dropdown-menu a:hover,
.careers-dropdown-menu a:focus {
	background: #f1f7f7;
	color: var(--teal);
}

/* ==========================================
   Open Positions page additions
========================================== */

.positions-hero {
	position: relative;
	min-height: 430px;
	display: grid;
	align-items: center;
	padding: 64px clamp(24px, 6vw, 92px);
	overflow: hidden;
	background: linear-gradient(90deg, #fff 0%, #fff 52%, #f8fafb 100%);
	border-bottom: 1px solid #eef2f4;
}

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

.positions-hero h1,
.positions-statement h2,
.position-card h3 {
	font-family: 'Libre Baskerville', Georgia, serif;
	letter-spacing: -.045em;
}

.positions-hero h1 {
	margin: 0 0 18px;
	max-width: 860px;
	font-size: 54px;
	line-height: 1.05;
	color: var(--navy);
}

.positions-intro-section {
	padding: 58px clamp(24px, 6vw, 92px);
	background:
		radial-gradient(circle at 92% 26%, rgba(19, 111, 99, .12), transparent 28%),
		linear-gradient(90deg, #fff 0%, #f1f7f7 100%);
	border-bottom: 1px solid #edf2f4;
}

.positions-statement {
	max-width: 980px;
	margin: auto;
	padding: 42px;
	background: #fff;
	border-left: 6px solid var(--teal);
	box-shadow: 0 16px 32px rgba(13, 34, 64, .08);
}

.positions-statement h2 {
	margin: 0 0 18px;
	font-size: 38px;
	line-height: 1.12;
	color: var(--navy);
}

.positions-statement p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.72;
	color: #13233c;
}

.positions-statement p:last-child {
	margin-bottom: 0;
}

.positions-list-section {
	padding: 60px clamp(24px, 6vw, 92px);
	background: #fff;
}

.positions-list {
	display: grid;
	gap: 28px;
	max-width: 1180px;
	margin: 0 auto;
}

.position-card {
	display: grid;
	grid-template-columns: 1fr 240px;
	gap: 34px;
	align-items: center;
	padding: 34px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 14px 24px rgba(13, 34, 64, .05);
}

.position-card h3 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.15;
	color: var(--navy);
}

.position-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
}

.position-meta span {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(19, 111, 99, .28);
	background: rgba(19, 111, 99, .07);
	color: var(--navy);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: 8px 12px;
}

.position-card p {
	margin: 0 0 18px;
	font-size: 15.5px;
	line-height: 1.68;
	color: #13233c;
}

.position-focus {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.position-focus li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	font-weight: 700;
	color: var(--navy);
}

.position-focus li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .62em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--teal);
}

.position-actions {
	display: grid;
	gap: 12px;
	justify-items: stretch;
}

.position-actions .button {
	justify-content: center;
	margin: 0;
	text-align: center;
}

.position-actions .secondary-link {
	text-align: center;
	color: var(--teal);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .04em;
	text-decoration: none;
}

.position-actions .secondary-link:hover {
	text-decoration: underline;
}

.positions-note {
	max-width: 980px;
	margin: 38px auto 0;
	padding: 30px;
	background:
		radial-gradient(circle at 92% 26%, rgba(19, 111, 99, .08), transparent 28%),
		linear-gradient(90deg, #fff 0%, #f1f7f7 100%);
	border-left: 6px solid var(--teal);
}

.positions-note h3 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--navy);
}

.positions-note p {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.68;
	color: #13233c;
}

@media(max-width:1100px) {
	.careers-dropdown {
		position: relative;
		display: inline-flex;
		align-items: center;
	}

	.careers-dropdown-menu {
		display: none;
		position: absolute;
		top: calc(100% + 10px);
		left: 50%;
		transform: translateX(-50%);
		width: min(280px, 86vw);
		min-width: 0;
		margin-top: 0;
		z-index: 60;
		box-shadow: 0 18px 36px rgba(13, 34, 64, .14);
		text-align: center;
		background: #fff;
	}

	.careers-dropdown-menu::before {
		content: '';
		position: absolute;
		top: -12px;
		left: 0;
		right: 0;
		height: 12px;
	}

	.careers-dropdown:hover .careers-dropdown-menu,
	.careers-dropdown:focus-within .careers-dropdown-menu {
		display: none;
	}

	.careers-dropdown.is-open .careers-dropdown-menu {
		display: block;
	}

	.position-card {
		grid-template-columns: 1fr;
	}

	.position-actions {
		justify-items: start;
	}
}

@media(max-width:640px) {
	.positions-hero {
		padding: 42px 24px;
	}

	.positions-hero h1 {
		font-size: 40px;
	}

	.positions-intro-section,
	.positions-list-section {
		padding: 42px 24px;
	}

	.positions-statement,
	.positions-note {
		padding: 28px 24px;
	}

	.positions-statement h2 {
		font-size: 30px;
	}

	.position-card {
		padding: 26px 24px;
	}

	.position-card h3 {
		font-size: 26px;
	}
}

.positions-empty-state {
	max-width: 860px;
	margin: 0 auto;
	padding: 46px;
	text-align: center;
	background:
		radial-gradient(circle at 92% 26%, rgba(19, 111, 99, .08), transparent 28%),
		linear-gradient(90deg, #fff 0%, #f1f7f7 100%);
	border: 1px solid var(--line);
	border-left: 6px solid var(--teal);
	box-shadow: 0 16px 32px rgba(13, 34, 64, .08);
}

.positions-empty-state h3 {
	margin: 0 0 16px;
	font-family: 'Libre Baskerville', Georgia, serif;
	letter-spacing: -.045em;
	font-size: 34px;
	line-height: 1.15;
	color: var(--navy);
}

.positions-empty-state p {
	max-width: 680px;
	margin: 0 auto 16px;
	font-size: 16px;
	line-height: 1.68;
	color: #13233c;
}

.positions-empty-state .button {
	margin-top: 10px;
}

@media(max-width:640px) {
	.positions-empty-state {
		padding: 30px 24px;
	}

	.positions-empty-state h3 {
		font-size: 28px;
	}
}


/* ==========================================
   Open Positions simplified split layout
========================================== */

.positions-split-section {
	padding: 62px clamp(24px, 6vw, 92px);
	background:
		radial-gradient(circle at 92% 26%, rgba(19, 111, 99, .10), transparent 28%),
		linear-gradient(90deg, #fff 0%, #f1f7f7 100%);
	border-top: 1px solid #edf2f4;
	border-bottom: 1px solid #edf2f4;
}

.positions-split {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 0;
	max-width: 1180px;
	margin: auto;
	background: #fff;
	border: 1px solid var(--line);
	box-shadow: 0 16px 32px rgba(13, 34, 64, .08);
}

.positions-status-panel {
	padding: 42px;
	border-left: 6px solid var(--teal);
}

.positions-interest-panel {
	padding: 42px;
	background: #f8fafb;
	border-left: 1px solid var(--line);
}

.positions-status-panel h2,
.positions-interest-panel h3 {
	margin: 0 0 16px;
	font-family: 'Libre Baskerville', Georgia, serif;
	letter-spacing: -.045em;
	line-height: 1.12;
	color: var(--navy);
}

.positions-status-panel h2 {
	font-size: 38px;
}

.positions-interest-panel h3 {
	font-size: 30px;
}

.positions-status-panel p,
.positions-interest-panel p {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.68;
	color: #13233c;
}

.positions-status-panel .button {
	margin-top: 6px;
}

.positions-interest-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 24px;
}

.positions-interest-grid span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 14px 12px;
	border: 1px solid rgba(19, 111, 99, .25);
	background: rgba(19, 111, 99, .07);
	color: var(--navy);
	text-align: center;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.25;
}

@media(max-width:1100px) {
	.positions-split {
		grid-template-columns: 1fr;
	}

	.positions-interest-panel {
		border-left: 0;
		border-top: 1px solid var(--line);
	}
}

@media(max-width:640px) {
	.positions-split-section {
		padding: 42px 24px;
	}

	.positions-status-panel,
	.positions-interest-panel {
		padding: 28px 24px;
	}

	.positions-status-panel h2 {
		font-size: 30px;
	}

	.positions-interest-panel h3 {
		font-size: 26px;
	}

	.positions-interest-grid {
		grid-template-columns: 1fr;
	}
}


/* ==========================================
   Open Positions role-card support
   Used only when switching from the split no-openings state to active role listings.
========================================== */

.positions-list-section {
	padding: 60px clamp(24px, 6vw, 92px);
	background: #fff;
}

.positions-list {
	display: grid;
	gap: 28px;
	max-width: 1180px;
	margin: 0 auto;
}

.position-card {
	display: grid;
	grid-template-columns: 1fr 240px;
	gap: 34px;
	align-items: center;
	padding: 34px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 14px 24px rgba(13, 34, 64, .05);
}

.position-card h3 {
	margin: 0 0 10px;
	font-family: 'Libre Baskerville', Georgia, serif;
	letter-spacing: -.045em;
	font-size: 30px;
	line-height: 1.15;
	color: var(--navy);
}

.position-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
}

.position-meta span {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(19, 111, 99, .28);
	background: rgba(19, 111, 99, .07);
	color: var(--navy);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: 8px 12px;
}

.position-card p {
	margin: 0 0 18px;
	font-size: 15.5px;
	line-height: 1.68;
	color: #13233c;
}

.position-focus {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.position-focus li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	font-weight: 700;
	color: var(--navy);
}

.position-focus li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .62em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--teal);
}

.position-actions {
	display: grid;
	gap: 12px;
	justify-items: stretch;
}

.position-actions .button {
	justify-content: center;
	margin: 0;
	text-align: center;
}

.position-actions .secondary-link {
	text-align: center;
	color: var(--teal);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .04em;
	text-decoration: none;
}

.position-actions .secondary-link:hover {
	text-decoration: underline;
}

@media(max-width:1100px) {
	.position-card {
		grid-template-columns: 1fr;
	}

	.position-actions {
		justify-items: start;
	}
}

@media(max-width:640px) {
	.positions-list-section {
		padding: 42px 24px;
	}

	.position-card {
		padding: 26px 24px;
	}

	.position-card h3 {
		font-size: 28px;
	}
}
