/* TYPOGRAPHY */

body {
	position: relative;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #1b2430;
}

body::before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: 9999;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	opacity: .035;
	mix-blend-mode: overlay;
	pointer-events: none;
}

h1, h2, h3 {
	margin: 0 0 20px;
	color: #14233d;
	font-family: 'Poppins', sans-serif;
	line-height: 1.18;
}

h1, h2 {
	font-weight: 300;
	letter-spacing: -.5px;
}

h3 {
	font-weight: 500;
}

h1 {
	font-size: 300%;
}

h2 {
	font-size: 210%;
}

h3 {
	font-size: 135%;
}

.lead {
	font-weight: 300;
	font-size: 118%;
	line-height: 1.7;
}

a {
	color: #14233d;
	transition: .3s;
}

a:hover {
	color: #c79a3d;
}

/* EYEBROW */

.eyebrow {
	display: block;
	margin-bottom: 12px;
	color: #c79a3d;
	font-family: 'Poppins', sans-serif;
	font-size: 85%;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* SECTIONS */

section {
	position: relative;
	padding: 100px 0;
	background: radial-gradient(ellipse 1200px 600px at 12% -10%, #fbfbf9 0%, #ffffff 55%);
	color: #1b2430;
	overflow: hidden;
}

section .container {
	position: relative;
	z-index: 1;
}

section.navy {
	background: radial-gradient(ellipse 1200px 700px at 88% -15%, #1e3358 0%, #14233d 55%);
	color: #ffffff;
}

section.navy::before {
	content: '';
	position: absolute;
	top: -12%;
	right: -6%;
	width: 440px;
	height: 440px;
	background: radial-gradient(circle, rgba(199, 154, 61, .16) 0%, rgba(199, 154, 61, 0) 70%);
	pointer-events: none;
}

section.navy h2,
section.navy h3 {
	color: #ffffff;
}

section.navy p {
	color: rgba(255, 255, 255, .85);
}

section.grey {
	background: radial-gradient(ellipse 1200px 600px at 88% 110%, #eeeeec 0%, #f4f4f4 55%);
	color: #1b2430;
}

/* BUTTONS */

.btn-navy,
.btn-gold,
.wpcf7-form .wpcf7-submit {
	display: inline-block;
	padding: 13px 32px;
	border-radius: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 90%;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease, border-color .3s ease, color .3s ease;
	cursor: pointer;
}

.btn-navy,
.wpcf7-form .wpcf7-submit {
	background: #14233d;
	border: 1px solid #14233d;
	color: #ffffff;
}

.btn-navy:hover,
.wpcf7-form .wpcf7-submit:hover {
	background: #c79a3d;
	border-color: #c79a3d;
	color: #14233d;
	transform: translateY(-2px);
	box-shadow: 0 16px 28px -16px rgba(20, 35, 61, .45);
}

.btn-gold {
	background: #c79a3d;
	border: 1px solid #c79a3d;
	color: #14233d;
}

.btn-gold:hover {
	background: #14233d;
	border-color: #14233d;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 16px 28px -16px rgba(20, 35, 61, .45);
}

/* NAVIGATION */

.site-header {
	position: relative;
	z-index: 20;
	padding: 12px 0;
	background: #ffffff;
	border-bottom: 1px solid #e4e4e4;
}

.navbar {
	padding: 0;
}

.navbar-logo {
	width: auto;
	width: 250px;
	object-fit: contain;
}

.navbar-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}

.navbar-toggler {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	padding: 6px;
	border: 0;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.toggler-bar {
	display: block;
	height: 2px;
	background: #14233d;
	border-radius: 2px;
}

.toggler-bar:nth-child(1) {
	width: 26px;
}

.toggler-bar:nth-child(2) {
	width: 20px;
}

.toggler-bar:nth-child(3) {
	width: 14px;
}

.nav-link {
	position: relative;
	margin: 0 14px;
	padding: 4px 0 !important;
	color: #14233d !important;
	font-family: 'Poppins', sans-serif;
	font-size: 88%;
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.nav-link::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #c79a3d;
	transform: scaleX(0);
	transition: transform .3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
	transform: scaleX(1);
}

.nav-link:hover,
.nav-link.active {
	color: #c79a3d !important;
}

/* FORMS (Contact Form 7) */

.wpcf7-form p {
	margin-bottom: 1rem;
}

.wpcf7-form label {
	display: block;
	margin-bottom: 6px;
	color: #14233d;
	font-size: 90%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.wpcf7-form br {
	display: none;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%;
	padding: 12px 16px;
	background: #ffffff;
	border: 1px solid #e4e4e4;
	color: #1b2430;
	font-family: 'Inter', sans-serif;
	transition: border-color .3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	border-color: #c79a3d;
	outline: none;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
	color: #1b2430;
	opacity: .5;
}

.wpcf7-form textarea {
	min-height: 120px;
	resize: vertical;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #b23b3b;
	font-size: 85%;
}

.wpcf7-response-output {
	margin-top: 20px !important;
	padding: 12px 16px !important;
	border-radius: 0 !important;
	color: #1b2430;
	font-size: 90%;
}

/* HERO */

.hero {
	position: relative;
	height: 88vh;
	min-height: 560px;
	overflow: hidden;
}

.hero picture {
	display: block;
	width: 100%;
	height: 100%;
}

.hero-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, rgba(20, 35, 61, .94) 0%, rgba(20, 35, 61, .78) 45%, rgba(20, 35, 61, .4) 100%);
}

.hero-content {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
	color: #ffffff;
}

.hero-content .eyebrow {
	color: #d9ae55;
}

.hero-content h1 {
	margin: 12px 0 25px;
	color: #ffffff;
	font-size: 350%;
}

.hero-content .lead {
	color: rgba(255, 255, 255, .88);
}

/* CARDS */

.card-index {
	display: inline-block;
	margin-bottom: 14px;
	color: #c79a3d;
	font-family: 'Poppins', sans-serif;
	font-size: 220%;
	font-weight: 300;
	letter-spacing: -1px;
}

.feature-card {
	height: 100%;
	padding: 32px 28px 28px;
	background: #fbfbfa;
	border: 1px solid #eeeeec;
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.feature-card:hover {
	transform: translateY(-6px);
	border-color: #c79a3d;
	box-shadow: 0 28px 48px -28px rgba(20, 35, 61, .25);
}

.lifecycle-card {
	height: 100%;
	padding: 28px 26px 26px;
	background: #ffffff;
	border-top: 3px solid #c79a3d;
	box-shadow: 0 16px 32px -24px rgba(20, 35, 61, .18);
	transition: transform .35s ease, box-shadow .35s ease;
}

.lifecycle-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 48px -24px rgba(20, 35, 61, .28);
}

/* WHY US LIST */

.reasons-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reasons-list li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 34px;
	color: rgba(255, 255, 255, .92);
}

.reasons-list li::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #c79a3d;
}

.reasons-list li::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 4px;
	width: 8px;
	height: 8px;
	background: #c79a3d;
}

