/*!
Theme Name: Divi 5 Breakfast Child
Theme URI: https://breakfast.no/
Description: Child theme for Divi 5 by Breakfast. Built for Divi-first site development with room for custom Divi feature extensions and overrides.
Author: Breakfast
Author URI: https://breakfast.no/
Template: Divi
Version: 1.0.0
Text Domain: divi5-breakfast-child
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--breakfast-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	--breakfast-font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	--breakfast-text-color: #111111;
	--breakfast-heading-color: #111111;
	--breakfast-link-color: #111111;
	--breakfast-link-hover-color: #4b4b4b;

	--breakfast-p-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
	--breakfast-p-line-height: 1.65;
	--breakfast-p-weight: 400;
	--breakfast-p-spacing-bottom: 1em;

	--breakfast-h1-size: clamp(2.75rem, 2.05rem + 3vw, 5.25rem);
	--breakfast-h2-size: clamp(2.125rem, 1.68rem + 1.9vw, 3.75rem);
	--breakfast-h3-size: clamp(1.75rem, 1.47rem + 1.18vw, 2.75rem);
	--breakfast-h4-size: clamp(1.375rem, 1.2rem + 0.72vw, 2rem);
	--breakfast-h5-size: clamp(1.125rem, 1.04rem + 0.36vw, 1.375rem);
	--breakfast-h6-size: 1rem;

	--breakfast-heading-line-height: 1.08;
	--breakfast-heading-weight: 700;
	--breakfast-heading-letter-spacing: 0;
	--breakfast-heading-spacing-top: 0;
	--breakfast-heading-spacing-bottom: 0.45em;
}

html,
body {
	overflow-x: clip;
}

a {
	color: var(--breakfast-link-color);
}

a:hover,
a:focus-visible {
	color: var(--breakfast-link-hover-color);
}

.breakfast-content-panels-container {
	width: 90%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow-x: clip;
}

/*
 * In classic/Gutenberg content, panels are rendered inside #main-content .container already.
 * Use full inner width here to avoid "90% of 90%" double side margins.
 */
body:not(.et_pb_pagebuilder_layout) .entry-content > .breakfast-content-panels-container {
	width: 100%;
	max-width: none;
	margin: 2rem 0;
}

/*
 * When posts use Theme Builder + Post Content module, content sits in a different wrapper.
 * Keep panel block width/spacing identical to default editor flow.
 */
body.single-post.et_pb_pagebuilder_layout #main-content .et_pb_post_content .entry-content > .breakfast-content-panels-container {
	width: 100%;
	max-width: none;
	margin: 2rem 0;
}

/*
 * Default-editor single posts do not get Divi's internal `.et-l--post` wrapper.
 * Mirror the Divi row width used by builder-backed post content.
 */
body.single-post:not(.et_pb_pagebuilder_layout) #main-content .et_pb_post_content > :not(.breakfast-content-panels-container) {
	width: 90%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

body.single-post:not(.et_pb_pagebuilder_layout) #main-content .et_pb_post_content > .breakfast-content-panels-container {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

body.single-post #main-content .et_pb_post_content > ul,
body.single-post #main-content .et_pb_post_content > ol,
body.single-post #main-content .et_pb_post_content .entry-content > ul,
body.single-post #main-content .et_pb_post_content .entry-content > ol,
body.single-post #main-content .et_pb_post_content .wp-block-list,
.editor-styles-wrapper .wp-block-list {
	box-sizing: border-box;
	padding-left: 1.4em;
	list-style-position: outside;
}

body.single-post #main-content .et_pb_post_content ul.wp-block-list,
body.single-post #main-content .et_pb_post_content > ul,
body.single-post #main-content .et_pb_post_content .entry-content > ul,
.editor-styles-wrapper ul.wp-block-list {
	list-style-type: disc;
}

body.single-post #main-content .et_pb_post_content ol.wp-block-list,
body.single-post #main-content .et_pb_post_content > ol,
body.single-post #main-content .et_pb_post_content .entry-content > ol,
.editor-styles-wrapper ol.wp-block-list {
	list-style-type: decimal;
}

body.single-post #main-content .et_pb_post_content .wp-block-list li,
.editor-styles-wrapper .wp-block-list li {
	padding-left: 0.15em;
}

body.single-post #main-content .et_pb_post_content .wp-block-list li > ul,
body.single-post #main-content .et_pb_post_content .wp-block-list li > ol,
.editor-styles-wrapper .wp-block-list li > ul,
.editor-styles-wrapper .wp-block-list li > ol {
	margin-top: 0.35em;
	margin-bottom: 0;
	padding-left: 1.25em;
}

.breakfast-content-panel__description ul,
.breakfast-content-panel__description ol,
.breakfast-content-panel__ingress ul,
.breakfast-content-panel__ingress ol {
	margin-top: 0;
	margin-bottom: var(--breakfast-p-spacing-bottom);
	padding-left: 1.4em;
	list-style-position: outside;
}

.breakfast-content-panel__description ul,
.breakfast-content-panel__ingress ul {
	list-style-type: disc;
}

.breakfast-content-panel__description ol,
.breakfast-content-panel__ingress ol {
	list-style-type: decimal;
}

.breakfast-content-panel__description li,
.breakfast-content-panel__ingress li {
	padding-left: 0.15em;
}

.breakfast-content-panel__description li > ul,
.breakfast-content-panel__description li > ol,
.breakfast-content-panel__ingress li > ul,
.breakfast-content-panel__ingress li > ol {
	margin-top: 0.35em;
	margin-bottom: 0;
	padding-left: 1.25em;
}

/* Keep Divi row/container gutters in sync with custom panel container (90%). */
.container,
.et_pb_row:not([class*="et_flex_column"]),
.et-db #et-boc .et-l .et_pb_row:not([class*="et_flex_column"]) {
	width: 90%;
	max-width: 1300px;
}

/* Keep post/page content at the same 90% width as custom panels. */
body.single-post #main-content .container,
body:not(.et_pb_pagebuilder_layout) #main-content .container,
body.page:not(.et_pb_pagebuilder_layout) #main-content .container,
body.single:not(.et_pb_pagebuilder_layout) #main-content .container {
	width: 90% !important;
	max-width: 1300px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.breakfast-content-panels-container--has-hero {
	overflow-x: visible;
}

/*
 * Hero as first ACF panel: panels render before Divi layout (see functions.php).
 * Inner pages often keep Divi’s `#main-content > .container { padding-top: 58px }`, which reads as a white strip under the header.
 * Theme Builder front pages frequently use templates without that gap — hence the mismatch.
 */
body.breakfast-content-panels-hero-lead:not(.et-tb):not(.et-tb-has-header) #main-content > .container {
	padding-top: 0 !important;
}

body.breakfast-content-panels-hero-lead .entry-content > .breakfast-content-panels-container--hero-lead:first-child {
	margin-top: 0;
}

/* Theme Builder: first body section often has top padding above the row that holds .entry-content. */
body.breakfast-content-panels-hero-lead.et-tb #et-main-area .et-l--body .et_builder_inner_content > .et_pb_section:first-child,
body.breakfast-content-panels-hero-lead.et-tb-has-header #et-main-area .et-l--body .et_builder_inner_content > .et_pb_section:first-child {
	padding-top: 0 !important;
}

