/* Gertrudes content-level page title and breadcrumb.
   Loaded after the theme/header styles in both server-selected headers. */
.gtr-pagehead {
	position: static;
	padding: 24px 0;
	border: 0;
	border-bottom: 1px solid #ece6df;
	background: #faf7f3;
	background-image: none;
	color: #2f2a26;
	text-align: left;
}

.gtr-pagehead.gtr-pagehead--trail-only {
	padding-top: 18px;
	padding-bottom: 18px;
}

.gtr-pagehead > .container {
	position: static;
}

.gtr-pagehead .container-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 0;
}

/* PAGE-level title (level 1), per plaza/gtr-sectionhead.css. This is the
   reference the rest of the system was built around — it keeps its left
   alignment; only the step and tracking are pulled onto the shared tokens. */
.gtr-pagehead h1 {
	margin: 0;
	font-family: var(--gt-title-face, Prata, Georgia, serif);
	font-size: var(--gt-title-page, clamp(26px, 3.2vw, 36px));
	font-weight: 400;
	line-height: var(--gt-title-lh, 1.2);
	letter-spacing: var(--gt-title-ls, -0.01em);
	text-align: left;
	text-transform: none;
	color: var(--gt-title-ink, #2f2a26);
}

.gtr-pagehead__nav {
	max-width: 100%;
}

.gtr-pagehead .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 0;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 13px;
	line-height: 1.45;
	text-align: left;
}

.gtr-pagehead .breadcrumb > li {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	color: #6f6862;
}

.gtr-pagehead .breadcrumb > li + li::before {
	content: '\203A';
	margin: 0 9px;
	padding: 0;
	font-family: inherit;
	font-size: 17px;
	line-height: 1;
	color: #9a9189;
}

.gtr-pagehead .breadcrumb > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	color: #6f6862;
	text-transform: none;
	text-decoration: none;
}

.gtr-pagehead .breadcrumb > li > a:hover,
.gtr-pagehead .breadcrumb > li > a:focus,
.gtr-pagehead .breadcrumb > li[aria-current='page'] > a,
.gtr-pagehead .breadcrumb > li[aria-current='page'] {
	color: #c73e12;
}

.gtr-pagehead .breadcrumb > li > a:focus-visible {
	border-radius: 3px;
	outline: 2px solid #c73e12;
	outline-offset: 2px;
}

.gtr-pagehead .breadcrumb .fa-home {
	font-size: 14px;
}

@media (max-width: 767px) {
	.gtr-pagehead {
		padding: 18px 0;
	}

	.gtr-pagehead.gtr-pagehead--trail-only {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.gtr-pagehead .container-inner {
		gap: 6px;
	}

	.gtr-pagehead h1 {
		font-size: 24px;
	}

	.gtr-pagehead .breadcrumb {
		font-size: 12.5px;
	}

	.gtr-pagehead .breadcrumb > li + li::before {
		margin-right: 7px;
		margin-left: 7px;
	}
}
