/* =========================================================
   Bhujung Village — Theme Stylesheet
   ========================================================= */

:root {
	--green-600: #1E8449;
	--green-700: #167040;
	--green-800: #145C36;
	--green-900: #0F3D28;
	--green-stats: #2E9E52;
	--green-light: #EAF6EE;
	--gold: #F4B400;
	--text-dark: #16241C;
	--text-body: #3A4A41;
	--text-muted: #6B7B72;
	--bg-tint: #F5F8F6;
	--border: #E3EAE6;
	--white: #FFFFFF;
	--radius-lg: 18px;
	--radius-md: 12px;
	--radius-sm: 8px;
	--shadow-card: 0 6px 24px rgba(15, 61, 40, 0.08);
	--shadow-lift: 0 20px 45px rgba(15, 61, 40, 0.16);
	--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font);
	color: var(--text-body);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; color: var(--text-dark); font-weight: 700; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--green-600); outline-offset: 2px; }

.bh-container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* =========================================================
   HEADER
   ========================================================= */
.bh-header {
	position: relative;
	background: var(--white);
	border-bottom: 1px solid var(--border);
}
.bh-header__inner {
	max-width: var(--container);
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 14px 24px;
}
.bh-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.bh-logo__icon svg { width: 34px; height: 34px; display: block; }
.bh-logo__text { display: flex; flex-direction: column; line-height: 1.15; }
.bh-logo__title { font-weight: 700; font-size: 1.15rem; color: var(--text-dark); }
.bh-logo__tagline { font-size: 0.72rem; color: var(--text-muted); }

.bh-nav { flex: 1; min-width: 0; }
.bh-nav__list { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.bh-nav__list a {
	font-size: 0.92rem;
	font-weight: 500;
	color: var(--text-dark);
	white-space: nowrap;
}
.bh-nav__list a:hover { color: var(--green-600); }
.bh-nav__list a.is-current, .bh-nav__list a.current-menu-item, .bh-nav__list li.current-menu-item > a { color: var(--green-700); font-weight: 700; border-bottom: 2px solid var(--green-600); padding-bottom: 2px; }

.bh-header__actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.bh-icon-btn {
	background: none;
	border: none;
	color: var(--text-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
}
.bh-lang { display: flex; align-items: center; gap: 5px; font-size: 0.85rem; color: var(--text-dark); }

.bh-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	border-radius: 999px;
	padding: 12px 22px;
	font-size: 0.95rem;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
	border: 2px solid transparent;
	white-space: nowrap;
}
.bh-btn--primary { background: var(--green-600); color: var(--white); }
.bh-btn--primary:hover { background: var(--green-700); transform: translateY(-1px); }
.bh-btn--outline { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.65); color: var(--white); }
.bh-btn--outline:hover { background: rgba(255,255,255,0.18); }
.bh-btn--sm { padding: 9px 18px; font-size: 0.85rem; }

.bh-menu-toggle { display: none; }

.bh-mobile-menu {
	display: none;
	flex-direction: column;
	padding: 6px 24px 16px;
	border-top: 1px solid var(--border);
}
.bh-mobile-menu__list { display: flex; flex-direction: column; }
.bh-mobile-menu__list a { display: block; padding: 12px 4px; font-weight: 500; border-bottom: 1px solid var(--border); }
.bh-header.is-open .bh-mobile-menu { display: flex; }

/* =========================================================
   HERO
   ========================================================= */