/* Keep ACF panel width sane inside Divi Visual Builder canvas. */
body.et-fb .breakfast-content-panels-container,
body.et-db .breakfast-content-panels-container {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.breakfast-content-panels {
	display: grid;
	gap: 4rem;
	margin: 0 0 1.5rem;
	overflow-x: clip;
}

.breakfast-content-panels--has-hero {
	overflow-x: visible;
}

.breakfast-content-panels--flush-top {
	margin-top: 0;
}

.breakfast-content-panel-wrapper {
	margin: 0;
}

.breakfast-content-panel-wrapper--hero {
	margin-left: calc(50% - 50dvw);
	margin-right: calc(50% - 50dvw);
	width: auto;
	max-width: none;
	transform: none;
	overflow-x: visible;
}

.breakfast-content-panel-spacer {
	height: var(--breakfast-spacer-height, 2rem);
}

.breakfast-content-panel-logos {
	margin: 0;
}

.breakfast-content-panel-logos__title {
	margin: 0 0 1rem;
}

.breakfast-content-panel-logos__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1rem 1.25rem;
	align-items: center;
}

.breakfast-content-panel-logos__grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.breakfast-content-panel-logos__grid--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.breakfast-content-panel-logos__grid--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.breakfast-content-panel-logos__grid--cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.breakfast-content-panel-logos__grid--cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.breakfast-content-panel-logos__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 84px;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	background: rgba(0, 0, 0, 0.02);
}

.breakfast-content-panel-logos__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 180px;
	max-height: 52px;
	object-fit: contain;
	object-position: center;
}

.breakfast-content-panel-logos__grid--cols-2 .breakfast-content-panel-logos__item {
	min-height: 130px;
}

.breakfast-content-panel-logos__grid--cols-2 .breakfast-content-panel-logos__image {
	max-width: 300px;
	max-height: 96px;
}

.breakfast-content-panel-logos__grid--cols-3 .breakfast-content-panel-logos__item {
	min-height: 118px;
}

.breakfast-content-panel-logos__grid--cols-3 .breakfast-content-panel-logos__image {
	max-width: 260px;
	max-height: 82px;
}

.breakfast-content-panel-logos__grid--cols-4 .breakfast-content-panel-logos__item {
	min-height: 102px;
}

.breakfast-content-panel-logos__grid--cols-4 .breakfast-content-panel-logos__image {
	max-width: 220px;
	max-height: 70px;
}

.breakfast-content-panel-logos__grid--cols-5 .breakfast-content-panel-logos__item {
	min-height: 92px;
}

.breakfast-content-panel-logos__grid--cols-5 .breakfast-content-panel-logos__image {
	max-width: 200px;
	max-height: 60px;
}

.breakfast-content-panel-logos__grid--cols-6 .breakfast-content-panel-logos__item {
	min-height: 84px;
}

.breakfast-content-panel-logos__grid--cols-6 .breakfast-content-panel-logos__image {
	max-width: 180px;
	max-height: 52px;
}

.breakfast-content-panel-logos__link {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: inherit;
	text-decoration: none;
}

.breakfast-content-panel-logos__item:has(.breakfast-content-panel-logos__link):hover {
	background: #f2f2f2;
}

.breakfast-content-panel-features {
	margin: 0;
	overflow: visible;
}

.breakfast-content-panel-customers {
	margin: 0;
}

.breakfast-content-panel-customers__title {
	margin: 0 0 1rem;
	max-width: 40ch;
}

