@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
@import url("fontawesome-all.min.css");

/*
	Overflow by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

#anim{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	vertical-align: bottom;
}


html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
		height: 100%;
		overflow: hidden;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		/*background-color: #183026;*/
		background-color: #392020;
		background-image: url("images/overlay.png"), url("../../images/bg.jpg");
		background-repeat: repeat, no-repeat;
		background-size: auto, cover;
		background-position: top left, center 0;
		background-attachment: fixed, fixed;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 18pt;
		line-height: 1.75em;
		font-weight: 300;
		letter-spacing: 1px;
		color: #3a3939;
		text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
		-webkit-text-stroke: 0.25px;
		/* Body as scroll container so scroll-snap works */
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		scroll-snap-type: y mandatory;
		scroll-behavior: smooth;
		scroll-padding-top: 0;
	}
		@media screen and (max-width: 736px) {
			body {
				scroll-padding-top: 0;
			}
		}

		/* Snap sections: anchor to one section per viewport when scrolling/swiping */
		body > section:first-of-type,
		#header, #banner, #approach, #why-us, #services, #engagement, #projects-hero, #morework {
			scroll-snap-stop: always;
		}
		body > section:first-of-type {
			scroll-snap-align: start;
		}
		/* Keep full-viewport sections flush (no margin) so unified height isn’t broken */
		#header, #banner, #approach, #why-us, #services, #engagement, #projects-hero, #morework, #contact {
			margin-top: 0;
			margin-bottom: 0;
		}

		/* Scroll targets for banner quick links – section flush to top of viewport */
		#approach, #services, #why-us, #projects-hero, #contact {
			scroll-margin-top: 0;
		}
		@media screen and (max-width: 736px) {
			#approach, #services, #why-us, #projects-hero, #contact {
				scroll-margin-top: 0;
			}
		}

		.container.box.style3 {
			scroll-snap-align: start;
			scroll-snap-stop: always;
			min-height: 100vh;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}

		body.is-scroll {
			background-attachment: scroll, scroll;
			background-size: auto, 100% auto;
		}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 18pt;
		line-height: 1.75em;
		font-weight: 300;
		letter-spacing: 1px;
		color: #3a3939;
		text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
		-webkit-text-stroke: 0.25px;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		text-transform: uppercase;
		line-height: 1.75em;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

	h2 {
		font-size: 1.25em;
		letter-spacing: 8px;
	}

	h3 {
		font-size: 1em;
		letter-spacing: 5px;
	}

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	a {
		-moz-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-webkit-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-ms-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		color: #b83535;
    	text-shadow: 0 0 0.5px rgba(184, 53, 53, 0.25);
	    text-decoration: none;
	    border-bottom: dotted 1px rgba(184, 53, 53, 0.5);
/*		color: #35b88f;
		text-shadow: 0 0 0.5px rgba(53, 184, 143, 0.25);
		text-decoration: none;
		border-bottom: dotted 1px rgba(53, 184, 143, 0.5);*/
	}

		a:hover {
			border-bottom-color: rgba(53, 184, 143, 0);
		}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #dad9d9;
		margin: 2em 0 2em 0;
	}

	blockquote {
		border-left: solid 0.5em #eae9e9;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	header {
		margin-bottom: 1em;
	}

		header p {
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 1.5em 0;
		}

	footer {
		margin-top: 1em;
	}

	br.clear {
		clear: both;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1140px;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 960px;
			}

		}

		@media screen and (max-width: 1080px) {

			.container {
				width: 95%;
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -10px;
			margin-left: -10px;
		}

			.row.gtr-25 > * {
				padding: 10px 0 0 10px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -10px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 10px;
				}

		.row.gtr-50 {
			margin-top: -20px;
			margin-left: -20px;
		}

			.row.gtr-50 > * {
				padding: 20px 0 0 20px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -20px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 20px;
				}

		.row {
			margin-top: -40px;
			margin-left: -40px;
		}

			.row > * {
				padding: 40px 0 0 40px;
			}

			.row.gtr-uniform {
				margin-top: -40px;
			}

				.row.gtr-uniform > * {
					padding-top: 40px;
				}

		.row.gtr-150 {
			margin-top: -60px;
			margin-left: -60px;
		}

			.row.gtr-150 > * {
				padding: 60px 0 0 60px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -60px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 60px;
				}

		.row.gtr-200 {
			margin-top: -80px;
			margin-left: -80px;
		}

			.row.gtr-200 > * {
				padding: 80px 0 0 80px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -80px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 80px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-wide {
					order: -1;
				}

				.row > .col-1-wide {
					width: 8.33333%;
				}

				.row > .off-1-wide {
					margin-left: 8.33333%;
				}

				.row > .col-2-wide {
					width: 16.66667%;
				}

				.row > .off-2-wide {
					margin-left: 16.66667%;
				}

				.row > .col-3-wide {
					width: 25%;
				}

				.row > .off-3-wide {
					margin-left: 25%;
				}

				.row > .col-4-wide {
					width: 33.33333%;
				}

				.row > .off-4-wide {
					margin-left: 33.33333%;
				}

				.row > .col-5-wide {
					width: 41.66667%;
				}

				.row > .off-5-wide {
					margin-left: 41.66667%;
				}

				.row > .col-6-wide {
					width: 50%;
				}

				.row > .off-6-wide {
					margin-left: 50%;
				}

				.row > .col-7-wide {
					width: 58.33333%;
				}

				.row > .off-7-wide {
					margin-left: 58.33333%;
				}

				.row > .col-8-wide {
					width: 66.66667%;
				}

				.row > .off-8-wide {
					margin-left: 66.66667%;
				}

				.row > .col-9-wide {
					width: 75%;
				}

				.row > .off-9-wide {
					margin-left: 75%;
				}

				.row > .col-10-wide {
					width: 83.33333%;
				}

				.row > .off-10-wide {
					margin-left: 83.33333%;
				}

				.row > .col-11-wide {
					width: 91.66667%;
				}

				.row > .off-11-wide {
					margin-left: 91.66667%;
				}

				.row > .col-12-wide {
					width: 100%;
				}

				.row > .off-12-wide {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 1080px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-normal {
					order: -1;
				}

				.row > .col-1-normal {
					width: 8.33333%;
				}

				.row > .off-1-normal {
					margin-left: 8.33333%;
				}

				.row > .col-2-normal {
					width: 16.66667%;
				}

				.row > .off-2-normal {
					margin-left: 16.66667%;
				}

				.row > .col-3-normal {
					width: 25%;
				}

				.row > .off-3-normal {
					margin-left: 25%;
				}

				.row > .col-4-normal {
					width: 33.33333%;
				}

				.row > .off-4-normal {
					margin-left: 33.33333%;
				}

				.row > .col-5-normal {
					width: 41.66667%;
				}

				.row > .off-5-normal {
					margin-left: 41.66667%;
				}

				.row > .col-6-normal {
					width: 50%;
				}

				.row > .off-6-normal {
					margin-left: 50%;
				}

				.row > .col-7-normal {
					width: 58.33333%;
				}

				.row > .off-7-normal {
					margin-left: 58.33333%;
				}

				.row > .col-8-normal {
					width: 66.66667%;
				}

				.row > .off-8-normal {
					margin-left: 66.66667%;
				}

				.row > .col-9-normal {
					width: 75%;
				}

				.row > .off-9-normal {
					margin-left: 75%;
				}

				.row > .col-10-normal {
					width: 83.33333%;
				}

				.row > .off-10-normal {
					margin-left: 83.33333%;
				}

				.row > .col-11-normal {
					width: 91.66667%;
				}

				.row > .off-11-normal {
					margin-left: 91.66667%;
				}

				.row > .col-12-normal {
					width: 100%;
				}

				.row > .off-12-normal {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 840px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrow {
					order: -1;
				}

				.row > .col-1-narrow {
					width: 8.33333%;
				}

				.row > .off-1-narrow {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrow {
					width: 16.66667%;
				}

				.row > .off-2-narrow {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrow {
					width: 25%;
				}

				.row > .off-3-narrow {
					margin-left: 25%;
				}

				.row > .col-4-narrow {
					width: 33.33333%;
				}

				.row > .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrow {
					width: 41.66667%;
				}

				.row > .off-5-narrow {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrow {
					width: 50%;
				}

				.row > .off-6-narrow {
					margin-left: 50%;
				}

				.row > .col-7-narrow {
					width: 58.33333%;
				}

				.row > .off-7-narrow {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrow {
					width: 66.66667%;
				}

				.row > .off-8-narrow {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrow {
					width: 75%;
				}

				.row > .off-9-narrow {
					margin-left: 75%;
				}

				.row > .col-10-narrow {
					width: 83.33333%;
				}

				.row > .off-10-narrow {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrow {
					width: 91.66667%;
				}

				.row > .off-11-narrow {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrow {
					width: 100%;
				}

				.row > .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobile {
					order: -1;
				}

				.row > .col-1-mobile {
					width: 8.33333%;
				}

				.row > .off-1-mobile {
					margin-left: 8.33333%;
				}

				.row > .col-2-mobile {
					width: 16.66667%;
				}

				.row > .off-2-mobile {
					margin-left: 16.66667%;
				}

				.row > .col-3-mobile {
					width: 25%;
				}

				.row > .off-3-mobile {
					margin-left: 25%;
				}

				.row > .col-4-mobile {
					width: 33.33333%;
				}

				.row > .off-4-mobile {
					margin-left: 33.33333%;
				}

				.row > .col-5-mobile {
					width: 41.66667%;
				}

				.row > .off-5-mobile {
					margin-left: 41.66667%;
				}

				.row > .col-6-mobile {
					width: 50%;
				}

				.row > .off-6-mobile {
					margin-left: 50%;
				}

				.row > .col-7-mobile {
					width: 58.33333%;
				}

				.row > .off-7-mobile {
					margin-left: 58.33333%;
				}

				.row > .col-8-mobile {
					width: 66.66667%;
				}

				.row > .off-8-mobile {
					margin-left: 66.66667%;
				}

				.row > .col-9-mobile {
					width: 75%;
				}

				.row > .off-9-mobile {
					margin-left: 75%;
				}

				.row > .col-10-mobile {
					width: 83.33333%;
				}

				.row > .off-10-mobile {
					margin-left: 83.33333%;
				}

				.row > .col-11-mobile {
					width: 91.66667%;
				}

				.row > .off-11-mobile {
					margin-left: 91.66667%;
				}

				.row > .col-12-mobile {
					width: 100%;
				}

				.row > .off-12-mobile {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* Sections/Article */

	section, article {
		margin-bottom: 3em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	.row > section, .row > article {
		margin-bottom: 0;
	}

/* Image */

	.image {
		display: inline-block;
		border: 0;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 1.5em;
			margin-top: 1.5em;
		}

			ul li:first-child {
				margin-top: 0;
			}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 1.25em;
			margin-top: 1.5em;
		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding-left: 0;
			margin-top: 0;
		}

		ul.icons a {
			display: inline-block;
			width: 2.5em;
			height: 2.5em;
			line-height: 2.5em;
			text-align: center;
			border: 0;
		}

/* Menu */

	ul.menu {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #dad9d9;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

/* Actions */

	ul.actions {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			display: inline-block;
			margin: 0 0 0 0.5em;
			padding-left: 0;
			margin-top: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

/* Form */

	form label {
		display: block;
		margin: 0 0 0.5em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-moz-transition: background-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out;
		-webkit-appearance: none;
		display: block;
		border: 0;
		background: #f1f1f1;
		width: 100%;
		padding: 0.75em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background-color: #f8f8f8;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select {
		line-height: 1em;
	}

	form select {
		background-size: 1.25em;
		background-repeat: no-repeat;
		background-position: calc(100% - 1em) center;
		padding-right: 1.25em;
		text-overflow: ellipsis;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%235a5959' /%3E%3C/svg%3E");
	}

		form select option {
			color: #3a3939;
			background: #ffffff;
		}

		form select:focus::-ms-value {
			background-color: transparent;
		}

		form select::-ms-expand {
			display: none;
		}

	form textarea {
		min-height: 12em;
	}

	form ::-webkit-input-placeholder {
		color: #5a5959 !important;
	}

	form :-moz-placeholder {
		color: #5a5959 !important;
	}

	form ::-moz-placeholder {
		color: #5a5959 !important;
	}

	form :-ms-input-placeholder {
		color: #5a5959 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

	form ul.actions {
		margin-bottom: 0;
		text-align: center;
	}

/* Table */

	.table-wrapper {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	table {
		width: 100%;
	}

		table tbody tr {
			border-top: solid 1px #eae9e9;
		}

			table tbody tr:first-child {
				border-top: 0;
			}

		table td {
			padding: 0.75em 1.25em 0.75em 1.25em;
		}

		table th {
			text-align: left;
			font-weight: 400;
			padding: 0.75em 1.25em 0.75em 1.25em;
		}

		table thead {
			background: #f5f5f5;
		}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		border: 0;
		/*background: #35b88f;*/
		background: #b83535;
		color: #fff;
		text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
		cursor: pointer;
		text-decoration: none;
		outline: 0;
		padding: 1em 3em 1em 3em;
		text-align: center;
		border-radius: 3em;
		font-weight: 400;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			/*background: #45c89f;*/
			background: #c84545;
		}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		button.style2,
		.button.style2 {
			color: #3a3939;
			background: #fff;
			box-shadow: inset 0 0 0 1px #fff;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			button.style2:hover,
			.button.style2:hover {
				background: rgba(255, 255, 255, 0.1);
				color: #fff !important;
				text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25) !important;
			}

		input[type="button"].style3,
		input[type="submit"].style3,
		input[type="reset"].style3,
		button.style3,
		.button.style3 {
			background: none;
			color: #3a3939;
			box-shadow: inset 0 0 0 1px #dad9d9;
		}

			input[type="button"].style3:hover,
			input[type="submit"].style3:hover,
			input[type="reset"].style3:hover,
			button.style3:hover,
			.button.style3:hover {
				background: rgba(58, 57, 57, 0.025);
			}

/* Box */

	.box {
		position: relative;
		margin-top: 9em;
		margin-bottom: 0;
	}

		.box:after {
			content: '';
			display: block;
			position: absolute;
			top: -9em;
			left: 50%;
			height: 9em;
			border-left: solid 1px #fff;
		}

		.box:before {
			content: '';
			display: block;
			width: 90px;
			height: 66px;
			position: absolute;
			left: 50%;
			top: -4.5em;
			margin-left: -45px;
			margin-top: -33px;
			background: url("images/arrow.svg") no-repeat;
		}

		/* More work: full-screen section, keep arrow + white lines (override triad hide) */
		#morework.box-with-arrow {
			min-height: 100vh;
			scroll-snap-align: start;
			display: flex;
			flex-direction: column;
			justify-content: center;
			margin-top: 0;
		}
		#morework.box-with-arrow:before,
		#morework.box-with-arrow:after {
			display: block;
		}

		.box :last-child {
			margin-bottom: 0;
		}

		.box.style1 {
			background: #fff;
			padding: 3em;
		}

			.box.style1 .image {
				display: block;
				position: absolute;
				top: 0;
				width: 50%;
				height: 100%;
				background: #152E33;
				overflow: hidden;
			}

				.box.style1 .image img {
					position: absolute;
					top: 0;
					height: 100%;
					width: auto;
				}

			.box.style1 .inner {
				min-height: 320px;
				position: relative;
				padding-bottom: 2.5em;
			}

			.box.style1 .inner > :last-child {
				margin: 0;
			}

			.box.style1 .work-client-logo-strip {
				display: flex;
				align-items: center;
				min-height: 48px;
				margin-bottom: 1em;
				padding-bottom: 0.75em;
				border-bottom: 1px solid rgba(58, 57, 57, 0.12);
			}

			.box.style1 .work-client-logo {
				max-height: 40px;
				width: auto;
				display: block;
			}

			.box.style1.right .image {
				left: 0;
			}

				.box.style1.right .image img {
					right: 0;
				}

			.box.style1.right .inner {
				margin-left: 50%;
				padding-left: 3em;
			}

			.box.style1.left .image {
				right: 0;
			}

				.box.style1.left .image img {
					left: 0;
				}

			.box.style1.left .inner {
				margin-right: 50%;
				padding-right: 3em;
			}

		/* Projects hero: full-bleed, full viewport (slider only) */
		.projects-hero-section {
			width: 100%;
			height: 100vh;
			min-height: 100vh;
			display: flex;
			flex-direction: column;
			background: #1a1a1a;
			scroll-snap-align: start;
		}
		.projects-hero-section .featured-slider-wrap {
			flex: 1 1 0;
			min-height: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
			display: flex;
			flex-direction: column;
		}
		.projects-hero-section .featured-swiper {
			height: 100%;
			min-height: 100vh;
		}

		/* Featured projects slider (Swiper) */
		.featured-slider-wrap {
			width: 100%;
			min-height: 100vh;
			overflow: hidden;
		}

		.featured-swiper {
			width: 100%;
			height: 100vh;
		}

		.featured-swiper .swiper-slide {
			display: flex;
			align-items: stretch;
			position: relative;
		}
		/* Odd: image left, text right. Even: image right, text left */
		.featured-swiper .swiper-slide:nth-child(even) .slide-image {
			order: 2;
		}
		.featured-swiper .swiper-slide:nth-child(even) .slide-text {
			order: 1;
		}

		.featured-swiper .slide-image {
			width: 65%;
			position: relative;
			background-size: cover;
			background-position: center;
			background-color: #2a2a2a;
			filter: sepia(60%) brightness(0.9);
			transition: filter 1s linear 0.3s;
		}
		.featured-swiper .slide-image img {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}

		/* Blurhash + lazy load: show real image when loaded */
		.lazy-project-img {
			transition: opacity 0.25s ease;
		}
		.lazy-project-img:not(.lazy-loaded) {
			opacity: 0;
		}
		.lazy-project-img.lazy-loaded {
			opacity: 1;
		}

		.featured-swiper .swiper-slide-active .slide-image {
			filter: none;
		}

		.featured-swiper .slide-text {
			width: 35%;
			min-width: 0;
			background: rgba(28, 28, 28, 0.95);
			color: #fff;
			padding: 0;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			overflow: hidden;
			box-sizing: border-box;
		}

		.featured-swiper .slide-text-header {
			flex-shrink: 0;
			padding: 2em 2.5em 1em;
			border-bottom: 1px solid rgba(255,255,255,0.15);
		}
		.featured-swiper .slide-text-header:empty {
			padding: 0.75em 2.5em 0;
			border-bottom: none;
		}

		.featured-swiper .slide-text .work-client-logo-strip {
			margin: 0;
			padding: 0;
			border: none;
		}

		.featured-swiper .slide-text .work-client-logo {
			max-height: 36px;
			width: auto;
			vertical-align: middle;
		}

		.featured-swiper .slide-text-body {
			flex: 1 1 0;
			min-height: 0;
			overflow-y: auto;
			padding: 1.5em 2.5em;
		}

		.featured-swiper .slide-text-footer {
			flex-shrink: 0;
			padding: 1.25em 2.5em 2em;
			border-top: 1px solid rgba(255,255,255,0.15);
		}

		.featured-swiper .slide-text-footer .slide-action {
			display: inline-block;
			color: #fff;
			background: #a51d13;
			padding: 0.35em 0.85em;
			text-decoration: none;
			font-size: 0.8em;
			letter-spacing: 1px;
			border-radius: 3px;
			transition: background 0.2s, color 0.2s;
		}

		.featured-swiper .slide-text-footer .slide-action:hover {
			background: #c9251a;
			color: #fff;
		}

		.featured-swiper .slide-text-footer .slide-client-name {
			color: #fff;
			font-size: 0.9em;
			opacity: 0.9;
		}

		.featured-swiper .slide-title {
			margin: 0 0 0.75em 0;
			color: #fff;
			opacity: 0;
			transform: translate3d(-20%, 0, 0);
			transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
		}

		.featured-swiper .swiper-slide-active .slide-title {
			opacity: 1;
			transform: translate3d(0, 0, 0);
		}

		.featured-swiper .slide-text .work-content {
			color: rgba(255, 255, 255, 0.9);
			opacity: 0;
			transform: translate3d(-20%, 0, 0);
			transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
			font-size: 0.95em;
			line-height: 1.6;
		}

		.featured-swiper .swiper-slide-active .slide-text .work-content {
			opacity: 1;
			transform: translate3d(0, 0, 0);
		}

		/* First slide and placeholder: always show text (fallback if Swiper adds active late or on resize) */
		.featured-swiper .swiper-slide:first-child .slide-title,
		.featured-swiper .swiper-slide:first-child .slide-text .work-content,
		.featured-placeholder .slide-title,
		.featured-placeholder .slide-text .work-content {
			opacity: 1 !important;
			transform: translate3d(0, 0, 0) !important;
		}

		.featured-swiper .swiper-pagination-bullet {
			background: rgba(255,255,255,0.5);
		}

		.featured-swiper .swiper-pagination-bullet-active {
			background: #fff;
		}

		.featured-swiper .swiper-button-prev,
		.featured-swiper .swiper-button-next {
			display: none;
		}
		/* Vertical slider: pagination on the right */
		.featured-swiper.swiper-vertical .swiper-pagination {
			right: 16px;
			left: auto;
			width: auto;
			display: flex;
			flex-direction: column;
			align-items: center;
			gap: 8px;
		}

		.box.style2 {
			text-align: center;
		}

			.box.style2 header {
				display: inline-block;
				background: #fff;
				color: #2d2d2d;
				padding: 2em 3em 2em 3em;
				margin: 0;
			}
				.box.style2 header h2,
				.box.style2 header p {
					color: #2d2d2d;
				}
				.box.style2 header p {
					padding: 0;
				}

			.box.style2 .inner {
				position: relative;
				padding: 40px 0 0px 0;
			}

				.box.style2 .inner:after {
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 50%;
					height: 100%;
					border-left: solid 1px #fff;
				}

				.box.style2 .inner .row {
					position: relative;
				}

					.box.style2 .inner .row:before {
						content: '';
						display: block;
						position: absolute;
						top: 50%;
						left: 20px;
						width: calc(100% - 40px);
						border-bottom: solid 1px #fff;
					}

				.box.style2 .inner .image {
					position: relative;
					z-index: 1;
					padding: 20px;
				}

		.box.style3 {
			background: #fff;
			color: #2d2d2d;
			padding: 3em;
		}
			.box.style3 header {
				text-align: center;
			}
			.box.style3 header h2,
			.box.style3 header p {
				color: #2d2d2d;
			}
			.box.style3 a {
				color: #a51d13;
				border-bottom-color: rgba(165, 29, 19, 0.4);
			}
			.box.style3 a:hover {
				border-bottom-color: #a51d13;
			}

	/* Contact section: one viewport, Dribbble-style split (copy left, form card right) */
		#contact.contact-section {
			min-height: 100vh;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			align-items: center;
			padding: 2.5em 1.5em 1.5em 1.5em;
			box-sizing: border-box;
			scroll-snap-align: start;
			scroll-snap-stop: always;
			background: #1a1a1a;
			color: #fff;
			font-family: 'Source Sans Pro', sans-serif;
		}
		#contact .contact-form-wrap {
			width: 100%;
			flex: 1 1 auto;
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 3em;
			align-items: center;
			justify-content: center;
		}
		#contact .contact-intro {
			text-align: left;
		}
		#contact .contact-header {
			margin-bottom: 0;
		}
		#contact .contact-header h2 {
			font-family: inherit;
			font-size: 1.75em;
			font-weight: 400;
			letter-spacing: 0.12em;
			margin: 0 0 0.6em 0;
			color: #fff;
			line-height: 1.3;
		}
		#contact .contact-header p {
			font-family: inherit;
			font-size: 0.95em;
			font-weight: 300;
			color: rgba(255, 255, 255, 0.78);
			margin: 0;
			line-height: 1.6;
			max-width: 20em;
		}
		#contact .contact-form-col {
			width: 100%;
		}
		#contact .contact-form {
			background: #fff;
			color: #2d2d2d;
			padding: 2.25em 2.5em;
			text-align: left;
			border: none;
			border-radius: 12px;
			box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
		}
		#contact .contact-fields {
			display: flex;
			flex-direction: column;
			gap: 1em;
		}
		#contact .contact-row {
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 1em;
		}
		#contact .contact-row-single {
			grid-template-columns: 1fr;
		}
		#contact .contact-row textarea {
			grid-column: 1 / -1;
			min-height: 4.5em;
			resize: vertical;
		}
		#contact .contact-form input.text,
		#contact .contact-form select.text,
		#contact .contact-form textarea {
			width: 100%;
			padding: 0.6em 0.75em;
			font-size: 1em;
			font-family: inherit;
			font-weight: 300;
			letter-spacing: 0.5px;
			border: 1px solid rgba(45, 45, 45, 0.2);
			background: #fff;
			color: #2d2d2d;
			box-sizing: border-box;
		}
		#contact .contact-form input.text:focus,
		#contact .contact-form select.text:focus,
		#contact .contact-form textarea:focus {
			border-color: #a51d13;
			outline: none;
		}
		#contact .contact-actions {
			margin-top: 0.5em;
			text-align: center;
		}
		#contact .contact-actions .button,
		#contact .contact-actions input[type="button"] {
			font-family: inherit;
			font-weight: 400;
			padding: 0.6em 1.5em;
			font-size: 0.95em;
			letter-spacing: 0.08em;
		}
		#contact .contact-footer {
			flex: 0 0 auto;
			padding: 0;
			margin: 0;
			border: none;
			background: transparent;
		}
		#contact #footer {
			margin: 0;
		}
		#contact #footer:after {
			display: none;
		}
		#contact .contact-footer .icons {
			display: inline-flex;
			gap: 0.5em;
			padding: 0.6em 1.5em;
			border: 1px solid rgba(255, 255, 255, 0.5);
			border-radius: 2em;
			margin: 0 0 0.75em 0;
		}
		#contact .contact-footer .icons a {
			color: #fff;
			border: none;
		}
		#contact .contact-footer .icons a:hover {
			color: #b83535;
		}
		#contact .contact-copyright {
			font-family: inherit;
			font-size: 0.8em;
			font-weight: 300;
			color: rgba(255, 255, 255, 0.7);
			margin: 0;
		}
		@media screen and (max-width: 736px) {
			#contact .contact-form-wrap {
				grid-template-columns: 1fr;
				gap: 2em;
			}
			#contact .contact-intro {
				text-align: center;
			}
			#contact .contact-header p {
				max-width: none;
			}
			#contact .contact-row {
				grid-template-columns: 1fr;
			}
			#contact .contact-form {
				padding: 1.75em 1.5em;
			}
		}

	/* Sales page: banner hero – three words, big typography */
		#banner header h1.hero-triad {
			font-weight: 400;
			font-size: 2.5em;
			letter-spacing: 0.2em;
			line-height: 1.3em;
			margin: 0 0 0.4em 0;
			word-spacing: 0.15em;
		}
		#banner .flip-e {
			display: inline-block;
			transform: scaleX(-1);
			margin-left: -0.22em;
		}
		#banner .hero-subhead {
			font-size: 1em;
			letter-spacing: 2px;
			opacity: 0.95;
			margin: 0.5em 0;
			max-width: 22em;
			margin-left: auto;
			margin-right: auto;
		}
		#banner .hero-trust {
			font-size: 0.85em;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			opacity: 0.9;
			margin: 1.25em 0 0.35em 0;
		}
		#banner .hero-stats {
			font-size: 0.8em;
			letter-spacing: 0.08em;
			opacity: 0.85;
			margin: 0;
		}

	/* Sales page: Who we help / What we build – title + list in one white box */
		.box.style2.box-inner-white .inner {
			background: #fff;
			color: #2d2d2d;
			padding: 2em 3em;
			margin-top: 0;
		}
		.box.style2.box-inner-white .inner header h2,
		.box.style2.box-inner-white .inner p,
		.box.style2.box-inner-white .inner ul.alt li,
		.box.style2.box-inner-white .inner ol.default li {
			color: #2d2d2d;
		}
		.box.style2.box-inner-white .inner a {
			color: #a51d13;
			border-bottom-color: rgba(165, 29, 19, 0.4);
		}
		.box.style2.box-inner-white .inner a:hover {
			border-bottom-color: #a51d13;
		}
		.box.style2.box-inner-white .inner::after {
			display: none;
		}

	/* Triad sections: three-column layout with visible cards; drop arrow/lines behind */
		.box.box-triad:before,
		.box.box-triad:after {
			display: none;
		}
		.box-triad {
			background: #f2f2f2;
		}
		.box-triad .inner {
			background: #fff;
			padding: 2.5em 2em 2.5em 2em;
			box-shadow: 0 2px 12px rgba(0,0,0,0.06);
			border: 1px solid #e8e8e8;
		}
		/* 3rd section: approach – full-width white container, viewport height */
		#approach.box-triad.container {
			width: 100%;
			max-width: none;
		}
		#approach.box-triad {
			min-height: 100vh;
			scroll-snap-align: start;
			margin-top: 0;
			padding-top: 0;
			display: flex;
			align-items: stretch;
			background: #fff;
		}
		#approach.box-triad .inner {
			position: relative;
			min-height: 100vh;
			display: flex;
			flex-direction: column;
			justify-content: center;
			width: 100%;
			max-width: none;
			box-sizing: border-box;
			box-shadow: none;
			border: none;
			padding-left: 2em;
			padding-right: 2em;
			background: #fff;
			overflow: hidden;
		}
		.approach-bg-draw {
			position: absolute;
			inset: 0;
			z-index: 0;
			pointer-events: none;
			overflow: hidden;
		}
		.approach-bg-svg {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			transform: scaleY(-1);
			transform-origin: center center;
		}
		@keyframes approach-draw-line {
			to { stroke-dashoffset: 0; }
		}
		.approach-bg-draw .bg-line {
			stroke-dasharray: 1500;
			stroke-dashoffset: 1500;
		}
		#approach .approach-bg-draw .bg-line {
			animation: none;
		}
		#approach.in-view .approach-bg-draw .bg-line {
			animation: approach-draw-line 2.5s ease-out forwards;
		}
		#approach .approach-bg-draw .bg-poly {
			opacity: 0;
			animation: none;
		}
		/* Steps section: only lines, no polygon fills */
		#approach.in-view .approach-bg-draw .bg-poly {
			opacity: 0;
			animation: none;
		}
		.approach-bg-draw .bg-line:nth-child(1) { animation-delay: 0s; }
		.approach-bg-draw .bg-line:nth-child(2) { animation-delay: 0.06s; }
		.approach-bg-draw .bg-line:nth-child(3) { animation-delay: 0.12s; }
		.approach-bg-draw .bg-line:nth-child(4) { animation-delay: 0.18s; }
		.approach-bg-draw .bg-line:nth-child(5) { animation-delay: 0.24s; }
		.approach-bg-draw .bg-line:nth-child(6) { animation-delay: 0.30s; }
		.approach-bg-draw .bg-line:nth-child(7) { animation-delay: 0.36s; }
		.approach-bg-draw .bg-line:nth-child(8) { animation-delay: 0.42s; }
		.approach-bg-draw .bg-line:nth-child(9) { animation-delay: 0.48s; }
		.approach-bg-draw .bg-line:nth-child(10) { animation-delay: 0.54s; }
		.approach-bg-draw .bg-line:nth-child(11) { animation-delay: 0.60s; }
		.approach-bg-draw .bg-line:nth-child(12) { animation-delay: 0.66s; }
		.approach-bg-draw .bg-line:nth-child(13) { animation-delay: 0.72s; }
		.approach-bg-draw .bg-line:nth-child(14) { animation-delay: 0.78s; }
		.approach-bg-draw .bg-line:nth-child(15) { animation-delay: 0.84s; }
		.approach-bg-draw .bg-line:nth-child(16) { animation-delay: 0.90s; }
		.approach-bg-draw .bg-line:nth-child(17) { animation-delay: 0.96s; }
		.approach-bg-draw .bg-line:nth-child(18) { animation-delay: 1.02s; }
		.approach-bg-draw .bg-line:nth-child(19) { animation-delay: 1.08s; }
		.approach-bg-draw .bg-line:nth-child(20) { animation-delay: 1.14s; }
		.approach-bg-draw .bg-line:nth-child(21) { animation-delay: 1.20s; }
		.approach-bg-draw .bg-line:nth-child(22) { animation-delay: 1.26s; }
		@keyframes approach-fill-poly {
			to { opacity: 1; }
		}
		.approach-bg-draw .bg-poly {
			opacity: 0;
			animation: approach-fill-poly 1.2s ease-out 1.8s forwards;
		}
		.approach-bg-draw .bg-poly:nth-child(2) { animation-delay: 2s; }
		.approach-bg-draw .bg-poly:nth-child(3) { animation-delay: 2.15s; }
		.approach-bg-draw .bg-poly:nth-child(4) { animation-delay: 2.3s; }
		.approach-bg-draw .bg-poly:nth-child(5) { animation-delay: 2.45s; }
		.approach-bg-draw .bg-poly:nth-child(6) { animation-delay: 2.6s; }
		.approach-bg-draw .bg-poly:nth-child(7) { animation-delay: 2.75s; }
		@media (prefers-reduced-motion: reduce) {
			#approach .approach-bg-draw .bg-line {
				stroke-dashoffset: 0;
				animation: none !important;
			}
			#approach .approach-bg-draw .bg-poly {
				opacity: 1;
				animation: none !important;
			}
		}
		#approach.box-triad .inner > header,
		#approach.box-triad .inner > .row {
			position: relative;
			z-index: 1;
		}
		/* Why Code3 (3 reasons) – same as approach: full-width white, viewport height */
		#why-us.box-triad.container {
			width: 100%;
			max-width: none;
		}
		#why-us.box-triad {
			min-height: 100vh;
			scroll-snap-align: start;
			margin-top: 0;
			padding-top: 0;
			display: flex;
			align-items: stretch;
			background: #fff;
		}
		#why-us.box-triad .inner {
			min-height: 100vh;
			display: flex;
			flex-direction: column;
			justify-content: center;
			width: 100%;
			max-width: none;
			box-sizing: border-box;
			box-shadow: none;
			border: none;
			padding-left: 2em;
			padding-right: 2em;
			position: relative;
		}
		.whyus-bg-draw {
			position: absolute;
			inset: 0;
			z-index: 0;
			pointer-events: none;
			overflow: hidden;
		}
		.whyus-bg-svg {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		.whyus-bg-draw .bg-line {
			stroke-dasharray: 2000;
			stroke-dashoffset: 2000;
		}
		#why-us .whyus-bg-draw .bg-line {
			animation: none;
		}
		#why-us.in-view .whyus-bg-draw .bg-line {
			animation: approach-draw-line 2.5s ease-out forwards;
		}
		#why-us .whyus-bg-draw .bg-line:nth-child(1) { animation-delay: 0s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(2) { animation-delay: 0.06s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(3) { animation-delay: 0.12s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(4) { animation-delay: 0.18s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(5) { animation-delay: 0.24s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(6) { animation-delay: 0.30s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(7) { animation-delay: 0.36s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(8) { animation-delay: 0.42s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(9) { animation-delay: 0.48s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(10) { animation-delay: 0.54s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(11) { animation-delay: 0.60s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(12) { animation-delay: 0.66s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(13) { animation-delay: 0.72s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(14) { animation-delay: 0.78s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(15) { animation-delay: 0.84s; }
		#why-us .whyus-bg-draw .bg-line:nth-child(16) { animation-delay: 0.90s; }
		@media (prefers-reduced-motion: reduce) {
			#why-us .whyus-bg-draw .bg-line {
				stroke-dashoffset: 0;
				animation: none !important;
			}
		}
		#why-us .inner > header,
		#why-us .inner > .triad-cols {
			position: relative;
			z-index: 1;
		}
		/* Engagement models – same container as reasons (full-width, viewport height) */
		#engagement.box-triad.container {
			width: 100%;
			max-width: none;
		}
		#engagement.box-triad {
			min-height: 100vh;
			scroll-snap-align: start;
			margin-top: 0;
			padding-top: 0;
			display: flex;
			align-items: stretch;
			background: #fff;
		}
		#engagement.box-triad .inner {
			min-height: 100vh;
			display: flex;
			flex-direction: column;
			justify-content: center;
			width: 100%;
			max-width: none;
			box-sizing: border-box;
			box-shadow: none;
			border: none;
			padding-left: 2em;
			padding-right: 2em;
			position: relative;
		}
		.engagement-bg-draw {
			position: absolute;
			inset: 0;
			z-index: 0;
			pointer-events: none;
			overflow: hidden;
		}
		.engagement-bg-svg {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		.engagement-bg-draw .bg-line {
			stroke-dasharray: 2000;
			stroke-dashoffset: 2000;
		}
		#engagement .engagement-bg-draw .bg-line {
			animation: none;
		}
		#engagement.in-view .engagement-bg-draw .bg-line {
			animation: approach-draw-line 2.5s ease-out forwards;
		}
		#engagement .engagement-bg-draw .bg-line:nth-child(1) { animation-delay: 0s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(2) { animation-delay: 0.04s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(3) { animation-delay: 0.08s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(4) { animation-delay: 0.12s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(5) { animation-delay: 0.16s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(6) { animation-delay: 0.20s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(7) { animation-delay: 0.24s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(8) { animation-delay: 0.28s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(9) { animation-delay: 0.32s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(10) { animation-delay: 0.36s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(11) { animation-delay: 0.40s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(12) { animation-delay: 0.44s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(13) { animation-delay: 0.48s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(14) { animation-delay: 0.52s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(15) { animation-delay: 0.56s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(16) { animation-delay: 0.60s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(17) { animation-delay: 0.64s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(18) { animation-delay: 0.68s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(19) { animation-delay: 0.72s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(20) { animation-delay: 0.76s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(21) { animation-delay: 0.80s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(22) { animation-delay: 0.84s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(23) { animation-delay: 0.88s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(24) { animation-delay: 0.92s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(25) { animation-delay: 0.96s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(26) { animation-delay: 1.00s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(27) { animation-delay: 1.04s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(28) { animation-delay: 1.08s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(29) { animation-delay: 1.12s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(30) { animation-delay: 1.16s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(31) { animation-delay: 1.20s; }
		#engagement .engagement-bg-draw .bg-line:nth-child(32) { animation-delay: 1.24s; }
		@media (prefers-reduced-motion: reduce) {
			#engagement .engagement-bg-draw .bg-line {
				stroke-dashoffset: 0;
				animation: none !important;
			}
		}
		#engagement .inner > header,
		#engagement .inner > .triad-cols {
			position: relative;
			z-index: 1;
		}
		/* 4th section: services – full width, viewport height, no container background, white title, 3 white boxes */
		#services.box-triad-dark.container {
			width: 100%;
			max-width: none;
		}
		#services.box-triad-dark {
			min-height: 100vh;
			display: flex;
			align-items: stretch;
			margin-top: 0;
			padding-top: 0;
		}
		#services.box-triad-dark .inner {
			min-height: 100vh;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}
		.box-triad-dark {
			background: transparent;
			scroll-snap-align: start;
		}
		.box-triad-dark .inner {
			background: transparent;
			box-shadow: none;
			border: none;
		}
		#services.box-triad-dark .inner {
			background: transparent !important;
			width: 100%;
			max-width: none;
			padding-left: 2em;
			padding-right: 2em;
			position: relative;
		}
		.services-bg-draw {
			position: absolute;
			inset: 0;
			z-index: 0;
			pointer-events: none;
			overflow: hidden;
		}
		.services-bg-svg {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		.services-bg-draw .bg-line {
			stroke-dasharray: 2500;
			stroke-dashoffset: 2500;
		}
		#services .services-bg-draw .bg-line {
			animation: none;
		}
		#services.in-view .services-bg-draw .bg-line {
			animation: approach-draw-line 2.5s ease-out forwards;
		}
		#services .services-bg-draw .bg-line:nth-child(1) { animation-delay: 0s; }
		#services .services-bg-draw .bg-line:nth-child(2) { animation-delay: 0.08s; }
		#services .services-bg-draw .bg-line:nth-child(3) { animation-delay: 0.16s; }
		#services .services-bg-draw .bg-line:nth-child(4) { animation-delay: 0.24s; }
		#services .services-bg-draw .bg-line:nth-child(5) { animation-delay: 0.32s; }
		#services .services-bg-draw .bg-line:nth-child(6) { animation-delay: 0.40s; }
		#services .services-bg-draw .bg-line:nth-child(7) { animation-delay: 0.48s; }
		#services .services-bg-draw .bg-line:nth-child(8) { animation-delay: 0.56s; }
		#services .services-bg-draw .bg-line:nth-child(9) { animation-delay: 0.64s; }
		#services .services-bg-draw .bg-line:nth-child(10) { animation-delay: 0.72s; }
		#services .services-bg-draw .bg-line:nth-child(11) { animation-delay: 0.80s; }
		#services .services-bg-draw .bg-line:nth-child(12) { animation-delay: 0.88s; }
		#services .services-bg-draw .bg-line:nth-child(13) { animation-delay: 0.96s; }
		@media (prefers-reduced-motion: reduce) {
			#services .services-bg-draw .bg-line {
				stroke-dashoffset: 0;
				animation: none !important;
			}
		}
		#services .inner > header,
		#services .inner > .triad-cols {
			position: relative;
			z-index: 1;
		}
		.box-triad-dark .inner header h2,
		.box-triad-dark .triad-tagline {
			color: #fff !important;
		}
		#services .inner header h2 {
			color: #fff !important;
		}
		.box-triad-dark .triad-col {
			background: #fff;
			box-shadow: 0 2px 12px rgba(0,0,0,0.08);
		}
		.box-triad .inner header h2 {
			color: #1a1a1a;
		}
		/* Logo "3" icon in section titles – top-aligned with text, no clipping */
		.box-triad .inner header h2,
		.box-triad-dark .inner header h2 {
			overflow: visible;
			line-height: 1.1;
			padding-bottom: 0.08em;
		}
		.logo-three-icon {
			display: inline-block;
			width: 1em;
			height: 1.2em;
			vertical-align: top;
			margin-right: 0.15em;
		}
		h2 .logo-three-icon {
			vertical-align: top;
			margin-top: -0.04em;
		}
		.box-triad .triad-tagline {
			font-size: 0.85em;
			letter-spacing: 3px;
			margin: 0.25em 0 1.5em 0;
			color: #555;
		}
		.box-triad .triad-cols,
		.box-triad-dark .triad-cols {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			gap: 1.5em 1.25em;
			margin-top: 1.5em;
			/* Reset .row asymmetric gutter (margin-left: -40px, no margin-right) so content stays centered */
			margin-left: 0;
			margin-right: 0;
		}
		.box-triad .triad-col {
			flex: 1 1 240px;
			min-width: 0;
			text-align: center;
			opacity: 1;
			transform: none;
			background: #fff;
			padding: 1.75em 1.25em;
			border-radius: 6px;
			border: 1px solid #e5e5e5;
			box-shadow: 0 1px 4px rgba(0,0,0,0.04);
			position: relative;
		}
		.box-triad .triad-col::before {
			content: '';
			position: absolute;
			top: 0;
			left: 50%;
			transform: translateX(-50%);
			width: 48px;
			height: 3px;
			background: #a51d13;
			border-radius: 0 0 3px 3px;
		}
		.box-triad .triad-col h3 {
			font-size: 1.05em;
			letter-spacing: 4px;
			margin: 1.25em 0 0.5em 0;
			color: #1a1a1a;
			font-weight: 600;
		}
		.box-triad .triad-col p {
			margin: 0;
			font-size: 0.95em;
			line-height: 1.55;
			color: #333;
		}
		.box-triad .triad-col:nth-child(1) { animation-delay: 0.08s; }
		.box-triad .triad-col:nth-child(2) { animation-delay: 0.18s; }
		.box-triad .triad-col:nth-child(3) { animation-delay: 0.28s; }

		/* Triad sections: header and tagline always visible */
		.box-triad .inner header,
		.box-triad .inner .triad-tagline {
			opacity: 1 !important;
			transform: none !important;
			animation: none !important;
		}
		.box.style2.box-inner-white .inner header {
			display: block;
			background: none;
			padding: 0 0 1em 0;
			margin: 0 0 0.5em 0;
			text-align: center;
		}
		.box.style2.box-inner-white .inner header h2 {
			margin: 0;
		}
		.box.style2.box-inner-white .inner header {
			opacity: 0;
			transform: translateY(20px);
			animation: slideInUp 0.45s ease forwards;
			animation-play-state: paused;
		}
		.box-inner-white.in-view .inner header {
			animation-play-state: running;
		}
		.box.style2.box-inner-white .inner > p {
			text-align: center;
			margin: 1em 0 0 0;
			opacity: 0;
			transform: translateY(20px);
			animation: slideInUp 0.45s ease forwards;
			animation-play-state: paused;
			animation-delay: 0.08s;
		}
		.box-inner-white.in-view .inner > p {
			animation-play-state: running;
		}
		/* Non-triad white boxes: keep scroll animation; triad overrides above */
		@keyframes slideInUp {
			from { opacity: 0; transform: translateY(20px); }
			to { opacity: 1; transform: translateY(0); }
		}

		.box.style2 .inner ul.alt {
			list-style: none;
			padding-left: 0;
			text-align: left;
			max-width: 28em;
			margin: 0 auto;
		}
		.box.style2 .inner ul.alt li {
			position: relative;
			padding: 0.65em 0 0.65em 1.5em;
			border-bottom: 1px solid rgba(58, 57, 57, 0.12);
			margin: 0;
			transition: padding-left 0.2s ease, color 0.2s ease;
			opacity: 0;
			transform: translateY(20px);
			animation: slideInUp 0.45s ease forwards;
			animation-play-state: paused;
		}
		.box-inner-white.in-view .inner ul.alt li {
			animation-play-state: running;
		}
		.box.style2 .inner ul.alt li:nth-child(1) { animation-delay: 0.05s; }
		.box.style2 .inner ul.alt li:nth-child(2) { animation-delay: 0.12s; }
		.box.style2 .inner ul.alt li:nth-child(3) { animation-delay: 0.19s; }
		.box.style2 .inner ul.alt li:nth-child(4) { animation-delay: 0.26s; }
		.box.style2 .inner ul.alt li:nth-child(5) { animation-delay: 0.33s; }
		.box.style2 .inner ul.alt li:nth-child(6) { animation-delay: 0.40s; }
		.box.style2 .inner ul.alt li:nth-child(7) { animation-delay: 0.47s; }
		.box.style2 .inner ul.alt li:nth-child(8) { animation-delay: 0.54s; }
		.box.style2 .inner ul.alt li:nth-child(9) { animation-delay: 0.61s; }
		.box.style2 .inner ul.alt li:nth-child(10) { animation-delay: 0.68s; }
		.box.style2 .inner ul.alt li::before {
			content: '';
			position: absolute;
			left: 0;
			top: 0.9em;
			width: 6px;
			height: 6px;
			background: #a51d13;
			border-radius: 50%;
			transition: transform 0.2s ease, background-color 0.2s ease;
		}
		.box.style2 .inner ul.alt li:hover {
			padding-left: 1.75em;
		}
		.box.style2 .inner ul.alt li:hover::before {
			transform: scale(1.3);
			background: #b91e24;
		}
		.box.style2 .inner ul.alt li:last-child {
			border-bottom: none;
		}

	/* Sales page: How we work ordered list */
		.box.style2 .inner ol.default {
			list-style: none;
			text-align: left;
			max-width: 32em;
			margin: 0 auto;
			padding-left: 0;
			counter-reset: step;
		}
		.box.style2 .inner ol.default li {
			position: relative;
			margin-top: 1em;
			padding: 0.5em 0 0.5em 0.5em;
			padding-left: 2.5em;
			transition: padding-left 0.2s ease;
			opacity: 0;
			transform: translateY(20px);
			animation: slideInUp 0.45s ease forwards;
			animation-play-state: paused;
		}
		.box-inner-white.in-view .inner ol.default li {
			animation-play-state: running;
		}
		.box.style2 .inner ol.default li:nth-child(1) { animation-delay: 0.05s; }
		.box.style2 .inner ol.default li:nth-child(2) { animation-delay: 0.12s; }
		.box.style2 .inner ol.default li:nth-child(3) { animation-delay: 0.19s; }
		.box.style2 .inner ol.default li:nth-child(4) { animation-delay: 0.26s; }
		.box.style2 .inner ol.default li:nth-child(5) { animation-delay: 0.33s; }
		.box.style2 .inner ol.default li:nth-child(6) { animation-delay: 0.40s; }
		.box.style2 .inner ol.default li:nth-child(7) { animation-delay: 0.47s; }
		.box.style2 .inner ol.default li:nth-child(8) { animation-delay: 0.54s; }
		.box.style2 .inner ol.default li:nth-child(9) { animation-delay: 0.61s; }
		.box.style2 .inner ol.default li:nth-child(10) { animation-delay: 0.68s; }
		.box.style2 .inner ol.default li::before {
			content: counter(step);
			counter-increment: step;
			position: absolute;
			left: 0;
			top: 0.35em;
			width: 1.5em;
			height: 1.5em;
			line-height: 1.5em;
			font-size: 0.85em;
			font-weight: 600;
			text-align: center;
			background: #a51d13;
			color: #fff;
			border-radius: 50%;
			transition: transform 0.2s ease, background-color 0.2s ease;
		}
		.box.style2 .inner ol.default li:hover {
			padding-left: 2.75em;
		}
		.box.style2 .inner ol.default li:hover::before {
			transform: scale(1.08);
			background: #b91e24;
		}

