/*
 Theme Name:   Modern Store Child
 Theme URI:    https://rujuyogi.org
 Description:  Child theme for Modern Store with SEO enhancements for Ruju Yogi Foundation
 Author:       Ruju Yogi Foundation
 Author URI:   https://rujuyogi.org
 Template:     modern-store
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  modern-store-child
*/

/* Hide WP tagline under logo (wording kept in Settings for legacy; not shown publicly). */
.title-container .tagline {
	display: none;
}

/* ==========================================================================
   Product typography – match Gau Pooja Seva (font, size, style) on all products
   ========================================================================== */

/* Single product page: main product title (same as Gau Pooja) */
.woocommerce div.product .product_title,
.woocommerce.single-product .product_title {
	font-family: "Lato", sans-serif !important;
	font-size: 1.75em !important;
	line-height: 1.143 !important;
	font-weight: 900 !important;
	margin: 0 0 24px 0 !important;
	padding: 0 !important;
}

/* Prevent responsive bump on single product title */
@media all and (min-width: 43.75em) {
	.woocommerce div.product .product_title,
	.woocommerce.single-product .product_title {
		font-size: 1.75em !important;
		line-height: 1.143 !important;
	}
}

/* Product loop (shop, category, related, cross-sells): product name same font/style */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .product-title {
	font-family: "Lato", sans-serif !important;
	font-size: 1.3125em !important;
	line-height: 1.143 !important;
	font-weight: 900 !important;
}

/* Related / cross-sell section headings */
.woocommerce .related h2,
.woocommerce .upsells h2,
.woocommerce .cross-sells h2 {
	font-family: "Lato", sans-serif !important;
	font-size: 1.3125em !important;
	line-height: 1.143 !important;
	font-weight: 900 !important;
}

/* Single product description area headings (Description, Reviews, etc.) */
.woocommerce.single-product .woocommerce-tabs h2,
.woocommerce.single-product .woocommerce-Reviews-title,
.woocommerce.single-product #review_form #respond .comment-reply-title {
	font-family: "Lato", sans-serif !important;
	font-size: 1.3125em !important;
	line-height: 1.143 !important;
	font-weight: 900 !important;
}

/* Product tabs: spacing and color only; font/size come from theme or editor (e.g. Verdana 12pt) */
.woocommerce.single-product .woocommerce-tabs .panel.entry-content {
	line-height: 1.5;
	color: #2C1810;
}

/* Unified breadcrumb placement/styles across pages, posts, products, and shop */
.yoast-breadcrumbs {
	margin: 0 0 1.25rem 0;
	padding: 0;
	font-size: 0.875em;
	line-height: 1.5;
	color: #6B5C50;
	width: 100%; /* span full row even in flex containers */
	text-align: left; /* always left-align breadcrumb text */
}

.yoast-breadcrumbs p {
	margin: 0;
}

.yoast-breadcrumbs a,
.yoast-breadcrumbs a:link,
.yoast-breadcrumbs a:visited {
	color: #3D2E22;
	text-decoration: none;
}

.yoast-breadcrumbs a:hover,
.yoast-breadcrumbs a:focus {
	color: #8B1A1A;
	text-decoration: underline;
}

/*
 * Single product: parent uses flex + 6.25% horizontal padding on .main-container — breadcrumb
 * sits deeper than blog/pages (3.125%). Force block layout + match site-wide horizontal padding.
 */
.woocommerce.single-product .main-container {
	display: block;
	padding-left: 3.125% !important;
	padding-right: 3.125% !important;
}
.woocommerce.single-product .main-container .yoast-breadcrumbs {
	text-align: left;
}

/* My Account: parent uses 6.25% on .main-container — match global breadcrumb inset */
body.woocommerce-account .main-container {
	padding-left: 3.125% !important;
	padding-right: 3.125% !important;
}

/*
 * Cart & checkout: parent Modern Store uses flex + row-reverse on .woocommerce .main-container (≥50em)
 * for shop + sidebar. That treats the breadcrumb (first in DOM) as a flex item and shifts it sideways.
 * Stack vertically so “Home » Checkout” aligns with the logo / content like other pages.
 */
@media (min-width: 50em) {
	body.woocommerce-checkout .main-container,
	body.woocommerce-cart .main-container {
		display: block !important;
	}
	body.woocommerce-checkout .loop-container,
	body.woocommerce-cart .loop-container {
		width: 100% !important;
		max-width: 100% !important;
		float: none;
	}

	/* Shop / archives: keep sidebar flex row, but breadcrumb always owns full first row (row-reverse safe) */
	body.woocommerce:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout)
		.main-container
		.yoast-breadcrumbs {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}
}

/* Use more width on single product to reduce empty space on the right */
.woocommerce.single-product .loop-container {
	max-width: 1200px;
}

.woocommerce.single-product .woocommerce-tabs .panel.entry-content p,
.woocommerce.single-product .woocommerce-tabs .panel.entry-content .wp-block-paragraph {
	line-height: 1.5;
	color: #2C1810;
	margin: 1.5em 0;
}

.woocommerce.single-product .woocommerce-tabs .panel.entry-content h2 {
	line-height: 1.143;
	font-weight: 900;
	margin: 0 0 24px 0;
}

.woocommerce.single-product .woocommerce-tabs .panel.entry-content h3 {
	line-height: 1.333;
	font-weight: 900;
	margin: 0 0 24px 0;
}

.woocommerce.single-product .woocommerce-tabs .panel.entry-content ul,
.woocommerce.single-product .woocommerce-tabs .panel.entry-content ol {
	line-height: 1.5;
	color: #2C1810;
}

/* ==========================================================================
   Seva articles listing (blog/archive): divider between articles
   ========================================================================== */
