/*
Theme Name: GrowDeshi
Theme URI: https://growdeshi.com
Author: GrowDeshi
Author URI: https://growdeshi.com
Description: WordPress block theme for GrowDeshi — Bangladesh's guided home vegetable gardening platform. Fast, SEO-optimized, fully editable in the Site Editor, with self-hosted fonts, async icon loading, schema markup, FSE templates, PHP patterns, and a single-file CSS system.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.2.17
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: growdeshi
Tags: blog, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, wide-blocks, block-styles, accessibility-ready, responsive-layout
*/

/* All fonts self-hosted — no Google Fonts CDN dependency */

/* Sora — display/headings (variable axis 100–800) */
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 100 800;
	font-display: swap;
	src: url('assets/fonts/sora-variable.woff2') format('woff2-variations');
}

/* Plus Jakarta Sans — UI / body text (variable axis 200–800) */
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url('assets/fonts/plus-jakarta-sans-variable.woff2') format('woff2-variations');
}

/* Noto Sans Bengali — Bengali script body (variable axis 100–900) */
@font-face {
	font-family: 'Noto Sans Bengali';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('assets/fonts/noto-sans-bengali-variable.woff2') format('woff2-variations');
	unicode-range: U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200B-200D, U+20B9, U+25CC, U+A8F1;
}

/* JetBrains Mono — code blocks */
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 100 800;
	font-display: swap;
	src: url('assets/fonts/jetbrains-mono-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   CSS Custom Properties — GrowDeshi Design Tokens (forest / mint palette)
   Mirrors theme.json — keep in sync with settings.color.palette there.
   ========================================================================== */
:root {
	/* Brand palette — WP preset tokens (mirrors theme.json) */
	--wp--preset--color--base:         #F6F4EF;   /* page background (off-white) */
	--wp--preset--color--contrast:     #1A2E24;   /* primary text */
	--wp--preset--color--surface:      #FBFAF6;   /* alternating section bg */
	--wp--preset--color--surface-alt:  #D8F3DC;   /* mint surface */
	--wp--preset--color--primary:      #2D6A4F;   /* forest green — CTAs, links */
	--wp--preset--color--primary-dark: #1F3528;   /* forest dark */
	--wp--preset--color--forest-soft:  #52B788;   /* forest soft */
	--wp--preset--color--mint-mid:     #9FE1CB;
	--wp--preset--color--mint:         #D8F3DC;
	--wp--preset--color--amber:        #F4A261;   /* warm accent */
	--wp--preset--color--rust:         #B5651D;
	--wp--preset--color--sky:          #4FC3F7;
	--wp--preset--color--sky-dark:     #1A6B8A;
	--wp--preset--color--violet:       #7B61FF;
	--wp--preset--color--whatsapp:     #25D366;
	--wp--preset--color--line:         #E8E6DF;
	--wp--preset--color--line-strong:  #D9D5C7;
	--wp--preset--color--ink:          #1A2E24;
	--wp--preset--color--muted:        #6B6960;
	--wp--preset--color--ink-faint:    #9C9A92;
	--wp--preset--color--white:        #ffffff;
	--wp--preset--color--footer:       #1F3528;

	/* Semantic aliases — the names used throughout the rest of style.css */
	--c-forest:        #2D6A4F;
	--c-forest-dark:   #1F3528;
	--c-forest-soft:   #52B788;
	--c-mint:          #D8F3DC;
	--c-mint-mid:      #9FE1CB;
	--c-base:          #F6F4EF;
	--c-base-alt:      #FBFAF6;
	--c-ink:           #1A2E24;
	--c-ink-muted:     #6B6960;
	--c-ink-faint:     #9C9A92;
	--c-line:          #E8E6DF;
	--c-line-strong:   #D9D5C7;
	--c-amber:         #F4A261;
	--c-rust:          #B5651D;
	--c-sky:           #4FC3F7;
	--c-sky-dark:      #1A6B8A;
	--c-violet:        #7B61FF;
	--c-whatsapp:      #25D366;
	--c-white:         #ffffff;
	--c-soil:          #5C4033;   /* warm brown — blog/article body text */
	--c-dark-green:    #085041;   /* deep green — text on mint surfaces */

	/* Card shadows tuned to forest tint */
	--c-card-shadow:        0 4px 12px rgba(45,106,79,0.06);
	--c-card-shadow-hover:  0 8px 24px rgba(45,106,79,0.10);

	/* Typography presets */
	--font-display: 'Sora', system-ui, sans-serif;
	--font-ui:      'Plus Jakarta Sans', system-ui, sans-serif;
	--font-bengali: 'Noto Sans Bengali', 'Sora', system-ui, sans-serif;
	--font-mono:    'JetBrains Mono', 'SF Mono', Monaco, monospace;

	/* DEPRECATED — kept temporarily so legacy rules don't crash during the rebuild.
	   Will be removed in Phase 5 once style.css is fully swept. */
	--c-brand:        #1A2E24;
	--c-brand-light:  #2D6A4F;
	--c-brand-wash:   #F6F4EF;
	--c-brand-lime:   #52B788;
	--c-brand-amber:  #F4A261;
	--c-surface:      #FBFAF6;
	--c-surface-alt:  #D8F3DC;
	--c-accent:       #2D6A4F;
	--c-cta:          #F4A261;
	--c-success:      #52B788;
	--c-ink-soft:     #1A2E24;
	--c-body-text:    #1A2E24;
	--wp--preset--color--border:        #E8E6DF;
	--wp--preset--color--secondary:     #52B788;
	--wp--preset--color--tertiary:      #F4A261;
	--wp--preset--color--void:          #1F3528;
	--wp--preset--color--navy:          #1A6B8A;
	--wp--preset--color--mid-dark:      #2A4A3A;
	--wp--preset--color--dark-surface:  #1F3528;
	--wp--preset--color--green:         #52B788;

	/* Layout */
	--container-max: 1240px;
	--container-pad: clamp(16px, 5vw, 48px);
	--header-h:      72px;
}

/* ==========================================================================
   Reset & Base
   ========================================================================== */
html {
	overflow-x: clip; /* clip (not hidden) prevents ICB expansion without breaking position:fixed */
}

*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	overflow-x: clip; /* clip instead of hidden — hidden promotes overflow-y:auto, making body the scroll container which breaks position:sticky on sidebars */
	background-color: var(--wp--preset--color--surface); /* #FBFAF6 paper — consistent page bg across blog + single */
	color: var(--wp--preset--color--contrast);
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Sora', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-wrap: balance;
	color: var(--wp--preset--color--contrast);
	margin-top: 0;
}

p, blockquote, figcaption, li {
	text-wrap: pretty;
}

img, video, svg {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--wp--preset--color--primary);
	transition: color 0.2s ease;
}

/* ==========================================================================
   Container — Universal Max-Width Wrapper
   ========================================================================== */
.container,
.post-hero__inner,
.archive-hero__inner,
.site-footer__container,
.single-post-layout-wrapper > .single-post-layout,
.search-results-wrapper {
	width: 100%;
	max-width: var(--container-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--container-pad);
	padding-right: var(--container-pad);
}

/* ==========================================================================
   Reading Progress Bar
   ========================================================================== */
#reading-progress-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	z-index: 99999;
	pointer-events: none;
}

#reading-progress {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #1A2E24, #52B788);
	transition: width 0.1s ease-out;
}

/* ==========================================================================
   Site Header — Floating Capsule Navbar
   ========================================================================== */
.site-header {
	position: fixed;
	top: 20px;     /* 20px gap from viewport top — positioning is never touched by WP inline styles */
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	border-bottom: none;
	padding: 0 16px !important;
	transition: none;
}


/*
 * .site-header__inner  —  the 3-column flex row inside the sticky bar.
 *
 * LEFT  : .site-header__brand  (logo + site name, no shrink)
 * CENTER: .primary-navigation  (nav links, flex:1, centred)
 * RIGHT : .wp-block-html       (search + subscribe + dark toggle, no shrink)
 *
 * max-width + horizontal padding match every other page section so that
 * the logo/nav/actions are always pixel-aligned with the content below.
 */
.site-header__inner {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px !important;
	padding-right: 8px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	box-sizing: border-box;
	height: 56px;
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 20px;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow:
		0 4px 6px -1px rgba(0, 0, 0, 0.02),
		0 10px 15px -3px rgba(0, 0, 0, 0.04),
		0 0 0 1px rgba(255, 255, 255, 0.60) inset,
		0 0 0 1px rgba(0, 0, 0, 0.03);
	transition: box-shadow 0.3s ease, background 0.3s ease;
}

.site-header.is-scrolled .site-header__inner {
	background: rgba(255, 255, 255, 0.92);
	box-shadow:
		0 4px 6px -1px rgba(0, 0, 0, 0.04),
		0 10px 15px -3px rgba(0, 0, 0, 0.08),
		0 0 0 1px rgba(255, 255, 255, 0.70) inset,
		0 0 0 1px rgba(0, 0, 0, 0.05);
}



/* Suppress WP-generated vertical padding on nested block groups */
.site-header .wp-block-group {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* --- LEFT: Brand (logo + site name) --- */
.site-header__brand {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 10px !important;  /* !important overrides WP blockGap inline style="gap:16px" */
}

.site-header__brand .wp-block-site-logo img {
	max-height: 36px;
	width: auto;
	display: block;
}

.site-header__brand .wp-block-site-title {
	margin: 0;
	font-size: 1.15rem !important;
	line-height: 1;
	white-space: nowrap;
}

.site-header__brand .wp-block-site-title a {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.site-header__brand .wp-block-site-title a:hover {
	color: var(--wp--preset--color--primary);
}

/* ==========================================================================
   Primary Navigation — CENTER column (wp_nav_menu output)
   ========================================================================== */

/* Nav pattern renders as .wp-block-html; flex-grow it to fill center */
.site-header__inner > .wp-block-html:has(.primary-navigation) {
	flex: 1 1 0%;
	min-width: 0;
	display: flex;
	justify-content: center;
}

.primary-navigation {
	display: flex;
	align-items: center;
}

.primary-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.primary-nav__list > li {
	position: relative;
}

.primary-nav__list > li > a {
	display: block;
	position: relative;
	padding: 6px 12px;
	color: var(--c-body-text);
	font-weight: 500;
	font-size: 0.925rem;
	border-radius: 8px;
	transition: color 0.15s ease;
	text-decoration: none;
	white-space: nowrap;
}

.primary-nav__list > li > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	width: 16px;
	height: 2px;
	background: var(--wp--preset--color--primary);
	border-radius: 99px;
	transition: transform 0.2s ease;
	transform-origin: center;
}

.primary-nav__list > li > a:hover,
.primary-nav__list > li.current-menu-item > a,
.primary-nav__list > li.current-menu-ancestor > a,
.primary-nav__list > li.current-page-ancestor > a {
	color: var(--wp--preset--color--primary);
	background: transparent;
}

.primary-nav__list > li > a:hover::after,
.primary-nav__list > li.current-menu-item > a::after,
.primary-nav__list > li.current-menu-ancestor > a::after,
.primary-nav__list > li.current-page-ancestor > a::after {
	transform: translateX(-50%) scaleX(1);
}

/* Sub-menus */
.primary-nav__list .sub-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	list-style: none;
	margin: 0;
	padding: 8px;
	background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 14px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
	z-index: 200;
}

.primary-nav__list > li:hover > .sub-menu,
.primary-nav__list > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.primary-nav__list .sub-menu a {
	display: block;
	padding: 8px 12px;
	color: var(--c-body-text);
	font-size: 0.9rem;
	border-radius: 8px;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.15s ease;
}

.primary-nav__list .sub-menu a:hover {
	color: var(--wp--preset--color--primary);
	background: var(--c-primary-a10);
}


@media (max-width: 900px) {
	.primary-navigation { display: none; }
}

/* ==========================================================================
   Mobile Menu — hamburger toggle + slide-down panel
   ========================================================================== */

/* Hide toggle on desktop */
.mobile-menu-toggle {
	display: none;
}

@media (max-width: 900px) {
	/* Show toggle on mobile */
	.mobile-menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0;
		border: none;
		border-radius: 8px;
		background: transparent;
		color: var(--wp--preset--color--contrast);
		cursor: pointer;
		flex-shrink: 0;
		transition: background 0.15s ease, color 0.15s ease;
	}

	.mobile-menu-toggle:hover,
	.mobile-menu-toggle:focus-visible {
		background: rgba(128, 128, 128, 0.15);
		outline: 2px solid var(--wp--preset--color--primary);
		outline-offset: 2px;
	}

	/* Icon visibility — show hamburger, hide X by default */
	.mobile-menu-toggle__icon--close { display: none; }

	/* When expanded: show X, hide hamburger */
	.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon--open  { display: none; }
	.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon--close { display: block; }
}

/* Mobile menu panel — always dark overlay regardless of site theme */
.mobile-menu {
	display: none;
	position: fixed;
	top: 76px;
	left: 0;
	right: 0;
	z-index: 999;
	background: #0A0F1E; /* --navy — always dark */
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
	overflow-y: auto;
	max-height: calc(100vh - 76px);
	padding: 16px 0 32px;
}

.mobile-menu.is-open {
	display: block;
}

/* Prevent body scroll when menu is open */
body.menu-open {
	overflow: hidden;
}

/* Mobile nav list */
.mobile-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-nav__list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-nav__list li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-nav__list a {
	display: block;
	padding: 14px 24px;
	font-size: 1rem;
	font-weight: 500;
	color: #F1F5F9; /* always light — readable on dark navy */
	text-decoration: none;
	transition: color 0.15s ease, background 0.15s ease;
}

.mobile-nav__list a:hover,
.mobile-nav__list a:focus-visible {
	color: var(--wp--preset--color--primary);
	background: rgba(255, 255, 255, 0.05);
}

.mobile-nav__list .current-menu-item > a,
.mobile-nav__list .current-page-ancestor > a {
	color: var(--wp--preset--color--primary);
}

/* Sub-menu indented */
.mobile-nav__list .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.2);
}

.mobile-nav__list .sub-menu a {
	padding-left: 40px;
	font-size: 0.9rem;
	font-weight: 400;
	color: #94A3B8;
}

.mobile-nav__list .sub-menu a:hover {
	color: var(--wp--preset--color--primary);
}

/* ==========================================================================
   Newsletter Subscribe Modal (Popup)
   ========================================================================== */
.newsletter-modal {
	position: fixed;
	inset: 0;
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.newsletter-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.newsletter-modal__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(26, 46, 36, 0.60);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	cursor: pointer;
}

.newsletter-modal__panel {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% + 24px)) scale(0.96);
	z-index: 9999;
	background: #F0F4D8;
	border: 1.5px solid rgba(82, 183, 136, 0.40);
	border-radius: 24px;
	padding: 52px 44px 44px;
	max-width: 480px;
	width: calc(100% - 32px);
	text-align: center;
	box-shadow: 0 32px 80px rgba(26, 46, 36, 0.20);
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.newsletter-modal.is-open .newsletter-modal__panel {
	transform: translate(-50%, -50%) scale(1);
}

.newsletter-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 34px;
	height: 34px;
	padding: 0;
	background: rgba(26, 46, 36, 0.08);
	border: 1px solid rgba(26, 46, 36, 0.12);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1A2E24;
	transition: background 0.15s ease;
}

.newsletter-modal__close:hover {
	background: rgba(26, 46, 36, 0.16);
}

.newsletter-modal__icon {
	width: 60px;
	height: 60px;
	background: #1A2E24;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #52B788;
}

.newsletter-modal__eyebrow {
	display: inline-block;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #2D6A4F;
	background: rgba(82, 183, 136, 0.28);
	border: 1px solid rgba(82, 183, 136, 0.55);
	border-radius: 999px;
	padding: 4px 14px;
	margin-bottom: 16px;
}

.newsletter-modal__title {
	font-family: 'Sora', sans-serif;
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	font-weight: 700;
	color: #1A2E24;
	line-height: 1.2;
	margin-bottom: 12px;
}

.newsletter-modal__desc {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.95rem;
	color: rgba(26, 46, 36, 0.65);
	line-height: 1.65;
	margin-bottom: 28px;
}

.newsletter-modal__form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.newsletter-modal__input {
	width: 100%;
	padding: 13px 18px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.95rem;
	border: 1.5px solid rgba(26, 46, 36, 0.18);
	border-radius: 10px;
	background: #fff;
	color: #1A2E24;
	outline: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	box-sizing: border-box;
}

.newsletter-modal__input:focus {
	border-color: #52B788;
	box-shadow: 0 0 0 3px rgba(82, 183, 136, 0.28);
}

.newsletter-modal__input::placeholder {
	color: rgba(26, 46, 36, 0.40);
}

.newsletter-modal__submit {
	width: 100%;
	padding: 14px 24px;
	font-family: 'Sora', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	background: #1A2E24;
	color: #52B788;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.1s ease;
}

.newsletter-modal__submit:hover {
	background: #2d2d2b;
	transform: translateY(-1px);
}

.newsletter-modal__note {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.78rem;
	color: rgba(26, 46, 36, 0.45);
	margin-top: 14px;
	margin-bottom: 0 !important;
}

body.popup-open { overflow: hidden; }

@media (max-width: 520px) {
	.newsletter-modal__panel {
		padding: 44px 22px 36px;
		border-radius: 18px;
		width: calc(100% - 24px);
	}
	.newsletter-modal__title {
		font-size: 1.35rem;
	}
}

/* ==========================================================================
   Header Actions — RIGHT column (search + subscribe + dark mode toggle)
   ========================================================================== */

/* The wp:html block wrapping header-actions.php outputs .wp-block-html.
   Give it flex:0 so it never grows/shrinks and stays pinned to the right. */
.site-header__inner > .wp-block-html {
	flex: 0 0 auto;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.header-search-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	color: var(--c-body-text);
	transition: all 0.15s ease;
	padding: 0;
}

.header-search-toggle:hover {
	background: var(--wp--preset--color--surface);
	border-color: var(--wp--preset--color--border);
	color: var(--wp--preset--color--contrast);
}

.header-subscribe-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 36px;
	padding: 0 18px;
	background: var(--wp--preset--color--primary);
	color: #fff !important;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.header-subscribe-btn:hover {
	background: var(--wp--preset--color--primary-dark);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(255, 92, 53, 0.3);
}

/* Search panel dropdown */
.header-search-panel {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: var(--wp--preset--color--base);
	border-top: 1px solid var(--wp--preset--color--border);
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding: 16px var(--container-pad);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.10);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.header-search-panel[aria-hidden="true"] {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-4px);
}

.header-search-panel[aria-hidden="false"] {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.header-search-panel .search-form {
	max-width: 600px;
	margin: 0 auto;
}







/* ==========================================================================
   Button System
   ========================================================================== */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	border-radius: 999px;
}

.btn--primary {
	background: #2D6A4F;
	color: #D8F3DC;
	padding: 12px 24px;
	font-size: 0.9rem;
}

.btn--primary:hover {
	background: #1F3528;
	color: #D8F3DC;
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(45,106,79,0.25);
}

.btn--sm {
	padding: 9px 18px;
	font-size: 0.82rem;
}

.btn--outline {
	background: transparent;
	color: #1A2E24;
	border: 1.5px solid rgba(26,46,36,0.30);
	padding: 11px 24px;
	font-size: 0.9rem;
}

