/* =========================
   ABOUT PHOTO
========================= */

.about-photo{
	padding: 120px 20px;
	background: #ffffff;
}

.about-photo-inner{
	width: min(1200px, 88%);
	margin: 0 auto;
}

.about-photo img{
	width: 100%;
	height: auto;
	display: block;
}

.photo-caption{
	margin-top: 22px;

	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.22em;
	color: #888;

	text-align: left;
}

@media only screen and (max-width: 40em){

	.about-photo{
		padding: 80px 20px;
	}

	.about-photo-inner{
		width: 92%;
	}

	.photo-caption{
		font-size: 10px;
		letter-spacing: 0.16em;
	}
}
/* =========================
   ABOUT PAGE
========================= */

.page-header{
	width: 100%;
	height: 130px;
	background: #111;
}

.about-hero{
	padding: 180px 20px 130px;
	background: #f8f8f5;
	text-align: center;
}

.about-label,
.section-label{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.35em;
	color: #999;
	margin-bottom: 45px;
}

.about-hero h1,
.about-message h2,
.about-philosophy h2,
.about-business h2,
.about-next h2{
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #222;
}

.about-hero h1{
	font-size: clamp(38px, 6vw, 72px);
}

.about-inner{
	width: min(920px, 88%);
	margin: auto;
}

.about-message,
.about-philosophy,
.about-history,
.about-business,
.about-next{
	padding: 130px 20px;
	background: #ffffff;
	text-align: left;
}

.about-message h2,
.about-philosophy h2,
.about-business h2,
.about-next h2{
	font-size: clamp(32px, 5vw, 58px);
	margin-bottom: 60px;
}

.about-message p,
.about-philosophy p,
.business-card p,
.history-item p{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 2.25;
	letter-spacing: 0.04em;
	color: #444;
	font-weight: normal;
}

.signature{
	margin-top: 70px;
	text-align: right;
}

.about-philosophy{
	background: #f8f8f5;
}

.history-list{
	border-top: 1px solid #ddd;
}

.history-item{
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 45px;
	padding: 38px 0;
	border-bottom: 1px solid #ddd;
}

.history-item span{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.18em;
	color: #777;
}

.history-item p{
	margin: 0;
}

.business-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: 70px;
}

.business-card{
	border: 1px solid #ddd;
	padding: 38px 30px;
	min-height: 240px;
}

.business-card h3{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 0.22em;
	color: #777;
	margin-bottom: 28px;
}

.about-next{
	background: #111;
	text-align: center;
}

.about-next .section-label{
	color: #888;
}

.about-next h2{
	color: #f3f2ed;
}

.about-next .about-link{
	color: #ddd;
	border-bottom-color: #777;
}

.about-next .about-link:hover{
	color: #fff;
	border-bottom-color: #fff;
}

@media only screen and (max-width: 40em){

	.page-header{
		height: auto;
		padding-bottom: 20px;
	}

	.about-hero{
		padding: 130px 20px 100px;
	}

	.about-message,
	.about-philosophy,
	.about-history,
	.about-business,
	.about-next{
		padding: 90px 20px;
	}

	.about-message p,
	.about-philosophy p,
	.business-card p,
	.history-item p{
		font-size: 16px;
		line-height: 2.1;
	}

	.history-item{
		grid-template-columns: 1fr;
		gap: 12px;
	}

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

	.signature{
		text-align: left;
	}
}