/* Icons */

	.icon {
		text-decoration: none;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Header */

	#header {
		-moz-transition: opacity 2s ease-in-out;
		-webkit-transition: opacity 2s ease-in-out;
		-ms-transition: opacity 2s ease-in-out;
		transition: opacity 2s ease-in-out;
		position: relative;
		color: #fff;
		text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
		text-align: center;
		margin: 0;
		padding: 14em 0 14em 0;
		cursor: default;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		scroll-snap-align: start;
		scroll-snap-stop: normal;
	}
		#header .table-wrapper {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			width: 100%;
		}
		#header header {
			display: inline-block;
			padding: 0 0 4.5em 0;
		}

			#header header h1 {
				font-weight: 600;
				font-size: 2em;
				letter-spacing: 10px;
			}

			#header header p {
				border-top: solid 1px rgba(255, 255, 255, 0.5);
				color: rgba(255, 255, 255, 0.75);
				text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.1875);
				font-size: 1em;
				text-transform: uppercase;
				letter-spacing: 3px;
				padding: 0;
				margin-top: 0.35em;
			}

				#header header p:before {
					content: '';
					display: block;
					border-top: solid 1px rgba(255, 255, 255, 0.5);
					margin: 4px 0 0.8em 0;
				}

		#header footer {
			-moz-transition: opacity 2s ease-in-out, -moz-transform 1s ease-in-out;
			-webkit-transition: opacity 2s ease-in-out, -webkit-transform 1s ease-in-out;
			-ms-transition: opacity 2s ease-in-out, -ms-transform 1s ease-in-out;
			transition: opacity 2s ease-in-out, transform 1s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			position: absolute;
			bottom: 9em;
			margin: 0;
			width: 100%;
		}

