
/* Theme Style
––––––––––––––––––––––––––––––––––––––––––––––––––
- Body
- Content
- Logo
- Button
- Social Media
- Modal
- Overlay
- Particles
- Form



/* Body
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html{
    overflow: hidden;
    height: 100%;
}

body
{
	font-family: DINNextLTProMedium;
    height:100%;
    overflow: auto;
}

body.dark{
	/* Dark overlay layered over the background image for readability */
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)),
		url('../images/bg001.jpg');
	background-attachment: fixed, fixed;
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	-webkit-background-size: cover, cover;
    -moz-background-size: cover, cover;
    -o-background-size: cover, cover;
    background-size: cover, cover;
}


body.light{
	/* Light overlay layered over the background image for readability */
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.28)),
		url('../images/bg006.jpg');
	background-attachment: fixed, fixed;
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	-webkit-background-size: cover, cover;
    -moz-background-size: cover, cover;
    -o-background-size: cover, cover;
    background-size: cover;
}


/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.wrapper{
	display: flex;
	min-height: 100vh;
	position: relative;
    justify-content: center;
    align-items: center;
    padding: 50px 0 80px 0;
    box-sizing: border-box;
    transition: top .5s;
    top: 0;
}


div.content{
	position: relative;
	width: calc(100% - 40px);
	max-width: 820px;
	text-align: center;
	display: inline-block;
	z-index: 1;
}


.title{
	font-size: 28px;
	letter-spacing: .05em;
	line-height: 1.2;
	margin-top: 48px;
	margin-bottom: 0;
	font-family: DINNextLTProMedium;
}

.description{
	font-size: 15px;
	font-family: DINNextLTProLight;
	letter-spacing: .03em;
	line-height: 1.75;
	margin-top: 28px;
	margin-bottom: 0;
}

.dark .title, .dark .description{
	color: #ffffff;
}

.light .title, .light .description{
	color: #505050;
}

.space{
	margin-top: 52px;
}


@media (min-width: 480px) {
	.content {
		width: calc(100% - 60px);
		max-width: 820px;
	}
	.title{
		font-size: 44px;
		margin-top: 52px;
		letter-spacing: .04em;
	}
	.description{
		margin-top: 32px;
		font-size: 17px;
	}
}


@media (min-width: 768px) {
	.wrapper{
		padding: 100px 0 80px 0;
	}
	.content {
		width: 760px;
		max-width: 820px;
	}
	.title{
		font-size: 52px;
		margin-top: 56px;
		letter-spacing: .04em;
	}
	.description{
		margin-top: 36px;
		font-size: 18px;
	}
}


.hide{
	display: none;
}

.show{
	display: block;
}

/* Logo
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.logo{
	width: 85px;
	height: 80px;
}


.dark .logo use{
    fill: #ffffff;
}

.light .logo use{
	fill: #505050
}

.dark .closeIcon use{
    fill: #ffffff;
}

.light .closeIcon use{
	fill: #505050
}



/* Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button{
	background-color: #bbbbbb;
	padding: 16px 42px;
	border: 0;
	outline: 0;
	border-radius: 0;
	font-size: 13px;
	letter-spacing: .12em;
	font-family: DINNextLTProMedium;
	display: inline-block;
	text-decoration: none;
	line-height: inherit;
	height: inherit;
	cursor: pointer;
	transition: background-color 0.22s ease, color 0.22s ease, transform 0.18s ease, box-shadow 0.22s ease;
}

.button.red{
	background-color: #e8321f;
	color: #ffffff;
	border-radius: 13px;
	padding: 18px 52px;
}

.button.red:hover{
	background-color: #c92a19;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(232, 50, 31, 0.38);
}

.button.blue{
	background-color: #26b0ff;
	color: #ffffff;
}

.button.blue:hover{
	background-color: #ffffff;
	color: #26b0ff;
}

.button.orange{
	background-color: #ffa800;
	color: #ffffff;
}

.button.orange:hover{
	background-color: #ffffff;
	color: #ffa800;
}

.button.green{
	background-color: #96b40a;
	color: #ffffff;
}

.button.green:hover{
	background-color: #ffffff;
	color: #96b40a;
}

.button.rounded{
	border-radius: 5px;
}

.button.full-rounded{
	border-radius: 22px;
}


/* Social Media
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.social-media.home {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    z-index: 1;
}

.social-media li{
	display: inline-block;
	margin: 0;
	margin-right: 30px;
	line-height: 21px;
	font-size: 14px;
	vertical-align: middle;
	font-family: DINNextLTProLight;
}

.dark .social-media li{
	color: #8a95a2;

}

.light .social-media li{
	color: #7a7877;
}

.social-media li:last-child{
	margin-right: 0
}

.social-media .icon{
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

/* Inline SVG path fill for social icons */
.dark .social-media .icon path{
    fill: #5c6572;
    transition: fill 0.2s ease;
}

.light .social-media .icon path{
	fill: #7a7877;
	transition: fill 0.2s ease;
}

/* Legacy xlink use support */
.dark .social-media .icon use{
    fill: #5c6572;
}

.light .social-media .icon use{
	fill: #7a7877;
}

.dark .social-media li a:hover .icon path,
.dark .social-media .icon:hover use{
    fill: #c0c8d2;
}

.light .social-media li a:hover .icon path,
.light .social-media .icon:hover use{
	fill: #505050;
}