.btn--outline:hover {
	border-color: #1A2E24;
	background: rgba(26,46,36,0.06);
}

/* ==========================================================================
   Lightbox — Feature image zoom overlay
   ========================================================================== */
.growdeshi-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.growdeshi-lightbox.is-open {
	display: flex;
}

.growdeshi-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.92);
	cursor: zoom-out;
}

.growdeshi-lightbox__img {
	position: relative;
	max-width: 92vw;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
	cursor: zoom-out;
}

.growdeshi-lightbox__close {
	position: absolute;
	top: 20px;
	right: 24px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.20);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
}

.growdeshi-lightbox__close:hover,
.growdeshi-lightbox__close:focus-visible {
	background: rgba(255, 255, 255, 0.22);
	outline: 2px solid rgba(255, 255, 255, 0.4);
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.post-hero__image-wrap {
		border-radius: 16px;
	}
}

/* ==========================================================================
   3-Column Single Post Layout
   ========================================================================== */
.single-post-layout-wrapper {
	background: var(--c-brand-wash);
}

.single-post-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr) 300px;
	gap: 48px;
	padding-top: 48px;
	padding-bottom: 64px;
	align-items: start;
}

.single-post-layout__toc {
	position: sticky;
	top: calc(var(--header-h) + 24px);
	max-height: calc(100vh - var(--header-h) - 48px);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #E8E6DF transparent;
}

.single-post-layout__toc::-webkit-scrollbar { width: 3px; }
.single-post-layout__toc::-webkit-scrollbar-thumb {
	background: var(--wp--preset--color--border);
	border-radius: 4px;
}

.single-post-layout__content {
	min-width: 0;
}

.single-post-layout__affiliate {
	position: sticky;
	top: calc(var(--header-h) + 24px);
}

/* no-toc: hide left column */
.single-post-layout.no-toc {
	grid-template-columns: minmax(0, 1fr) 260px;
}

@media (max-width: 1200px) {
	.single-post-layout {
		grid-template-columns: 180px minmax(0, 1fr) 240px;
		gap: 40px;
	}
}

@media (max-width: 1024px) {
	.single-post-layout {
		grid-template-columns: 1fr;
		gap: 32px;
		padding-top: 32px;
		padding-bottom: 48px;
	}

	.single-post-layout__toc,
	.single-post-layout__affiliate {
		position: static;
		top: auto;
		max-height: none;
	}

	.single-post-layout__affiliate { order: 3; }
}

@media (max-width: 768px) {
	.single-post-layout__toc { display: none; }
	.single-post-layout.no-toc { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Article Body Typography
   ========================================================================== */
.wp-block-post-content {
	font-size: 1.075rem;
	line-height: 1.8;
	color: var(--c-body-text);
}

.wp-block-post-content > * + * {
	margin-top: 0;
}

.wp-block-post-content h2 {
	font-size: 2rem;
	margin-top: 3rem;
	margin-bottom: 1.25rem;
	line-height: 1.15;
	letter-spacing: -0.03em;
	font-family: 'Sora', system-ui;
	color: var(--c-ink);
}

.wp-block-post-content h3 {
	font-size: clamp(1.15rem, 2vw, 1.375rem);
	margin-top: 2.25rem;
	margin-bottom: 0.75rem;
	font-family: 'Sora', system-ui;
	color: var(--c-ink);
}

.wp-block-post-content h4 {
	font-size: 1.1rem;
	margin-top: 1.75rem;
	margin-bottom: 0.5rem;
}

.wp-block-post-content p { margin-bottom: 1.5rem; }

.wp-block-post-content a {
	color: #2D6A4F;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1.5px;
}

.wp-block-post-content a:hover {
	color: #3d5700;
}

.wp-block-post-content ul,
.wp-block-post-content ol {
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
}

.wp-block-post-content li { margin-bottom: 6px; }

.wp-block-post-content strong { font-weight: 600; color: #1A2E24; }

.wp-block-post-content em { font-style: italic; }

/* Blockquote */
.wp-block-quote {
	border-left: 4px solid #52B788 !important;
	margin: 2rem 0;
	padding: 1.5rem 2rem;
	background: rgba(82,183,136,0.08);
	border-radius: 0 12px 12px 0;
}

.wp-block-quote p {
	font-size: 1.15rem;
	font-weight: 500;
	color: var(--c-ink);
	line-height: 1.5;
	margin-bottom: 0 !important;
	font-style: italic;
}

.wp-block-quote cite,
.wp-block-quote footer {
	display: block;
	margin-top: 10px;
	font-size: 0.875rem;
	color: var(--c-ink-60);
	font-style: normal;
	font-weight: 600;
}

/* Code */
.wp-block-code {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	font-family: "JetBrains Mono", "SF Mono", Monaco, monospace;
	font-size: 0.88rem;
	padding: 1.25rem 1.5rem;
	overflow-x: auto;
}


code {
	font-family: "JetBrains Mono", "SF Mono", Monaco, monospace;
	font-size: 0.875em;
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--primary);
	padding: 2px 6px;
	border-radius: 4px;
}


/* Table */
.wp-block-post-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
	margin-bottom: 2rem;
}

.wp-block-post-content th {
	background: var(--wp--preset--color--surface);
	font-weight: 600;
	text-align: left;
	padding: 10px 14px;
	border-bottom: 2px solid var(--wp--preset--color--border);
}

.wp-block-post-content td {
	padding: 10px 14px;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.wp-block-post-content tr:hover td {
	background: var(--wp--preset--color--surface);
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
	font-size: 0.82rem;
	margin-bottom: 18px;
}

.breadcrumbs__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs__item {
	display: flex;
	align-items: center;
	gap: 4px;
}

.breadcrumbs__item::after {
	content: '/';
	color: currentColor;
	opacity: 0.35;
	font-size: 0.78rem;
}

.breadcrumbs__item:last-child::after { display: none; }

.breadcrumbs__link {
	color: var(--wp--preset--color--muted);
	text-decoration: none;
	transition: color 0.15s ease;
}

.breadcrumbs__link:hover { color: var(--wp--preset--color--primary); }

.breadcrumbs__current {
	color: var(--wp--preset--color--muted);
	opacity: 0.65;
}

/* Dark context breadcrumbs */
.breadcrumbs--dark .breadcrumbs__link { color: rgba(255,255,255,0.5); }
.breadcrumbs--dark .breadcrumbs__link:hover { color: #fff; }
.breadcrumbs--dark .breadcrumbs__current { color: rgba(255,255,255,0.4); }

/* ==========================================================================
   Search Form
   ========================================================================== */
.search-form {
	position: relative;
}

.search-form__wrapper {
	display: flex;
	align-items: center;
	background: var(--wp--preset--color--base);
	border: 1.5px solid var(--wp--preset--color--border);
	border-radius: 12px;
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.search-form__wrapper:focus-within {
	border-color: var(--wp--preset--color--primary);
	box-shadow: 0 0 0 3px rgba(255, 92, 53, 0.1);
}

.search-form__icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	color: var(--wp--preset--color--muted);
	margin-left: 14px;
}

.search-field {
	flex: 1;
	padding: 12px 14px;
	border: none;
	background: transparent;
	color: var(--wp--preset--color--contrast);
	font-size: 0.95rem;
}

.search-field:focus { outline: none; }

.search-field::placeholder { color: var(--wp--preset--color--muted); }

.search-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	background: var(--wp--preset--color--primary);
	color: #fff;
	border: none;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease;
	white-space: nowrap;
}

.search-submit:hover { background: var(--wp--preset--color--primary-dark); }

/* Search results header */
.search-results-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 40px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.search-results-count {
	font-size: 1.05rem;
	color: var(--c-body-text);
	margin: 0;
}

.search-results-count strong { color: var(--c-ink); }
.search-results-count em { color: #2D6A4F; font-style: normal; font-weight: 600; }

.search-results-new-search {
	width: 100%;
	max-width: 400px;
}

@media (max-width: 640px) {
	.search-results-header { flex-direction: column; }
	.search-results-new-search { max-width: 100%; }
}

/* ==========================================================================
   404 Page
   ========================================================================== */
.error-404 {
	min-height: 80vh;
	display: flex;
	align-items: center;
}

.error-404__inner {
	text-align: center;
	padding: clamp(48px, 8vw, 96px) 0;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.error-404__number {
	font-size: clamp(5rem, 15vw, 9rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.05em;
	background: linear-gradient(135deg, #52B788 0%, #9FE1CB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: block;
	margin-bottom: 16px;
	font-family: 'Sora', system-ui;
}

.error-404__heading {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 700;
	color: #1A2E24;
	margin-bottom: 14px;
}

.error-404__message {
	font-size: 1.05rem;
	color: rgba(26,46,36,0.60);
	max-width: 480px;
	margin: 0 auto 36px;
	line-height: 1.65;
}

.error-404__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.error-404__search {
	max-width: 480px;
	margin: 0 auto 48px;
}

.error-404__search-label {
	font-size: 0.875rem;
	color: rgba(26,46,36,0.55);
	margin-bottom: 12px;
}

.error-404__search .search-form__wrapper {
	background: rgba(255,255,255,0.80);
	border-color: rgba(26,46,36,0.15);
}

.error-404__popular {
	text-align: left;
	margin-top: 64px;
}

.error-404__popular-eyebrow {
	font-family: 'Plus Jakarta Sans', system-ui;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(26,46,36,0.55);
	margin-bottom: 8px;
	text-align: center;
}

.error-404__popular-title {
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: #1A2E24;
	margin-bottom: 32px;
	text-align: center;
	letter-spacing: -0.03em;
}

/* ==========================================================================
   Site Footer
   ========================================================================== */
.site-footer {
	background: var(--wp--preset--color--mid-dark);
	color: rgba(255, 255, 255, 0.65);
}

.site-footer a {
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	transition: color 0.15s ease;
}

.site-footer a:hover { color: var(--wp--preset--color--primary); }

.site-footer__main {
	padding-top: clamp(48px, 7vw, 80px);
	padding-bottom: clamp(32px, 5vw, 56px);
}

.site-footer__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.site-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

/* Logo icon + site title inline row */
.site-footer__brand-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #fff;
}

.site-footer__brand-link:hover {
	color: #fff;
	opacity: 0.85;
}

.site-footer__logo-icon {
	height: 36px;
	width: 36px;
	object-fit: contain;
	flex-shrink: 0;
	opacity: 0.9;
}

.site-footer__site-name {
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
}

.site-footer__tagline {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.45);
	line-height: 1.65;
	max-width: 360px;
	margin: 0;
}

.site-footer__social {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 9px;
	color: rgba(255, 255, 255, 0.55) !important;
	transition: all 0.2s ease;
}

.social-link:hover {
	background: rgba(255, 92, 53, 0.15);
	border-color: rgba(255, 92, 53, 0.3);
	color: var(--wp--preset--color--primary) !important;
}

/* Footer legal menu */
.site-footer__legal {
	margin-top: 4px;
}

.site-footer__legal-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4px 16px;
}

.site-footer__legal-list li { margin: 0; }

.site-footer__legal-list li a,
.site-footer__legal-list a {
	font-size: 0.76rem;
	color: rgba(255, 255, 255, 0.3);
	text-decoration: none;
	letter-spacing: 0.01em;
	transition: color 0.15s ease;
}

.site-footer__legal-list li a:hover,
.site-footer__legal-list a:hover {
	color: rgba(255, 255, 255, 0.65);
}

/* Footer bottom bar */
.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 20px 0;
}

.site-footer__bottom .site-footer__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	grid-template-columns: none;
}

.site-footer__copyright {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.3);
	margin: 0;
}

.site-footer__built-with {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.3);
	margin: 0;
}

.site-footer__built-with a {
	color: rgba(255, 255, 255, 0.4) !important;
}

.site-footer__built-with a:hover {
	color: var(--wp--preset--color--primary) !important;
}

/* Responsive footer */
@media (max-width: 640px) {
	.site-footer__bottom .site-footer__container {
		flex-direction: column;
		text-align: center;
	}
}

/* ==========================================================================
   Custom Block Styles
   ========================================================================== */
.is-style-card {
	background: var(--wp--preset--color--surface);
	border-radius: 12px;
	padding: var(--wp--preset--spacing--40);
	border: 1px solid var(--wp--preset--color--border);
}

.is-style-bordered {
	border-left: 4px solid var(--wp--preset--color--primary);
	padding-left: 1.5rem;
}

.is-style-checkmark ul {
	list-style: none;
	padding-left: 0;
}

.is-style-checkmark li::before {
	content: '✓';
	color: var(--wp--preset--color--primary);
	font-weight: 700;
	margin-right: 8px;
}

.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--wp--preset--color--primary);
	border: 2px solid var(--wp--preset--color--primary);
}

.is-style-rounded img { border-radius: 999px; }

.wp-block-separator {
	border-color: var(--wp--preset--color--border);
	opacity: 1;
}

.wp-block-image img { border-radius: 8px; }

.wp-block-image figcaption {
	font-size: 0.82rem;
	color: var(--wp--preset--color--muted);
	text-align: center;
	margin-top: 8px;
}

/* Author bio block */
.author-bio-block.wp-block-post-author {
	display: flex;
	gap: 20px;
	padding: 28px;
	background: var(--wp--preset--color--surface);
	border-radius: 14px;
	border: 1px solid var(--wp--preset--color--border);
}

.wp-block-post-author__avatar img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--wp--preset--color--border);
}

.wp-block-post-author__name {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 4px;
}

.wp-block-post-author__bio {
	font-size: 0.9rem;
	color: var(--wp--preset--color--muted);
	margin: 0;
	line-height: 1.6;
}

/* ==========================================================================
   FAQ Section (growdeshi/faq pattern)
   ========================================================================== */
.faq-section {
	margin: 48px 0;
}

.faq-section__title {
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
	font-weight: 700;
	margin-bottom: 28px;
	color: var(--wp--preset--color--contrast);
}

