/*
Theme Name: nyiragongoexpedition
Theme URI:
Author: Nyiragongo Expedition
Author URI:
Description: A custom WordPress theme for Nyiragongo Expedition, built for East Africa safari, gorilla trekking, volcano, and tailor-made travel experiences.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nyiragongoexpedition
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}

body {
	background: #fbf7ef;
	color: #1b1712;
	font-family: "Fira Sans", sans-serif;
}

main {
	display: block;
}

.font-display {
	font-family: "Ysabeau Office", "Times New Roman", serif;
}

.ny-header .custom-logo {
	height: auto;
	max-height: 52px;
	width: auto;
}

.ny-header {
	box-shadow: 0 18px 50px rgba(18, 16, 13, .12);
}

.ny-header .custom-logo-link,
.ny-header .custom-logo-link:hover {
	display: inline-flex;
	text-decoration: none;
}

.ny-primary-menu,
.ny-primary-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ny-primary-menu a,
.ny-mobile-nav a {
	color: inherit;
	text-decoration: none;
}

.ny-mobile-nav .rounded-full {
	color: inherit;
}

.ny-mobile-nav:not(.ny-mobile-nav--light) .rounded-full {
	color: #fff !important;
}

.ny-mobile-nav--light .rounded-full {
	color: #1b1712 !important;
}

.ny-mobile-nav--light {
	box-shadow: 0 12px 28px rgba(18, 16, 13, .08);
}

.ny-mobile-nav--light a {
	color: #1b1712;
}

.ny-primary-menu a {
	position: relative;
}

.ny-primary-menu a::after {
	background: #e7a925;
	bottom: -8px;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(.35);
	transform-origin: left center;
	transition: transform .25s ease, opacity .25s ease;
	width: 100%;
}

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

.ny-mobile-nav ul,
.ny-mobile-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ny-mobile-nav {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	box-sizing: border-box;
	overflow-x: hidden;
	max-width: 100vw;
	width: 100%;
}

.ny-menu-toggle {
	flex-shrink: 0;
}

.ny-menu-toggle__bars {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
}

.ny-menu-toggle__bars span {
	background: currentColor;
	border-radius: 999px;
	display: block;
	height: 2px;
	transition: transform .22s ease, opacity .22s ease, width .22s ease;
	width: 18px;
}

.ny-menu-toggle__bars span:nth-child(2) {
	width: 14px;
}

.ny-menu-toggle.is-open .ny-menu-toggle__bars span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.ny-menu-toggle.is-open .ny-menu-toggle__bars span:nth-child(2) {
	opacity: 0;
}

.ny-menu-toggle.is-open .ny-menu-toggle__bars span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.prose {
	color: inherit;
}

.prose h2,
.prose h3,
.prose h4 {
	font-family: "Ysabeau Office", "Times New Roman", serif;
}

.prose a {
	color: #cb5d20;
}

.prose img {
	border-radius: 24px;
}

input,
select,
textarea {
	width: 100%;
}

button,
a,
input,
select,
textarea {
	transition: all .25s ease;
}

details summary {
	list-style: none;
}

details summary::-webkit-details-marker {
	display: none;
}

.ny-steps-form .hidden {
	display: none;
}

.ny-hidden-trap {
	left: -9999px;
	position: absolute;
}

footer a:hover {
	text-decoration: none;
}

.ny-tours-marquee {
	mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
	overflow: hidden;
	padding-bottom: 1.5rem;
	padding-top: .5rem;
}

.ny-tours-marquee__track {
	animation: ny-tours-scroll 36s linear infinite;
	display: flex;
	gap: 1.5rem;
	width: max-content;
	will-change: transform;
}

.ny-tours-marquee:hover .ny-tours-marquee__track {
	animation-play-state: paused;
}

.ny-tours-marquee__item {
	flex: 0 0 min(26rem, 82vw);
}

.ny-tours-marquee__item article {
	height: 100%;
}

@keyframes ny-tours-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-50% - .75rem));
	}
}

@media (max-width: 1024px) {
	.ny-primary-menu {
		display: none;
	}
}

@media (max-width: 640px) {
	.ny-header {
		box-shadow: 0 12px 30px rgba(14, 10, 7, .1);
	}

	.ny-mobile-nav,
	.ny-mobile-nav--light {
		max-width: 100vw;
		overflow-x: hidden;
		padding-bottom: 1.15rem;
		padding-top: 1rem;
	}

	.ny-mobile-nav ul {
		display: grid;
		gap: .9rem;
		width: 100%;
	}

	.ny-mobile-nav a {
		display: block;
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.ny-mobile-nav .rounded-full,
	.ny-mobile-nav--light .rounded-full {
		max-width: 100%;
		width: 100%;
	}

	.ny-tours-marquee {
		mask-image: none;
	}

	.ny-tours-marquee__track {
		animation-duration: 28s;
		gap: 1rem;
	}

	.ny-tours-marquee__item {
		flex-basis: 88vw;
	}
}

/* Production polish overrides */
:root {
	--ny-accent: #cb5d20;
	--ny-accent-2: #e0a02b;
	--ny-surface: #fffdfa;
	--ny-surface-soft: #f7efe2;
	--ny-border: rgba(47, 35, 22, .12);
	--ny-shadow-soft: 0 18px 40px rgba(17, 12, 8, .08);
	--ny-shadow-deep: 0 24px 64px rgba(17, 12, 8, .14);
	--ny-panel-radius: 8px;
	--ny-card-radius: 6px;
	--ny-button-radius: 6px;
	--ny-pill-radius: 999px;
}