.bh-hero {
	position: relative;
	min-height: 640px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 90px 60px 130px;
	background: linear-gradient(120deg, #223b30, #35594a 45%, #7fa696);
	background-size: cover;
	background-position: center;
	color: var(--white);
	overflow: visible;
}
.bh-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 700px 480px at 18% 42%, rgba(6,18,12,0.6) 0%, rgba(6,18,12,0.15) 60%, rgba(6,18,12,0) 75%),
		linear-gradient(180deg, rgba(10,28,20,0.4) 0%, rgba(10,28,20,0.18) 40%, rgba(8,22,15,0.58) 100%);
	pointer-events: none;
}
.bh-hero__content { position: relative; z-index: 2; max-width: 640px; text-shadow: 0 2px 14px rgba(0,0,0,0.45), 0 1px 3px rgba(0,0,0,0.5); }
.bh-hero__eyebrow { color: #7CD79A; font-weight: 600; font-size: 0.95rem; margin: 0 0 14px; }
.bh-hero__title { font-size: 3.4rem; line-height: 1.08; margin: 0 0 18px; color: var(--white); }
.bh-hero__title-white { color: var(--white); margin-right: 12px; }
.bh-hero__title-accent { color: #52D17E; }
.bh-hero__subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.9); max-width: 480px; margin: 0 0 30px; }
.bh-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.bh-hero__weather {
	position: absolute;
	top: 90px;
	right: 60px;
	z-index: 2;
	background: rgba(10, 25, 18, 0.55);
	backdrop-filter: blur(6px);
	border-radius: var(--radius-md);
	padding: 18px 22px;
	min-width: 190px;
	text-align: center;
}
.bh-hero__weather-loc { font-size: 0.82rem; color: rgba(255,255,255,0.85); margin: 0 0 6px; }
.bh-hero__weather-main { display: flex; align-items: center; justify-content: center; gap: 8px; }
.bh-hero__weather-temp { font-size: 2.1rem; font-weight: 700; }
.bh-hero__weather-cond { margin: 4px 0; font-size: 0.9rem; }
.bh-hero__weather-range { font-size: 0.8rem; color: rgba(255,255,255,0.8); margin: 0; }

/* Quick links card, overlapping the hero's bottom edge */
.bh-quicklinks {
	position: absolute;
	left: 60px;
	right: 60px;
	bottom: -46px;
	z-index: 3;
	background: var(--white);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lift);
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	padding: 28px 10px;
}
.bh-quicklink {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
	padding: 10px 6px;
	border-right: 1px solid var(--border);
	color: var(--text-dark);
}
.bh-quicklink:last-of-type,
.bh-quicklinks > .bh-quicklink:nth-child(7) { border-right: none; }
.bh-quicklink__icon {
	width: 46px; height: 46px;
	display: flex; align-items: center; justify-content: center;
	background: var(--green-light);
	color: var(--green-600);
	border-radius: 50%;
}
.bh-quicklink__label { font-weight: 700; font-size: 0.95rem; }
.bh-quicklink__sub { font-size: 0.74rem; color: var(--text-muted); }
.bh-quicklink--more { display: none; }
.bh-quicklink--row2 { display: flex; }

/* =========================================================
   SECTIONS
   ========================================================= */
.bh-main { padding-top: 46px; }
.bh-section { max-width: var(--container); margin: 0 auto; padding: 70px 60px 20px; }
.bh-section--tint { background: var(--bg-tint); max-width: none; padding: 70px 60px; }
.bh-section--tint > * { max-width: var(--container); margin-left: auto; margin-right: auto; }

.bh-section__head {
	max-width: var(--container);
	margin: 0 auto 26px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.bh-section__head h2 { font-size: 1.5rem; }
.bh-viewall { color: var(--green-600); font-weight: 600; font-size: 0.9rem; }
.bh-viewall:hover { text-decoration: underline; }

.bh-card-row { max-width: var(--container); margin: 0 auto; display: grid; gap: 22px; }
.bh-card-row--4 { grid-template-columns: repeat(4, 1fr); }
.bh-card-row--3 { grid-template-columns: repeat(3, 1fr); }
.bh-card-row--2 { grid-template-columns: repeat(2, 1fr); }

.bh-card {
	display: flex;
	flex-direction: column;
	background: var(--white);
	border-radius: var(--radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-card);
	transition: transform .18s ease, box-shadow .18s ease;
}
.bh-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(15,61,40,0.14); }

.bh-card__img {
	position: relative;
	display: block;
	height: 160px;
	background-size: cover;
	background-position: center;
	background-color: #cfe0d6;
}
.bh-card__img--placeholder {
	background-image: linear-gradient(135deg, #dcecE2, #b9d3c4);
}
.bh-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: rgba(15,25,20,0.62);
	color: var(--white);
	font-size: 0.72rem;
	font-weight: 600;
	padding: 5px 9px;
	border-radius: 999px;
}
.bh-card__body { padding: 14px 16px 18px; display: flex; flex-direction: column; gap: 4px; }
.bh-card__title { font-weight: 700; color: var(--text-dark); font-size: 0.98rem; }
.bh-card__meta { font-size: 0.82rem; color: var(--text-muted); }
.bh-card__rating { font-size: 0.82rem; color: var(--text-dark); display: flex; align-items: center; gap: 4px; }
.bh-stars { color: var(--gold); }