.faq-item {
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.faq-item:first-of-type {
	border-top: 1px solid var(--wp--preset--color--border);
}

.faq-item__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	font-size: 1rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.faq-item__question::-webkit-details-marker { display: none; }

.faq-item__question span {
	flex: 1;
}

.faq-item__chevron {
	flex-shrink: 0;
	color: var(--wp--preset--color--muted);
	transition: transform 0.2s ease;
}

.faq-item[open] .faq-item__chevron {
	transform: rotate(180deg);
}

.faq-item[open] .faq-item__question {
	color: var(--wp--preset--color--primary);
}

.faq-item__answer {
	padding: 0 0 20px;
	color: var(--c-body-text, var(--wp--preset--color--muted));
	line-height: 1.7;
}

.faq-item__answer p {
	margin: 0;
}

/* ==========================================================================
   HowTo Section (growdeshi/howto pattern)
   ========================================================================== */
.howto-section {
	margin: 48px 0;
}

.howto-section__header {
	margin-bottom: 32px;
}

.howto-section__title {
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
	font-weight: 700;
	color: var(--wp--preset--color--contrast);
	margin-bottom: 10px;
}

.howto-section__desc {
	color: var(--c-body-text, var(--wp--preset--color--muted));
	font-size: 1rem;
	margin: 0;
	line-height: 1.65;
}

.howto-section__steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.howto-step {
	display: flex;
	gap: 20px;
	padding: 24px 0;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.howto-step:first-child {
	border-top: 1px solid var(--wp--preset--color--border);
}

.howto-step__number {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.howto-step__body {
	flex: 1;
	min-width: 0;
}

.howto-step__title {
	font-size: 1rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
	margin: 0 0 6px;
}

.howto-step__desc {
	font-size: 0.9375rem;
	color: var(--c-body-text, var(--wp--preset--color--muted));
	margin: 0;
	line-height: 1.65;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.text-gradient {
	background: linear-gradient(135deg, var(--wp--preset--color--primary), var(--wp--preset--color--primary-dark));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.text-neon-green { color: var(--wp--preset--color--secondary); }
.text-neon-blue  { color: var(--wp--preset--color--tertiary); }

.font-mono {
	font-family: "JetBrains Mono", "SF Mono", Monaco, monospace;
	letter-spacing: -0.01em;
}

/* ==========================================================================
   Accessibility
   ========================================================================== */
.skip-link {
	position: absolute;
	top: -100%;
	left: 0;
	padding: 12px 20px;
	background: var(--wp--preset--color--primary);
	color: #fff;
	z-index: 10000;
	text-decoration: none;
	font-weight: 600;
	border-radius: 0 0 8px 0;
	transition: top 0.1s ease;
}

.skip-link:focus { top: 0; }

:where(.wp-site-blocks *:focus-visible) {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 2px;
	border-radius: 2px;
}

/* ==========================================================================
   Smooth Scroll + Selection
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
		scroll-padding-top: calc(var(--header-h) + 24px);
	}
}

::selection {
	background: var(--wp--preset--color--primary);
	color: #fff;
}

/* ==========================================================================
   Mobile & Responsive — Global
   ========================================================================== */
@media (max-width: 782px) {
	.site-header .wp-block-site-title { font-size: 1rem !important; }
}

@media (max-width: 640px) {
	.site-header__actions .header-subscribe-btn { display: none; }
}

/* ==========================================================================
   Global — Remove WordPress automatic block-gap margins between sections
   ========================================================================== */
:where(.wp-site-blocks) > *,
main.wp-block-group > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

/* ==========================================================================
   Global — Homepage WP block gap removal
   ========================================================================== */
body.home :where(.wp-site-blocks) > *,
body.home main.wp-block-group > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

/* ==========================================================================
   Page Hero — Static Page Header (page.html)
   ========================================================================== */
.page-hero {
	background: var(--c-brand-wash);
	background-image: linear-gradient(180deg, rgba(82,183,136,0.18) 0%, transparent 100%);
	padding: clamp(80px, 12vw, 140px) var(--container-pad) clamp(48px, 8vw, 80px);
	text-align: center;
}

.page-hero__inner {
	max-width: 720px;
	margin: 0 auto;
}

.page-hero .breadcrumbs {
	margin-bottom: 20px;
	justify-content: center;
}

.page-hero__eyebrow {
	font-family: 'Plus Jakarta Sans', system-ui;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(26,46,36,0.50);
	margin-bottom: 16px;
}

.page-hero__title {
	font-family: 'Sora', system-ui;
	font-size: clamp(2.25rem, 5vw, 3.5rem);
	font-weight: 700;
	color: var(--c-ink);
	letter-spacing: -0.04em;
	line-height: 1.1;
	margin: 0;
}

/* ==========================================================================
   404 Page — Brand-wash background overrides
   ========================================================================== */
.error-404 {
	background: var(--c-brand-wash);
	background-image: linear-gradient(180deg, rgba(82,183,136,0.15) 0%, transparent 50%);
	padding: clamp(80px, 12vw, 140px) var(--container-pad) clamp(64px, 10vw, 120px);
}
/* ==========================================================================
   Site Footer — Generic
   ========================================================================== */
.site-footer {
	background: var(--wp--preset--color--footer);
	color: var(--wp--preset--color--white);
	padding: clamp(48px, 8vw, 80px) var(--container-pad) 0;
}

.footer-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	justify-content: space-between;
	max-width: var(--container-max);
	margin: 0 auto;
	padding-bottom: clamp(32px, 5vw, 48px);
}

.footer-brand { max-width: 300px; }

.footer-logo { display: inline-block; text-decoration: none; color: var(--wp--preset--color--white); font-weight: 700; margin-bottom: 12px; }
.footer-logo--text { font-size: 1.25rem; }
.footer-tagline { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.6; margin: 0 0 12px; }
.footer-email { color: rgba(255,255,255,0.7); font-size: 0.875rem; text-decoration: none; }
.footer-email:hover { color: var(--wp--preset--color--white); }

.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social__link { color: rgba(255,255,255,0.6); font-size: 1.25rem; text-decoration: none; transition: color 0.2s; }
.footer-social__link:hover { color: var(--wp--preset--color--white); }

.footer-nav .menu { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-nav .menu a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.footer-nav .menu a:hover { color: var(--wp--preset--color--white); }

.footer-bar {
	border-top: 1px solid rgba(255,255,255,0.1);
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 20px 0;
}

.footer-bar__copy { color: rgba(255,255,255,0.4); font-size: 0.8rem; margin: 0; }

/* ==========================================================================
   Fade-in Sections — keep for all homepage patterns you add
   ========================================================================== */
.fade-in-section {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-section.visible {
	opacity: 1;
	transform: none;
}

/* ==========================================================================
   Home Placeholder (interim homepage — replace with full design)
   ========================================================================== */

.home-placeholder {
	background: var(--c-brand-wash, #F0F4D8);
	padding: clamp(96px, 14vw, 180px) var(--container-pad, clamp(16px, 5vw, 48px)) clamp(80px, 12vw, 160px);
}

.home-placeholder__inner {
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}

.home-placeholder__eyebrow {
	display: inline-block;
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--c-ink, #1A2E24);
	background: var(--c-brand-lime, #52B788);
	padding: 6px 14px;
	border-radius: 999px;
	margin: 0 0 28px;
}

.home-placeholder__title {
	font-family: 'Sora', system-ui, sans-serif;
	font-weight: 800;
	font-size: clamp(34px, 6vw, 64px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--c-ink, #1A2E24);
	margin: 0 0 16px;
}

.home-placeholder__bangla {
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
	font-size: clamp(18px, 2.2vw, 22px);
	font-weight: 500;
	color: var(--c-ink-60, rgba(26,46,36,0.60));
	margin: 0 0 28px;
}

.home-placeholder__subtitle {
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
	font-size: clamp(16px, 1.8vw, 19px);
	line-height: 1.6;
	color: var(--c-ink-60, rgba(26,46,36,0.60));
	margin: 0 auto 36px;
	max-width: 680px;
}

.home-placeholder__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin: 0 0 56px;
}

.home-placeholder__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 26px;
	border-radius: 14px;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.home-placeholder__btn--primary {
	background: var(--c-brand-amber, #F1A035);
	color: var(--c-ink, #1A2E24);
	box-shadow: 0 6px 18px rgba(241, 160, 53, 0.28);
}

.home-placeholder__btn--primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(241, 160, 53, 0.34);
}

.home-placeholder__btn--ghost {
	background: transparent;
	color: var(--c-ink, #1A2E24);
	border: 1px solid var(--c-border, rgba(200,215,140,0.55));
}

.home-placeholder__btn--ghost:hover {
	background: rgba(26, 46, 36, 0.04);
}

.home-placeholder__pillars {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	text-align: left;
}

.home-placeholder__pillars li {
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid var(--c-border, rgba(200,215,140,0.55));
	border-radius: 14px;
	padding: 16px 18px;
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--c-ink-60, rgba(26,46,36,0.60));
}

.home-placeholder__pillars strong {
	color: var(--c-ink, #1A2E24);
	font-weight: 700;
}

/* ==========================================================================
   Site Nav (Sticky) — replaces the legacy floating capsule navbar.
   The template parts wrap the header in `<header class="site-header">`, so
   we reset the legacy capsule rules on that wrapper here — the new sticky
   nav lives inside as `<header id="site-nav" class="site-nav">`.
   ========================================================================== */
.site-header {
	position: static !important;
	top: auto !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	transition: none !important;
	z-index: auto;
}
.site-header > .wp-block-group.skip-link-wrapper { position: absolute; }

.site-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 60;
	background: rgba(255, 255, 255, 0.90);
	backdrop-filter: saturate(180%) blur(12px);
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 0.5px solid #E8E6DF;
	transition: box-shadow 0.25s ease;
}

/* The <header> block is in normal flow and occupies its own height — no extra padding needed. */
.wp-site-blocks {
	padding-top: 0;
}

.site-nav.is-scrolled {
	box-shadow: 0 1px 3px rgba(45, 106, 79, 0.08);
}

.site-nav__inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

@media (min-width: 1024px) {
	.site-nav__inner { padding: 0 40px; }
}

/* Brand (left) — inline SVG mark + wordmark + Bengali tagline */
.site-nav__brand {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	flex-shrink: 0;
}

.site-nav__mark {
	width: 36px;
	height: 36px;
	display: block;
	flex-shrink: 0;
}

/* Wrapper aligns "GrowDeshi" and "গ্রো দেশী" on baseline, side by side */
.site-nav__brand-text {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.site-nav__wordmark {
	font-family: var(--font-ui);
	font-weight: 600;
	font-size: 19px;
	letter-spacing: -0.025em;
	color: #2D6A4F;
	line-height: 1;
}

.site-nav__wordmark-bn {
	font-family: var(--font-bengali);
	font-size: 12px;
	color: #0F6E56;
	line-height: 1;
	white-space: nowrap;
}

.site-nav__brand:hover .site-nav__wordmark { color: #085041; }

/* Customizer-uploaded logo fallback */
.site-nav__logo-img {
	max-height: 36px;
	width: auto;
	display: block;
}

/* Center nav menu (desktop) */
.site-nav__menu {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.site-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 36px;
}

.site-nav__list li { margin: 0; }

.site-nav__list a {
	font-family: var(--font-ui);
	font-weight: 500;
	font-size: 14px;
	color: #5C4033;
	text-decoration: none;
	transition: color 0.18s ease;
	position: relative;
	padding: 4px 0;
}

/* Underline-scale animation (matches reference .nav-link::after) */
.site-nav__list a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 1.5px;
	background: #2D6A4F;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.site-nav__list a:hover::after,
.site-nav__list .current-menu-item > a::after,
.site-nav__list .current_page_item > a::after {
	transform: scaleX(1);
}

.site-nav__list a:hover,
.site-nav__list .current-menu-item > a,
.site-nav__list .current_page_item > a {
	color: #2D6A4F;
}

/* Right actions */
.site-nav__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.site-nav__signin {
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 500;
	color: #0F6E56;
	text-decoration: none;
	transition: color 0.18s ease;
}

.site-nav__signin:hover { color: #085041; }

.site-nav__icon-btn {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0.5px solid #E8E6DF;
	border-radius: 10px;
	background: #FBFAF6;
	color: #5C4033;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.site-nav__icon-btn:hover {
	background: #D8F3DC;
	border-color: #9FE1CB;
	color: #085041;
}

.site-nav__icon-btn[aria-expanded="true"] {
	background: #2D6A4F;
	border-color: #2D6A4F;
	color: #D8F3DC;
}

.site-nav__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 16px;
	height: 40px;
	border-radius: 10px;
	background: #2D6A4F;
	color: #D8F3DC;
	font-family: var(--font-ui);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(45, 106, 79, 0.08);
	transition: background 0.2s ease, transform 0.15s ease;
}

.site-nav__cta:hover { background: #085041; color: #D8F3DC; }
.site-nav__cta:hover svg { transform: translateX(2px); }
.site-nav__cta:active { transform: scale(0.97); }
.site-nav__cta svg { transition: transform 0.15s ease; }

.site-nav__hamburger {
	display: none;
	width: 38px;
	height: 38px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: var(--c-white);
	border: 1px solid var(--c-line);
	border-radius: 999px;
	cursor: pointer;
	padding: 0;
}

.site-nav__hamburger span {
	display: block;
	width: 16px;
	height: 2px;
	background: var(--c-ink);
	border-radius: 2px;
	transition: transform 0.25s ease, opacity 0.2s ease;
}

.site-nav__hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-nav__hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.site-nav__hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Search dropdown panel */
.site-nav__search-panel {
	position: absolute;
	top: calc(var(--header-h) + 8px);
	right: var(--container-pad);
	width: min(360px, calc(100vw - 32px));
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--c-white);
	border: 1px solid var(--c-line);
	border-radius: 14px;
	padding: 6px 6px 6px 14px;
	box-shadow: var(--c-card-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.site-nav__search-panel.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-nav__search-panel input[type="search"] {
	flex: 1;
	border: 0;
	outline: none;
	font-family: var(--font-ui);
	font-size: 15px;
	color: var(--c-ink);
	background: transparent;
	padding: 8px 0;
	min-width: 0;
}

.site-nav__search-panel input[type="search"]::placeholder { color: var(--c-ink-faint); }

.site-nav__search-panel button[type="submit"] {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	border: 0;
	background: var(--c-forest);
	color: var(--c-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.site-nav__search-panel button[type="submit"]:hover { background: var(--c-forest-dark); }

/* Mobile drawer + scrim */
.site-nav-scrim {
	position: fixed;
	inset: 0;
	background: rgba(26, 46, 36, 0.45);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	z-index: 70;
}

.site-nav-scrim.is-open { opacity: 1; visibility: visible; }

.site-nav-drawer {
	position: fixed;
	top: 0;
	right: 0;
	height: 100dvh;
	width: min(380px, 88vw);
	background: var(--c-base);
	box-shadow: -12px 0 30px -16px rgba(31, 53, 40, 0.35);
	transform: translateX(100%);
	transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
	z-index: 80;
	display: flex;
}

.site-nav-drawer.is-open { transform: translateX(0); }

.site-nav-drawer__panel {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 18px 22px 28px;
	gap: 18px;
	overflow-y: auto;
}

.site-nav-drawer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
}

.site-nav-drawer__brand {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 18px;
	color: var(--c-ink);
	text-decoration: none;
}

.site-nav-drawer__close {
	width: 38px;
	height: 38px;
	border: 1px solid var(--c-line);
	border-radius: 999px;
	background: var(--c-white);
	color: var(--c-ink);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.site-nav-drawer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.site-nav-drawer__list a {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 18px;
	color: var(--c-ink);
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease;
}

.site-nav-drawer__list a:hover,
.site-nav-drawer__list .current-menu-item > a,
.site-nav-drawer__list .current_page_item > a {
	background: var(--c-mint);
	color: var(--c-forest-dark);
}

.site-nav-drawer__cta {
	margin-top: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 14px 18px;
	background: var(--c-forest);
	color: var(--c-white);
	border-radius: 12px;
	font-family: var(--font-ui);
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
}

.site-nav-drawer__cta:hover { background: var(--c-forest-dark); color: var(--c-white); }

/* ==========================================================================
   WordPress Admin Bar Compatibility
   ==========================================================================
   When logged in, WordPress adds an admin bar (32px desktop, 46px mobile).
   These rules adjust the fixed nav position to sit below the admin bar.
   -------------------------------------------------------------------------- */

/* Desktop admin bar: 32px */
body.admin-bar .site-nav {
	top: 32px !important;
}

/* Mobile admin bar: 46px (≤600px) */
@media screen and (max-width: 600px) {
	body.admin-bar .site-nav {
		top: 46px !important;
	}
}

/* Drawer also needs to start below admin bar */
body.admin-bar .site-nav-drawer {
	top: 32px !important;
	height: calc(100dvh - 32px) !important;
}

@media screen and (max-width: 600px) {
	body.admin-bar .site-nav-drawer {
		top: 46px !important;
		height: calc(100dvh - 46px) !important;
	}
}

/* Also adjust the header class wrapper for block themes */
body.admin-bar .site-header {
	padding-top: 32px !important;
}
@media screen and (max-width: 600px) {
	body.admin-bar .site-header {
		padding-top: 46px !important;
	}
}

/* Add top spacing so sticky nav doesn't crash into hero content. */
body:not(.fse-studio-editor) .wp-site-blocks > main { padding-top: 0; }

@media (max-width: 768px) {
	.site-nav__menu { display: none; }
	.site-nav__hamburger { display: inline-flex; }
}

@media (max-width: 639px) {
	.site-nav__wordmark-bn { display: none; }
	.site-nav__signin { display: none; }
}

@media (max-width: 480px) {
	.site-nav__inner { gap: 12px; padding: 0 18px; }
	.site-nav__cta { padding: 0 12px; font-size: 11px; letter-spacing: 0.12em; }
	.site-nav__cta svg { display: none; }
}

/* ==========================================================================
   Site Footer (Dark Forest)
   ========================================================================== */
.site-footer {
	position: relative;
	overflow: hidden;
	background: #1A2E24;
	color: #9FE1CB;
	font-family: var(--font-ui);
	font-size: 15px;
	line-height: 1.6;
}

/* Dot-grid texture overlay */
.site-footer__dotgrid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: radial-gradient(rgba(216, 243, 220, 0.08) 1px, transparent 1px);
	background-size: 22px 22px;
	opacity: 0.5;
}

/* Faint leaf watermark — bottom-right */
.site-footer__leaf-mark {
	position: absolute;
	right: -6rem;
	bottom: -5rem;
	pointer-events: none;
	width: min(620px, 70vw);
	height: auto;
	opacity: 0.04;
}

/* Inner wrapper */
.site-footer__inner {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: clamp(48px, 7vw, 112px) var(--container-pad) 2.5rem;
	position: relative;
}

/* TOP BAND: brand (left) + newsletter (right) */
.site-footer__top {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: clamp(32px, 5vw, 64px);
	padding-bottom: clamp(40px, 5vw, 64px);
	border-bottom: 1px solid rgba(159, 225, 203, 0.16);
}

/* -- Brand column -- */
.site-footer__logo-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.site-footer__mark {
	width: 52px;
	height: 52px;
	display: block;
	flex-shrink: 0;
}

.site-footer__wordmark {
	font-family: var(--font-ui);
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.02em;
	color: #D8F3DC;
	line-height: 1.1;
}

.site-footer__wordmark-bn {
	font-family: var(--font-bengali);
	font-size: 13px;
	color: #9FE1CB;
	margin-top: 2px;
}

.site-footer__tagline-block {
	margin-top: 1.75rem;
}

.site-footer__tagline-bn {
	font-family: var(--font-bengali);
	font-weight: 700;
	font-size: clamp(22px, 2vw, 28px);
	letter-spacing: -0.02em;
	color: #D8F3DC;
	line-height: 1.3;
	max-width: 420px;
}

.site-footer__tagline-line2 {
	display: block;
	color: #9FE1CB;
}

.site-footer__amber { color: inherit; }

.site-footer__tagline-en {
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: #52B788;
	margin-top: 12px;
}

/* Social icons */
.site-footer__social-wrap { margin-top: 2rem; }

.site-footer__social-label {
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: #9FE1CB;
	opacity: 0.7;
	margin-bottom: 12px;
}

.site-footer__social-icons {
	display: flex;
	align-items: center;
	gap: 10px;
}

.site-footer__social-btn {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(216, 243, 220, 0.04);
	border: 1px solid rgba(159, 225, 203, 0.22);
	color: #D8F3DC;
	text-decoration: none;
	transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.site-footer__social-btn:hover {
	transform: translateY(-2px);
	background: rgba(216, 243, 220, 0.1);
	border-color: rgba(159, 225, 203, 0.45);
	color: #fff;
}

/* -- Newsletter column -- */
.site-footer__newsletter-col { padding-left: clamp(0px, 2vw, 32px); }

.site-footer__nl-label {
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: #52B788;
	margin-bottom: 1rem;
}

.site-footer__nl-heading {
	font-family: var(--font-bengali);
	font-weight: 700;
	font-size: clamp(18px, 2.2vw, 24px);
	letter-spacing: -0.02em;
	color: #D8F3DC;
	line-height: 1.35;
	max-width: 440px;
	margin: 0 0 12px;
}

.site-footer__nl-desc {
	font-family: var(--font-bengali);
	font-size: 13.5px;
	color: #9FE1CB;
	line-height: 1.7;
	max-width: 440px;
	margin: 0 0 20px;
}

.site-footer__nl-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 460px;
}
.site-footer__nl-names { display: flex; gap: 8px; }
.site-footer__nl-input--name { padding-left: 14px; } /* no mail icon on name fields */
.site-footer__nl-row { display: flex; flex-direction: column; gap: 8px; }

@media (min-width: 480px) {
	.site-footer__nl-row { flex-direction: row; align-items: stretch; }
}

.site-footer__nl-input-wrap {
	position: relative;
	flex: 1;
}

.site-footer__nl-mail-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #9FE1CB;
	pointer-events: none;
}

.site-footer__nl-input {
	width: 100%;
	height: 48px;
	padding: 0 14px 0 40px;
	border-radius: 12px;
	background: rgba(216, 243, 220, 0.06);
	border: 1px solid rgba(159, 225, 203, 0.28);
	color: #D8F3DC;
	font-family: var(--font-ui);
	font-size: 14px;
	outline: none;
	caret-color: #52B788;
	transition: border-color 0.2s ease, background 0.2s ease;
	box-sizing: border-box;
}

.site-footer__nl-input::placeholder { color: rgba(159, 225, 203, 0.45); }
.site-footer__nl-input:focus { border-color: rgba(82, 183, 136, 0.7); background: rgba(216, 243, 220, 0.09); }

.site-footer__nl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 48px;
	padding: 0 20px;
	border-radius: 12px;
	background: #D8F3DC;
	color: #085041;
	font-family: var(--font-ui);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.site-footer__nl-btn:hover { transform: scale(0.98); opacity: 0.92; }

.site-footer__nl-privacy {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11.5px;
	color: #9FE1CB;
	opacity: 0.65;
	margin-top: 10px;
}

.site-footer__nl-privacy a {
	color: inherit;
	text-decoration: underline;
}

.site-footer__nl-privacy a:hover { opacity: 1; }

/* NEWSLETTER AJAX response */
.site-footer__nl-form .newsletter-response {
	font-size: 12.5px;
	margin-top: 8px;
}

/* 4-COLUMN LINK GRID */
.site-footer__cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px 32px;
	padding: clamp(40px, 5vw, 56px) 0;
}

@media (min-width: 780px) {
	.site-footer__cols { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
}

.site-footer__col-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 20px;
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: #52B788;
}

.site-footer__col-rule {
	display: inline-block;
	width: 16px;
	height: 1px;
	background: #52B788;
	opacity: 0.5;
	flex-shrink: 0;
}

.site-footer__link-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.site-footer__link-list a {
	color: #9FE1CB;
	text-decoration: none;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 500;
	transition: color 0.18s ease, opacity 0.18s ease;
	opacity: 0.9;
}

.site-footer__link-list a:hover { color: #D8F3DC; opacity: 1; }

/* Seasons column — title + Bengali + date range */
.site-footer__link-list--seasons a {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.site-footer__season-bn {
	font-family: var(--font-bengali);
	font-size: 12px;
	color: #9FE1CB;
	opacity: 0.55;
}

.site-footer__season-range {
	font-family: var(--font-ui);
	font-size: 11.5px;
	font-variant-numeric: tabular-nums;
	color: #9FE1CB;
	opacity: 0.5;
}

/* Connect column — icon + label */
.site-footer__link-list--connect a {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.site-footer__link-icon {
	color: #9FE1CB;
	opacity: 0.7;
	margin-top: 2px;
	flex-shrink: 0;
}

/* LEGAL BAR */
.site-footer__bar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding-top: 24px;
	border-top: 1px solid rgba(159, 225, 203, 0.16);
	font-size: 12.5px;
	color: #9FE1CB;
}

@media (min-width: 680px) {
	.site-footer__bar { flex-direction: row; align-items: center; }
}

.site-footer__bar-left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	opacity: 0.7;
}

.site-footer__copy,
.site-footer__copy-bn { font-size: 12.5px; }

.site-footer__copy-bn {
	font-family: var(--font-bengali);
}

.site-footer__bar-dot { opacity: 0.4; }

.site-footer__bar-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--font-bengali);
	font-size: 11.5px;
	border-radius: 999px;
	padding: 2px 10px;
	background: rgba(244, 162, 97, 0.1);
	border: 1px solid rgba(244, 162, 97, 0.3);
	color: #F4A261;
	opacity: 1 !important;
}

.site-footer__badge-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #F4A261;
	flex-shrink: 0;
}

.site-footer__bar-right {
	display: flex;
	align-items: center;
	gap: 20px;
	opacity: 0.7;
}

.site-footer__bar-right a {
	color: #9FE1CB;
	text-decoration: none;
	font-size: 12.5px;
	transition: opacity 0.18s ease;
}

.site-footer__bar-right a:hover { opacity: 1; }

.site-footer__legal-menu {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer__legal-menu li { margin: 0; }

.site-footer__bar-domain {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* Responsive: stack top band on mobile */
@media (max-width: 860px) {
	.site-footer__top { grid-template-columns: 1fr; }
	.site-footer__newsletter-col { padding-left: 0; }
}

@media (max-width: 460px) {
	.site-footer__cols { grid-template-columns: 1fr; gap: 28px; }
}

/* ==========================================================================
   Home — Hero Section
   ========================================================================== */

.home-hero {
	position: relative;
	overflow: hidden;
	background: #1A2E24;
}

.home-hero__bg-gradient {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 80% 70% at 30% 50%, rgba(45,106,79,0.95) 0%, transparent 70%),
		radial-gradient(ellipse 60% 60% at 80% 90%, rgba(82,183,136,0.22) 0%, transparent 60%);
}

.home-hero__dotgrid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.55;
	background-image: radial-gradient(circle, rgba(216,243,220,0.08) 1px, transparent 1px);
	background-size: 22px 22px;
}

.home-hero__topo {
	position: absolute;
	opacity: 0.06;
	pointer-events: none;
	overflow: visible;
}
.home-hero__topo--left  { left: -128px; top: 48px;     width: 480px; height: 480px; }
.home-hero__topo--right { right: -128px; bottom: -80px; width: 480px; height: 480px; }

.home-hero__dot {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}
.home-hero__dot--amber { left: 8%;  top: 22%; width: 6px; height: 6px; background: #F4A261; }
.home-hero__dot--leaf  { left: 18%; top: 78%; width: 7px; height: 7px; background: #52B788; }
.home-hero__dot--mint1 { left: 6%;  top: 55%; width: 4px; height: 4px; background: #9FE1CB; }
.home-hero__dot--mint2 { left: 48%; top: 12%; width: 4px; height: 4px; background: #9FE1CB; }

.home-hero__inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(64px, 10vw, 128px) var(--container-pad) clamp(48px, 6vw, 96px);
}

.home-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}
/* Headline/CTA lead on mobile; calendar follows (was illustration-first). */
.home-hero__copy   { order: 1; text-align: center; }
.home-hero__visual { order: 2; }

@media (min-width: 1024px) {
	.home-hero__grid   { grid-template-columns: 1.15fr 1fr; gap: 56px; }
	.home-hero__copy   { order: 1; text-align: left; }
	.home-hero__visual { order: 2; }
}

.home-hero__heading {
	font-family: var(--font-bengali);
	font-size: clamp(34px, 6.5vw, 96px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.04em;
	text-wrap: balance;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.home-hero__heading-line1 { color: #D8F3DC; }
.home-hero__heading-line2 { color: #9FE1CB; }

.home-hero__divider {
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: center;
	margin-top: 32px;
}
@media (min-width: 1024px) { .home-hero__divider { justify-content: flex-start; } }

.home-hero__divider-rule {
	height: 1px;
	width: clamp(48px, 5vw, 80px);
}
.home-hero__divider-rule--left  { background: linear-gradient(to right, transparent, rgba(159,225,203,0.6)); }
.home-hero__divider-rule--right { background: linear-gradient(to left, transparent, rgba(159,225,203,0.6)); }
@media (min-width: 1024px) { .home-hero__divider-rule--right { display: none; } }

.home-hero__sub {
	font-family: var(--font-bengali);
	font-size: clamp(17px, 1.5vw, 22px);
	line-height: 1.55;
	color: #D8F3DC;
	max-width: 560px;
	text-wrap: balance;
	margin: 20px auto 0;
}
@media (min-width: 1024px) { .home-hero__sub { margin-inline: 0; } }
.home-hero__sub-line2 { display: block; color: #9FE1CB; margin-top: 4px; }

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 32px;
}
@media (min-width: 1024px) { .home-hero__actions { justify-content: flex-start; } }

.home-hero__btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 52px;
	padding: 0 24px;
	border-radius: 14px;
	background: #D8F3DC;
	color: #085041;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 4px 16px rgba(45,106,79,0.28), 0 1px 4px rgba(45,106,79,0.15);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.home-hero__btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(45,106,79,0.35);
	color: #085041;
}
.home-hero__btn-primary:active { transform: scale(0.97); }

.home-hero__btn-bn  { font-family: var(--font-bengali); font-size: 14.5px; }
.home-hero__btn-sep { opacity: 0.6; font-size: 12.5px; display: none; }
.home-hero__btn-en  { font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; opacity: 0.7; display: none; }
@media (min-width: 480px) {
	.home-hero__btn-sep,
	.home-hero__btn-en { display: inline; }
}

.home-hero__btn-arrow { transition: transform 0.2s ease; }
.home-hero__btn-primary:hover .home-hero__btn-arrow { transform: translateX(3px); }

.home-hero__btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 52px;
	padding: 0 24px;
	border-radius: 14px;
	border: 1.5px solid rgba(159,225,203,0.5);
	color: #D8F3DC;
	font-family: var(--font-bengali);
	font-size: 13.5px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	background: transparent;
	transition: background 0.2s ease, border-color 0.2s ease;
}
.home-hero__btn-ghost:hover { background: rgba(216,243,220,0.08); border-color: rgba(159,225,203,0.75); color: #D8F3DC; }

.home-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	justify-content: center;
	margin-top: 20px;
}
@media (min-width: 1024px) { .home-hero__trust { justify-content: flex-start; } }

.home-hero__trust-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #9FE1CB;
	font-size: 12px;
}
.home-hero__trust-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	flex-shrink: 0;
	background: rgba(82,183,136,0.18);
	border: 1px solid rgba(82,183,136,0.45);
}
.home-hero__trust-label { font-family: var(--font-bengali); font-weight: 500; }

.home-hero__visual {
	position: relative;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}
.home-hero__visual-halo {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 50% 45%, rgba(82,183,136,0.20) 0%, transparent 65%);
	filter: blur(20px);
	transform: scale(1.1);
}
.home-hero__visual-shadow {
	position: absolute;
	left: 18%; right: 18%; bottom: 2%;
	height: 4%;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.45) 0%, transparent 70%);
	filter: blur(6px);
	pointer-events: none;
}
.home-hero__img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.home-hero__stat-band {
	position: relative;
	background: #1A2E24;
	border-top: 1px solid rgba(159,225,203,0.18);
	box-shadow: inset 0 1px 0 rgba(159,225,203,0.06);
}
.home-hero__stat-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 24px var(--container-pad);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 12px;
}
.home-hero__stat-chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-radius: 999px;
	padding: 8px 16px 8px 12px;
	background: rgba(216,243,220,0.04);
	border: 1px solid rgba(159,225,203,0.22);
	transition: background 0.2s ease;
}
.home-hero__stat-chip:hover { background: rgba(216,243,220,0.06); }
.home-hero__stat-icon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.home-hero__stat-bn {
	font-family: var(--font-bengali);
	font-size: 13px;
	font-weight: 700;
	color: #D8F3DC;
	white-space: nowrap;
}
.home-hero__stat-en {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #9FE1CB;
	opacity: 0.7;
	white-space: nowrap;
	display: none;
}
@media (min-width: 768px) { .home-hero__stat-en { display: inline; } }

/* ==========================================================================
   Home — কেন GrowDeshi (Why GrowDeshi) Section
   ========================================================================== */

.home-why {
	position: relative;
	overflow: hidden;
	background: #F6F4EF;
}

.home-why__leaf-mark {
	position: absolute;
	right: -128px;
	bottom: -96px;
	width: min(560px, 80vw);
	height: auto;
	pointer-events: none;
	opacity: 0.05;
}

.home-why__inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(64px, 8vw, 128px) var(--container-pad);
}

.home-why__header {
	text-align: center;
	margin-bottom: 64px;
}

.home-why__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
}
.home-why__eyebrow-line {
	display: block;
	height: 1px;
	width: 40px;
	background: #2D6A4F;
}
.home-why__eyebrow-text {
	font-family: var(--font-bengali);
	font-size: 13px;
	font-weight: 600;
	color: #2D6A4F;
	letter-spacing: 0.05em;
}

.home-why__heading {
	font-family: var(--font-bengali);
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #1A2E24;
	max-width: 960px;
	text-wrap: balance;
	margin: 0 auto;
}
.home-why__heading-line2 {
	display: block;
	margin-top: 8px;
	color: #2D6A4F;
}
.home-why__amber { color: inherit; }

.home-why__subtitle {
	font-family: var(--font-bengali);
	font-size: clamp(16px, 1.3vw, 19px);
	line-height: 1.7;
	color: #5C4033;
	max-width: 720px;
	text-wrap: pretty;
	margin: 28px auto 0;
}

.home-why__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
@media (min-width: 768px) {
	.home-why__grid { grid-template-columns: repeat(3, 1fr); }
}

.home-why__card {
	position: relative;
	background: #fff;
	border: 0.5px solid #E8E6DF;
	border-radius: 22px;
	padding: 32px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.25s ease;
}
.home-why__card:hover {
	box-shadow: 0 4px 24px rgba(45,106,79,0.12);
}

.home-why__card-num {
	position: absolute;
	top: -16px;
	right: -8px;
	font-family: var(--font-bengali);
	font-size: 160px;
	font-weight: 800;
	line-height: 1;
	color: #D8F3DC;
	opacity: 0.7;
	pointer-events: none;
	user-select: none;
}

.home-why__card-icon-wrap {
	position: relative;
	z-index: 1;
	margin-bottom: 24px;
}
.home-why__card-icon {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D8F3DC;
	border: 1px solid rgba(82,183,136,0.35);
}

.home-why__card-head {
	position: relative;
	z-index: 1;
	font-family: var(--font-bengali);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: #1A2E24;
	text-wrap: balance;
	margin: 0;
}

.home-why__card-body {
	position: relative;
	z-index: 1;
	font-family: var(--font-bengali);
	font-size: 14.5px;
	line-height: 1.75;
	color: #5C4033;
	text-wrap: pretty;
	flex: 1;
	margin: 16px 0 0;
}

.home-why__card-solution {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px dashed #D9D5C7;
}
.home-why__card-check {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2D6A4F;
}
.home-why__card-sol-label {
	font-family: var(--font-bengali);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2D6A4F;
	margin-bottom: 4px;
}
.home-why__card-sol-text {
	font-family: var(--font-bengali);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #085041;
}

.home-why__connector {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-top: 40px;
}
@media (min-width: 1024px) { .home-why__connector { margin-top: 48px; } }

.home-why__connector-row {
	display: flex;
	align-items: center;
	gap: 16px;
}
.home-why__connector-line {
	display: block;
	height: 1px;
	width: clamp(64px, 6vw, 96px);
}
.home-why__connector-line--left  { background: linear-gradient(to right, transparent, #2D6A4F); }
.home-why__connector-line--right { background: linear-gradient(to left, transparent, #2D6A4F); }

.home-why__connector-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #2D6A4F;
	color: #D8F3DC;
	border-radius: 999px;
	padding: 6px 16px;
	font-family: var(--font-bengali);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.home-why__connector-sep { opacity: 0.5; }

.home-why__close-band {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	border-radius: 24px;
	padding: clamp(40px, 5vw, 48px) clamp(32px, 6vw, 56px);
	background: #1A2E24;
	box-shadow: 0 20px 50px rgba(45,106,79,0.18);
	text-align: center;
}
@media (min-width: 1024px) { .home-why__close-band { margin-top: 32px; } }

.home-why__close-text {
	font-family: var(--font-bengali);
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.03em;
	color: #D8F3DC;
	max-width: 780px;
	text-wrap: balance;
	margin: 0;
}
.home-why__close-text-line2 {
	display: block;
	margin-top: 4px;
	color: #9FE1CB;
}
.home-why__amber-dark { color: inherit; }

.home-why__close-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-bengali);
	font-size: 14px;
	font-weight: 600;
	color: #D8F3DC;
	text-decoration: none;
	border: 1.5px solid rgba(216,243,220,0.45);
	border-radius: 999px;
	padding: 10px 20px;
	transition: background 0.2s ease;
}
.home-why__close-cta:hover {
	background: rgba(216,243,220,0.10);
	color: #D8F3DC;
}

/* ==========================================================================
   Home — কিভাবে কাজ করে (How It Works) Section
   ========================================================================== */

.home-how {
	position: relative;
	overflow: hidden;
	background: #D8F3DC;
}

.home-how__leaf {
	position: absolute;
	pointer-events: none;
	height: auto;
}
.home-how__leaf--tr {
	top: -40px;
	right: -80px;
	width: 420px;
	opacity: 0.25;
}
.home-how__leaf--bl {
	bottom: -96px;
	left: -128px;
	width: 380px;
	opacity: 0.20;
	transform: rotate(180deg);
}

.home-how__inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(64px, 8vw, 128px) var(--container-pad);
}

.home-how__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 64px;
}

.home-how__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
}
.home-how__eyebrow-line {
	display: block;
	height: 1px;
	width: 40px;
	background: #085041;
}
.home-how__eyebrow-text {
	font-family: var(--font-bengali);
	font-size: 13px;
	font-weight: 600;
	color: #085041;
}

.home-how__heading {
	font-family: var(--font-bengali);
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #085041;
	max-width: 960px;
	text-wrap: balance;
	margin: 0 auto;
}
.home-how__heading-line2 {
	display: block;
	margin-top: 4px;
	color: #2D6A4F;
}
.home-how__amber { color: inherit; }

.home-how__subtitle {
	font-family: var(--font-bengali);
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.7;
	color: #0F6E56;
	max-width: 680px;
	text-wrap: pretty;
	margin: 24px auto 0;
}

.home-how__meta {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 20px;
	margin-top: 28px;
	padding: 10px 20px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(8, 80, 65, 0.18);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.home-how__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-bengali);
	font-size: 12.5px;
	font-weight: 600;
	color: #085041;
}
.home-how__meta-item .ph {
	font-size: 15px;
	line-height: 1;
}
.home-how__meta-divider {
	display: inline-block;
	width: 1px;
	height: 16px;
	background: rgba(8, 80, 65, 0.25);
}

.home-how__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px 28px;
}
@media (min-width: 768px) {
	.home-how__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
	.home-how__grid { grid-template-columns: repeat(3, 1fr); }
}

.home-how__step-wrap {
	position: relative;
}

.home-how__connector {
	display: none;
}
@media (min-width: 1024px) {
	.home-how__connector {
		display: flex;
		position: absolute;
		top: 64px;
		right: -18px;
		align-items: center;
		justify-content: center;
		z-index: 10;
		pointer-events: none;
	}
}

.home-how__card {
	position: relative;
	background: #fff;
	border: 0.5px solid rgba(82, 183, 136, 0.35);
	border-radius: 22px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: box-shadow 0.25s ease;
	overflow: hidden;
}
.home-how__card:hover {
	box-shadow: 0 4px 24px rgba(45, 106, 79, 0.12);
}
.home-how__card-num {
	position: absolute;
	top: 12px;
	right: 16px;
	font-family: var(--font-bengali);
	font-size: 88px;
	font-weight: 800;
	line-height: 1;
	color: #D8F3DC;
	opacity: 0.55;
	pointer-events: none;
	user-select: none;
}

.home-how__card-icon {
	position: relative;
	z-index: 1;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2D6A4F;
	box-shadow: 0 1px 3px rgba(45, 106, 79, 0.08);
	margin-bottom: 20px;
}
.home-how__card-icon .ph {
	font-size: 26px;
	line-height: 1;
	color: #D8F3DC;
}

.home-how__card-head {
	position: relative;
	z-index: 1;
	font-family: var(--font-bengali);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: #1A2E24;
	text-wrap: balance;
	margin: 0;
}

.home-how__card-dur-wrap {
	position: relative;
	z-index: 1;
	margin-top: 12px;
}
.home-how__card-dur {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #D8F3DC;
	color: #085041;
	font-family: var(--font-bengali);
	font-size: 11.5px;
	font-weight: 600;
}
.home-how__card-dur .ph {
	font-size: 12px;
	line-height: 1;
}

.home-how__card-body {
	position: relative;
	z-index: 1;
	font-family: var(--font-bengali);
	font-size: 14px;
	line-height: 1.75;
	color: #5C4033;
	text-wrap: pretty;
	flex: 1;
	margin: 16px 0 0;
}

.home-how__close {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
	margin-top: clamp(64px, 8vw, 80px);
}
.home-how__close-line {
	font-family: var(--font-bengali);
	font-size: 18px;
	font-weight: 600;
	color: #085041;
	margin: 0;
}

.home-how__close-ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.home-how__cta-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 52px;
	padding: 0 28px;
	border-radius: 14px;
	background: #2D6A4F;
	color: #D8F3DC;
	font-family: var(--font-bengali);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(45, 106, 79, 0.18);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.home-how__cta-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(45, 106, 79, 0.25);
	color: #D8F3DC;
}
.home-how__cta-primary:active { transform: scale(0.97); }
.home-how__cta-arrow {
	font-size: 18px;
	line-height: 1;
	transition: transform 0.2s ease;
}
.home-how__cta-primary:hover .home-how__cta-arrow { transform: translateX(3px); }

.home-how__cta-ghost {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 52px;
	padding: 0 24px;
	border-radius: 14px;
	background: transparent;
	color: #085041;
	border: 1.5px solid rgba(8, 80, 65, 0.35);
	font-family: var(--font-bengali);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease;
}
.home-how__cta-ghost:hover {
	background: rgba(45, 106, 79, 0.06);
	color: #085041;
}
.home-how__cta-play {
	font-size: 16px;
	line-height: 1;
	color: #F4A261;
}

/* ==========================================================================
   Home — বৈশিষ্ট্য (Features Bento) Section
   ========================================================================== */

.home-features {
	position: relative;
	overflow: hidden;
	background: #FBFAF6;
}

.home-features__dotgrid {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	height: 200px;
	opacity: 0.05;
	pointer-events: none;
	background-image: radial-gradient(circle, #2D6A4F 1.2px, transparent 1.2px);
	background-size: 22px 22px;
}

.home-features__inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(64px, 8vw, 128px) var(--container-pad);
}

/* Header */
.home-features__header {
	text-align: center;
	margin-bottom: 64px;
}
.home-features__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
}
.home-features__eyebrow-line {
	display: block;
	height: 1px;
	width: 40px;
	background: #2D6A4F;
}
.home-features__eyebrow-text {
	font-family: var(--font-bengali);
	font-size: 13px;
	font-weight: 600;
	color: #2D6A4F;
}
.home-features__heading {
	font-family: var(--font-bengali);
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #1A2E24;
	max-width: 920px;
	text-wrap: balance;
	margin: 0 auto;
}
.home-features__heading-line2 {
	display: block;
	margin-top: 4px;
	color: #2D6A4F;
}
.home-features__amber { color: inherit; }
.home-features__subtitle {
	font-family: var(--font-bengali);
	font-size: clamp(16px, 1.3vw, 19px);
	line-height: 1.7;
	color: #5C4033;
	max-width: 700px;
	text-wrap: pretty;
	margin: 24px auto 0;
}