.breakfast-content-panel-customers__grid {
	display: grid;
	gap: 0.85rem 1rem;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.breakfast-content-panel-customers__grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.breakfast-content-panel-customers__grid--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.breakfast-content-panel-customers__grid--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.breakfast-content-panel-customers__grid--cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.breakfast-content-panel-customers__grid--cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.breakfast-content-panel-customers__item {
	position: relative;
	min-height: 84px;
	border-radius: 0.5rem;
	background: rgba(0, 0, 0, 0.02);
}

.breakfast-content-panel-customers__link {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1rem;
	border-radius: inherit;
	text-decoration: none;
}

.breakfast-content-panel-customers__item:hover {
	background: #f2f2f2;
}

.breakfast-content-panel-customers__logo {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 180px;
	max-height: 52px;
	object-fit: contain;
	object-position: center;
}

.breakfast-content-panel-customers__name {
	display: inline-block;
	text-align: center;
	font-weight: 600;
}

@media (max-width: 767px) {
	.breakfast-content-panel-customers__grid,
	.breakfast-content-panel-customers__grid[class*="breakfast-content-panel-customers__grid--cols-"] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.breakfast-content-panel-customers__grid,
	.breakfast-content-panel-customers__grid[class*="breakfast-content-panel-customers__grid--cols-"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.breakfast-content-panel-articles {
	margin: 0;
}

.breakfast-content-panel-articles__title {
	margin: 0 0 1rem;
	max-width: 40ch;
}

.breakfast-content-panel-articles.et_pb_blog_grid .et_pb_post {
	background: #f2f2f2;
	border-radius: 15px;
	overflow: hidden;
}

.breakfast-content-panel-articles__grid {
	display: grid;
	gap: 1rem 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.breakfast-content-panel-articles__grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.breakfast-content-panel-articles__grid--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.breakfast-content-panel-articles__grid--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.breakfast-content-panel-articles__grid .et_pb_post {
	width: 100%;
	margin: 0;
	float: none;
	display: flex;
	flex-direction: column;
}

.breakfast-content-panel-articles__grid .et_pb_image_container {
	margin: 0;
}

.breakfast-content-panel-articles__grid .et_pb_image_container img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center;
}

.breakfast-content-panel-articles__grid .post-content {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 19px;
	flex: 1 1 auto;
}

.breakfast-content-panel-articles__grid .entry-title {
	margin: 0;
	font-size: 22px;
	line-height: 1.18;
}

.breakfast-content-panel-articles__grid .post-meta {
	margin: 0;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
	color: #666666;
}

.breakfast-content-panel-articles__grid .post-content p {
	margin: 0;
}

.breakfast-content-panel-articles__grid .more-link {
	margin-top: auto;
	font-weight: 700;
}

.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid {
	grid-template-columns: 1fr;
}

.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .et_pb_post {
	display: grid;
	grid-template-columns: minmax(260px, 38%) minmax(0, 62%);
	align-items: stretch;
	background: #f2f2f2;
	border-radius: 1rem;
	overflow: hidden;
}

.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .et_pb_image_container {
	margin: 2.25rem;
	border-radius: 0.8rem;
	overflow: hidden;
	aspect-ratio: auto;
	height: clamp(220px, 24vw, 340px);
	max-height: 340px;
	align-self: center;
}

.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .et_pb_image_container img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center center;
}

.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .post-content {
	padding: 3.25rem;
	gap: 0.5rem;
	justify-content: center;
}

.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .post-content > * {
	max-width: 60ch;
}

.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .entry-title {
	max-width: 32ch;
}

.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .post-content p {
	max-width: 52ch;
}

.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .more-link {
	margin-top: 0.6rem;
	align-self: flex-start;
}

@media (max-width: 1200px) {
	.breakfast-content-panel-articles__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .et_pb_post {
		grid-template-columns: 1fr;
	}

	.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .et_pb_image_container {
		margin: 0;
		border-radius: 0;
		aspect-ratio: auto;
	}

	.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .et_pb_image_container img {
		height: clamp(220px, 34vw, 360px);
	}

	.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .post-content {
		padding: 1rem 3rem 1.75rem;
	}

	.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .post-content > *,
	.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .entry-title,
	.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .post-content p {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.breakfast-content-panel-articles__grid {
		grid-template-columns: 1fr;
	}

	.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .et_pb_post {
		grid-template-columns: 1fr;
	}

	.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .et_pb_image_container img {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.breakfast-content-panel-articles--single .breakfast-content-panel-articles__grid .post-content {
		padding: 1rem 1.2rem 1.75rem;
	}
}

.breakfast-content-panel-features__title {
	margin: 0 0 1rem;
	max-width: 40ch;
}

.breakfast-content-panel__above-title,
.breakfast-content-panel__title,
.breakfast-content-panel-features__title,
.breakfast-content-panel-features__heading,
.breakfast-content-panel-logos__title {
	text-wrap: balance;
	hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}

.breakfast-content-panel-features__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1rem 1.25rem;
}

.breakfast-content-panel-features--show-numbers .breakfast-content-panel-features__grid {
	counter-reset: breakfast-feature-card;
}

@media (min-width: 1280px) {
	.breakfast-content-panel-features__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.breakfast-content-panel-features__grid.breakfast-content-panel-features__grid--count-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.breakfast-content-panel-features__grid.breakfast-content-panel-features__grid--count-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.breakfast-content-panel-features__grid.breakfast-content-panel-features__grid--count-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.breakfast-content-panel-features__grid.breakfast-content-panel-features__grid--count-5 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}


.breakfast-content-panel-features__item {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	padding: 2.25rem;
	border: 0;
	border-radius: 0.75rem;
	height: 100%;
}

.breakfast-content-panel-features--show-numbers .breakfast-content-panel-features__item {
	counter-increment: breakfast-feature-card;
}

.breakfast-content-panel-features--show-numbers .breakfast-content-panel-features__item::before {
	content: counter(breakfast-feature-card);
	position: absolute;
	top: 0.6rem;
	right: 0.9rem;
	font-size: clamp(4rem, 7vw, 7rem);
	font-weight: 800;
	line-height: 1;
	color: #000000;
	opacity: 0.06;
	pointer-events: none;
	z-index: 0;
}

.breakfast-content-panel-features--show-numbers .breakfast-content-panel-features__item > * {
	position: relative;
	z-index: 1;
}

.breakfast-content-panel-features__item--with-border {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Icon slot is only output in PHP when an image is set (see functions.php). */
.breakfast-content-panel-features__icon {
	height: 80px;
	display: flex;
	align-items: center;
	margin: 0 0 0.75rem;
}

.breakfast-content-panel-features__icon-image {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.breakfast-content-panel-features__item--icon-small .breakfast-content-panel-features__icon-image {
	width: 32px;
	height: 32px;
}

.breakfast-content-panel-features__item--icon-medium .breakfast-content-panel-features__icon-image {
	width: 56px;
	height: 56px;
}

.breakfast-content-panel-features__item--icon-large .breakfast-content-panel-features__icon-image {
	width: 80px;
	height: 80px;
}

.breakfast-content-panel-features__item--icon-creative {
	overflow: hidden;
}

.breakfast-content-panel-features__item--icon-creative .breakfast-content-panel-features__icon {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	height: 0;
	margin: 0;
	z-index: 1;
	pointer-events: none;
}

.breakfast-content-panel-features__item--icon-creative .breakfast-content-panel-features__icon-image {
	opacity: 0.14;
}

.breakfast-content-panel-features__item--icon-creative.breakfast-content-panel-features__item--icon-small .breakfast-content-panel-features__icon-image {
	width: 92px;
	height: 92px;
}

.breakfast-content-panel-features__item--icon-creative.breakfast-content-panel-features__item--icon-medium .breakfast-content-panel-features__icon-image {
	width: 128px;
	height: 128px;
}

.breakfast-content-panel-features__item--icon-creative.breakfast-content-panel-features__item--icon-large .breakfast-content-panel-features__icon-image {
	width: 164px;
	height: 164px;
}

.breakfast-content-panel-features__item--icon-creative .breakfast-content-panel-features__heading,
.breakfast-content-panel-features__item--icon-creative .breakfast-content-panel-features__text {
	position: relative;
	z-index: 2;
}

.breakfast-content-panel-features__heading {
	margin: 0 0 0.5rem;
	color: inherit;
}

.breakfast-content-panel-features__heading--brand {
	color: #ff6600;
}

.breakfast-content-panel-features__heading--white {
	color: #ffffff;
}

.breakfast-content-panel-features__heading--black {
	color: #000000;
}

.breakfast-content-panel-features__text {
	margin: 0;
	color: inherit;
}

/* Avoid awkward auto-hyphenation/broken words in feature cards. */
.breakfast-content-panel-features__heading,
.breakfast-content-panel-features__text {
	hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}

.breakfast-content-panel-features__cta {
	position: relative;
	z-index: 3;
	margin: auto 0 0;
	padding-top: 0.9rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
}

.breakfast-content-panel-features__item--clickable {
	cursor: pointer;
}

.breakfast-content-panel-features__overlay-link {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
}

.breakfast-content-panel-features__item .breakfast-content-panel__button--brand,
.breakfast-content-panel-features__item .breakfast-content-panel__button--white {
	color: #000000;
}

.breakfast-content-panel-features__item .breakfast-content-panel__button--black {
	color: #ffffff;
}

.breakfast-content-panel__above-title {
	margin: 0 0 1rem;
}

.breakfast-content-panel__subtitle {
	margin: 0 0 0.65rem;
}

.breakfast-content-panel__subtitle--outside {
	margin: 0 0 0.9rem;
}

.breakfast-content-panel__subtitle--below {
	margin: 0.65rem 0 0;
}

.breakfast-content-panel__secondary {
	margin-top: 1.1rem;
	padding-top: 1.1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.breakfast-content-panel__secondary-title {
	margin-top: 0;
	margin-bottom: 0.55rem;
}

.breakfast-content-panel__secondary-description > :first-child {
	margin-top: 0;
}

.breakfast-content-panel__secondary-description > :last-child {
	margin-bottom: 0;
}

.breakfast-content-panel__above-title--small {
	font-size: clamp(0.85rem, 0.8rem + 0.2vw, 0.95rem);
	line-height: 1.2;
}

.breakfast-content-panel__above-title--large {
	font-size: clamp(1.05rem, 0.95rem + 0.45vw, 1.3rem);
	line-height: 1.2;
}

.breakfast-content-panel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
	align-items: center;
	padding: 0;
	border-radius: 1rem;
	overflow: hidden;
}

.breakfast-content-panel--ingress {
	display: block;
}

.breakfast-content-panel--ingress .breakfast-content-panel__text {
	padding: clamp(1.25rem, 2.5vw, 2.5rem) 0;
}

.breakfast-content-panel--ingress .breakfast-content-panel__text > * {
	max-width: 85ch;
}

.breakfast-content-panel--hero {
	width: 100%;
	max-width: 100dvw;
	min-height: clamp(480px, 72vh, 900px);
	border-radius: 0;
}

/* Match the clamp upper bound so inner-page heroes do not grow past the home hero ceiling (long copy + grid). */
@media (min-width: 1201px) {
	.breakfast-content-panel--hero,
	.breakfast-content-panel--hero-media-behind {
		height: min(1040px, 100dvh);
		min-height: min(1040px, 100dvh);
		max-height: min(1040px, 100dvh);
	}
}

.breakfast-content-panel--hero .breakfast-content-panel__media {
	aspect-ratio: auto;
	height: 100%;
	min-height: 100%;
}

.breakfast-content-panel--hero .breakfast-content-panel__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 4vw, 4.5rem);
}

.breakfast-content-panel--hero-media-behind {
	position: relative;
	grid-template-columns: 1fr;
}

.breakfast-content-panel--hero-media-behind .breakfast-content-panel__media {
	grid-column: 1;
	grid-row: 1;
	z-index: 1;
	border-radius: 0 !important;
}

.breakfast-content-panel--hero-media-behind .breakfast-content-panel__media img,
.breakfast-content-panel--hero-media-behind .breakfast-content-panel__video,
.breakfast-content-panel--hero-media-behind .breakfast-content-panel__video iframe {
	border-radius: 0 !important;
}

.breakfast-content-panel--hero-media-behind .breakfast-content-panel__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--breakfast-hero-overlay-color, #000000);
	opacity: var(--breakfast-hero-overlay-opacity, 0.45);
	pointer-events: none;
}

@media (max-width: 980px) {
	.breakfast-content-panel--hero-media-behind .breakfast-content-panel__media::after {
		background: var(--breakfast-hero-overlay-color-mobile, var(--breakfast-hero-overlay-color, #000000));
		opacity: var(--breakfast-hero-overlay-opacity-mobile, var(--breakfast-hero-overlay-opacity, 0.45));
	}
}

.breakfast-content-panel--hero-media-behind .breakfast-content-panel__text {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	z-index: 2;
	color: var(--breakfast-hero-text-color, #ffffff);
	width: 90%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding: clamp(1.25rem, 2.5vw, 2.5rem) 0;
}

.breakfast-content-panel--hero-media-behind .breakfast-content-panel__text a:not(.breakfast-content-panel__button) {
	color: inherit;
}

.breakfast-content-panel__text :is(h1, h2, h3, h4, h5, h6, p, li, .breakfast-content-panel__title),
.breakfast-content-panel__description p,
.breakfast-content-panel__description li {
	color: inherit;
}

@media (min-width: 981px) {
	.breakfast-content-panel {
		gap: 0;
	}

	.breakfast-content-panel--no-bg .breakfast-content-panel__text {
		padding: 2.25rem 0;
	}

	.breakfast-content-panel--left:not(.breakfast-content-panel--hero) .breakfast-content-panel__text {
		padding-left: 2.25rem;
	}

	.breakfast-content-panel--right:not(.breakfast-content-panel--hero) .breakfast-content-panel__text {
		padding-right: 2.25rem;
	}

	.breakfast-content-panel__text--right {
		padding-left: 1.5rem;
	}

	.breakfast-content-panel__text--right > * {
		max-width: 48ch;
	}
	.breakfast-content-panel:not(.breakfast-content-panel--hero) .breakfast-content-panel__media img {
		object-position: center center;
	}
	.breakfast-content-panel--with-bg.breakfast-content-panel--left .breakfast-content-panel__text--right {
		padding-left: 3rem;
	}
}

.breakfast-content-panel--no-bg {
	border-radius: 0;
	overflow: visible;
}

.breakfast-content-panel--right .breakfast-content-panel__media {
	order: 2;
}

.breakfast-content-panel--right .breakfast-content-panel__text {
	order: 1;
}

.breakfast-content-panel__media {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.breakfast-content-panel--with-bg:not(.breakfast-content-panel--hero) .breakfast-content-panel__media {
	margin: 2.25rem;
	border-radius: 0.8rem;
}

.breakfast-content-panel--no-bg .breakfast-content-panel__media {
	border-radius: 1rem;
}

.breakfast-content-panel--ratio-4-3 .breakfast-content-panel__media {
	aspect-ratio: 4 / 3;
}

/*
 * Mid-width layouts can stack panels into 2 rows while media still keeps 1:1 aspect ratio,
 * which makes images/videos feel overly tall. Cap media height in that range.
 */
@media (min-width: 981px) and (max-width: 1280px) {
	.breakfast-content-panel:not(.breakfast-content-panel--hero) .breakfast-content-panel__media {
		aspect-ratio: auto;
		height: clamp(260px, 34vw, 420px);
		max-height: 420px;
	}
}

.breakfast-content-panel__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.breakfast-content-panel__picture {
	display: block;
	width: 100%;
	height: 100%;
}

.breakfast-content-panel__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.breakfast-content-panel__video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	max-width: none !important;
}

.breakfast-content-panel__video-toggle {
	position: absolute;
	bottom: 0.75rem;
	right: 0.75rem;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.55);
	color: #ffffff;
	cursor: pointer;
	padding: 0;
	backdrop-filter: blur(2px);
}

.breakfast-content-panel--left .breakfast-content-panel__video-toggle {
	left: 0.75rem;
	right: auto;
}

.breakfast-content-panel--right .breakfast-content-panel__video-toggle {
	right: 0.75rem;
	left: auto;
}

.breakfast-content-panel__video-toggle:hover,
.breakfast-content-panel__video-toggle:focus-visible {
	background: rgba(0, 0, 0, 0.72);
}

.breakfast-content-panel__video-icon {
	width: 1.125rem;
	height: 1.125rem;
	display: block;
}

.breakfast-content-panel__video-toggle .breakfast-content-panel__video-icon--play {
	display: none;
}

.breakfast-content-panel__video-toggle[data-state="paused"] .breakfast-content-panel__video-icon--pause {
	display: none;
}

.breakfast-content-panel__video-toggle[data-state="paused"] .breakfast-content-panel__video-icon--play {
	display: block;
}

.breakfast-content-panel__text {
	padding: 3.25rem;
}

.breakfast-content-panel__text > * {
	max-width: 60ch;
}

.breakfast-content-panel__title {
	max-width: 32ch;
}

.breakfast-content-panel__description,
.breakfast-content-panel__description p,
.breakfast-content-panel__description li {
	max-width: 52ch;
}

.breakfast-content-panel__text > :first-child {
	margin-top: 0;
}

.breakfast-content-panel__text > :last-child {
	margin-bottom: 0;
}

.breakfast-content-panel__text--center {
	text-align: center;
}

.breakfast-content-panel__text--center > * {
	margin-left: auto;
	margin-right: auto;
}

.breakfast-content-panel__text--right {
	text-align: right;
}

.breakfast-content-panel__text--right > * {
	margin-left: auto;
}

.breakfast-content-panel__cta {
	margin-top: 1.25rem;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
}

.breakfast-content-panel__button {
	display: inline-block;
	text-decoration: none;
	border-radius: 100px;
	padding: 0.625rem 1.125rem;
	font-weight: 600;
	line-height: 1.2;
}

.breakfast-content-panel__button--brand {
	background-color: #ff6600;
	color: #000000;
}

.breakfast-content-panel__button--white {
	background-color: #ffffff;
	color: #000000;
}

.breakfast-content-panel__button--black {
	background-color: #000000;
	color: #ffffff;
}

.breakfast-content-panel__button--brand:hover,
.breakfast-content-panel__button--brand:focus-visible,
.breakfast-content-panel__button--white:hover,
.breakfast-content-panel__button--white:focus-visible {
	color: #000000;
}

.breakfast-content-panel__button--black:hover,
.breakfast-content-panel__button--black:focus-visible {
	color: #ffffff;
}

.breakfast-hide-page-title .main_title,
.breakfast-hide-page-title .et_pb_title_container h1 {
	display: none !important;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.breakfast-content-panel {
		align-items: stretch;
	}

	.breakfast-content-panel__text {
		align-self: center;
	}

	.breakfast-content-panel__media,
	.breakfast-content-panel--ratio-4-3 .breakfast-content-panel__media {
		aspect-ratio: auto;
		height: clamp(340px, 42vw, 520px);
		min-height: 340px;
		max-height: 520px;
	}

	.breakfast-content-panel__media img,
	.breakfast-content-panel__video,
	.breakfast-content-panel__video iframe {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 1200px) {
	.breakfast-content-panel-features__item {
		padding: 1rem 1.4rem 1.6rem;
	}

	.breakfast-content-panels {
		gap: 1.5rem;
		margin: 0 0 2.25rem;
	}

	.breakfast-content-panels--flush-top {
		margin-top: 0;
	}

	.breakfast-content-panels-container--has-hero .breakfast-content-panel-wrapper--hero {
		margin-left: calc(50% - 50dvw);
		margin-right: calc(50% - 50dvw);
	}

	.breakfast-content-panel {
		grid-template-columns: 1fr;
	}

	.breakfast-content-panel--right .breakfast-content-panel__media,
	.breakfast-content-panel--right .breakfast-content-panel__text {
		order: initial;
	}

	.breakfast-content-panel__text {
		padding: 1rem 1.4rem 1.75rem;
	}

	.breakfast-content-panel--with-bg:not(.breakfast-content-panel--hero) .breakfast-content-panel__text,
	.breakfast-content-panel--no-bg:not(.breakfast-content-panel--hero) .breakfast-content-panel__text {
		padding: 1rem 3rem 1.75rem;
	}

	.breakfast-content-panel--ingress.breakfast-content-panel--with-bg:not(.breakfast-content-panel--hero) .breakfast-content-panel__text,
	.breakfast-content-panel--ingress.breakfast-content-panel--no-bg:not(.breakfast-content-panel--hero) .breakfast-content-panel__text,
	.breakfast-content-panel--ingress .breakfast-content-panel__text {
		padding: 1rem 0 1.75rem;
	}

	/* Let text use card width on medium screens; ch caps feel too restrictive here. */
	.breakfast-content-panel:not(.breakfast-content-panel--hero) .breakfast-content-panel__text > *,
	.breakfast-content-panel:not(.breakfast-content-panel--hero) .breakfast-content-panel__title,
	.breakfast-content-panel:not(.breakfast-content-panel--hero) .breakfast-content-panel__description,
	.breakfast-content-panel:not(.breakfast-content-panel--hero) .breakfast-content-panel__description p,
	.breakfast-content-panel:not(.breakfast-content-panel--hero) .breakfast-content-panel__description li {
		max-width: none;
	}

	.breakfast-content-panel:not(.breakfast-content-panel--hero) .breakfast-content-panel__media,
	.breakfast-content-panel:not(.breakfast-content-panel--hero).breakfast-content-panel--ratio-4-3 .breakfast-content-panel__media {
		aspect-ratio: auto;
		height: clamp(260px, 40vw, 460px);
		min-height: 0;
		max-height: 460px;
	}

	.breakfast-content-panel--with-bg:not(.breakfast-content-panel--hero) .breakfast-content-panel__media {
		margin: 0;
		border-radius: 0;
	}

	.breakfast-content-panel--ratio-4-3 .breakfast-content-panel__media {
		aspect-ratio: 4 / 3;
	}

	/*
	 * Hero must keep a viewport-based floor here: with min-height: 0 + full-bleed media
	 * (height: 100%, aspect-ratio: auto), the grid row followed the image intrinsic height
	 * and blew up—common on inner pages that sit in this breakpoint more often than full-width home.
	 */
	.breakfast-content-panel--hero {
		min-height: clamp(360px, 52vh, 760px);
		align-items: stretch;
		border-radius: 0;
	}

	.breakfast-content-panel--hero:not(.breakfast-content-panel--hero-media-behind) .breakfast-content-panel__media {
		aspect-ratio: 1 / 1;
		height: auto;
		min-height: 0;
	}

	.breakfast-content-panel--hero:not(.breakfast-content-panel--hero-media-behind).breakfast-content-panel--ratio-4-3 .breakfast-content-panel__media {
		aspect-ratio: 4 / 3;
	}

	.breakfast-content-panel--hero .breakfast-content-panel__text {
		display: block;
		padding: 1rem 0 1.75rem;
	}

	.breakfast-content-panel--hero-media-behind {
		min-height: clamp(360px, 52vh, 760px);
	}

	.breakfast-content-panel--hero-media-behind .breakfast-content-panel__media,
	.breakfast-content-panel--hero-media-behind.breakfast-content-panel--ratio-4-3 .breakfast-content-panel__media {
		aspect-ratio: auto;
		align-self: stretch;
		min-height: 100%;
		height: 100%;
		max-height: none;
	}
}

@media (max-width: 1200px) and (min-width: 768px) {
	.breakfast-content-panel--hero,
	.breakfast-content-panel--hero-media-behind {
		max-height: min(760px, 88dvh);
	}
}

@media (min-width: 981px) and (max-width: 1200px) {
	.breakfast-content-panel--with-bg:not(.breakfast-content-panel--hero) .breakfast-content-panel__text,
	.breakfast-content-panel--no-bg:not(.breakfast-content-panel--hero) .breakfast-content-panel__text {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.breakfast-content-panel--ingress.breakfast-content-panel--with-bg:not(.breakfast-content-panel--hero) .breakfast-content-panel__text,
	.breakfast-content-panel--ingress.breakfast-content-panel--no-bg:not(.breakfast-content-panel--hero) .breakfast-content-panel__text,
	.breakfast-content-panel--ingress .breakfast-content-panel__text {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.breakfast-content-panels {
		margin: 0 0 1.5rem;
	}

	.breakfast-content-panel-features__grid {
		grid-template-columns: 1fr;
	}

	.breakfast-content-panel-logos__grid {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	}

	.breakfast-content-panel-logos__grid[class*="breakfast-content-panel-logos__grid--cols-"] {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	}

	.breakfast-content-panel-logos__item {
		min-height: 72px;
		padding: 0.625rem 0.75rem;
	}

	.breakfast-content-panel-logos__image {
		max-height: 44px;
	}

	.breakfast-content-panel__text {
		padding: 1rem 1.4rem 1.75rem;
	}

	.breakfast-content-panel--with-bg .breakfast-content-panel__text {
		padding: 1rem 1.2rem 1.75rem;
	}

	.breakfast-content-panel--no-bg .breakfast-content-panel__text {
		padding: 1rem 1.2rem 1.75rem;
	}

	.breakfast-content-panel--ingress.breakfast-content-panel--with-bg .breakfast-content-panel__text,
	.breakfast-content-panel--ingress.breakfast-content-panel--no-bg .breakfast-content-panel__text,
	.breakfast-content-panel--ingress .breakfast-content-panel__text {
		padding: 1rem 0 1.75rem;
	}

	.breakfast-content-panel--hero {
		border-radius: 0;
	}

	/* Hero full-bleed viewport height on mobile. */
	.breakfast-content-panel--hero {
		min-height: calc(100svh - var(--breakfast-header-offset, 0px));
		height: calc(100svh - var(--breakfast-header-offset, 0px));
		grid-template-rows: 1fr 1fr;
	}

	.breakfast-content-panel--hero-media-behind {
		grid-template-rows: 1fr;
		min-height: calc(100svh - var(--breakfast-header-offset, 0px));
		height: calc(100svh - var(--breakfast-header-offset, 0px));
	}

	.breakfast-content-panel--hero .breakfast-content-panel__media {
		aspect-ratio: auto;
		height: 100%;
		min-height: 0;
		max-height: none;
	}

	.breakfast-content-panel--hero .breakfast-content-panel__media img,
	.breakfast-content-panel--hero .breakfast-content-panel__video,
	.breakfast-content-panel--hero .breakfast-content-panel__video iframe {
		width: 100%;
		height: 100%;
	}

	.breakfast-content-panel--hero .breakfast-content-panel__text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		overflow-y: auto;
		overflow-x: clip;
		padding: 1rem 1.4rem 1.75rem;
	}
}

@media (max-width: 980px) {
	body.single-post #main-content .container {
		width: 90% !important;
		max-width: 90% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	body.single-post #main-content .entry-content,
	body.single-post #main-content .post-content,
	body.single-post #main-content .et_pb_post_content,
	body.single-post.et_pb_pagebuilder_layout #main-content .et_pb_post_content .entry-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.breakfast-content-panels-container {
		width: 90% !important;
		max-width: 90% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body:not(.et_pb_pagebuilder_layout) .entry-content > .breakfast-content-panels-container {
		width: 100% !important;
		max-width: none !important;
		margin: 1.5rem 0;
	}

	body.single-post.et_pb_pagebuilder_layout #main-content .et_pb_post_content .entry-content > .breakfast-content-panels-container {
		width: 100% !important;
		max-width: none !important;
		margin: 1.5rem 0;
	}

	.breakfast-content-panel--hero-media-behind .breakfast-content-panel__text {
		width: 90%;
		padding: clamp(1rem, 2.8vw, 1.5rem) 0;
	}

	.container,
	.et_pb_row,
	.et-db #et-boc .et-l .et_pb_row {
		width: 90%;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	/* Classic/default editor content uses #main-content .container with higher specificity in Divi. */
	body:not(.et_pb_pagebuilder_layout) #main-content .container,
	body.page:not(.et_pb_pagebuilder_layout) #main-content .container,
	body.single:not(.et_pb_pagebuilder_layout) #main-content .container {
		width: 90% !important;
		max-width: 90% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/*
 * Header menu CTAs: classes from Appearance > Menus are on <li>, not <a>.
 * Divi sets link colors on anchors with high specificity, so target > a.
 * Divi menus_cpt.css uses `li > a { padding-bottom: 29px }` — without a stronger
 * override the pills inherit that height and look stretched in a tall menu row.
 * Divi menu.css adds `.et_pb_menu .et-menu > li { padding-left/right: 11px }` around
 * every top-level item — reset on CTA rows so padding only lives on the pill `<a>`.
 */
.et-db #et-boc .et-l.et-l--header .et_pb_menu ul.et-menu > li.contact-us,
.et-db #et-boc .et-l.et-l--header .et_pb_menu ul.et-menu > li.login,
.et-l--header .et_pb_menu ul.et-menu > li.contact-us,
.et-l--header .et_pb_menu ul.et-menu > li.login,
#main-header .et_pb_menu ul.et-menu > li.contact-us,
#main-header .et_pb_menu ul.et-menu > li.login {
	align-self: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.et-db #et-boc .et-l.et-l--header .et_pb_menu ul.et-menu > li.contact-us,
.et-l--header .et_pb_menu ul.et-menu > li.contact-us,
#main-header .et_pb_menu ul.et-menu > li.contact-us {
	margin-left: 0.5rem !important;
	margin-right: 10px !important;
}

.et-db #et-boc .et-l.et-l--header .et_pb_menu ul.et-menu > li.login,
.et-l--header .et_pb_menu ul.et-menu > li.login,
#main-header .et_pb_menu ul.et-menu > li.login {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.et-db #et-boc .et-l.et-l--header .et_pb_menu li.contact-us > a,
.et-db #et-boc .et-l.et-l--header .et_pb_menu li.login > a,
.et-l--header .et_pb_menu li.contact-us > a,
#main-header .et_pb_menu li.contact-us > a,
.et-l--header .et_pb_menu li.login > a,
#main-header .et_pb_menu li.login > a {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 10em;
	padding: 0.45em 1.15em !important;
	line-height: 1.25 !important;
	height: auto !important;
	min-height: 0 !important;
	text-decoration: none !important;
}

.et-l--header .et_pb_menu li.contact-us > a,
#main-header .et_pb_menu li.contact-us > a {
	background-color: #ff6600;
	color: #000000 !important;
}

.et-l--header .et_pb_menu li.login > a,
#main-header .et_pb_menu li.login > a {
	background-color: #ffffff;
	color: #000000 !important;
}

.et-l--header .et_pb_menu li.contact-us.current-menu-item > a,
.et-l--header .et_pb_menu li.contact-us.current-menu-ancestor > a,
#main-header .et_pb_menu li.contact-us.current-menu-item > a,
#main-header .et_pb_menu li.contact-us.current-menu-ancestor > a,
.et-l--header .et_pb_menu li.login.current-menu-item > a,
.et-l--header .et_pb_menu li.login.current-menu-ancestor > a,
#main-header .et_pb_menu li.login.current-menu-item > a,
#main-header .et_pb_menu li.login.current-menu-ancestor > a {
	color: #000000 !important;
}

.et-l--header .et_pb_menu li.contact-us > a:hover,
.et-l--header .et_pb_menu li.contact-us > a:focus-visible,
#main-header .et_pb_menu li.contact-us > a:hover,
#main-header .et_pb_menu li.contact-us > a:focus-visible,
.et-l--header .et_pb_menu li.login > a:hover,
.et-l--header .et_pb_menu li.login > a:focus-visible,
#main-header .et_pb_menu li.login > a:hover,
#main-header .et_pb_menu li.login > a:focus-visible {
	color: #000000 !important;
	opacity: 0.9;
}