/* Heritage cards — full-bleed image with overlay caption */
.bh-card--heritage { position: relative; height: 240px; }
.bh-card--heritage .bh-card__img { height: 100%; position: absolute; inset: 0; }
.bh-card__overlay-body {
	position: relative;
	z-index: 2;
	margin-top: auto;
	padding: 18px;
	background: linear-gradient(180deg, transparent, rgba(8,20,14,0.75));
	color: var(--white);
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.bh-card--heritage .bh-card__title { color: var(--white); }
.bh-card__link { font-size: 0.85rem; font-weight: 600; color: #8FE3AC; }

/* Stories list */
.bh-story-list { max-width: var(--container); margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.bh-story { display: flex; align-items: center; gap: 16px; background: var(--white); border-radius: var(--radius-sm); padding: 10px; box-shadow: var(--shadow-card); }
.bh-story__img { width: 90px; height: 66px; border-radius: 8px; background-size: cover; background-position: center; background-color: #cfe0d6; flex-shrink: 0; }
.bh-story__img--placeholder { background-image: linear-gradient(135deg, #dcecE2, #b9d3c4); }
.bh-story__body { display: flex; flex-direction: column; gap: 4px; }
.bh-story__title { font-weight: 600; color: var(--text-dark); font-size: 0.95rem; }
.bh-story__date { font-size: 0.8rem; color: var(--text-muted); }

/* =========================================================
   STATS BAR
   ========================================================= */
.bh-stats { background: var(--green-stats); padding: 34px 60px; margin-top: 40px; }
.bh-stats__inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; color: var(--white); text-align: center; }
.bh-stat { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.bh-stat svg { opacity: 0.9; }
.bh-stat__num { font-size: 1.6rem; font-weight: 700; }
.bh-stat__label { font-size: 0.85rem; color: rgba(255,255,255,0.9); }

/* =========================================================
   FOOTER
   ========================================================= */
.bh-footer { background: var(--green-900); color: rgba(255,255,255,0.82); }
.bh-footer__top {
	max-width: var(--container);
	margin: 0 auto;
	padding: 56px 60px 30px;
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr;
	gap: 28px;
}
.bh-logo--footer .bh-logo__title { color: var(--white); }
.bh-logo--footer .bh-logo__tagline { color: rgba(255,255,255,0.65); }
.bh-footer__desc { font-size: 0.85rem; line-height: 1.6; margin: 16px 0; color: rgba(255,255,255,0.75); }
.bh-social { display: flex; gap: 10px; }
.bh-social a {
	width: 34px; height: 34px;
	display: flex; align-items: center; justify-content: center;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	color: var(--white);
}
.bh-social a:hover { background: var(--green-600); }

.bh-footer__col h4 { color: var(--white); font-size: 0.95rem; margin-bottom: 14px; }
.bh-footer__col ul { display: flex; flex-direction: column; gap: 10px; }
.bh-footer__col a { font-size: 0.86rem; color: rgba(255,255,255,0.75); }
.bh-footer__col a:hover { color: var(--white); }
.bh-footer__contact li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.86rem; color: rgba(255,255,255,0.8); }
.bh-footer__contact svg { margin-top: 2px; flex-shrink: 0; }

.bh-footer__bottom {
	border-top: 1px solid rgba(255,255,255,0.12);
	max-width: var(--container);
	margin: 0 auto;
	padding: 20px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 0.8rem;
	color: rgba(255,255,255,0.65);
}
.bh-footer__legal a { color: rgba(255,255,255,0.65); }
.bh-footer__legal a:hover { color: var(--white); }

/* =========================================================
   SIMPLE / FALLBACK TEMPLATE
   ========================================================= */
.bh-main--simple { padding: 60px 0; }
.bh-archive-header { max-width: var(--container); margin: 0 auto 30px; padding: 0 24px; }
.bh-pagination { max-width: var(--container); margin: 40px auto 0; padding: 0 24px; }

/* =========================================================
   ARCHIVE PAGE COMPONENTS (Stay / Culture / Trek / Stories)
   ========================================================= */
.bh-searchbar {
	max-width: var(--container);
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 999px;
	padding: 8px 8px 8px 20px;
	box-shadow: var(--shadow-card);
	color: var(--text-muted);
}
.bh-searchbar input[type="text"] {
	flex: 1;
	border: none;
	outline: none;
	font-family: var(--font);
	font-size: 0.95rem;
	color: var(--text-dark);
	background: transparent;
}
.bh-searchbar .bh-btn { color: var(--white); }

.bh-filter-tabs { max-width: var(--container); margin: 0 auto; display: flex; gap: 10px; flex-wrap: wrap; }
.bh-filter-tab {
	padding: 9px 18px;
	border-radius: 999px;
	background: var(--bg-tint);
	border: 1px solid var(--border);
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--text-body);
}
.bh-filter-tab.is-active, .bh-filter-tab:hover { background: var(--green-600); border-color: var(--green-600); color: var(--white); }

.bh-map { max-width: var(--container); margin: 0 auto; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); }

/* =========================================================
   COMMUNITY PAGE
   ========================================================= */
.bh-chero {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: center;
	padding: 60px;
	background: linear-gradient(120deg, #223b30, #35594a 45%, #7fa696);
	background-size: cover;
	background-position: center;
	color: var(--white);
}
.bh-chero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,28,20,0.45), rgba(8,22,15,0.6)); }
.bh-chero__content { position: relative; z-index: 2; max-width: 640px; text-shadow: 0 2px 14px rgba(0,0,0,0.45); }
.bh-chero__eyebrow { color: #7CD79A; font-weight: 600; font-size: 0.95rem; margin: 0 0 12px; }
.bh-chero__title { color: var(--white); font-size: 2.6rem; line-height: 1.15; margin: 0 0 16px; }
.bh-chero__subtitle { font-size: 1.05rem; color: rgba(255,255,255,0.92); margin: 0 0 26px; max-width: 520px; }

.bh-overview { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.bh-overview__text p { color: var(--text-body); line-height: 1.7; margin-top: 12px; }
.bh-overview__stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bh-ostat { background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-card); padding: 20px; text-align: center; }
.bh-ostat__num { display: block; font-size: 1.7rem; font-weight: 700; color: var(--green-600); }
.bh-ostat__label { font-size: 0.82rem; color: var(--text-muted); }

.bh-feature { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.bh-feature--reverse { grid-template-columns: 1fr 1fr; }
.bh-feature--reverse .bh-feature__img { order: 2; }
.bh-feature--reverse .bh-feature__body { order: 1; }
.bh-feature__img { height: 320px; border-radius: var(--radius-lg); background-size: cover; background-position: center; background-color: #cfe0d6; }
.bh-eyebrow-tag { display: inline-block; background: var(--green-light); color: var(--green-700); font-size: 0.78rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.bh-feature__body h2 { margin-bottom: 12px; }
.bh-feature__body p { line-height: 1.7; margin-bottom: 16px; }
.bh-link-arrow { color: var(--green-600); font-weight: 600; font-size: 0.92rem; }
.bh-link-arrow:hover { text-decoration: underline; }

.bh-volunteer { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.bh-volunteer__text p { line-height: 1.7; margin-bottom: 16px; }
.bh-volunteer__list { display: flex; flex-direction: column; gap: 10px; }
.bh-volunteer__list li { position: relative; padding-left: 22px; font-size: 0.92rem; color: var(--text-body); }
.bh-volunteer__list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--green-600); }

.bh-form { display: flex; flex-direction: column; gap: 6px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 26px; box-shadow: var(--shadow-card); }
.bh-form label { font-size: 0.85rem; font-weight: 600; color: var(--text-dark); margin-top: 10px; }
.bh-form input, .bh-form textarea {
	font-family: var(--font);
	font-size: 0.92rem;
	padding: 10px 12px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	background: var(--bg-tint);
	color: var(--text-dark);
	resize: vertical;
}
.bh-form input:focus, .bh-form textarea:focus { outline: none; border-color: var(--green-600); background: var(--white); }
.bh-form .bh-btn { margin-top: 16px; align-self: flex-start; color: var(--white); }
.bh-form-msg { padding: 12px 16px; border-radius: var(--radius-sm); font-size: 0.88rem; margin-bottom: 16px; }
.bh-form-msg--success { background: var(--green-light); color: var(--green-800); }
.bh-form-msg--error { background: #FDEDEC; color: #A93226; }

.bh-gallery { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bh-gallery__item { height: 200px; border-radius: var(--radius-md); background-size: cover; background-position: center; background-color: #cfe0d6; }

.bh-donate { background: var(--green-900); padding: 70px 60px; margin-top: 20px; }
.bh-donate__inner { max-width: 620px; margin: 0 auto; text-align: center; color: var(--white); }
.bh-donate__inner h2 { color: var(--white); margin-bottom: 12px; }
.bh-donate__inner p { color: rgba(255,255,255,0.82); line-height: 1.7; margin-bottom: 24px; }
.bh-donate__inner .bh-btn { color: var(--white); }

/* =========================================================
   RICH INNER PAGES — Community / Culture / Marketplace
   ========================================================= */

/* Taller hero variant with stats/highlights card */
.bh-chero--tall { min-height: 520px; padding: 70px 60px 120px; flex-direction: column; justify-content: center; align-items: flex-start; }
.bh-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 6px; }
.bh-btn--outline-dark { border: 2px solid var(--border); color: var(--text-dark); background: var(--white); }
.bh-btn--outline-dark:hover { background: var(--bg-tint); }
.bh-btn--light { background: var(--white); color: var(--green-700); }
.bh-btn--light:hover { background: var(--green-light); }
.bh-btn--accent { background: var(--gold); color: #3A2A00; }
.bh-btn--accent:hover { background: #ffcf33; transform: translateY(-1px); }

/* Stats card overlapping hero bottom (Community) */
.bh-chero__stats {
	position: absolute; left: 60px; right: 60px; bottom: -40px; z-index: 3;
	background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lift);
	display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px 10px;
}
.bh-cstat { display: flex; align-items: center; gap: 10px; justify-content: center; padding: 6px 14px; border-right: 1px solid var(--border); color: var(--green-600); }
.bh-cstat:last-child { border-right: none; }
.bh-cstat span { display: flex; flex-direction: column; font-size: 0.78rem; color: var(--text-muted); }
.bh-cstat strong { font-size: 1.15rem; color: var(--text-dark); }

/* Badges row under hero text (Culture / Marketplace) */
.bh-chero__badges { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 30px; }
.bh-cbadge { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.92); font-size: 0.82rem; }
.bh-cbadge strong { display: block; font-size: 0.85rem; color: var(--white); }
.bh-chero__badges--sm { margin-top: 16px; gap: 16px; }

/* Culture Highlights card, overlapping top-right of hero */
.bh-culture-highlights {
	position: absolute; top: 70px; right: 60px; width: 300px; z-index: 3;
	background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lift); padding: 22px;
}
.bh-culture-highlights h4 { margin-bottom: 14px; }
.bh-culture-highlights ul { display: flex; flex-direction: column; gap: 14px; margin-bottom: 14px; }
.bh-culture-highlights li { display: flex; align-items: flex-start; gap: 10px; }
.bh-ch-icon { width: 34px; height: 34px; flex-shrink: 0; border-radius: 50%; background: var(--green-light); color: var(--green-600); display: flex; align-items: center; justify-content: center; }
.bh-culture-highlights li strong { font-size: 0.88rem; color: var(--text-dark); }
.bh-culture-highlights li small { color: var(--text-muted); }

/* Community: main + sidebar layout */
.bh-community-layout { display: grid; grid-template-columns: 2.2fr 1fr; gap: 34px; padding: 70px 24px; }
.bh-about-groups { display: grid; grid-template-columns: 0.85fr 1.7fr; gap: 30px; align-items: start; }
.bh-about p { line-height: 1.7; margin: 12px 0 18px; }
.bh-group-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 16px; }
.bh-group-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 18px; box-shadow: var(--shadow-card); }
.bh-group-card__icon { width: 40px; height: 40px; border-radius: 50%; background: var(--green-light); color: var(--green-600); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.bh-group-card h4 { font-size: 0.98rem; margin-bottom: 8px; }
.bh-group-card ul { display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; }
.bh-group-card li { font-size: 0.8rem; color: var(--text-muted); position: relative; padding-left: 12px; }
.bh-group-card li::before { content: "•"; position: absolute; left: 0; color: var(--green-600); }

.bh-org-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bh-org-card { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 18px 10px; font-size: 0.82rem; font-weight: 600; color: var(--text-dark); }
.bh-org-card__icon { width: 40px; height: 40px; border-radius: 50%; background: var(--green-light); color: var(--green-600); display: flex; align-items: center; justify-content: center; }

.bh-section__head--tight { margin-bottom: 16px; }

/* Sidebar widgets (Community / Culture / Marketplace) */
.bh-sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px; box-shadow: var(--shadow-card); margin-bottom: 22px; }
.bh-sidebar-events { display: flex; flex-direction: column; gap: 14px; }
.bh-sidebar-events li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.85rem; }
.bh-sidebar-events__icon { width: 30px; height: 30px; border-radius: 50%; background: var(--green-light); color: var(--green-600); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bh-sidebar-events small { color: var(--text-muted); }

.bh-sidebar-cta { background: var(--green-700); color: var(--white); border-radius: var(--radius-md); padding: 24px; margin-bottom: 22px; }
.bh-sidebar-cta h4 { color: var(--white); margin-bottom: 8px; }
.bh-sidebar-cta p { color: rgba(255,255,255,0.85); font-size: 0.88rem; margin-bottom: 16px; }
.bh-form--dark {
	display: flex; flex-direction: column; gap: 12px;
	background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.18);
	border-radius: var(--radius-md); padding: 18px;
}
.bh-form--dark input, .bh-form--dark textarea {
	border: 1px solid rgba(255,255,255,0.25); border-radius: var(--radius-sm);
	padding: 12px 14px; width: 100%; font-family: var(--font); font-size: 0.92rem;
	background: rgba(255,255,255,0.96); color: var(--text-dark);
	box-shadow: 0 2px 6px rgba(0,0,0,0.12); transition: border-color .15s ease, box-shadow .15s ease;
}
.bh-form--dark input::placeholder, .bh-form--dark textarea::placeholder { color: var(--text-muted); }
.bh-form--dark input:focus, .bh-form--dark textarea:focus { outline: none; border-color: var(--white); box-shadow: 0 0 0 3px rgba(255,255,255,0.25); }
.bh-form--dark textarea { resize: vertical; min-height: 80px; }
.bh-form--dark .bh-btn { justify-content: center; margin-top: 4px; font-weight: 700; }

.bh-sidebar-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.bh-sidebar-stats div { display: flex; flex-direction: column; align-items: center; gap: 4px; background: var(--bg-tint); border-radius: var(--radius-sm); padding: 14px; text-align: center; color: var(--green-600); }
.bh-sidebar-stats strong { font-size: 1.05rem; color: var(--text-dark); }
.bh-sidebar-stats span { font-size: 0.75rem; color: var(--text-muted); }
.bh-sidebar-stats--dark div { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.9); }
.bh-sidebar-stats--dark strong { color: var(--white); }
.bh-sidebar-stats--dark span { color: rgba(255,255,255,0.75); }

/* Card row of 5 (Culture: Explore Our Culture) */
.bh-card-row--5 { grid-template-columns: repeat(5, 1fr); }

/* Quote + stats bar (Culture) */
.bh-quote-bar { max-width: var(--container); margin: 20px auto 0; padding: 40px 60px; background: var(--bg-tint); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.bh-quote-bar blockquote { margin: 0; font-size: 1.15rem; font-weight: 600; color: var(--text-dark); max-width: 420px; }
.bh-quote-bar cite { display: block; margin-top: 8px; font-size: 0.85rem; color: var(--green-600); font-style: normal; }
.bh-quote-stats { display: flex; gap: 30px; flex-wrap: wrap; }
.bh-quote-stats div { text-align: center; }
.bh-quote-stats strong { display: block; font-size: 1.4rem; color: var(--green-600); }
.bh-quote-stats span { font-size: 0.78rem; color: var(--text-muted); }

/* CTA + widget row (Culture: Cultural Experiences + Upcoming Events) */
.bh-cta-row { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.6fr; gap: 24px; align-items: start; }
.bh-sidebar-cta--static { margin-bottom: 0; }
.bh-sidebar-card--wide { margin-bottom: 0; }
.bh-event-list { display: flex; flex-direction: column; gap: 16px; }
.bh-event-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 0.88rem; }
.bh-event-list__date { background: var(--green-light); color: var(--green-700); font-weight: 700; font-size: 0.72rem; border-radius: 8px; padding: 6px 10px; text-align: center; flex-shrink: 0; }
.bh-event-list small { color: var(--text-muted); }

/* Marketplace hero */
.bh-mhero {
	position: relative; display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px;
	padding: 70px 60px; background: linear-gradient(120deg, #223b30, #35594a 45%, #7fa696);
	background-size: cover; background-position: center; color: var(--white); align-items: start;
}
.bh-mhero__content { position: relative; z-index: 2; }
.bh-mhero__sidebar { position: relative; z-index: 2; display: flex; flex-direction: column; }
.bh-searchbar--market { margin: 22px 0 0; max-width: none; }
.bh-searchbar--market select { border: none; background: transparent; font-family: var(--font); font-size: 0.9rem; color: var(--text-dark); padding-right: 6px; border-left: 1px solid var(--border); padding-left: 12px; }

.bh-check-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.bh-check-list li { position: relative; padding-left: 22px; font-size: 0.88rem; color: var(--text-body); }
.bh-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-600); font-weight: 700; }

