/* Kwetu Backroads-style Elementor homepage + footer.
 * Full-bleed hero, centered trip finder, white content bands, clear images.
 * No orange image overlays or warm radial washes.
 */

/* ── Site-wide: kill warm/orange washes on photography ── */
body .elementor-background-overlay[style*="255, 136"],
body .elementor-background-overlay[style*="242, 140"],
body .elementor-background-overlay[style*="ff8800"],
body .elementor-background-overlay[style*="FF8800"] {
	background-color: rgba(10, 20, 35, 0.42) !important;
	background-image: none !important;
}

body .serene-home-gateway::before,
body .serene-home-gateway.alm-hero::before,
body .serene-itinerary-hero::before,
body .serene-destination-hero::before,
body .kwetu-hero-lens::before,
body .alm-e-service-hero::before,
body .alm-destination-tile::after,
body .alm-e-destination-card::after {
	background-image: none !important;
}

body .serene-home-gateway::before,
body .serene-home-gateway.alm-hero::before {
	background: linear-gradient(105deg, rgba(10, 20, 35, 0.72) 0%, rgba(10, 20, 35, 0.38) 48%, rgba(10, 20, 35, 0.55) 100%) !important;
}

body .kwetu-hero-lens::before,
body .alm-e-service-hero::before {
	background: linear-gradient(90deg, rgba(10, 20, 35, 0.82) 0%, rgba(10, 20, 35, 0.42) 52%, rgba(10, 20, 35, 0.18) 100%) !important;
}

body .alm-destination-tile::after,
body .alm-e-destination-card::after {
	background: linear-gradient(180deg, rgba(10, 20, 35, 0.08), rgba(10, 20, 35, 0.78)) !important;
}

body .serene-destination-hero::before {
	display: none !important;
}

:root {
	--kwetu-br-navy: #0a1423;
	--kwetu-br-brown: #712d1a;
	--kwetu-br-ink: #17110e;
	--kwetu-br-muted: #5f6468;
	--kwetu-br-line: #dde2e6;
	--kwetu-br-soft: #f5f7f8;
	--kwetu-br-white: #ffffff;
}

/* ── Global home canvas ── */
body.home,
body.home .site-content,
body.home #content,
body.home .elementor-location-header + .site-content {
	background: var(--kwetu-br-white);
}

body .kwetu-br-home,
body .kwetu-br-footer {
	color: var(--kwetu-br-ink);
	font-family: "Nunito Sans", Arial, sans-serif;
}

body .kwetu-br-home .elementor-container,
body .kwetu-br-footer .elementor-container {
	max-width: 1180px !important;
	width: min(1180px, calc(100% - 48px));
}

/* ── Typography ── */
body .kwetu-br-kicker h6.elementor-heading-title {
	color: rgba(255, 255, 255, 0.82) !important;
	font-family: "Nunito Sans", Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: 0.18em !important;
	line-height: 1.2 !important;
	margin: 0 0 14px !important;
	text-transform: uppercase !important;
}

body .kwetu-br-collections .kwetu-br-kicker h6.elementor-heading-title,
body .kwetu-br-why .kwetu-br-kicker h6.elementor-heading-title,
body .kwetu-br-final .kwetu-br-kicker h6.elementor-heading-title,
body .kwetu-br-footer .kwetu-br-kicker h6.elementor-heading-title {
	color: var(--kwetu-br-brown) !important;
}