body {
	background:
		radial-gradient(circle at top, rgba(224, 160, 43, .1), transparent 26%),
		linear-gradient(180deg, #f7f1e7 0%, #fbf7ef 38%, #f3eadc 100%);
}

.ny-header {
	box-shadow: 0 18px 52px rgba(14, 10, 7, .12);
}

.ny-header > div:first-child {
	backdrop-filter: blur(10px);
}

.ny-header > div:last-child {
	position: relative;
}

.ny-header > div:last-child::before {
	background: linear-gradient(90deg, rgba(203, 93, 32, .16), rgba(224, 160, 43, .08), rgba(203, 93, 32, .16));
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ny-primary-menu a {
	letter-spacing: .03em;
}

.ny-primary-menu a::after {
	background: linear-gradient(90deg, var(--ny-accent), var(--ny-accent-2));
	bottom: -10px;
	height: 3px;
}

.ny-header .custom-logo,
.ny-header img[src*="logo"] {
	filter: drop-shadow(0 12px 26px rgba(0, 0, 0, .1));
}

.ny-mobile-nav,
.ny-mobile-nav--light {
	box-shadow: 0 18px 42px rgba(14, 10, 7, .12);
}

@media (max-width: 1300px) {
	.ny-header > div:first-child {
		display: none !important;
	}

	.ny-header .ny-menu-toggle {
		display: inline-flex !important;
	}

	.ny-header nav[class*="lg:flex"] {
		display: none !important;
	}

	.ny-header .ny-mobile-nav.hidden {
		display: none !important;
	}

	.ny-header .ny-mobile-nav:not(.hidden) {
		display: block !important;
	}

	.ny-header .custom-logo,
	.ny-header img[src*="logo"] {
		max-width: min(56vw, 220px);
	}

	.ny-mobile-nav,
	.ny-mobile-nav--light {
		max-width: 100vw;
		overflow-x: hidden;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.ny-mobile-nav ul {
		display: grid;
		gap: .9rem;
		width: 100%;
	}

	.ny-mobile-nav a {
		display: block;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.ny-hero-shell {
		grid-template-columns: 1fr !important;
		padding-bottom: 5rem !important;
		padding-top: 9rem !important;
	}

	.ny-hero-inquiry {
		max-width: 100%;
	}

	.grecaptcha-badge {
		bottom: 5.75rem !important;
		left: .75rem !important;
		right: auto !important;
		transform: scale(.92);
		transform-origin: bottom left;
	}
}

@media (min-width: 1300px) {
	.ny-hero-shell {
		padding-top: 12rem !important;
	}
}

footer {
	background: linear-gradient(180deg, #17120e 0%, #0f0c09 100%);
}

footer > div:first-child {
	background: linear-gradient(90deg, rgba(203, 93, 32, .08), rgba(224, 160, 43, .03), rgba(203, 93, 32, .08));
}

.prose p,
.prose li {
	line-height: 1.85;
}

.prose h2,
.prose h3,
.prose h4 {
	letter-spacing: -.02em;
}

.prose img {
	border-radius: 12px;
	box-shadow: var(--ny-shadow-soft);
}

input,
select,
textarea {
	background: rgba(255, 253, 248, .96);
	border: 1px solid rgba(73, 54, 34, .14);
	border-radius: 10px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

input:focus,
select:focus,
textarea:focus {
	border-color: rgba(203, 93, 32, .58);
	box-shadow: 0 0 0 4px rgba(203, 93, 32, .10);
	outline: none;
}

.ny-primary-menu a,
.ny-mobile-nav a,
button,
input,
select,
textarea {
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease, color .24s ease;
}

.nyiragongo-front-page section:first-of-type > .relative .rounded-\[32px\],
.nyiragongo-tours .rounded-\[32px\].bg-white,
.nyiragongo-tours .rounded-\[28px\].bg-white,
.nyiragongo-tours .rounded-\[24px\].border,
.nyiragongo-front-page .rounded-\[32px\].bg-white,
.nyiragongo-front-page .rounded-\[28px\].bg-white,
.nyiragongo-front-page .rounded-\[24px\].bg-white,
.nyiragongo-front-page .rounded-\[24px\].border,
.nyiragongo-front-page .rounded-\[24px\].bg-white,
.ny-header .rounded-full,
footer .rounded-full,
main .rounded-\[32px\].bg-white,
main .rounded-\[28px\].bg-white,
main .rounded-\[24px\].bg-white,
main .rounded-\[24px\].border,
main .rounded-\[20px\].border,
main .rounded-2xl,
main .rounded-full {
	border-radius: var(--ny-panel-radius) !important;
}

.ny-header .rounded-full,
footer .rounded-full,
main button.rounded-full,
main a.rounded-full,
main .rounded-full.bg-safari-400,
main .rounded-full.border {
	border-radius: var(--ny-button-radius) !important;
}

.ny-header button,
.ny-header a.rounded-full,
footer a.rounded-full,
main button,
main a.rounded-full,
main input[type="submit"],
main input[type="button"] {
	border-radius: var(--ny-button-radius) !important;
}

.nyiragongo-front-page .bg-white,
.nyiragongo-tours .bg-white,
main .bg-white {
	background-color: var(--ny-surface);
}

.nyiragongo-front-page .border-safari-200,
.nyiragongo-tours .border-safari-200,
main .border-safari-200 {
	border-color: var(--ny-border);
}

.nyiragongo-front-page article.bg-white,
.nyiragongo-front-page .bg-white.p-8,
.nyiragongo-front-page .bg-white.p-6,
.nyiragongo-tours article.bg-white,
.nyiragongo-tours .bg-white.p-8,
.nyiragongo-tours .bg-white.p-6,
main article.bg-white,
main .bg-white.p-8,
main .bg-white.p-6 {
	box-shadow: var(--ny-shadow-soft);
}

.nyiragongo-front-page article.bg-white:hover,
.nyiragongo-tours article.bg-white:hover,
main article.bg-white:hover {
	box-shadow: 0 24px 56px rgba(16, 12, 8, .11);
}

.ny-tour-card,
.ny-editorial-card,
.ny-stay-card,
.ny-search-card {
	background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(250,246,238,.98));
	border: 1px solid rgba(66, 47, 28, .1) !important;
	border-radius: 16px !important;
	box-shadow: 0 14px 34px rgba(17, 12, 8, .06);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition:
		transform .42s cubic-bezier(.16, 1, .3, 1),
		box-shadow .42s cubic-bezier(.16, 1, .3, 1),
		border-color .28s ease;
}

.ny-tour-card__media {
	background: #d8c8ad;
	border-bottom: 1px solid rgba(66, 47, 28, .08);
	position: relative;
}

.ny-tour-card__image {
	transition: transform .55s ease, filter .55s ease;
}

.ny-tour-card__overlay {
	background: linear-gradient(180deg, rgba(17,12,8,0) 0%, rgba(17,12,8,.62) 100%);
}

.ny-tour-card__flag {
	backdrop-filter: blur(10px);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.ny-tour-card .space-y-5 {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.ny-tour-card__meta span {
	background: rgba(248, 242, 232, .92);
	border-color: rgba(66, 47, 28, .1);
	color: #53402c;
}

.ny-tour-card__cta {
	letter-spacing: .14em;
	position: relative;
}

.ny-tour-card__cta::after {
	background: linear-gradient(90deg, var(--ny-accent), var(--ny-accent-2));
	bottom: -6px;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(.35);
	transform-origin: left center;
	transition: transform .28s ease, opacity .28s ease;
	width: 100%;
}

.ny-tour-card:hover .ny-tour-card__image {
	filter: saturate(1.04);
	transform: scale(1.025);
}

.ny-tour-card:hover .ny-tour-card__cta::after {
	opacity: 1;
	transform: scaleX(1);
}

.ny-editorial-card {
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,247,239,1));
	border-color: rgba(66, 47, 28, .1) !important;
	position: relative;
}

.ny-editorial-card::before {
	background: linear-gradient(90deg, rgba(203, 93, 32, .1), rgba(224, 160, 43, .05), transparent 65%);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ny-tour-card:hover,
.ny-editorial-card:hover,
.ny-stay-card:hover,
.ny-search-card:hover {
	border-color: rgba(143, 95, 48, .18) !important;
	box-shadow: 0 22px 48px rgba(17, 12, 8, .1);
	transform: translateY(-4px);
}

.ny-dark-feature {
	background:
		radial-gradient(circle at top right, rgba(224, 160, 43, .18), transparent 32%),
		linear-gradient(160deg, #16110d 0%, #221811 56%, #2f1e13 100%);
}

.ny-soft-feature {
	background:
		linear-gradient(180deg, rgba(247, 239, 226, .94), rgba(243, 234, 220, .88));
}

.ny-glass-option {
	backdrop-filter: blur(12px);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.ny-review-card {
	backdrop-filter: blur(14px);
	background:
		linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.08),
		0 18px 36px rgba(0, 0, 0, .16);
	position: relative;
}

.ny-review-card::before {
	content: "“";
	position: absolute;
	top: 1rem;
	right: 1.15rem;
	font-family: "Ysabeau Office", "Times New Roman", serif;
	font-size: 3.4rem;
	line-height: 1;
	color: rgba(255,255,255,.08);
	pointer-events: none;
}

.ny-review-card::before {
	content: none !important;
}

.ny-carousel {
	position: relative;
}

.ny-carousel__viewport {
	overflow: hidden;
}

.ny-carousel__track {
	display: flex;
	gap: 1rem;
	transition: transform .55s cubic-bezier(.16, 1, .3, 1);
	will-change: transform;
}

.ny-carousel__slide {
	box-sizing: border-box;
	flex: 0 0 100%;
	min-width: 0;
}

.ny-carousel__button {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(66, 47, 28, .12);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(18, 16, 13, .06);
	color: #1b1712;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
	width: 42px;
}

.ny-carousel__button:hover {
	background: #f7f1e7;
	border-color: rgba(143, 95, 48, .22);
	transform: translateY(-1px);
}

.ny-carousel__dots {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
}

.ny-carousel__dot {
	background: rgba(66, 47, 28, .14);
	border: 0;
	border-radius: 999px;
	height: 8px;
	padding: 0;
	transition: width .25s ease, background-color .25s ease;
	width: 8px;
}

.ny-carousel__dot.is-active {
	background: #cb5d20;
	width: 26px;
}

@media (min-width: 640px) {
	.ny-carousel__slide {
		flex-basis: calc(50% - .5rem);
	}
}

@media (min-width: 1024px) {
	.ny-carousel__slide {
		flex-basis: calc(33.3333% - .6667rem);
	}
}

.ny-hero-inquiry {
	background:
		linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07));
	border-color: rgba(255,255,255,.14) !important;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
	max-width: 30rem;
}

.ny-hero-form__field,
.ny-site-form__field {
	display: grid;
	gap: .28rem;
}

.ny-hero-form__field {
	gap: .45rem;
}

.ny-hero-form__field > span,
.ny-site-form__field > span {
	color: rgba(255,255,255,.78);
	font-size: .58rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.ny-hero-form input,
.ny-hero-form select,
.ny-hero-form textarea,
.ny-site-form input,
.ny-site-form select,
.ny-site-form textarea {
	border-radius: 12px;
	font-size: .88rem;
	min-height: 2.55rem;
	outline: none;
	padding: .62rem .8rem;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease, transform .2s ease;
}

.ny-hero-form textarea,
.ny-site-form textarea {
	min-height: 4.6rem;
	resize: vertical;
}

.ny-site-form--glass input,
.ny-site-form--glass select,
.ny-site-form--glass textarea,
.ny-hero-form input,
.ny-hero-form select,
.ny-hero-form textarea {
	background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.12));
	border: 1px solid rgba(255,255,255,.34);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 10px 26px rgba(17, 12, 8, .12);
	color: rgba(255,255,255,.98);
}

.ny-site-form--glass input:hover,
.ny-site-form--glass select:hover,
.ny-site-form--glass textarea:hover,
.ny-hero-form input:hover,
.ny-hero-form select:hover,
.ny-hero-form textarea:hover {
	border-color: rgba(255,255,255,.58);
}

.ny-site-form--glass input:focus,
.ny-site-form--glass select:focus,
.ny-site-form--glass textarea:focus,
.ny-hero-form input:focus,
.ny-hero-form select:focus,
.ny-hero-form textarea:focus {
	background: linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.16));
	border-color: #e0a02b;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 0 0 4px rgba(224, 160, 43, .22), 0 12px 30px rgba(17, 12, 8, .18);
}

.ny-site-form--glass input::placeholder,
.ny-site-form--glass textarea::placeholder,
.ny-hero-form input::placeholder,
.ny-hero-form textarea::placeholder {
	color: rgba(255,255,255,.96);
	font-weight: 700;
}

.ny-site-form--glass select,
.ny-hero-form select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(255,255,255,.9) 50%),
		linear-gradient(135deg, rgba(255,255,255,.9) 50%, transparent 50%);
	background-position:
		calc(100% - 1.1rem) calc(50% - 3px),
		calc(100% - .8rem) calc(50% - 3px);
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 2.7rem;
}