body.blog .loop-container .entry,
body.archive:not(.woocommerce) .loop-container .entry {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
body.blog .loop-container .entry:last-child,
body.archive:not(.woocommerce) .loop-container .entry:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

/* ==========================================================================
   Two-column blog layout: article left, seva sidebar right
   ========================================================================== */

/* Widen container so two columns fit; use strong selector so it wins over parent */
body.single-post .loop-container .entry,
body.single .loop-container .entry {
	max-width: 1200px;
}

/* Force row layout on desktop so sidebar stays to the right.
   align-items:flex-start so the sidebar keeps its natural height in the flex row. */
.seva-two-col {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 2em;
	align-items: flex-start;
	margin-top: 1.5em;
}

.seva-two-col .post-content {
	flex: 2 1 60%;
	min-width: 0;
}

/* No overflow clip on ancestors (two-column row / sidebar) */
body.single-post .loop-container,
body.single .loop-container,
body.single-post .loop-container .entry,
body.single .loop-container .entry,
body.single-post .loop-container .entry article,
body.single .loop-container .entry article {
	overflow: visible;
}

/* Article (single post) and listing (seva-articles): full image, no crop, smaller size */
body.single-post .featured-image-container,
body.blog .featured-image-container,
body.archive .featured-image-container {
	margin-left: auto;
	margin-right: auto;
}
body.single-post .featured-image-container {
	float: left;
	max-width: 300px;
	width: 40%;
	margin: 0 1.25rem 0.75rem 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.single-post .featured-image-container:hover {
	border-color: transparent;
	box-shadow: none;
}
body.blog .featured-image-container,
body.archive .featured-image-container {
	max-width: 480px;
}

body.single-post .featured-image-container .featured-image,
body.blog .featured-image-container .featured-image,
body.archive .featured-image-container .featured-image {
	height: auto;
	padding-bottom: 0;
	overflow: visible;
}
/* Prevent overlap: keep link in flow so container gets correct height */
body.single-post .featured-image-container .featured-image > a,
body.blog .featured-image-container .featured-image > a,
body.archive .featured-image-container .featured-image > a {
	position: static;
	display: block;
	font-size: inherit;
}
body.single-post .featured-image-container .featured-image > img,
body.single-post .featured-image-container .featured-image > a > img,
body.blog .featured-image-container .featured-image > img,
body.blog .featured-image-container .featured-image > a > img,
body.archive .featured-image-container .featured-image > img,
body.archive .featured-image-container .featured-image > a > img {
	position: static;
	width: 100%;
	height: auto;
	object-fit: unset;
}

/* Keep content starting from top beside the left-aligned featured image */
body.single-post .post-content {
	margin-top: 0;
}

/* Align first text line flush with image top edge */
body.single-post .post-content > .last-updated,
body.single-post .post-content > p:first-of-type,
body.single-post .post-content > div:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

/* Prevent lower sections from wrapping beside the floated image */
body.single-post .post-meta,
body.single-post #comments {
	clear: both;
}

.seva-two-col {
	overflow: visible;
}

.seva-card {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.2s ease;
}

.seva-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.seva-card--primary {
	border-color: #C5942A;
	box-shadow: 0 2px 8px rgba(197, 148, 42, 0.15);
}

.seva-card--primary:hover {
	box-shadow: 0 4px 14px rgba(197, 148, 42, 0.2);
}

.seva-card__link {
	display: block;
	line-height: 0;
}

.seva-card__img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.seva-card__img--placeholder {
	display: block;
	width: 100%;
	height: 120px;
	background: #f0f0f0;
}

.seva-card__body {
	padding: 1em;
}

.seva-card__title {
	font-family: "Lato", sans-serif;
	font-size: 1em;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 0.5em 0;
}

.seva-card__title a {
	color: inherit;
	text-decoration: none;
}

.seva-card__title a:hover {
	text-decoration: underline;
}

.seva-card__label {
	display: inline-block;
	font-size: 0.75em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #C5942A;
	margin-right: 0.35em;
}

.seva-card__price {
	margin: 0 0 0.75em 0;
	font-size: 0.9375em;
	font-weight: 700;
	color: #2C1810;
}

.seva-card__cta {
	display: inline-block;
	padding: 0.5em 1em;
	background: #A52A2A;
	color: #fff !important;
	font-size: 0.875em;
	font-weight: 700;
	text-decoration: none !important;
	border-radius: 4px;
	border: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.seva-card__cta:hover,
.seva-card__cta:focus {
	background: #9E2222;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 14px rgba(139, 26, 26, 0.35);
}

/* Combo button: white text on dark background */
.seva-sidebar__combo.seva-card__cta,
a.seva-sidebar__combo {
	background: #6B1414;
	color: #fff !important;
	transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.seva-sidebar__combo.seva-card__cta:hover,
.seva-sidebar__combo.seva-card__cta:focus,
a.seva-sidebar__combo:hover,
a.seva-sidebar__combo:focus {
	background: #A52A2A;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 14px rgba(139, 26, 26, 0.35);
}

/* Home page: Book Now button in header promo – enlarged, gold, white text, hover lift */
.home .header-promo .button a,
.page-template-homepage .header-promo .button a,
.home .header-promo .hero-cta-primary,
.page-template-homepage .header-promo .hero-cta-primary {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: #C5942A !important;
	color: #fff !important;
	padding: 0.85em 2.25em;
	font-size: 1.0625em;
	font-weight: 700;
	letter-spacing: 0.02em;
	border-radius: 5px;
	border: 2px solid transparent;
	box-sizing: border-box;
	transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.home .header-promo .button a:hover,
.home .header-promo .button a:active,
.home .header-promo .button a:focus,
.page-template-homepage .header-promo .button a:hover,
.page-template-homepage .header-promo .button a:active,
.page-template-homepage .header-promo .button a:focus,
.home .header-promo .hero-cta-primary:hover,
.home .header-promo .hero-cta-primary:active,
.home .header-promo .hero-cta-primary:focus,
.page-template-homepage .header-promo .hero-cta-primary:hover,
.page-template-homepage .header-promo .hero-cta-primary:active,
.page-template-homepage .header-promo .hero-cta-primary:focus {
	background: #A67B1F !important;
	color: #fff !important;
	box-shadow: 0 4px 15px rgba(197, 148, 42, 0.4);
	transform: translateY(-1px);
}

/* Landing hero: secondary CTA (outline) */
.home .header-promo .hero-cta-secondary,
.page-template-homepage .header-promo .hero-cta-secondary {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: calc(0.85em - 2px) calc(2.25em - 2px);
	font-size: 1.0625em;
	font-weight: 700;
	letter-spacing: 0.02em;
	border-radius: 5px;
	border: 2px solid #C5942A;
	color: #f0d78c !important;
	background: rgba(255, 255, 255, 0.06);
	box-sizing: border-box;
	transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease, color 0.25s ease;
}
.home .header-promo .hero-cta-secondary:hover,
.home .header-promo .hero-cta-secondary:active,
.home .header-promo .hero-cta-secondary:focus,
.page-template-homepage .header-promo .hero-cta-secondary:hover,
.page-template-homepage .header-promo .hero-cta-secondary:active,
.page-template-homepage .header-promo .hero-cta-secondary:focus {
	background: #C5942A !important;
	color: #fff !important;
	box-shadow: 0 4px 15px rgba(197, 148, 42, 0.35);
	transform: translateY(-1px);
}

/* Hero Donate: cooler contrast vs gold primary (ice outline + cool fill); JS opens Razorpay modal */
.home .header-promo a.hero-cta-donate,
.page-template-homepage .header-promo a.hero-cta-donate {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	border: 2px solid rgba(226, 236, 245, 0.92) !important;
	color: #e8f2fa !important;
	background: rgba(18, 36, 52, 0.38) !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

.home .header-promo a.hero-cta-donate:hover,
.home .header-promo a.hero-cta-donate:active,
.home .header-promo a.hero-cta-donate:focus,
.page-template-homepage .header-promo a.hero-cta-donate:hover,
.page-template-homepage .header-promo a.hero-cta-donate:active,
.page-template-homepage .header-promo a.hero-cta-donate:focus {
	background: rgba(232, 242, 250, 0.96) !important;
	color: #152a38 !important;
	border-color: rgba(180, 210, 230, 0.95) !important;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
	transform: translateY(-1px);
}

.home .header-promo a.hero-cta-donate[aria-busy="true"],
.page-template-homepage .header-promo a.hero-cta-donate[aria-busy="true"] {
	opacity: 0.88;
	cursor: wait;
	pointer-events: none;
}

/* Landing hero: CTA row + trust line */
body.home .header-promo .hero-cta-group,
.page-template-homepage .header-promo .hero-cta-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75em 1em;
	margin-top: 0.15em;
}

body.home .header-promo .hero-trust-line,
.page-template-homepage .header-promo .hero-trust-line {
	margin: 1.15em 0 0;
	padding: 0;
	font-size: 0.8125em;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 600;
	letter-spacing: 0.02em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35em 0.65em;
}

body.home .header-promo .hero-trust-sep,
.page-template-homepage .header-promo .hero-trust-sep {
	opacity: 0.45;
	font-weight: 400;
}

body.home .header-promo .slide .content .subtitle,
.page-template-homepage .header-promo .slide .content .subtitle {
	margin: 0.65em 0 1em;
}

/* Landing hero: full subtitle on desktop; short line on narrow screens (see mobile MQ) */
body.home .header-promo .hero-subtitle-short,
.page-template-homepage .header-promo .hero-subtitle-short {
	display: none;
}

body.home .header-promo .hero-subtitle-full,
.page-template-homepage .header-promo .hero-subtitle-full {
	display: inline;
}

/* Hero overlay: warm scrim — min veil on right so bright photos never wash out CTAs/trust line */
body.home .header-promo .overlay,
.page-template-homepage .header-promo .overlay {
	background: linear-gradient(
		to right,
		rgba(44, 24, 16, 0.65) 0%,
		rgba(44, 24, 16, 0.42) 50%,
		rgba(44, 24, 16, 0.28) 100%
	) !important;
	opacity: 1 !important;
}

/* Subtle lift for white / light-gold copy on busy backgrounds */
body.home .header-promo .slide .content .subtitle,
.page-template-homepage .header-promo .slide .content .subtitle,
body.home .header-promo .hero-trust-line,
.page-template-homepage .header-promo .hero-trust-line {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/*
 * Homepage hero H1: concise benefit headline; override parent’s huge .title scale.
 */
body.home .header-promo .slide .content,
.page-template-homepage .header-promo .slide .content {
	max-width: 36rem;
}

body.home .header-promo h1.title,
.page-template-homepage .header-promo h1.title {
	font-size: 1.35em !important;
	line-height: 1.3 !important;
	letter-spacing: 0.02em;
	font-weight: 900;
	margin-bottom: 0 !important;
	text-transform: none;
}

@media all and (min-width: 37.5em) {
	body.home .header-promo h1.title,
	.page-template-homepage .header-promo h1.title {
		font-size: 1.6em !important;
		line-height: 1.28 !important;
	}
}

@media all and (min-width: 56.25em) {
	body.home .header-promo h1.title,
	.page-template-homepage .header-promo h1.title {
		font-size: 1.85em !important;
		line-height: 1.22 !important;
	}
}

@media all and (min-width: 68.75em) {
	body.home .header-promo h1.title,
	.page-template-homepage .header-promo h1.title {
		font-size: 2.1em !important;
		line-height: 1.2 !important;
	}
}

/* Hero: mobile — left-aligned stack, room below header/toggle, full-width CTAs */
@media all and (max-width: 37.5em) {
	body.home .header-promo .slide,
	.page-template-homepage .header-promo .slide {
		min-height: 70vh;
	}

	body.home .header-promo .slide .content,
	.page-template-homepage .header-promo .slide .content {
		text-align: left;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: max(3.5em, calc(env(safe-area-inset-top, 0px) + 4.5em));
		padding-bottom: 2em;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: none;
		box-sizing: border-box;
	}

	body.home .header-promo .hero-subtitle-full,
	.page-template-homepage .header-promo .hero-subtitle-full {
		display: none;
	}

	body.home .header-promo .hero-subtitle-short,
	.page-template-homepage .header-promo .hero-subtitle-short {
		display: inline;
	}

	body.home .header-promo .hero-cta-group,
	.page-template-homepage .header-promo .hero-cta-group {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	body.home .header-promo .hero-cta-primary,
	body.home .header-promo .hero-cta-secondary,
	.page-template-homepage .header-promo .hero-cta-primary,
	.page-template-homepage .header-promo .hero-cta-secondary {
		width: 100%;
		text-align: center;
	}

	body.home .header-promo .hero-trust-line,
	.page-template-homepage .header-promo .hero-trust-line {
		justify-content: flex-start;
		font-size: 0.75em;
	}
}

@media all and (max-width: 22.5em) {
	body.home .header-promo .hero-trust-line .hero-trust-sep,
	.page-template-homepage .header-promo .hero-trust-line .hero-trust-sep {
		display: none;
	}

	body.home .header-promo .hero-trust-line .hero-trust-segment,
	.page-template-homepage .header-promo .hero-trust-line .hero-trust-segment {
		flex: 1 1 100%;
		text-align: left;
	}
}

/* Footer: full-width like header – stretch to viewport edges */
.site-footer {
	position: relative;
	padding-bottom: 6.5em;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
	max-width: 100vw;
	box-sizing: border-box;
	font-size: 0.92em;
	/* Fills padding zone behind absolutely positioned children (trust strip was on body white) */
	background: #2C1810;
	color: #fff;
}

.site-footer a,
.site-footer a:link,
.site-footer a:visited {
	font-size: 0.88em;
}

/* ==========================================================================
   Articles / blog listing – tile (card) view
   Card best practices: uniform image aspect ratio (16:9), object-fit cover,
   consistent spacing scale, aligned content, equal card heights per row.
   Only for blog/post archives – NOT WooCommerce (shop/product category).
   ========================================================================== */

/* Explicit reset: WooCommerce shop/category must keep default product grid layout */
.woocommerce .loop-container,
.woocommerce-archive .loop-container {
	display: block !important;
	grid-template-columns: unset;
	gap: unset;
	padding: 0 3.125%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
/* Product category/shop when WooCommerce uses archive-product.php (no .loop-container) – constrain width */
.woocommerce-shop .site-main,
.woocommerce-archive .site-main {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3.125%;
	padding-right: 3.125%;
}
.woocommerce .loop-container .entry,
.woocommerce-archive .loop-container .entry {
	display: block !important;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: none;
	flex-direction: unset;
}

/* Space between product cards on shop/category pages – flex + gap, no wrap after load.
   Both when inside .loop-container (theme wrapper) and when in default WooCommerce archive (no .loop-container). */
.woocommerce .loop-container ul.products,
.woocommerce-archive .loop-container ul.products,
.woocommerce-shop ul.products,
.woocommerce-archive ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: stretch;
}
.woocommerce .loop-container ul.products::before,
.woocommerce .loop-container ul.products::after,
.woocommerce-archive .loop-container ul.products::before,
.woocommerce-archive .loop-container ul.products::after,
.woocommerce-shop ul.products::before,
.woocommerce-shop ul.products::after,
.woocommerce-archive ul.products::before,
.woocommerce-archive ul.products::after {
	display: none !important;
}
/* Card: flex column, equal height per row; content fills space, button at bottom */
.woocommerce .loop-container ul.products li.product,
.woocommerce-archive .loop-container ul.products li.product,
.woocommerce-shop ul.products li.product,
.woocommerce-archive ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(44, 24, 16, 0.08);
	background: #fff;
	border: 1px solid rgba(44, 24, 16, 0.06);
	min-height: 0;
}

/* Product link wraps image + title (WooCommerce default). Use flex column so title is visible below image. Do not grow – keeps card height in check so button can sit at bottom. */
.woocommerce .loop-container ul.products li.product > a:first-of-type,
.woocommerce-archive .loop-container ul.products li.product > a:first-of-type,
.woocommerce-shop ul.products li.product > a:first-of-type,
.woocommerce-archive ul.products li.product > a:first-of-type {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	overflow: visible;
	background: #ebe8e4;
	text-decoration: none;
	color: inherit;
}
/* Square image only – do not force whole link to square (that hid the title) */
.woocommerce .loop-container ul.products li.product > a:first-of-type img,
.woocommerce-archive .loop-container ul.products li.product > a:first-of-type img,
.woocommerce-shop ul.products li.product > a:first-of-type img,
.woocommerce-archive ul.products li.product > a:first-of-type img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}
/* Product title inside link – ensure visible */
.woocommerce .loop-container ul.products li.product > a:first-of-type .woocommerce-loop-product__title,
.woocommerce-archive .loop-container ul.products li.product > a:first-of-type .woocommerce-loop-product__title,
.woocommerce-shop ul.products li.product > a:first-of-type .woocommerce-loop-product__title,
.woocommerce-archive ul.products li.product > a:first-of-type .woocommerce-loop-product__title,
.woocommerce .loop-container ul.products li.product > a:first-of-type h2,
.woocommerce-archive .loop-container ul.products li.product > a:first-of-type h2,
.woocommerce-shop ul.products li.product > a:first-of-type h2,
.woocommerce-archive ul.products li.product > a:first-of-type h2 {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	margin: 0.5rem 0 0;
	padding: 0 0.75rem 0;
	font-family: "Lato", sans-serif !important;
	font-size: 1.0625rem !important;
	line-height: 1.35 !important;
	font-weight: 900 !important;
	color: #2C1810 !important;
}
/* Rating (star-rating) below title – ensure visible, center aligned on card.
   Do not override width: WooCommerce needs fixed width (5.4em) + overflow for stars to show. */
.woocommerce .loop-container ul.products li.product .star-rating,
.woocommerce-archive .loop-container ul.products li.product .star-rating,
.woocommerce-shop ul.products li.product .star-rating,
.woocommerce-archive ul.products li.product .star-rating {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	margin: 0.25rem auto 0;
}

/* Card content: consistent padding; rating and price do not grow */
.woocommerce .loop-container ul.products li.product > *:not(a:first-of-type),
.woocommerce-archive .loop-container ul.products li.product > *:not(a:first-of-type),
.woocommerce-shop ul.products li.product > *:not(a:first-of-type),
.woocommerce-archive ul.products li.product > *:not(a:first-of-type) {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	flex: 0 0 auto;
}
/* Price (amount) – clearly visible font size and color */
.woocommerce .loop-container ul.products li.product .price,
.woocommerce-archive .loop-container ul.products li.product .price,
.woocommerce-shop ul.products li.product .price,
.woocommerce-archive ul.products li.product .price {
	font-size: 1.125rem !important;
	line-height: 1.35 !important;
	font-weight: 700 !important;
	color: #2C1810 !important;
	margin: 0.35em 0 0.4rem !important;
}
/* Button at bottom of card: push down with auto margin */
.woocommerce .loop-container ul.products li.product .button,
.woocommerce-archive .loop-container ul.products li.product .button,
.woocommerce-shop ul.products li.product .button,
.woocommerce-archive ul.products li.product .button {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.1rem;
	margin-bottom: 0.75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	line-height: 1.2;
}
.woocommerce .loop-container ul.products li.product .added_to_cart,
.woocommerce-archive .loop-container ul.products li.product .added_to_cart,
.woocommerce-shop ul.products li.product .added_to_cart,
.woocommerce-archive ul.products li.product .added_to_cart {
	flex: 0 0 auto;
	margin-top: auto;
	margin-bottom: 0.75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
@media (max-width: 999px) {
	.woocommerce .loop-container ul.products,
	.woocommerce-archive .loop-container ul.products,
	.woocommerce-shop ul.products,
	.woocommerce-archive ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 640px) {
	.woocommerce .loop-container ul.products,
	.woocommerce-archive .loop-container ul.products,
	.woocommerce-shop ul.products,
	.woocommerce-archive ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
	.woocommerce .loop-container ul.products li.product > *:not(a:first-of-type),
	.woocommerce-archive .loop-container ul.products li.product > *:not(a:first-of-type),
	.woocommerce-shop ul.products li.product > *:not(a:first-of-type),
	.woocommerce-archive ul.products li.product > *:not(a:first-of-type) {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

.blog .loop-container,
body.archive:not(.woocommerce) .loop-container,
.search-results .loop-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1.5rem;
	padding: 0 3.125%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	align-items: stretch;
}

.blog .loop-container .archive-header,
body.archive:not(.woocommerce) .loop-container .archive-header,
.search-results .loop-container .search-header {
	grid-column: 1 / -1;
	margin-bottom: 0.5rem;
}

.blog .loop-container .entry,
body.archive:not(.woocommerce) .loop-container .entry,
.search-results .loop-container .entry {
	max-width: none;
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(44, 24, 16, 0.08);
	border: 1px solid rgba(44, 24, 16, 0.06);
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.blog .loop-container .entry:hover,
body.archive:not(.woocommerce) .loop-container .entry:hover,
.search-results .loop-container .entry:hover {
	box-shadow: 0 8px 24px rgba(44, 24, 16, 0.12);
	border-color: rgba(197, 148, 42, 0.2);
}

.blog .loop-container .entry .archive-tile__inner,
body.archive:not(.woocommerce) .loop-container .entry .archive-tile__inner,
.search-results .loop-container .entry .archive-tile__inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}

/* Uniform image: fixed 16:9 aspect ratio, object-fit cover, no variable height */
.blog .loop-container .entry .featured-image-container,
body.archive:not(.woocommerce) .loop-container .entry .featured-image-container,
.search-results .loop-container .entry .featured-image-container {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 12px 12px 0 0;
	background: #ebe8e4;
	flex-shrink: 0;
	overflow: hidden;
}

.blog .loop-container .entry .featured-image,
body.archive:not(.woocommerce) .loop-container .entry .featured-image,
.search-results .loop-container .entry .featured-image {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	overflow: hidden;
	background: #ebe8e4;
}

@supports (aspect-ratio: 16 / 9) {
	.blog .loop-container .entry .featured-image,
	body.archive:not(.woocommerce) .loop-container .entry .featured-image,
	.search-results .loop-container .entry .featured-image {
		height: auto;
		padding-bottom: 0;
		aspect-ratio: 16 / 9;
	}
}

.blog .loop-container .entry .featured-image > a,
body.archive:not(.woocommerce) .loop-container .entry .featured-image > a,
.search-results .loop-container .entry .featured-image > a {
	position: absolute;
	inset: 0;
	font-size: 0;
}

.blog .loop-container .entry .featured-image img,
.blog .loop-container .entry .featured-image a img,
body.archive:not(.woocommerce) .loop-container .entry .featured-image img,
body.archive:not(.woocommerce) .loop-container .entry .featured-image a img,
.search-results .loop-container .entry .featured-image img,
.search-results .loop-container .entry .featured-image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Card content: consistent padding (1.25rem), aligned left, same on all cards */
.blog .loop-container .entry .post-header,
body.archive:not(.woocommerce) .loop-container .entry .post-header,
.search-results .loop-container .entry .post-header {
	flex: 0 0 auto;
	padding: 1.25rem 1.25rem 0;
	margin: 0;
	max-width: none;
	text-align: left;
}

.blog .loop-container .entry .post-title,
body.archive:not(.woocommerce) .loop-container .entry .post-title,
.search-results .loop-container .entry .post-title {
	font-size: 1.0625rem;
	line-height: 1.35;
	margin: 0 0 0.375rem;
	font-weight: 700;
}

.blog .loop-container .entry .post-title a,
body.archive:not(.woocommerce) .loop-container .entry .post-title a,
.search-results .loop-container .entry .post-title a {
	color: #2C1810;
	text-decoration: none;
}

.blog .loop-container .entry .post-title a:hover,
body.archive:not(.woocommerce) .loop-container .entry .post-title a:hover,
.search-results .loop-container .entry .post-title a:hover {
	color: #C5942A;
}

.blog .loop-container .entry .post-byline,
body.archive:not(.woocommerce) .loop-container .entry .post-byline,
.search-results .loop-container .entry .post-byline {
	font-size: 0.8125rem;
	color: #6B5C50;
	margin: 0 0 0.75rem;
	line-height: 1.4;
}

.blog .loop-container .entry .post-content,
body.archive:not(.woocommerce) .loop-container .entry .post-content,
.search-results .loop-container .entry .post-content {
	flex: 1;
	min-height: 0;
	padding: 0 1.25rem 1.25rem;
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #3D2E22;
}

.blog .loop-container .entry .post-content p:last-child,
body.archive:not(.woocommerce) .loop-container .entry .post-content p:last-child,
.search-results .loop-container .entry .post-content p:last-child {
	margin-bottom: 0;
}

/* Pagination full width below grid (if inside loop-container) */
.blog .loop-container .pagination,
body.archive:not(.woocommerce) .loop-container .pagination,
.search-results .loop-container .pagination {
	grid-column: 1 / -1;
	margin-top: 1rem;
}

@media all and (max-width: 640px) {
	.blog .loop-container,
	body.archive:not(.woocommerce) .loop-container,
	.search-results .loop-container {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding-left: 4%;
		padding-right: 4%;
	}
}

/* Mobile: stack columns only on small screens (sidebar below article) */
@media all and (max-width: 640px) {
	body.single-post .featured-image-container {
		float: none;
		width: 100%;
		max-width: 420px;
		margin: 0 auto 1rem;
	}

	.overflow-container {
		overflow-x: hidden;
		overflow-y: visible;
	}

	.seva-two-col {
		flex-direction: column;
		flex-wrap: wrap;
		gap: 1.5em;
	}

	.seva-two-col .post-content {
		flex: 1 1 100%;
	}

	.seva-sidebar {
		flex: 1 1 100%;
		position: static;
		max-width: none;
	}

	.seva-sidebar__cards {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		gap: 1em;
	}
}

/* ==========================================================================
   PARENT THEME COLOR OVERRIDES – Temple Maroon & Gold Palette
   ========================================================================== */

/* ── Global link colours ── */
a:hover,
a:active,
a:focus {
	color: #C5942A !important;
}

/* ── Body & heading text ── */
body {
	color: #2C1810;
}

/* ── Navigation: toggle bar and menu backgrounds (#000 -> #2C1810) ── */
.toggle-container {
	background: #2C1810 !important;
}

.toggle-navigation,
.toggle-navigation:hover {
	background: #2C1810 !important;
}

.mobile-menu-container {
	background: rgba(44, 24, 16, 0.95) !important;
}

.rtl .mobile-menu-container {
	background: rgba(44, 24, 16, 0.95) !important;
}

@media all and (min-width: 50em) {
	.mobile-menu-container {
		background: #2C1810 !important;
	}
	/* Parent uses ::after with background #000 for full-width bar – override to warm brown */
	.mobile-menu-container:after,
	.rtl .mobile-menu-container:after {
		background: #2C1810 !important;
	}
	.menu-primary ul ul {
		background: #2C1810 !important;
	}
}

/* ── Active menu item highlight (#FFC270 -> #C5942A) ── */
.menu-primary ul li.current-menu-item > a,
.menu-primary ul li.current_page_item > a,
.menu-primary ul li.current-menu-item > a:link,
.menu-primary ul li.current-menu-item > a:visited,
.menu-primary ul li.current_page_item > a:link,
.menu-primary ul li.current_page_item > a:visited {
	color: #C5942A !important;
}

/* ── Design-credit footer + NGO trust strip ── */
.design-credit {
	background: #2C1810 !important;
	bottom: 2.5em;
}

.footer-trust-badge {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.4em 0.55em;
	padding: 0.85em 1.25em;
	min-height: 2.75em;
	text-align: center;
	font-size: 0.8125em;
	line-height: 1.45;
	letter-spacing: 0.02em;
	color: #F0E8DE;
	background: #24150e;
	border-top: 1px solid rgba(197, 148, 42, 0.65);
	-webkit-font-smoothing: antialiased;
}

.footer-trust-badge .fas {
	flex-shrink: 0;
	color: #D4A84B;
	font-size: 1.05em;
	margin-right: 0.15em;
}

.footer-trust-badge__label {
	text-transform: uppercase;
	font-weight: 800;
	color: #FFF8F0;
	letter-spacing: 0.07em;
}

.footer-trust-badge__sep {
	color: rgba(255, 255, 255, 0.45);
	font-size: 1em;
	line-height: 1;
}

.footer-trust-badge__id {
	font-weight: 600;
	color: #E8DDD2;
	letter-spacing: 0.02em;
}

.footer-trust-badge__id strong {
	color: #F0C96A;
	font-weight: 800;
}

/* ── WooCommerce / comment form button hover (#FFC270 -> #C5942A) ── */
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce.single-product form .single_add_to_cart_button:hover,
.woocommerce.single-product form .single_add_to_cart_button:active,
.woocommerce.single-product form .single_add_to_cart_button:focus,
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover,
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:active,
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:focus,
.woocommerce-checkout .checkout #place_order:hover,
.woocommerce-checkout .checkout #place_order:active,
.woocommerce-checkout .checkout #place_order:focus,
.comment-form .form-submit input:hover,
button:focus {
	background: #C5942A !important;
}

/* ── Remaining #FFC270 accent overrides ── */
.social-icons-container .social-media-icons a:hover,
.social-icons-container .social-media-icons a:active,
.social-icons-container .social-media-icons a:focus {
	background: #C5942A !important;
	border-color: #C5942A !important;
	color: #fff !important;
}

.toggle-dropdown.open {
	border-color: #C5942A !important;
}

.woocommerce-info {
	border-color: #C5942A !important;
}

.woocommerce-info:before {
	color: #C5942A !important;
}

/* ── Header: search bar (match parent .site-header specificity) ── */
.site-header .search-form-container .search-field:focus {
	border-color: #C5942A !important;
	box-shadow: 0 1px 2px 0 rgba(44, 24, 16, 0.1) !important;
}

.site-header .search-form-container .submit-button {
	background: #3D2E22 !important;
	color: #fff !important;
}

.site-header .search-form-container .submit-button input {
	background: transparent !important;
}

.site-header .search-form-container .submit-button:after {
	color: #fff !important;
}

.site-header .search-form-container .category-select,
.site-header .search-form-container .category-select select {
	background: #3D2E22 !important;
	color: #fff !important;
}

.site-header .search-form-container .category-select:hover,
.site-header .search-form-container .category-select:active,
.site-header .search-form-container .category-select:focus {
	background: #5C4A3A !important;
}

.site-header .search-form-container .category-select i {
	color: #fff !important;
}

/* ── Header: user icon & cart icon (desktop – gold so they don’t look black) ── */
@media (min-width: 800px) {
	.user-icon a,
	.cart-icon a,
	.user-icon a:link,
	.user-icon a:visited,
	.cart-icon a:link,
	.cart-icon a:visited,
	.site-header .user-account-icon-container a,
	.site-header .shopping-cart-container a,
	.site-header .user-account-icon-container a:link,
	.site-header .user-account-icon-container a:visited,
	.site-header .shopping-cart-container a:link,
	.site-header .shopping-cart-container a:visited {
		color: #3D2E22 !important;
	}
	.user-icon a:hover,
	.user-icon a:active,
	.user-icon a:focus,
	.cart-icon a:hover,
	.cart-icon a:active,
	.cart-icon a:focus,
	.site-header .user-account-icon-container a:hover,
	.site-header .user-account-icon-container a:active,
	.site-header .user-account-icon-container a:focus,
	.site-header .shopping-cart-container a:hover,
	.site-header .shopping-cart-container a:active,
	.site-header .shopping-cart-container a:focus {
		color: #A67B1F !important;
	}
	.woocommerce-account .user-account-icon-container a,
	.woocommerce-account .user-account-icon-container a:link,
	.woocommerce-account .user-account-icon-container a:visited,
	.woocommerce-cart .shopping-cart-container a,
	.woocommerce-cart .shopping-cart-container a:link,
	.woocommerce-cart .shopping-cart-container a:visited {
		color: #3D2E22 !important;
	}
	.woocommerce-account .user-account-icon-container a:hover,
	.woocommerce-account .user-account-icon-container a:active,
	.woocommerce-account .user-account-icon-container a:focus,
	.woocommerce-cart .shopping-cart-container a:hover,
	.woocommerce-cart .shopping-cart-container a:active,
	.woocommerce-cart .shopping-cart-container a:focus {
		color: #A67B1F !important;
	}
}

/* Mobile: parent sets opacity: 0 on icon containers – make them visible; icons white */
@media all and (max-width: 799px) {
	.user-account-icon-container,
	.shopping-cart-container {
		opacity: 1 !important;
		visibility: visible !important;
	}
	.site-header .user-account-icon-container a,
	.site-header .user-account-icon-container .user-icon a,
	.site-header .shopping-cart-container a,
	.site-header .shopping-cart-container .cart-icon a,
	.site-header .user-account-icon-container a:link,
	.site-header .user-account-icon-container a:visited,
	.site-header .shopping-cart-container a:link,
	.site-header .shopping-cart-container a:visited,
	.site-header .user-account-icon-container a i,
	.site-header .user-account-icon-container a .fa,
	.site-header .shopping-cart-container a i,
	.site-header .shopping-cart-container a .fa,
	.woocommerce-account .user-account-icon-container a,
	.woocommerce-account .user-account-icon-container a:link,
	.woocommerce-account .user-account-icon-container a:visited,
	.woocommerce-cart .shopping-cart-container a,
	.woocommerce-cart .shopping-cart-container a:link,
	.woocommerce-cart .shopping-cart-container a:visited {
		color: #fff !important;
	}
	.site-header .user-account-icon-container a:hover,
	.site-header .user-account-icon-container a:active,
	.site-header .user-account-icon-container a:focus,
	.site-header .shopping-cart-container a:hover,
	.site-header .shopping-cart-container a:active,
	.site-header .shopping-cart-container a:focus {
		color: #C5942A !important;
	}
	.woocommerce-cart .shopping-cart-container .cart-count {
		background: #C5942A !important;
		color: #fff !important;
	}
}

/* ── Cart count badge (override parent .woocommerce-cart .shopping-cart-container .cart-count) ── */
.cart-count,
.woocommerce-cart .shopping-cart-container .cart-count {
	background: #C5942A !important;
	color: #fff !important;
}

/* ── Header promo / hero slider button ── */
.header-promo .button a,
.header-promo .button a:link,
.header-promo .button a:visited {
	background: #C5942A !important;
	color: #fff !important;
}

.header-promo .button a:hover,
.header-promo .button a:active,
.header-promo .button a:focus {
	background: #A67B1F !important;
	color: #fff !important;
}

/* ── WooCommerce: primary buttons ── */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background-color: #8B1A1A !important;
	color: #fff !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .cart .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background-color: #6B1414 !important;
	color: #fff !important;
}

/* ── WooCommerce: on-sale badge ── */
.woocommerce span.onsale {
	background-color: #8B1A1A !important;
	color: #fff !important;
}

/* ── WooCommerce: star ratings ── */
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
	color: #C5942A !important;
}

/* ── WooCommerce: price highlight ── */
.woocommerce .price ins,
.woocommerce .price .amount {
	color: #8B1A1A !important;
}

/* ── WooCommerce: tabs active state ── */
.woocommerce .woocommerce-tabs .tabs li.active a,
.woocommerce .woocommerce-tabs .tabs li.active {
	border-bottom-color: #8B1A1A !important;
	color: #8B1A1A !important;
}

/* ── WooCommerce: pagination active ── */
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #8B1A1A !important;
	color: #fff !important;
}

/* Daily Sevas: pagination spacing/padding refinement */
body.tax-product_cat.term-daily-sevas nav.woocommerce-pagination {
	padding: 0.9rem 0 1.2rem;
	margin-top: 0.4rem;
}
body.tax-product_cat.term-daily-sevas nav.woocommerce-pagination ul {
	padding: 0.25rem 0.35rem;
}
body.tax-product_cat.term-daily-sevas nav.woocommerce-pagination ul li a,
body.tax-product_cat.term-daily-sevas nav.woocommerce-pagination ul li span {
	padding: 0.6rem 0.9rem;
	line-height: 1;
}

/* Seva Booking (shop page): pagination spacing/padding refinement */
body.woocommerce-shop nav.woocommerce-pagination {
	padding: 0.9rem 0 1.2rem;
	margin-top: 0.4rem;
}
body.woocommerce-shop nav.woocommerce-pagination ul {
	padding: 0.25rem 0.35rem;
}
body.woocommerce-shop nav.woocommerce-pagination ul li a,
body.woocommerce-shop nav.woocommerce-pagination ul li span {
	padding: 0.6rem 0.9rem;
	line-height: 1;
}

/* ── Form focus rings ── */
input:focus,
textarea:focus,
select:focus {
	border-color: #C5942A !important;
	outline-color: #C5942A !important;
}

/* ── Blockquote accent border ── */
blockquote {
	border-color: #C5942A !important;
}

/* ── Social icon hovers ── */
.social-media-icons a:hover {
	color: #C5942A !important;
}

/* ── Scroll-to-top button ── */
.scroll-to-top {
	background: #8B1A1A !important;
}

.scroll-to-top:hover {
	background: #6B1414 !important;
}

/* ── Breadcrumbs ── */
.yoast-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
	color: #6B5C50 !important;
}

.yoast-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
	color: #3D2E22 !important;
}

/* ── Homepage header-promo button override (page-template-homepage) ── */
.page-template-homepage .header-promo .button a {
	background: #C5942A !important;
	color: #fff !important;
}

.page-template-homepage .header-promo .button a:hover,
.page-template-homepage .header-promo .button a:active,
.page-template-homepage .header-promo .button a:focus {
	background: #A67B1F !important;
	color: #fff !important;
}

/* ==========================================================================
   LANDING PAGE – Front Page Redesign
   ========================================================================== */

/* ── Layout reset: full-width sections inside the theme's main-container ── */
body.home .main-container {
	padding: 0;
	margin-top: 0;
}

body.home .loop-container.landing-page {
	margin-bottom: 0;
	max-width: none;
}

/* ── Shared section styles ────────────────────────────────────────────────── */
.landing-section {
	padding: 3.5em 0;
}

.landing-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5%;
}