/* Bento grid */
.home-features__bento {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
	.home-features__bento { grid-template-columns: repeat(6, 1fr); }
	.home-features__card--calendar { grid-column: 1 / -1; }
	.home-features__card--bio,
	.home-features__card--germ,
	.home-features__card--harvest,
	.home-features__card--lang { grid-column: span 2; }
	.home-features__card--ai { grid-column: span 4; }
}

/* Card base */
.home-features__card {
	position: relative;
	background: #fff;
	border: 0.5px solid #E8E6DF;
	border-radius: 22px;
	padding: 28px;
	overflow: hidden;
	transition: box-shadow 0.25s ease;
}
.home-features__card:hover {
	box-shadow: 0 4px 24px rgba(45, 106, 79, 0.12);
}
.home-features__card--calendar { padding: 32px; }
@media (min-width: 1024px) {
	.home-features__card--calendar { padding: 40px; }
}

/* Standard card icon (cards 2, 3, 6) */
.home-features__std-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D8F3DC;
	margin-bottom: 20px;
}
.home-features__std-icon .ph {
	font-size: 22px;
	line-height: 1;
	color: #2D6A4F;
}
.home-features__std-title {
	font-family: var(--font-bengali);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #1A2E24;
	margin: 0;
}
.home-features__std-body {
	font-family: var(--font-bengali);
	font-size: 13.5px;
	line-height: 1.7;
	color: #5C4033;
	margin: 12px 0 0;
}

