/* ==========================================================================
   Standard content pages - hero band + prose body
   ========================================================================== */

#wrapper.site {
	background: var(--fda-palette9);
}

/* Marketing pages sit in the 1290px content container, matching the previous
   build: a 1242px column at 1440px wide. */
.content-area {
	margin: 0;
}

.page-article {
	overflow: hidden;
}

/* --------------------------------------------------------------------------
   Page hero
   -------------------------------------------------------------------------- */

.page-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 500px;
	padding: 0 10px;
	overflow: hidden;
	isolation: isolate;
}

.page-hero__media {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	animation: fdaKenBurns 20s ease-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
	.page-hero__media {
		animation: none;
	}
}

@keyframes fdaKenBurns {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.2);
	}
}

.page-hero__inner {
	width: 100%;
	max-width: var(--fda-elementor-width);
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.page-hero__title {
	max-width: 100%;
	margin: 0 0 50px;
	font-family: var(--fda-font-display);
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
	color: var(--fda-navy);
}

.page-hero__subtitle {
	max-width: 100%;
	margin: 0 0 15px;
	font-family: var(--fda-font-display);
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	color: var(--fda-navy);
}

.page-hero--compact {
	min-height: 200px;
}

.page-hero--compact .page-hero__inner {
	align-items: center;
	text-align: center;
}

.page-hero--compact .page-hero__title {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.page-hero {
		min-height: 450px;
		padding: 50px 30px;
	}

	.page-hero__title {
		font-size: 47px;
		line-height: 1;
	}

	.page-hero__subtitle {
		font-size: 25px;
		line-height: 1;
	}
}

@media (max-width: 767px) {
	.page-hero {
		min-height: 300px;
	}

	.page-hero__title {
		font-size: 25px;
		margin-bottom: 35px;
	}

	.page-hero__subtitle {
		font-size: 20px;
	}
}

/* --------------------------------------------------------------------------
   Prose body
   -------------------------------------------------------------------------- */

.page-body {
	padding: 0 10px;
}

.page-body__inner {
	max-width: var(--fda-elementor-width);
	margin: 0 auto;
	padding: 80px 0;
}

.page-prose {
	padding: 10px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 22.4px;
	color: var(--fda-palette5);
}

.page-prose > :last-child {
	margin-bottom: 0;
}

.page-prose p {
	margin: 0 0 32px;
}

.page-prose h1,
.page-prose h2,
.page-prose h3,
.page-prose h4,
.page-prose h5,
.page-prose h6 {
	margin: 0 0 0.5em;
	font-family: var(--fda-font-heading);
	font-weight: 700;
	line-height: 1.5;
	color: var(--fda-palette3);
}

.page-prose h1 {
	font-size: 40px;
}

.page-prose h2 {
	font-size: 28px;
}

.page-prose h3 {
	font-size: 26px;
}

.page-prose h4 {
	font-size: 22px;
	color: var(--fda-palette4);
}

.page-prose h5 {
	font-size: 20px;
	color: var(--fda-palette4);
}

.page-prose h6 {
	font-size: 18px;
	color: var(--fda-palette5);
}

.page-prose ul,
.page-prose ol {
	margin: 0 0 32px;
	padding-left: 28px;
}

.page-prose li {
	margin: 0;
}

.page-prose li > ul,
.page-prose li > ol {
	margin: 0;
}

.page-prose li p {
	margin: 0;
}

.page-prose hr {
	margin: 0;
	height: 0;
	border: 0;
	border-bottom: 2px solid #e2dfd9;
}

.page-prose a {
	color: var(--fda-palette2);
}

.page-prose a:hover,
.page-prose a:focus {
	color: var(--fda-palette13);
}

.page-prose img {
	max-width: 100%;
	height: auto;
}

.page-prose p > img {
	display: inline-block;
}

.page-prose table {
	margin: 0 0 32px;
	border-collapse: collapse;
}

.page-prose th,
.page-prose td {
	padding: 10px 12px;
	border: 1px solid #e2dfd9;
	text-align: left;
	vertical-align: top;
}

.page-prose th {
	background: var(--fda-palette8);
	color: var(--fda-palette3);
	font-weight: 700;
}

.page-prose blockquote {
	margin: 0 0 32px;
	padding: 4px 0 4px 20px;
	border-left: 3px solid var(--fda-palette2);
	color: var(--fda-palette5);
}

.page-closing {
	margin: 0;
	padding-top: 20px;
	font-family: var(--fda-font-display);
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--fda-navy);
}