/*			#header footer:after {
				content: '';
				display: block;
				position: absolute;
				bottom: -9em;
				left: 50%;
				height: 9em;
				border-left: solid 1px #fff;
			}

			#header footer:before {
				content: '';
				display: block;
				width: 90px;
				height: 66px;
				position: absolute;
				left: 50%;
				bottom: -4.5em;
				margin-left: -45px;
				margin-bottom: -33px;
				background: url("images/arrow.svg") no-repeat;
			}*/

		body.is-preload #header {
			opacity: 0;
		}

			body.is-preload #header footer {
				-moz-transform: translateY(1em);
				-webkit-transform: translateY(1em);
				-ms-transform: translateY(1em);
				transform: translateY(1em);
				opacity: 0;
			}

/* Banner */

	#banner {
		position: relative;
		color: #fff;
		text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
		text-align: center;
		background: #a51d13;
		padding: 5em 2em 2em 2em;
		margin: 0;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		scroll-snap-align: start;
		scroll-snap-stop: normal;
		overflow: hidden;
	}
	#banner .banner-center {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 42em;
	}
	.banner-bg-draw {
		position: absolute;
		inset: 0;
		z-index: 0;
		pointer-events: none;
		overflow: hidden;
	}
	.banner-bg-svg {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}
	.banner-bg-draw .bg-line {
		stroke-dasharray: 1500;
		stroke-dashoffset: 1500;
	}
	#banner .banner-bg-draw .bg-line {
		animation: none;
	}
	#banner.in-view .banner-bg-draw .bg-line {
		animation: approach-draw-line 2.5s ease-out forwards;
	}
	.banner-bg-draw .bg-line:nth-child(1) { animation-delay: 0s; }
	.banner-bg-draw .bg-line:nth-child(2) { animation-delay: 0.06s; }
	.banner-bg-draw .bg-line:nth-child(3) { animation-delay: 0.12s; }
	.banner-bg-draw .bg-line:nth-child(4) { animation-delay: 0.18s; }
	.banner-bg-draw .bg-line:nth-child(5) { animation-delay: 0.24s; }
	.banner-bg-draw .bg-line:nth-child(6) { animation-delay: 0.30s; }
	.banner-bg-draw .bg-line:nth-child(7) { animation-delay: 0.36s; }
	.banner-bg-draw .bg-line:nth-child(8) { animation-delay: 0.42s; }
	.banner-bg-draw .bg-line:nth-child(9) { animation-delay: 0.48s; }
	.banner-bg-draw .bg-line:nth-child(10) { animation-delay: 0.54s; }
	.banner-bg-draw .bg-line:nth-child(11) { animation-delay: 0.60s; }
	.banner-bg-draw .bg-line:nth-child(12) { animation-delay: 0.66s; }
	.banner-bg-draw .bg-line:nth-child(13) { animation-delay: 0.72s; }
	.banner-bg-draw .bg-line:nth-child(14) { animation-delay: 0.78s; }
	.banner-bg-draw .bg-line:nth-child(15) { animation-delay: 0.84s; }
	.banner-bg-draw .bg-line:nth-child(16) { animation-delay: 0.90s; }
	.banner-bg-draw .bg-line:nth-child(17) { animation-delay: 0.96s; }
	.banner-bg-draw .bg-line:nth-child(18) { animation-delay: 1.02s; }
	.banner-bg-draw .bg-line:nth-child(19) { animation-delay: 1.08s; }
	.banner-bg-draw .bg-line:nth-child(20) { animation-delay: 1.14s; }
	.banner-bg-draw .bg-line:nth-child(21) { animation-delay: 1.20s; }
	.banner-bg-draw .bg-line:nth-child(22) { animation-delay: 1.26s; }
	.banner-bg-draw .bg-poly {
		opacity: 0;
		animation: none;
	}
	#banner.in-view .banner-bg-draw .bg-poly {
		animation: approach-fill-poly 1.2s ease-out 1.8s forwards;
	}
	.banner-bg-draw .bg-poly:nth-child(2) { animation-delay: 2s; }
	.banner-bg-draw .bg-poly:nth-child(3) { animation-delay: 2.15s; }
	.banner-bg-draw .bg-poly:nth-child(4) { animation-delay: 2.3s; }
	.banner-bg-draw .bg-poly:nth-child(5) { animation-delay: 2.45s; }
	.banner-bg-draw .bg-poly:nth-child(6) { animation-delay: 2.6s; }
	.banner-bg-draw .bg-poly:nth-child(7) { animation-delay: 2.75s; }
	@media (prefers-reduced-motion: reduce) {
		#banner .banner-bg-draw .bg-line {
			stroke-dashoffset: 0;
			animation: none !important;
		}
		#banner .banner-bg-draw .bg-poly {
			opacity: 1;
			animation: none !important;
		}
	}
	#banner header,
	#banner .banner-center {
		position: relative;
		z-index: 1;
	}

		#banner .button {
			color: #a51d13;
			text-shadow: 0 0 0.5px rgba(53, 184, 130, 0.25);
		}

		#banner .banner-center header {
			margin: 0 0 2em 0;
		}
		#banner .banner-center > .button {
			margin-top: 0;
		}

			#banner header h2 {
				font-weight: 400;
				font-size: 1.75em;
				letter-spacing: 8px;
			}

		#banner p {
			margin: 0;
		}

		#banner a {
			color: inherit;
			border-bottom-color: rgba(255, 255, 255, 0.5);
		}

			#banner a:hover {
				border-bottom-color: rgba(255, 255, 255, 0);
			}

	/* Fixed bottom nav: visible from second section onward, hidden on first section (logo) at load. Content width, sharp sloped sides. */
	.bottom-nav {
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 100%);
		width: max-content;
		max-width: calc(100vw - 2em);
		height: 48px;
		max-height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0.25em 1.25em;
		background: rgba(26, 26, 26, 0.96);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		z-index: 9999;
		padding: 0 1.5em 0 1.5em;
		clip-path: polygon(0 100%, 14px 0, calc(100% - 14px) 0, 100% 100%);
		-webkit-clip-path: polygon(0 100%, 14px 0, calc(100% - 14px) 0, 100% 100%);
		transition: transform 0.35s ease-out;
		visibility: hidden;
	}
	.bottom-nav.is-visible {
		transform: translate(-50%, 0);
		visibility: visible;
	}
	.bottom-nav a {
		color: rgba(255, 255, 255, 0.9);
		text-decoration: none;
		font-size: 0.8rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		padding: 0.5em 0.5em;
		border-radius: 0.2em;
		transition: color 0.2s ease, background 0.2s ease;
	}
	.bottom-nav a:hover {
		color: #fff;
		background: rgba(255, 255, 255, 0.1);
	}
	body {
		padding-bottom: 48px;
	}