/* FOOTER */

.site-footer {
	padding: 90px 0 40px;
	background: #14233d;
	color: #ffffff;
}

.footer-logo {
	display: inline-block;
	margin: 0 0 20px;
	padding: 10px;
	background: #ffffff;
	border-radius: 10px;
}

.footer-logo img {
	display: block;
	width: 250px;
}

.footer-title {
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 105%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li {
	margin-bottom: 10px;
}

.site-footer p {
	color: rgba(255, 255, 255, .8);
}

.site-footer a {
	color: #ffffff;
}

.site-footer a:hover {
	color: #c79a3d;
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	justify-content: space-between;
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.footer-bottom .copyright {
	color: rgba(255, 255, 255, .7);
	font-size: 85%;
}

/* SCROLL REVEAL */

.js section > .container {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .7s ease, transform .7s ease;
}

.js section.is-visible > .container {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.js section > .container {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* MEDIA QUERIES */

@media only screen and (max-width: 991px) {
	.navbar-collapse {
		margin-top: 20px;
		padding: 20px;
		background: #f4f4f4;
		border: 1px solid #e4e4e4;
		border-radius: 10px;
	}

	.navbar-nav {
		width: 100%;
		text-align: center;
	}

	.nav-link {
		margin: 0;
		padding: 12px 0 !important;
		border-bottom: 1px solid #e4e4e4;
	}

	.nav-link::after {
		display: none;
	}

	.nav-link:last-child {
		border-bottom: none;
	}

	.navbar-collapse .btn-gold {
		display: block;
		margin-top: 15px;
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 220%;
	}

	h2 {
		font-size: 180%;
	}

	section {
		padding: 55px 0;
	}

	.hero {
		height: auto;
		min-height: 560px;
	}

	.hero-content h1 {
		font-size: 230%;
	}

	.navbar-logo {
		height: 42px;
	}

	.navbar-actions {
		gap: 8px;
	}

	.navbar-actions .btn-gold {
		padding: 8px 12px;
		font-size: 72%;
		letter-spacing: .5px;
		white-space: nowrap;
	}
}
