/**
 * Aveda Men mirror: layout for theme fragment (avedamen-main-full.html).
 */
.cy-avedamen {
	max-width: 900px;
	margin: 0 auto 80px;
	padding: 0;
	color: #1e1e1e;
	font-size: 16px;
	line-height: 1.7;
}

.cy-avedamen__hero {
	text-align: center;
	margin-bottom: 56px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e8e8e8;
}

.cy-avedamen__kicker {
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 12px;
}

.cy-avedamen__h1 {
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	line-height: 1.12;
	font-weight: 700;
	margin: 0 0 16px;
	color: #111;
}

.cy-avedamen__tagline {
	font-size: 1.2rem;
	color: #444;
	margin: 0 0 28px;
}

.cy-avedamen__h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 20px;
	color: #111;
}

.cy-avedamen__body p {
	margin: 0 0 18px;
}

.cy-avedamen__cta-wrap {
	margin-top: 32px;
	text-align: center;
}

.cy-avedamen__button {
	display: inline-block;
	padding: 14px 32px;
	background: #e56d37;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 2px;
	transition: background 0.2s ease, color 0.2s ease;
}

.cy-avedamen__button:hover,
.cy-avedamen__button:focus {
	background: #1e1e1e;
	color: #fff !important;
}

.cy-avedamen__button--dark {
	background: #1e1e1e;
}

.cy-avedamen__button--dark:hover,
.cy-avedamen__button--dark:focus {
	background: #e56d37;
}