@media (max-width: 1024px) {
	.page-body__inner {
		padding: 40px 0;
	}

	.page-body {
		padding: 0 20px;
	}

	.page-closing {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.page-closing {
		font-size: 24px;
	}
}

/* --------------------------------------------------------------------------
   Plain pages (privacy policy, plugin-driven pages)
   -------------------------------------------------------------------------- */

/* Legal and plugin-driven pages carry the site body type, not the marketing
   pages' Verdana prose. */
.page-prose--plain {
	padding: 0;
	font-family: var(--fda-font-body);
	font-size: 14px;
	line-height: 22.4px;
	color: var(--fda-palette3);
}

.page-prose--plain p,
.page-prose--plain ul,
.page-prose--plain ol,
.page-prose--plain table,
.page-prose--plain figure,
.page-prose--plain hr {
	margin-bottom: 2rem;
}

.page-prose--plain ul,
.page-prose--plain ol {
	padding-left: 2em;
}

.page-prose--plain > :last-child {
	margin-bottom: 0;
}

.plain-page__title {
	margin: 0 0 28px;
	font-family: var(--fda-font-heading);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--fda-palette3);
}

@media (max-width: 767px) {
	.plain-page__title {
		font-size: 30px;
	}
}

/* --------------------------------------------------------------------------
   Industries template
   -------------------------------------------------------------------------- */

.industries-page {
	background: #f6f4ee;
}

.industries-content-area {
	margin: 0;
}

.industries-content-container {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.industries-hero {
	background: #f6f4ee;
}

.industries-hero__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	max-width: 94vw;
	min-height: 530px;
	margin: 0 auto;
}

.industries-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px 48px 48px 0;
}

.industries-hero__eyebrow {
	margin: 0 0 16px;
	font-family: var(--fda-font-body);
	font-size: 12px;
	font-weight: 700;
	line-height: 19.2px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #892943;
}

.industries-hero__title {
	max-width: 760px;
	margin: 24px 0 20px;
	font-family: var(--fda-font-heading);
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	color: var(--fda-ink);
}

.industries-hero__text {
	max-width: 680px;
	margin: 0 0 32px;
	font-family: var(--fda-font-body);
	font-size: 15.5px;
	font-weight: 400;
	line-height: 22.4px;
	color: rgba(21, 38, 65, 0.78);
}

.industries-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	align-items: center;
}

.industries-hero__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 530px;
	margin-right: -3vw;
	background-color: #152641;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	isolation: isolate;
}

.industries-hero__media::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(21, 38, 65, 0.28);
}

.industries-hero__caption {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 24px;
	font-family: var(--fda-font-body);
	font-size: 18px;
	font-weight: 600;
	line-height: 28.8px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
	color: #f6f4ee;
	text-shadow: 0 3px 16px rgba(21, 38, 65, 0.85);
}

.industries-page .page-body {
	padding: 0 3vw;
	background: #ffffff;
}

.industries-page .page-body__inner {
	max-width: 1280px;
	padding: 72px 0 0;
}

.industries-section {
	width: 100%;
}

.industries-section__head {
	max-width: 760px;
	margin: 0 auto 36px;
	text-align: center;
}

.industries-section__head--center {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.industries-section__head--center .industries-hero__eyebrow {
	justify-content: center;
}

.industries-section__title {
	max-width: 820px;
	margin: 14px 0 18px;
	font-family: var(--fda-font-heading);
	font-size: 38px;
	font-weight: 900;
	line-height: 1.12;
	color: #152641;
}

.industries-section__title::after {
	content: "";
	display: block;
	width: 64px;
	height: 3px;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	background: #892943;
}

.industries-section__head--center .industries-section__title::after {
	margin-right: auto;
	margin-left: auto;
}

.industries-section__text {
	max-width: 720px;
	margin: 0 auto;
	font-family: var(--fda-font-body);
	font-size: 15.5px;
	line-height: 1.65;
	color: rgba(21, 38, 65, 0.76);
}

.industry-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.industry-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid #e2dfd9;
	border-radius: 6px;
	background: #f6f4ee;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	transition-delay: var(--industry-delay, 0ms);
}

.industry-card:hover,
.industry-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(137, 41, 67, 0.28);
	box-shadow: 0 20px 44px rgba(21, 38, 65, 0.12);
}

.industry-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	background: #e2dfd9;
	overflow: hidden;
}

.industry-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 220ms ease;
}

.industry-card:hover .industry-card__media img,
.industry-card:focus-within .industry-card__media img {
	transform: scale(1.04);
}

.industry-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.industry-card__title {
	margin: 0 0 12px;
	font-family: var(--fda-font-heading);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.15;
	color: #152641;
}

