@-mos-viewport {width: device-width; scale: 1;}
@-ms-viewport {width: device-width; scale: 1;}
@-o-viewport {width: device-width; scale: 1;}
@-webkit-viewport {width: device-width; scale: 1;}
@viewport {width: device-width; scale: 1;}

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


/* -------------------- GLOBAL --------------------*/

html {
	box-sizing: border-box;
}

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

body {
    background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    overflow-x: hidden;
}

#projectBodyWrapper {
    display: block;
    padding: 48px 0px;
}

#projectBodyWrapper :not(:last-child) {
    margin-bottom: 48px;
}


/* -------------------- TYPOGRAPHY --------------------*/

h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 4rem;
    font-weight: 600;
	margin: 0px;
	padding: 0px;
}

p {
    font-family: 'Barlow', sans-serif;
	font-size: 0.9em;
    line-height: 1.8em;
    letter-spacing: 0.04em;
	margin: 0px;
	padding: 0px;  
}

p.chip {
    font-family: 'Barlow', sans-serif;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.75em;
    font-weight: 400;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 1000px;
    width: fit-content;
}


/* -------------------- PRIMARY NAV --------------------*/

.primaryNav {
    background-color: #151515;
    border-bottom: 1px solid #202020;
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin: 0px;
	padding: 24px 2%;
    z-index: 100;
}

.primaryNavBar:hover {
    background-color: #000000;
}

.primaryNav a {
    text-decoration: none;
    font-family: 'Barlow', serif;
	font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.20em;
    text-transform: uppercase;
	color: #D5D5D5;
    margin: 0px;
	padding: 0px;
}

.primaryNav a:hover {
    color: #FFFFFF;
}

.navRight a:first-child {
    margin-right: 16px;
}

.navRight .icon {
    display: none;
}

#mobileNav {
    display: none;
}


/* -------------------- PROJECT OVERVIEW --------------------*/

#projectOverview {
    width: 100%;
    height: 92vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px;
	padding: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.overviewLeft {
    display: flexbox;
    align-self: center;
    padding: 0px 5%;
    order: 1;
}

.projectDescription {
    width: 100%;
    max-width: 540px;
    padding: 32px 0px;
}

.projectServices {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}

.overviewRight {
    background-color: chartreuse;
    background-image: url("../images/tad/tad_overview.jpg");
    background-size: cover;
    background-position: center;
    margin: 0px;
	padding: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    order: 2;
}


/* -------------------- SECTION TEMPLATES --------------------*/

.oneColumn {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    background-color: #FFFFFF;
}

.twoColumn {
    width: 95%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5%;
    margin: 0px auto;
}

.fullImage {
    width: 95%;
    background-color: #F5F5F5;
    margin: 0px auto;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0.025);
}

.fullImage img {
    width: 100%;
    margin: 0px auto;
}

.insetImage {
    width: 95%;
    height: 85vh;
    align-items: center;
    background-color: #F5F5F5;
    margin: 0px auto;
    padding: 48px 0px;
}

.insetImage img {
    width: 50%;
    margin: 0px auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* -------------------- Mission Statement --------------------*/

#missionStatement {
    background-color: #FFFFFF;
    padding: 200px 0px;
    margin: 0px;
}

#missionStatement p {
    color: #151515;
    max-width: 540px;
    text-align: center;
    margin: 0px auto;
}


/* -------------------- Laptop Update Wipe Video --------------------*/

#laptopUpdateWipe video {
    display: block;
    width: 60%;
    margin: 0px auto;
}


/* -------------------- Mobile Landing 2 Column --------------------*/

#mobileLanding2Column {
    height: 85vh;
}

#leftColumn1 {
    width: 100%;
    height: 100%;;
    background-image: url(../images/tad/landingLifestyle2.jpg);
    background-size: cover;
    background-position: center;
    background-color: #F5F5F5;
    grid-column: 1;
}

#rightColumn1 {
    width: 100%;
    height: 100%;
    padding: 64px 0px;
    background-color: #F5F5F5;
    grid-column: 2;
}

#rightColumn1IMG {
    height: 100%;
    background-image: url(../images/tad/mobileLanding1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* -------------------- Women's 2 Column --------------------*/

#womens2Column {
    height: 85vh;
}

#leftColumn2 {
    width: 100%;
    height: 100%;;
    background-image: url(../images/tad/storm-lifestyle.jpg);
    background-size: cover;
    background-position: center;
    background-color: #F5F5F5;
    grid-column: 1;
}

#rightColumn2 {
    width: 100%;
    height: 100%;
    padding: 32px 0px;
    background-color: #000000;
    grid-column: 2;
}

#rightColumn2IMG {
    height: 100%;
    background-image: url(../images/tad/storm-studio.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



/* -------------------- PDP Build Video --------------------*/

#pdpBuild {
    background-color: #000000;
    align-items: center;
}

#pdpBuild video {
    width: 75%;
    display: block;
    margin: 0px auto;
}


/* -------------------- Collections 2 Column --------------------*/