.bh-seller-list { display: flex; flex-direction: column; gap: 14px; }
.bh-seller-list li { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; }
.bh-seller-list__avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--green-light); color: var(--green-600); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bh-seller-list small { color: var(--text-muted); }

/* Categories row (Marketplace) */
.bh-category-row { max-width: var(--container); margin: 0 auto; display: flex; gap: 14px; flex-wrap: wrap; }
.bh-category-chip { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 100px; text-align: center; font-size: 0.8rem; font-weight: 600; color: var(--text-dark); }
.bh-category-chip__icon { width: 54px; height: 54px; border-radius: 50%; background: var(--bg-tint); border: 1px solid var(--border); color: var(--green-600); display: flex; align-items: center; justify-content: center; }
.bh-category-chip:hover .bh-category-chip__icon { background: var(--green-light); }

/* Product cards */
.bh-card--product .bh-card__body { gap: 4px; }
.bh-product-price { font-weight: 700; color: var(--green-700); font-size: 0.95rem; }
.bh-badge--tag { background: rgba(15,61,40,0.75); }

/* Trust bar (Marketplace) */
.bh-trustbar { max-width: var(--container); margin: 20px auto 0; padding: 30px 24px; }
.bh-trustbar__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bh-trustbar__inner div { display: flex; align-items: flex-start; gap: 10px; color: var(--green-600); font-size: 0.82rem; }
.bh-trustbar__inner strong { color: var(--text-dark); font-size: 0.88rem; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px) {
	.bh-nav__list { gap: 16px; }
	.bh-section, .bh-section--tint, .bh-hero, .bh-stats, .bh-footer__top, .bh-footer__bottom { padding-left: 32px; padding-right: 32px; }
	.bh-quicklinks { left: 32px; right: 32px; }
}

