{
	% set red=theme.brand.primary_color.color|default('#ff2a24') %
}

	{
	% set blue=theme.brand.accent_color.color|default('#168dff') %
}

	{
	% set heading_font=theme.typography.heading_font.font|default('Sora') %
}

	{
	% set body_font=theme.typography.body_font.font|default('Inter') %
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@500;600;700;800&display=swap');

:root {
  --ink:#030a14;
  --navy:#071426;
  --panel:#0b1829;
  --white:#f5f7fa;
  --muted:#aeb8c5;
  --line:rgba(255,255,255,.14);
  --red:#ff2a24;
  --blue:#168dff;
  --max:1280px;
  --shadow:0 24px 70px rgba(0,0,0,.28);
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	background: var(--ink);
	color: var(--white);
	font:400 18px/1.6 '',
	Inter,
	Arial,
	sans-serif;
	-webkit-font-smoothing: antialiased
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

a {
	color: inherit;
	text-decoration: none
}

button,
input,
select,
textarea {
	font: inherit
}

.container {
	width: min(var(--max), calc(100% - 128px));
	margin: auto
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

h1,
h2,
h3 {
	font-family:'',
	Sora,
	Arial,
	sans-serif;
	letter-spacing: -.035em;
	line-height: 1.05;
	margin: 0
}

h1 {
	font-size: clamp(3.2rem, 5vw, 5.2rem);
	font-weight: 750
}

h2 {
	font-size: clamp(2.2rem, 3.5vw, 3.8rem);
	font-weight: 700
}

h3 {
	font-size: 1.5rem
}

.eyebrow {
	color: #d7dee6;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .22em;
	margin: 0 0 24px;
	text-transform: uppercase
}

.lead {
	color: #c2c8d0;
	font-size: 1.18rem;
	max-width: 620px
}

.lead p {
	margin: 0
}

.button {
	align-items: center;
	background: var(--red);
	border: 1px solid var(--red);
	color: white;
	display: inline-flex;
	font-weight: 700;
	gap: 18px;
	justify-content: center;
	min-height: 60px;
	padding: 0 28px;
	transition: .18s ease-out
}

.button:hover,
.button:focus-visible {
	filter: brightness(.9);
	transform: translateY(-2px)
}

.button span,
.solution-card a span {
	transition: transform .18s ease
}

.button:hover span,
.solution-card a:hover span {
	transform: translateX(4px)
}

.button-ghost {
	background: rgba(3, 10, 20, .35);
	border-color: rgba(255, 255, 255, .35)
}

.button-light {
	background: white;
	border-color: white;
	color: var(--ink)
}

.button-small {
	font-size: .82rem;
	min-height: 46px;
	padding: 0 20px
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px
}

.site-header {
	background: rgba(3, 10, 20, .86);
	border-bottom: 1px solid var(--line);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: .25s ease;
	z-index: 50;
	backdrop-filter: blur(18px)
}

.site-header.is-scrolled {
	background: rgba(3, 10, 20, .97);
	box-shadow: 0 8px 30px rgba(0, 0, 0, .25)
}

.header-inner {
	align-items: center;
	display: flex;
	height: 84px;
	gap: 38px
}

.brand {
	align-items: center;
	display: inline-flex;
	font-family: Sora, sans-serif;
	font-size: .98rem;
	font-weight: 600;
	gap: 10px;
	letter-spacing: .08em;
	white-space: nowrap
}

.brand img {
	max-height: 44px;
	width: auto
}

.brand b {
	color: var(--red)
}

.brand-mark {
	align-items: center;
	background: linear-gradient(135deg, var(--red), #b00000);
	clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
	display: inline-flex;
	font-size: 1.4rem;
	height: 36px;
	justify-content: center;
	padding-right: 4px;
	width: 39px
}

.primary-nav {
	margin-left: auto
}

.primary-nav ul {
	display: flex;
	gap: 32px;
	list-style: none;
	margin: 0;
	padding: 0
}

.primary-nav a {
	color: #d9dfe6;
	font-size: .82rem;
	font-weight: 600;
	position: relative
}

.primary-nav a:after {
	background: var(--red);
	bottom: -10px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	right: 50%;
	transition: .18s ease
}

.primary-nav a:hover:after {
	left: 0;
	right: 0
}

.menu-toggle {
	display: none;
	background: none;
	border: 0;
	padding: 8px
}

.menu-toggle span:not(.sr-only) {
	background: white;
	display: block;
	height: 2px;
	margin: 5px;
	width: 25px
}

.hero {
	background: radial-gradient(circle at 82% 45%, #183159 0, #081629 38%, #030a14 70%);
	min-height: 850px;
	overflow: hidden;
	padding-top: 84px;
	position: relative
}

.hero:after{
  background:
    linear-gradient(
      90deg,
      var(--ink) 0,
      rgba(3,10,20,.94) 34%,
      rgba(3,10,20,.2) 70%
    ),
    var(--hero-image);
  background-position:center;
  background-size:cover;
  content:"";
  top:0;
  bottom:0;
  left:max(64px,calc((100vw - var(--max))/2));
  right:max(64px,calc((100vw - var(--max))/2));
  opacity:0;
  position:absolute;
  transition:opacity .8s ease
}

.hero.has-image:after {
	opacity: 1
}

.hero-grid-overlay {
	background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 48px 48px;
	inset: 0;
	mask-image: linear-gradient(90deg, black, transparent 48%);
	position: absolute
}

.hero-inner {
	align-items: center;
	display: flex;
	min-height: 766px;
	position: relative;
	z-index: 2
}

.hero-copy {
	max-width: 650px
}

.hero h1 {
	max-width: 620px
}

.hero .lead {
	margin-top: 26px
}

.made-in-usa {
	align-items: center;
	color: #aab5c2;
	display: flex;
	font-size: .75rem;
	font-weight: 600;
	gap: 9px;
	letter-spacing: .09em;
	margin: 84px 0 0;
	text-transform: uppercase
}

.made-in-usa span {
	color: var(--red)
}

.proof-bar {
	background: #07101c;
	border-bottom: 1px solid var(--line);
	border-top: 1px solid var(--line)
}

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

.proof-grid>div {
	border-right: 1px solid var(--line);
	padding: 28px 28px
}

.proof-grid>div:first-child {
	border-left: 1px solid var(--line)
}

.proof-grid strong {
	display: block;
	font-family: Sora, sans-serif;
	font-size: 1.3rem
}

.proof-grid span {
	color: var(--muted);
	font-size: .78rem;
	text-transform: uppercase;
	letter-spacing: .09em
}

.section {
	padding: 120px 0
}

.section-heading {
	align-items: end;
	display: grid;
	gap: 80px;
	grid-template-columns: 1.2fr .8fr;
	margin-bottom: 56px
}

.section-intro {
	color: var(--muted);
	font-size: 1.05rem
}

.card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr)
}

.solution-card {
	background: linear-gradient(145deg, #0b1829, #07111e);
	border: 1px solid var(--line);
	min-height: 370px;
	padding: 36px;
	position: relative;
	transition: .25s ease
}

.solution-card:hover {
	border-color: rgba(22, 141, 255, .55);
	transform: translateY(-5px)
}

.card-number {
	color: var(--blue);
	font-family: Sora, sans-serif;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .14em
}

.solution-card h3 {
	font-size: 1.75rem;
	margin-top: 72px
}

.solution-card p {
	color: var(--muted);
	font-size: .92rem
}

.solution-card a {
	bottom: 34px;
	color: white;
	font-size: .85rem;
	font-weight: 700;
	position: absolute
}

.solution-card a span {
	display: inline-block;
	margin-left: 8px
}

.projects {
	background: #f2f4f6;
	color: #07101c
}

.projects .eyebrow {
	color: #657181
}

.projects-title {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px
}

.projects-title h2 {
	max-width: 780px
}

.projects-title>a {
	font-size: .86rem;
	font-weight: 700
}

.project-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr)
}

.project-card {
	background: white;
	box-shadow: 0 18px 50px rgba(10, 25, 45, .08);
	transition: .25s ease
}

.project-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px rgba(10, 25, 45, .16)
}

.project-image {
	align-items: center;
	aspect-ratio: 4/3;
	background-color: #142239;
	background-image: radial-gradient(circle at 60% 40%, #1b65a0, #101a2a 55%);
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	overflow: hidden
}

.project-image[style] .image-placeholder {
	display: none
}

.image-placeholder {
	color: rgba(255, 255, 255, .65);
	font-size: .72rem;
	letter-spacing: .08em;
	text-transform: uppercase
}

.project-meta {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 24px
}

.project-meta p {
	color: #667382;
	font-size: .69rem;
	font-weight: 700;
	letter-spacing: .12em;
	margin: 0;
	text-transform: uppercase
}

.project-meta h3 {
	font-size: 1.35rem;
	margin: 7px 0 2px
}

.project-meta span {
	color: #667382;
	font-size: .82rem
}

.project-meta b {
	font-size: 1.5rem
}

.process {
	background: #07101c
}

.process-list {
	border-top: 1px solid var(--line);
	list-style: none;
	margin: 58px 0 0;
	padding: 0
}

.process-list li {
	border-bottom: 1px solid var(--line);
	display: grid;
	gap: 30px;
	grid-template-columns: 80px 1fr;
	padding: 30px 0
}

.process-list>li>span {
	color: var(--blue);
	font-family: Sora, sans-serif;
	font-size: .75rem;
	font-weight: 700
}

.process-list h3 {
	font-size: 1.4rem
}

.process-list p {
	color: var(--muted);
	margin: 7px 0 0;
	max-width: 760px
}

.cta-band {
	background: linear-gradient(120deg, #d71816, var(--red) 55%, #ff584d);
	padding: 88px 0
}

.cta-inner {
	align-items: center;
	display: flex;
	gap: 60px;
	justify-content: space-between
}

.cta-inner h2 {
	font-size: clamp(2rem, 3vw, 3.3rem);
	max-width: 850px
}

.cta-inner .eyebrow {
	color: white;
	margin-bottom: 16px
}

.page-hero,
.project-hero,
.quote-page {
	padding: 180px 0 100px
}

.page-hero {
	background: linear-gradient(135deg, #071426, #030a14)
}

.page-content {
	padding-bottom: 110px
}

.project-hero-grid,
.quote-grid {
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr 1fr;
	align-items: center
}

.project-hero img {
	box-shadow: var(--shadow)
}

.quote-page {
	background: radial-gradient(circle at 70% 25%, #112a49, #030a14 52%);
	min-height: 100vh
}

.quote-notes {
	border-left: 2px solid var(--blue);
	color: var(--muted);
	margin-top: 42px;
	padding-left: 24px
}

.form-card {
	background: white;
	color: #16202d;
	padding: 42px;
	box-shadow: var(--shadow)
}

.form-card label {
	color: #18202a;
	font-size: .84rem;
	font-weight: 700
}

.form-card input,
.form-card select,
.form-card textarea {
	border: 1px solid #cad1d9 !important;
	border-radius: 0 !important;
	padding: 13px !important
}

.form-card input[type=submit] {
	background: var(--red) !important;
	border: 0 !important;
	color: white !important;
	font-weight: 700 !important;
	padding: 15px 24px !important
}

.site-footer {
	background: #02070d;
	border-top: 1px solid var(--line);
	padding: 74px 0 28px
}

.footer-grid {
	display: grid;
	gap: 80px;
	grid-template-columns: 1.5fr .7fr .8fr
}

.footer-intro {
	color: var(--muted);
	max-width: 420px
}

.site-footer h2 {
	font-family: Inter, sans-serif;
	font-size: .75rem;
	letter-spacing: .14em;
	margin-bottom: 18px;
	text-transform: uppercase
}

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

.site-footer li {
	margin: 7px 0
}

.site-footer p,
.site-footer li {
	color: var(--muted);
	font-size: .86rem
}

.footer-bottom {
	border-top: 1px solid var(--line);
	color: #7f8b98;
	display: flex;
	font-size: .7rem;
	justify-content: space-between;
	margin-top: 58px;
	padding-top: 24px;
	text-transform: uppercase;
	letter-spacing: .08em
}

.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .55s ease, transform .55s ease
}

.reveal.is-visible {
	opacity: 1;
	transform: none
}

@media(max-width:1000px) {
	.container {
		width: min(100% - 48px, var(--max))
	}

	.header-inner>.button {
		display: none
	}

	.primary-nav {
		background: #030a14;
		border-top: 1px solid var(--line);
		display: none;
		left: 0;
		padding: 30px 24px;
		position: absolute;
		right: 0;
		top: 84px
	}

	.primary-nav.is-open {
		display: block
	}

	.primary-nav ul {
		align-items: flex-start;
		flex-direction: column
	}

	.menu-toggle {
		display: block;
		margin-left: auto
	}

	.section-heading,
	.project-hero-grid,
	.quote-grid {
		grid-template-columns: 1fr
	}

	.proof-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.card-grid,
	.project-grid {
		grid-template-columns: 1fr 1fr
	}

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

	.footer-grid>div:first-child {
		grid-column: 1/-1
	}
}

@media(max-width:767px) {
	body {
		font-size: 16px
	}

	.container {
		width: calc(100% - 36px)
	}

	.hero {
		min-height: 720px
	}

	.hero-inner {
		min-height: 636px
	}

	.hero:after{
  left:0;
  right:0;
  background:
    linear-gradient(
      0deg,
      var(--ink) 0,
      rgba(3,10,20,.78) 68%,
      rgba(3,10,20,.28)
    ),
    var(--hero-image);
  background-position:65% center;
  background-size:cover
  } 

	.hero h1 {
		font-size: 2.85rem
	}

	.hero-copy {
		padding-top: 60px
	}

	.button-row {
		align-items: stretch;
		flex-direction: column
	}

	.button {
		width: 100%
	}

	.made-in-usa {
		margin-top: 44px
	}

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

	.proof-grid>div {
		padding: 20px 14px
	}

	.section {
		padding: 78px 0
	}

	.section-heading {
		gap: 24px
	}

	.card-grid,
	.project-grid {
		grid-template-columns: 1fr
	}

	.projects-title {
		align-items: flex-start;
		gap: 22px;
		flex-direction: column
	}

	.project-grid .project-card:not(:first-child) {
		display: none
	}

	.cta-inner {
		align-items: flex-start;
		flex-direction: column
	}

	.cta-inner .button {
		width: auto
	}

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

	.footer-grid>div:first-child {
		grid-column: auto
	}

	.footer-bottom {
		flex-direction: column;
		gap: 8px
	}

	.project-hero-grid,
	.quote-grid {
		gap: 42px
	}

	.page-hero,
	.project-hero,
	.quote-page {
		padding: 140px 0 70px
	}

	.form-card {
		padding: 24px
	}

	.process-list li {
		grid-template-columns: 48px 1fr
	}
}

@media(prefers-reduced-motion:reduce) {
	html {
		scroll-behavior: auto
	}

	*,
	*:before,
	*:after {
		animation: none !important;
		transition: none !important
	}

	.reveal {
		opacity: 1;
		transform: none
	}
}