.ny-site-form--glass select option,
.ny-hero-form select option {
	background: #fff;
	color: #1f1812;
}

.ny-site-form--light .ny-site-form__field > span {
	color: rgba(31, 24, 18, .78);
}

.ny-site-form--light input,
.ny-site-form--light select,
.ny-site-form--light textarea {
	background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(251,248,242,.94));
	border: 1px solid rgba(86, 66, 43, .26);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.94), 0 10px 26px rgba(17, 12, 8, .06);
	color: #1f1812;
}

.ny-site-form--light input:hover,
.ny-site-form--light select:hover,
.ny-site-form--light textarea:hover {
	border-color: rgba(203, 93, 32, .5);
}

.ny-site-form--light input:focus,
.ny-site-form--light select:focus,
.ny-site-form--light textarea:focus {
	background: #fff;
	border-color: #cb5d20;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.94), 0 0 0 4px rgba(203, 93, 32, .14), 0 12px 30px rgba(17, 12, 8, .1);
}

.ny-site-form--light input::placeholder,
.ny-site-form--light textarea::placeholder {
	color: rgba(31, 24, 18, .62);
	font-weight: 600;
}

.ny-site-form--light select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(31, 24, 18, .72) 50%),
		linear-gradient(135deg, rgba(31, 24, 18, .72) 50%, transparent 50%);
	background-position:
		calc(100% - 1.1rem) calc(50% - 3px),
		calc(100% - .8rem) calc(50% - 3px);
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 2.7rem;
}

.ny-site-form--light select option {
	background: #fff;
	color: #1f1812;
}

.ny-hero-form button,
.ny-site-form button {
	box-shadow: 0 18px 34px rgba(203, 93, 32, .22);
	min-width: 10rem;
}

.ny-hero-form button:hover,
.ny-site-form button:hover {
	box-shadow: 0 22px 42px rgba(203, 93, 32, .28);
	transform: translateY(-1px);
}

.ny-field-invalid {
	border-color: rgba(248, 113, 113, .9) !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 0 0 3px rgba(248, 113, 113, .18), 0 10px 26px rgba(17, 12, 8, .12) !important;
}

.ny-field-error {
	margin: .35rem 0 0;
	color: #fecaca;
	font-size: .76rem;
	font-weight: 700;
	line-height: 1.4;
}