@media (max-width: 1024px) {
	.bh-nav { display: none; }
	.bh-lang span { display: none; }
	.bh-btn--sm { display: none; }
	.bh-menu-toggle { display: inline-flex; }

	.bh-hero { padding: 26px 20px 120px; min-height: auto; }
	.bh-hero__weather {
		position: static;
		margin: 0 0 22px auto;
		width: fit-content;
		text-align: left;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 10px 16px;
	}
	.bh-hero__weather-main { gap: 6px; }
	.bh-hero__weather-temp { font-size: 1.3rem; }
	.bh-hero__weather-loc, .bh-hero__weather-cond, .bh-hero__weather-range { display: none; }
	.bh-hero__title { font-size: 2.1rem; }
	.bh-hero__subtitle { font-size: 0.95rem; }

	.bh-quicklinks {
		position: static;
		margin: -70px 16px 0;
		grid-template-columns: repeat(4, 1fr);
		padding: 18px 6px;
		box-shadow: var(--shadow-lift);
	}
	.bh-quicklink { border-right: none; padding: 8px 4px; }
	.bh-quicklink__sub { display: none; }
	.bh-quicklink__icon { width: 40px; height: 40px; }
	.bh-quicklink__label { font-size: 0.78rem; }
	.bh-quicklink--more { display: flex; }

	.bh-main { padding-top: 30px; }
	.bh-section, .bh-section--tint { padding: 44px 20px; }
	.bh-section__head { margin-bottom: 18px; }

	.bh-card-row--4, .bh-card-row--3 {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: 66%;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 6px;
	}
	.bh-card-row--4 .bh-card, .bh-card-row--3 .bh-card { scroll-snap-align: start; }
	.bh-card-row--2 { grid-template-columns: 1fr 1fr; gap: 12px; }
	.bh-card--heritage { height: 170px; }

	.bh-stats { padding: 26px 20px; margin-top: 20px; }
	.bh-stats__inner { grid-template-columns: repeat(2, 1fr); gap: 22px; }

	.bh-footer__top { grid-template-columns: 1fr 1fr; padding: 40px 20px 20px; }
	.bh-footer__brand { grid-column: 1 / -1; margin-bottom: 10px; }
	.bh-footer__bottom { flex-direction: column; align-items: flex-start; padding: 20px; }

	.bh-community-layout { grid-template-columns: 1fr; padding: 50px 20px; }
	.bh-about-groups { grid-template-columns: 1fr; }
	.bh-group-grid { grid-template-columns: repeat(2, 1fr); }
	.bh-org-grid { grid-template-columns: repeat(4, 1fr); }
	.bh-chero__stats { position: static; margin: -50px 16px 0; grid-template-columns: repeat(2, 1fr); left: auto; right: auto; }
	.bh-cstat { border-right: none; border-bottom: 1px solid var(--border); padding: 12px; }
	.bh-culture-highlights { position: static; width: auto; margin: -50px 16px 0; top: auto; right: auto; }
	.bh-chero--tall { padding: 40px 20px 100px; align-items: flex-start; }
	.bh-card-row--5 {
		grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 60%;
		overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px;
	}
	.bh-card-row--5 .bh-card { scroll-snap-align: start; }
	.bh-quote-bar { flex-direction: column; text-align: center; padding: 30px 24px; }
	.bh-quote-stats { justify-content: center; }
	.bh-cta-row { grid-template-columns: 1fr; }
	.bh-mhero { grid-template-columns: 1fr; padding: 40px 20px 60px; }
	.bh-mhero__sidebar { margin-top: 10px; }
	.bh-searchbar--market { flex-wrap: wrap; }
	.bh-searchbar--market select { border-left: none; padding-left: 0; flex-basis: 100%; order: 2; }
	.bh-trustbar__inner { grid-template-columns: repeat(2, 1fr); }
}

