@charset "utf-8";

.custom-woodwork-page{
	background:#fff;
	color:#222;
	overflow:hidden;
}
.custom-woodwork-page *{
	box-sizing:border-box;
}
.cw-editorial{padding-bottom:24px;background:#fff}
.cw-editorial + .cw-service-area{padding-top:48px}
.cw-editorial-inner{width:min(1240px, calc(100% - 80px));margin:0 auto}
.cw-editorial-header{max-width:800px;margin-bottom:70px}
.cw-editorial-kicker{margin:0 0 16px;color:#929292;font-size:12px;letter-spacing:.18em}
.cw-editorial-header h2{margin:0;color:#181818;font-size:44px;font-weight:500;line-height:1.25}
.cw-editorial-intro{margin:22px 0 0;color:#666;font-size:16px;line-height:1.9}
.cw-editorial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:96px;row-gap:0;margin:0;padding:0;list-style:none}
.cw-editorial-item{min-width:0;padding:39px 0 48px;border-top:1px solid #e7e7e7}
.cw-editorial-number{display:block;margin-bottom:22px;color:#aaa;font-size:11px;letter-spacing:.14em}
.cw-editorial-item h3{margin:0;font-size:25px;font-weight:500;line-height:1.5}
.cw-editorial-item h3 a{display:-webkit-box;overflow:hidden;color:#1b1b1b;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.cw-editorial-item>p{display:-webkit-box;overflow:hidden;margin:21px 0 27px;color:#6d6d6d;font-size:15px;line-height:1.95;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.cw-editorial-more{display:inline-flex;gap:8px;align-items:center;color:#4a4a4a;font-size:13px;text-decoration:none;transition:color .2s ease,gap .2s ease}
.cw-editorial-item:hover h3 a,.cw-editorial-item:focus-within h3 a{color:#555}
.cw-editorial-more:hover,.cw-editorial-more:focus-visible{gap:12px;color:#000}
.cw-pagination{display:flex;align-items:center;justify-content:center;gap:34px;margin-top:52px;padding-top:28px;border-top:1px solid #e7e7e7;font-size:13px}
.cw-pagination a{color:#555;text-decoration:none}
.cw-pagination-pages{display:flex;gap:24px;align-items:center}.cw-pagination-current{padding-bottom:4px;border-bottom:1px solid #222;color:#111}
@media (min-width:768px){.cw-editorial-grid-single .cw-editorial-item{grid-column:1 / -1;width:calc((100% - 96px)/2);justify-self:center}}
@media (max-width:1023px){.cw-editorial-inner{width:min(100% - 48px,1240px)}.cw-editorial-grid{column-gap:48px}.cw-editorial-item h3{font-size:22px}.cw-editorial-grid-single .cw-editorial-item{width:calc((100% - 48px)/2)}}
@media (max-width:767px){.cw-editorial{padding-bottom:16px}.cw-editorial + .cw-service-area{padding-top:36px}.cw-editorial-inner{width:calc(100% - 40px)}.cw-editorial-header{margin-bottom:44px}.cw-editorial-header h2{font-size:32px}.cw-editorial-intro{margin-top:17px;font-size:14px;line-height:1.85}.cw-editorial-grid{grid-template-columns:1fr}.cw-editorial-grid-single .cw-editorial-item{width:100%}.cw-editorial-item{padding:32px 0 39px}.cw-editorial-number{margin-bottom:17px}.cw-editorial-item h3{font-size:21px;line-height:1.5}.cw-editorial-item>p{margin:18px 0 23px;font-size:14px;line-height:1.95}.cw-pagination{gap:18px;margin-top:38px}.cw-pagination-pages{justify-content:center;gap:18px}}
.cw-mobile-only{
	display:none;
}
.logo .logo-mark a{
	font-size:0;
}
.cw-banner{
	position:relative;
	overflow:hidden;
	margin-top:84px;
}
.cw-banner img{
	display:block;
	width:100%;
	height:520px;
	object-fit:cover;
}
.cw-banner .cw-banner-text{
	position:absolute;
	left:12%;
	top:50%;
	transform:translateY(-50%);
	max-width:480px;
	color:#fff;
	text-shadow:0 2px 18px rgba(0,0,0,.35);
}
.cw-banner .cw-eyebrow{
	font-size:13px;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-bottom:24px;
}
.cw-banner h1{
	font-size:34px;
	line-height:1.45;
	font-weight:normal;
	letter-spacing:0;
}
.cw-banner p{
	margin-top:20px;
	font-size:16px;
	line-height:2;
}
.cw-section{
	width:1200px;
	margin:0 auto;
	padding:94px 0;
}
.cw-section.cw-muted{
	width:100%;
	background:#f7f7f7;
}
.cw-section.cw-muted .cw-inner{
	width:1200px;
	margin:0 auto;
}
.cw-title{
	margin-bottom:44px;
	text-align:center;
}
.cw-title .cw-en{
	font-size:24px;
	color:#111;
	text-transform:uppercase;
	font-family:'SM';
}
.cw-title h2{
	position:relative;
	display:inline-block;
	max-width:100%;
	margin-top:14px;
	padding-bottom:18px;
	font-size:24px;
	line-height:1.6;
	font-weight:normal;
	word-break:normal;
	overflow-wrap:break-word;
}
.cw-title h2:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	width:42px;
	height:1px;
	margin-left:-21px;
	background:#b68b5b;
}
.cw-lead{
	max-width:780px;
	margin:0 auto;
	font-size:15px;
	line-height:2.2;
	color:#555;
	text-align:center;
}
.cw-concept-layout{
	display:grid;
	grid-template-columns:42% 58%;
	align-items:center;
	gap:54px;
}
.cw-concept-copy{
	min-width:0;
}
.cw-concept .cw-title{
	margin-bottom:0;
	text-align:left;
}
.cw-concept .cw-title h2{
	display:block;
}
.cw-concept .cw-title h2:after{
	left:0;
	margin-left:0;
}
.cw-concept .cw-lead{
	max-width:100%;
	margin:28px 0 0;
	text-align:left;
}
.cw-concept-image{
	min-width:0;
}
.cw-concept-image img{
	display:block;
	width:100%;
	height:420px;
	object-fit:cover;
}
.cw-split{
	display:flex;
	align-items:center;
	gap:70px;
}
.cw-split .cw-image,
.cw-split .cw-copy{
	width:50%;
}
.cw-split .cw-image img{
	display:block;
	width:100%;
	height:380px;
	object-fit:cover;
}
.cw-copy h2{
	font-size:26px;
	line-height:1.7;
	font-weight:normal;
	overflow-wrap:break-word;
}
.cw-copy p{
	margin-top:24px;
	font-size:15px;
	line-height:2.2;
	color:#555;
}
.cw-points{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:26px;
	margin-top:42px;
}
.cw-points.cw-points-three{
	grid-template-columns:repeat(3,1fr);
	gap:42px;
}
.cw-point{
	min-height:150px;
	padding:30px 0 0;
	border-top:1px solid #d9d9d9;
	background:transparent;
}
.cw-point span{
	display:block;
	margin-bottom:18px;
	font-size:12px;
	color:#999;
	font-family:'SR';
}
.cw-point h3{
	font-size:18px;
	font-weight:normal;
	color:#222;
}
.cw-point p{
	margin-top:14px;
	font-size:13px;
	line-height:2;
	color:#666;
}
.cw-system-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:0;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	background:transparent;
}
.cw-system-item{
	min-height:210px;
	padding:42px 38px;
	border-right:1px solid #dedede;
	background:transparent;
}
.cw-system-item:last-child{
	border-right:0;
}
.cw-system-item span{
	display:block;
	margin-bottom:24px;
	font-size:12px;
	letter-spacing:2px;
	color:#999;
	font-family:'SR';
}
.cw-system-item h3{
	font-size:19px;
	font-weight:normal;
}
.cw-system-item p{
	margin-top:14px;
	font-size:15px;
	line-height:1.8;
	color:#333;
}
.cw-system-item em{
	display:block;
	margin-top:20px;
	font-style:normal;
	font-size:13px;
	line-height:2;
	color:#666;
}
.cw-process{
	display:grid;
	grid-template-columns:repeat(5,1fr);
	gap:24px;
}
.cw-process li{
	position:relative;
	padding-top:34px;
	font-size:14px;
	line-height:2;
	color:#555;
}
.cw-process li:before{
	content:attr(data-step);
	position:absolute;
	left:0;
	top:0;
	font-size:13px;
	color:#b68b5b;
	font-family:'SR';
}
.cw-case-box{
	position:relative;
	overflow:hidden;
}
.cw-case-box img{
	display:block;
	width:100%;
	height:430px;
	object-fit:cover;
	transition:all .4s;
}
.cw-case-box:hover img{
	transform:scale(1.03);
}
.cw-case-info{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	box-sizing:border-box;
	padding:42px 54px;
	color:#fff;
	background:linear-gradient(to top,rgba(0,0,0,.65),rgba(0,0,0,0));
}
.cw-case-info h2{
	font-size:24px;
	font-weight:normal;
}
.cw-case-info p{
	margin-top:14px;
	font-size:14px;
	line-height:2;
}
.cw-more{
	display:inline-block;
	margin-top:24px;
	padding-bottom:8px;
	border-bottom:1px solid #b68b5b;
	color:#fff;
	font-size:14px;
}
.cw-faq{
	max-width:900px;
	margin:0 auto;
}
.cw-service-area{
	text-align:center;
}
.cw-service-intro{
	margin:0 auto;
	font-size:15px;
	line-height:2;
	color:#555;
}
.cw-region-links{
	display:flex;
	justify-content:center;
	gap:70px;
	margin-top:34px;
}
.cw-region-links a{
	display:inline-block;
	padding-bottom:9px;
	border-bottom:1px solid #b68b5b;
	font-size:15px;
	color:#222;
}
.cw-region-links a:hover{
	color:#b68b5b;
}
.cw-contact .cw-title h2{
	max-width:720px;
}
.cw-faq details{
	border-top:1px solid #e5e5e5;
}
.cw-faq details:last-child{
	border-bottom:1px solid #e5e5e5;
}
.cw-faq summary{
	cursor:pointer;
	padding:24px 0;
	font-size:16px;
	color:#222;
	list-style:none;
}
.cw-faq summary::-webkit-details-marker{
	display:none;
}
.cw-faq p{
	padding:0 0 26px;
	font-size:14px;
	line-height:2.1;
	color:#666;
}
.cw-contact{
	text-align:center;
}
.cw-contact p{
	max-width:680px;
	margin:0 auto;
	font-size:15px;
	line-height:2.1;
	color:#555;
}
.cw-button{
	display:inline-block;
	margin-top:34px;
	min-width:160px;
	height:48px;
	line-height:48px;
	background:#111;
	color:#fff;
	font-size:14px;
	text-align:center;
}
.cw-button:hover{
	color:#fff;
	background:#333;
}

@media screen and (max-width:1200px){
	.cw-section,
	.cw-section.cw-muted .cw-inner{
		width:90%;
	}
	.cw-points{
		grid-template-columns:repeat(2,1fr);
	}
	.cw-points.cw-points-three{
		gap:30px;
	}
}

@media screen and (max-width:768px){
	.cw-banner{
		margin-top:60px;
	}
	.cw-mobile-only{
		display:block;
	}
	.cw-banner img{
		height:310px;
		object-position:center center;
	}
	.cw-banner .cw-banner-text{
		left:8%;
		right:8%;
		max-width:84%;
	}
	.cw-banner .cw-eyebrow{
		font-size:11px;
		letter-spacing:2px;
		margin-bottom:14px;
	}
	.cw-banner h1{
		font-size:25px;
		line-height:1.45;
		max-width:100%;
	}
	.cw-banner p{
		margin-top:12px;
		font-size:13px;
		line-height:1.9;
		max-width:100%;
	}
	.cw-section{
		width:88%;
		padding:58px 0;
	}
	.cw-section.cw-muted{
		width:100%;
	}
	.cw-section.cw-muted .cw-inner{
		width:88%;
	}
	.cw-title{
		margin-bottom:30px;
		overflow:hidden;
	}
	.cw-title .cw-en{
		font-size:17px;
		line-height:1.4;
	}
	.cw-title h2{
		display:block;
		width:92%;
		margin-left:auto;
		margin-right:auto;
		font-size:19px;
		line-height:1.7;
		white-space:normal;
		word-break:break-all;
		overflow-wrap:normal;
	}
	.cw-lead{
		display:block;
		width:100%;
		font-size:13px;
		text-align:left;
		line-height:2;
		max-width:100%;
		word-break:normal;
		overflow-wrap:anywhere;
	}
	.cw-concept-layout{
		display:block;
	}
	.cw-concept .cw-title{
		text-align:center;
		margin-bottom:28px;
	}
	.cw-concept .cw-title h2:after{
		left:50%;
		margin-left:-21px;
	}
	.cw-concept-image img{
		height:270px;
	}
	.cw-concept .cw-lead{
		margin-top:26px;
	}
	.cw-split{
		display:block;
	}
	.cw-split .cw-image,
	.cw-split .cw-copy{
		width:100%;
	}
	.cw-split .cw-copy{
		margin-top:30px;
	}
	.cw-split .cw-image img{
		height:250px;
	}
	.cw-copy h2{
		font-size:20px;
		line-height:1.7;
		word-break:break-all;
		overflow-wrap:normal;
	}
	.cw-copy p{
		font-size:13px;
		line-height:2;
		word-break:normal;
		overflow-wrap:anywhere;
	}
	.cw-points,
	.cw-system-grid,
	.cw-process{
		grid-template-columns:1fr;
	}
	.cw-points.cw-points-three{
		grid-template-columns:1fr;
		gap:24px;
	}
	.cw-point,
	.cw-system-item{
		min-height:auto;
		padding:26px 0 0;
	}
	.cw-system-grid{
		border-bottom:0;
	}
	.cw-system-item{
		border-right:0;
		border-bottom:1px solid #dedede;
	}
	.cw-region-links{
		display:block;
		margin-top:22px;
	}
	.cw-region-links a{
		display:block;
		width:max-content;
		max-width:100%;
		margin:0 auto 18px;
	}
	.cw-case-box img{
		height:300px;
	}
	.cw-case-info{
		padding:30px 26px;
	}
	.cw-case-info h2{
		font-size:20px;
		line-height:1.6;
	}
	.cw-faq summary{
		font-size:14px;
		line-height:1.8;
		word-break:break-all;
		overflow-wrap:normal;
	}
	.cw-faq p,
	.cw-contact p{
		font-size:13px;
		line-height:2;
		word-break:normal;
		overflow-wrap:anywhere;
	}
}

@media screen and (max-width:420px){
	.cw-banner img{
		height:310px;
	}
	.cw-banner .cw-banner-text{
		left:6%;
		right:6%;
		max-width:88%;
	}
	.cw-banner h1{
		font-size:24px;
	}
	.cw-title h2{
		font-size:18px;
	}
	.custom-woodwork-page .cw-title h2{
		width:82%!important;
		max-width:280px!important;
		white-space:normal!important;
		word-break:break-all!important;
		overflow-wrap:normal!important;
	}
	.custom-woodwork-page .cw-lead,
	.custom-woodwork-page .cw-copy p,
	.custom-woodwork-page .cw-faq p,
	.custom-woodwork-page .cw-contact p{
		display:block!important;
		width:100%!important;
		max-width:100%!important;
		white-space:normal!important;
		word-break:normal!important;
		overflow-wrap:anywhere!important;
	}
	.cw-section,
	.cw-section.cw-muted .cw-inner{
		width:87%;
	}
	.cw-point,
	.cw-system-item{
		padding:24px 0 0;
	}
	.cw-case-info{
		padding:26px 22px;
	}
}