.ny-site-form--light .ny-field-error {
	color: #b91c1c;
}

.ny-form-recaptcha {
	display: grid;
	gap: .35rem;
	justify-items: start;
}

@media (max-width: 1023px) {
	.ny-hero-inquiry {
		max-width: 100%;
	}

	.ny-hero-form {
		gap: .8rem;
	}

	.ny-hero-form input,
	.ny-hero-form select,
	.ny-hero-form textarea {
		font-size: .84rem;
		min-height: 2.4rem;
		padding: .58rem .75rem;
	}

	.ny-hero-form textarea {
		min-height: 4rem;
	}

	.grecaptcha-badge {
		bottom: 5.75rem !important;
		left: .75rem !important;
		right: auto !important;
		transform: scale(.92);
		transform-origin: bottom left;
	}
}

.ny-planner-shell {
	background:
		linear-gradient(180deg, #f6efe2 0%, #fbf7ef 100%);
}

.ny-planner-story {
	background:
		linear-gradient(180deg, rgba(18, 16, 13, .96), rgba(18, 16, 13, .88));
	border: 1px solid rgba(255,255,255,.08);
	box-shadow: 0 24px 56px rgba(18, 16, 13, .16);
	position: relative;
	overflow: hidden;
}

.ny-planner-story::before {
	background:
		radial-gradient(circle at top left, rgba(224,160,43,.2), transparent 34%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ny-planner-story > * {
	position: relative;
	z-index: 1;
}

.ny-planner-note {
	background:
		linear-gradient(180deg, rgba(18, 16, 13, .82), rgba(18, 16, 13, .7));
	border: 1px solid rgba(255,255,255,.08);
	box-shadow: 0 20px 46px rgba(18, 16, 13, .12);
}

.ny-planner-panel {
	background:
		linear-gradient(180deg, rgba(18, 16, 13, .96), rgba(18, 16, 13, .9));
	border: 1px solid rgba(255,255,255,.08);
	position: relative;
	overflow: hidden;
}

.ny-planner-panel::before {
	background:
		radial-gradient(circle at top right, rgba(203,93,32,.16), transparent 28%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ny-planner-panel > * {
	position: relative;
	z-index: 1;
}

.ny-step-progress {
	align-items: stretch;
}

.ny-step-indicator {
	align-items: flex-start;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 22px;
	color: rgba(255,255,255,.62);
	display: grid;
	gap: .35rem;
	padding: .95rem 1rem;
	text-align: left;
}

.ny-step-indicator__index {
	color: rgba(224,160,43,.88);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ny-step-indicator__text {
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ny-step-indicator.is-active {
	background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.05));
	border-color: rgba(224,160,43,.45);
	box-shadow: 0 16px 34px rgba(0,0,0,.12);
	color: rgba(255,255,255,.94);
	transform: translateY(-1px);
}

.ny-filter-panel {
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,242,232,.96));
	box-shadow: 0 18px 42px rgba(17, 12, 8, .08);
}

.ny-filter-panel select {
	background-color: rgba(255,255,255,.92);
}

.ny-empty-state {
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,244,235,1));
}

.ny-primary-menu a,
.ny-mobile-nav a,
main p,
main li {
	letter-spacing: .002em;
}

main section + section {
	margin-top: 0;
}

main h1,
main h2,
main h3 {
	letter-spacing: -.028em;
}

main h2 {
	line-height: 1.02;
}

main h3 {
	line-height: 1.08;
}

main p {
	max-width: 70ch;
}

.ny-tour-card p,
.ny-editorial-card p,
.ny-dark-feature p,
.ny-soft-feature p,
.ny-filter-panel p,
.ny-empty-state p {
	max-width: none;
}

.nyiragongo-front-page section {
	position: relative;
}

.nyiragongo-front-page > main > section:not(:first-of-type) {
	scroll-margin-top: 6rem;
}

.nyiragongo-front-page > main > section:not(:first-of-type) .font-display.text-4xl,
.nyiragongo-front-page > main > section:not(:first-of-type) h2.font-display,
.nyiragongo-tours h2.font-display,
.single-country h2.font-display,
.single-activity h2.font-display,
.single-memory h2.font-display,
.single-destination h2.font-display,
.page-about h2.font-display {
	max-width: 12ch;
}

.nyiragongo-front-page .text-sm.font-semibold.uppercase,
.nyiragongo-tours .text-sm.font-semibold.uppercase,
.single-country .text-xs.font-semibold.uppercase,
.single-activity .text-xs.font-semibold.uppercase,
.single-memory .text-xs.font-semibold.uppercase,
.single-destination .text-xs.font-semibold.uppercase,
.page-about .text-xs.font-semibold.uppercase {
	opacity: .9;
}

.ny-pagination {
	align-items: center;
}

.ny-pagination__item {
	align-items: center;
	background: rgba(255, 253, 248, .96);
	border: 1px solid rgba(73, 54, 34, .12);
	border-radius: var(--ny-button-radius);
	box-shadow: 0 12px 28px rgba(17, 12, 8, .06);
	color: #3e2d1d;
	display: inline-flex;
	font-size: .82rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .16em;
	min-height: 44px;
	min-width: 44px;
	padding: .85rem 1rem;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease, color .24s ease;
}

.ny-pagination__item.current {
	background: linear-gradient(135deg, #cb5d20 0%, #d97621 48%, #e0a02b 100%);
	border-color: transparent;
	box-shadow: 0 16px 32px rgba(203, 93, 32, .26);
	color: #1b1712;
}

.ny-pagination__item.prev,
.ny-pagination__item.next {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.ny-pagination__item.dots {
	background: transparent;
	border: 0;
	box-shadow: none;
	min-width: auto;
	padding-left: .25rem;
	padding-right: .25rem;
}

.ny-pagination__item:hover {
	background: #fff;
	border-color: rgba(203, 93, 32, .22);
	box-shadow: 0 16px 32px rgba(17, 12, 8, .08);
	color: #cb5d20;
	transform: translateY(-1px);
}

.ny-pagination__item.current:hover {
	color: #1b1712;
	transform: none;
}

.nyiragongo-front-page section:first-of-type .rounded-\[32px\] {
	background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
	border-color: rgba(255,255,255,.12);
	box-shadow: 0 30px 90px rgba(0,0,0,.22);
}

.nyiragongo-front-page section:first-of-type {
	position: relative;
}

.nyiragongo-front-page section:first-of-type::after {
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(18,16,13,.08) 100%);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.nyiragongo-front-page section:first-of-type > .absolute {
	position: absolute;
	z-index: 10;
}

.rounded-\[32px\],
.rounded-\[28px\],
.rounded-\[24px\],
.rounded-\[20px\],
article.rounded-\[28px\],
div.rounded-\[32px\],
div.rounded-\[28px\],
div.rounded-\[24px\],
div.rounded-\[20px\] {
	border-radius: var(--ny-panel-radius) !important;
}

img.rounded-\[24px\],
img.rounded-\[28px\],
img.rounded-\[32px\] {
	border-radius: var(--ny-card-radius) !important;
}

.bg-safari-400 {
	background-image: linear-gradient(135deg, #cb5d20 0%, #d97621 48%, #e0a02b 100%);
}

.bg-safari-400:hover {
	background-image: linear-gradient(135deg, #b84d17 0%, #cb5d20 44%, #d99823 100%);
}

.bg-safari-950 {
	box-shadow: var(--ny-shadow-deep);
}

img.rounded-\[24px\],
img.rounded-\[32px\],
img.rounded-\[28px\] {
	border-radius: 14px !important;
}

/* ── African Scroll Animations ───────────────────────────── */
.ny-reveal,
[data-ny-reveal] {
	opacity: 0;
	transform: translateY(36px);
	transition: opacity .9s cubic-bezier(.16, 1, .3, 1), transform .9s cubic-bezier(.16, 1, .3, 1);
	will-change: transform, opacity;
}

.ny-reveal--visible,
[data-ny-reveal].ny-reveal--visible {
	opacity: 1;
	transform: translateY(0);
}

.ny-reveal.ny-scale-in,
[data-ny-reveal="scale-in"] {
	transform: scale(.92) translateY(40px);
}

.ny-reveal.ny-scale-in.ny-reveal--visible,
[data-ny-reveal="scale-in"].ny-reveal--visible {
	transform: scale(1) translateY(0);
}

.ny-reveal.ny-slide-left,
[data-ny-reveal="slide-left"] {
	transform: translateX(-60px);
}

.ny-reveal.ny-slide-left.ny-reveal--visible,
[data-ny-reveal="slide-left"].ny-reveal--visible {
	transform: translateX(0);
}

.ny-reveal.ny-slide-right,
[data-ny-reveal="slide-right"] {
	transform: translateX(60px);
}

.ny-reveal.ny-slide-right.ny-reveal--visible,
[data-ny-reveal="slide-right"].ny-reveal--visible {
	transform: translateX(0);
}

[data-ny-stagger] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .75s cubic-bezier(.16, 1, .3, 1), transform .75s cubic-bezier(.16, 1, .3, 1);
	will-change: transform, opacity;
}

[data-ny-stagger].ny-reveal--visible {
	opacity: 1;
	transform: translateY(0);
}

/* Parallax helper */
[data-ny-parallax] {
	will-change: transform;
	transform: translate3d(0, 0, 0);
}

/* Scroll progress bar */
.ny-scroll-progress {
	background: linear-gradient(90deg, #cb5d20, #e0a02b, #d4a017);
	height: 3px;
	left: 0;
	position: fixed;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .1s linear;
	width: 100%;
	z-index: 9999;
}

/* ── African Earth Palette & Atmosphere ──────────────────── */
:root {
	--ny-terracotta: #c65d3b;
	--ny-ochre: #c49a2e;
	--ny-sienna: #a0522d;
	--ny-umber: #635147;
	--ny-sage: #7d8a5e;
	--ny-sand: #c2b280;
	--ny-khaki: #a89f6b;
	--ny-sunset: #d4843d;
	--ny-deep-forest: #2f3e2e;
	--ny-burnt-orange: #bf5700;
	--ny-gold-glow: rgba(224, 160, 43, .35);
	--ny-pattern-fade: rgba(99, 81, 71, .035);
}

html {
	scroll-behavior: smooth;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	.ny-reveal, [data-ny-reveal], [data-ny-stagger] {
		transition: none !important;
	}
}

/* Warm ambient page background */
body {
	background:
		radial-gradient(circle at 80% 0%, rgba(198, 93, 59, .08), transparent 35%),
		radial-gradient(circle at 20% 10%, rgba(196, 154, 46, .06), transparent 30%),
		linear-gradient(180deg, #f7f1e7 0%, #fbf7ef 40%, #f3eadc 100%);
}

/* ── African Geometric Pattern Overlays ─────────────────── */
.ny-pattern-mudcloth {
	position: relative;
}

.ny-pattern-mudcloth::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23635147' stroke-width='0.6' opacity='0.12'%3E%3Cpath d='M0 30h60M30 0v60M10 10h10v10H10zM40 10h10v10H40zM10 40h10v10H10zM40 40h10v10H40z'/%3E%3C/g%3E%3C/svg%3E");
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.ny-pattern-mudcloth > * {
	position: relative;
	z-index: 1;
}

.ny-pattern-zigzag {
	position: relative;
}

.ny-pattern-zigzag::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='20' viewBox='0 0 40 20'%3E%3Cpath d='M0 10 L10 0 L20 10 L30 0 L40 10' fill='none' stroke='%23c65d3b' stroke-width='0.5' opacity='0.1'/%3E%3C/svg%3E");
	content: "";
	height: 8px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.ny-pattern-dots {
	position: relative;
}

.ny-pattern-dots::before {
	background-image: radial-gradient(circle, rgba(99, 81, 71, .08) 1.2px, transparent 1.2px);
	background-size: 22px 22px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.ny-pattern-dots > * {
	position: relative;
	z-index: 1;
}

/* ── Section African Atmosphere ──────────────────────────── */
.ny-section-warm {
	background:
		linear-gradient(180deg, rgba(251, 247, 239, .92), rgba(247, 241, 231, .95)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23c65d3b' opacity='0.03'%3E%3Ccircle cx='25' cy='25' r='2'/%3E%3Ccircle cx='75' cy='75' r='2'/%3E%3Ccircle cx='75' cy='25' r='2'/%3E%3Ccircle cx='25' cy='75' r='2'/%3E%3C/g%3E%3C/svg%3E");
}

.ny-section-earth {
	background:
		linear-gradient(160deg, #faf6ef 0%, #f3eadc 60%, #eae0ce 100%);
}

.ny-section-terracotta {
	background:
		linear-gradient(135deg, rgba(198, 93, 59, .08) 0%, rgba(191, 87, 0, .04) 100%);
}

.ny-section-forest {
	background:
		linear-gradient(180deg, #fbf7ef 0%, rgba(125, 138, 94, .06) 100%);
}

/* ── Hero Cinematic Polish ───────────────────────────────── */
.nyiragongo-front-page section:first-of-type {
	overflow: clip;
}

.nyiragongo-front-page section:first-of-type .absolute.inset-0.z-0 > *:first-child {
	transition: transform .15s linear;
}

/* Golden hour light leak on hero */
.nyiragongo-front-page section:first-of-type::before {
	background:
		radial-gradient(ellipse at 70% 20%, rgba(224, 160, 43, .22), transparent 50%),
		radial-gradient(ellipse at 30% 80%, rgba(198, 93, 59, .14), transparent 45%);
	content: "";
	inset: 0;
	mix-blend-mode: soft-light;
	pointer-events: none;
	position: absolute;
	z-index: 5;
}

/* Hero inquiry panel glass refinement */
.ny-hero-inquiry {
	background:
		linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 28px 70px rgba(0, 0, 0, .22),
		inset 0 1px 0 rgba(255,255,255,.12);
	position: relative;
}

.ny-hero-inquiry::before {
	background: linear-gradient(90deg, rgba(203, 93, 32, .18), rgba(224, 160, 43, .08), transparent 70%);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* ── Typography & Rhythm ────────────────────────────────── */
.nyiragongo-front-page h1.font-display,
.nyiragongo-front-page h2.font-display,
.nyiragongo-tours h2.font-display,
.page-about h2.font-display {
	text-shadow: 0 2px 24px rgba(18, 16, 13, .06);
}

.nyiragongo-front-page .text-sm.font-semibold.uppercase,
.nyiragongo-tours .text-sm.font-semibold.uppercase,
.page-about .text-xs.font-semibold.uppercase {
	color: var(--ny-sienna);
	letter-spacing: .22em;
}

/* Section labels get a tiny African accent dash */
.nyiragongo-front-page section .text-sm.font-semibold.uppercase,
.nyiragongo-tours section .text-sm.font-semibold.uppercase {
	align-items: center;
	display: inline-flex;
	gap: .6rem;
}

.nyiragongo-front-page section .text-sm.font-semibold.uppercase::before,
.nyiragongo-tours section .text-sm.font-semibold.uppercase::before {
	background: linear-gradient(90deg, var(--ny-accent), var(--ny-accent-2));
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 3px;
	width: 18px;
}

/* ── Card & Interactive Polish ──────────────────────────── */
.ny-tour-card,
.ny-editorial-card {
	transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .5s cubic-bezier(.16, 1, .3, 1), border-color .35s ease;
}

.ny-tour-card:hover {
	transform: translateY(-4px);
}

.ny-editorial-card:hover {
	transform: translateY(-3px);
}

.ny-dark-feature .ny-glass-option {
	transition: transform .4s cubic-bezier(.16, 1, .3, 1), background-color .3s ease, border-color .3s ease;
}

.ny-dark-feature .ny-glass-option:hover {
	transform: translateY(-2px);
}

/* ── Decorative African Divider ──────────────────────────── */
.ny-african-divider {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
	padding: 2.5rem 0;
}

.ny-african-divider::before,
.ny-african-divider::after {
	background: linear-gradient(90deg, transparent, rgba(203, 93, 32, .35), transparent);
	content: "";
	height: 1px;
	max-width: 120px;
	width: 100%;
}

.ny-african-divider__icon {
	color: var(--ny-accent);
	flex-shrink: 0;
	height: 20px;
	width: 20px;
}

/* ── Smooth Section Spacing ─────────────────────────────── */
main > section {
	scroll-margin-top: 5rem;
}

/* ── Button & CTA Refinements ───────────────────────────── */
main a.rounded-full,
main button.rounded-full {
	position: relative;
	overflow: hidden;
}

main a.rounded-full::before,
main button.rounded-full::before {
	background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.18), rgba(255,255,255,0));
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: left .6s ease;
	width: 50%;
}

main a.rounded-full:hover::before,
main button.rounded-full:hover::before {
	left: 150%;
}

/* ── Footer Warmth ───────────────────────────────────────── */
footer {
	position: relative;
}

footer::before {
	background:
		radial-gradient(circle at 50% 0%, rgba(224, 160, 43, .07), transparent 60%);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

/* ── Image & Media Polish ───────────────────────────────── */
img {
	transition: filter .5s ease, transform .6s cubic-bezier(.16, 1, .3, 1);
}

.ny-tour-card__media,
article img,
.ny-editorial-card img {
	overflow: hidden;
}

article:hover img,
.ny-editorial-card:hover img {
	filter: saturate(1.05) contrast(1.02);
}

/* ────────────────────────────────────────────────────────────
   TOURS SMART FILTER — Premium African-styled filter bar
   ──────────────────────────────────────────────────────────── */

.ny-filter-bar {
	margin-bottom: .75rem;
}

.ny-filter-bar__inner {
	align-items: flex-end;
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(248, 242, 232, .96)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23c65d3b' opacity='0.02'%3E%3Ccircle cx='25' cy='25' r='2'/%3E%3Ccircle cx='75' cy='75' r='2'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid rgba(73, 54, 34, .1);
	border-radius: var(--ny-panel-radius);
	box-shadow: 0 18px 42px rgba(17, 12, 8, .06);
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	padding: 1.1rem 1.25rem;
}

.ny-filter-bar__group {
	align-items: flex-end;
	display: flex;
	flex: 1 1 0%;
	flex-wrap: wrap;
	gap: .5rem;
}

.ny-filter-bar__field {
	display: flex;
	flex: 1 1 140px;
	flex-direction: column;
	gap: .35rem;
	min-width: 140px;
}

.ny-filter-bar__label {
	color: #8f3c22;
	font-size: .58rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.ny-filter-bar__select {
	appearance: none;
	background-color: rgba(255, 253, 248, .98);
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(31, 24, 18, .6) 50%),
		linear-gradient(135deg, rgba(31, 24, 18, .6) 50%, transparent 50%);
	background-position:
		calc(100% - 1rem) calc(50% - 2.5px),
		calc(100% - .7rem) calc(50% - 2.5px);
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	border: 1px solid rgba(73, 54, 34, .13);
	border-radius: 10px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 4px 10px rgba(17, 12, 8, .03);
	color: #2a221a;
	cursor: pointer;
	font-size: .85rem;
	font-weight: 500;
	min-height: 2.85rem;
	padding: .65rem .9rem;
	padding-right: 2.2rem;
	transition: border-color .24s ease, box-shadow .24s ease, background-color .24s ease;
	width: 100%;
}

.ny-filter-bar__select:hover {
	background-color: #fff;
	border-color: rgba(203, 93, 32, .35);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 6px 14px rgba(17, 12, 8, .05);
}

.ny-filter-bar__select:focus {
	border-color: rgba(203, 93, 32, .55);
	box-shadow: 0 0 0 4px rgba(203, 93, 32, .09);
	outline: none;
}

.ny-filter-bar__actions {
	align-items: flex-end;
	display: flex;
	gap: .5rem;
}

.ny-filter-bar__submit {
	align-items: center;
	background: linear-gradient(135deg, #cb5d20 0%, #d97621 48%, #e0a02b 100%);
	border: none;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(203, 93, 32, .18);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: .72rem;
	font-weight: 700;
	gap: .4rem;
	letter-spacing: .14em;
	min-height: 2.85rem;
	padding: .65rem 1.2rem;
	text-transform: uppercase;
	transition: transform .24s ease, box-shadow .24s ease;
}

.ny-filter-bar__submit:hover {
	box-shadow: 0 14px 32px rgba(203, 93, 32, .24);
	transform: translateY(-1px);
}

.ny-filter-bar__submit svg {
	flex-shrink: 0;
}

.ny-filter-bar__reset {
	align-items: center;
	border: 1px solid rgba(73, 54, 34, .14);
	border-radius: 999px;
	color: #503427;
	display: inline-flex;
	font-size: .72rem;
	font-weight: 700;
	gap: .4rem;
	letter-spacing: .14em;
	min-height: 2.85rem;
	padding: .65rem 1.1rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .24s ease;
}

.ny-filter-bar__reset:hover {
	background: #fff;
	border-color: rgba(203, 93, 32, .3);
	color: #cb5d20;
}

/* ── Active filter chips ─────────────────────────────────── */
.ny-filter-chips {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
	margin-bottom: 1.25rem;
}

.ny-filter-chips__title {
	color: #8f3c22;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ny-filter-chips__list {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.ny-filter-chip {
	align-items: center;
	background: linear-gradient(135deg, rgba(203, 93, 32, .1), rgba(224, 160, 43, .08));
	border: 1px solid rgba(203, 93, 32, .22);
	border-radius: 999px;
	color: #8f3c22;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 600;
	gap: .4rem;
	padding: .35rem .9rem;
	text-decoration: none;
	transition: all .2s ease;
}

.ny-filter-chip:hover {
	background: linear-gradient(135deg, rgba(203, 93, 32, .18), rgba(224, 160, 43, .12));
	border-color: rgba(203, 93, 32, .35);
	transform: translateY(-1px);
}

.ny-filter-chip__remove {
	align-items: center;
	display: inline-flex;
	opacity: .65;
	transition: opacity .2s ease;
}

.ny-filter-chip:hover .ny-filter-chip__remove {
	opacity: 1;
}

/* ── Loading overlay ─────────────────────────────────────── */
.ny-filter-loading {
	align-items: center;
	background: rgba(251, 247, 239, .72);
	backdrop-filter: blur(8px);
	bottom: 0;
	display: none;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 60;
}

.ny-filter-loading.is-active {
	display: flex;
}

.ny-filter-loading__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
}

.ny-filter-loading__spinner {
	animation: ny-spin 1s linear infinite;
	border: 3px solid rgba(203, 93, 32, .15);
	border-radius: 50%;
	border-top-color: #cb5d20;
	height: 40px;
	width: 40px;
}

@keyframes ny-spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

.ny-filter-loading__text {
	color: #503427;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
}

/* ── Tour grid loading skeleton ──────────────────────────── */
.ny-filter-bar.is-loading + .ny-filter-chips + .ny-filter-loading + .grid,
.ny-filter-bar.is-loading ~ .grid {
	opacity: .35;
	pointer-events: none;
	transition: opacity .3s ease;
}

@media (max-width: 768px) {
	.ny-filter-bar__inner {
		flex-direction: column;
		padding: .9rem;
	}

	.ny-filter-bar__group {
		gap: .4rem;
		width: 100%;
	}

	.ny-filter-bar__field {
		flex: 1 1 calc(50% - .25rem);
		min-width: auto;
	}

	.ny-filter-bar__actions {
		width: 100%;
	}

	.ny-filter-bar__submit,
	.ny-filter-bar__reset {
		flex: 1;
		justify-content: center;
	}
}

/* ────────────────────────────────────────────────────────────
   404 NOT FOUND — African Expedition Theme
   ──────────────────────────────────────────────────────────── */

.ny-404-safari {
	align-items: center;
	background: #12100d;
	display: flex;
	justify-content: center;
	min-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
	overflow: hidden;
	position: relative;
}

.ny-404-background {
	background:
		url("https://images.unsplash.com/photo-1516426122078-c23e76319801?auto=format&fit=crop&w=1920&q=80")
		center 30% / cover no-repeat;
	filter: saturate(.7) contrast(1.1);
	inset: 0;
	position: absolute;
}

.ny-404-vignette {
	background:
		radial-gradient(circle at 50% 40%, rgba(18,16,13,0) 0%, rgba(18,16,13,.55) 65%, rgba(18,16,13,.9) 100%),
		linear-gradient(180deg, rgba(18,16,13,.35) 0%, transparent 35%, transparent 65%, rgba(18,16,13,.55) 100%);
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.ny-404-main {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 8rem 1.5rem 4rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.ny-404-content {
	text-align: center;
	max-width: 680px;
}

.ny-404-label {
	color: #e0a02b;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.ny-404-label::before {
	background: linear-gradient(90deg, transparent, #cb5d20, #e0a02b, transparent);
	content: '';
	display: block;
	height: 1px;
	margin: 0 auto 1.25rem;
	max-width: 80px;
	width: 70%;
}

.ny-404-title {
	background: linear-gradient(180deg, #f3e8d1 0%, #e0a02b 50%, #cb5d20 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "Ysabeau Office", "Times New Roman", serif;
	font-size: clamp(7rem, 18vw, 14rem);
	font-weight: 800;
	letter-spacing: -.06em;
	line-height: .92;
	margin: 1rem 0 .5rem;
	text-shadow: none;
}

.ny-404-lead {
	color: rgba(243, 232, 209, .78);
	font-size: clamp(1rem, 2.2vw, 1.25rem);
	line-height: 1.75;
	margin: 1.5rem auto 0;
	max-width: 52ch;
}

/* Search bar */
.ny-404-search {
	margin-top: 2.5rem;
}

.ny-404-search__form {
	align-items: stretch;
	display: flex;
	gap: .5rem;
	margin: 0 auto;
	max-width: 520px;
}

.ny-404-search__label {
	flex: 1;
}

.ny-404-search__input {
	appearance: none;
	background: rgba(255, 253, 248, .96);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 999px;
	box-shadow: inset 0 2px 6px rgba(0,0,0,.12), 0 8px 22px rgba(0,0,0,.18);
	color: #1b1712;
	font-size: .9rem;
	font-weight: 500;
	height: 3.2rem;
	padding: 0 1.5rem;
	transition: border-color .24s ease, box-shadow .24s ease;
	width: 100%;
}

.ny-404-search__input::placeholder {
	color: #8f3c22;
	opacity: .55;
}

.ny-404-search__input:focus {
	border-color: rgba(203, 93, 32, .45);
	box-shadow: 0 0 0 4px rgba(203, 93, 32, .08), inset 0 2px 6px rgba(0,0,0,.08);
	outline: none;
}

.ny-404-search__btn {
	align-items: center;
	background: linear-gradient(135deg, #cb5d20 0%, #d97621 48%, #e0a02b 100%);
	border: none;
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(203, 93, 32, .3);
	color: #12100d;
	cursor: pointer;
	display: inline-flex;
	font-size: .72rem;
	font-weight: 700;
	gap: .5rem;
	letter-spacing: .14em;
	padding: 0 1.6rem;
	text-transform: uppercase;
	transition: transform .24s ease, box-shadow .24s ease;
	white-space: nowrap;
}

.ny-404-search__btn:hover {
	box-shadow: 0 16px 40px rgba(203, 93, 32, .38);
	transform: translateY(-2px);
}

/* Navigation links */
.ny-404-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.ny-404-nav__link {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 999px;
	color: rgba(243, 232, 209, .9);
	display: inline-flex;
	font-size: .72rem;
	font-weight: 600;
	gap: .5rem;
	letter-spacing: .12em;
	padding: .75rem 1.3rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s cubic-bezier(.16,1,.3,1);
}

.ny-404-nav__link:hover {
	background: rgba(203, 93, 32, .18);
	border-color: rgba(203, 93, 32, .35);
	color: #f3e8d1;
	transform: translateY(-2px);
}

.ny-404-nav__link svg {
	flex-shrink: 0;
	opacity: .75;
}

/* Screen-reader only */
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Responsive 404 */
@media (max-width: 640px) {
	.ny-404-main {
		padding: 6rem 1rem 3rem;
	}

	.ny-404-search__form {
		flex-direction: column;
	}

	.ny-404-search__btn {
		height: 3rem;
		justify-content: center;
	}

	.ny-404-nav {
		gap: .5rem;
	}

	.ny-404-nav__link {
		padding: .6rem 1rem;
	}
}

/* ────────────────────────────────────────────────────────────
   SEARCH RESULTS
   ──────────────────────────────────────────────────────────── */

/* Search bar */
.ny-search-bar {
	align-items: stretch;
	display: flex;
	gap: .5rem;
	margin: 0 auto;
	max-width: 640px;
}

.ny-search-bar__input {
	appearance: none;
	background: rgba(255, 253, 248, .98);
	border: 1px solid rgba(203, 93, 32, .2);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(0,0,0,.06), inset 0 2px 6px rgba(0,0,0,.04);
	color: #1b1712;
	font-size: .9rem;
	font-weight: 500;
	height: 3.2rem;
	padding: 0 1.5rem;
	transition: border-color .24s ease, box-shadow .24s ease;
	width: 100%;
}

.ny-search-bar__input::placeholder {
	color: #8f3c22;
	opacity: .5;
}

.ny-search-bar__input:focus {
	border-color: rgba(203, 93, 32, .45);
	box-shadow: 0 0 0 4px rgba(203, 93, 32, .08), inset 0 2px 6px rgba(0,0,0,.04);
	outline: none;
}

.ny-search-bar__btn {
	align-items: center;
	background: linear-gradient(135deg, #cb5d20 0%, #d97621 48%, #e0a02b 100%);
	border: none;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(203, 93, 32, .25);
	color: #12100d;
	cursor: pointer;
	display: inline-flex;
	font-size: .72rem;
	font-weight: 700;
	gap: .5rem;
	letter-spacing: .14em;
	padding: 0 1.6rem;
	text-transform: uppercase;
	transition: transform .24s ease, box-shadow .24s ease;
	white-space: nowrap;
}

.ny-search-bar__btn:hover {
	box-shadow: 0 12px 32px rgba(203, 93, 32, .35);
	transform: translateY(-2px);
}

/* Pagination */
.ny-search-pagination {
	align-items: center;
	display: flex;
	gap: .35rem;
	justify-content: center;
	margin-top: 3rem;
}

.ny-search-pagination a,
.ny-search-pagination span {
	align-items: center;
	border-radius: 10px;
	color: #5c5346;
	display: inline-flex;
	font-size: .8rem;
	font-weight: 600;
	height: 2.5rem;
	justify-content: center;
	min-width: 2.5rem;
	padding: 0 .65rem;
	text-decoration: none;
	transition: all .2s ease;
}

.ny-search-pagination a:hover {
	background: rgba(203, 93, 32, .1);
	color: #cb5d20;
}

.ny-search-pagination .current {
	background: linear-gradient(135deg, #cb5d20 0%, #d97621 100%);
	box-shadow: 0 6px 18px rgba(203, 93, 32, .25);
	color: #fff;
	font-weight: 700;
}

.ny-search-pagination .dots {
	color: #b5aa99;
}

/* Responsive search */
@media (max-width: 640px) {
	.ny-search-bar {
		flex-direction: column;
	}

	.ny-search-bar__btn {
		height: 3rem;
		justify-content: center;
	}

	.ny-search-empty {
		padding: 2.5rem 1.25rem;
	}
}

.ny-blog-prose > :first-child {
	margin-top: 0;
}

.ny-blog-prose > :last-child {
	margin-bottom: 0;
}

.ny-blog-prose img {
	border-radius: 24px;
}

.ny-blog-prose blockquote {
	border-left: 4px solid #e0a02b;
	color: #3d3429;
	font-style: italic;
	margin: 2rem 0;
	padding: .25rem 0 .25rem 1.25rem;
}

.ny-blog-prose ul,
.ny-blog-prose ol {
	padding-left: 1.25rem;
}

.ny-blog-prose li + li {
	margin-top: .55rem;
}

.ny-blog-prose h2,
.ny-blog-prose h3,
.ny-blog-prose h4 {
	scroll-margin-top: 7rem;
}

.ny-blog-prose a:hover {
	color: #cb5d20;
}

.ny-blog-prose .wp-block-image,
.ny-blog-prose figure {
	margin: 2rem 0;
}

.ny-blog-prose .wp-block-image figcaption,
.ny-blog-prose figcaption {
	color: #746856;
	font-size: .82rem;
	margin-top: .8rem;
	text-align: center;
}

.ny-blog-prose .wp-block-separator {
	border-color: rgba(86, 66, 43, .12);
	margin: 2.5rem 0;
}

.ny-blog-prose .wp-block-pullquote {
	border-color: rgba(224, 160, 43, .28);
	color: #2f271f;
	margin: 2.5rem 0;
}

.ny-blog-prose .wp-block-pullquote blockquote {
	border-left: none;
	padding-left: 0;
}

.ny-blog-prose .wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.ny-blog-prose .wp-block-table th,
.ny-blog-prose .wp-block-table td {
	border: 1px solid rgba(86, 66, 43, .14);
	padding: .8rem .9rem;
}

.ny-blog-prose .wp-block-table th {
	background: rgba(224, 160, 43, .08);
	color: #1f1812;
}

.ny-blog-prose .wp-block-quote cite {
	color: #746856;
	font-size: .8rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.page-numbers {
	align-items: center;
	border-radius: 999px;
	color: #5c5346;
	display: inline-flex;
	font-size: .82rem;
	font-weight: 700;
	gap: .25rem;
	height: 2.8rem;
	justify-content: center;
	min-width: 2.8rem;
	padding: 0 1rem;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.page-numbers.current {
	background: linear-gradient(135deg, #cb5d20 0%, #d97621 100%);
	box-shadow: 0 8px 20px rgba(203, 93, 32, .24);
	color: #fff;
}

.page-numbers:not(.current):hover {
	background: rgba(203, 93, 32, .08);
	color: #cb5d20;
	transform: translateY(-1px);
}

.page-numbers.dots {
	background: transparent;
	color: #9e927f;
	padding: 0 .4rem;
}

.page-numbers.prev,
.page-numbers.next {
	border: 1px solid rgba(86, 66, 43, .14);
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
	border-color: rgba(203, 93, 32, .24);
}

.page-numbers:focus-visible {
	outline: 2px solid rgba(224, 160, 43, .55);
	outline-offset: 2px;
}