/* ----- Card 1: Crop Calendar ----- */
.home-features__cal-inner {
	display: grid;
	gap: 32px;
	align-items: center;
}
@media (min-width: 1024px) {
	.home-features__cal-inner { grid-template-columns: 1fr 1.1fr; gap: 40px; }
}

.home-features__cal-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.home-features__cal-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D8F3DC;
}
.home-features__cal-icon .ph {
	font-size: 24px;
	line-height: 1;
	color: #2D6A4F;
}
.home-features__cal-pop-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #FFF3E0;
	color: #B5651D;
	font-family: var(--font-bengali);
	font-size: 11px;
	font-weight: 700;
}
.home-features__cal-pop-badge .ph {
	font-size: 11px;
	line-height: 1;
}

.home-features__cal-title {
	font-family: var(--font-bengali);
	font-size: clamp(24px, 2.3vw, 32px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #1A2E24;
	text-wrap: balance;
	margin: 0;
}
.home-features__cal-body {
	font-family: var(--font-bengali);
	font-size: 15px;
	line-height: 1.75;
	color: #5C4033;
	max-width: 460px;
	margin: 16px 0 0;
}

.home-features__cal-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}
.home-features__cal-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #F6F4EF;
	border: 0.5px solid #E8E6DF;
	color: #085041;
	font-family: var(--font-bengali);
	font-size: 12px;
	font-weight: 600;
}
.home-features__cal-chip .ph {
	font-size: 12px;
	line-height: 1;
	color: #52B788;
}

/* Calendar right panel */
.home-features__cal-panel {
	background: #F6F4EF;
	border: 0.5px solid #E8E6DF;
	border-radius: 18px;
	padding: 20px;
}
@media (min-width: 1024px) {
	.home-features__cal-panel { padding: 24px; }
}

.home-features__cal-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.home-features__cal-panel-label {
	font-family: var(--font-bengali);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0F6E56;
}
.home-features__cal-season-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 10px;
	border-radius: 999px;
	font-family: var(--font-bengali);
	font-size: 10.5px;
	font-weight: 700;
	color: #1A2E24;
	transition: background 0.2s ease;
}
.home-features__cal-season-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.home-features__cal-months {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 4px;
}
@media (max-width: 600px) {
	.home-features__cal-months { grid-template-columns: repeat(6, 1fr); row-gap: 10px; }
}
.home-features__cal-month {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	font: inherit;
}
.home-features__cal-month:focus-visible {
	outline: 2px solid #2D6A4F;
	outline-offset: 2px;
	border-radius: 6px;
}
.home-features__cal-month-label {
	font-family: var(--font-bengali);
	font-size: 10px;
	font-weight: 600;
	color: #6B6960;
	transition: color 0.2s ease;
}
.home-features__cal-month-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36px;
	border-radius: 6px;
	background: #fff;
	border: 0.5px solid #E8E6DF;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.home-features__cal-month.is-same-season .home-features__cal-month-box {
	background: #D8F3DC;
}
.home-features__cal-month.is-same-season .home-features__cal-month-label {
	color: #0F6E56;
}
.home-features__cal-month.is-active .home-features__cal-month-box {
	background: #2D6A4F;
	border: 1.5px solid #085041;
	box-shadow: 0 4px 12px rgba(45, 106, 79, 0.25);
}
.home-features__cal-month.is-active .home-features__cal-month-label {
	color: #085041;
}
.home-features__cal-today-dot {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #F4A261;
}

.home-features__cal-legend {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 12px;
	font-family: var(--font-bengali);
	font-size: 10.5px;
	color: #6B6960;
}
.home-features__cal-legend > span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.home-features__cal-legend-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.home-features__cal-legend-hint {
	color: #2D6A4F;
}
.home-features__cal-legend-hint .ph {
	font-size: 12px;
	line-height: 1;
}

.home-features__cal-veg-header {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 20px 0 12px;
	font-family: var(--font-bengali);
	font-size: 12px;
	font-weight: 600;
	color: #5C4033;
	flex-wrap: wrap;
}
.home-features__cal-veg-leaf {
	font-size: 13px;
	line-height: 1;
	transition: color 0.2s ease;
}
.home-features__cal-veg-month {
	color: #1A2E24;
	font-weight: 700;
}
.home-features__cal-veg-count {
	font-size: 10.5px;
	font-weight: 400;
	color: #9C9A92;
}

.home-features__cal-veggies {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 8px;
	min-height: 74px;
}
.home-features__cal-veg-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 13px 7px 11px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #E8E6DF;
	color: #1A2E24;
	font-family: var(--font-bengali);
	font-size: 12.5px;
	font-weight: 600;
	white-space: nowrap;
	line-height: 1.2;
	box-shadow: 0 1px 2px rgba(45, 106, 79, 0.04);
	flex: 0 0 auto;
}
.home-features__cal-veg-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex-shrink: 0;
}

/* ----- Card 2: Bio fertilizer ----- */
.home-features__bio-bars {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.home-features__bio-row {
	display: flex;
	align-items: center;
	gap: 8px;
}
.home-features__bio-row-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
}
.home-features__bio-row-label {
	font-family: var(--font-bengali);
	font-size: 11px;
	font-weight: 600;
	color: #5C4033;
	width: 80px;
	flex-shrink: 0;
}
.home-features__bio-row-bar {
	flex: 1;
	height: 6px;
	border-radius: 999px;
	background: #F6F4EF;
	overflow: hidden;
}
.home-features__bio-row-fill {
	height: 100%;
	border-radius: 999px;
}

/* ----- Card 3: Germination tracker ----- */
.home-features__germ-days {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 4px;
	margin-top: 20px;
}
.home-features__germ-day {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	flex: 1;
}
.home-features__germ-day-num {
	font-family: var(--font-bengali);
	font-size: 10px;
	font-weight: 600;
	color: #9C9A92;
}
.home-features__germ-day--done .home-features__germ-day-num,
.home-features__germ-day--today .home-features__germ-day-num {
	color: #085041;
}
.home-features__germ-day-circle {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F6F4EF;
	border: 0.5px solid #E8E6DF;
}
.home-features__germ-day--done .home-features__germ-day-circle {
	background: #D8F3DC;
}
.home-features__germ-day--done .home-features__germ-day-circle .ph {
	font-size: 12px;
	line-height: 1;
	color: #085041;
}
.home-features__germ-day--today .home-features__germ-day-circle {
	background: #2D6A4F;
}
.home-features__germ-day-today-dot {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #F4A261;
	animation: home-features-pulse 2s ease-in-out infinite;
}
@keyframes home-features-pulse {
	0%, 100% { opacity: 1; }
	50%      { opacity: 0.4; }
}
@media (prefers-reduced-motion: reduce) {
	.home-features__germ-day-today-dot { animation: none; }
}
.home-features__germ-status {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 12px;
	font-family: var(--font-bengali);
	font-size: 11px;
	font-weight: 600;
	color: #085041;
}
.home-features__germ-status .ph {
	font-size: 12px;
	line-height: 1;
	color: #F4A261;
}

/* ----- Card 4: Harvest countdown (dark) ----- */
.home-features__card--harvest {
	background: linear-gradient(160deg, #1A2E24 0%, #2D6A4F 100%);
	border: 1px solid rgba(159, 225, 203, 0.18);
}
.home-features__harvest-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(216, 243, 220, 0.12);
	border: 1px solid rgba(159, 225, 203, 0.28);
	margin-bottom: 20px;
}
.home-features__harvest-icon .ph {
	font-size: 22px;
	line-height: 1;
	color: #F4A261;
}
.home-features__harvest-title {
	font-family: var(--font-bengali);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #D8F3DC;
	margin: 0;
}
.home-features__harvest-body {
	font-family: var(--font-bengali);
	font-size: 13.5px;
	line-height: 1.7;
	color: #9FE1CB;
	margin: 12px 0 20px;
}
.home-features__harvest-box {
	background: rgba(216, 243, 220, 0.06);
	border: 1px solid rgba(159, 225, 203, 0.22);
	border-radius: 14px;
	padding: 14px 16px;
}
.home-features__harvest-label {
	font-family: var(--font-bengali);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #9FE1CB;
}
.home-features__harvest-num-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 4px;
}
.home-features__harvest-num {
	font-family: var(--font-bengali);
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #F4A261;
}
.home-features__harvest-unit {
	font-family: var(--font-bengali);
	font-size: 14px;
	font-weight: 600;
	color: #D8F3DC;
}
.home-features__harvest-date {
	font-family: var(--font-bengali);
	font-size: 11.5px;
	color: #9FE1CB;
	margin-top: 6px;
}

/* ----- Card 5: AI advice ----- */
.home-features__card--ai {
	background: #F6F4EF;
}
.home-features__ai-inner {
	display: grid;
	gap: 24px;
	align-items: center;
}
@media (min-width: 1024px) {
	.home-features__ai-inner { grid-template-columns: 1fr 1.1fr; gap: 28px; }
}
.home-features__ai-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}
.home-features__ai-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 0.5px solid #E8E6DF;
}
.home-features__ai-icon .ph {
	font-size: 22px;
	line-height: 1;
	color: #7B61FF;
}
.home-features__ai-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #1A2E24;
	color: #9FE1CB;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.home-features__ai-title {
	font-family: var(--font-bengali);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #1A2E24;
	margin: 0;
}
.home-features__ai-body {
	font-family: var(--font-bengali);
	font-size: 14px;
	line-height: 1.7;
	color: #5C4033;
	margin: 12px 0 0;
}

.home-features__ai-chat {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.home-features__ai-bubble-user,
.home-features__ai-bubble-ai {
	padding: 10px 14px;
	max-width: 90%;
	font-family: var(--font-bengali);
	font-size: 12.5px;
	font-weight: 600;
}
.home-features__ai-bubble-user {
	align-self: flex-end;
	background: #fff;
	border: 0.5px solid #E8E6DF;
	border-radius: 14px 14px 4px 14px;
	color: #5C4033;
	max-width: 80%;
}
.home-features__ai-bubble-ai {
	align-self: flex-start;
	background: #1A2E24;
	border-radius: 14px 14px 14px 4px;
}
.home-features__ai-bubble-ai-head {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #9FE1CB;
	font-size: 12.5px;
	font-weight: 600;
}
.home-features__ai-bubble-ai-head .ph {
	font-size: 12px;
	line-height: 1;
	color: #F4A261;
}
.home-features__ai-bubble-ai-body {
	margin-top: 4px;
	color: #D8F3DC;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
}

/* ----- Card 6: Bilingual ----- */
.home-features__lang-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 20px;
}
.home-features__lang-box {
	background: #F6F4EF;
	border: 0.5px solid #E8E6DF;
	border-radius: 10px;
	padding: 10px 12px;
}
.home-features__lang-tag {
	font-family: var(--font-bengali);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0F6E56;
}
.home-features__lang-word {
	font-family: var(--font-bengali);
	font-size: 14.5px;
	font-weight: 700;
	color: #1A2E24;
	margin-top: 4px;
}

/* Footer line */
.home-features__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 56px 0 0;
	font-family: var(--font-bengali);
	font-size: 14px;
	color: #5C4033;
	text-align: center;
	flex-wrap: wrap;
}
.home-features__footer .ph {
	font-size: 15px;
	line-height: 1;
	color: #2D6A4F;
}

/* ==========================================================================
   Home — জৈব পদ্ধতি (Bio First) Section
   ========================================================================== */

.home-bio {
	position: relative;
	overflow: hidden;
	background: #1A2E24;
}

.home-bio__dotgrid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.5;
	background-image: radial-gradient(circle, rgba(216, 243, 220, 0.08) 1px, transparent 1px);
	background-size: 22px 22px;
}
.home-bio__radials {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(60% 50% at 50% 0%,  rgba(45, 106, 79, 0.55) 0%, rgba(26, 46, 36, 0) 60%),
		radial-gradient(40% 50% at 100% 100%, rgba(244, 162, 97, 0.08) 0%, rgba(26, 46, 36, 0) 70%);
}
.home-bio__leaf-mark {
	position: absolute;
	left: -80px;
	top: 96px;
	width: min(440px, 60vw);
	height: auto;
	pointer-events: none;
	opacity: 0.04;
}

.home-bio__inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(64px, 8vw, 128px) var(--container-pad);
}

/* Header */
.home-bio__header {
	text-align: center;
	max-width: 860px;
	margin: 0 auto clamp(56px, 6vw, 80px);
}
.home-bio__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
}
.home-bio__eyebrow-line {
	display: block;
	height: 1px;
	width: 40px;
	background: #F4A261;
}
.home-bio__eyebrow-text {
	font-family: var(--font-bengali);
	font-size: 13px;
	font-weight: 600;
	color: #F4A261;
}
.home-bio__heading {
	font-family: var(--font-bengali);
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #D8F3DC;
	text-wrap: balance;
	margin: 0;
}
.home-bio__heading-line2 {
	display: block;
	color: #9FE1CB;
}
.home-bio__amber { color: inherit; }
.home-bio__subtitle {
	font-family: var(--font-bengali);
	font-size: clamp(16px, 1.3vw, 19px);
	line-height: 1.75;
	color: #D8F3DC;
	max-width: 700px;
	text-wrap: pretty;
	margin: 24px auto 0;
}