.et_pb_menu .et_mobile_menu li.contact-us,
.et_pb_menu .et_mobile_menu li.login,
.et_pb_fullwidth_menu .et_mobile_menu li.contact-us,
.et_pb_fullwidth_menu .et_mobile_menu li.login {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 0.5rem;
}

.et_pb_menu .et_mobile_menu li.contact-us > a,
.et_pb_menu .et_mobile_menu li.login > a,
.et_pb_fullwidth_menu .et_mobile_menu li.contact-us > a,
.et_pb_fullwidth_menu .et_mobile_menu li.login > a {
	border-radius: 10em;
	padding: 0.45em 1.1em !important;
	line-height: 1.25 !important;
	height: auto !important;
}

.et_pb_menu .et_mobile_menu li.login > a,
.et_pb_fullwidth_menu .et_mobile_menu li.login > a {
	background-color: #000000;
	color: #ffffff !important;
}

.et_pb_menu .et_mobile_menu li.login > a:hover,
.et_pb_menu .et_mobile_menu li.login > a:focus-visible,
.et_pb_fullwidth_menu .et_mobile_menu li.login > a:hover,
.et_pb_fullwidth_menu .et_mobile_menu li.login > a:focus-visible {
	color: #ffffff !important;
	opacity: 0.92;
}