.landing-section-header {
	text-align: center;
	margin-bottom: 2.5em;
}

.landing-heading {
	font-family: "Lato", sans-serif;
	font-size: 1.75em;
	font-weight: 900;
	color: #2C1810;
	margin: 0 0 0.5em;
	line-height: 1.2;
}

.landing-heading-ornament {
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #A67B1F, #C5942A);
	margin: 0 auto;
	border-radius: 2px;
}

/* ── Buttons ──────────────────────────────────────────────────────────────── */
.landing-btn {
	display: inline-block;
	padding: 0.75em 1.75em;
	font-family: "Lato", sans-serif;
	font-size: 0.9375em;
	font-weight: 700;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
	cursor: pointer;
	border: none;
	line-height: 1.4;
}

.landing-btn:hover {
	transform: translateY(-1px);
}

.landing-btn-primary {
	background: #8B1A1A;
	color: #fff !important;
}

.landing-btn-primary:link,
.landing-btn-primary:visited {
	color: #fff !important;
}

.landing-btn-primary:hover,
.landing-btn-primary:focus {
	background: #6B1414;
	color: #fff !important;
	box-shadow: 0 4px 12px rgba(139, 26, 26, 0.3);
}

.landing-btn-secondary {
	background: #9E2222;
	color: #fff !important;
}