.social-media li a {
	display: block;
	line-height: 0;
}


/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.modal{
	max-width: inherit;
	background-color: rgba(32,46,60,0.95);
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    vertical-align: top;
    border-radius: 0;
    padding: 39px 5%;
    width: 100%;
    position: fixed;
    top: -100vh;
    height: 100vh;
    transition: top .5s, background .2s;
    overflow-y: scroll;
    z-index: 2;
}

.dark .modal{
	background-color: rgba(32,46,60,0.95);
}

.light .modal{
	background-color: rgba(236, 240, 245, 0.98);
}

.modal.open{
	top: 0;
}

.wrapper.modal-opened{
	top: 250px;
	transition: top .5s;
}

.modal-close{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.modal-close .closeIcon{
	width: 22px;
	height: 22px;
}
.modal-content .title{
	font-size: 24px;
	text-align: center;
	margin: 23px 0;
}

.modal-content .sub-title, .modal-content .content {
	color: #646f7c;
	font-size: 14px;
	text-align: center;
}

.modal-content .content {
	font-family: DINNextLTProLight;
	width: 100%;
	display: block;
	margin-bottom: 18px;
	letter-spacing: .04em;
	line-height: 1.65;
}

.modal-content .sub-title{
		margin-bottom: 0
}


.modal-content .social-media {
	margin-top: 42px;
	text-align: center;
}

.modal-content .social-media li{
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}



.modal-content input, .modal-content textarea {
	resize: none;
	width: 100%;
}

.dark .modal-content input, .dark .modal-content textarea{
	background-color: #202e3c;
	border: 1px solid #495562;
	color: #6c7784;
}

.light .modal-content input, .light .modal-content textarea{
	background-color: #ffffff;
	border: 1px solid #6c7784;
	color: #6c7784;
}

.modal-content textarea{
	height: 168px
}

.modal-content button{

	border: 0;
	width: 100%;
}

.dark .modal-content button{
	background-color: #ffffff;
	color: #202e3c;
}

.light .modal-content button{
	background-color: #505050;
	color: #ffffff;
}


@media (min-width: 768px){
	.modal-content .social-media,.modal-content .title,.modal-content .sub-title, .modal-content .content {
		text-align: left;
	}
	.modal{
		top: -560px;
    	height: 560px;
	}
}



/* Overlay
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.overlay{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 0;
    transition: background .5s, z-index 0s .5s;
}
.overlay.on{
	z-index: 1;
    transition: background .5s, z-index 0s;
}

.dark .overlay.on{
	background: rgba(32,46,60,0.9);
}

.light .overlay.on{
	background: rgba(10, 16, 26, 0.62);
}


/* Particles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#particles-js canvas{
	position: fixed;
}


/* Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.form-success-description {
  display: none;
  font-family: DINNextLTProLight;
  width: 100%;
  margin: 0 auto;
  color: #646f7c;
  font-size: 14px;
}

span.error {
  display: block;
  color: #e73e3e;
  font-size: 11px;
  margin-top: -10px;
}


/* =====================================================
   Phil Harris — Custom Overrides
   ===================================================== */

/* "Check back soon" sub-line — slightly lighter weight */
.description.check-back {
	margin-top: 14px;
	font-size: 14px;
	opacity: 0.68;
	letter-spacing: .04em;
}

/* Inline contact row below the CTA button */
.contact-inline {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 28px;
}

.contact-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-family: DINNextLTProLight;
	letter-spacing: .06em;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.dark .contact-link {
	color: rgba(255, 255, 255, 0.72);
}

.light .contact-link {
	color: rgba(30, 30, 30, 0.65);
}

.contact-link:hover {
	opacity: 0.5;
	text-decoration: none;
}

.dark .contact-link:hover {
	color: rgba(255, 255, 255, 0.72);
}

.light .contact-link:hover {
	color: rgba(30, 30, 30, 0.65);
}

.contact-icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
}

.dark .contact-icon path {
	fill: rgba(255, 255, 255, 0.72);
}

.light .contact-icon path {
	fill: rgba(30, 30, 30, 0.65);
}

.contact-divider {
	font-size: 18px;
	line-height: 1;
	opacity: 0.3;
}

.dark .contact-divider {
	color: #ffffff;
}

.light .contact-divider {
	color: #1e1e1e;
}

/* Light modal — high-contrast text overrides */
.light .modal-content .title {
	color: #1a2432;
}

.light .modal-content .sub-title {
	color: #3c4857;
}

.light .modal-content .content {
	color: #3c4857;
}

.light .modal-contact-link {
	color: #3c4857 !important;
}

.light .modal-contact-link:hover {
	color: #1a2432 !important;
}

.light .modal-content .social-media .icon path {
	fill: #3c4857;
}

.light .modal-content .social-media li a:hover .icon path {
	fill: #1a2432;
}

/* Modal contact links */
.modal-contact-link {
	display: block !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.dark .modal-contact-link {
	color: #8a95a2 !important;
}

.dark .modal-contact-link:hover {
	color: #d0d8e2 !important;
}

/* Wrapper z-index — ensures content sits above background overlay */
.wrapper {
	z-index: 1;
}

/* Light theme uses native scroll — no mCustomScrollbar on body.
   This also prevents the horizontal track artifact at the top of the page. */
body.light {
	overflow-y: auto;
}