/*
 * Footer Menu (Divi 5): vertical list + no hamburger at any width.
 * Add CSS class "breakfast-footer-menu-vertical" on the Menu module (Advanced → CSS ID & Classes).
 * Text alignment: set in the Divi Menu module (Design → Text / alignment).
 * Below 980px Divi sets `.et_pb_menu .et_pb_menu__menu { display: none }` (menu.css) and
 * `.et-menu { display: none }` (menus_cpt.css) — both must be overridden or the list vanishes.
 */
.et_pb_menu.breakfast-footer-menu-vertical .et_pb_menu__wrap {
	align-items: flex-start;
}

.et_pb_menu.breakfast-footer-menu-vertical ul.et-menu {
	display: flex !important;
	flex-direction: column;
	row-gap: 0.15em;
}

.et_pb_menu.breakfast-footer-menu-vertical ul.et-menu > li {
	display: block !important;
	width: 100%;
	padding-right: 0 !important;
}

.et_pb_menu.breakfast-footer-menu-vertical ul.et-menu > li > a {
	padding-bottom: 0.35em;
}

@media (max-width: 980px) {
	/*
	 * Divi hides the whole desktop menu shell on small screens:
	 * - menu_cpt.css / menu.css: `.et_pb_menu .et_pb_menu__menu { display: none }`
	 * - menus_cpt.css / menus.css: `.et-menu { display: none }`
	 * Restore both wrapper + list for modules with this class, then hide the hamburger.
	 */
	.et-db #et-boc .et-l .et_pb_menu.breakfast-footer-menu-vertical .et_pb_menu__menu,
	.et_pb_menu.breakfast-footer-menu-vertical .et_pb_menu__menu {
		display: flex !important;
		flex-direction: column !important;
		visibility: visible !important;
		opacity: 1 !important;
		float: none !important;
		width: 100% !important;
	}

	.et-db #et-boc .et-l .et_pb_menu.breakfast-footer-menu-vertical .et-menu-nav,
	.et_pb_menu.breakfast-footer-menu-vertical .et-menu-nav,
	.et-db #et-boc .et-l .et_pb_menu.breakfast-footer-menu-vertical .et_pb_menu__menu > nav,
	.et_pb_menu.breakfast-footer-menu-vertical .et_pb_menu__menu > nav {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
	}

	.et-db #et-boc .et-l .et_pb_menu.breakfast-footer-menu-vertical ul.et-menu,
	.et-db #et-boc .et-l .et_pb_menu.breakfast-footer-menu-vertical ul.et-menu.nav {
		display: flex !important;
		flex-direction: column !important;
		visibility: visible !important;
		opacity: 1 !important;
		height: auto !important;
		overflow: visible !important;
	}

	.et_pb_menu.breakfast-footer-menu-vertical ul.et-menu,
	.et_pb_menu.breakfast-footer-menu-vertical ul.et-menu.nav {
		display: flex !important;
		flex-direction: column !important;
	}

	.et_pb_menu.breakfast-footer-menu-vertical .et_mobile_nav_menu,
	.et_pb_menu.breakfast-footer-menu-vertical .mobile_nav {
		display: none !important;
	}
}

