﻿/***** BEGIN RESET *****/

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


:root {
  /* Colors */
  --clr-primary: #C3FC2F;
  --clr-primary-dark: #B2E729;
  --clr-secondary: #373D20;
  --clr-accent-dark: #222222;
    --clr-accent-light: #DEDEDE;

  /* Typography */
  --font-main: "barlow-condensed", sans-serif;
  --font-body: "inter-18pt", sans-serif;
	
  /* Hero Heading */
  --hero-size: clamp(2.2rem, 6vw, 5rem);

  /* Section Heading */
  --heading-size: clamp(2rem, 4vw, 3.5rem);
  --heading-weight: 700;

  /* Radius */
  --radius: 20px;
  --radius-lg: 30px;

}

.wid95 {width: 95%;margin: 0 auto;}
.wid90 {width: 90%;margin: 0 auto;}
.wid85 {width: 85%;margin: 0 auto;}
.wid80 {width: 80%;margin: 0 auto;}
.wid75 {width: 75%;margin: 0 auto;}

.white {color: #fff;}
.off-white {color: #DEDEDE;}
.white-bg {background-color: #fff;}
.black {color: #0C0C0C;}
.black-bg {background-color: #0C0C0C;}
.green {color: #C3FC2F;}
.green-bg {background-color: #C3FC2F;}
.green-dark {color: #373D20;}
.green-dark-bg {background-color: #373D20;}

.italic {font-style: italic;}
.uppercase {text-transform: uppercase;}
.capitalize {text-transform: capitalize;}

.heading1 {
    font-family: var(--font-main);
	font-size: var(--hero-size);
	font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 2vw;
}
.subheading { 
    font-family: var(--font-main);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.hero-subheading {
	font-family: var(--font-body);
	font-size: clamp(16px, 18px, 20px);
	line-height: normal;
    font-weight: 400;
    color: var(--clr-accent-light);
    margin-bottom: 2.4vw;
    max-width: 750px;
}
.heading-med {
    font-family: var(--font-main);
	font-size: clamp(1.5rem, 2vw, 2.5rem);
	font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.body {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
    font-weight: 400;
}




.btn {
	display: inline-block;
	padding: 15px 30px;
	font-family: var( --font-main);
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	transition: all 0.3s ease;
	text-transform: uppercase;
    letter-spacing: 0.05em;
    width: max-content;
}
.btn i {
    font-size: 15px;
}
.btn-primary {
	background-color: var(--clr-primary);
	color: #000;
	border: 1px solid var(--clr-primary);
}
.btn-primary:hover {
	background-color: var(--clr-primary-dark);
	transform: translateY(-2px);
}
.btn-secondary {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);	color: #fff;
	border: 1px solid var(--clr-primary);
    color: #fff;
}
.btn-secondary:hover {
    background-color: color-mix(in oklab, var(--lime) 10%, transparent);
	transform: translateY(-2px);
}

.btn-trace {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);	color: #fff;
	border: 1px solid var(--clr-accent-dark);
    color: #000;
}
.btn-trace:hover {
    background-color: color-mix(in oklab, var(--lime) 10%, transparent);
	transform: translateY(-2px);
}

.btns-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.btns-wrap a{
    flex: 1;
    width: stretch;
    text-align: center;
    align-content: center;
    max-width: 220px;
}
.home-git-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 100px 30px !important;
}
.git-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 280px;
    min-width: 240px;
    padding: 24px 28px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(255, 255, 255, 0.08);
    transition: background-color 0.25s ease, transform 0.25s ease;
    text-decoration: none;
    color: #0c0c0c;
}
.git-card:hover {
    background-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
}
.git-card__label {
    display: block;
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.git-card__title {
    display: block;
    font-family: var(--font-main);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
}
.git-card__icon {
    font-size: 1.6rem;
    color: #000;
    margin-left: 16px;
}

/*--- HEADER STYLES ---------------------*/

.header {
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: 15px auto;
    justify-content: space-between;
    position: absolute;
    z-index: 9999;
    width: 100%;
    justify-self: center;
}
.header-cta a {
    width: max-content;
}
.header .head-logo, .header-cta {
    padding: 0 30px;
}

/*---BODY--------------------------------*/

.content-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px;
}

.hero {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}
.hero.home {
	height: 700px;
	background: url('/siteart/hero.jpg') center/cover no-repeat;
	position: relative;
	top: 0;
	z-index: 0;
	background-color: #000;
}

.hero.about {
	height: 500px;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('/siteart/hero-about.webp') center/cover no-repeat;
	background-attachment: fixed;
}

.hero-content {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
	z-index: 2;
}
.hero-text {
	max-width: 600px;
}
.sub-label {
    margin-bottom: 20px;
    border-radius: 28px;
    background: rgba(246, 83, 17, 0.25);
    padding: 10px 20px;
    width: fit-content;
    color: #F65311;
    backdrop-filter: blur(2px);
}
.hero-description {
	color: #fff;
	margin-bottom: 40px;
	max-width: 580px;
}
.wrap-buttons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.header-cta a {
    width: max-content;
}

/* ---------- HOME CTA (below hero) ---------- */
.home-cta {
  display: flex;
  gap: 0;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}
.cta1 {
    flex: 1;
    padding: 35px 3vw;
    transition: background-color 0.25s ease;
}
.cta1 a {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.cta1 a i {
  margin-left: auto;
  font-size: 20px;
  transition: transform 0.25s ease;
}
.cta1:hover a i {
    transform: translateX(6px);
}

.cta1.green-bg:hover {
    background-color: var(--clr-primary-dark);
    transition: all 0.3s ease;
}
.cta1.black-bg:hover {
    background-color: var(--clr-accent-dark);
    transition: all 0.3s ease;
}

.home-about {
    padding: 90px 0 110px;
    background: url("../siteart/AdobeStock_274172301 1.png") center/cover no-repeat;
    background-attachment: scroll;
}
.home-about-grid {
    display: flex;
    grid-template-columns: minmax(320px, 460px) minmax(420px, 1fr);
    gap: 60px;
    align-items: center;
}
.about-media {
    position: relative;
    flex: 1;
}
.about-media::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -5%;
    width: 15px;
    height: 20%;
    background-color: var(--clr-primary);
    border-radius: 0;
}
.about-media__stack {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.about-media__card {
    flex: 1;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    min-width: 0;
}
.about-media__card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.about-media__card--top,
.about-media__card--bottom {
    /* aspect-ratio: 3 / 4; */
}
.about-media__card--top {
    margin-top: 20px;
}
.about-media__card--bottom {
    margin-top: 0;
}
.about-copy {
    flex: 1;
}
.about-copy .btns-wrap {
    margin-top: 35px;
}
.about-copy h2 {
    margin-bottom: 1.3vw;
}




section.subhero {
    padding: 120px 0 0;
}

.content-wrap.about {
    padding: 60px 30px;
}

.about-values {
    padding: 60px 0;
    background-color: #f7f7f2;
}
.value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 24px;
}
.value-card {
    padding: 32px;
    background-color: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
    border-radius: 0;
    border-left: 7px solid var(--clr-primary);
}
.value-card h3 {
    font-family: var(--font-main);
    font-size: 1.25rem;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--clr-accent-dark);
}
.value-card p {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
    color: #4f4f4f;
}
.about-cta {
    /* padding: 50px 0 80px; */
    background-color: var(--clr-primary);
}
.about-cta .cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 60px 30px!important;
}
.about-cta h2 {
    font-family: var(--font-main);
    font-size: clamp(2rem, 3vw, 2.7rem);
    color: #000;
    margin: 0;
}
.about-cta .btn {
    background-color: #0c0c0c;
    color: #fff;
    border: none;
}
.about-cta .btn:hover {
    background-color: rgba(0, 0, 0, 0.85);
}

@media only screen and (max-width: 950px) {
    .value-grid {
        grid-template-columns: 1fr;
    }
    .about-cta .cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .content-wrap.about {
        padding: 40px 20px;
    }
    .about-values {
        padding: 40px 0 20px;
    }
    .about-cta {
        padding: 40px 0 50px;
    }
}






/*--------FORM STYLES--------------------*/
.contact-grid {
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(420px, 1fr);
    gap: 40px;
    align-items: flex-start;
    padding: 60px 0 40px;
}
.contact-grid-wrap {
    display: grid;
    repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    align-items: flex-start;
    padding: 60px 0 40px;
}
.contact-grid__left,
.contact-grid__right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-card {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 28px;
    background-color: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.contact-card__icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--clr-primary);
    color: #000;
    border-radius: 12px;
    font-size: 1.3rem;
}
.contact-card__text {
    display: grid;
    gap: 8px;
}
.contact-card__label {
    font-family: var(--font-main);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--clr-accent-dark);
}
.contact-card__value {
    font-family: var(--font-main);
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
}
.contact-form {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.contact-form .subheading {
    margin-bottom: 16px;
}
.contact-form .heading-med {
    margin-bottom: 24px;
    color: var(--clr-accent-dark);
}
.contact-form__row {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}
.contact-form__row--side-by-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.contact-form label {
    font-family: var(--font-main);
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--clr-accent-dark);
}
.contact-form input,
.contact-form textarea {
    /* width: 100%; */
    min-height: 52px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #f8f8f6;
    padding: 18px 16px;
    font-family: var(--font-body);
    font-size: 16px;
    color: #111;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--clr-primary);
    box-shadow: 0 0 0 5px rgba(195, 252, 47, 0.16);
    outline: none;
}
.contact-form textarea {
    min-height: 220px;
    resize: vertical;
}
.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 28px;
    margin-top: 6px;
} 



.contact-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 20px;
}

.contact-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 15px;
    color: #151515;
}

