/* Natige — shared inner-page chrome and heading rhythm. */

html {
	overflow-x: clip;
}

.page-chrome {
	height: var(--nav-bar, 90px);
}

.page-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px 32px;
	padding: 24px 0 32px;
}

.page-head__copy {
	min-width: 0;
	flex: 1 1 240px;
}

.page-head__title {
	margin: 0;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.15;
	color: #3A78BA;
}

.page-head__lead {
	margin: 8px 0 0;
	font-size: 17px;
	line-height: 1.45;
	color: #5a6168;
}

.page-head .breadcrumb {
	margin: 0;
}

.page-head--crumbs {
	justify-content: flex-end;
	padding: 16px 0 8px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.padding-top-bottom-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.cat-section {
	background: #fff;
	scroll-margin-top: 96px;
}

.logos-strip {
	padding: 0;
}

.cat-head {
	padding-bottom: 32px;
}

/* Same white canvas: one 64px breath between neighbors, not 128. */
.hero + .brands,
.brands + .cat-section,
.brands + .story-mission,
.cat-section + .story-mission,
.story-mission + .reviews,
.reviews + .recipe-home,
.recipe-home + .canbuy {
	padding-top: 0;
}

/* Line up with the "where to buy" card row: 1216px rail, ~88px side gaps
   on a 1390px viewport. +30px offsets Bootstrap container-fluid gutters. */
.cat-section .section-1400,
.brands .section-1400,
.reviews .section-1400,
.recipe-home .section-1400,
.story-mission > .section-1400,
.site-footer .section-1400 {
	max-width: calc(var(--natige-rail) + 30px);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.factory-story .section-1400,
.story-mission .mission .section-1400 {
	max-width: var(--natige-rail);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 991.98px) {
	.cat-head {
		padding-bottom: 24px;
	}
	.page-head {
		padding: 16px 0 24px;
	}
	.page-head__title {
		font-size: 28px;
	}
	.company-faq__title {
		font-size: 28px;
	}
}

.progress-wrap {
	right: 14px !important;
	bottom: 14px !important;
	background-color: #fff;
	box-shadow: 0 6px 20px rgba(36, 48, 64, 0.22);
}

.progress-wrap::after {
	color: #3A78BA;
}

.progress-wrap::before {
	color: #243040;
}

.progress-wrap svg.progress-circle path {
	stroke: #C6E260;
}

iframe.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
	display: none !important;
}

.faq-page {
	padding-bottom: 80px;
}

.company-faq {
	scroll-margin-top: 96px;
	background: #fff;
}

.company-faq__head {
	max-width: 36em;
	margin: 0 auto 40px;
	text-align: center;
}

.company-faq__title {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.12;
	color: #3A78BA;
}

.company-faq .faq-list {
	margin-left: auto;
	margin-right: auto;
}

.faq-list {
	max-width: 760px;
}

.faq-item {
	margin: 0;
	border-bottom: 1px solid rgba(58, 120, 186, 0.16);
}

.faq-item__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 16px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: #3A78BA;
	cursor: pointer;
	list-style: none;
}

.faq-item__q::-webkit-details-marker {
	display: none;
}

.faq-item__q::marker {
	content: '';
}

.faq-item__label {
	flex: 1 1 auto;
	min-width: 0;
}

.faq-item__q::after {
	content: '';
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-right: 2px solid #C6E260;
	border-bottom: 2px solid #C6E260;
	transform: rotate(45deg);
	transition: transform 160ms ease;
}

.faq-item[open] .faq-item__q::after {
	margin-top: 4px;
	transform: rotate(225deg);
}

.faq-item__q:focus-visible {
	outline: 2px solid #FCB43C;
	outline-offset: 3px;
}

.faq-item__a {
	margin: 0;
	padding: 0 4px 18px;
	font-size: 17px;
	line-height: 1.55;
	color: #343a40;
}