/*
 * Numbered blog pagination (Divi Theme Customizer → Blog → Navigation → Numbered blog pagination).
 * Keeps Divi’s `.pagination` wrapper class for layout compatibility.
 */
.et_pb_posts .et_pb_post a.more-link,
.et_pb_blog .et_pb_post a.more-link,
.et-db #et-boc .et-l .et_pb_posts .et_pb_post a.more-link,
.et-db #et-boc .et-l .et_pb_blog .et_pb_post a.more-link {
	font-family: var(--breakfast-font-body) !important;
	text-transform: none !important;
}

.et_pb_posts .et_pb_post a.more-link::first-letter,
.et_pb_blog .et_pb_post a.more-link::first-letter,
.et-db #et-boc .et-l .et_pb_posts .et_pb_post a.more-link::first-letter,
.et-db #et-boc .et-l .et_pb_blog .et_pb_post a.more-link::first-letter {
	text-transform: uppercase;
}

.breakfast-pagination--numeric {
	margin: 1.5rem 0 0;
	padding: 0;
	clear: both;
}

.breakfast-pagination--numeric ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breakfast-pagination--numeric .page-numbers li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breakfast-pagination--numeric a.page-numbers,
.breakfast-pagination--numeric span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 0;
	border-radius: 0;
	text-decoration: none;
	border: 0;
	line-height: 1.2;
}