body .kwetu-br-hero-title h1.elementor-heading-title {
	color: #fff !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(3rem, 6.5vw, 5.5rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.04em !important;
	line-height: 0.95 !important;
	margin: 0 0 18px !important;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

body .kwetu-br-section-title h2.elementor-heading-title,
body .kwetu-br-section-title h3.elementor-heading-title {
	color: var(--kwetu-br-ink) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(2rem, 4.2vw, 3.5rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em !important;
	line-height: 1 !important;
	margin: 0 !important;
}

body .kwetu-br-finder-title h3.elementor-heading-title {
	color: var(--kwetu-br-ink) !important;
	font-family: "Nunito Sans", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	letter-spacing: 0.12em !important;
	margin: 0 !important;
	text-transform: uppercase !important;
}

body .kwetu-br-collection-title h3.elementor-heading-title,
body .kwetu-br-footer-heading h3.elementor-heading-title {
	color: var(--kwetu-br-ink) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.05 !important;
	margin: 0 !important;
}

body .kwetu-br-hero-copy,
body .kwetu-br-hero-copy p,
body .kwetu-br-section-copy,
body .kwetu-br-section-copy p,
body .kwetu-br-collection-copy,
body .kwetu-br-collection-copy p,
body .kwetu-br-footer-copy,
body .kwetu-br-footer-copy p {
	color: var(--kwetu-br-muted);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
}

body .kwetu-br-hero-copy,
body .kwetu-br-hero-copy p {
	color: rgba(255, 255, 255, 0.9);
	max-width: 640px;
}

/* ── Hero ── */
body .kwetu-br-hero {
	min-height: clamp(520px, 72vh, 760px);
}

body .kwetu-br-hero > .elementor-background-overlay {
	background-color: rgba(10, 20, 35, 0.45) !important;
}

body .kwetu-br-hero > .elementor-container {
	align-items: flex-end;
	min-height: clamp(520px, 72vh, 760px);
	padding: clamp(120px, 14vw, 180px) 0 clamp(48px, 6vw, 72px);
}

body .kwetu-br-hero-content .elementor-widget-wrap {
	max-width: 1180px;
}

/* ── Trip finder ── */
body .kwetu-br-finder {
	margin-top: clamp(28px, 4vw, 44px);
}

body .kwetu-br-finder-panel .elementor-widget-wrap {
	background: var(--kwetu-br-white);
	border: 1px solid var(--kwetu-br-line);
	border-radius: 4px;
	box-shadow: 0 12px 40px rgba(10, 20, 35, 0.18);
	display: grid !important;
	gap: 0;
	grid-template-columns: 1.1fr repeat(4, 1fr) auto;
	padding: 0 !important;
}

body .kwetu-br-finder-panel .elementor-widget {
	border-right: 1px solid var(--kwetu-br-line);
	margin: 0;
	padding: 20px 18px;
}

body .kwetu-br-finder-panel .elementor-widget:last-child {
	border-right: 0;
}

body .kwetu-br-finder-item .elementor-icon-box-wrapper {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	text-align: left;
}

body .kwetu-br-finder-item .elementor-icon {
	color: var(--kwetu-br-brown);
	font-size: 18px;
	margin-top: 2px;
}

body .kwetu-br-finder-item .elementor-icon-box-title {
	color: var(--kwetu-br-ink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0 0 4px;
	text-transform: uppercase;
}

body .kwetu-br-finder-item .elementor-icon-box-description {
	color: var(--kwetu-br-muted);
	font-size: 14px;
	line-height: 1.45;
}

body .kwetu-br-finder-panel .kwetu-br-finder-button {
	align-self: stretch;
	display: flex;
	margin: 0;
	padding: 16px !important;
}

body .kwetu-br-finder-panel .kwetu-br-finder-button .elementor-widget-container,
body .kwetu-br-finder-panel .kwetu-br-finder-button .elementor-button-wrapper,
body .kwetu-br-finder-panel .kwetu-br-finder-button .elementor-button {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

/* ── Buttons ── */
body .kwetu-br-button {
	display: inline-block;
	margin: 8px 12px 8px 0;
	width: auto !important;
}

body .kwetu-br-button .elementor-button {
	background: var(--kwetu-br-brown) !important;
	border: 1px solid var(--kwetu-br-brown) !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	letter-spacing: 0.08em !important;
	line-height: 1.1 !important;
	min-height: 48px !important;
	padding: 14px 26px !important;
	text-transform: uppercase !important;
	transition: background 180ms ease, transform 180ms ease;
}

body .kwetu-br-button .elementor-button:hover {
	background: #4b1d10 !important;
	transform: translateY(-1px);
}

body .kwetu-br-button-secondary .elementor-button {
	background: transparent !important;
	border-color: var(--kwetu-br-ink) !important;
	color: var(--kwetu-br-ink) !important;
}

body .kwetu-br-button-secondary .elementor-button:hover {
	background: var(--kwetu-br-ink) !important;
	color: #fff !important;
}

/* ── Collections ── */
body .kwetu-br-collections {
	background: var(--kwetu-br-white);
}

body .kwetu-br-collections > .elementor-container {
	padding: clamp(64px, 8vw, 96px) 0;
}

body .kwetu-br-section-header {
	margin-bottom: clamp(28px, 4vw, 40px);
}

body .kwetu-br-section-header .kwetu-br-section-title {
	margin-top: 10px;
}

body .kwetu-br-collection .elementor-widget-wrap {
	padding: 0 10px !important;
}

body .kwetu-br-collection-image img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

body .kwetu-br-collection-title {
	margin: 18px 0 8px;
}

/* ── Why Kwetu ── */
body .kwetu-br-why {
	background: var(--kwetu-br-soft);
}

body .kwetu-br-why > .elementor-container {
	padding: clamp(64px, 8vw, 96px) 0;
}

body .kwetu-br-centered .elementor-widget-wrap {
	display: block !important;
	margin: 0 auto;
	max-width: 760px;
	text-align: center;
}

body .kwetu-br-centered .kwetu-br-section-copy {
	margin: 16px auto 0;
}

body .kwetu-br-why-col .elementor-widget-wrap {
	padding: 0 12px !important;
}

body .kwetu-br-why-item .elementor-icon-box-wrapper {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	text-align: left;
}

body .kwetu-br-why-item .elementor-icon {
	color: var(--kwetu-br-brown);
	font-size: 22px;
}

body .kwetu-br-why-item .elementor-icon-box-title {
	color: var(--kwetu-br-ink);
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 6px;
}

body .kwetu-br-why-item .elementor-icon-box-description {
	color: var(--kwetu-br-muted);
	font-size: 15px;
	line-height: 1.65;
}

/* ── Trips + destinations widget sections ── */
body .kwetu-br-trips,
body .kwetu-br-destinations {
	background: var(--kwetu-br-white);
}

body .kwetu-br-trips > .elementor-container,
body .kwetu-br-destinations > .elementor-container {
	padding: clamp(64px, 8vw, 96px) 0;
}

body .kwetu-br-widget-col .elementor-widget-wrap {
	padding: 0 !important;
}

body .kwetu-br-home .serene-widget-landing-packages,
body .kwetu-br-home .serene-widget-landing-destination-tiles {
	background: transparent !important;
	padding: 0 !important;
}

body .kwetu-br-home .alm-showcase-section--light {
	background: transparent !important;
}

body .kwetu-br-home .serene-showcase__kicker {
	color: var(--kwetu-br-brown) !important;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body .kwetu-br-home .serene-showcase__kicker::before {
	background: var(--kwetu-br-brown) !important;
}

body .kwetu-br-home .serene-showcase__title {
	color: var(--kwetu-br-ink) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(2rem, 4vw, 3.2rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em !important;
	line-height: 1 !important;
}

body .kwetu-br-home .serene-showcase__intro {
	color: var(--kwetu-br-muted);
	font-size: 17px;
	line-height: 1.65;
	max-width: 680px;
}

body .kwetu-br-home .serene-showcase__link {
	background: transparent !important;
	border: 1px solid var(--kwetu-br-line) !important;
	border-radius: 999px !important;
	color: var(--kwetu-br-ink) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0.06em !important;
	padding: 12px 20px !important;
	text-transform: uppercase !important;
}

body .kwetu-br-home .serene-showcase__link:hover {
	background: var(--kwetu-br-ink) !important;
	border-color: var(--kwetu-br-ink) !important;
	color: #fff !important;
}

body .kwetu-br-home .serene-card--showcase {
	background: #fff;
	border: 1px solid var(--kwetu-br-line);
	border-radius: 4px;
	box-shadow: none;
	overflow: hidden;
}

body .kwetu-br-home .serene-card--showcase .serene-card-image {
	aspect-ratio: 5 / 4;
}

body .kwetu-br-home .serene-card--showcase .serene-card-body h3 {
	color: var(--kwetu-br-ink) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 22px !important;
}

body .kwetu-br-home .serene-card--showcase .serene-card-body p {
	color: var(--kwetu-br-muted);
	font-size: 15px;
}

body .kwetu-br-home .serene-card-link,
body .kwetu-br-home .serene-card--showcase .serene-card-link {
	background: var(--kwetu-br-brown) !important;
	border-color: var(--kwetu-br-brown) !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}

body .kwetu-br-home .serene-card-link:hover {
	background: #4b1d10 !important;
	border-color: #4b1d10 !important;
}

body .kwetu-br-home .alm-card-meta,
body .kwetu-br-home .serene-card-meta {
	color: var(--kwetu-br-muted) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
}

body .kwetu-br-home .alm-destination-tile {
	border-radius: 4px;
	min-height: 260px;
}

body .kwetu-br-home .alm-destination-tile__overlay {
	background: linear-gradient(180deg, rgba(10, 20, 35, 0.08) 0%, rgba(10, 20, 35, 0.62) 100%) !important;
}

body .kwetu-br-home .alm-destination-tile__title {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 28px !important;
	font-weight: 700 !important;
}

/* ── Final CTA ── */
body .kwetu-br-final {
	background: var(--kwetu-br-soft);
	border-top: 1px solid var(--kwetu-br-line);
}

body .kwetu-br-final > .elementor-container {
	padding: clamp(72px, 9vw, 108px) 0;
}

body .kwetu-br-actions {
	margin-top: 24px;
}

/* ── Footer ── */
body .kwetu-br-footer-cta {
	background: var(--kwetu-br-white);
	border-top: 1px solid var(--kwetu-br-line);
}

body .kwetu-br-footer-cta > .elementor-container {
	align-items: center;
	padding: clamp(48px, 6vw, 72px) 0;
}

body .kwetu-br-footer-cta-actions .elementor-widget-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

body .kwetu-br-footer-main {
	background: var(--kwetu-br-soft);
	border-top: 1px solid var(--kwetu-br-line);
}

body .kwetu-br-footer-main > .elementor-container {
	align-items: flex-start;
	padding: clamp(54px, 7vw, 84px) 0;
}

body .kwetu-br-footer-logo img {
	max-height: 88px;
	object-fit: contain;
	width: auto;
}

body .kwetu-br-footer-brand .elementor-widget-wrap {
	padding-right: clamp(18px, 4vw, 56px) !important;
}

body .kwetu-br-footer-link-list .elementor-icon-list-items,
body .kwetu-br-footer-contact-list .elementor-icon-list-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

body .kwetu-br-footer-link-list .elementor-icon-list-item,
body .kwetu-br-footer-contact-list .elementor-icon-list-item {
	align-items: center;
	display: flex;
	margin-bottom: 10px;
}

body .kwetu-br-footer-link-list a,
body .kwetu-br-footer-contact-list a {
	color: var(--kwetu-br-muted);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

body .kwetu-br-footer-link-list a:hover,
body .kwetu-br-footer-contact-list a:hover {
	color: var(--kwetu-br-brown);
}

body .kwetu-br-footer-link-list .elementor-icon-list-icon,
body .kwetu-br-footer-contact-list .elementor-icon-list-icon {
	color: var(--kwetu-br-brown);
	font-size: 11px;
	margin-right: 9px;
	min-width: 16px;
}

body .kwetu-br-footer-bottom {
	background: var(--kwetu-br-white);
	border-top: 1px solid var(--kwetu-br-line);
}

body .kwetu-br-footer-bottom > .elementor-container {
	align-items: center;
	padding: 18px 0;
}

body .kwetu-br-footer-bottom-text,
body .kwetu-br-footer-bottom-text p {
	color: var(--kwetu-br-muted);
	font-size: 13px;
	font-weight: 800;
	margin: 0;
}

body .kwetu-br-footer-bottom-right .elementor-widget-wrap,
body .kwetu-br-footer-bottom-right-text {
	text-align: right;
}

/* ── Header chrome (Backroads-style, no orange pills) ── */
body.home .elementor-widget-serene_header,
body.home .elementor-widget-serene_header .elementor-widget-container,
body.home .serene-elementor-header,
body.home .serene-site-header {
	background: var(--kwetu-br-navy) !important;
}

body.home .serene-topbar,
body.home .serene-elementor-header .serene-topbar {
	background: #060d18 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.home .serene-site-header,
body.home .serene-elementor-header .serene-nav-wrap {
	background: var(--kwetu-br-navy) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.home .serene-logo span,
body.home .serene-menu a {
	color: #fff !important;
}

body.home .serene-logo small,
body.home .serene-topbar a,
body.home .serene-topbar span,
body.home .serene-topbar-location {
	color: rgba(255, 255, 255, 0.82) !important;
}

body.home .serene-menu a:hover,
body.home .serene-menu .current-menu-item > a,
body.home .serene-menu .current-menu-ancestor > a {
	color: #fff !important;
}

@media (min-width: 1181px) {
	body.home .serene-elementor-header .serene-primary-nav .serene-menu > li > a,
	body.home .serene-site-header .serene-primary-nav .serene-menu > li > a {
		background: transparent !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		color: rgba(255, 255, 255, 0.88) !important;
		font-size: 0.9rem !important;
		font-weight: 600 !important;
		padding: 10px 14px !important;
	}

	body.home .serene-elementor-header .serene-primary-nav .serene-menu > li > a:hover,
	body.home .serene-site-header .serene-primary-nav .serene-menu > li > a:hover,
	body.home .serene-elementor-header .serene-primary-nav .serene-menu > .current-menu-item > a,
	body.home .serene-site-header .serene-primary-nav .serene-menu > .current-menu-item > a,
	body.home .serene-elementor-header .serene-primary-nav .serene-menu > .current-menu-ancestor > a,
	body.home .serene-site-header .serene-primary-nav .serene-menu > .current-menu-ancestor > a {
		background: transparent !important;
		box-shadow: inset 0 -2px 0 #fff !important;
		color: #fff !important;
	}

	body.home .serene-elementor-header .serene-menu .sub-menu,
	body.home .serene-site-header .serene-menu .sub-menu {
		background: #fff !important;
		border: 1px solid var(--kwetu-br-line) !important;
		border-radius: 4px !important;
		box-shadow: 0 12px 32px rgba(10, 20, 35, 0.12) !important;
	}

	body.home .serene-elementor-header .serene-menu .sub-menu a,
	body.home .serene-site-header .serene-menu .sub-menu a {
		color: var(--kwetu-br-ink) !important;
	}

	body.home .serene-elementor-header .serene-menu .sub-menu a:hover,
	body.home .serene-site-header .serene-menu .sub-menu a:hover {
		background: var(--kwetu-br-soft) !important;
		color: var(--kwetu-br-brown) !important;
	}
}

body.home .serene-header-cta,
body.home .serene-header-cta.serene-btn,
body.home a.serene-header-cta {
	background: #fff !important;
	border: 1px solid #fff !important;
	border-radius: 999px !important;
	color: var(--kwetu-br-navy) !important;
	font-weight: 800 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
}

body.home .serene-header-cta:hover,
body.home a.serene-header-cta:hover {
	background: var(--kwetu-br-soft) !important;
	border-color: var(--kwetu-br-soft) !important;
	color: var(--kwetu-br-navy) !important;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	body .kwetu-br-finder-panel .elementor-widget-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body .kwetu-br-finder-panel .kwetu-br-finder-button {
		grid-column: 1 / -1;
	}

	body .kwetu-br-home .serene-showcase__grid--tiles .alm-destination-tiles,
	body .kwetu-br-home .alm-destination-tiles {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body .kwetu-br-home .elementor-container,
	body .kwetu-br-footer .elementor-container {
		width: min(100% - 28px, 1180px);
	}

	body .kwetu-br-hero > .elementor-container {
		min-height: clamp(480px, 85vh, 640px);
		padding-bottom: 40px;
		padding-top: 120px;
	}

	body .kwetu-br-hero-title h1.elementor-heading-title {
		font-size: clamp(2.4rem, 12vw, 3.6rem) !important;
	}

	body .kwetu-br-finder-panel .elementor-widget-wrap {
		grid-template-columns: 1fr;
	}

	body .kwetu-br-collection .elementor-widget-wrap {
		margin-bottom: 24px;
		padding: 0 !important;
	}

	body .kwetu-br-button {
		display: block;
		margin: 10px 0;
		width: 100% !important;
	}

	body .kwetu-br-button .elementor-button {
		width: 100%;
	}

	body .kwetu-br-footer-cta-actions .elementor-widget-wrap,
	body .kwetu-br-footer-bottom-right .elementor-widget-wrap,
	body .kwetu-br-footer-bottom-right-text {
		justify-content: flex-start;
		text-align: left;
	}

	body .kwetu-br-home .alm-destination-tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
