/* THOWL Name Story v1.3 */
.thowl-name-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 175px;
	gap: 34px;
	align-items: center;
	margin: 36px auto 52px;
	padding: 30px 0;
	border-top: 1px solid #e4eaee;
	border-bottom: 1px solid #e4eaee;
	background: transparent;
	box-shadow: none;
	text-align: left;
}

.thowl-name-story__eyebrow {
	margin: 0 0 8px !important;
	color: #006c8e;
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.thowl-name-story h2 {
	margin: 0 0 13px;
	color: #0b2f5b;
	font-size: clamp(25px, 3vw, 34px);
	line-height: 1.18;
	font-weight: 700;
	text-align: left;
}

.thowl-name-story__lead {
	display: block;
	color: #0b2f5b;
}

.thowl-name-story__registered-name {
	display: block;
	color: #006c8e;
	white-space: nowrap;
}

.thowl-name-story__description {
	max-width: 720px;
	margin: 0 !important;
	color: #435466;
	font-size: 16px !important;
	line-height: 1.68;
	text-align: left;
}

.thowl-name-story__legal {
	margin: 11px 0 0 !important;
	color: #7a8792;
	font-size: 12px !important;
	line-height: 1.45;
	text-align: left;
}

.thowl-name-story__mark {
	display: flex;
	align-items: center;
	justify-content: center;
}

.thowl-name-story__mark img {
	display: block;
	width: 100%;
	max-width: 165px;
	height: auto;
	margin: 0;
	background: transparent;
	box-shadow: none;
}

/* Discreet footer clarification */
.thowl-name-footer {
	width: 100%;
	border-top: 1px solid #e2e8ec;
	background: #f7f9fa;
}

.thowl-name-footer__inner {
	width: calc(100% - 40px);
	max-width: 1180px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 12.5px;
	line-height: 1.45;
}

.thowl-name-footer a {
	color: #5c6c79 !important;
	text-decoration: none !important;
}

.thowl-name-footer a:hover,
.thowl-name-footer a:focus {
	color: #006c8e !important;
	text-decoration: underline !important;
}

/* At tablet widths, stack before the registered name gets squeezed. */
@media (max-width: 820px) {
	.thowl-name-story {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.thowl-name-story__mark {
		justify-content: flex-start;
	}

	.thowl-name-story__mark img {
		max-width: 145px;
	}
}

/* Only on small phones allow the long registered name to wrap naturally. */
@media (max-width: 480px) {
	.thowl-name-story {
		margin: 28px 0 40px;
		padding: 24px 0;
	}

	.thowl-name-story__registered-name {
		white-space: normal;
	}

	.thowl-name-footer__inner {
		width: calc(100% - 30px);
	}
}