.breakfast-pagination--numeric a.page-numbers:hover,
.breakfast-pagination--numeric a.page-numbers:focus-visible {
	text-decoration: none;
	opacity: 0.85;
}

.breakfast-pagination--numeric a.page-numbers.prev,
.breakfast-pagination--numeric a.page-numbers.next {
	font-weight: 700;
	color: #000000 !important;
}

.breakfast-pagination--numeric a.page-numbers.prev:hover,
.breakfast-pagination--numeric a.page-numbers.prev:focus-visible,
.breakfast-pagination--numeric a.page-numbers.next:hover,
.breakfast-pagination--numeric a.page-numbers.next:focus-visible {
	color: #000000 !important;
}

.breakfast-pagination--numeric a.page-numbers:not(.prev):not(.next),
.breakfast-pagination--numeric span.page-numbers.current {
	width: 2.2rem;
	height: 2.2rem;
	min-width: 2.2rem;
	padding: 0;
	border-radius: 50%;
	background-color: #f2f2f2;
	color: #000000 !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	font-family: inherit;
	letter-spacing: 0;
	transform: none;
}

.breakfast-pagination--numeric a.page-numbers:not(.prev):not(.next):hover,
.breakfast-pagination--numeric a.page-numbers:not(.prev):not(.next):focus-visible {
	opacity: 0.92;
}

.breakfast-pagination--numeric span.page-numbers.current {
	background-color: #ff6600;
	color: #000000 !important;
}

/*
 * Mobile menu full-screen overlay (opt-in).
 * Add CSS class `breakfast-mobile-menu-overlay` on the Divi Menu or Fullwidth Menu module
 * (Advanced → CSS ID & Classes). Script: js/mobile-menu-overlay.js
 */