.landing-btn-secondary:link,
.landing-btn-secondary:visited {
	color: #fff !important;
}

.landing-btn-secondary:hover,
.landing-btn-secondary:focus {
	background: #8B1A1A;
	color: #fff !important;
	box-shadow: 0 4px 12px rgba(139, 26, 26, 0.3);
}

.landing-btn-cta {
	background: #C5942A;
	color: #fff !important;
	font-size: 1.0625em;
	padding: 0.85em 2.25em;
}

.landing-btn-cta:link,
.landing-btn-cta:visited {
	color: #fff !important;
}

.landing-btn-cta:hover,
.landing-btn-cta:focus {
	background: #A67B1F;
	color: #fff !important;
	box-shadow: 0 6px 20px rgba(197, 148, 42, 0.35);
}

.landing-btn-cta-alt {
	background: transparent;
	color: #fff !important;
	border: 2px solid rgba(255, 255, 255, 0.7);
	font-size: 1.0625em;
	padding: calc(0.85em - 2px) 2.25em;
}

.landing-btn-cta-alt:link,
.landing-btn-cta-alt:visited {
	color: #fff !important;
}

.landing-btn-cta-alt:hover,
.landing-btn-cta-alt:focus {
	background: rgba(255, 255, 255, 0.15);
	color: #fff !important;
	border-color: #fff;
}