/* Footer */

	#footer {
		position: relative;
		color: #fff;
		text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
		text-align: center;
		margin: 4.5em 0 0 0;
	}

		#footer:after {
			content: '';
			display: block;
			position: absolute;
			top: -4.5em;
			left: 50%;
			height: 4.5em;
			border-left: solid 1px #fff;
		}

		#footer a {
			color: #fff;
			text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
			border-bottom-color: rgba(255, 255, 255, 0.5);
		}

			#footer a:hover {
				/*color: #35b88f;
				text-shadow: 0 0 0.5px rgba(69, 200, 159, 0.25);
				border-bottom-color: rgba(53, 184, 143, 0.5);*/
				color: #b83535;
			    text-shadow: 0 0 0.5px rgba(200, 69, 69, 0.25);
			    border-bottom-color: rgba(184, 53, 53, 0.5);
			}

		#footer .icons {
			padding: 0.75em 2em 0.75em 2em;
			border-radius: 3em;
			border: solid 1px #fff;
			display: inline-block;
			margin: 0 0 3em 0;
		}

		#footer .copyright {
			margin: 0 0 9em 0;
			font-size: 0.8em;
		}

/* Poptrox */

	.poptrox-popup {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		background: #fff;
		padding-bottom: 3em;
	}

		.poptrox-popup .loader {
			width: 48px;
			height: 48px;
			background: url("images/loader.gif");
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -24px 0 0 -24px;
		}

		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #fff;
			width: 100%;
			height: 3em;
			line-height: 3em;
			text-align: center;
			cursor: default;
			z-index: 1;
		}

		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			-moz-transition: opacity 0.5s ease-in-out;
			-webkit-transition: opacity 0.5s ease-in-out;
			-ms-transition: opacity 0.5s ease-in-out;
			transition: opacity 0.5s ease-in-out;
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0, 0, 0, 0.01);
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				content: '';
				position: absolute;
				width: 96px;
				height: 64px;
				background: url("images/poptrox-nav.svg");
				top: calc(50% - 1.5em);
				margin: -32px 0 0 0;
			}

		.poptrox-popup:hover .nav-next,
		.poptrox-popup:hover .nav-previous {
			opacity: 0.5;
		}

			.poptrox-popup:hover .nav-next:hover,
			.poptrox-popup:hover .nav-previous:hover {
				opacity: 1.0;
			}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}

		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				left: 0;
				-ms-filter: "FlipH";
				filter: FlipH;
			}

		.poptrox-popup .closer {
			-moz-transition: opacity 0.5s ease-in-out;
			-webkit-transition: opacity 0.5s ease-in-out;
			-ms-transition: opacity 0.5s ease-in-out;
			transition: opacity 0.5s ease-in-out;
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

			.poptrox-popup .closer:before {
				-moz-transition: background-color 0.5s ease-in-out;
				-webkit-transition: background-color 0.5s ease-in-out;
				-ms-transition: background-color 0.5s ease-in-out;
				transition: background-color 0.5s ease-in-out;
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
				box-shadow: inset 0 0 0 1px #fff;
				background: rgba(255, 255, 255, 0.1) url("images/poptrox-closer.svg") center center;
				color: #fff !important;
			}

		.poptrox-popup:hover .closer {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}

/* Wide */

	@media screen and (max-width: 1680px) {
		#logo {
			width: 622px;
		}

		/* Basic */

			body, input, textarea, select {
				font-size: 16pt;
			}

		/* Header */

			#header {
				padding: 10em 0 12em 0;
			}

	}