.industry-card__text {
	margin: 0 0 18px;
	font-size: 15.5px;
	line-height: 1.6;
	color: rgba(21, 38, 65, 0.78);
}

.industry-card__list {
	display: grid;
	gap: 8px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.industry-card__list li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.45;
	color: #152641;
}

.industry-card__list li::before {
	content: "";
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #892943;
	transform: translateY(-50%);
}

.industry-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	font-family: var(--fda-font-body);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #892943;
}

.industry-card__link svg {
	width: 15px;
	height: 15px;
	transition: transform 180ms ease;
}

.industry-card__link:hover,
.industry-card__link:focus {
	color: #152641;
}

.industry-card__link:hover svg,
.industry-card__link:focus svg {
	transform: translateX(3px);
}

.industries-support {
	display: grid;
	grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
	margin-top: 82px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 72px max(24px, calc((100vw - 1280px) / 2)) 64px;
	background: #f6f4ee;
}

.industries-support__copy {
	max-width: 430px;
}

.industries-support__copy .industries-section__title {
	font-size: 36px;
	line-height: 1.14;
}

.industries-support__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px;
	align-items: start;
}

.industries-support__card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 292px;
	padding: 34px 32px 30px;
	background: #ffffff;
	clip-path: polygon(0 0, 100% 0, 100% 86%, 87% 100%, 0 100%, 0 10%);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.industries-support__card--offset {
	margin-top: 48px;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
}

.industries-support__card:hover,
.industries-support__card:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 22px 48px rgba(21, 38, 65, 0.12);
}

.industries-support__number {
	display: block;
	margin: 0 0 28px;
	font-family: var(--fda-font-heading);
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
	color: #892943;
}

.industries-support__title {
	margin: 0 0 14px;
	font-family: var(--fda-font-heading);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.18;
	color: #152641;
}

.industries-support__text {
	margin: 0 0 26px;
	font-size: 15.5px;
	line-height: 1.6;
	color: rgba(21, 38, 65, 0.76);
}

.industries-support__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	font-family: var(--fda-font-body);
	font-size: 13px;
	font-weight: 800;
	color: #892943;
}

.industries-support__link svg {
	width: 15px;
	height: 15px;
	transition: transform 180ms ease;
}

.industries-support__link:hover,
.industries-support__link:focus {
	color: #152641;
}

.industries-support__link:hover svg,
.industries-support__link:focus svg {
	transform: translateX(3px);
}

.industries-faq {
	margin-top: 72px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 64px 24px 72px;
	background: #ffffff;
}

.industries-faq .industries-section__head {
	margin-bottom: 36px;
}

.industries-faq .industries-section__title {
	margin-right: auto;
	margin-left: auto;
	font-size: 38px;
	line-height: 1.18;
}

.industries-faq__accordion {
	width: min(800px, 100%);
	margin: 0 auto;
}

.industries-faq__accordion .accordion__trigger {
	min-height: 64px;
	border-color: #e2dfd9;
	border-radius: 8px;
	background: #ffffff;
	font-size: 15.5px;
	font-weight: 800;
	color: #152641;
	box-shadow: none;
}

.industries-faq__accordion .accordion__trigger:hover,
.industries-faq__accordion .accordion__trigger:focus {
	border-color: rgba(137, 41, 67, 0.45);
}

.industries-faq__accordion .accordion__panel-inner {
	padding: 18px 24px 10px;
}

.industries-faq__accordion .accordion__panel-inner p {
	max-width: 720px;
	margin: 0;
	font-size: 15.5px;
	line-height: 25px;
	color: rgba(21, 38, 65, 0.76);
}

.industries-faq__accordion .accordion__pane.is-open .accordion__panel {
	max-height: 220px;
}

.industries-page .page-prose {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-family: var(--fda-font-body);
	font-size: 15.5px;
	line-height: 1.7;
	color: rgba(21, 38, 65, 0.78);
}

.industries-page .page-prose p {
	margin-bottom: 24px;
}

.industries-page .page-prose h1,
.industries-page .page-prose h2 {
	margin: 48px 0 18px;
	font-family: var(--fda-font-heading);
	font-weight: 900;
	line-height: 1.18;
	color: #152641;
}

.industries-page .page-prose h1:first-child,
.industries-page .page-prose h2:first-child {
	margin-top: 0;
}

.industries-page .page-prose h1 {
	font-size: 34px;
}

.industries-page .page-prose h2 {
	font-size: 32px;
}

.industries-page .page-prose h2::after,
.industries-page .page-prose h1::after {
	content: "";
	display: block;
	width: 64px;
	height: 3px;
	margin-top: 16px;
	background: #892943;
}