/* ══════════════════════════════════════════════════════════════════════════════
   Section 1: VALUE PROPOSITION BAR
   ══════════════════════════════════════════════════════════════════════════════ */
.landing-value-bar {
	background: linear-gradient(135deg, #2C1810 0%, #3C2A1E 100%);
	padding: 1.75em 0;
}

/* Smooth transition: value bar overlaps hero with rounded top */
body.home .landing-value-bar {
	position: relative;
	z-index: 2;
	margin-top: -1.5em;
	border-radius: 12px 12px 0 0;
	box-shadow: 0 -4px 20px rgba(44, 24, 16, 0.15);
}

.landing-value-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.5em;
	flex-wrap: wrap;
}

.landing-value-item {
	display: flex;
	align-items: center;
	gap: 0.6em;
	color: #fff;
}

.landing-value-icon {
	font-size: 1.25em;
	color: #C5942A;
	flex-shrink: 0;
}

.landing-value-text {
	font-family: "Lato", sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════════════════════════
   Section 2: ABOUT THE MANDIRA
   ══════════════════════════════════════════════════════════════════════════════ */
.landing-mandira {
	background: #FFF5EB;
}

.landing-mandira-content {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	align-items: center;
	gap: 3em;
}

.landing-mandira-text {
	min-width: 0;
}

.landing-mandira-text p {
	color: #3D2E22;
	line-height: 1.7;
	margin: 0 0 1.25em;
	font-size: 1em;
}

.landing-mandira-text .landing-btn {
	margin-top: 0.5em;
}

.landing-mandira-visual {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-self: center;
}

.landing-mandira-decorative {
	width: 400px;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.landing-mandira-decorative .landing-mandira-img {
	width: 400px;
	height: 400px;
	max-width: 100%;
	object-fit: contain;
	filter: drop-shadow(0 4px 16px rgba(0,0,0,0.2));
}

/* ══════════════════════════════════════════════════════════════════════════════
   Section 3: DEITIES & SACRED PANCHA VRUNDAVANA
   ══════════════════════════════════════════════════════════════════════════════ */
.landing-deities {
	background: #F8F3ED;
}

.landing-deity-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5em;
}

.landing-deity-card {
	background: #fff;
	border-radius: 10px;
	padding: 2em 1.5em;
	text-align: center;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.landing-deity-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.landing-deity-icon-wrap {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: linear-gradient(135deg, #FFF5EB, #FAF0E2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.25em;
	border: 2px solid #C5942A;
	overflow: hidden;
}

.landing-deity-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.landing-deity-name {
	font-family: "Lato", sans-serif;
	font-size: 1.125em;
	font-weight: 900;
	color: #2C1810;
	margin: 0 0 0.75em;
	line-height: 1.3;
}

.landing-deity-desc {
	color: #5C4A3A;
	font-size: 0.9em;
	line-height: 1.65;
	margin: 0;
}

/* ══════════════════════════════════════════════════════════════════════════════
   Section 4: HOW SEVA BOOKING WORKS
   ══════════════════════════════════════════════════════════════════════════════ */
.landing-how-it-works {
	background: #fff;
}

.landing-steps {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
}

.landing-step {
	flex: 1;
	text-align: center;
	padding: 0 1.5em;
	max-width: 300px;
	position: relative;
}

.landing-step-number {
	position: absolute;
	top: -8px;
	right: 10%;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #C5942A;
	color: #FFFFFF;
	font-family: "Lato", sans-serif;
	font-size: 0.8em;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.landing-step-icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #8B1A1A;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.25em;
}

.landing-step-icon i {
	font-size: 1.5em;
	color: #fff;
}

.landing-step-title {
	font-family: "Lato", sans-serif;
	font-size: 1.0625em;
	font-weight: 900;
	color: #2C1810;
	margin: 0 0 0.5em;
}

.landing-step-desc {
	color: #5C4A3A;
	font-size: 0.9em;
	line-height: 1.6;
	margin: 0;
}

.landing-step-connector {
	flex: 0 0 40px;
	height: 2px;
	background: linear-gradient(90deg, #C5942A, #A67B1F);
	margin-top: 36px;
	border-radius: 1px;
}

.landing-steps-cta {
	text-align: center;
	margin-top: 2.5em;
}

/* ══════════════════════════════════════════════════════════════════════════════
   Section 5: OUR GAU SHALA
   ══════════════════════════════════════════════════════════════════════════════ */
.landing-gaushala {
	background: #F2EDE5;
}

.landing-gaushala-content {
	display: flex;
	align-items: center;
	gap: 3em;
}

.landing-gaushala-visual {
	flex: 0 0 280px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.landing-gaushala-decorative {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 32px rgba(139, 26, 26, 0.2);
	border: 3px solid #C5942A;
}

.landing-gaushala-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.landing-gaushala-text {
	flex: 1 1 65%;
}

.landing-gaushala-text p {
	color: #3D2E22;
	line-height: 1.7;
	margin: 0 0 1.25em;
	font-size: 1em;
}

.landing-feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em;
}

.landing-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.65em;
	padding: 0.5em 0;
	color: #3D2E22;
	font-size: 0.95em;
	line-height: 1.5;
}

.landing-feature-list li i {
	color: #8B1A1A;
	margin-top: 0.2em;
	flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════════════════════════
   Section 6: TRUST / STATS STRIP
   ══════════════════════════════════════════════════════════════════════════════ */
.landing-trust-strip {
	background: linear-gradient(135deg, #2C1810 0%, #3C2A1E 100%);
	padding: 2.5em 0;
}

.landing-trust-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3em;
	flex-wrap: wrap;
}

.landing-trust-item {
	text-align: center;
	min-width: 160px;
}

.landing-trust-number {
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 1.75em;
	font-weight: 900;
	color: #C5942A;
	line-height: 1.2;
	margin-bottom: 0.25em;
}

.landing-trust-number i {
	font-size: 0.85em;
}

.landing-trust-label {
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 0.8125em;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.85);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* ══════════════════════════════════════════════════════════════════════════════
   Section 7: FINAL CTA BLOCK
   ══════════════════════════════════════════════════════════════════════════════ */
.landing-final-cta {
	background: linear-gradient(135deg, #6B1414 0%, #8B1A1A 50%, #A52A2A 100%);
	text-align: center;
	padding: 4em 0;
}

.landing-cta-heading {
	font-family: "Lato", sans-serif;
	font-size: 2em;
	font-weight: 900;
	color: #fff;
	margin: 0 0 0.5em;
	line-height: 1.2;
}

.landing-cta-sub {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.0625em;
	line-height: 1.6;
	margin: 0 auto 1.75em;
	max-width: 600px;
}

.landing-cta-buttons {
	display: flex;
	justify-content: center;
	gap: 1em;
	flex-wrap: wrap;
}

/* ══════════════════════════════════════════════════════════════════════════════
   LANDING PAGE RESPONSIVE – Tablet (max-width: 800px)
   ══════════════════════════════════════════════════════════════════════════════ */
@media all and (max-width: 800px) {
	.landing-heading {
		font-size: 1.5em;
	}

	.landing-deity-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Last card (5th) spans full width and centers */
	.landing-deity-grid .landing-deity-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		max-width: 400px;
		justify-self: center;
	}

	.landing-gaushala-visual {
		flex: 0 0 200px;
	}

	.landing-mandira-decorative {
		width: 300px;
		height: 300px;
	}

	.landing-mandira-decorative .landing-mandira-img {
		width: 300px;
		height: 300px;
	}

	.landing-gaushala-decorative {
		width: 180px;
		height: 180px;
	}

	.landing-step {
		padding: 0 0.75em;
	}

	.landing-step-connector {
		flex: 0 0 20px;
	}

	.landing-trust-grid {
		gap: 2em;
	}

	.landing-cta-heading {
		font-size: 1.625em;
	}
}

/* ══════════════════════════════════════════════════════════════════════════════
   LANDING PAGE RESPONSIVE – Mobile (max-width: 640px)
   ══════════════════════════════════════════════════════════════════════════════ */
@media all and (max-width: 640px) {
	.landing-section {
		padding: 2.5em 0;
	}

	.landing-inner {
		padding: 0 6%;
	}

	.landing-section-header {
		margin-bottom: 1.75em;
	}

	.landing-heading {
		font-size: 1.375em;
	}

	/* Value bar: 2-column grid on mobile */
	.landing-value-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1em;
	}

	.landing-value-item {
		justify-content: flex-start;
	}

	.landing-value-text {
		white-space: normal;
		font-size: 0.8125em;
	}

	/* Mandira: stack vertically, decorative on top */
	.landing-mandira-content {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 1.5em;
	}

	.landing-mandira-decorative {
		width: min(280px, 88vw);
		height: min(280px, 88vw);
	}

	.landing-mandira-decorative .landing-mandira-img {
		width: min(280px, 88vw);
		height: min(280px, 88vw);
	}

	/* Deities: single column */
	.landing-deity-grid {
		grid-template-columns: 1fr;
	}

	.landing-deity-grid .landing-deity-card:last-child:nth-child(odd) {
		max-width: none;
	}

	.landing-deity-card {
		padding: 1.5em 1.25em;
	}

	/* Steps: vertical stack */
	.landing-steps {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.landing-step {
		max-width: none;
		width: 100%;
		padding: 0;
		margin-bottom: 1.5em;
	}

	.landing-step-connector {
		width: 2px;
		height: 24px;
		margin: 0 auto 1.5em;
		flex: none;
	}

	.landing-step-number {
		right: auto;
		left: calc(50% + 28px);
	}

	/* Gau Shala: stack vertically, decorative on top */
	.landing-gaushala-content {
		flex-direction: column;
		gap: 1.5em;
	}

	.landing-gaushala-visual {
		flex: none;
	}

	.landing-gaushala-decorative {
		width: 150px;
		height: 150px;
	}

	/* Trust strip: 2x2 grid */
	.landing-trust-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.5em;
	}

	.landing-trust-item {
		min-width: 0;
	}

	.landing-trust-number {
		font-size: 1.375em;
	}

	.landing-trust-label {
		font-size: 0.75em;
	}

	/* Final CTA */
	.landing-final-cta {
		padding: 3em 0;
	}

	.landing-cta-heading {
		font-size: 1.375em;
	}

	.landing-cta-sub {
		font-size: 0.9375em;
	}

	.landing-cta-buttons {
		flex-direction: column;
		align-items: center;
	}

	/* Footer: trust badge + copyright stack on narrow screens */
	.site-footer {
		padding-bottom: 7.25em;
	}

	.design-credit {
		bottom: 3.35em;
	}

	.footer-trust-badge {
		font-size: 0.78em;
		padding: 0.75em 1em;
		letter-spacing: 0.02em;
		gap: 0.35em 0.45em;
		line-height: 1.5;
	}
}

/* ==========================================================================
   SEO: visible homepage H1, <picture> landing images, related posts, 404, guides
   ========================================================================== */

/* Below-fold landing sections: defer layout/paint until near viewport (Core Web Vitals). */
.landing-deities,
.landing-how-it-works,
.landing-gaushala,
.landing-trust-strip,
.landing-final-cta {
	content-visibility: auto;
	contain-intrinsic-size: auto 500px;
}

.landing-mandira-decorative picture,
.landing-deity-icon-wrap picture,
.landing-gaushala-decorative picture {
	display: block;
	max-width: 100%;
}

.landing-mandira-decorative picture img,
.landing-deity-icon-wrap picture img,
.landing-gaushala-decorative picture img {
	width: 100%;
	height: auto;
	display: block;
}

/* ── Single post: table of contents ─────────────────────────────────────── */
/* In two-column layout, TOC sits in .post-content only (same width as article text); sidebar aligns to the right. */
.seva-toc {
	margin: 1.25rem 0 1.5rem;
	padding: 1rem 1.125rem;
	background: #FAF8F5;
	border: 1px solid #E8DDD4;
	border-radius: 10px;
	font-family: "Lato", sans-serif;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.seva-two-col .post-content > .seva-toc:first-child {
	margin-top: 0;
}

.seva-toc__header {
	margin-bottom: 0.75rem;
}

.seva-toc__title {
	font-size: 1.05rem;
	margin: 0;
	font-weight: 900;
	color: #2C1810;
	line-height: 1.3;
}

.seva-toc__list {
	margin: 0;
	padding-left: 1.25rem;
	color: #2C1810;
	line-height: 1.55;
}

.seva-toc__sublist {
	margin: 0.35rem 0 0.5rem;
	padding-left: 1.1rem;
	list-style: lower-alpha;
}

.seva-toc__item {
	margin: 0.35em 0;
}

.seva-toc__link {
	color: #2C1810;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.seva-toc__link:hover,
.seva-toc__link:focus {
	color: #C5942A;
	border-bottom-color: rgba(197, 148, 42, 0.5);
	outline: none;
}

.seva-toc__link--h3 {
	font-weight: 600;
	font-size: 0.95em;
}

.seva-toc__footer {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid rgba(232, 221, 212, 0.9);
}

/* Override parent theme `button` (white text + dark bg + light hover bg) — keep text always readable */
button.seva-toc__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0.5rem 1rem;
	font-family: "Lato", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #8B1A1A;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(139, 26, 26, 0.28);
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

button.seva-toc__more .seva-toc__more-text--more,
button.seva-toc__more .seva-toc__more-text--less {
	color: inherit;
}

button.seva-toc__more:hover {
	color: #2C1810;
	background: #fff;
	border-color: rgba(197, 148, 42, 0.55);
	box-shadow: 0 2px 10px rgba(44, 24, 16, 0.08);
}

button.seva-toc__more:focus-visible {
	color: #2C1810;
	background: #fff;
	border-color: rgba(197, 148, 42, 0.55);
	box-shadow: 0 2px 10px rgba(44, 24, 16, 0.08);
	outline: 2px solid #C5942A;
	outline-offset: 2px;
}

button.seva-toc__more:active {
	color: #2C1810;
	background: rgba(197, 148, 42, 0.14);
	border-color: rgba(197, 148, 42, 0.45);
}

.seva-toc--more-collapsed .seva-toc__more-text--less {
	display: none;
}

.seva-toc--more-collapsed .seva-toc__more-text--more {
	display: inline;
}

.seva-toc--more-expanded .seva-toc__more-text--more {
	display: none;
}

.seva-toc--more-expanded .seva-toc__more-text--less {
	display: inline;
}

/* ── Sidebar: share article ─────────────────────────────────────────────── */
.seva-share {
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(197, 148, 42, 0.25);
}

.seva-share__title {
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 900;
	margin: 0 0 0.625rem 0;
	padding-bottom: 0.5rem;
	line-height: 1.3;
	color: #2C1810;
	border-bottom: 2px solid rgba(197, 148, 42, 0.35);
	letter-spacing: 0.01em;
}

.seva-share__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.seva-share__item {
	margin: 0;
	padding: 0;
}

.seva-share__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: none;
	background: #2C1810;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.seva-share__link:hover,
.seva-share__link:focus {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(44, 24, 16, 0.2);
	outline: none;
}

.seva-share__link--facebook {
	background: #1877f2;
}

.seva-share__link--x {
	background: #000;
}

.seva-share__link--whatsapp {
	background: #25d366;
}

.seva-share__link--linkedin {
	background: #0a66c2;
}

.seva-share__link--copy {
	background: #6b5344;
}

.seva-share__link--email {
	background: #8B1A1A;
}

.seva-share__copied {
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #2a7d3f;
	margin-top: 0.5rem;
}

/* ── Post content: responsive tables ─────────────────────────────────────── */
.seva-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 1.25rem 0;
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(44, 24, 16, 0.06);
}

.post-content table,
.seva-table-wrap table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	font-family: "Lato", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.45;
	border: 1px solid rgba(44, 24, 16, 0.12);
	border-radius: 8px;
	overflow: hidden;
}

.post-content table caption,
.seva-table-wrap table caption {
	caption-side: top;
	text-align: left;
	font-weight: 700;
	padding: 0.5rem 0.75rem;
	color: #2C1810;
}

.post-content thead th,
.seva-table-wrap thead th,
.post-content table th[scope="col"],
.seva-table-wrap table th[scope="col"] {
	background: #2C1810;
	color: #fff;
	font-weight: 700;
	text-align: left;
	padding: 0.65rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.post-content tbody td,
.post-content tbody th,
.seva-table-wrap tbody td,
.seva-table-wrap tbody th {
	padding: 0.6rem 0.85rem;
	border: 1px solid rgba(44, 24, 16, 0.08);
	vertical-align: top;
}

.post-content tbody tr:nth-child(even) td,
.post-content tbody tr:nth-child(even) th,
.seva-table-wrap tbody tr:nth-child(even) td,
.seva-table-wrap tbody tr:nth-child(even) th {
	background: #FAF8F5;
}

.post-content tbody tr:hover td,
.post-content tbody tr:hover th,
.seva-table-wrap tbody tr:hover td,
.seva-table-wrap tbody tr:hover th {
	background: rgba(197, 148, 42, 0.08);
}

/* Anchor targets: offset for in-page navigation */
body.single-post .post-content h2[id],
body.single-post .post-content h3[id] {
	scroll-margin-top: 1.25rem;
}

/* ── Related articles: card slider ───────────────────────────────────────── */
/* Full width of article (main column + sidebar + gap), not nested in .post-content */
body.single-post .seva-related-posts {
	width: 100%;
	max-width: 100%;
	clear: both;
}

.seva-related-posts {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #E8DDD4;
	position: relative;
}

.seva-related-posts__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.seva-related-posts__title {
	font-size: 1.25em;
	margin: 0;
	font-family: "Lato", sans-serif;
	font-weight: 900;
}

.seva-related-posts__nav {
	display: flex;
	gap: 0.35rem;
}

.seva-related-posts__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: 1px solid rgba(44, 24, 16, 0.12);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #2C1810;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
	box-shadow: 0 2px 8px rgba(44, 24, 16, 0.08);
}

.seva-related-posts__arrow:hover,
.seva-related-posts__arrow:focus {
	background: #fff;
	border-color: rgba(197, 148, 42, 0.45);
	transform: translateY(-1px);
	outline: none;
}

.seva-related-posts__viewport {
	position: relative;
	margin: 0 -0.25rem;
	padding: 0 0.25rem;
}

/* No drag/swipe/scrollbar — navigation only via prev/next arrows (JS sets scrollLeft) */
.seva-related-posts__slider {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 1rem;
	overflow-x: hidden;
	overflow-y: visible;
	scroll-behavior: smooth;
	overscroll-behavior-x: none;
	touch-action: pan-y;
	padding-bottom: 0.25rem;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.seva-related-posts__slider::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.seva-related-posts__card {
	flex: 0 0 min(280px, 85vw);
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(44, 24, 16, 0.06);
	box-shadow: 0 2px 10px rgba(44, 24, 16, 0.08);
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.seva-related-posts__card:hover {
	box-shadow: 0 8px 24px rgba(44, 24, 16, 0.12);
	border-color: rgba(44, 24, 16, 0.1);
	transform: translateY(-2px);
}

.seva-related-posts__thumb {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ebe8e4;
	aspect-ratio: 16 / 9;
}

.seva-related-posts__thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: 0;
}

.seva-related-posts__thumb-placeholder {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #ebe8e4 0%, #e0dcd6 100%);
}

.seva-related-posts__card-body {
	display: flex;
	flex-direction: column;
	padding: 0.65rem 0.75rem 0.75rem;
	flex: 1 1 auto;
	gap: 0.35rem;
}

.seva-related-posts__badge {
	display: inline-block;
	align-self: flex-start;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: linear-gradient(135deg, #C5942A 0%, #A67B1F 100%);
	color: #fff !important;
	padding: 0.2em 0.5em;
	border-radius: 4px;
}

.seva-related-posts__card-title {
	font-family: "Lato", sans-serif;
	font-size: 0.9375rem;
	font-weight: 900;
	line-height: 1.3;
	margin: 0;
	color: #2C1810;
}

.seva-related-posts__card-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.seva-related-posts__card-title a:hover,
.seva-related-posts__card-title a:focus {
	color: #C5942A;
	outline: none;
}

.seva-related-posts__excerpt {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: rgba(44, 24, 16, 0.78);
	flex: 1 1 auto;
}

.seva-related-posts__readmore {
	font-size: 0.8125rem;
	font-weight: 700;
	color: #8B1A1A;
	text-decoration: none;
	margin-top: 0.25rem;
}

.seva-related-posts__readmore:hover,
.seva-related-posts__readmore:focus {
	text-decoration: underline;
	outline: none;
}

@media all and (max-width: 640px) {
	.seva-related-posts__nav {
		width: 100%;
		justify-content: flex-end;
	}
}

.error-404-seva {
	max-width: 640px;
	margin: 0 auto;
}

.error-404-seva__links {
	list-style: none;
	padding: 0;
	margin: 1rem 0;
}

.error-404-seva__links li {
	margin: 0.5em 0;
}

.error-404-seva__cta {
	margin-top: 1.5rem;
}

.ms-seo-landing-content h2 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	margin-top: 1.75rem;
}

.ms-seo-landing-content ul {
	padding-left: 1.25rem;
}

.ms-contact-nap {
	font-style: normal;
	line-height: 1.6;
}

/* Shop page: compact line above products; SEO block below grid */
.shop-intro--compact {
	margin: 0 0 1rem;
}
.shop-intro--compact .shop-intro__lead {
	margin: 0;
	font-size: 0.95em;
	line-height: 1.45;
	color: #555;
	max-width: 42rem;
}
.shop-seo-below {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.9em;
	line-height: 1.55;
	color: #444;
	max-width: 48rem;
}
.shop-seo-below h2 {
	font-size: 1.25em;
	margin: 0 0 0.75rem;
}
.shop-seo-below h3 {
	font-size: 1.1em;
	margin: 1rem 0 0.5rem;
}
.shop-seo-below ul {
	margin: 0.5rem 0 1rem;
	padding-left: 1.25rem;
}