@keyframes breakfast-mobile-overlay-panel-in {
	from {
		opacity: 0;
		transform: translate3d(0, -0.75rem, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

:root {
	--breakfast-adminbar-offset: 0px;
	--breakfast-mobile-overlay-header-offset: 0px;
}

body.admin-bar {
	--breakfast-adminbar-offset: 46px;
}

@media (min-width: 783px) {
	body.admin-bar {
		--breakfast-adminbar-offset: 32px;
	}
}

@media (max-width: 980px) {
	.et_pb_menu.breakfast-menu-mobile--enhanced .mobile_nav,
	.et_pb_fullwidth_menu.breakfast-menu-mobile--enhanced .mobile_nav {
		display: inline-flex;
		align-items: center;
		flex-wrap: nowrap;
		gap: 0.35rem;
		color: #ffffff;
		text-shadow: none;
	}

	.et_pb_menu.breakfast-menu-mobile--enhanced .mobile_menu_bar,
	.et_pb_fullwidth_menu.breakfast-menu-mobile--enhanced .mobile_menu_bar {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 2rem;
		min-height: 2rem;
		line-height: 1;
	}

	.et_pb_menu.breakfast-menu-mobile--enhanced .mobile_menu_bar:before,
	.et_pb_fullwidth_menu.breakfast-menu-mobile--enhanced .mobile_menu_bar:before {
		display: block;
		position: static;
		margin: 0;
		padding: 0;
		text-align: center;
		color: inherit;
		font-size: 32px;
		line-height: 1;
	}

	.breakfast-menu-mobile-open-label {
		display: inline-flex;
		align-items: center;
		gap: 0.25rem;
		margin-inline-start: 0;
		font-size: 0.75rem;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		line-height: 1;
		color: inherit;
		cursor: pointer;
		pointer-events: auto;
		-webkit-tap-highlight-color: transparent;
	}

	.breakfast-menu-mobile-open-icon.material-symbols-outlined {
		font-size: 1.25rem;
		font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
		line-height: 1;
	}

	.et_pb_menu.breakfast-menu-mobile-overlay--open,
	.et_pb_fullwidth_menu.breakfast-menu-mobile-overlay--open {
		position: relative;
		z-index: 100000;
	}

	.breakfast-menu-mobile--enhanced .breakfast-menu-mobile-overlay__header {
		display: flex;
		position: fixed;
		top: var(--breakfast-adminbar-offset);
		left: 0;
		right: 0;
		z-index: 100002;
		justify-content: space-between;
		align-items: center;
		padding: max(1.25rem, env(safe-area-inset-top, 0px)) max(1.5rem, env(safe-area-inset-right, 0px)) 0.85rem
			max(1.5rem, env(safe-area-inset-left, 0px));
		pointer-events: none;
		box-sizing: border-box;
		background: #ffffff;
		border-bottom: 0;
		box-shadow: none;
		color: #000000;
		text-shadow: 0 1px 2px rgba(255, 255, 255, 0.45);
		visibility: hidden;
		opacity: 0;
		transform: translate3d(0, -0.35rem, 0);
		transition:
			opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0s linear 0.5s,
			transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.breakfast-menu-mobile-overlay--open .breakfast-menu-mobile-overlay__header {
		visibility: visible;
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-delay: 0.06s, 0s, 0.06s;
	}

	.breakfast-menu-mobile-overlay__close {
		pointer-events: auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.35rem;
		min-width: 0;
		min-height: 2.2rem;
		padding: 0.35rem 0.5rem;
		margin: 0;
		border: 2px solid #000000;
		border-radius: 0.5rem;
		background: transparent;
		color: #000000;
		font: inherit;
		font-weight: 600;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	}

	.breakfast-menu-mobile-overlay__home {
		pointer-events: auto;
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
		color: inherit;
		text-decoration: none;
		min-height: 2.2rem;
		padding-left: 0.4rem;
	}

	.breakfast-menu-mobile-overlay__home:hover,
	.breakfast-menu-mobile-overlay__home:focus-visible {
		opacity: 0.92;
		outline: none;
	}

	.breakfast-menu-mobile-overlay__logo {
		display: block;
		width: auto;
		height: 1.9rem;
		max-width: min(42vw, 11rem);
		object-fit: contain;
		filter: brightness(0) saturate(100%);
	}

	.breakfast-menu-mobile-overlay__close:hover,
	.breakfast-menu-mobile-overlay__close:focus-visible {
		opacity: 0.92;
		outline: none;
	}

	.breakfast-menu-mobile-overlay__close-icon.material-symbols-outlined {
		font-size: 1.35rem;
		font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
		line-height: 1;
	}

	.breakfast-menu-mobile-overlay__close-text {
		font-size: 0.875rem;
		text-transform: none;
		letter-spacing: 0.02em;
	}

	.breakfast-menu-mobile--enhanced .et_pb_menu__wrap ul.et_mobile_menu,
	.breakfast-menu-mobile--enhanced .et_pb_menu__wrap ul.et_mobile_menu.nav {
		display: block !important;
		position: fixed !important;
		top: var(--breakfast-adminbar-offset) !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100% !important;
		max-width: none !important;
		height: calc(100dvh - var(--breakfast-adminbar-offset)) !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 5.35rem 1.5rem 2.25rem !important;
		padding-top: max(calc(5.35rem + var(--breakfast-mobile-overlay-header-offset)), env(safe-area-inset-top, 0px)) !important;
		padding-bottom: max(2rem, env(safe-area-inset-bottom, 0px)) !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		z-index: 100001 !important;
		border: 0 !important;
		box-sizing: border-box;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translate3d(0, -0.75rem, 0);
		transition:
			opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0s linear 0.35s,
			transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu,
	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu.nav {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translate3d(0, 0, 0);
		transition-delay: 0s, 0s, 0s;
		animation: breakfast-mobile-overlay-panel-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	.breakfast-menu-mobile-overlay--closing .et_pb_menu__wrap ul.et_mobile_menu,
	.breakfast-menu-mobile-overlay--closing .et_pb_menu__wrap ul.et_mobile_menu.nav {
		visibility: visible;
		pointer-events: none;
		transition-delay: 0s, 0s, 0s;
	}

	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu > li > a {
		font-size: 1.08rem;
		line-height: 1.25;
		padding: 0.75rem 0.4rem !important;
	}

	/* Tighten nested menu indentation inside the fullscreen overlay. */
	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu li ul.sub-menu,
	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu li ul.children {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}

	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu li li {
		padding-left: 0 !important;
	}

	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu li li > a {
		padding-left: 0.65rem !important;
	}

	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu li li li > a {
		padding-left: 0.95rem !important;
	}

	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu > li {
		padding-left: 0.1rem !important;
		padding-right: 0.1rem !important;
	}

	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu > li:first-child {
		margin-top: 1rem !important;
	}

	/*
	 * Contact / login pills: theme zeros li horizontal padding on mobile; in the overlay
	 * restore inset so CTAs line up with other items (same rhythm as ul padding).
	 */
	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu > li.contact-us,
	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu > li.login {
		padding-left: 0.35rem !important;
		padding-right: 0.35rem !important;
	}

	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu > li.contact-us {
		margin-top: 1rem;
	}

	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu > li.login {
		margin-top: 0.6rem;
	}

	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu > li.contact-us > a,
	.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu > li.login > a {
		margin-left: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 2.2rem;
		line-height: 1 !important;
		vertical-align: middle;
	}

	@media (prefers-reduced-motion: reduce) {
		.breakfast-menu-mobile--enhanced .breakfast-menu-mobile-overlay__header {
			transition: none;
			transform: none;
		}

		.breakfast-menu-mobile-overlay--open .breakfast-menu-mobile-overlay__header {
			transition-delay: 0s;
		}

		.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu,
		.breakfast-menu-mobile-overlay--open .et_pb_menu__wrap ul.et_mobile_menu.nav {
			animation: none;
		}
	}
}

@media (min-width: 981px) {
	.breakfast-menu-mobile-overlay__header {
		display: none !important;
	}
}

html.breakfast-mobile-menu-overlay-open,
body.breakfast-mobile-menu-overlay-open {
	overflow: hidden;
	height: 100%;
	overscroll-behavior: none;
}
