:root {
	--glory-maroon: #7c354b;
	--glory-maroon-mid: #8e4a5f;
	--glory-white: #ffffff;
	--glory-ink: #2b1a20;
	--glory-muted: #6b4d57;
	--glory-line: #e8d6dc;
}

#logo_img {
	max-height: 72px;
	width: auto;
	height: auto;
}

.glory-hero {
	background: linear-gradient(135deg, var(--glory-maroon) 0%, var(--glory-maroon-mid) 100%);
	color: var(--glory-white);
	padding: 56px 0 48px;
	text-align: center;
}

.glory-hero img {
	max-width: 220px;
	height: auto;
	margin-bottom: 20px;
	border-radius: 8px;
}

.glory-hero h1,
.glory-page h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: inherit;
	margin-bottom: 12px;
}

.glory-hero h1 {
	color: var(--glory-white);
	font-size: 28px;
}

.glory-hero p {
	color: var(--glory-white);
	max-width: 640px;
	margin: 0 auto 24px;
	font-size: 16px;
	line-height: 1.5;
}

.glory-hero .button,
.glory-cta .button,
.glory-contact button {
	background: var(--glory-white);
	color: var(--glory-maroon);
	border: 0;
	border-radius: 4px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.glory-hero .button.secondary {
	background: transparent;
	color: var(--glory-white);
	border: 1px solid var(--glory-white);
	margin-left: 8px;
}

.glory-section {
	padding: 40px 0;
}

.glory-section h2 {
	color: var(--glory-maroon);
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}

.glory-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.glory-card {
	flex: 1 1 220px;
	border: 1px solid var(--glory-line);
	padding: 20px;
	background: var(--glory-white);
}

.glory-card h3 {
	color: var(--glory-maroon);
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 0;
}

.glory-card p,
.glory-page p,
.glory-list li {
	color: var(--glory-muted);
	line-height: 1.55;
}

.glory-page {
	padding: 36px 0 56px;
	color: var(--glory-ink);
}

.glory-page h1 {
	color: var(--glory-maroon);
	font-size: 26px;
}

.glory-list {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.glory-list li {
	padding: 14px 0 14px 28px;
	border-bottom: 1px solid var(--glory-line);
	position: relative;
}

.glory-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 10px;
	height: 10px;
	background: var(--glory-maroon);
	border-radius: 2px;
}

.glory-contact label {
	display: block;
	font-weight: 700;
	color: var(--glory-maroon);
	margin: 12px 0 6px;
}

.glory-contact input,
.glory-contact textarea {
	width: 100%;
	max-width: 520px;
	border: 1px solid var(--glory-line);
	padding: 10px 12px;
}

.glory-notice {
	padding: 10px 14px;
	margin-bottom: 16px;
	border-radius: 4px;
}

.glory-notice.ok {
	background: #eef7ee;
	color: #215c21;
}

.glory-notice.err {
	background: #fdeeee;
	color: #8a1f1f;
}

.glory-cta {
	background: var(--glory-maroon);
	color: var(--glory-white);
	text-align: center;
	padding: 36px 16px;
}

.glory-cta p {
	color: var(--glory-white);
}

@media only screen and (max-width: 767px) {
	.glory-hero .button.secondary {
		margin-left: 0;
		margin-top: 8px;
		display: inline-block;
	}
}