#collections {
    gap: 2.5%;
    background-color: #151515;
    padding: 2.5%;
}

#leftColumn3 {
    width: 100%;
}

#rightColumn3 {
    width: 100%;
    margin-top: 320px;
}

#leftColumn3 img {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

#rightColumn3 img {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
}



/* -------------------- PROJECT SORTER --------------------*/

#projectSorter {
    width: 100%;
    text-align: center;
    background-color: #151515;
    border-bottom: 1px solid #202020;
    margin: 0px 0px 0px 0px;
	padding: 200px 0px;
}

#projectSorter:hover {
    background-color: black;
}

#projectSorter h2 {
    font-family: 'Barlow', serif;
	font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.20em;
    text-transform: uppercase;
	color: #959595;
    margin-bottom: 12px;
}

#projectSorter a {
	text-decoration: none;
    font-family: 'Barlow', serif;
	font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: #D5D5D5;
}

#projectSorter a:hover {
	color: #FFFFFF;
}


/* -------------------- LEGAL --------------------*/

#legal {
    width: 100%;
    background-color: #000000;
    text-align: center;
    bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0 50px 0;
}

#legal p {
    font-family: "Arial", sans-serif;
    font-size: 0.5em;
    color: #505050;
    font-weight: normal;
    line-height: 12px;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* ------------------------------------------------*/
/* -------------------- MOBILE --------------------*/
/* ------------------------------------------------*/

@media (max-width: 960px) { 

.twoColumn {
    grid-template-columns: 1fr;
}    
  
#projectBodyWrapper {
    padding: 24px 0px;
}

#projectBodyWrapper :not(:last-child) {
    margin-bottom: 24px;
}

/* -------------------- TYPOGRAPHY (Mobile) --------------------*/

h1 {
	font-size: 2.5em;
}
    
/* -------------------- PRIMARY NAV (Mobile) --------------------*/    
  
.navRight a:first-child {
    margin-right: 0px;
}

.navRight a:not(:last-child) {
    display: none;
}

.navRight a.icon {
    display: grid;
}


/* -------------------- MOBILE NAV (Mobile) --------------------*/    

#mobileNav {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #151515;
}    

.primaryNav {
	padding: 24px 5% 24px 5%;
    align-items: center;
}

.overlay-content {
    position: relative;
    top: 35%;
    width: 100%;
    text-align: left;
    margin: 0px 0px 0px 5%;
}    

.overlay a {
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
	font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.20em;
    color: #FFFFFF;
    text-transform: uppercase;
}    
    
.overlay-content a {
    display: block;
    text-decoration: none;
    color: #E0E0E0;
    font-size: 4em;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: 0.3s;
    margin: 0px 0px 24px 0px;
}
    
.overlay a:hover {
    color: #FFFFFF;
}

.overlay a.icon {
    display: grid;
}
    
    
/* -------------------- PROJECT OVERVIEW (Mobile) --------------------*/

#projectOverview {
    height: auto;
    grid-template-columns: 1fr;
}

.overviewLeft {
    padding: 15% 5%;
    order: 2;
}

.overviewRight {
    width: 100%;
    height: 50vh;
    order: 1;
    border-left: none;
}


/* -------------------- Section Templates (Mobile) --------------------*/

.insetImage {
    height: auto;
    margin: 24px auto;
    padding: 2.5% 0;
}

.insetImage img {
    width: 95%;
}

.twoColumn {
    grid-template-columns: 1fr;
}

#rightColumn2 {
    background-size: 80%;
    grid-column: 1;
    padding: 5% 0;
}

.fullHeight {
    margin: 24px auto;
}

.fullHeight img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.025);
}

.fullImage {
    margin: 0px auto;
}


/* -------------------- Mission Statement (Mobile) --------------------*/

#missionStatement {
    padding: 100px 0px 100px 0px;
}

#missionStatement p {
    font-size: .85em;
    max-width: 85%;
}

/* -------------------- Mobile Landing 2 Column (Mobile) --------------------*/   
  
#mobileLanding2Column {
    height: 150vh;
}

#rightColumn1 {
    width: 100%;
    height: 100%;
    padding: 64px 0px;
    grid-column: 1;
}

/* -------------------- Laptop Update Wipe Video (Mobile) --------------------*/

#laptopUpdateWipe video {
    display: block;
    width: 85%;
    margin: 0px auto;
}   
 

/* -------------------- Women's 2 Column (Mobile) --------------------*/   
  
#womens2Column {
    height: 150vh;
}

#rightColumn2 {
    width: 100%;
    height: 100%;
    padding: 0px 0px;
    grid-column: 1;
}
  
 
/* -------------------- PDP Build Video (Mobile) --------------------*/

#pdpBuild video {
    display: block;
    width: 100%;
    margin: 0px auto;
}

/* -------------------- Collections (Mobile) --------------------*/

#collections {
    gap: 0.25%;
}

#rightColumn3 {
    margin-top: 32px;
}


/* -------------------- LEGAL (Mobile) --------------------*/

#legal {
	padding: 50px 7% 50px 7%;
}    