.contact-field span {
    font-family: var(--font-main);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--clr-accent-dark);
}

.contact-field input,
.contact-field textarea {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 16px 18px;
    font-family: var(--font-body);
    font-size: 15px;
    color: #151515;
    background: #fff;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: var(--clr-primary);
    box-shadow: 0 0 0 5px rgba(195, 252, 47, 0.16);
    outline: none;
}

.contact-field textarea {
    resize: vertical;
    min-height: 180px;
}

/* .contact-submit {
    width: fit-content;
    padding: 16px 34px;
    border-radius: 999px;
    font-size: 16px;
    letter-spacing: 0.02em;
} */
.contact-submit-wrap {
    margin-top: 20px;
}

@media only screen and (max-width: 950px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .contact-form__row--side-by-side {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .content-wrap {
        padding: 20px;
    }
    .contact-card {
        padding: 18px;
    }
    .contact-form {
        padding: 28px;
    }
    .contact-form input, .contact-form textarea {
        padding: 10px 16px;
        min-height: 45px;
    }
}




/*-------- FOOTER STYLES ----------------*/
.footer .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 30px;
}
.foot-menu ul li {
    display: inline-flex;
    padding: 0 2vw;
}
.foot-copy {
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    justify-items: center;
}
.foot-copy p {
    font-size: 15px !important;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


/*SMALL DESKTOP*/
@media only screen and (max-width: 1024px) {
	.contact-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 950px) {
    .footer .content-wrap {
        flex-direction: column;
        gap: 30px;
    }
    .foot-menu ul {
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .foot-menu ul li {
        padding: 10px 2vw;
    }
}

@media only screen and (max-width: 851px) {
    .header-cta {
        display: none;
    }
    .home-about-grid {
        flex-direction: column-reverse;
    }
}

/*TABLET*/
@media only screen and (max-width: 767px) {
	.home-cta {
        flex-direction: column;
    }
    .cta1 {
        padding: 25px 30px;
    }
    .btns-wrap {
        flex-direction: column;
    }
    .btn {
        font-size: 16px;
        max-width: 180px;
        padding: 15px 20px;
    }
    .header-cta {
        display: none;
    }
    .hero-subheading {
        margin-bottom: 25px;
        font-size: 15px;
    }
    .hero-content {
        padding: 30px;
    }
    .subheading {
        font-size: 18px;
    }
}

/*MOBILE*/
@media only screen and (max-width: 480px) {
	
}

