body{
	margin:0;
	background: #fff;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;

	color: #444;
	font-size: 25px;
	text-align: justify;

	line-height: 1.7em;

}
.eyebrow{
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 15px;
	font-weight: 600;
	color: #999;
	margin-bottom: 0.5em;
}

.section{
	padding: 50px;
}
.white.section{ background: #eae7e1; }
.light-gray.section{ background: #cccccc; }
.dark-gray.section{ background: #444444; color: #eae7e1; }
.black.section{ background: #1b1b21; color: #eae7e1; }

.section .content{
	width: 640px;
	margin: 0 auto;
	margin-top: 2em; 
}
.section .content:first-child{
	margin-top: 0em;
}

.dark-gray .content, .black .content{
	font-size: 20px;
	line-height: 1.7em;
}

.hero-grid{
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}
.hero-content{
	max-width: 520px;
}
.hero-content h1{
	font-size: 44px;
	line-height: 1.2;
	margin: 0 0 0.4em;
}
.hero-content p{
	margin-top: 0.6em;
}
.hero-cta{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 1.8em;
}
.hero-cta .cool_button{
	flex: 1 1 230px;
}
.cool_button.primary > div{
	background: #222;
	color: #fff;
	border-color: #222;
}
.cool_button.primary:hover > div{
	background: #333;
	color: #fff;
}
.cool_button.ghost > div{
	background: transparent;
	color: #555;
}
.hero-animation-panel{
	position: relative;
	flex: 1 1 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 360px;
}
.hero-watermark{
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.08;
	mix-blend-mode: multiply;
	margin: 0;
}
.hero-watermark img{
	max-width: 85%;
	filter: grayscale(100%);
}

.inspirational-section{
	border-top: 1px solid #f2f2f2;
}
.inspirational-section h2,
.ui-concepts-section h2{
	margin-top: 0;
}
.inspiration-list{
	margin: 1.5em 0 0;
	padding-left: 1.2em;
	font-size: 18px;
	color: #555;
}
.inspiration-list li + li{
	margin-top: 0.8em;
}
.ui-concepts-section{
	border-top: 1px solid #ddd;
}
.ui-accordion details{
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 1em 1.5em;
	margin-top: 1em;
}
.ui-accordion summary{
	font-weight: 600;
	cursor: pointer;
}
.accordion-copy{
	font-size: 18px;
	color: #555;
	margin-top: 0.8em;
}
.ui-cards{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
	gap: 20px;
	margin-top: 2em;
}
.ui-card{
	border: 1px solid #ddd;
	padding: 1.5em;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.04);
}
.ui-card h3{
	margin-top: 0;
}

/**********

SPLASH

**********/

#splash{
	padding: 40px 50px 60px;
}
#logo_container{
	position: relative;
	width: min(420px, 100%);
	height: 360px;
}
#logo_interactive{
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%) scale(1.1);
}
#logo{
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	height: 250px;
	background-image: url(../img/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}
#arrow{
	margin: 0 auto;
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
}

/**********

INFORMATION:
- a "why" statement
- three features

**********/

#features{
	overflow: hidden;
	color: #777;
	font-size: 18px;
}
#tagline{
	max-width: 360px;
	margin: 0 auto;
}

/**********

RESPONSIVE

**********/

@media (min-width: 900px){
	.hero-grid{
		flex-direction: row;
	}
	.hero-animation-panel{
		min-height: 420px;
	}
}
#features > div{
	float: left;
	margin-bottom: 2em;
}
#features > div:nth-child(even){
	margin-left: 30px;
}
#features > div:nth-child(n+5){
	margin-bottom: 0;
}
#features > .feature-image{
	width: 305px;
	height: 220px;
	background: #888;
}
#features > .feature-text{
	width: 305px;
	height: 220px;
	line-height: 1.5em;
}
#features > .feature-text > div{
	font-size: 24px;
	font-weight: bold;
	color: #444;
	margin-bottom: 0.7em;
}


/**********

EXAMPLES:

**********/

#example_header{
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}
#examples{
	overflow: hidden;
	width: 620px;
	margin-top: 0;
}

.cool_button{
	text-decoration:none;
	display: block;	
}
.cool_button > div{

	border: 2px solid #999;
	color: #555;

	text-align: center;
	text-decoration: none;
	line-height: 25px;

	width: 490px;
	height: 20px;
	padding: 15px;
	border-radius: 10px;

	margin: 0 auto;
	margin-top: 0px;

	cursor: pointer;

	position: relative;
	top: 0;

	transition: all 0.1s ease-in-out;

}
.cool_button:hover > div{
	border-color: #ccc;
	color: #999;
	top: -2px;
}
.cool_button:active > div{
	border-color: #666;
	color: #333;
	top: 2px;
}
#start_blank{
	width:520px; 
	margin: 0 auto;
}
#splash_buttons{
	width: 280px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
}
.splash_button{
	width: 140px;
	font-size: 20px;
	float: left;
}
.splash_button > div{
	width: 100px;
	line-height: 22px;
}
#final_button{
	width:400px; 
	margin: 0 auto;
}
#final_button > div{
	background: #ee3939;
	color: #fff;

	font-size: 35px;
	line-height: 35px;
	width: 360px;
	height: 30px;

	border:none;
	border-bottom: 4px solid rgba(0,0,0,0.25);
}
#final_button:hover > div{
	background: #ff4f4f;
	color: #fff;
}
#final_button:active > div{
	background: #aa1616;
	color: #fff;
}

/**********

CONCLUSION:

**********/

#uses{
	overflow: hidden;
	text-align: center;
}
#uses > img{
	width:120px;
}
#uses > img:nth-child(n+2){
	margin-left: 9px;
}

/**********

CREDITS:

**********/

.dark-gray a{
	color: hsl(0,80%,60%);
}
.dark-gray a:hover{
	color: hsl(0,80%,70%);
}

#sharing{
	text-align: center;
}

ul.share-buttons{
	display: inline-block;
	list-style: none;
	padding: 0;
}
ul.share-buttons li{
	display: inline;
	margin-right: -6px;
}
