/**
 * Blog / landing sections (For Newcomers, Areas Served, For Customers,
 * For Cooks, tabbed FAQ, blog CTA).
 *
 * Ported from the live thechefmates.com stylesheet. Loaded only on the
 * Blog page template (see functions.php).
 */

/* Blog-variant CTA background */
.cta-banner.blog-cta {
	background: url(../images/blog-cta-background.png);
	background-size: cover;
}

/* ===== Section base styles ===== */
.newcomers {
	padding: 48px 60px 64px;
	background: #FFFFFF;
}

.newcomers .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.sec-heading {
	margin-bottom: 48px;
}

.sec__title {
	font-family: var(--font-jakarta);
	;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: #0D0D0D;
	margin: 0 0 0px;
	line-height: 1.2;
}

.newcomers__track-wrap {
	position: relative;
}

.newcomers__nav-btn {
	position: absolute;
	top: 34%;
	right: -34px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: none;
	background: transparent;
	color: #0D0D0D;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	z-index: 5;
	transition: opacity .2s ease, transform .2s ease;
}

.newcomers__nav-btn:hover {
	transform: translateY(-50%) translateX(3px);
}

.newcomers__nav-btn:focus-visible {
	outline: 2px solid #3B7A46;
	outline-offset: 2px;
}

.newcomers__nav-btn.disabled {
	opacity: .3;
	cursor: default;
	pointer-events: none;
}

.newcomers__nav-btn svg {
	width: 22px;
	height: 22px;
}

.newcomers__card {
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	overflow: hidden;
	background: #F9F9FB;
}

.newcomers__img-wrap {
	aspect-ratio: 4 / 3;
	background: #ECF3ED;
}

.newcomers__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.newcomers__card-body {
	padding: 20px 20px 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.newcomers__card-title {
	font-family: var(--font-jakarta);
	;
	font-size: 24px;
	font-weight: 500;
	color: #0D0D0D;
	line-height: 32px;
	margin: 0 0 18px;
	letter-spacing: -0.005em;
}

.newcomers__card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.newcomers__card-date {
	font-size: 16px;
	color: #808080;
	font-weight: 500;
	font-family: var(--font-jakarta);
}

.newcomers__card-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0D0D0D;
	flex-shrink: 0;
}

.newcomers__card-arrow svg {
	width: 24px;
	height: 24px;
}


.newcomers .owl-carousel .owl-dots {
	display: none;
}

.newcomers .owl-carousel .owl-nav button svg {
	width: 24px;
	height: 24px;
}

.newcomers .owl-carousel .owl-nav button {
	margin: 0;
	display: inline-flex;
	align-items: center;
}

.newcomers .owl-carousel .owl-nav button.disabled {
	display: none;
}

.newcomers .owl-carousel .owl-nav button.owl-prev,
.newcomers .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #000 !important;
}

/* Left Arrow */
.newcomers .owl-carousel .owl-nav button.owl-prev {
	left: -60px;
}

/* Right Arrow */
.newcomers .owl-carousel .owl-nav button.owl-next {
	right: -60px;
}

/* Hover */
.newcomers .owl-carousel .owl-nav button:hover {
	background-color: transparent !important;
}

.newcomers .owl-carousel .owl-nav .owl-prev svg {
	transform: rotate(180deg);
}


/* Contact */

.areas-served {

	padding: 56px 0 72px;

	background: #FFFFFF;

}

.areas-served .container {

	max-width: 1200px;

	margin: 0 auto;

	padding: 0 24px;

}

.areas-served__grid {

	display: grid;

	grid-template-columns: 1.05fr 0.85fr;

	gap: 40px;

	align-items: start;

}



/* Left column */

.areas-served__col-left .sec-heading{
	margin-bottom: 32px;
}

.sec-head__desc {
	font-size: 16px;
	color: #808080;
	line-height: 1.6;
	width: 530px;
	max-width: 100%;
	margin-top: 28px;
	font-weight: 300;
}

.areas-served__map {

	    width: 100%;
       aspect-ratio: 3.05 / 3.02;
    border-radius: 16px;
    overflow: hidden;
    background: #ECF3ED;

}

.areas-served__map img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	display: block;

}



/* Right column — form card */

.waitlist-card {

	background: #F9F9FB;

	border-radius: 16px;

	padding: 40px;

}

.waitlist-card__title {
	font-size: 24px;
	font-weight: 500;
	color: #0D0D0D;
	
	line-height: 1.2;
	font-family: var(--font-jakarta);
}
.waitlist-card > P{
	margin-top: 24px;
		font-family: var(--font-jakarta);
		font-size: 16px;
	color: #808080;
}

.waitlist-card > .wpcf7{
	margin-top: 40px;
}
.waitlist-card__field {

	margin-bottom: 16px;

}




.waitlist-card__consent {

	display: flex;

	align-items: flex-start;

	gap: 10px;

	margin: 4px 0 24px;

}

.waitlist-card__consent input[type="checkbox"] {

	width: 16px;

	height: 16px;

	margin: 1px 0 0;

	flex-shrink: 0;

	accent-color: #1F6A2E;

	border: 1px solid #8F8F90;

	border-radius: 4px;

}

.waitlist-card__consent label {

	font-size: 14px;

	color: #808080;

	line-height: 1.5;

}

.waitlist-card__consent a {

	color: #178626;

	font-weight: 600;

	text-decoration: none;

}

.waitlist-card__consent a:hover {

	text-decoration: underline;

}



.waitlist-card__submit {

	display: inline-flex;

	align-items: center;

	gap: 8px;

	background: #1F6A2E;

	color: #FFFFFF;

	font-size: 15px;

	font-weight: 600;

	border: none;

	border-radius: 999px;

	padding: 12px 24px;

	cursor: pointer;

	transition: background .2s ease;

}