/* Transformation card */
.home-bio__transform {
	background: rgba(216, 243, 220, 0.04);
	border: 1px solid rgba(159, 225, 203, 0.18);
	border-radius: 24px;
	padding: clamp(24px, 4vw, 40px);
	margin-bottom: clamp(56px, 6vw, 80px);
}
.home-bio__transform-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}
.home-bio__transform-title {
	font-family: var(--font-bengali);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9FE1CB;
}
.home-bio__transform-duration {
	margin-left: 8px;
	font-weight: 500;
	letter-spacing: 0.02em;
	opacity: 0.55;
}
.home-bio__legend {
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: var(--font-bengali);
	font-size: 12px;
}
.home-bio__legend-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.home-bio__legend-item--chem { color: #F4A261; }
.home-bio__legend-item--bio  { color: #52B788; }
.home-bio__legend-sq {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 2px;
}

/* Seasons grid */
.home-bio__seasons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
@media (max-width: 380px) {
	.home-bio__seasons { grid-template-columns: 1fr; }
}
@media (min-width: 1024px) {
	.home-bio__seasons { grid-template-columns: repeat(4, 1fr); gap: 32px; }
}

.home-bio__season {
	position: relative;
}
.home-bio__season-name {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}
.home-bio__season-bn {
	font-family: var(--font-bengali);
	font-size: 18px;
	font-weight: 700;
	color: #D8F3DC;
}
.home-bio__season-sub {
	font-family: var(--font-bengali);
	font-size: 11.5px;
	color: #9FE1CB;
	opacity: 0.7;
}
.home-bio__season-bar {
	display: flex;
	height: 14px;
	border-radius: 999px;
	background: rgba(216, 243, 220, 0.06);
	overflow: hidden;
}
.home-bio__season-bar-chem {
	height: 100%;
	background: #F4A261;
	transition: width 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.home-bio__season-bar-bio {
	height: 100%;
	background: linear-gradient(90deg, #52B788 0%, #9FE1CB 100%);
	transition: width 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.home-bio__season-pct {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 12px;
}
.home-bio__season-pct-num {
	font-family: var(--font-bengali);
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #52B788;
}
.home-bio__season-pct-label {
	font-family: var(--font-bengali);
	font-size: 12.5px;
	color: #9FE1CB;
}
.home-bio__season-chevron {
	display: none;
}
@media (min-width: 1024px) {
	.home-bio__season-chevron {
		display: flex;
		position: absolute;
		right: -20px;
		top: 36px;
		align-items: center;
		justify-content: center;
		color: #9FE1CB;
		opacity: 0.5;
	}
	.home-bio__season-chevron .ph {
		font-size: 18px;
		line-height: 1;
	}
}

.home-bio__insight {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px dashed rgba(159, 225, 203, 0.22);
	flex-wrap: wrap;
}
.home-bio__insight-icon {
	font-size: 18px;
	line-height: 1;
	color: #F4A261;
	margin-top: 2px;
	flex-shrink: 0;
}
.home-bio__insight-text {
	flex: 1;
	min-width: 250px;
	font-family: var(--font-bengali);
	font-size: 14px;
	line-height: 1.7;
	color: #9FE1CB;
	margin: 0;
}
.home-bio__insight-bold {
	color: #D8F3DC;
	font-weight: 600;
}

/* 2-column split: philosophy + inputs */
.home-bio__split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}
@media (min-width: 1024px) {
	.home-bio__split { grid-template-columns: 1fr 1.15fr; gap: 56px; }
}

.home-bio__small-eyebrow {
	display: block;
	font-family: var(--font-bengali);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.home-bio__small-eyebrow--green { color: #52B788; }
.home-bio__small-eyebrow--mint  { color: #9FE1CB; }

.home-bio__why-head {
	font-family: var(--font-bengali);
	font-size: clamp(22px, 2.5vw, 32px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #D8F3DC;
	text-wrap: balance;
	margin: 0;
}
.home-bio__why-body {
	font-family: var(--font-bengali);
	font-size: 15px;
	line-height: 1.8;
	color: #9FE1CB;
	text-wrap: pretty;
	margin: 20px 0 0;
}

.home-bio__benefits {
	list-style: none;
	padding: 0;
	margin: 28px 0 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.home-bio__benefit {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.home-bio__benefit-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(82, 183, 136, 0.15);
	border: 1px solid rgba(82, 183, 136, 0.45);
	margin-top: 2px;
}
.home-bio__benefit-icon .ph {
	font-size: 14px;
	line-height: 1;
	color: #52B788;
}
.home-bio__benefit-text {
	flex: 1;
	font-family: var(--font-bengali);
	font-size: 14.5px;
	line-height: 1.65;
	color: #D8F3DC;
}

/* Inputs column */
.home-bio__inputs-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}
.home-bio__inputs-head .home-bio__small-eyebrow {
	margin-bottom: 0;
}
.home-bio__inputs-note {
	font-family: var(--font-bengali);
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #9FE1CB;
	opacity: 0.6;
}

.home-bio__inputs-list {
	background: rgba(216, 243, 220, 0.04);
	border: 1px solid rgba(159, 225, 203, 0.18);
	border-radius: 20px;
	overflow: hidden;
}
.home-bio__input-row {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 16px;
	padding: 16px 20px;
	transition: background 0.2s ease;
}
.home-bio__input-row + .home-bio__input-row {
	border-top: 1px solid rgba(159, 225, 203, 0.14);
}
.home-bio__input-row:hover {
	background: rgba(216, 243, 220, 0.05);
}
.home-bio__input-badge {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.home-bio__input-dot {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.home-bio__input-text {
	min-width: 0;
}
.home-bio__input-name {
	font-family: var(--font-bengali);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: #D8F3DC;
}
.home-bio__input-meta {
	margin-top: 4px;
	font-family: var(--font-bengali);
	font-size: 12.5px;
	line-height: 1.5;
	color: #9FE1CB;
}
.home-bio__input-role {
	font-weight: 600;
}
.home-bio__input-sep {
	margin: 0 6px;
	opacity: 0.5;
}
.home-bio__input-sub {
	opacity: 0.85;
}
.home-bio__input-check {
	font-size: 18px;
	line-height: 1;
	color: #52B788;
	flex-shrink: 0;
}

.home-bio__inputs-foot {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	font-family: var(--font-bengali);
	font-size: 12.5px;
	color: #9FE1CB;
	opacity: 0.7;
}
.home-bio__inputs-foot .ph {
	font-size: 14px;
	line-height: 1;
}

/* Closing amber quote */
.home-bio__quote-wrap {
	display: flex;
	justify-content: center;
	margin-top: clamp(56px, 6vw, 80px);
}
.home-bio__quote {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	max-width: 100%;
	padding: clamp(24px, 3vw, 28px) clamp(28px, 4vw, 40px);
	border-radius: 22px;
	background: rgba(244, 162, 97, 0.10);
	border: 1px solid rgba(244, 162, 97, 0.32);
}
.home-bio__quote-icon {
	font-size: 34px;
	line-height: 1;
	color: #F4A261;
	flex-shrink: 0;
}
.home-bio__quote-text-wrap { text-align: left; }
.home-bio__quote-main {
	font-family: var(--font-bengali);
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #F4A261;
	text-wrap: balance;
	margin: 0;
}
.home-bio__quote-sub {
	margin: 8px 0 0;
	font-family: var(--font-bengali);
	font-size: 13.5px;
	color: #F4A261;
	opacity: 0.85;
}

/* ==========================================================================
   Home — আমাদের চাষীদের কথা (Testimonials) Section
   ========================================================================== */

.home-testimonials {
	position: relative;
	background: #D8F3DC;
}

.home-testimonials__inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(64px, 8vw, 128px) var(--container-pad);
}

.home-testimonials__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 56px;
}
.home-testimonials__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
}
.home-testimonials__eyebrow-line {
	display: block;
	height: 1px;
	width: 24px;
	background: #085041;
}
.home-testimonials__eyebrow-text {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-bengali);
	font-size: 12px;
	font-weight: 600;
	color: #085041;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.home-testimonials__eyebrow-sep { opacity: 0.5; }

.home-testimonials__heading {
	font-family: var(--font-bengali);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #085041;
	max-width: 820px;
	text-wrap: balance;
	margin: 0;
}

.home-testimonials__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
@media (min-width: 768px) {
	.home-testimonials__grid { grid-template-columns: repeat(3, 1fr); }
}

.home-testimonials__card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 0.5px solid #E8E6DF;
	border-radius: 20px;
	padding: 28px;
	transition: box-shadow 0.25s ease;
}
.home-testimonials__card:hover {
	box-shadow: 0 4px 24px rgba(45, 106, 79, 0.10);
}

.home-testimonials__quote-icon {
	font-size: 28px;
	line-height: 1;
	color: #52B788;
	margin-bottom: 16px;
}

.home-testimonials__quote {
	font-family: var(--font-bengali);
	font-size: 16.5px;
	line-height: 1.7;
	color: #1A2E24;
	text-wrap: pretty;
	flex: 1;
	margin: 0;
}

.home-testimonials__crops {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 20px;
}
.home-testimonials__crop-pill {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #D8F3DC;
	color: #085041;
	font-family: var(--font-bengali);
	font-size: 11.5px;
	font-weight: 500;
}
.home-testimonials__crop-pill .ph {
	font-size: 11px;
	line-height: 1;
}

.home-testimonials__person {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 0.5px solid #E8E6DF;
}
.home-testimonials__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	flex-shrink: 0;
	font-family: var(--font-bengali);
	font-size: 16px;
	font-weight: 700;
	color: #1A2E24;
}
.home-testimonials__person-text {
	flex: 1;
	min-width: 0;
}
.home-testimonials__person-name {
	font-family: var(--font-bengali);
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.25;
	color: #1A2E24;
}
.home-testimonials__person-meta {
	font-size: 11.5px;
	color: #6B6960;
	margin-top: 2px;
}
.home-testimonials__location {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	padding: 2px 10px;
	border-radius: 999px;
	background: #D8F3DC;
	border: 0.5px solid rgba(82, 183, 136, 0.35);
	font-family: var(--font-bengali);
	font-size: 11.5px;
	font-weight: 600;
	color: #085041;
}
.home-testimonials__location .ph {
	font-size: 10.5px;
	line-height: 1;
	color: #2D6A4F;
}

/* ==========================================================================
   Home — আজই শুরু করুন (Final CTA) Section
   ========================================================================== */

.home-cta {
	position: relative;
	overflow: hidden;
	background: #2D6A4F;
}

.home-cta__dotgrid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.6;
	background-image: radial-gradient(circle, rgba(216, 243, 220, 0.08) 1px, transparent 1px);
	background-size: 22px 22px;
}

.home-cta__leaf {
	position: absolute;
	pointer-events: none;
	height: auto;
}
.home-cta__leaf--bl {
	left: -40px;
	bottom: -40px;
	width: 280px;
	opacity: 0.15;
}
.home-cta__leaf--tr {
	right: -48px;
	top: 24px;
	width: 220px;
	opacity: 0.10;
	transform: rotate(12deg);
}

.home-cta__inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(64px, 8vw, 128px) var(--container-pad);
	text-align: center;
}

.home-cta__heading {
	font-family: var(--font-bengali);
	font-size: clamp(34px, 7vw, 96px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: #D8F3DC;
	text-wrap: balance;
	margin: 0;
}
.home-cta__amber { color: inherit; }

.home-cta__subtitle {
	font-family: var(--font-bengali);
	font-size: clamp(16px, 1.5vw, 20px);
	line-height: 1.65;
	color: #9FE1CB;
	max-width: 560px;
	text-wrap: balance;
	margin: 20px auto 0;
}
.home-cta__subtitle-en {
	display: block;
	margin-top: 4px;
	color: #9FE1CB;
	opacity: 0.7;
	font-size: 0.85em;
}

.home-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 36px;
}

.home-cta__btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 56px;
	padding: 0 28px;
	border-radius: 14px;
	background: #D8F3DC;
	color: #085041;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-decoration: none;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.home-cta__btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
	color: #085041;
}
.home-cta__btn-primary:active { transform: scale(0.97); }
.home-cta__btn-arrow {
	font-size: 18px;
	line-height: 1;
	transition: transform 0.2s ease;
}
.home-cta__btn-primary:hover .home-cta__btn-arrow { transform: translateX(3px); }

.home-cta__btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 56px;
	padding: 0 28px;
	border-radius: 14px;
	background: transparent;
	color: #D8F3DC;
	border: 1.5px solid rgba(216, 243, 220, 0.45);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-decoration: none;
	transition: background 0.2s ease;
}
.home-cta__btn-ghost:hover {
	background: rgba(216, 243, 220, 0.08);
	color: #D8F3DC;
}
.home-cta__btn-ghost .ph {
	font-size: 15px;
	line-height: 1;
}

.home-cta__trust {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 20px;
	margin-top: 32px;
	font-size: 12.5px;
	color: #9FE1CB;
}
.home-cta__trust-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.home-cta__trust-item .ph {
	font-size: 14px;
	line-height: 1;
}
.home-cta__trust-sep { opacity: 0.5; }
.home-cta__trust-dot { opacity: 0.3; }


/* ==========================================================================
   Home — Hero Crop Calendar (dark glass widget in hero right column)
   ========================================================================== */

.home-hero__cal {
	background: linear-gradient(165deg, rgba(82,183,136,0.14) 0%, rgba(8,80,65,0.22) 100%);
	border: 1px solid rgba(159,225,203,0.18);
	border-radius: 22px;
	padding: 20px;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	box-shadow: 0 24px 60px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.06);
	transition: border-color 0.38s ease, box-shadow 0.38s ease;
}

/* Head: title + year */
.home-hero__cal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 13px;
}
.home-hero__cal-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-bengali);
	font-weight: 700;
	font-size: 15px;
	color: #D8F3DC;
}
.home-hero__cal-title i { color: #52B788; font-size: 18px; line-height: 1; }
.home-hero__cal-year {
	font-family: var(--font-bengali);
	font-size: 13px;
	font-weight: 600;
	color: rgba(159,225,203,0.7);
	letter-spacing: 0.02em;
}

/* Season row: "চলতি মৌসুম" label + pill */
.home-hero__cal-season-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 16px;
}
.home-hero__cal-season-label {
	font-family: var(--font-bengali);
	font-size: 12px;
	font-weight: 600;
	color: rgba(159,225,203,0.7);
	letter-spacing: 0.01em;
	flex-shrink: 0;
}

/* Season pill (bg/border tint set inline by season tone) */
.home-hero__cal-season-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 15px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: var(--font-bengali);
	font-size: 13.5px;
	font-weight: 700;
	color: #D8F3DC;
	transition: background 0.2s ease, border-color 0.2s ease;
}
.home-hero__cal-season-dot {
	position: relative;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	flex-shrink: 0;
	transition: background 0.2s ease;
}
/* Soft breathing glow in the season tone (inherits the dot's color, so it
   auto-matches when the month — and season — changes). */
.home-hero__cal-season-dot::after {
	content: "";
	position: absolute;
	inset: -3px;
	border-radius: 50%;
	background: inherit;
	filter: blur(3px);
	animation: gd-season-glow 2.6s ease-in-out infinite;
}
@keyframes gd-season-glow {
	0%, 100% { opacity: 0.35; transform: scale(1); }
	50%      { opacity: 0.75; transform: scale(1.5); }
}
@media (prefers-reduced-motion: reduce) {
	.home-hero__cal-season-dot::after { animation: none; opacity: 0.4; }
}

/* Month strip — 2 rows of 6 */
.home-hero__cal-months {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 6px;
	margin-bottom: 16px;
}
.home-hero__cal-month {
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid rgba(159,225,203,0.14);
	background: rgba(255,255,255,0.03);
	color: #9FE1CB;
	border-radius: 10px;
	padding: 8px 4px;
	font-family: var(--font-bengali);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.home-hero__cal-month:hover {
	background: rgba(159,225,203,0.10);
	border-color: rgba(159,225,203,0.30);
	color: #D8F3DC;
	transform: translateY(-1px);
}
.home-hero__cal-month.is-same-season {
	background: rgba(159,225,203,0.08);
	border-color: rgba(159,225,203,0.22);
	color: #D8F3DC;
}
.home-hero__cal-month.is-active {
	background: #D8F3DC;
	border-color: #D8F3DC;
	color: #1A2E24;
	font-weight: 700;
	box-shadow: 0 4px 14px rgba(216,243,220,0.25);
}
.home-hero__cal-month:focus-visible {
	outline: 2px solid #9FE1CB;
	outline-offset: 2px;
}
.home-hero__cal-today-dot {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #F4A261;
}
/* Slow radar "ping" — soft ring expands out of the dot to flag the current month */
.home-hero__cal-today-dot::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: #F4A261;
	animation: gd-today-ping 2.4s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes gd-today-ping {
	0%        { transform: scale(1);   opacity: 0.55; }
	70%, 100% { transform: scale(2.9); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
	.home-hero__cal-today-dot::after { animation: none; }
	.home-hero__cal-today-dot { box-shadow: 0 0 0 3px rgba(244,162,97,0.25); }
}

/* Veg header */
.home-hero__cal-veg-head {
	display: flex;
	align-items: baseline;
	gap: 6px;
	font-family: var(--font-bengali);
	margin-bottom: 10px;
}
.home-hero__cal-veg-month {
	font-weight: 700;
	font-size: 14px;
	color: #D8F3DC;
}
.home-hero__cal-veg-count {
	font-size: 12px;
	font-weight: 500;
	color: rgba(159,225,203,0.65);
}

/* Veg chips */
.home-hero__cal-veggies {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 7px;
	min-height: 66px;
	margin-bottom: 18px;
}
.home-hero__cal-veg-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 11px;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(159,225,203,0.14);
	border-radius: 999px;
	font-family: var(--font-bengali);
	font-size: 12.5px;
	font-weight: 500;
	color: #D8F3DC;
}
.home-hero__cal-veg-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex-shrink: 0;
}
.home-hero__cal-veg-store { display: none; }

/* Footer link */
.home-hero__cal-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--font-bengali);
	font-size: 13px;
	font-weight: 600;
	color: #9FE1CB;
	text-decoration: none;
	transition: gap 0.18s ease, color 0.18s ease;
}
.home-hero__cal-link:hover {
	color: #D8F3DC;
	gap: 11px;
}
.home-hero__cal-link i { font-size: 15px; line-height: 1; }

@media (max-width: 480px) {
	.home-hero__cal { padding: 16px; }
	.home-hero__cal-months { gap: 5px; }
	.home-hero__cal-month { font-size: 12px; padding: 9px 2px; min-height: 44px; display: flex; align-items: center; justify-content: center; }
}
@media (max-width: 360px) {
	.home-hero__cal-months { grid-template-columns: repeat(4, 1fr); }
}


/* ==========================================================================
   Blog Index — Prototype Rebuild (hero, featured, cards, pagination)
   ========================================================================== */