/* Tablet refinement — more room than phones, so use a proper grid instead of horizontal scroll */
@media (min-width: 641px) and (max-width: 1024px) {
	.bh-card-row--4 {
		grid-auto-flow: initial;
		grid-auto-columns: initial;
		overflow-x: visible;
		grid-template-columns: repeat(2, 1fr);
	}
	.bh-card-row--3 {
		grid-auto-flow: initial;
		grid-auto-columns: initial;
		overflow-x: visible;
		grid-template-columns: repeat(3, 1fr);
	}
	.bh-quicklinks { grid-template-columns: repeat(4, 1fr); }
	.bh-footer__top { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
	.bh-org-grid { grid-template-columns: repeat(2, 1fr); }
	.bh-group-grid { grid-template-columns: 1fr; }
	.bh-searchbar { flex-wrap: wrap; border-radius: var(--radius-md); padding: 14px; }
	.bh-searchbar input[type="text"] { flex-basis: 100%; order: 1; }
	.bh-searchbar .bh-btn { order: 2; }
	.bh-overview, .bh-feature, .bh-feature--reverse, .bh-volunteer { grid-template-columns: 1fr; }
	.bh-feature--reverse .bh-feature__img, .bh-feature--reverse .bh-feature__body { order: initial; }
	.bh-feature__img { height: 220px; }
	.bh-chero { padding: 40px 20px; min-height: 340px; }
	.bh-chero__title { font-size: 1.9rem; }
	.bh-gallery { grid-template-columns: repeat(2, 1fr); }
	.bh-donate { padding: 44px 20px; }
}

@media (max-width: 520px) {
	.bh-card-row--4 .bh-card, .bh-card-row--3 .bh-card { grid-auto-columns: 78%; }
	.bh-footer__top { grid-template-columns: 1fr 1fr; }
	.bh-hero__title { font-size: 1.8rem; }
	.bh-chero__title { font-size: 1.7rem; }
	.bh-overview__stats { grid-template-columns: repeat(2, 1fr); }
}