.waitlist-card__submit:hover {

	background: #17552A;

}

.waitlist-card__submit:focus-visible {

	outline: 2px solid #1F6A2E;

	outline-offset: 2px;

}

.waitlist-card__submit svg {

	width: 16px;

	height: 16px;

}



@media (max-width: 860px) {

	.areas-served__grid {

		grid-template-columns: 1fr;

	}

	.areas-served__title {
		font-size: 28px;
	}

}

.faq {
	padding: 56px 0 80px;
	background: #FFFFFF;
}
.faq .sec-heading .sec__title {
	color: #084414 !important;
}

.faq .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.faq__eyebrow {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1F6A2E;
	margin: 0 0 8px;
	font-family: var(--font-body);
}



/* Tabs */
.faq__tabs {
	display: flex;
	background: #FBFBFB;
	border-radius: 10px;
	margin-bottom: 32px;
}

.faq__tab {
	flex: 1;
	text-align: center;
	padding: 0;	
	font-size: 20px;
	font-weight: 400;
	color: #8A8A85;
	background: none;
	border: none;
	border-bottom: 1px solid #CAC4D0;	
	cursor: pointer;	
	transition: color .2s ease;
}
.faq__tab span{
	display: inline-block;
	padding: 16px 0 13px;
	border-bottom: 2px solid transparent;
}

.faq__tab.is-active span {
	color: #0D0D0D;
	border-bottom-color: #1F6A2E;
}

.faq__tab:focus-visible {
	outline: 2px solid #1F6A2E;
	outline-offset: -2px;
}

/* Tab panels */
.faq__tabpanel {
	display: none;
}

.faq__tabpanel.is-active {
	display: block;
}

/* Body grid */
.faq__grid {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 32px;
}

/* Sidebar */
.faq__sidebar {
	display: flex;
	flex-direction: column;
}

.faq__cat {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: none;
	border: none;
	padding: 16px 0;
	font-size: 24px;
	font-weight: 400;
	color: #0D0D0D;
	cursor: pointer;
	text-align: left;
}

.faq__cat svg {
	width: 18px;
	height: 18px;
	color: #C9C9C4;
	flex-shrink: 0;
	transition: color .2s ease, transform .2s ease;
}
.faq__cat.is-active{
	color: #1F6A2E;
}
.faq__cat.is-active svg {
	color: #1F6A2E;
}

.faq__cat:hover svg {
	color: #1F6A2E;
}

.faq__cat:focus-visible {
	outline: 2px solid #1F6A2E;
	outline-offset: 2px;
}

/* Category panels (accordion groups) */
.faq__catpanel {
	display: none;
}

.faq__catpanel.is-active {
	display: block;
}

/* Accordion */
.faq__accordion {
	display: flex;
	flex-direction: column;
}

.faq__item {
	border-bottom: 1px solid #E3E3DF;
}

.faq__item:first-child {
	border-top: 1px solid #E3E3DF;
}

.faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: none;
	border: none;
	padding: 28px 0;
	text-align: left;
	cursor: pointer;
	gap: 16px;
}

.faq__q-text {
	font-size: 24px;
	font-weight: 400;
	color: #0D0D0D;
	font-family: var(--font-body);
}

.faq__item.is-open .faq__q-text {
	font-weight: 500;
}
.faq__item.is-open .faq__q {
	padding-bottom: 12px;
}

.faq__q-icon {
	width: 20px;
	height: 20px;
	color: #1F6A2E;
	flex-shrink: 0;
}

.faq__q-icon .icon-plus-v {
	transition: opacity .15s ease;
}

.faq__item.is-open .faq__q-icon .icon-plus-v {
	opacity: 0;
}

.faq__a {
	display: none;
	font-size: 15px;
	color: #808080;
	line-height: 1.7;
	max-width: 620px;
	padding: 0 0 22px;
	font-family: var(--font-body);
	font-weight: normal;
}

.faq__item.is-open .faq__a {
	display: block;
}


.embed-map-frame {
	width: 100% !important;
	height: 100% !important;
}

/* ===== Responsive (ported from live responsive.css, scoped to blog sections) ===== */
@media (max-width: 992px) {
	.faq__grid {
		grid-template-columns: 1fr;
	}
	.faq__sidebar {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 4px 20px;
		margin-bottom: 8px;
	}
	.faq__title {
		font-size: 28px;
	}
	.newcomers__card-title, .faq__tab, .waitlist-card__title, .faq__cat, .faq__q-text {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.newcomers {
		padding: 48px 10px 64px;
	}
	.newcomers .owl-carousel .owl-nav button.owl-prev {
		left: -30px;
	}
	.newcomers .owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
	.newcomers__card-title, .waitlist-card__title, .faq__tab, .faq__cat, .faq__q-text {
		font-size: 14px;
	}
	.faq__cat {
		padding: 10px 0;
	}
	.faq__q {
		padding: 15px 0;
	}
	.waitlist-card {
		padding: 20px;
	}
}

@media (max-width: 600px) {
	.newcomers__title {
		font-size: 26px;
	}
	.newcomers__nav-btn {
		right: 4px;
	}
}

/* ===== Card links inherit the design look (match the static reference) ===== */
.newcomers__card-title a {
	color: inherit;
	text-decoration: none;
}
.newcomers__card-title a:hover {
	color: inherit;
	text-decoration: none;
}
.newcomers__img-wrap a {
	display: block;
	height: 100%;
}
.faqblog-tab .faq__eyebrow{
	margin-bottom: 0 !important;
}
.faqblog-tab .sec__title{
	font-family: var(--font-body);
	font-weight: 500;
}