/* -- Archive / blog hero (dark forest) -- */
.archive-hero {
	position: relative;
	overflow: hidden;
	background: #2D6A4F;
	isolation: isolate;
}
.archive-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(70% 50% at 50% 0%, rgba(82,183,136,0.35) 0%, rgba(45,106,79,0) 60%),
		radial-gradient(40% 50% at 100% 100%, rgba(244,162,97,0.10) 0%, rgba(45,106,79,0) 70%);
}
.archive-hero__dotgrid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.45;
	background-image: radial-gradient(circle, rgba(216,243,220,0.10) 1px, transparent 1px);
	background-size: 22px 22px;
}
.archive-hero__leaf {
	position: absolute;
	height: auto;
	pointer-events: none;
	z-index: 0;
}
.archive-hero__leaf--left  { left: -56px; top: -32px; width: min(320px, 40vw); opacity: 0.10; }
.archive-hero__leaf--right { right: -40px; bottom: 16px; width: min(220px, 30vw); opacity: 0.09; transform: rotate(12deg); }
.archive-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto;
	padding: clamp(64px, 9vw, 112px) var(--container-pad) clamp(48px, 6vw, 80px);
	text-align: center;
}
.archive-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 26px;
}
.archive-hero__eyebrow-rule { width: 40px; height: 1px; background: #9FE1CB; }
.archive-hero__eyebrow-text {
	font-family: var(--font-bengali);
	font-weight: 600;
	font-size: 13px;
	color: #9FE1CB;
	letter-spacing: 0.02em;
}
.archive-hero__title {
	font-family: var(--font-bengali);
	font-weight: 800;
	color: #D8F3DC;
	font-size: clamp(40px, 6.5vw, 84px);
	line-height: 1;
	letter-spacing: -1.5px;
	text-wrap: balance;
	margin: 0;
}
.archive-hero__danda { color: inherit; }
.archive-hero__subtitle {
	max-width: 620px;
	margin: 22px auto 0;
	color: #9FE1CB;
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.6;
}
.archive-hero__search {
	position: relative;
	max-width: 640px;
	margin: 36px auto 0;
}
.archive-hero__search-icon {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #9FE1CB;
	pointer-events: none;
}
.archive-hero__search-input {
	width: 100%;
	height: 58px;
	padding: 0 20px 0 52px;
	border-radius: 16px;
	border: 1px solid rgba(159,225,203,0.32);
	background: rgba(216,243,220,0.10);
	color: #D8F3DC;
	font-family: var(--font-bengali);
	font-size: 15px;
	caret-color: #52B788;
	outline: none;
	transition: border-color 0.2s ease, background 0.2s ease;
}
.archive-hero__search-input::placeholder { color: rgba(216,243,220,0.6); }
.archive-hero__search-input:focus {
	border-color: #9FE1CB;
	background: rgba(216,243,220,0.14);
}
.archive-hero__pills {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}
.archive-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	font-family: var(--font-bengali);
	font-size: 12.5px;
	font-weight: 600;
	color: #D8F3DC;
	text-decoration: none;
	background: rgba(216,243,220,0.06);
	border: 1px solid rgba(159,225,203,0.28);
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.archive-pill__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cat-color, #52B788); }
.archive-pill:hover { background: rgba(216,243,220,0.14); border-color: rgba(159,225,203,0.5); }
.archive-pill.is-active {
	background: #D8F3DC;
	color: #085041;
	border-color: #D8F3DC;
}

/* -- Featured post -- */
.featured-post { margin-bottom: clamp(40px, 6vw, 64px); }
.featured-post__head { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.featured-post__rule { width: 40px; height: 1px; background: #2D6A4F; }
.featured-post__eyebrow { font-family: var(--font-bengali); font-weight: 600; font-size: 13px; color: #2D6A4F; }
.featured-post__card {
	display: grid;
	grid-template-columns: 1fr;
	background: #fff;
	border: 0.5px solid #E8E6DF;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: var(--c-card-shadow);
	transition: box-shadow 0.25s ease;
}
.featured-post__card:hover { box-shadow: 0 8px 24px rgba(45,106,79,0.16); }
.featured-post__body {
	padding: clamp(28px, 4vw, 48px);
	display: flex;
	flex-direction: column;
	gap: 18px;
	order: 2;
}
.featured-post__badges { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.featured-post__cat {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	border-radius: 999px;
	font-family: var(--font-bengali);
	font-size: 11.5px;
	font-weight: 700;
	color: #085041;
	background: color-mix(in srgb, var(--cat-color) 14%, #fff);
}
.featured-post__cat-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cat-color, #52B788); }
.featured-post__featured {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: #FFF3E0;
	color: #B5651D;
}
.featured-post__title {
	margin: 0;
	font-family: var(--font-bengali);
	font-weight: 800;
	color: #1A2E24;
	font-size: clamp(26px, 3.2vw, 42px);
	line-height: 1.15;
	letter-spacing: -0.7px;
	text-wrap: balance;
}
.featured-post__title a { color: inherit; text-decoration: none; transition: color 0.18s ease; }
.featured-post__title a:hover { color: #2D6A4F; }
.featured-post__excerpt { margin: 0; font-family: var(--font-bengali); color: #5C4033; font-size: 15px; line-height: 1.75; }
.featured-post__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding-top: 18px;
	border-top: 0.5px dashed #D9D5C7;
	font-size: 12.5px;
	color: #6B6960;
}
.featured-post__avatar {
	width: 40px; height: 40px;
	border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	background: #2D6A4F; color: #D8F3DC;
	font-weight: 700; font-size: 12.5px;
}
.featured-post__author { color: #1A2E24; font-weight: 600; font-size: 13px; }
.featured-post__sep { opacity: 0.3; }
.featured-post__date, .featured-post__read { font-family: var(--font-bengali); }
.featured-post__cta {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	max-width: 280px;
	padding: 0 22px;
	height: 52px;
	border-radius: 12px;
	background: #2D6A4F;
	color: #D8F3DC;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(45,106,79,0.18);
	transition: transform 0.18s ease, background 0.18s ease;
}
.featured-post__cta:hover { background: #1F3528; }
.featured-post__cta:active { transform: scale(0.98); }
.featured-post__cta-label { font-family: var(--font-bengali); display: inline-flex; gap: 6px; align-items: center; }
.featured-post__cta-sep { opacity: 0.4; }
.featured-post__cta i { font-size: 18px; transition: transform 0.18s ease; }
.featured-post__cta:hover i { transform: translateX(3px); }
.featured-post__art {
	position: relative;
	order: 1;
	min-height: 220px;
	background: linear-gradient(135deg, #D8F3DC 0%, #9FE1CB 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.featured-post__art-dotgrid {
	position: absolute; inset: 0; pointer-events: none; opacity: 0.4;
	background-image: radial-gradient(circle, rgba(15,110,86,0.12) 1px, transparent 1px);
	background-size: 22px 22px;
}
.featured-post__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 24px; }
.featured-post__art-svg { position: relative; width: 100%; max-width: 400px; height: auto; }

@media (min-width: 1024px) {
	.featured-post__card { grid-template-columns: 1.05fr 1fr; }
	.featured-post__body { order: 1; }
	.featured-post__art  { order: 2; }
}

/* -- Recent posts heading -- */
.post-loop__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.post-loop__title { margin: 0; font-family: var(--font-bengali); font-weight: 700; font-size: 22px; color: #1A2E24; letter-spacing: -0.3px; }
.post-loop__count { font-weight: 400; font-size: 14px; color: #6B6960; margin-left: 6px; }

/* -- Post cards grid -- */
.post-cards-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
@media (min-width: 768px)  { .post-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .post-cards-grid { grid-template-columns: repeat(3, 1fr); } }

.blog-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 0.5px solid #E8E6DF;
	border-radius: 20px;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(45,106,79,0.12); }
.blog-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1200 / 630;
	overflow: hidden;
	background: linear-gradient(135deg, var(--cat-color, #52B788) 0%, #D8F3DC 100%);
}
.blog-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-card__media-dotgrid {
	position: absolute; inset: 0; opacity: 0.3;
	background-image: radial-gradient(circle, rgba(26,46,36,0.12) 1px, transparent 1px);
	background-size: 20px 20px;
}
.blog-card__media-icon {
	position: absolute; inset: 0; margin: auto;
	width: 1em; height: 1em;
	display: flex; align-items: center; justify-content: center;
	font-size: 64px; color: rgba(26,46,36,0.45);
}
.blog-card__cat {
	position: absolute; top: 14px; left: 14px;
	display: inline-flex; align-items: center; gap: 6px;
	padding: 4px 10px; border-radius: 999px;
	background: #fff; color: #085041;
	font-family: var(--font-bengali); font-size: 11px; font-weight: 700;
}
.blog-card__cat-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cat-color, #52B788); }
.blog-card__read {
	position: absolute; bottom: 14px; right: 14px;
	display: inline-flex; align-items: center; gap: 4px;
	padding: 4px 10px; border-radius: 999px;
	background: rgba(26,46,36,0.6);
	-webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
	color: #D8F3DC; font-family: var(--font-bengali); font-size: 11px; font-weight: 600;
}
.blog-card__body { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.blog-card__title { margin: 0; font-family: var(--font-bengali); font-weight: 700; font-size: 18px; line-height: 1.375; color: #1A2E24; text-wrap: balance; }
.blog-card__title a { color: inherit; text-decoration: none; transition: color 0.18s ease; }
.blog-card__title a:hover { color: #2D6A4F; }
.blog-card__excerpt { margin: 12px 0 0; flex: 1; font-family: var(--font-bengali); color: #5C4033; font-size: 13.5px; line-height: 1.7; }
.blog-card__meta {
	display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
	margin-top: 20px; padding-top: 16px; border-top: 0.5px solid #E8E6DF;
}
.blog-card__avatar {
	width: 32px; height: 32px; border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	background: #2D6A4F; color: #D8F3DC; font-weight: 700; font-size: 11px;
	flex-shrink: 0;
}
.blog-card__meta-text { display: flex; flex-direction: column; line-height: 1.3; margin-right: auto; }
.blog-card__author { font-size: 11.5px; font-weight: 600; color: #1A2E24; }
.blog-card__date { font-family: var(--font-bengali); font-size: 11.5px; color: #6B6960; }
.blog-card__link {
	display: inline-flex; align-items: center; gap: 5px;
	font-family: var(--font-bengali); font-size: 13px; font-weight: 700;
	color: #52B788; text-decoration: none;
	transition: transform 0.18s ease, color 0.18s ease;
}
.blog-card__link-sep { opacity: 0.5; }
.blog-card:hover .blog-card__link { transform: translateX(2px); }
.blog-card__avatar:has(+ .blog-card__meta-text) { margin-right: 0; }

/* -- Empty state -- */
.blog-empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 64px 24px;
	border-radius: 20px;
	background: #F6F4EF;
	border: 0.5px solid #E8E6DF;
	color: #6B6960;
}
.blog-empty i { font-size: 40px; color: #9C9A92; display: block; margin-bottom: 12px; }

/* -- Pagination -- */
.pagination-wrapper {
	margin-top: 56px;
	display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
}
.pagination-wrapper .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 44px; height: 44px; padding: 0 8px;
	border-radius: 10px;
	background: #fff; border: 1px solid #E8E6DF; color: #5C4033;
	font-weight: 700; font-size: 13.5px; text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.pagination-wrapper a.page-numbers:hover { background: #F6F4EF; border-color: #D9D5C7; transform: translateY(-1px); }
.pagination-wrapper .page-numbers.current {
	background: #2D6A4F; border-color: #2D6A4F; color: #D8F3DC;
	box-shadow: 0 4px 10px rgba(45,106,79,0.25);
}
.pagination-wrapper .page-numbers.dots { background: transparent; border: 0; color: #9C9A92; min-width: auto; }
.pagination-wrapper .page-numbers i { font-size: 18px; }


/* ==========================================================================
   Single Post — Prototype Rebuild (header, body, sidebar, footer)
   ========================================================================== */

/* -- Shared share buttons -- */
.gd-share {
	display: inline-flex; align-items: center; justify-content: center; gap: 6px;
	height: 40px; padding: 0 12px;
	border-radius: 999px; border: 0;
	font-weight: 600; font-size: 12.5px; text-decoration: none; cursor: pointer;
	transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.gd-share i { font-size: 16px; line-height: 1; }
.gd-share--wa { background: #25D366; color: #fff; }
.gd-share--wa:hover { transform: translateY(-1px); }
.gd-share--icon { width: 40px; padding: 0; background: transparent; border: 1px solid rgba(45,106,79,0.25); color: #2D6A4F; }
.gd-share--icon:hover { background: #fff; transform: translateY(-1px); }
.gd-share--light.gd-share--icon { border-color: #E8E6DF; }
.gd-share--lg { height: 44px; }
.gd-share--lg.gd-share--icon { width: 44px; }
.gd-share--lg i { font-size: 17px; }
.gd-share--copy.is-copied { background: #2D6A4F; border-color: #2D6A4F; color: #fff; }

/* -- Back link -- */
/* -- Post header (mint) -- */
.post-hero { position: relative; overflow: hidden; background: #D8F3DC; }
.post-hero__leaf { position: absolute; right: -48px; top: -32px; width: min(360px, 38vw); height: auto; opacity: 0.18; transform: rotate(8deg); pointer-events: none; }
.post-hero__inner { position: relative; max-width: 1100px; margin: 0 auto; padding: clamp(64px, 7vw, 84px) var(--container-pad) clamp(48px, 5vw, 64px); }

/* Modern back button — sits on the mint hero for consistency */
.post-hero__back {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 20px;
	padding: 9px 16px;
	border-radius: 999px;
	background: #fff;
	color: #2D6A4F;
	font-family: var(--font-bengali);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(45,106,79,0.10);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.post-hero__back:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(45,106,79,0.16); }
.post-hero__back i { font-size: 15px; transition: transform 0.18s ease; }
.post-hero__back:hover i { transform: translateX(-3px); }
.post-hero__back-sep { opacity: 0.4; }
.post-hero__crumbs { display: flex; align-items: center; gap: 8px; font-family: var(--font-bengali); font-size: 13px; color: #0F6E56; }
.post-hero__crumbs a { color: inherit; text-decoration: none; }
.post-hero__crumbs a:hover { text-decoration: underline; }
.post-hero__crumbs-sep { opacity: 0.5; }
.post-hero__cat {
	display: inline-flex; align-items: center; gap: 6px;
	margin-top: 20px; padding: 6px 12px;
	border-radius: 999px; background: #fff; color: #085041;
	font-family: var(--font-bengali); font-size: 11.5px; font-weight: 700; text-decoration: none;
}
.post-hero__cat-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cat-color, #52B788); }
.post-hero__title { margin: 20px 0 0; font-family: var(--font-bengali); font-weight: 800; color: #2D6A4F; font-size: clamp(30px, 4.5vw, 52px); line-height: 1.15; letter-spacing: -1px; text-wrap: balance; }
.post-hero__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.post-hero__author { display: flex; align-items: center; gap: 12px; }
.post-hero__avatar { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #2D6A4F; color: #D8F3DC; font-weight: 700; font-size: 14px; }
.post-hero__author-name { display: block; color: #1A2E24; font-size: 14px; font-weight: 600; text-decoration: none; }
.post-hero__author-name:hover { text-decoration: underline; }
.post-hero__meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 2px; font-family: var(--font-bengali); font-size: 12px; color: #0F6E56; }
.post-hero__meta-sep { opacity: 0.5; }
.post-hero__share { display: flex; align-items: center; gap: 8px; }
.post-hero__share-label { font-family: var(--font-bengali); font-size: 12px; color: #0F6E56; margin-right: 4px; }

/* -- Cover image (mint → white split) -- */
.post-cover { background: linear-gradient(180deg, #D8F3DC 0%, #D8F3DC 50%, #fff 50%, #fff 100%); }
.post-cover__inner { max-width: 1100px; margin: 0 auto; padding: 0 var(--container-pad) clamp(40px, 5vw, 56px); }
.post-cover__frame { position: relative; aspect-ratio: 16 / 9; border-radius: 24px; overflow: hidden; border: 1px solid #E8E6DF; background: #F6F4EF; box-shadow: 0 8px 24px rgba(45,106,79,0.16); }
.post-cover__img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.post-cover__placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(45,106,79,0.3); }
.post-cover__placeholder i { font-size: 64px; }

/* -- Body 2-column layout -- */
.single-body { background: #fff; }
.single-body__inner {
	max-width: var(--container-max); margin: 0 auto;
	padding: clamp(48px, 6vw, 80px) var(--container-pad);
	display: grid; grid-template-columns: 1fr; gap: 48px;
}
.single-body__main { max-width: 720px; width: 100%; min-width: 0; }
.single-body__aside { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
@media (min-width: 1024px) {
	.single-body__inner { grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; }
	.single-body__aside { position: sticky; top: 90px; align-self: start; }
}

/* -- Article body typography -- */
.single-body__main .wp-block-post-content { font-family: var(--font-bengali); color: #5C4033; font-size: 16.5px; line-height: 1.9; }
.single-body__main .wp-block-post-content > * { margin-top: 16px; margin-bottom: 16px; }
.single-body__main .wp-block-post-content h2 {
	font-family: var(--font-bengali); font-weight: 800; color: #2D6A4F;
	font-size: 26px; line-height: 1.3; letter-spacing: -0.4px;
	margin-top: 48px; margin-bottom: 18px; scroll-margin-top: 90px; text-wrap: balance;
}
.single-body__main .wp-block-post-content h3 {
	font-family: var(--font-bengali); font-weight: 700; color: #1A2E24;
	font-size: 20px; line-height: 1.4; margin-top: 32px; margin-bottom: 12px; scroll-margin-top: 90px;
}
.single-body__main .wp-block-post-content p { margin: 16px 0; }
.single-body__main .wp-block-post-content a { color: #2D6A4F; text-decoration: underline; text-underline-offset: 2px; }
.single-body__main .wp-block-post-content strong { color: #1A2E24; font-weight: 700; }
.single-body__main .wp-block-post-content ul,
.single-body__main .wp-block-post-content ol { list-style: none; padding-left: 0; margin: 20px 0; }
.single-body__main .wp-block-post-content li { position: relative; padding-left: 30px; margin: 12px 0; }
.single-body__main .wp-block-post-content ul li::before { content: ""; position: absolute; left: 3px; top: 11px; width: 8px; height: 8px; border-radius: 50%; background: #52B788; }
.single-body__main .wp-block-post-content ol { counter-reset: gd-ol; }
.single-body__main .wp-block-post-content ol li { counter-increment: gd-ol; }
.single-body__main .wp-block-post-content ol li::before {
	content: counter(gd-ol); position: absolute; left: 0; top: 2px;
	width: 22px; height: 22px; border-radius: 50%;
	background: #D8F3DC; color: #085041;
	display: flex; align-items: center; justify-content: center;
	font-size: 11px; font-weight: 700;
}
.single-body__main .wp-block-post-content blockquote {
	position: relative; margin: 32px 0; padding: 28px 32px;
	background: #D8F3DC; border-left: 4px solid #F4A261; border-radius: 16px;
}
.single-body__main .wp-block-post-content blockquote::before { content: "\201C"; display: block; font-size: 40px; line-height: 0.5; color: #F4A261; margin-bottom: 12px; }
.single-body__main .wp-block-post-content blockquote p { margin: 0; font-family: var(--font-bengali); font-weight: 700; color: #085041; font-size: 20px; line-height: 1.5; letter-spacing: -0.3px; }
.single-body__main .wp-block-post-content img { border-radius: 14px; }
.single-body__main .wp-block-post-content table { width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 24px 0; }
.single-body__main .wp-block-post-content th,
.single-body__main .wp-block-post-content td { border: 1px solid #E8E6DF; padding: 10px 14px; text-align: left; }
.single-body__main .wp-block-post-content th { background: #F6F4EF; color: #1A2E24; font-weight: 700; }
.single-body__main .wp-block-post-content code { font-family: var(--font-mono); font-size: 0.9em; background: #F6F4EF; padding: 2px 6px; border-radius: 6px; }
.single-body__main .wp-block-post-content pre { background: #1A2E24; color: #D8F3DC; padding: 18px 20px; border-radius: 14px; overflow: auto; }

/* Tip / Warning callouts (Group block styles) */
.wp-block-group.is-style-tip,
.wp-block-group.is-style-warning {
	border-radius: 14px; padding: 20px 24px; margin: 32px 0;
	font-family: var(--font-bengali);
}
.wp-block-group.is-style-tip { background: #D8F3DC; border-left: 3px solid #52B788; color: #085041; }
.wp-block-group.is-style-warning { background: #FFF3E0; border-left: 3px solid #F4A261; color: #B5651D; }
.wp-block-group.is-style-tip::before,
.wp-block-group.is-style-warning::before {
	display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px;
}
.wp-block-group.is-style-tip::before { content: "পরামর্শ · TIP"; color: #085041; }
.wp-block-group.is-style-warning::before { content: "সতর্কতা · WARNING"; color: #B5651D; }

/* -- TOC sidebar -- */
.toc-sidebar { background: #fff; border: 0.5px solid #E8E6DF; border-radius: 16px; padding: 20px; }
.toc-sidebar__head { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; font-family: var(--font-bengali); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #2D6A4F; }
.toc-sidebar__head i { font-size: 14px; }
.toc-list { list-style: none; margin: 0; padding: 0; counter-reset: gd-toc; }
.toc-item { counter-increment: gd-toc; }
.toc-link {
	display: block; position: relative;
	font-family: var(--font-bengali); font-size: 13.5px; line-height: 1.4;
	padding: 8px 0 8px 10px; color: #6B6960; text-decoration: none;
	border-left: 2px solid #E8E6DF; transition: all 0.18s ease;
}
.toc-link::before { content: counter(gd-toc, decimal-leading-zero) "  "; color: #9C9A92; font-size: 11px; font-weight: 500; }
.toc-link:hover { color: #2D6A4F; }
.toc-link.is-active {
	color: #2D6A4F; font-weight: 700; padding-left: 14px;
	border-left: 3px solid #2D6A4F; background: rgba(82,183,136,0.08); border-radius: 0 8px 8px 0;
}
.toc-link.is-active::before { color: #52B788; font-weight: 700; }

/* -- App promo box -- */
.app-promo { position: relative; overflow: hidden; border-radius: 16px; padding: 24px; background: linear-gradient(150deg, #1A2E24 0%, #2D6A4F 100%); color: #D8F3DC; }
.app-promo__leaf { position: absolute; right: -24px; bottom: -24px; width: 150px; height: auto; opacity: 0.12; pointer-events: none; }
.app-promo__inner { position: relative; }
.app-promo__icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; margin-bottom: 16px; background: rgba(216,243,220,0.10); border: 1px solid rgba(159,225,203,0.32); }
.app-promo__icon i { font-size: 22px; color: #F4A261; }
.app-promo__title { font-family: var(--font-bengali); font-weight: 700; font-size: 17px; color: #D8F3DC; }
.app-promo__desc { font-family: var(--font-bengali); font-size: 13px; color: #9FE1CB; line-height: 1.65; margin: 10px 0 0; }
.app-promo__cta { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 44px; margin-top: 20px; border-radius: 12px; background: #D8F3DC; color: #085041; font-weight: 700; font-size: 13.5px; text-decoration: none; transition: transform 0.18s ease; }
.app-promo__cta:hover { transform: translateY(-1px); }

/* -- Store (shop picks) -- */
.store { background: #fff; border: 0.5px solid #E8E6DF; border-radius: 16px; overflow: hidden; }
.store__head { padding: 20px 20px 16px; background: #F6F4EF; border-bottom: 0.5px solid #E8E6DF; }
.store__head-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
.store__brand { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #2D6A4F; }
.store__soon { display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; border-radius: 999px; background: #FFF3E0; color: #B5651D; font-family: var(--font-bengali); font-size: 9.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.store__soon-dot { width: 4px; height: 4px; border-radius: 50%; background: #F4A261; }
.store__subline { font-family: var(--font-bengali); font-size: 13.5px; font-weight: 700; color: #1A2E24; line-height: 1.4; }
.store__list { padding: 12px; display: flex; flex-direction: column; gap: 4px; }
.store__row { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 12px; text-decoration: none; transition: background 0.18s ease; }
.store__row:hover { background: #F6F4EF; }
.store__icon { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 10px; flex-shrink: 0; background: linear-gradient(135deg, color-mix(in srgb, var(--tone) 13%, #fff) 0%, color-mix(in srgb, var(--tone) 33%, #fff) 100%); border: 0.5px solid color-mix(in srgb, var(--tone) 33%, #fff); }
.store__icon i { font-size: 24px; color: var(--tone); }
.store__icon img { width: 28px; height: 28px; object-fit: contain; }
.store__text { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.store__type-row { display: flex; align-items: center; gap: 6px; }
.store__type { font-family: var(--font-bengali); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tone); }
.store__tag { display: inline-flex; padding: 1px 6px; border-radius: 999px; background: #FFF3E0; color: #B5651D; font-family: var(--font-bengali); font-size: 9.5px; font-weight: 700; }
.store__name { font-family: var(--font-bengali); font-size: 13px; font-weight: 700; color: #1A2E24; line-height: 1.3; margin-top: 2px; }
.store__price { font-family: var(--font-bengali); font-size: 14.5px; font-weight: 700; color: #085041; margin-top: 4px; }
.store__arrow { font-size: 16px; color: #2D6A4F; opacity: 0.4; flex-shrink: 0; transition: opacity 0.18s ease; }
.store__row:hover .store__arrow { opacity: 1; }
.store__foot { padding: 14px 20px; background: #F6F4EF; border-top: 0.5px solid #E8E6DF; }
.store__foot-link { display: flex; align-items: center; justify-content: space-between; color: #2D6A4F; font-size: 12.5px; font-weight: 600; text-decoration: none; }
.store__foot-left { display: inline-flex; align-items: center; gap: 6px; }

/* -- Post footer (tags / share / author) -- */
.post-footer { margin-top: 56px; padding-top: 40px; border-top: 0.5px solid #E8E6DF; }
.post-footer__tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 32px; }
.post-footer__tags-label { font-family: var(--font-bengali); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #2D6A4F; margin-right: 4px; }
.post-footer__tag { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 20px; background: #F6F4EF; border: 0.5px solid #E8E6DF; color: #085041; font-family: var(--font-bengali); font-size: 12.5px; font-weight: 600; text-decoration: none; transition: background 0.18s ease; }
.post-footer__tag:hover { background: #fff; }
.post-footer__tag i { font-size: 11px; color: #52B788; }
.post-footer__share { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; padding: 16px 20px; border-radius: 16px; background: #F6F4EF; }
.post-footer__share-text { font-family: var(--font-bengali); font-size: 14px; font-weight: 600; color: #1A2E24; }
.post-footer__share-btns { display: flex; align-items: center; gap: 8px; }
.post-footer__author { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 20px; padding: 28px; border-radius: 20px; border: 0.5px solid #E8E6DF; background: #fff; }
.post-footer__author-avatar { width: 64px; height: 64px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #2D6A4F; color: #D8F3DC; font-weight: 700; font-size: 18px; flex-shrink: 0; }
.post-footer__author-body { flex: 1; min-width: 200px; }
.post-footer__author-label { font-family: var(--font-bengali); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #52B788; }
.post-footer__author-name { font-size: 18px; font-weight: 700; color: #1A2E24; margin-top: 4px; }
.post-footer__author-bio { font-family: var(--font-bengali); font-size: 14px; color: #5C4033; line-height: 1.7; margin: 8px 0 0; max-width: 540px; }
.post-footer__author-cta { display: inline-flex; align-items: center; gap: 8px; padding: 0 20px; height: 44px; border-radius: 12px; background: #2D6A4F; color: #D8F3DC; font-weight: 700; font-size: 12px; text-decoration: none; flex-shrink: 0; transition: background 0.18s ease; }
.post-footer__author-cta:hover { background: #1F3528; }

/* -- Related posts -- */
.related-posts { background: #FBFAF6; padding: clamp(56px, 8vw, 80px) var(--container-pad); }
.related-posts__head { max-width: var(--container-max); margin: 0 auto 32px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.related-posts .post-cards-grid { max-width: var(--container-max); margin: 0 auto; }
.related-posts__eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-bengali); font-size: 13px; font-weight: 600; color: #2D6A4F; }
.related-posts__rule { width: 40px; height: 1px; background: #2D6A4F; }
.related-posts__all { display: inline-flex; align-items: center; gap: 6px; color: #2D6A4F; font-size: 13px; font-weight: 700; text-decoration: none; }
.related-posts__all-sep { opacity: 0.4; }


/* ==========================================================================
   Newsletter Strip — mint two-column (matches prototype)
   ========================================================================== */
.newsletter-section { position: relative; overflow: hidden; background: #D8F3DC; }
.newsletter-section__leaf { position: absolute; right: -64px; top: -40px; width: min(380px, 50vw); height: auto; opacity: 0.12; pointer-events: none; }
.newsletter-section__inner { position: relative; max-width: 1100px; margin: 0 auto; padding: clamp(56px, 8vw, 80px) var(--container-pad); display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 1024px) { .newsletter-section__inner { grid-template-columns: 1.2fr 1fr; } }
.newsletter-section__eyebrow { font-family: var(--font-bengali); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #2D6A4F; }
.newsletter-section__title { margin: 12px 0 0; font-family: var(--font-bengali); font-weight: 800; color: #085041; font-size: clamp(26px, 3vw, 40px); line-height: 1.15; letter-spacing: -0.8px; text-wrap: balance; }
.newsletter-section__desc { margin: 12px 0 0; max-width: 480px; color: #0F6E56; font-size: 15px; line-height: 1.6; }
.newsletter-form { display: flex; flex-direction: column; gap: 10px; }
.newsletter-section__fields { display: flex; flex-direction: column; gap: 10px; }
@media (min-width: 560px) { .newsletter-section__fields { flex-direction: row; } }
.newsletter-section__field { position: relative; flex: 1; }
.newsletter-section__field-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); font-size: 16px; color: #0F6E56; pointer-events: none; }
.newsletter-section__input { width: 100%; height: 52px; padding: 0 16px 0 44px; border-radius: 12px; border: 1px solid #B4D8C2; background: #fff; color: #085041; font-size: 14px; outline: none; transition: border-color 0.18s ease; }
.newsletter-section__input::placeholder { color: #6B6960; }
.newsletter-section__input:focus { border-color: #2D6A4F; }
.newsletter-section__submit { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; padding: 0 24px; border: 0; border-radius: 12px; cursor: pointer; background: #2D6A4F; color: #D8F3DC; font-weight: 700; font-size: 12px; letter-spacing: 0.14em; box-shadow: 0 4px 12px rgba(45,106,79,0.18); width: 100%; transition: background 0.18s ease, transform 0.18s ease; }
.newsletter-section__submit:hover { background: #1F3528; transform: translateY(-1px); }
.newsletter-section__submit i { font-size: 16px; }
.newsletter-section__note { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-family: var(--font-bengali); font-size: 12px; color: #0F6E56; opacity: 0.75; }
.newsletter-section__note i { font-size: 13px; }
.newsletter-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.newsletter-section__form-col .newsletter-response { margin: 12px 0 0; font-family: var(--font-bengali); font-size: 13px; font-weight: 600; }
.newsletter-section__form-col .newsletter-response--success { color: #085041; }
.newsletter-section__form-col .newsletter-response--error { color: #B5651D; }


/* ==========================================================================
   Content Protection (toggled via Customizer → adds .gd-protected on <body>)
   ========================================================================== */
body.gd-protected {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none; /* iOS long-press menu (save image / copy) */
}
body.gd-protected img,
body.gd-protected svg {
	-webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
}
/* Form fields stay fully usable + selectable (search, newsletter, etc.) */
body.gd-protected input,
body.gd-protected textarea,
body.gd-protected select,
body.gd-protected [contenteditable="true"] {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.gd-protect-toast {
	position: fixed;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%) translateY(12px);
	z-index: 99999;
	max-width: min(90vw, 420px);
	padding: 11px 18px;
	border-radius: 12px;
	background: rgba(26,46,36,0.92);
	color: #D8F3DC;
	font-family: var(--font-bengali);
	font-size: 13.5px;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 12px 30px rgba(0,0,0,0.30);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.gd-protect-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

/* ==========================================================================
   Scroll-to-top button (global, injected by navigation.js)
   ========================================================================== */
.gd-to-top {
	position: fixed;
	right: clamp(16px, 4vw, 24px);
	bottom: clamp(16px, 4vw, 24px);
	width: 46px;
	height: 46px;
	border: none;
	border-radius: 999px;
	background: var(--c-forest, #2D6A4F);
	color: var(--c-mint, #D8F3DC);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 6px 20px rgba(45, 106, 79, 0.28);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .25s ease, transform .25s ease, visibility .25s ease, background .18s ease;
	z-index: 90;
}
.gd-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.gd-to-top:hover { background: var(--c-forest-dark, #1F3528); }
.gd-to-top:active { transform: scale(0.94); }
@media (prefers-reduced-motion: reduce) { .gd-to-top { transition: opacity .2s ease; } }

/* ==========================================================================
   Announcement bar (global, rendered on wp_body_open — see inc/announcement.php)
   ========================================================================== */
:root { --gd-announce-h: 40px; }
.gd-announce {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 61; /* above the fixed nav (z-index 60) */
	font-family: var(--font-bengali);
	font-size: 13.5px;
}
.gd-announce[hidden] { display: none; }
/* When the bar is shown (body.has-announce, added in PHP), push the fixed nav + page
   content down by the bar height (JS keeps --gd-announce-h exact; 40px is the no-JS default). */
body.has-announce .site-nav { top: var(--gd-announce-h); }
/* Fixed announce bar overlays the header — push header down by exactly that height. */
body.has-announce .wp-site-blocks { padding-top: var(--gd-announce-h); }

/* Announcement bar + Admin bar combination */
body.admin-bar .gd-announce { top: 32px !important; }
@media screen and (max-width: 600px) {
	body.admin-bar .gd-announce { top: 46px !important; }
}

/* When both admin bar AND announcement bar are present, nav needs to be below both */
body.admin-bar.has-announce .site-nav { top: calc(32px + var(--gd-announce-h)) !important; }
@media screen and (max-width: 600px) {
	body.admin-bar.has-announce .site-nav { top: calc(46px + var(--gd-announce-h)) !important; }
}

/* WP shifts html by margin-top:32/46px for the admin bar; we only need to clear the announce bar. */
body.admin-bar.has-announce .wp-site-blocks { padding-top: var(--gd-announce-h) !important; }
@media screen and (max-width: 600px) {
	body.admin-bar.has-announce .wp-site-blocks { padding-top: var(--gd-announce-h) !important; }
}

/* Adjust mobile drawer when both admin bar and announcement are present */
body.admin-bar.has-announce .site-nav-drawer { top: calc(32px + var(--gd-announce-h)) !important; height: calc(100dvh - 32px - var(--gd-announce-h)) !important; }
@media screen and (max-width: 600px) {
	body.admin-bar.has-announce .site-nav-drawer { top: calc(46px + var(--gd-announce-h)) !important; height: calc(100dvh - 46px - var(--gd-announce-h)) !important; }
}

/* Adjust header wrapper when all are present */
body.admin-bar.has-announce .site-header { padding-top: calc(32px + var(--gd-announce-h)) !important; }
@media screen and (max-width: 600px) {
	body.admin-bar.has-announce .site-header { padding-top: calc(46px + var(--gd-announce-h)) !important; }
}
.gd-announce__inner {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 9px calc(var(--container-pad) + 28px);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
}
.gd-announce__text { margin: 0; line-height: 1.45; }
.gd-announce__link {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 4px;
	white-space: nowrap;
}
.gd-announce__link .ph { font-size: 13px; }
.gd-announce__close {
	position: absolute;
	right: var(--container-pad);
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border: none;
	background: none;
	color: inherit;
	opacity: 0.7;
	cursor: pointer;
	font-size: 15px;
	border-radius: 999px;
	transition: opacity .15s ease, background .15s ease;
}
.gd-announce__close:hover { opacity: 1; background: rgba(255,255,255,0.14); }

/* ==========================================================================
   Hero Watermark Logo Marks
   ========================================================================== */
.home-hero__wm {
	position: absolute;
	width: 260px;
	height: 260px;
	pointer-events: none;
	opacity: 0.07;
}
.home-hero__wm--tr { top: -32px;  right: -40px; }
.home-hero__wm--bl { bottom: -32px; left: -40px; }

/* ==========================================================================
   Calendar Seasonal Colour Theming
   Driven by data-active-season on #hero-crop-cal (set by PHP + one JS line).
   Only edges, glows, and button surfaces shift — the card gradient stays fixed.
   ========================================================================== */

/* ------------------------------------------------------------------
   RABI — রবি মৌসুম · cool violet / winter   tone: #7B61FF = rgba(123,97,255)
   ------------------------------------------------------------------ */
#hero-crop-cal[data-active-season="rabi"] {
	border-color: rgba(123,97,255,0.22);
	box-shadow:
		0 24px 60px rgba(0,0,0,0.35),
		inset 0 1px 0 rgba(255,255,255,0.06),
		0 0 0 1px rgba(123,97,255,0.07),
		0 8px 40px rgba(123,97,255,0.12);
}
#hero-crop-cal[data-active-season="rabi"] .home-hero__cal-month.is-active {
	background: #C8C2FF;
	border-color: #C8C2FF;
	color: #1A2E24;
	box-shadow: 0 4px 14px rgba(123,97,255,0.28);
}
#hero-crop-cal[data-active-season="rabi"] .home-hero__cal-month.is-same-season {
	background: rgba(123,97,255,0.08);
	border-color: rgba(123,97,255,0.22);
	color: rgba(200,194,255,0.9);
}
#hero-crop-cal[data-active-season="rabi"] .home-hero__cal-month:focus-visible {
	outline-color: #9B8FFF;
}

/* ------------------------------------------------------------------
   KHARIF-1 — খরিফ-১ · warm amber / hot summer   tone: #F4A261 = rgba(244,162,97)
   ------------------------------------------------------------------ */
#hero-crop-cal[data-active-season="kharif1"] {
	border-color: rgba(244,162,97,0.22);
	box-shadow:
		0 24px 60px rgba(0,0,0,0.35),
		inset 0 1px 0 rgba(255,255,255,0.06),
		0 0 0 1px rgba(244,162,97,0.07),
		0 8px 40px rgba(244,162,97,0.12);
}
#hero-crop-cal[data-active-season="kharif1"] .home-hero__cal-month.is-active {
	background: #FDE3C8;
	border-color: #FDE3C8;
	color: #1A2E24;
	box-shadow: 0 4px 14px rgba(244,162,97,0.28);
}
#hero-crop-cal[data-active-season="kharif1"] .home-hero__cal-month.is-same-season {
	background: rgba(244,162,97,0.08);
	border-color: rgba(244,162,97,0.22);
	color: rgba(253,227,200,0.9);
}
#hero-crop-cal[data-active-season="kharif1"] .home-hero__cal-month:focus-visible {
	outline-color: #F4A261;
}

/* ------------------------------------------------------------------
   KHARIF-2 — খরিফ-২ · lush teal / monsoon   tone: #5DCAA5 = rgba(93,202,165)
   Written explicitly so transitions fire cleanly when returning from
   another season. Values match the card's default mint palette.
   ------------------------------------------------------------------ */
#hero-crop-cal[data-active-season="kharif2"] {
	border-color: rgba(93,202,165,0.22);
	box-shadow:
		0 24px 60px rgba(0,0,0,0.35),
		inset 0 1px 0 rgba(255,255,255,0.06),
		0 0 0 1px rgba(93,202,165,0.07),
		0 8px 40px rgba(93,202,165,0.12);
}
#hero-crop-cal[data-active-season="kharif2"] .home-hero__cal-month.is-active {
	background: #D8F3DC;
	border-color: #D8F3DC;
	color: #1A2E24;
	box-shadow: 0 4px 14px rgba(93,202,165,0.28);
}
#hero-crop-cal[data-active-season="kharif2"] .home-hero__cal-month.is-same-season {
	background: rgba(93,202,165,0.08);
	border-color: rgba(93,202,165,0.22);
	color: rgba(216,243,220,0.9);
}
#hero-crop-cal[data-active-season="kharif2"] .home-hero__cal-month:focus-visible {
	outline-color: #9FE1CB;
}

/* ==========================================================================
   WooCommerce — Category SEO Content Block
   ========================================================================== */

.cat-seo-block {
	max-width: var(--container-max);
	margin-inline: auto;
	padding-inline: var(--container-pad);
	padding-block: 48px 64px;
}

.cat-seo-block__inner {
	background: #fff;
	border: 0.5px solid var(--c-line);
	border-radius: 22px;
	padding: 40px 48px;
	box-shadow: var(--c-card-shadow);
}

.cat-seo-block__inner h2 {
	font-family: var(--font-display);
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--c-ink);
	margin-block: 0 16px;
}

.cat-seo-block__inner h3 {
	font-family: var(--font-display);
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--c-ink);
	margin-block: 28px 10px;
}

.cat-seo-block__inner p {
	font-family: var(--font-ui);
	font-size: 0.9375rem;
	line-height: 1.75;
	color: var(--c-ink-muted);
	margin-block: 0 14px;
}

.cat-seo-block__inner ul,
.cat-seo-block__inner ol {
	font-family: var(--font-ui);
	font-size: 0.9375rem;
	line-height: 1.75;
	color: var(--c-ink-muted);
	padding-inline-start: 1.25em;
	margin-block: 0 14px;
}

.cat-seo-block__inner a {
	color: var(--c-forest);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cat-seo-block__inner strong {
	color: var(--c-ink);
	font-weight: 600;
}

@media (max-width: 640px) {
	.cat-seo-block__inner {
		padding: 24px 20px;
		border-radius: 16px;
	}
}