/* Normal */

	@media screen and (max-width: 1080px) {
		#logo {
			width: 480px;
		}

		/* Banner */

			#banner {
				padding: 4em 0 4em 0;
			}

		/* Header */

			#header {
				padding: 8em 0 10em 0;
			}

	}

/* Narrow */

	@media screen and (max-width: 840px) {
		#logo {
			width: 70%;
		}

		/* Basic */

			body {
				/*background-color: #203936;*/
				background-color: #392020;
				background-image: url("images/overlay.png"), url("../../images/bg-alt.jpg");
				background-repeat: repeat, no-repeat;
				background-size: auto, 100% auto;
				background-position: top left, top center;
				background-attachment: scroll, scroll;
				font-size: 14pt;
			}

			input, textarea, select {
				font-size: 14pt;
			}

			h1, h2, h3, h4, h5, h6 {
				line-height: 1.5em;
			}

			header p {
				margin: 0.25em 0 0 0;
				padding: 0 0 0.5em 0;
			}

		/* Box */

			.box {
				position: relative;
			}

				.box section {
					margin: 0 0 2em 0;
				}

				.box.style1 {
					padding: 2.5em 2em 2.5em 2em;
				}

					.box.style1.right .inner {
						padding-left: 2em;
					}

					.box.style1.left .inner {
						padding-right: 2em;
					}

				.box.style2 header {
					padding: 2em;
				}

				.box.style2 .inner {
					position: relative;
					padding: 30px 0 0 0;
				}

				.box.style3 {
					padding: 2.5em 2em 2.5em 2em;
				}

		/* Header */

			#header {
				padding: 10em 0 12em 0;
			}

		/* Banner */

			#banner {
				padding: 3.5em;
			}

				#banner br {
					display: none;
				}

	}

