/* —— Sections —— */
.section {
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.section--muted {
	background: linear-gradient(180deg, #fbfbfb 0%, var(--cream) 100%);
}

.section--home-featured {
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.section--forest {
	background: var(--forest-dark);
	color: var(--cream);
}

.section--forest a {
	color: var(--gold-light);
}

.section__head {
	max-width: 42rem;
	margin-bottom: 2rem;
}

.section__head--featured {
	max-width: none;
	width: 100%;
}

.section__head--featured .section__intro {
	text-align: justify;
	text-justify: inter-word;
	line-height: 1.62;
	hyphens: auto;
}

.section__head--featured .section__grid-heading {
	font-family: var(--font-display);
	font-size: var(--ust-lr-size-h3);
	margin: clamp(1.25rem, 3vw, 1.75rem) 0 0;
	color: var(--text);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: var(--ust-lr-letter-heading);
}

.section__title {
	font-family: var(--font-display);
	font-size: var(--ust-lr-size-h2);
	margin: 0 0 0.75rem;
	color: var(--text);
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: var(--ust-lr-letter-heading);
}

.section--forest .section__title {
	color: var(--cream);
}

.section__title--center {
	text-align: center;
	max-width: none;
}

.section__intro,
.section__cta {
	margin: 0;
	font-family: var(--font-second);
	color: var(--muted);
}

.home-featured-intro {
	width: 100%;
	max-width: none;
	margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
}

.home-featured-intro__title {
	font-family: var(--font-display);
	font-size: var(--ust-lr-size-h2);
	margin: 0 0 1rem;
	color: var(--text);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: var(--ust-lr-letter-heading);
}

.home-featured-intro__body {
	font-family: var(--font-second);
	font-size: var(--ust-lr-reading-size);
	line-height: 1.62;
	color: var(--muted);
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
}

.home-featured-intro__body p {
	margin: 0 0 1rem;
}

.home-featured-intro__body p:last-child {
	margin-bottom: 0;
}

.home-featured-intro__body a.ust-lr-interlink,
.home-featured-intro__title a.ust-lr-interlink,
.section__head--featured .section__intro a.ust-lr-interlink {
	font-weight: 700;
	color: var(--forest-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.home-featured-intro__body a.ust-lr-interlink:hover,
.home-featured-intro__body a.ust-lr-interlink:focus-visible,
.home-featured-intro__title a.ust-lr-interlink:hover,
.home-featured-intro__title a.ust-lr-interlink:focus-visible,
.section__head--featured .section__intro a.ust-lr-interlink:hover,
.section__head--featured .section__intro a.ust-lr-interlink:focus-visible {
	color: var(--forest-mid);
}

.home-featured-intro__body strong.entry-keyword,
.home-featured-intro__title strong.entry-keyword,
.section__head--featured .section__intro strong.entry-keyword {
	font-weight: 700;
	color: var(--text);
}

.home-featured-intro__title a.ust-lr-interlink,
.home-featured-intro__title a.ust-lr-interlink:hover,
.home-featured-intro__title a.ust-lr-interlink:focus-visible {
	text-decoration: none;
	border-bottom: none;
}

.home-featured-intro__title a.ust-lr-interlink strong.entry-keyword,
.section__head--featured .section__intro a.ust-lr-interlink strong.entry-keyword {
	color: inherit;
}

.section__cta {
	margin-top: 2rem;
	text-align: center;
}

.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}

@media (max-width: 720px) {
	.two-col {
		grid-template-columns: 1fr;
	}
}

.pill-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.pill-list li {
	padding: 0.65rem 1rem;
	background: rgba(255, 255, 255, 0.08);
	border-radius: var(--radius);
	border-left: 4px solid var(--gold);
}

/* —— Prose / content —— */
.prose {
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	font-family: var(--font-main);
}

/* Homepage — Altezza typography (Mazzard + CoreSans CR) */
body.home .site-main,
body.home .entry-content {
	font-family: var(--font-main);
}

body.home .hero__title,
body.home .section__title,
body.home .home-deep-seo__head h2,
body.home .home-deep-planning-feature__title,
body.home .home-deep-band__title,
body.home .home-deep-highlight__eyebrow,
body.home .home-primate-split__title,
body.home .home-finale-trust__h,
body.home .card__title {
	font-family: var(--font-main);
	font-feature-settings: "ss09" on;
}

body.home .hero__lead,
body.home .hero__eyebrow,
body.home .trust-strip__text,
body.home .section__intro,
body.home .home-deep-seo__lede,
body.home .home-deep-highlight__text,
body.home .home-deep-seo .prose--home-deep p,
body.home .home-deep-planning-feature__body p,
body.home .home-deep-cta-strip__text,
body.home .home-finale__prose p,
body.home .home-primate-split__prose,
body.home .card__excerpt,
body.home .home-latest-blog__intro {
	font-family: var(--font-second);
}

.home-deep-seo .prose.prose--home-deep,
.home-deep-seo-faq .prose.prose--home-deep {
	max-width: min(52rem, 100%);
}

.home-deep-seo__head {
	margin-bottom: 1.75rem;
}

.home-deep-seo__head h2 {
	font-size: clamp(1.35rem, 3.1vw, 1.95rem);
	line-height: 1.22;
}

.home-deep-seo__lede {
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 0 0 1rem;
	color: var(--brown-mid, #4a3728);
}

.home-deep-seo__head .home-deep-seo__lede:last-child {
	margin-bottom: 0;
}

.home-deep-seo__lede strong,
.home-deep-highlight__text strong {
	font-weight: 700;
	color: var(--brown-dark, #404040);
}

.home-deep-seo .prose--home-deep h3 {
	margin-top: 2.25rem;
	margin-bottom: 0.75rem;
	font-size: clamp(1.15rem, 2.2vw, 1.35rem);
}

/* Destinations / popular-experiences cards: heading stays in prose column; grid spans full `.wrap` width */
.home-deep-dest-explore-band,
.home-deep-exp-explore-band {
	width: 100%;
	margin-block: clamp(0.75rem, 2vw, 1.35rem);
}

.home-deep-seo .home-deep-dest-explore-band > .prose.prose--home-deep h3,
.home-deep-seo .home-deep-exp-explore-band > .prose.prose--home-deep h3 {
	margin-top: 0;
	margin-bottom: 0.65rem;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.home-deep-seo .home-deep-dest-explore .card__title a,
.home-deep-seo .home-deep-exp-explore .card__title a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.home-deep-seo .home-deep-dest-explore-band .home-deep-dest-explore,
.home-deep-seo .home-deep-exp-explore-band .home-deep-exp-explore {
	margin-top: 0;
	max-width: none;
	width: 100%;
	margin-bottom: 1.25rem;
}

.home-deep-seo .home-deep-dest-explore .card__excerpt,
.home-deep-seo .home-deep-exp-explore .card__excerpt {
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--text, inherit);
}

.home-deep-seo .home-deep-exp-explore .card__excerpt p {
	margin: 0 0 0.65rem;
}

.home-deep-seo .home-deep-exp-explore .card__excerpt p:last-child {
	margin-bottom: 0;
}

.home-deep-seo .home-deep-exp-explore .card__excerpt .home-deep-morelink {
	margin-top: 0.05rem;
	margin-bottom: 0;
	font-weight: 600;
}

.home-deep-seo .home-deep-dest-explore .card__excerpt strong,
.home-deep-seo .home-deep-exp-explore .card__excerpt strong {
	font-weight: 700;
	color: var(--brown-dark, inherit);
}

/* Popular experiences strip: two cards per row (destinations band keeps three-up) */
.home-deep-seo .home-deep-exp-explore-band .home-deep-exp-explore.card-grid--dest {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 768px) {
	.home-deep-seo .home-deep-exp-explore-band .home-deep-exp-explore.card-grid--dest {
		grid-template-columns: 1fr;
	}
}

/* Planning arrivals: wide image + editorial column (featured split rows) */
.home-deep-planning-features-band {
	width: 100%;
	max-width: none;
	margin: clamp(1.25rem, 3.5vw, 2.5rem) 0 clamp(1.75rem, 4vw, 3rem);
}

.home-deep-planning-features-band__head {
	margin-bottom: clamp(1.35rem, 3.2vw, 2rem);
	text-align: center;
}

.home-deep-planning-features-band__head-inner {
	max-width: min(56rem, 100%);
	margin-left: auto;
	margin-right: auto;
}

.home-deep-planning-features-band .home-deep-planning-features-band__title {
	margin: 0 auto;
	max-width: min(52rem, 100%);
	text-align: center;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 6px;
}

.home-deep-planning-features-band__stack {
	display: flex;
	flex-direction: column;
	gap: clamp(1.35rem, 3.2vw, 2.25rem);
}

/* Each topic in its own tinted panel */
.home-deep-planning-features-band .home-deep-planning-feature {
	margin: 0;
	padding: clamp(1.15rem, 2.8vw, 1.75rem);
	border-radius: var(--radius, 12px);
	border: 1px solid rgba(64, 64, 64, 0.12);
	box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
}

.home-deep-planning-features-band .home-deep-planning-feature:nth-child(6n + 1) {
	background: linear-gradient(160deg, rgba(255, 254, 250, 0.98) 0%, rgba(247, 241, 232, 0.96) 100%);
}

.home-deep-planning-features-band .home-deep-planning-feature:nth-child(6n + 2) {
	background: linear-gradient(160deg, rgba(236, 245, 238, 0.92) 0%, rgba(228, 238, 232, 0.94) 100%);
}

.home-deep-planning-features-band .home-deep-planning-feature:nth-child(6n + 3) {
	background: linear-gradient(160deg, rgba(255, 249, 242, 0.97) 0%, rgba(242, 232, 220, 0.95) 100%);
}

.home-deep-planning-features-band .home-deep-planning-feature:nth-child(6n + 4) {
	background: linear-gradient(160deg, rgba(240, 246, 252, 0.9) 0%, rgba(232, 238, 245, 0.94) 100%);
}

.home-deep-planning-features-band .home-deep-planning-feature:nth-child(6n + 5) {
	background: linear-gradient(160deg, rgba(252, 246, 236, 0.97) 0%, rgba(244, 234, 218, 0.95) 100%);
}

.home-deep-planning-features-band .home-deep-planning-feature:nth-child(6n + 6) {
	background: linear-gradient(160deg, rgba(233, 242, 236, 0.94) 0%, rgba(222, 234, 228, 0.96) 100%);
}

.home-deep-planning-feature__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(260px, 1.12fr);
	gap: clamp(1.35rem, 3.5vw, 3.35rem);
	align-items: stretch;
	width: 100%;
	max-width: 100%;
}

@media (max-width: 760px) {
	.home-deep-planning-feature__grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 761px) {
	.home-deep-planning-feature--reverse .home-deep-planning-feature__media {
		grid-column: 2;
		grid-row: 1;
	}

	.home-deep-planning-feature--reverse .home-deep-planning-feature__content {
		grid-column: 1;
		grid-row: 1;
	}
}

.home-deep-planning-feature__media-hit {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	border-radius: var(--radius, 12px);
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.2s ease;
}

.home-deep-planning-feature__media-hit:hover {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.11);
}

.home-deep-planning-feature__frame {
	position: relative;
	flex: 1 1 auto;
	min-height: clamp(14rem, 32vw, 22rem);
	overflow: hidden;
	background: linear-gradient(145deg, var(--forest-mid), var(--brown-dark));
}

.home-deep-planning-feature__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.35s ease;
}

.home-deep-planning-feature__media-hit:hover .home-deep-planning-feature__img {
	transform: scale(1.03);
}

.home-deep-planning-feature__placeholder {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.home-deep-planning-feature__caption-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.65rem 0.95rem;
	background: #fff;
	font-size: 0.865rem;
	font-weight: 600;
	color: var(--brown-dark, #404040);
	line-height: 1.38;
	border-top: 1px solid rgba(64, 64, 64, 0.1);
	flex-shrink: 0;
}

.home-deep-planning-feature__caption-label {
	flex: 1;
}

.home-deep-planning-feature__caption-chevron {
	flex-shrink: 0;
	font-size: 1.4rem;
	font-weight: 300;
	color: #9a8878;
	line-height: 1;
}

.home-deep-planning-feature__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 0.55rem;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--forest-dark);
}

.home-deep-planning-feature__eyebrow::before {
	content: '';
	width: 26px;
	height: 26px;
	border-radius: 7px;
	background: linear-gradient(135deg, var(--forest-mid), var(--forest-dark));
	flex-shrink: 0;
	opacity: 0.95;
	box-shadow: 0 4px 12px rgba(67, 93, 23, 0.25);
}

.home-deep-planning-feature__title {
	margin: 0 0 0.9rem;
	font-family: var(--font-display);
	font-size: clamp(1.06rem, 2.05vw, 1.38rem);
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.035em;
	color: var(--brown-dark);
}

.home-deep-planning-feature__accent {
	border-bottom: 4px solid var(--gold, #ddbf4c);
	padding-bottom: 1px;
}

.home-deep-planning-feature__body p {
	font-size: 1rem;
	line-height: 1.74;
	margin: 0 0 0.9rem;
	color: var(--brown-mid, #4a3728);
}

.home-deep-planning-feature__body .home-deep-morelink {
	margin-top: 0.35rem;
}

/* Guides / ethics narrative — full-bleed band up to Travel Style quote CTA */
.home-deep-lodge-ethics-panel {
	width: 100vw;
	max-width: none;
	box-sizing: border-box;
	margin-block: clamp(1.75rem, 5vw, 3rem);
	margin-inline: calc(50% - 50vw);
	padding-block: clamp(2.25rem, 5.5vw, 3.5rem);
	padding-inline: 0;
	position: relative;
	border: none;
	border-radius: 0;
	border-top: 1px solid rgba(64, 64, 64, 0.09);
	border-bottom: 1px solid rgba(64, 64, 64, 0.09);
	background: linear-gradient(
		178deg,
		rgba(248, 252, 254, 0.99) 0%,
		rgba(225, 238, 250, 0.97) 36%,
		rgba(230, 244, 235, 0.96) 72%,
		rgba(242, 248, 252, 0.98) 100%
	);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.72),
		0 28px 64px rgba(0, 0, 0, 0.07);
}

.home-deep-seo .home-deep-lodge-ethics-panel__shell.wrap {
	max-width: var(--wrap);
	margin-inline: auto;
}

.home-deep-seo .home-deep-lodge-ethics-panel__inner.prose.prose--home-deep {
	max-width: min(52rem, 100%);
	margin-inline: auto;
	margin-block: 0;
}

/* Tablet + laptop + desktop: ~80% viewport for this band’s column (can extend past outer .wrap). */
@media (min-width: 640px) {
	.home-deep-seo .home-deep-lodge-ethics-panel__shell.wrap {
		width: min(80vw, 1600px);
		max-width: min(80vw, 1600px);
		box-sizing: border-box;
		margin-inline: auto;
	}

	.home-deep-seo .home-deep-lodge-ethics-panel__inner.prose.prose--home-deep {
		max-width: 100%;
		width: 100%;
	}
}

.home-deep-seo .home-deep-lodge-ethics-panel__inner.prose--home-deep > :first-child {
	margin-top: 0;
}

.home-deep-seo .home-deep-lodge-ethics-panel__inner.prose--home-deep > :last-child {
	margin-bottom: 0;
}

/* Section headings anywhere inside ethics band prose */
.home-deep-seo .home-deep-lodge-ethics-panel__inner.prose--home-deep h3 {
	text-decoration: underline;
	text-decoration-color: rgba(221, 191, 76, 0.85);
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

/*
 * Safari guide block: tighter paragraph rhythm + small right-float image + italic caption.
 */
.home-deep-lodge-ethics-panel .home-deep-guide-intro {
	display: flow-root;
	max-width: 100%;
	margin: 0 0 clamp(0.25rem, 1.2vw, 0.85rem);
}

.home-deep-lodge-ethics-panel .home-deep-guide-intro > h3 {
	margin-top: 0;
	margin-bottom: clamp(0.65rem, 2vw, 0.95rem);
	font-size: clamp(1.15rem, 2.2vw, 1.35rem);
}

.home-deep-lodge-ethics-panel .home-deep-guide-intro > p {
	margin: 0 0 clamp(0.55rem, 1.45vw, 0.82rem);
	line-height: 1.62;
	text-align: left;
}

.home-deep-lodge-ethics-panel .home-deep-guide-intro > p:last-child {
	margin-bottom: 0;
}

.home-deep-lodge-ethics-panel .home-deep-guide-intro__figure {
	float: right;
	clear: right;
	width: clamp(354px, 57vw, 606px);
	margin: 0.15rem 0 0 clamp(1rem, 3vw, 1.75rem);
	margin-bottom: 0.55rem;
	text-align: center;
}

.home-deep-lodge-ethics-panel .home-deep-guide-intro__media-hit {
	display: block;
	border-radius: calc(var(--radius, 12px) - 2px);
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	text-decoration: none;
	line-height: 0;
	transition: box-shadow 0.2s ease;
}

.home-deep-lodge-ethics-panel .home-deep-guide-intro__media-hit:hover {
	box-shadow: 0 9px 28px rgba(0, 0, 0, 0.14);
}

.home-deep-lodge-ethics-panel .home-deep-guide-intro__img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 4 / 3;
	min-height: 5.5rem;
}

.home-deep-lodge-ethics-panel .home-deep-guide-intro__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: calc(var(--radius, 12px) - 2px);
	background: linear-gradient(145deg, var(--forest-mid), var(--brown-dark));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.home-deep-lodge-ethics-panel .home-deep-guide-intro__figcaption {
	margin-top: 0.38rem;
	font-family: var(--font-body);
	font-size: clamp(0.7rem, 1.38vw, 0.795rem);
	font-style: italic;
	font-weight: 400;
	line-height: 1.42;
	color: var(--muted, #5c4a3d);
	padding: 0 0.2rem;
}

@media (max-width: 519px) {
	.home-deep-lodge-ethics-panel .home-deep-guide-intro__figure {
		float: none;
		width: min(92%, 34.5rem);
		margin: 0 auto clamp(1rem, 4vw, 1.35rem);
	}
}

/* Responsible safari — centred heading + intro */
.home-deep-lodge-ethics-panel .home-deep-responsible-lede {
	max-width: min(48rem, 100%);
	margin-inline: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	text-wrap: balance;
}

.home-deep-lodge-ethics-panel .home-deep-responsible-lede h3 {
	margin-top: clamp(2.25rem, 4.5vw, 2.85rem);
	margin-bottom: 0.75rem;
	padding-top: clamp(1.85rem, 3.8vw, 2.35rem);
	border-top: 1px solid rgba(64, 64, 64, 0.12);
	text-decoration: underline;
	text-decoration-color: rgba(221, 191, 76, 0.85);
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

.home-deep-lodge-ethics-panel .home-deep-responsible-lede p {
	margin-left: auto;
	margin-right: auto;
}

.home-deep-lodge-ethics-panel .home-deep-responsible-lede p:last-child {
	margin-bottom: 0;
}

/*
 * Responsible safari: split image + copy rows embedded in ethics band (“glass” cards).
 */
.home-deep-lodge-ethics-panel .home-deep-ethics-stack {
	display: flex;
	flex-direction: column;
	gap: clamp(1.2rem, 3vw, 1.95rem);
	margin-inline: auto;
	max-width: 100%;
	margin-top: clamp(1.35rem, 2.95vw, 2.05rem);
	margin-bottom: clamp(0.15rem, 0.75vw, 0.65rem);
}

/* Card copy column: centred titles, left-aligned paragraphs in a centred measure */
.home-deep-lodge-ethics-panel .home-deep-ethics-stack .home-deep-planning-feature__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack .home-deep-planning-feature__eyebrow {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack .home-deep-planning-feature__title {
	width: 100%;
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack .home-deep-planning-feature__body {
	width: 100%;
	max-width: min(44rem, 100%);
	margin-inline: auto;
	text-align: left;
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack > .home-deep-planning-feature {
	margin: 0;
	padding: clamp(1rem, 2.35vw, 1.65rem);
	border-radius: calc(var(--radius, 12px) + 3px);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 16px 44px rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack > .home-deep-planning-feature:nth-child(1) {
	background: linear-gradient(
		152deg,
		rgba(255, 255, 255, 0.78) 0%,
		rgba(246, 250, 255, 0.38) 100%
	);
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack > .home-deep-planning-feature:nth-child(2) {
	background: linear-gradient(
		152deg,
		rgba(255, 255, 255, 0.76) 0%,
		rgba(236, 246, 239, 0.42) 100%
	);
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack > .home-deep-planning-feature:nth-child(3) {
	background: linear-gradient(
		152deg,
		rgba(255, 255, 255, 0.76) 0%,
		rgba(237, 244, 252, 0.45) 100%
	);
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack > .home-deep-planning-feature:nth-child(4) {
	background: linear-gradient(
		152deg,
		rgba(255, 255, 255, 0.78) 0%,
		rgba(250, 244, 236, 0.44) 100%
	);
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack > .home-deep-planning-feature:nth-child(5) {
	background: linear-gradient(
		152deg,
		rgba(255, 255, 255, 0.77) 0%,
		rgba(246, 250, 255, 0.4) 100%
	);
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack .home-deep-planning-feature__frame {
	border-radius: calc(var(--radius, 12px) - 1px);
	overflow: hidden;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.35),
		0 14px 32px rgba(0, 0, 0, 0.12);
}

@media (prefers-reduced-motion: reduce) {
	.home-deep-planning-feature__img {
		transition: none;
	}

	.home-deep-planning-feature__media-hit:hover .home-deep-planning-feature__img {
		transform: none;
	}
}

/* Responsible cards: drop caption chevron (link affordance stays on whole bar). */
.home-deep-lodge-ethics-panel .home-deep-ethics-stack .home-deep-planning-feature__caption-chevron {
	display: none;
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack .home-deep-planning-feature__caption-bar {
	justify-content: center;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	font-size: clamp(0.74rem, 1.55vw, 0.8125rem);
	line-height: 1.48;
	letter-spacing: 0.02em;
	color: var(--muted, #5c4a3d);
	padding: 0.52rem clamp(0.85rem, 2.8vw, 1.05rem);
	background: rgba(252, 252, 251, 0.97);
	border-top: 1px solid rgba(64, 64, 64, 0.08);
	font-family: var(--font-body, inherit);
}

.home-deep-lodge-ethics-panel .home-deep-ethics-stack .home-deep-planning-feature__caption-label {
	flex: 0 1 auto;
	max-width: 100%;
	font-style: inherit;
	font-weight: inherit;
}

.home-deep-experience__title {
	margin-top: 1.75rem;
	margin-bottom: 0.6rem;
	font-family: var(--font-display);
	font-size: clamp(1.06rem, 2.05vw, 1.22rem);
	font-weight: 700;
	line-height: 1.28;
	color: var(--forest-dark);
}

.home-deep-seo .prose--home-deep h3 + .home-deep-experience__title {
	margin-top: 1.1rem;
}

.home-deep-experience__title a {
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.home-deep-morelink {
	margin: 0.35rem 0 0.85rem;
	font-size: 0.96rem;
	font-weight: 600;
}

.home-deep-seo .prose--home-deep .home-deep-checklist {
	margin: 0.15rem 0 1rem;
	padding-left: 1.35rem;
	line-height: 1.6;
	color: var(--brown-mid, #4a3728);
}

.home-deep-seo .prose--home-deep .home-deep-checklist li {
	margin: 0.2rem 0;
}

.home-deep-seo .prose--home-deep p {
	margin: 0 0 1rem;
	line-height: 1.7;
}

.home-deep-seo-faq__intro {
	margin: 0 0 1.25rem;
	color: var(--muted, #5c4a3d);
}

a.home-deep-link {
	font-weight: 600;
	color: var(--forest-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

a.home-deep-link:hover,
a.home-deep-link:focus-visible {
	color: var(--forest-mid);
}

.home-deep-cta-strip {
	margin: clamp(1.75rem, 4vw, 2.75rem) 0;
	padding: 0;
	background: var(--white);
	border: 1px solid rgba(64, 64, 64, 0.12);
	border-radius: var(--radius);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.85) inset,
		0 14px 42px rgba(42, 33, 24, 0.09);
	border-left: 4px solid var(--forest-dark);
	overflow: hidden;
}

.home-deep-cta-strip__inner {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
	align-items: stretch;
	padding: clamp(1.35rem, 3.5vw, 1.95rem) clamp(1.2rem, 3vw, 2rem);
	min-width: 0;
}

.home-deep-cta-strip__text {
	margin: 0;
	font-size: clamp(1rem, 2.3vw, 1.08rem);
	line-height: 1.55;
	color: var(--brown-dark);
	text-align: center;
	font-weight: 500;
	max-width: 38rem;
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
}

.home-deep-cta-strip__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	width: 100%;
	max-width: 24rem;
	margin-left: auto;
	margin-right: auto;
	align-items: stretch;
	min-width: 0;
	box-sizing: border-box;
}

.home-deep-cta-strip__buttons .btn {
	min-height: 3rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: normal;
	line-height: 1.25;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	font-size: 0.9375rem;
}

.home-deep-cta-strip__browse {
	width: 100%;
	max-width: 100%;
	background: rgba(245, 240, 232, 0.65);
	border-color: rgba(64, 64, 64, 0.18) !important;
	font-weight: 600;
}

.home-deep-cta-strip__browse:hover {
	background: rgba(42, 72, 56, 0.08);
	border-color: rgba(42, 72, 56, 0.35) !important;
	color: var(--forest-dark) !important;
}

.home-deep-cta-strip__buttons--no-wa {
	max-width: 22rem;
}

@media (min-width: 720px) {
	.home-deep-cta-strip__inner {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: clamp(1.25rem, 3vw, 2.25rem);
		text-align: left;
	}

	.home-deep-cta-strip__text {
		text-align: left;
		margin-left: 0;
		margin-right: 0;
		flex: 1 1 14rem;
		min-width: min(100%, 14rem);
		max-width: 32rem;
	}

	.home-deep-cta-strip__buttons {
		flex: 1 1 14rem;
		margin-left: 0;
		margin-right: 0;
		width: auto;
		max-width: min(100%, 24rem);
		min-width: 0;
	}
}

@media (min-width: 1100px) {
	.home-deep-cta-strip__buttons:not(.home-deep-cta-strip__buttons--no-wa) {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem 0.75rem;
		flex: 0 1 auto;
		width: min(100%, 28rem);
		max-width: 28rem;
	}

	.home-deep-cta-strip__buttons:not(.home-deep-cta-strip__buttons--no-wa) .btn {
		width: 100%;
		min-width: 0;
	}

	.home-deep-cta-strip__buttons:not(.home-deep-cta-strip__buttons--no-wa) .home-deep-cta-strip__browse {
		grid-column: 1 / -1;
		width: 100%;
	}
}

/* Homepage deep section: layout + visual boxes */
.home-deep-wrap {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.home-deep-wrap > .prose.prose--home-deep {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.home-deep-wrap > .prose.prose--home-deep + .prose.prose--home-deep {
	margin-top: clamp(0.5rem, 2vw, 1rem);
}

.home-deep-highlights {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(0.75rem, 2vw, 1.25rem);
	margin: clamp(1.25rem, 3vw, 2rem) 0 clamp(1.5rem, 4vw, 2.5rem);
}

@media (max-width: 720px) {
	.home-deep-highlights {
		grid-template-columns: 1fr;
	}
}

.home-deep-highlight {
	background: var(--white, #fff);
	border-radius: var(--radius);
	padding: 0;
	border: 1px solid rgba(64, 64, 64, 0.1);
	box-shadow: 0 6px 24px rgba(42, 33, 24, 0.06);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.home-deep-highlight__media-hit {
	display: block;
	text-decoration: none;
	color: inherit;
	line-height: 0;
	flex-shrink: 0;
}

.home-deep-highlight__frame {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	background: linear-gradient(145deg, var(--forest-mid), var(--brown-dark));
	overflow: hidden;
}

.home-deep-highlight__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.35s ease;
}

.home-deep-highlight__media-hit:hover .home-deep-highlight__img {
	transform: scale(1.04);
}

.home-deep-highlight__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 7.5rem;
	background: linear-gradient(
		160deg,
		rgba(67, 93, 23, 0.95) 0%,
		rgba(36, 44, 32, 0.88) 45%,
		rgba(64, 64, 64, 0.92) 100%
	);
}

.home-deep-highlight__inner {
	padding: 1rem 1.15rem 1.15rem;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.home-deep-highlight__eyebrow {
	display: block;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(0.9rem, 1.5vw, 0.98rem);
	color: var(--forest-dark);
	margin-bottom: 0.45rem;
}

.home-deep-highlight__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--brown-dark);
}

@media (prefers-reduced-motion: reduce) {
	.home-deep-highlight__img {
		transition: none;
	}

	.home-deep-highlight__media-hit:hover .home-deep-highlight__img {
		transform: none;
	}
}

.home-deep-band {
	margin: clamp(1.25rem, 4vw, 2.75rem) 0;
	padding: clamp(1.25rem, 3vw, 2rem);
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(64, 64, 64, 0.08);
	border-radius: var(--radius);
}

.home-deep-band__title {
	font-family: var(--font-display);
	font-size: clamp(1.2rem, 2.5vw, 1.5rem);
	margin: 0 0 0.5rem;
	color: var(--brown-dark);
	text-align: center;
}

.home-deep-band__intro {
	margin: 0 auto 0.7rem;
	max-width: min(52rem, 100%);
	text-align: center;
	color: var(--muted);
	font-size: 0.98rem;
	line-height: 1.55;
}

.home-deep-band__intro:last-of-type {
	margin-bottom: 1.25rem;
}

.home-deep-travel-style {
	margin-block: clamp(1.5rem, 4vw, 2.75rem);
	margin-inline: auto;
	max-width: 40rem;
}

.home-deep-split__actions {
	margin: 0.5rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.home-deep-split__actions .btn {
	gap: 0.5rem;
}

.home-deep-seo-faq {
	background: var(--white);
	border-top: 1px solid rgba(64, 64, 64, 0.08);
	border-bottom: 1px solid rgba(64, 64, 64, 0.06);
	box-shadow: 0 -8px 32px rgba(42, 33, 24, 0.04);
}

/* Homepage FAQ band uses global .faq-list card styles below */

/* Homepage: latest blog strip (replaces former testimonials block) */
.home-latest-blog {
	background: var(--white);
	border-top: 1px solid rgba(64, 64, 64, 0.08);
	border-bottom: 1px solid rgba(64, 64, 64, 0.06);
}

.home-latest-blog .blog-grid-outer {
	padding-top: 0;
	padding-bottom: 0;
}

.home-latest-blog__intro {
	text-align: center;
	margin: 0 auto 1.75rem;
	max-width: 38rem;
	color: var(--muted);
	line-height: 1.55;
	font-size: 1rem;
}

.home-latest-blog__empty {
	text-align: center;
	color: var(--muted);
	margin: 0;
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.55;
}

.home-latest-blog .section__cta.home-latest-blog__footer-cta {
	margin-top: 2rem;
	margin-bottom: 0;
}

/* Homepage: finale strips (conversion, trust, guides, bottom CTA) */
.home-finale__inner {
	max-width: 44rem;
	margin-left: auto;
	margin-right: auto;
}

.home-finale.home-finale--inspire > .wrap.home-finale__inner {
	width: 80%;
	box-sizing: border-box;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.home-finale.home-finale--inspire .home-finale__prose {
	max-width: none;
}

.home-finale.home-finale--trust > .wrap.home-finale__inner {
	width: 80%;
	box-sizing: border-box;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.home-finale.home-finale--trust .home-finale__prose {
	max-width: none;
}

.home-finale.home-finale--plan > .wrap.home-finale__inner {
	width: 80%;
	box-sizing: border-box;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.home-finale.home-finale--plan .home-finale__prose {
	max-width: none;
}

.home-finale-plan__prose {
	display: flow-root;
}

.home-finale-plan__figure {
	float: right;
	clear: right;
	width: clamp(281px, 57.6vw, 540px);
	margin: 0.2rem 0 0.85rem clamp(1rem, 3vw, 1.35rem);
	border-radius: calc(var(--radius, 12px) - 2px);
	overflow: hidden;
	box-shadow: 0 8px 26px rgba(0, 0, 0, 0.11);
	line-height: 0;
}

.home-finale-plan__media-hit {
	display: block;
	text-decoration: none;
	color: inherit;
}

.home-finale-plan__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	transition: transform 0.35s ease;
}

.home-finale-plan__media-hit:hover .home-finale-plan__img,
.home-finale-plan__media-hit:focus-visible .home-finale-plan__img {
	transform: scale(1.03);
}

.home-finale-plan__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	min-height: 14.4rem;
	background: linear-gradient(
		155deg,
		rgba(67, 93, 23, 0.92) 0%,
		rgba(36, 44, 32, 0.88) 48%,
		rgba(64, 64, 64, 0.9) 100%
	);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

@media (max-width: 560px) {
	.home-finale-plan__figure {
		float: none;
		width: min(100%, 39.6rem);
		margin: 0 auto 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-finale-plan__img {
		transition: none;
		transform: none;
	}

	.home-finale-plan__media-hit:hover .home-finale-plan__img,
	.home-finale-plan__media-hit:focus-visible .home-finale-plan__img {
		transform: none;
	}
}

.home-finale.home-finale--plan .section__title strong {
	font-weight: 700;
	color: var(--forest-dark);
	text-decoration: none;
}

.home-finale-plan__prose strong {
	font-weight: 700;
	color: var(--forest-dark);
	text-decoration: none;
}

.home-finale-trust__tiles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: clamp(0.65rem, 2vw, 1.05rem);
	margin: 0 0 clamp(1.35rem, 3.2vw, 2rem);
}

@media (max-width: 640px) {
	.home-finale-trust__tiles {
		grid-template-columns: 1fr;
		max-width: 22rem;
		margin-left: auto;
		margin-right: auto;
	}
}

.home-finale-trust__tile-hit {
	display: block;
	line-height: 0;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.home-finale-trust__tile-frame {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 7.75rem;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: calc(var(--radius, 12px) - 1px);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.28),
		0 12px 32px rgba(0, 0, 0, 0.1);
	background: linear-gradient(145deg, var(--forest-mid), var(--brown-dark));
}

.home-finale-trust__tile-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.38s ease;
}

.home-finale-trust__tile-hit:hover .home-finale-trust__tile-img,
.home-finale-trust__tile-hit:focus-visible .home-finale-trust__tile-img {
	transform: scale(1.035);
}

.home-finale-trust__tile-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: linear-gradient(
		160deg,
		rgba(67, 93, 23, 0.9) 0%,
		rgba(36, 44, 32, 0.86) 48%,
		rgba(64, 64, 64, 0.92) 100%
	);
}

@media (prefers-reduced-motion: reduce) {
	.home-finale-trust__tile-img {
		transition: none;
		transform: none;
	}

	.home-finale-trust__tile-hit:hover .home-finale-trust__tile-img,
	.home-finale-trust__tile-hit:focus-visible .home-finale-trust__tile-img {
		transform: none;
	}
}

.home-finale__prose {
	margin: 0 auto;
	max-width: 40rem;
}

.home-finale__prose p {
	margin: 0 0 0.85rem;
	line-height: 1.65;
	color: var(--brown-mid, #4a3728);
}

.home-finale__prose p:last-child {
	margin-bottom: 0;
}

.home-finale-trust__h {
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	margin: 1.35rem 0 0.5rem;
	color: var(--forest-dark);
}

.home-finale-trust__h:first-of-type {
	margin-top: 1.5rem;
}

.home-finale-guides-topic__title {
	font-size: clamp(1.05rem, 2vw, 1.18rem);
	margin: 1.25rem 0 0.35rem;
	line-height: 1.35;
	color: var(--brown-dark);
}

.home-finale-guides-topic__link {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	color: var(--forest-dark);
	font-weight: 700;
}

.home-finale-guides-topic__link:hover,
.home-finale-guides-topic__link:focus-visible {
	color: var(--forest-mid);
}

.home-finale-guides-topic__inline {
	font-weight: 600;
	color: var(--forest-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.home-finale__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: center;
	margin-top: 1.75rem;
	margin-bottom: 0;
}

.home-finale__actions.section__cta {
	margin-top: 2rem;
}

.section--forest .home-finale__prose--on-dark p {
	color: rgba(245, 240, 232, 0.92);
}

.home-finale__actions--bottom {
	margin-top: 2rem;
}

@media (max-width: 900px) and (min-width: 641px) {
	.home-latest-blog .card-grid--blog {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.prose h2,
.prose h3 {
	font-family: var(--font-display);
	color: var(--text);
	font-weight: 600;
	letter-spacing: var(--ust-lr-letter-heading);
}

.prose h2 {
	font-size: var(--ust-lr-size-h2);
	line-height: 1.06;
}

.prose h3 {
	font-size: var(--ust-lr-size-h3);
	line-height: 1.07;
}

/* Sitewide h3 — Altezza minor-heading scale */
h3 {
	font-size: var(--ust-lr-size-h3);
	font-weight: 600;
	line-height: 1.07;
	letter-spacing: var(--ust-lr-letter-heading);
}

.content-singular {
	padding: clamp(2rem, 4vw, 3.5rem) 0 4rem;
}

.page-front-intro.content-singular {
	padding: clamp(1rem, 3vw, 2rem) 0 1.5rem;
}

.entry-title {
	font-family: var(--font-display);
	font-size: var(--ust-lr-size-h1);
	margin: 0 0 0.5rem;
	color: var(--text);
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: var(--ust-lr-letter-h1);
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-meta {
	color: var(--muted);
	font-size: 0.9rem;
	margin: 0 0 1.5rem;
}

.entry-thumb {
	margin: 0 0 1.5rem;
	border-radius: var(--radius);
	overflow: hidden;
}

/* SEO phrase emphasis: bold only (see ust_lr_post_keyword_phrase_list). */
.entry-content strong.entry-keyword {
	font-weight: 700;
	background: none;
	color: inherit;
	padding: 0;
	border-radius: 0;
	box-decoration-break: unset;
	-webkit-box-decoration-break: unset;
}

.entry-content a.ust-lr-interlink {
	font-weight: 700;
	color: var(--forest-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.entry-content a.ust-lr-interlink:hover,
.entry-content a.ust-lr-interlink:focus-visible {
	color: var(--forest-mid);
}

.entry-content a.ust-lr-interlink strong.entry-keyword {
	font-weight: 700;
	color: inherit;
}

/* Linked phrase inside headings — no underline (body links keep emphasis). */
.entry-content :is(h2, h3, h4, h5, h6) a,
.prose :is(h2, h3, h4, h5, h6) a {
	border-bottom: none;
	text-decoration: none;
}

.entry-content :is(h2, h3, h4, h5, h6) a:hover,
.entry-content :is(h2, h3, h4, h5, h6) a:focus-visible,
.prose :is(h2, h3, h4, h5, h6) a:hover,
.prose :is(h2, h3, h4, h5, h6) a:focus-visible {
	border-bottom: none;
	text-decoration: none;
}

.prose--dest-hub .dest-hub__body.entry-content strong.entry-keyword,
.prose--dest-hub .dest-hub__article.entry-content strong.entry-keyword {
	font-weight: 700;
}

/* Destination / hotel editorial copy — bold links and keywords in body prose */
.prose--dest-hub .dest-hub__body.entry-content a:not(.btn):not(.card__link):not([class*="card-sb"]),
.prose--dest-hub .dest-hub__article.entry-content a:not(.btn):not(.card__link):not([class*="card-sb"]),
.prose--dest-hub .dest-hub__main-copy.entry-content a:not(.btn):not(.card__link):not([class*="card-sb"]),
.prose--dest-hub.entry-content a:not(.btn):not(.card__link):not([class*="card-sb"]),
.hotel-hub__body.entry-content a:not(.btn):not(.card__link),
.hotel-hub__article.entry-content a:not(.btn):not(.card__link) {
	font-weight: 700;
}

.prose--dest-hub .dest-hub__body.entry-content a strong,
.prose--dest-hub .dest-hub__article.entry-content a strong,
.prose--dest-hub .dest-hub__main-copy.entry-content a strong,
.prose--dest-hub.entry-content a strong,
.hotel-hub__body.entry-content a strong,
.hotel-hub__article.entry-content a strong,
.prose--dest-hub .dest-hub__body.entry-content strong,
.prose--dest-hub .dest-hub__article.entry-content strong,
.prose--dest-hub .dest-hub__main-copy.entry-content strong,
.prose--dest-hub.entry-content strong,
.hotel-hub__body.entry-content strong,
.hotel-hub__article.entry-content strong {
	font-weight: 700;
}

/* —— Safari archive —— */
.archive-hero--safari {
	padding: 2rem 0 1rem;
	background: linear-gradient(180deg, rgba(245, 240, 232, 0.9), var(--cream));
}

.archive-hero--country {
	position: relative;
	overflow: hidden;
	padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(1.25rem, 3vw, 1.75rem);
	background: none;
}

.archive-hero--country__bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(8, 28, 21, 0.03) 0%, transparent 42%),
		linear-gradient(180deg, rgba(236, 242, 226, 0.55) 0%, rgba(252, 252, 252, 0.35) 55%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(ellipse 80% 55% at 8% 15%, rgba(75, 147, 72, 0.14), transparent 58%),
		radial-gradient(ellipse 65% 45% at 92% 0%, rgba(4, 114, 77, 0.1), transparent 52%);
	pointer-events: none;
}

.safari-country-hero {
	position: relative;
	z-index: 1;
}

.safari-country-hero__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--forest-mid);
}

.safari-country-hero__title {
	margin-bottom: 0.65rem;
	font-size: clamp(1.85rem, 3.6vw, 2.45rem);
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.safari-country-hero__lede {
	max-width: 62ch;
	margin-top: 0;
	line-height: 1.6;
	color: var(--brown-dark);
	font-size: 1.02rem;
}

.safari-country-hero__stat {
	display: inline-flex;
	align-items: center;
	margin: 0.85rem 0 0;
	padding: 0.35rem 0.72rem;
	border-radius: 999px;
	background: var(--gold-light);
	border: 1px solid rgba(67, 93, 23, 0.14);
	color: var(--forest-dark);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.35;
}

.safari-filters-panel {
	margin-top: 1.25rem;
	padding: 1rem 1.1rem 1.05rem;
	border-radius: var(--radius);
	border: 1px solid rgba(67, 93, 23, 0.12);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(236, 242, 226, 0.38) 100%);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.safari-filters-panel__label {
	margin: 0 0 0.75rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--forest-dark);
}

.safari-filters--panel {
	margin-top: 0;
}

.safari-filters__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.65rem 0.75rem;
}

.safari-filters__field-label {
	display: block;
	margin: 0 0 0.3rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--forest-mid);
}

.safari-filters__field select {
	width: 100%;
	min-width: 0;
	padding: 0.5rem 0.75rem;
	border-radius: var(--radius-btn);
	border: 1px solid rgba(64, 64, 64, 0.18);
	font: inherit;
	background: var(--white);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}

.safari-filters__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.9rem;
	padding-top: 0.9rem;
	border-top: 1px solid rgba(64, 64, 64, 0.1);
}

.safari-country-circuit {
	margin-top: 1rem;
	padding: 0.95rem 1rem 1rem;
	border-radius: var(--radius);
	border: 1px solid rgba(67, 93, 23, 0.12);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(236, 242, 226, 0.42) 100%);
}

.safari-country-circuit__label {
	margin: 0 0 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--forest-dark);
}

.safari-country-circuit__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.safari-country-circuit__link {
	display: inline-block;
	padding: 0.3rem 0.68rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 106, 79, 0.2);
	background: var(--white);
	color: var(--forest-dark);
	font-size: 0.82rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.safari-country-circuit__link:hover,
.safari-country-circuit__link:focus-visible {
	background: var(--gold-light);
	border-color: var(--forest-mid);
	transform: translateY(-1px);
}

.safari-country-archive-seo,
.travel-guide-archive-seo {
	padding: clamp(2rem, 4vw, 3rem) 0 clamp(2.5rem, 5vw, 4rem);
	background: linear-gradient(180deg, rgba(252, 252, 250, 1) 0%, rgba(255, 255, 255, 0.4) 100%);
	border-top: 1px solid rgba(67, 93, 23, 0.1);
}

.safari-country-archive-seo__header,
.travel-guide-archive-seo__header {
	max-width: 52rem;
	margin-bottom: clamp(1.25rem, 3vw, 1.85rem);
}

.safari-country-archive-seo__eyebrow,
.travel-guide-archive-seo__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--forest-mid);
}

.safari-country-archive-seo__heading,
.travel-guide-archive-seo__heading {
	margin: 0 0 0.55rem;
	font-family: var(--font-display);
	font-size: clamp(1.55rem, 3vw, 2.05rem);
	line-height: 1.15;
	color: var(--brown-dark);
	letter-spacing: -0.02em;
}

.safari-country-archive-seo__summary,
.travel-guide-archive-seo__summary {
	margin: 0;
	max-width: 48rem;
	font-size: 1.02rem;
	line-height: 1.6;
	color: var(--brown-dark);
}

.safari-country-archive-seo__layout,
.travel-guide-archive-seo__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	align-items: start;
}

@media (min-width: 1024px) {
	.safari-country-archive-seo__layout,
	.travel-guide-archive-seo__layout {
		grid-template-columns: minmax(0, 17rem) minmax(0, 1fr);
		gap: clamp(1.25rem, 2.5vw, 2rem);
	}
}

.safari-country-archive-seo__sidebar,
.travel-guide-archive-seo__sidebar {
	position: relative;
}

@media (min-width: 1024px) {
	.safari-country-archive-seo__toc,
	.travel-guide-archive-seo__toc {
		position: sticky;
		top: 1.25rem;
		max-height: calc(100vh - 2.5rem);
		overflow: auto;
	}
}

.safari-country-archive-seo__toc-list,
.travel-guide-archive-seo__toc-list {
	counter-reset: ug-safari-toc;
	list-style: none;
	padding-left: 0;
}

.safari-country-archive-seo__toc-list li,
.travel-guide-archive-seo__toc-list li {
	counter-increment: ug-safari-toc;
}

.safari-country-archive-seo__toc-list a,
.travel-guide-archive-seo__toc-list a {
	display: block;
	padding: 0.28rem 0;
	font-size: 0.82rem;
	line-height: 1.35;
}

.safari-country-archive-seo__article,
.travel-guide-archive-seo__article {
	padding: clamp(1rem, 2.5vw, 1.35rem) clamp(1rem, 2.5vw, 1.5rem);
	border-radius: var(--radius);
	border: 1px solid rgba(67, 93, 23, 0.1);
	background: var(--white);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.safari-country-archive-seo__article .travel-guide-archive-seo__kicker {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--forest-mid);
}

.safari-country-archive-seo__article .travel-guide-archive-seo__title {
	margin-top: 0;
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
}

.safari-country-archive-seo__article p,
.travel-guide-archive-seo__article p {
	margin: 0 0 0.9rem;
	line-height: 1.68;
	color: var(--brown-dark);
}

.safari-country-archive-seo__article p:last-child,
.travel-guide-archive-seo__article p:last-child {
	margin-bottom: 0;
}

.safari-country-archive-seo__article h2,
.travel-guide-archive-seo__article h2 {
	margin: 0 0 0.75rem;
	padding-top: 0.15rem;
	font-size: clamp(1.2rem, 2.2vw, 1.45rem);
	line-height: 1.25;
	color: var(--forest-dark);
}

.safari-country-archive-seo__article h2:not(.travel-guide-archive-seo__title),
.travel-guide-archive-seo__article h2:not(.travel-guide-archive-seo__title) {
	margin-top: 0.15rem;
}

.safari-country-archive-seo__article .ust-lr-separator,
.travel-guide-archive-seo__article .ust-lr-separator {
	margin: 1.35rem 0 1.1rem;
}

.safari-country-archive-seo__cta,
.travel-guide-archive-seo__cta {
	margin-top: 1.35rem;
}

.safari-country-archive-seo__cta-card,
.travel-guide-archive-seo__cta-card {
	background: linear-gradient(135deg, rgba(236, 242, 226, 0.55) 0%, rgba(255, 255, 255, 0.98) 100%);
}

@media (max-width: 900px) {
	.safari-filters__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.safari-filters__grid {
		grid-template-columns: 1fr;
	}
}

.archive-hero--safari-catalog .archive-intro {
	margin-top: 0.65rem;
	max-width: 52rem;
	line-height: 1.55;
}

.archive-package-stat {
	margin: 0.75rem 0 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--forest-dark);
	letter-spacing: -0.01em;
	line-height: 1.35;
	max-width: 48rem;
}

.archive-hero--safari-catalog .page-title {
	margin-bottom: 0.35rem;
}

.card-grid--safari-catalog {
	margin-top: 0.25rem;
	margin-bottom: 2.5rem;
}

.page-title__lite {
	font-weight: 400;
	color: var(--brown-mid);
}

.archive-country-all {
	margin: 1rem 0 0;
	font-size: 0.88rem;
}

.archive-country-all a {
	font-weight: 700;
	color: var(--ust-lr-brand-cta);
	text-decoration: none;
}

.archive-country-all a:hover,
.archive-country-all a:focus-visible {
	text-decoration: underline;
}

.safari-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
	margin-top: 1.25rem;
}

.safari-filters:not(.safari-filters--panel) select {
	padding: 0.45rem 0.75rem;
	border-radius: 8px;
	border: 1px solid rgba(64, 64, 64, 0.2);
	font: inherit;
	background: var(--white);
	min-width: 140px;
}

.card-grid--safari-home {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1100px) {
	.card-grid--safari-home {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.card-grid--safari-home {
		grid-template-columns: 1fr;
	}
}

.card-grid--dest {
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1rem, 2vw, 1.35rem);
}

@media (max-width: 900px) {
	.card-grid--dest {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.card-grid--dest {
		grid-template-columns: 1fr;
	}
}

.card__pill {
	display: inline-block;
	font-size: 0.75rem;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	background: rgba(67, 93, 23, 0.1);
	margin-right: 0.25rem;
}

.card__pill--budget {
	background: rgba(119, 176, 23, 0.2);
}

.hero-actions--triple {
	flex-wrap: wrap;
}

.two-col--align-center {
	align-items: center;
}

.section--split {
	border-top: 1px solid rgba(64, 64, 64, 0.08);
	border-bottom: 1px solid rgba(64, 64, 64, 0.08);
}

/* Homepage gorilla / chimp — full-bleed band, equal-height image-top cards (no captions) */
.home-primate-split {
	width: 100vw;
	max-width: none;
	box-sizing: border-box;
	position: relative;
	margin-inline: calc(50% - 50vw);
	margin-block: clamp(1.5rem, 4vw, 2.75rem);
	padding-block: clamp(2rem, 5vw, 3.25rem);
	padding-inline: 0;
	border-top: 1px solid rgba(64, 64, 64, 0.09);
	border-bottom: 1px solid rgba(64, 64, 64, 0.09);
	background: linear-gradient(
		174deg,
		rgba(250, 244, 234, 0.99) 0%,
		rgba(238, 228, 210, 0.97) 38%,
		rgba(228, 240, 232, 0.95) 100%
	);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.65),
		0 12px 40px rgba(0, 0, 0, 0.06);
}

.home-primate-split__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 3vw, 1.85rem);
	align-items: stretch;
}

@media (max-width: 720px) {
	.home-primate-split__grid {
		grid-template-columns: 1fr;
	}
}

.home-primate-split__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	background: var(--white, #fff);
	border-radius: var(--radius);
	border: 1px solid rgba(64, 64, 64, 0.1);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 12px 36px rgba(42, 33, 24, 0.08);
	overflow: hidden;
}

.home-primate-split__media-hit {
	display: block;
	flex-shrink: 0;
	line-height: 0;
	text-decoration: none;
	color: inherit;
}

.home-primate-split__frame {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	background: linear-gradient(145deg, var(--forest-mid), var(--brown-dark));
	overflow: hidden;
}

.home-primate-split__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.38s ease;
}

.home-primate-split__media-hit:hover .home-primate-split__img {
	transform: scale(1.04);
}

.home-primate-split__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 7.5rem;
	background: linear-gradient(
		160deg,
		rgba(67, 93, 23, 0.92) 0%,
		rgba(36, 44, 32, 0.88) 50%,
		rgba(64, 64, 64, 0.9) 100%
	);
}

.home-primate-split__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: clamp(1rem, 2.6vw, 1.35rem) clamp(1rem, 2.8vw, 1.25rem)
		clamp(1.1rem, 2.9vw, 1.45rem);
}

.home-primate-split__title {
	margin: 0 0 0.58rem;
	font-family: var(--font-display);
	font-size: clamp(1.2rem, 2.35vw, 1.42rem);
	color: var(--forest-dark);
	line-height: 1.28;
}

.home-primate-split__prose {
	flex: 1 1 auto;
	font-size: 0.935rem;
	line-height: 1.56;
	color: var(--brown-dark);
}

.home-primate-split__prose p {
	margin: 0 0 0.52rem;
}

.home-primate-split__prose p:last-child {
	margin-bottom: 0;
}

.home-primate-split__cta {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: clamp(0.75rem, 2vw, 1.1rem);
}

@media (prefers-reduced-motion: reduce) {
	.home-primate-split__img {
		transition: none;
		transform: none;
	}

	.home-primate-split__media-hit:hover .home-primate-split__img {
		transform: none;
	}
}

.testimonial-row {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 0.5rem 0 1rem;
	-webkit-overflow-scrolling: touch;
}

.testimonial-card {
	flex: 0 0 min(320px, 85vw);
	scroll-snap-align: start;
	background: var(--white);
	padding: 1.25rem;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	font-style: normal;
	margin: 0;
	border-left: 4px solid var(--gold);
}

.testimonial-card cite {
	display: block;
	margin-top: 0.75rem;
	font-style: normal;
	font-weight: 700;
	color: var(--forest-dark);
}

.muted {
	color: rgba(42, 33, 24, 0.65);
}

.float-wa {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 500;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: var(--white) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.float-wa .float-wa__icon,
.float-wa .btn-whatsapp__svg {
	display: block;
	flex-shrink: 0;
}

.float-wa:hover {
	transform: scale(1.05);
}

.mobile-sticky-cta {
	display: none;
}

@media (max-width: 880px) {
	.float-wa {
		display: none;
	}

	.mobile-sticky-cta {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 490;
		background: var(--white);
		box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.14);
		padding-bottom: env(safe-area-inset-bottom, 0px);
	}

	.mobile-sticky-cta__inner {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.mobile-sticky-cta__quote,
	.mobile-sticky-cta__wa {
		width: 100%;
		min-height: 46px;
		border-radius: 0;
		box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
		font-size: 0.9375rem;
		font-weight: 600;
		white-space: nowrap;
	}

	.mobile-sticky-cta__quote {
		box-shadow: 0 2px 10px rgba(4, 114, 77, 0.25);
	}

	.mobile-sticky-cta__wa {
		box-shadow: 0 -2px 10px rgba(37, 211, 102, 0.2);
	}

	body.has-mobile-sticky-cta {
		padding-bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
	}

	body.has-mobile-sticky-cta:has(.mobile-sticky-cta__quote):not(:has(.mobile-sticky-cta__wa)),
	body.has-mobile-sticky-cta:has(.mobile-sticky-cta__wa):not(:has(.mobile-sticky-cta__quote)) {
		padding-bottom: calc(2.875rem + env(safe-area-inset-bottom, 0px));
	}

	.mobile-sticky-cta--quote-hidden .mobile-sticky-cta__quote {
		display: none;
	}

	body.has-mobile-sticky-cta.mobile-sticky-cta--quote-hidden {
		padding-bottom: calc(2.875rem + env(safe-area-inset-bottom, 0px));
	}
}

.single-safari__header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.single-safari__terms .term-pill {
	display: inline-block;
	margin: 0 0.35rem 0.35rem 0;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: rgba(67, 93, 23, 0.1);
	font-size: 0.85rem;
}

.single-safari__hero {
	margin-bottom: 1.5rem;
}

.single-safari__img {
	width: 100%;
	border-radius: var(--radius);
}

.single-safari__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}