.industries-page .page-prose h3 {
	margin: 30px 0 14px;
	padding: 16px 18px;
	border-left: 3px solid #892943;
	border-radius: 6px;
	background: #f6f4ee;
	font-family: var(--fda-font-heading);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	color: #152641;
}

.industries-page .page-prose ul,
.industries-page .page-prose ol {
	margin: 0 0 24px;
	padding-left: 22px;
}

.industries-page .page-prose li {
	margin: 0 0 8px;
}

.industries-page .page-prose li::marker {
	color: #892943;
}

.industries-page .page-prose hr {
	margin: 30px 0;
	border-bottom: 1px solid #e2dfd9;
}

.industries-page .page-prose a {
	font-weight: 700;
	color: #892943;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.industries-page .page-prose a:hover,
.industries-page .page-prose a:focus {
	color: #152641;
}

.industries-page .page-prose img.alignleft {
	max-width: min(340px, 42%);
	margin: 6px 28px 18px 0;
	border: 1px solid #e2dfd9;
	border-radius: 6px;
	background: #f6f4ee;
	box-shadow: 0 18px 40px rgba(21, 38, 65, 0.12);
}

@media (max-width: 1024px) {
	.industries-hero__grid {
		min-height: 460px;
	}

	.industries-hero__copy {
		padding: 40px 32px 40px 0;
	}

	.industries-hero__title {
		font-size: 36px;
		line-height: 44px;
	}

	.industries-hero__media {
		min-height: 460px;
	}

	.industry-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.industries-support {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.industries-page .page-body__inner {
		padding: 48px 0 0;
	}
}

@media (max-width: 767px) {
	.industries-hero__grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"eyebrow"
			"title"
			"text"
			"media"
			"actions";
		max-width: none;
		min-height: 0;
	}

	.industries-hero__copy {
		display: contents;
		padding: 0;
	}

	.industries-hero__eyebrow {
		grid-area: eyebrow;
		margin: 64px 24px 0;
	}

	.industries-hero__title {
		grid-area: title;
		margin-right: 24px;
		margin-left: 24px;
	}

	.industries-hero__text {
		grid-area: text;
		margin-right: 24px;
		margin-left: 24px;
	}

	.industries-hero__actions {
		grid-area: actions;
		padding: 28px 24px 32px;
	}

	.industries-hero__title {
		font-size: 34px;
		line-height: 1.12;
	}

	.industries-hero__text {
		font-size: 15.5px;
		line-height: 24px;
	}

	.industries-hero__actions {
		gap: 22px;
	}

	.industries-hero__media {
		grid-area: media;
		min-height: 300px;
		margin-right: 0;
	}

	.industries-page .industries-hero .fda-reveal {
		opacity: 1 !important;
		transform: none !important;
	}

	.industries-hero__caption {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 3px;
	}

	.industries-page .page-body {
		padding: 0 24px;
	}

	.industries-section__head,
	.industries-section__text {
		max-width: none;
	}

	.industries-section__title {
		font-size: 30px;
	}

	.industry-card-grid,
	.industries-support__grid {
		grid-template-columns: 1fr;
	}

	.industry-card__body {
		padding: 22px;
	}

	.industries-support {
		margin-top: 56px;
		padding: 52px 24px 56px;
	}

	.industries-support__copy {
		max-width: none;
	}

	.industries-support__copy .industries-section__title {
		font-size: 30px;
	}

	.industries-support__card,
	.industries-support__card--offset {
		min-height: 260px;
		margin-top: 0;
		clip-path: polygon(0 0, 100% 0, 100% 88%, 90% 100%, 0 100%, 0 8%);
	}

	.industries-faq {
		margin-top: 48px;
		padding: 44px 24px 56px;
	}

	.industries-faq .industries-section__title {
		font-size: 30px;
	}

	.industries-faq__accordion .accordion__trigger {
		padding: 16px 18px;
		font-size: 14.5px;
		line-height: 1.35;
	}

	.industries-faq__accordion .accordion__panel-inner {
		padding: 16px 18px 8px;
	}

	.industries-page .page-prose {
		font-size: 15.5px;
	}

	.industries-page .page-prose h1 {
		font-size: 28px;
	}

	.industries-page .page-prose h2 {
		font-size: 26px;
	}

	.industries-page .page-prose h3 {
		font-size: 20px;
	}

	.industries-page .page-prose img.alignleft {
		display: block;
		float: none;
		max-width: 100%;
		margin: 0 0 24px;
	}
}