/* Mobile */

	@media screen and (max-width: 736px) {

		#logo {
			width: 80%;
		}

		/* Featured slider on mobile: full viewport, one slide per screen */
		.projects-hero-section {
			width: 100%;
			min-height: 100vh;
			height: 100vh;
			padding: 0;
			margin: 0;
			overflow: hidden;
			box-sizing: border-box;
		}
		.projects-hero-section .featured-slider-wrap {
			width: 100%;
			height: 100%;
			min-height: 100vh;
			flex: 1 1 0;
			overflow: hidden;
			box-sizing: border-box;
		}
		.projects-hero-section .featured-swiper {
			width: 100% !important;
			height: 100% !important;
			min-height: 100vh;
			box-sizing: border-box;
		}
		.projects-hero-section .featured-swiper .swiper-wrapper {
			height: 100%;
		}
		.projects-hero-section .featured-swiper .swiper-slide {
			flex-direction: column-reverse;
			width: 100% !important;
			height: 100% !important;
			min-height: 100vh;
			box-sizing: border-box;
		}

		/* Mobile: photo always at bottom; override desktop even/odd order */
		.projects-hero-section .featured-swiper .slide-image,
		.projects-hero-section .featured-swiper .swiper-slide:nth-child(even) .slide-image {
			width: 100% !important;
			min-height: 35vh;
			flex: 0 0 auto;
			box-sizing: border-box;
			order: 0;
		}

		.projects-hero-section .featured-swiper .slide-text,
		.projects-hero-section .featured-swiper .swiper-slide:nth-child(even) .slide-text {
			width: 100% !important;
			flex: 1 1 0;
			min-height: 0;
			box-sizing: border-box;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			order: 1;
		}

		.featured-swiper .slide-text-header {
			padding: 1.25em 1.5em 0.75em;
			box-sizing: border-box;
		}

		.featured-swiper .slide-text-body {
			padding: 1em 1.5em;
			box-sizing: border-box;
		}

		.featured-swiper .slide-text-footer {
			padding: 1em 1.5em 1.5em;
			box-sizing: border-box;
		}

		.featured-swiper .slide-text .work-content {
			font-size: 0.9em;
		}

		/* Basic */

			* {
				text-shadow: none !important;
			}

			body, input, textarea, select {
				line-height: 1.5em;
				font-size: 12pt;
				letter-spacing: 0;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1em;
			}

			h2 {
				font-size: 1.25em;
				letter-spacing: 4px;
			}

		/* List */

			ul li {
				padding-left: 0.5em;
			}

			ol li {
				padding-left: 0.25em;
			}

		/* Icons */

			ul.icons a {
				width: 2em;
				height: 2em;
				line-height: 2em;
			}

		/* Menu */

			ul.menu li {
				display: block;
				padding: 0;
				border: 0;
				margin: 1em 0 0 0;
			}

				ul.menu li:first-child {
					margin-top: 0;
				}

		/* Actions */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				padding: 0.75em 0 0.75em 0;
				width: 100%;
				max-width: 320px;
			}

		/* Box */

			.box {
				margin-top: 4.5em;
			}

				.box:after {
					top: -4.5em;
					height: 4.5em;
				}

				.box:before {
					width: 45px;
					height: 33px;
					top: -2.25em;
					margin-left: -22.5px;
					margin-top: -16.5px;
					background-size: 45px 33px;
				}

				.box.style1 {
					padding: 0;
					text-align: center;
				}

					.box.style1 .image {
						position: relative !important;
						left: 0 !important;
						width: 100% !important;
						height: auto !important;
					}

						.box.style1 .image img {
							position: relative;
							height: auto;
							width: 100%;
						}

					.box.style1 .inner {
						margin: 0 !important;
						padding: 2em 1.25em 2em 1.25em !important;
					}

				.box.style2 .inner .row:before {
					display: none;
				}

				.box.style2 .inner .image {
					padding: 0;
					max-width: 250px;
					margin: 0 auto 20px auto;
				}

				.box.style3 {
					padding: 2em 1.25em 2em 1.25em;
				}

		/* Header */

			#header {
				padding: 6em 0 6em 0;
			}

				#header header {
					padding-left: 2em;
					padding-right: 2em;
				}

					#header header h1 {
						font-size: 1.75em;
						letter-spacing: 6px;
					}

				#header footer {
					/*bottom: 4.5em;*/
					padding: 0 2em 0 2em;
				}

					#header footer:after {
						bottom: -4.5em;
						left: 50%;
						height: 4.5em;
					}

					#header footer:before {
						width: 45px;
						height: 33px;
						bottom: -2.25em;
						margin-left: -22.5px;
						margin-bottom: -16.5px;
						background-size: 45px 33px;
					}

		/* Banner */

			#banner {
				padding: 3em 2em 3em 2em;
			}

				#banner header {
					margin: 0 0 1em 0;
				}
					#banner header h1.hero-triad {
						font-size: 1.65em;
						letter-spacing: 0.12em;
					}
					#banner header h2 {
						font-size: 1.5em;
						letter-spacing: 6px;
					}

		/* Footer */

			#footer .icons {
				padding: 0.5em 1.25em 0.5em 1.25em;
			}

			#footer .copyright {
				font-size: 1em;
				margin: 0 0 4em 0;
			}

		/* Poptrox */

			.poptrox-popup .nav-next,
			.poptrox-popup .nav-previous {
				opacity: 1.0;
			}

				.poptrox-popup .nav-next:before,
				.poptrox-popup .nav-previous:before {
					display: none;
				}

			.poptrox-popup .closer {
				opacity: 0.5;
			}

	}

#links button,
#links a {
	padding: 1em;
	border-radius: 0;
}
#links a {
	color: inherit;
	text-decoration: none;
}

.success {
	color: #35b88f;
}

.fail {
	color: #a51d13;
}


/*/ start count stats /*/

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
	color: #FFF;
	text-align: center;
	font-size: 0.5em;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.stats .fa {
	color: #a51d13;
	font-size: 2em;
}

.stats .counting {
	font-size: 2em;
}

.stats h5 {
	color: #7b7b7b;
}



