﻿/**
 * Shared UI components â€” all values via --ztsm-* tokens (WordPress globals).
 */

.ztsm-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ztsm-single,
.ztsm-archive {
	color: var(--ztsm-color-text);
	font-family: var(--ztsm-font-body);
}

.ztsm-single h1,
.ztsm-single h2,
.ztsm-single h3,
.ztsm-archive h1,
.ztsm-archive h2,
.ztsm-entity-header__title {
	font-family: var(--ztsm-font-heading);
	color: var(--ztsm-color-text);
	line-height: 1.2;
}

.ztsm-container,
.ztsm-container--wide {
	width: 100%;
	max-width: none;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 3rem);
	box-sizing: border-box;
}

.ztsm-container--full {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding-inline: 0;
}

.ztsm-section {
	padding-block: var(--ztsm-section-pad);
}

.ztsm-section--tight {
	padding-block: var(--ztsm-space-5);
}

.ztsm-prose {
	max-width: none;
	width: 100%;
}

.ztsm-prose > *:first-child {
	margin-top: 0;
}

.ztsm-prose > *:last-child {
	margin-bottom: 0;
}

.ztsm-section__title {
	margin: 0 0 var(--ztsm-space-5);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.ztsm-archive-seo__content {
	max-width: 48rem;
	color: var(--ztsm-color-text);
	font-size: 1.05rem;
	line-height: 1.65;
}

.ztsm-archive-seo__content--center {
	margin-inline: auto;
	text-align: center;
}

.ztsm-archive-seo__content--center ul,
.ztsm-archive-seo__content--center ol {
	display: inline-block;
	text-align: left;
}

.ztsm-archive-seo__content--right {
	margin-left: auto;
	text-align: right;
}

.ztsm-archive-seo__content h2,
.ztsm-archive-seo__content h3,
.ztsm-archive-seo__content h4 {
	margin: 1.5em 0 0.55em;
	font-family: var(--ztsm-font-heading);
	font-weight: 600;
	line-height: 1.25;
	color: var(--ztsm-color-text);
}

.ztsm-archive-seo__content h2 {
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.ztsm-archive-seo__content h3 {
	font-size: clamp(1.15rem, 1.8vw, 1.35rem);
}

.ztsm-archive-seo__content h4 {
	font-size: 1.05rem;
}

.ztsm-archive-seo__content h2:first-child,
.ztsm-archive-seo__content h3:first-child,
.ztsm-archive-seo__content h4:first-child {
	margin-top: 0;
}

.ztsm-archive-seo__content ul,
.ztsm-archive-seo__content ol {
	margin: 0 0 var(--ztsm-space-4);
	padding-left: 1.25em;
}

.ztsm-archive-seo__content li + li {
	margin-top: 0.35em;
}

.ztsm-archive-seo__content a {
	color: var(--ztsm-color-primary);
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.ztsm-archive-seo__content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1.25rem 0;
	border-radius: var(--ztsm-radius-card, 0);
}

.ztsm-archive-seo__content blockquote {
	margin: 1.25rem 0;
	padding: 0.75rem 0 0.75rem 1rem;
	border-left: 3px solid var(--ztsm-color-primary);
	color: var(--ztsm-color-muted);
	font-style: italic;
}

.ztsm-archive-seo__content p {
	margin: 0 0 var(--ztsm-space-4);
}

.ztsm-archive-seo__content p:last-child {
	margin-bottom: 0;
}

.ztsm-section-seo--narrow .ztsm-archive-seo__content {
	max-width: 36rem;
}

.ztsm-section-seo--readable .ztsm-archive-seo__content {
	max-width: 48rem;
}

.ztsm-section-seo--wide .ztsm-archive-seo__content {
	max-width: 64rem;
}

.ztsm-section-seo--full .ztsm-archive-seo__content {
	max-width: none;
	width: 100%;
}

.ztsm-section-seo--compact .ztsm-archive-seo__content {
	font-size: 1rem;
	line-height: 1.55;
}

.ztsm-section-seo--compact .ztsm-archive-seo__content p,
.ztsm-section-seo--compact .ztsm-archive-seo__content ul,
.ztsm-section-seo--compact .ztsm-archive-seo__content ol {
	margin-bottom: 0.85rem;
}

.ztsm-section-seo--spacious .ztsm-archive-seo__content {
	font-size: 1.08rem;
	line-height: 1.75;
}

.ztsm-section-seo--spacious .ztsm-archive-seo__content p,
.ztsm-section-seo--spacious .ztsm-archive-seo__content ul,
.ztsm-section-seo--spacious .ztsm-archive-seo__content ol {
	margin-bottom: 1.35rem;
}

.ztsm-archive-seo--after {
	border-top: 1px solid var(--ztsm-color-border);
	margin-top: var(--ztsm-space-6);
}

.ztsm-archive-empty {
	margin: var(--ztsm-space-6) 0;
	color: var(--ztsm-color-muted);
}

.ztsm-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--ztsm-grid-gap);
	align-items: stretch;
}

@media (min-width: 640px) {
	.ztsm-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.ztsm-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Archives: keep 3 columns so card details stay readable */
.ztsm-archive .ztsm-grid {
	grid-template-columns: 1fr;
}

@media (min-width: 700px) {
	.ztsm-archive .ztsm-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.ztsm-archive .ztsm-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Shortcode listing grids â€” explicit column caps */
.ztsm-listing {
	width: 100%;
	margin-block: var(--ztsm-space-6);
	padding-block: 0;
	box-sizing: border-box;
}

.ztsm-listing.ztsm-container {
	margin-inline: auto;
}

.ztsm-listing__title {
	margin: 0 0 var(--ztsm-space-5);
	font-family: var(--ztsm-font-heading);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.ztsm-listing__grid {
	margin: 0;
}

.ztsm-listing__grid.ztsm-listing__grid--cols-1 {
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.ztsm-listing__grid.ztsm-listing__grid--cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ztsm-listing__grid.ztsm-listing__grid--cols-3,
	.ztsm-listing__grid.ztsm-listing__grid--cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.ztsm-listing__grid.ztsm-listing__grid--cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.ztsm-listing__grid.ztsm-listing__grid--cols-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1280px) {
	.ztsm-listing__grid.ztsm-listing__grid--cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.ztsm-listing__grid.ztsm-listing__grid--cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.ztsm-listing__empty {
	margin: var(--ztsm-space-4) 0;
	color: var(--ztsm-color-muted);
}

/* Hero */
.ztsm-hero {
	position: relative;
	overflow: hidden;
	margin-bottom: var(--ztsm-space-6);
	background: var(--ztsm-color-surface);
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

.ztsm-hero--contained {
	border-radius: var(--ztsm-radius-image);
}

.ztsm-hero--bleed {
	border-radius: 0;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
	left: auto;
	right: auto;
}

.ztsm-hero__image {
	display: block;
	width: 100%;
	height: auto;
	min-height: clamp(18rem, 55vh, 32rem);
	max-height: none;
	object-fit: cover;
}

.ztsm-hero--overlay {
	min-height: clamp(14rem, 40vh, 28rem);
}

.ztsm-hero--overlay .ztsm-hero__image {
	min-height: clamp(18rem, 55vh, 32rem);
}

.ztsm-hero__content {
	position: absolute;
	inset: auto 0 0;
	padding: var(--ztsm-space-6) 0;
	color: var(--ztsm-color-on-primary);
	background: linear-gradient(transparent, var(--ztsm-color-overlay));
	width: 100%;
	box-sizing: border-box;
}

.ztsm-hero--overlay:not(:has(.ztsm-hero__image)):not(.ztsm-hero--bg) {
	background: var(--ztsm-color-secondary);
}

.ztsm-hero--overlay:not(:has(.ztsm-hero__image)):not(.ztsm-hero--bg) .ztsm-hero__content,
.ztsm-hero--bg.ztsm-hero--empty .ztsm-hero__content {
	position: relative;
	inset: auto;
	background: transparent;
	padding-block: var(--ztsm-space-7);
}

.ztsm-hero--bg {
	display: flex;
	align-items: flex-end;
	min-height: clamp(20rem, 58vh, 36rem);
	width: 100vw;
	max-width: 100vw;
	background-color: var(--ztsm-color-secondary);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ztsm-hero--bg.ztsm-hero--bleed {
	width: 100vw;
	max-width: 100vw;
}

.ztsm-hero--bg .ztsm-hero__content {
	position: relative;
	inset: auto;
	width: 100%;
	padding-block: var(--ztsm-space-7) var(--ztsm-space-6);
	background: linear-gradient(transparent, var(--ztsm-color-overlay));
}

.ztsm-hero--bg.ztsm-hero--empty {
	background-image: none;
}

.ztsm-hero__content h1 {
	color: inherit;
	margin: 0 0 var(--ztsm-space-3);
	font-size: clamp(2rem, 5vw, 3.25rem);
}

.ztsm-single,
.ztsm-archive,
.ztsm-single--full {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

.ztsm-prose--wide {
	max-width: none;
	width: 100%;
}

/* Media cards â€” full-bleed image fills the card; text sits on the overlay */
.ztsm-media-card {
	--ztsm-media-card-duration: var(--ztsm-transition, 250ms);
	--ztsm-media-card-ink: var(--ztsm-color-on-media, var(--ztsm-color-on-primary));
	--ztsm-media-card-scrim: var(--ztsm-color-overlay, var(--ztsm-color-secondary));
	position: relative;
	display: block;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: var(--ztsm-radius-card);
	box-shadow: var(--ztsm-shadow);
	background: var(--ztsm-color-secondary);
	isolation: isolate;
	transition:
		transform var(--ztsm-media-card-duration) ease,
		box-shadow var(--ztsm-media-card-duration) ease;
}

.ztsm-grid > .ztsm-media-card,
.ztsm-listing__grid > .ztsm-media-card,
.ztsm-countries__grid > .ztsm-media-card,
.ztsm-destinations__grid > .ztsm-media-card {
	margin: 0;
}

.ztsm-media-card__link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 5;
	min-height: 18rem;
	margin: 0;
	padding: 0;
	color: var(--ztsm-media-card-ink);
	text-decoration: none;
	outline: none;
	overflow: hidden;
}

.ztsm-media-card__link:focus-visible {
	outline: 2px solid var(--ztsm-color-primary);
	outline-offset: 3px;
}

.ztsm-media-card__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: var(--ztsm-color-secondary);
}

.ztsm-media-card img,
.ztsm-media-card .ztsm-media-card__image,
.ztsm-media-card .wp-post-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	object-fit: cover !important;
	object-position: center;
	transform: scale(1);
	transition: transform var(--ztsm-media-card-duration) ease;
}

.ztsm-media-card__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	pointer-events: none;
	/* Solid dark scrim — do not use color-mix with token var() chains (can render as none). */
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.08) 0%,
		rgba(0, 0, 0, 0.42) 48%,
		rgba(0, 0, 0, 0.78) 100%
	);
	transition: background var(--ztsm-media-card-duration) ease, opacity var(--ztsm-media-card-duration) ease;
}

.ztsm-media-card__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.55rem;
	width: 100%;
	margin: 0;
	padding: var(--ztsm-space-5);
	box-sizing: border-box;
}

.ztsm-media-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.6rem;
	border-radius: var(--ztsm-radius-button);
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.2;
}

.ztsm-media-card__title,
.ztsm-media-card--overlay .ztsm-media-card__title,
.ztsm-archive .ztsm-media-card .ztsm-media-card__title,
.ztsm-media-card.ast-article-post .ztsm-media-card__title {
	margin: 0;
	max-width: 100%;
	font-family: var(--ztsm-font-heading);
	font-size: clamp(1.25rem, 2.2vw, 1.55rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	transition: color var(--ztsm-media-card-duration) ease;
}

.ztsm-media-card:hover .ztsm-media-card__title,
.ztsm-media-card:focus-within .ztsm-media-card__title,
.ztsm-media-card--overlay:hover .ztsm-media-card__title,
.ztsm-media-card--overlay:focus-within .ztsm-media-card__title,
.ztsm-archive .ztsm-media-card:hover .ztsm-media-card__title,
.ztsm-archive .ztsm-media-card:focus-within .ztsm-media-card__title {
	color: var(--ztsm-color-card-title-hover, var(--ztsm-color-accent, #e85d04)) !important;
}

.ztsm-media-card__stats {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin: 0;
	max-width: 100%;
}

.ztsm-media-card__stat {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.9rem;
	line-height: 1.35;
}

.ztsm-media-card__price {
	margin: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.ztsm-media-card__excerpt {
	margin: 0;
	max-width: 100%;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.9rem;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
}

.ztsm-media-card__cta {
	margin-top: 0.35rem;
	min-height: 2.75rem;
	padding: 0.7rem 1.15rem;
	pointer-events: none;
}

/* Details always readable by default */
.ztsm-media-card__excerpt {
	opacity: 1;
	transform: none;
	max-height: none;
}

/* Stack layout â€” image + solid details panel (archives) */
.ztsm-media-card--stack {
	background: var(--ztsm-color-surface, #fff);
	border: 1px solid var(--ztsm-color-border);
}

.ztsm-media-card--stack .ztsm-media-card__link {
	display: flex;
	flex-direction: column;
	aspect-ratio: auto;
	min-height: 0;
	height: 100%;
	color: var(--ztsm-color-text);
}

.ztsm-media-card--stack .ztsm-media-card__media {
	position: relative;
	inset: auto;
	flex: 0 0 auto;
	aspect-ratio: 16 / 11;
	width: 100%;
}

.ztsm-media-card--stack .ztsm-media-card__overlay {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 50%,
		rgba(0, 0, 0, 0.35) 100%
	);
}

.ztsm-media-card--stack .ztsm-media-card__content {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	flex: 1 1 auto;
	gap: 0.45rem;
	padding: var(--ztsm-space-4) var(--ztsm-space-5) var(--ztsm-space-5);
	background: var(--ztsm-color-surface, #fff);
	color: var(--ztsm-color-text);
}

.ztsm-media-card--stack .ztsm-media-card__badge {
	background: color-mix(in srgb, var(--ztsm-color-primary) 12%, transparent);
	border-color: color-mix(in srgb, var(--ztsm-color-primary) 28%, transparent);
	color: var(--ztsm-color-primary);
}

.ztsm-media-card--stack .ztsm-media-card__title {
	color: var(--ztsm-color-text, #1a1a1a) !important;
	text-shadow: none;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.ztsm-media-card--stack:hover .ztsm-media-card__title,
.ztsm-media-card--stack:focus-within .ztsm-media-card__title {
	color: var(--ztsm-color-card-title-hover, var(--ztsm-color-accent, #e85d04)) !important;
}

.ztsm-media-card--stack .ztsm-media-card__stats {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
}

.ztsm-media-card--stack .ztsm-media-card__stat {
	color: var(--ztsm-color-muted);
	font-size: 0.88rem;
}

.ztsm-media-card--stack .ztsm-media-card__price {
	color: var(--ztsm-color-primary);
	font-size: 1.05rem;
}

.ztsm-media-card--stack .ztsm-media-card__excerpt {
	color: var(--ztsm-color-muted);
	-webkit-line-clamp: 3;
	line-clamp: 3;
	max-height: none;
	opacity: 1;
}

.ztsm-media-card--stack .ztsm-media-card__cta {
	margin-top: auto;
	pointer-events: none;
}

/* Overlay cards: subtle desktop hover (details stay visible) */
@media (hover: hover) and (pointer: fine) {
	.ztsm-media-card--overlay:hover,
	.ztsm-media-card--overlay:focus-within,
	.ztsm-media-card--stack:hover,
	.ztsm-media-card--stack:focus-within {
		transform: translateY(-3px);
		box-shadow: var(--ztsm-shadow-hover);
	}

	.ztsm-media-card--overlay:hover .ztsm-media-card__image,
	.ztsm-media-card--overlay:focus-within .ztsm-media-card__image,
	.ztsm-media-card--stack:hover .ztsm-media-card__image,
	.ztsm-media-card--stack:focus-within .ztsm-media-card__image {
		transform: scale(1.04);
	}

	.ztsm-media-card--overlay:hover .ztsm-media-card__overlay,
	.ztsm-media-card--overlay:focus-within .ztsm-media-card__overlay {
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.12) 0%,
			rgba(0, 0, 0, 0.5) 45%,
			rgba(0, 0, 0, 0.85) 100%
		);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ztsm-media-card,
	.ztsm-media-card__image,
	.ztsm-media-card__overlay,
	.ztsm-media-card__excerpt {
		transition: none !important;
	}

	.ztsm-media-card:hover,
	.ztsm-media-card:focus-within {
		transform: none;
	}

	.ztsm-media-card:hover .ztsm-media-card__image,
	.ztsm-media-card:focus-within .ztsm-media-card__image {
		transform: none;
	}
}

/* Buttons */
.ztsm-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--ztsm-space-3);
	margin-top: var(--ztsm-space-4);
}

.ztsm-actions--center {
	justify-content: center;
}

.ztsm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--ztsm-space-2);
	padding: 0.75rem 1.25rem;
	border-radius: var(--ztsm-radius-button);
	border: 1px solid transparent;
	font-family: var(--ztsm-font-button);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background var(--ztsm-transition), color var(--ztsm-transition), border-color var(--ztsm-transition);
}

.ztsm-btn--lg {
	padding: 0.95rem 1.75rem;
	font-size: 1.05rem;
}

.ztsm-safari-book-bottom {
	border-top: 1px solid var(--ztsm-color-border);
}

html {
	scroll-behavior: smooth;
}

#ztsm-safari-route,
#ztsm-booking-wizard,
#ztsm-safari-booking,
#ztsm-safari-inquiry-early,
#ztsm-inquiry-early {
	scroll-margin-top: 5.5rem;
}

.ztsm-safari-convert {
	margin-top: 1.5rem;
	padding: 1.15rem 1.25rem;
	border: 1px solid var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-card);
	background: var(--ztsm-color-surface);
}

.ztsm-safari-convert__actions {
	margin: 0;
	justify-content: flex-start;
	gap: 0.65rem;
}

.ztsm-safari-convert__whatsapp {
	border-color: #25d366;
	color: #128c7e;
}

.ztsm-safari-convert__whatsapp:hover,
.ztsm-safari-convert__whatsapp:focus-visible {
	background: #25d366;
	border-color: #25d366;
	color: #fff !important;
}

.ztsm-btn--primary,
a.ztsm-btn--primary,
a.ztsm-btn--primary:visited {
	background: var(--ztsm-btn-bg, var(--ztsm-color-primary));
	color: var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff)) !important;
	border-color: var(--ztsm-btn-border, var(--ztsm-btn-bg, var(--ztsm-color-primary)));
}

.ztsm-btn--primary:hover,
.ztsm-btn--primary:focus,
.ztsm-btn--primary:focus-visible,
a.ztsm-btn--primary:hover,
a.ztsm-btn--primary:focus,
a.ztsm-btn--primary:focus-visible {
	background: var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04));
	border-color: var(--ztsm-btn-hover-border, var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04)));
	color: var(--ztsm-btn-hover-text, var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff))) !important;
	filter: none;
}

.ztsm-btn--secondary,
a.ztsm-btn--secondary,
a.ztsm-btn--secondary:visited {
	background: var(--ztsm-color-secondary);
	color: var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff)) !important;
	border-color: var(--ztsm-color-secondary);
}

.ztsm-btn--secondary:hover,
.ztsm-btn--secondary:focus,
.ztsm-btn--secondary:focus-visible,
a.ztsm-btn--secondary:hover,
a.ztsm-btn--secondary:focus,
a.ztsm-btn--secondary:focus-visible {
	background: var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04));
	border-color: var(--ztsm-btn-hover-border, var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04)));
	color: var(--ztsm-btn-hover-text, var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff))) !important;
}

.ztsm-btn--outline,
a.ztsm-btn--outline,
a.ztsm-btn--outline:visited {
	background: transparent;
	color: var(--ztsm-btn-bg, var(--ztsm-color-primary)) !important;
	border-color: var(--ztsm-btn-border, var(--ztsm-btn-bg, var(--ztsm-color-primary)));
}

.ztsm-btn--outline:hover,
.ztsm-btn--outline:focus,
.ztsm-btn--outline:focus-visible,
a.ztsm-btn--outline:hover,
a.ztsm-btn--outline:focus,
a.ztsm-btn--outline:focus-visible {
	background: var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04));
	border-color: var(--ztsm-btn-hover-border, var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04)));
	color: var(--ztsm-btn-hover-text, var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff))) !important;
}

.ztsm-btn--text,
a.ztsm-btn--text,
a.ztsm-btn--text:visited {
	background: transparent;
	color: var(--ztsm-btn-bg, var(--ztsm-color-primary)) !important;
	padding-inline: 0;
}

.ztsm-btn--text:hover,
.ztsm-btn--text:focus,
a.ztsm-btn--text:hover,
a.ztsm-btn--text:focus {
	color: var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04)) !important;
}

.ztsm-media-card__cta {
	background: var(--ztsm-btn-bg, var(--ztsm-color-primary));
	border-color: var(--ztsm-btn-border, var(--ztsm-btn-bg, var(--ztsm-color-primary)));
	color: var(--ztsm-btn-text, #fff) !important;
}

.ztsm-media-card:hover .ztsm-media-card__cta,
.ztsm-media-card:focus-within .ztsm-media-card__cta {
	background: var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04));
	border-color: var(--ztsm-btn-hover-border, var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04)));
	color: var(--ztsm-btn-hover-text, var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff))) !important;
}

/* Text-only CTA / Read more on media cards */
.ztsm-media-card__cta--link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.35rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
	color: #fff !important;
	font-family: var(--ztsm-font-button, var(--ztsm-font-heading));
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	text-transform: none;
	transition: color var(--ztsm-media-card-duration) ease, transform var(--ztsm-media-card-duration) ease;
}

.ztsm-media-card__cta--link::after {
	content: '→';
	display: inline-block;
	transition: transform var(--ztsm-media-card-duration) ease;
}

.ztsm-media-card:hover .ztsm-media-card__cta--link,
.ztsm-media-card:focus-within .ztsm-media-card__cta--link {
	background: transparent !important;
	border-color: transparent;
	color: var(--ztsm-btn-hover-bg, var(--ztsm-color-card-title-hover, var(--ztsm-color-accent, #e85d04))) !important;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.ztsm-media-card:hover .ztsm-media-card__cta--link::after,
.ztsm-media-card:focus-within .ztsm-media-card__cta--link::after {
	transform: translateX(0.2rem);
}

/* Badge */
.ztsm-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.65rem;
	border-radius: var(--ztsm-radius-button);
	background: var(--ztsm-color-surface);
	color: var(--ztsm-color-text);
	border: 1px solid var(--ztsm-color-border);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.ztsm-badge--accent {
	background: var(--ztsm-color-primary);
	border-color: transparent;
	color: var(--ztsm-color-on-primary);
}

/* Stats */
.ztsm-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
	gap: var(--ztsm-space-4);
	margin: var(--ztsm-space-5) 0;
}

.ztsm-stat {
	padding: var(--ztsm-space-4);
	background: var(--ztsm-color-surface);
	border-radius: var(--ztsm-radius-card);
	border: 1px solid var(--ztsm-color-border);
}

.ztsm-stat__value {
	display: block;
	font-family: var(--ztsm-font-heading);
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--ztsm-color-primary);
}

.ztsm-stat__label {
	color: var(--ztsm-color-muted);
	font-size: 0.9rem;
}

/* Facts / travel info */
.ztsm-facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	gap: var(--ztsm-space-4);
}

.ztsm-fact {
	padding: var(--ztsm-space-4);
	background: var(--ztsm-color-surface);
	border-radius: var(--ztsm-radius-card);
}

.ztsm-fact__label {
	display: block;
	margin-bottom: var(--ztsm-space-1);
	color: var(--ztsm-color-muted);
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ztsm-fact__value {
	margin: 0;
	font-weight: 600;
}

/* Gallery — shared renderer (entity + shortcode). No outer page padding. */
.ztsm-gallery-embed {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
	background: transparent;
}

.ztsm-gallery {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: none;
	background: transparent;
}

.ztsm-gallery__track {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 11rem), 1fr));
	gap: 0;
	row-gap: 0;
	column-gap: 0;
	width: 100%;
}

.ztsm-gallery--cols-2 .ztsm-gallery__track {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ztsm-gallery--cols-3 .ztsm-gallery__track {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ztsm-gallery--cols-4 .ztsm-gallery__track {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ztsm-gallery--cols-5 .ztsm-gallery__track {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ztsm-gallery--cols-6 .ztsm-gallery__track {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 900px) {
	.ztsm-gallery--cols-4 .ztsm-gallery__track,
	.ztsm-gallery--cols-5 .ztsm-gallery__track,
	.ztsm-gallery--cols-6 .ztsm-gallery__track {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.ztsm-gallery--cols-2 .ztsm-gallery__track,
	.ztsm-gallery--cols-3 .ztsm-gallery__track,
	.ztsm-gallery--cols-4 .ztsm-gallery__track,
	.ztsm-gallery--cols-5 .ztsm-gallery__track,
	.ztsm-gallery--cols-6 .ztsm-gallery__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.ztsm-gallery__item {
	margin: 0;
	min-width: 0;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: var(--ztsm-color-surface);
}

.ztsm-gallery__trigger {
	position: relative;
	display: block;
	width: 100%;
	color: inherit;
	text-decoration: none;
	cursor: zoom-in;
	isolation: isolate;
}

.ztsm-gallery__thumb {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	transition: transform var(--ztsm-transition), filter var(--ztsm-transition);
	background: var(--ztsm-color-surface);
}

.ztsm-gallery__zoom {
	position: absolute;
	inset: auto var(--ztsm-space-3) var(--ztsm-space-3) auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: var(--ztsm-radius-button);
	color: var(--ztsm-color-on-primary);
	background: var(--ztsm-color-overlay);
	opacity: 0;
	transform: translateY(0.25rem);
	transition: opacity var(--ztsm-transition), transform var(--ztsm-transition);
	pointer-events: none;
}

.ztsm-gallery__trigger:hover .ztsm-gallery__thumb,
.ztsm-gallery__trigger:focus-visible .ztsm-gallery__thumb {
	transform: scale(1.04);
	filter: brightness(0.92);
}

.ztsm-gallery__trigger:hover .ztsm-gallery__zoom,
.ztsm-gallery__trigger:focus-visible .ztsm-gallery__zoom {
	opacity: 1;
	transform: translateY(0);
}

.ztsm-gallery__trigger:focus-visible {
	outline: 2px solid var(--ztsm-color-accent);
	outline-offset: 3px;
}

/* Captions/metadata never shown in the photographic gallery UI. */
.ztsm-gallery__caption {
	display: none !important;
}

@media (max-width: 720px) {
	.ztsm-gallery__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.ztsm-gallery__zoom {
		opacity: 0.85;
		transform: none;
		width: 2rem;
		height: 2rem;
	}
}

@media (max-width: 380px) {
	.ztsm-gallery__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mosaic gallery — premium hierarchy (singles + archives) */
.ztsm-gallery--mosaic .ztsm-gallery__track {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: minmax(8.5rem, 12rem);
	gap: 0;
	row-gap: 0;
	column-gap: 0;
}

.ztsm-gallery--mosaic .ztsm-gallery__item {
	margin: 0;
	height: 100%;
}

.ztsm-gallery--mosaic .ztsm-gallery__trigger {
	height: 100%;
}

.ztsm-gallery--mosaic .ztsm-gallery__thumb {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
}

/* Feature image + clean supporting grid (no irregular tall/wide cells). */
.ztsm-gallery--mosaic .ztsm-gallery__item--hero {
	grid-column: span 2;
	grid-row: span 2;
}

@media (max-width: 900px) {
	.ztsm-gallery--mosaic .ztsm-gallery__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: minmax(8rem, 10.5rem);
	}

	.ztsm-gallery--mosaic .ztsm-gallery__item--hero {
		grid-column: span 2;
		grid-row: span 2;
	}
}

@media (max-width: 520px) {
	.ztsm-gallery--mosaic .ztsm-gallery__track {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: minmax(7rem, 9rem);
	}

	.ztsm-gallery--mosaic .ztsm-gallery__item--hero {
		grid-column: span 2;
		grid-row: span 1;
		min-height: 11rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ztsm-gallery__thumb,
	.ztsm-gallery__zoom,
	.ztsm-lightbox,
	.ztsm-lightbox__image {
		transition: none !important;
	}
}

/* Lightbox â€” centered, full viewport height, width by aspect ratio */
html.ztsm-lightbox-open,
html.ztsm-lightbox-open body {
	overflow: hidden;
	touch-action: none;
}

.ztsm-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.ztsm-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.ztsm-lightbox[hidden] {
	display: none !important;
}

.ztsm-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 12, 14, 0.92);
	backdrop-filter: blur(2px);
}

.ztsm-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-width: 100vw;
	max-height: 100dvh;
	padding:
		max(0.5rem, env(safe-area-inset-top))
		max(0.5rem, env(safe-area-inset-right))
		max(0.5rem, env(safe-area-inset-bottom))
		max(0.5rem, env(safe-area-inset-left));
	box-sizing: border-box;
	gap: var(--ztsm-space-2);
}

.ztsm-lightbox__stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
	overflow: hidden;
}

.ztsm-lightbox__image {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 100%;
	max-height: 100%;
	max-width: min(100%, 100vw);
	object-fit: contain;
	object-position: center;
	border-radius: 0;
	opacity: 0;
	transform: scale(0.99);
	transition: opacity 220ms ease, transform 220ms ease;
	box-shadow: none;
}

.ztsm-lightbox__image.is-loaded {
	opacity: 1;
	transform: scale(1);
}

.ztsm-lightbox__loader {
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity 160ms ease;
}

.ztsm-lightbox__loader.is-active {
	opacity: 1;
	animation: ztsm-spin 0.7s linear infinite;
}

@keyframes ztsm-spin {
	to {
		transform: rotate(360deg);
	}
}

.ztsm-lightbox__meta {
	flex: 0 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--ztsm-space-2) var(--ztsm-space-4);
	width: min(100%, 48rem);
	color: #fff;
	padding-inline: var(--ztsm-space-2);
}

.ztsm-lightbox__caption,
.ztsm-lightbox__counter {
	margin: 0;
	font-size: 0.95rem;
}

.ztsm-lightbox__caption {
	max-width: min(100%, 40rem);
	opacity: 0.92;
}

.ztsm-lightbox__caption[hidden] {
	display: none !important;
}

.ztsm-lightbox__counter {
	opacity: 0.7;
	margin-inline-start: auto;
}

.ztsm-lightbox__meta--counter-only {
	justify-content: center;
	width: auto;
}

.ztsm-lightbox__close,
.ztsm-lightbox__nav {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: var(--ztsm-radius-button);
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	cursor: pointer;
	transition: background var(--ztsm-transition), transform var(--ztsm-transition);
}

.ztsm-lightbox__close:hover,
.ztsm-lightbox__nav:hover,
.ztsm-lightbox__close:focus-visible,
.ztsm-lightbox__nav:focus-visible {
	background: rgba(255, 255, 255, 0.28);
	outline: none;
}

.ztsm-lightbox__close {
	top: max(0.75rem, env(safe-area-inset-top));
	right: max(0.75rem, env(safe-area-inset-right));
	width: 2.75rem;
	height: 2.75rem;
	font-size: 1.75rem;
	line-height: 1;
}

.ztsm-lightbox__nav {
	top: 50%;
	transform: translateY(-50%);
	width: 2.75rem;
	height: 2.75rem;
	font-size: 1.35rem;
}

.ztsm-lightbox__nav--prev {
	left: max(0.35rem, env(safe-area-inset-left));
}

.ztsm-lightbox__nav--next {
	right: max(0.35rem, env(safe-area-inset-right));
}

.ztsm-lightbox__nav[hidden] {
	display: none !important;
}

@media (max-width: 720px) {
	.ztsm-lightbox__dialog {
		/* Caption bar + chrome; stage fills remaining height */
		padding-block: max(3.25rem, calc(env(safe-area-inset-top) + 2.75rem)) max(0.75rem, env(safe-area-inset-bottom));
	}

	.ztsm-lightbox__image {
		height: 100%;
		max-height: 100%;
		width: auto;
		max-width: 100%;
	}

	.ztsm-lightbox__meta {
		font-size: 0.9rem;
	}
}

/* FAQ */
.ztsm-faqs__title {
	margin-bottom: var(--ztsm-space-4);
}

.ztsm-faqs__item {
	margin: 0;
	padding: var(--ztsm-space-4) 0;
	border-bottom: 1px solid var(--ztsm-color-border);
}

.ztsm-faqs__question {
	cursor: pointer;
	font-weight: 600;
	color: var(--ztsm-color-text);
}

.ztsm-faqs__answer {
	margin-top: var(--ztsm-space-3);
	color: var(--ztsm-color-muted);
}

/* Itinerary */
.ztsm-itinerary__list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: ztsm-day;
}

.ztsm-itinerary__item {
	display: grid;
	grid-template-columns: minmax(4.5rem, auto) 1fr;
	gap: var(--ztsm-space-4);
	padding: var(--ztsm-space-5) 0;
	border-bottom: 1px solid var(--ztsm-color-border);
}

.ztsm-itinerary__item:last-child {
	border-bottom: 0;
}

.ztsm-itinerary__day {
	display: inline-flex;
	align-items: flex-start;
	font-family: var(--ztsm-font-heading);
	font-weight: 600;
	color: var(--ztsm-color-primary);
	line-height: 1.3;
}

.ztsm-itinerary__title {
	margin: 0 0 var(--ztsm-space-2);
	font-size: 1.15rem;
}

.ztsm-itinerary__text {
	color: var(--ztsm-color-muted);
}

.ztsm-itinerary__text > *:first-child {
	margin-top: 0;
}

.ztsm-itinerary__text > *:last-child {
	margin-bottom: 0;
}

.ztsm-itinerary__meta {
	margin: var(--ztsm-space-3) 0 0;
	padding: 0;
	list-style: none;
	color: var(--ztsm-color-muted);
	font-size: 0.95rem;
}

.ztsm-itinerary__meta li {
	margin: 0.25rem 0;
}

@media (max-width: 640px) {
	.ztsm-itinerary__item {
		grid-template-columns: 1fr;
		gap: var(--ztsm-space-2);
	}
}

/* Checklist */
.ztsm-checklist-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--ztsm-space-6);
}

.ztsm-checklist__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ztsm-checklist__item {
	position: relative;
	padding: 0.55rem 0 0.55rem 1.5rem;
	border-bottom: 1px solid var(--ztsm-color-border);
}

.ztsm-checklist__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.9rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--ztsm-color-primary);
}

.ztsm-checklist--excludes .ztsm-checklist__item::before {
	background: var(--ztsm-color-muted);
}

@media (max-width: 768px) {
	.ztsm-checklist-grid {
		grid-template-columns: 1fr;
	}
}

/* Share — compact trigger + popover / mobile sheet */
.ztsm-share {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--ztsm-space-2);
}

.ztsm-share__toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.ztsm-share.is-open .ztsm-share__toggle {
	border-color: var(--ztsm-btn-border, var(--ztsm-btn-bg, var(--ztsm-color-primary)));
	color: var(--ztsm-btn-bg, var(--ztsm-color-primary));
	background: transparent;
}

.ztsm-share.is-open .ztsm-share__toggle:hover,
.ztsm-share.is-open .ztsm-share__toggle:focus-visible {
	background: var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04));
	border-color: var(--ztsm-btn-hover-border, var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04)));
	color: var(--ztsm-btn-hover-text, var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff))) !important;
}

.ztsm-share__toggle-icon {
	font-size: 1.05em;
	line-height: 1;
}

.ztsm-share__backdrop {
	display: none;
}

.ztsm-share__backdrop[hidden] {
	display: none !important;
}

.ztsm-share__panel[hidden] {
	display: none !important;
}

.ztsm-share__panel {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	z-index: 40;
	width: min(22rem, calc(100vw - 2rem));
	padding: var(--ztsm-space-4);
	border: 1px solid var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-card);
	background: var(--ztsm-color-bg, #fff);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

.ztsm-share__panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--ztsm-space-3);
	margin-bottom: var(--ztsm-space-3);
}

.ztsm-share__panel-title {
	margin: 0;
	font-family: var(--ztsm-font-heading);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--ztsm-color-text);
}

.ztsm-share__close {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: var(--ztsm-radius-button);
	background: transparent;
	color: var(--ztsm-color-text);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.ztsm-share__close:hover,
.ztsm-share__close:focus-visible {
	background: color-mix(in srgb, var(--ztsm-btn-bg, var(--ztsm-color-primary)) 12%, transparent);
	color: var(--ztsm-btn-bg, var(--ztsm-color-primary));
}
	outline: none;
}

.ztsm-share__preview-title {
	margin: 0 0 var(--ztsm-space-3);
	color: var(--ztsm-color-muted);
	font-size: 0.92rem;
}

.ztsm-share__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--ztsm-space-2);
	margin: 0;
	padding: 0;
	list-style: none;
}

.ztsm-share__link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	width: 100%;
	min-height: 2.75rem;
	padding: 0.45rem 0.7rem;
	border: 1px solid var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-button);
	background: var(--ztsm-color-surface);
	color: var(--ztsm-color-text);
	font: inherit;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.ztsm-share__icon {
	display: inline-flex;
	width: 1.15rem;
	height: 1.15rem;
	flex: 0 0 auto;
	color: var(--ztsm-btn-bg, var(--ztsm-color-primary));
}

.ztsm-share__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.ztsm-share__network {
	font-size: 0.92rem;
}

.ztsm-share__link:hover,
.ztsm-share__link:focus-visible {
	background: color-mix(in srgb, var(--ztsm-btn-bg, var(--ztsm-color-primary)) 10%, var(--ztsm-color-surface));
	border-color: var(--ztsm-btn-border, var(--ztsm-btn-bg, var(--ztsm-color-primary)));
	color: var(--ztsm-color-text);
	text-decoration: none;
	outline: none;
}

.ztsm-share__link--whatsapp .ztsm-share__icon { color: #25d366; }
.ztsm-share__link--facebook .ztsm-share__icon { color: #1877f2; }
.ztsm-share__link--instagram .ztsm-share__icon { color: #e4405f; }
.ztsm-share__link--x .ztsm-share__icon { color: #111; }
.ztsm-share__link--linkedin .ztsm-share__icon { color: #0a66c2; }
.ztsm-share__link--telegram .ztsm-share__icon { color: #229ed9; }
.ztsm-share__link--pinterest .ztsm-share__icon { color: #e60023; }

.ztsm-share__preview-desc {
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--ztsm-color-muted, #5c6570);
}

.ztsm-share-section {
	padding-block: clamp(1.5rem, 3vw, 2.25rem);
}

.ztsm-share__status {
	margin: var(--ztsm-space-3) 0 0;
	color: var(--ztsm-color-muted);
	font-size: 0.9rem;
}

.ztsm-share__status.is-success {
	color: var(--ztsm-color-success, #2f9e44);
}

.ztsm-share__status.is-error {
	color: var(--ztsm-color-danger, #c92a2a);
}

@media (max-width: 640px) {
	.ztsm-share.is-open .ztsm-share__backdrop:not([hidden]) {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 60;
		background: rgba(0, 0, 0, 0.45);
	}

	.ztsm-share.is-open .ztsm-share__panel:not([hidden]) {
		position: fixed;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 70;
		width: 100%;
		max-height: min(78vh, 34rem);
		padding: var(--ztsm-space-4) var(--ztsm-space-4) calc(var(--ztsm-space-4) + env(safe-area-inset-bottom, 0));
		border-radius: 0;
		overflow: auto;
	}

	html.ztsm-share-open,
	html.ztsm-share-open body {
		overflow: hidden;
	}
}

/* Responsive Load More grids */
.ztsm-reveal__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--ztsm-space-3);
	margin-top: var(--ztsm-space-5);
}

.ztsm-reveal__actions[hidden] {
	display: none !important;
}

.ztsm-reveal [data-ztsm-reveal-grid] > .is-collapsed[hidden] {
	display: none !important;
}

.ztsm-reveal__actions .ztsm-btn.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.ztsm-reveal__actions .ztsm-btn[hidden] {
	display: none !important;
}

/* Gallery cap + Load More / View less */
.ztsm-gallery__item.is-collapsed[hidden] {
	display: none !important;
}

.ztsm-gallery__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--ztsm-space-3);
	margin-top: var(--ztsm-space-4);
}

.ztsm-gallery__actions[hidden] {
	display: none !important;
}

.ztsm-gallery__actions .ztsm-btn[hidden] {
	display: none !important;
}

/* Safari content â€” full width from Overview onward */
.ztsm-safari-content {
	width: 100%;
}

.ztsm-safari-content .ztsm-container--wide {
	width: 100%;
	max-width: none;
	margin-inline: auto;
}

.ztsm-safari-mobile-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--ztsm-space-3);
	padding: 0.75rem 1rem;
	padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
	background: var(--ztsm-color-surface);
	border-top: 1px solid var(--ztsm-color-border);
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}

.ztsm-safari-mobile-bar:empty {
	display: none;
}

.ztsm-safari-mobile-bar__price {
	font-weight: 700;
}

.ztsm-safari .ztsm-single,
.ztsm-safari {
	padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
}

.ztsm-booking-placeholder {
	padding: var(--ztsm-space-5);
	border: 1px dashed var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-card);
	background: var(--ztsm-color-surface);
}

.ztsm-safari-pricing__from {
	margin: 0 0 var(--ztsm-space-3);
	font-size: 1.35rem;
	font-weight: 700;
}

.ztsm-safari-pricing-top {
	border-bottom: 1px solid var(--ztsm-color-border);
	background: var(--ztsm-color-surface);
}

.ztsm-safari-pricing-top .ztsm-actions {
	margin-top: var(--ztsm-space-4);
}

.ztsm-safari-pricing__deposit,
.ztsm-safari-pricing__note {
	margin: var(--ztsm-space-3) 0 0;
	color: var(--ztsm-color-muted);
}

.ztsm-traveller-prices {
	margin: var(--ztsm-space-4) 0;
	padding-left: 1.25rem;
}

.ztsm-safari__video--embed {
	position: relative;
	margin-top: var(--ztsm-space-4);
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: var(--ztsm-radius-image);
	background: var(--ztsm-color-overlay, #0b1220);
}

.ztsm-safari__video--embed iframe,
.ztsm-safari__video--embed video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
	pointer-events: none;
}

.ztsm-safari__video-caption {
	position: absolute;
	inset: auto 0 0;
	z-index: 1;
	padding: clamp(2.75rem, 9vw, 5rem) clamp(1rem, 4vw, 2rem) clamp(1rem, 3vw, 1.6rem);
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, calc(var(--ztsm-hero-overlay, 0.45) + 0.35)) 0%,
		rgba(0, 0, 0, 0.22) 45%,
		transparent 100%
	);
	pointer-events: none;
	text-align: center;
}

.ztsm-safari__video-caption-text {
	display: block;
	max-width: min(42rem, 94%);
	margin: 0 auto;
	color: var(--ztsm-color-on-media, #fff);
	font-family: var(--ztsm-font-heading, inherit);
	font-size: clamp(1.45rem, 3.6vw, 2.35rem);
	font-weight: 650;
	line-height: 1.2;
	letter-spacing: -0.015em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.ztsm-prose-block {
	margin-bottom: var(--ztsm-space-5);
}

.ztsm-prose-block h3 {
	margin: 0 0 var(--ztsm-space-2);
	font-size: 1.1rem;
}

@media (min-width: 900px) {
	.ztsm-safari-mobile-bar {
		display: none;
	}

	.ztsm-safari {
		padding-bottom: 0;
	}
}

/* Map */
.ztsm-map__iframe {
	display: block;
	width: 100%;
	height: 360px;
	border: 0;
	border-radius: var(--ztsm-radius-image);
}

.ztsm-map__coords {
	margin-top: var(--ztsm-space-2);
	color: var(--ztsm-color-muted);
	font-size: 0.9rem;
}

/* Safari interactive route map */
.ztsm-safari-route__intro {
	margin: 0 0 var(--ztsm-space-4);
	color: var(--ztsm-color-muted);
	max-width: 40rem;
}

.ztsm-safari-route__layout {
	display: grid;
	gap: var(--ztsm-space-5);
}

@media (min-width: 900px) {
	.ztsm-safari-route__layout {
		grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.75fr);
		align-items: start;
	}
}

.ztsm-safari-route__map-wrap {
	position: relative;
	min-width: 0;
}

.ztsm-safari-route__map {
	width: 100%;
	height: 380px;
	border-radius: var(--ztsm-radius-image);
	overflow: hidden;
	background: var(--ztsm-color-surface);
	border: 1px solid var(--ztsm-color-border);
	z-index: 0;
}

@media (min-width: 768px) {
	.ztsm-safari-route__map {
		height: 450px;
	}
}

@media (min-width: 1024px) {
	.ztsm-safari-route__map {
		height: 520px;
	}
}

.ztsm-safari-route__controls {
	position: absolute;
	top: var(--ztsm-space-3);
	right: var(--ztsm-space-3);
	z-index: 500;
	display: flex;
	gap: var(--ztsm-space-2);
}

.ztsm-safari-route__controls[hidden] {
	display: none !important;
}

.ztsm-safari-route__control {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	background: var(--ztsm-color-bg, #fff);
}

.ztsm-safari-route__noscript {
	margin: var(--ztsm-space-3) 0 0;
	color: var(--ztsm-color-muted);
	font-size: 0.95rem;
}

.ztsm-safari-route__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: var(--ztsm-space-2);
}

.ztsm-safari-route__stop {
	display: grid;
	gap: 0.35rem;
}

.ztsm-safari-route__stop-btn {
	display: flex;
	gap: var(--ztsm-space-3);
	align-items: flex-start;
	width: 100%;
	margin: 0;
	padding: var(--ztsm-space-3);
	text-align: left;
	border: 1px solid var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-card, 0);
	background: var(--ztsm-color-surface, transparent);
	color: inherit;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ztsm-safari-route__stop-btn:hover,
.ztsm-safari-route__stop-btn:focus-visible {
	border-color: var(--ztsm-btn-border, var(--ztsm-btn-bg, var(--ztsm-color-primary)));
	outline: none;
}

.ztsm-safari-route__stop-btn.is-active {
	border-color: var(--ztsm-btn-border, var(--ztsm-btn-bg, var(--ztsm-color-primary)));
	box-shadow: inset 3px 0 0 var(--ztsm-btn-bg, var(--ztsm-color-primary));
}

.ztsm-safari-route__stop-num {
	flex-shrink: 0;
	font-weight: 700;
	color: var(--ztsm-btn-bg, var(--ztsm-color-primary));
	min-width: 1.75rem;
}

.ztsm-safari-route__stop-body {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.ztsm-safari-route__stop-name {
	font-weight: 600;
}

.ztsm-safari-route__stop-days,
.ztsm-safari-route__stop-desc {
	color: var(--ztsm-color-muted);
	font-size: 0.95rem;
}

.ztsm-safari-route__stop-link {
	margin-left: calc(1.75rem + var(--ztsm-space-3));
	font-size: 0.9rem;
}

.ztsm-safari-route__marker {
	background: transparent;
	border: 0;
}

.ztsm-safari-route__marker-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: var(--ztsm-route-marker, var(--ztsm-color-primary));
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 0 0 2px #fff, 0 1px 4px rgba(0, 0, 0, 0.25);
}

.ztsm-safari-route__marker.is-active .ztsm-safari-route__marker-dot {
	transform: scale(1.08);
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--ztsm-route-marker, var(--ztsm-color-primary));
}

.ztsm-safari-route__popup {
	margin: 0;
}

.ztsm-safari-route__popup-num {
	margin: 0 0 0.15rem;
	font-weight: 700;
	color: var(--ztsm-color-primary);
	font-size: 0.85rem;
}

.ztsm-safari-route__popup-name {
	margin: 0 0 0.25rem;
	font-weight: 700;
	font-size: 1rem;
}

.ztsm-safari-route__popup-days,
.ztsm-safari-route__popup-desc {
	margin: 0 0 0.35rem;
	color: var(--ztsm-color-muted);
	font-size: 0.9rem;
}

.ztsm-safari-route__popup-link {
	font-weight: 600;
}

.ztsm-safari-route .leaflet-container {
	font: inherit;
}

/* Inquiry CTA */
.ztsm-inquiry-cta {
	padding: var(--ztsm-space-6);
	border-radius: var(--ztsm-radius-card);
	background: var(--ztsm-color-surface);
	border: 1px solid var(--ztsm-color-border);
}

.ztsm-inquiry-cta__title {
	margin: 0 0 var(--ztsm-space-2);
}

.ztsm-inquiry-cta__text {
	margin: 0 0 var(--ztsm-space-4);
	color: var(--ztsm-color-muted);
}

a.ztsm-inquiry-cta__button {
	display: inline-flex;
	align-items: center;
	padding: 0.75rem 1.25rem;
	border: 1px solid var(--ztsm-btn-border, var(--ztsm-btn-bg, var(--ztsm-color-primary)));
	border-radius: var(--ztsm-radius-button);
	background: var(--ztsm-btn-bg, var(--ztsm-color-primary));
	color: var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff));
	font-family: var(--ztsm-font-button);
	font-weight: 600;
	text-decoration: none;
	transition: background var(--ztsm-transition, 180ms ease), border-color var(--ztsm-transition, 180ms ease), color var(--ztsm-transition, 180ms ease);
}

a.ztsm-inquiry-cta__button:hover,
a.ztsm-inquiry-cta__button:focus,
a.ztsm-inquiry-cta__button:focus-visible {
	background: var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04));
	border-color: var(--ztsm-btn-hover-border, var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04)));
	color: var(--ztsm-btn-hover-text, var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff))) !important;
}

/* Reusable inquiry form + WhatsApp alternative */
.ztsm-inquiry {
	scroll-margin-top: 5rem;
	padding: var(--ztsm-space-6);
	background: var(--ztsm-color-surface);
	border-radius: var(--ztsm-radius-card);
	border: 1px solid var(--ztsm-color-border);
}

.ztsm-inquiry__header {
	margin-bottom: var(--ztsm-space-5);
}

.ztsm-inquiry__title {
	margin: 0 0 var(--ztsm-space-3);
	font-family: var(--ztsm-font-heading);
	font-size: clamp(1.4rem, 2.4vw, 1.85rem);
}

.ztsm-inquiry__intro {
	margin: 0 0 var(--ztsm-space-3);
	color: var(--ztsm-color-muted);
	max-width: 40rem;
}

.ztsm-inquiry__source {
	margin: 0;
	font-size: 0.95rem;
	color: var(--ztsm-color-text);
}

.ztsm-inquiry__source-label {
	color: var(--ztsm-color-muted);
	margin-right: 0.35rem;
}

.ztsm-inquiry__source-type {
	color: var(--ztsm-color-muted);
	margin-left: 0.25rem;
}

.ztsm-inquiry__notice {
	margin: 0;
	padding: var(--ztsm-space-4);
	background: var(--ztsm-color-bg);
	border-radius: var(--ztsm-radius-button);
	color: var(--ztsm-color-muted);
}

.ztsm-inquiry__body {
	display: grid;
	gap: var(--ztsm-space-5);
}

.ztsm-inquiry--split .ztsm-inquiry__body {
	grid-template-columns: minmax(0, 1.4fr) minmax(14rem, 0.75fr);
	align-items: start;
	gap: var(--ztsm-space-6);
}

.ztsm-inquiry__form-panel {
	min-width: 0;
}

.ztsm-inquiry__whatsapp {
	display: grid;
	gap: var(--ztsm-space-4);
	align-content: start;
}

.ztsm-inquiry__divider {
	display: flex;
	align-items: center;
	gap: var(--ztsm-space-3);
	margin: 0;
	color: var(--ztsm-color-muted);
	font-size: 0.85rem;
	text-transform: lowercase;
}

.ztsm-inquiry__divider::before,
.ztsm-inquiry__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--ztsm-color-border);
}

.ztsm-inquiry--split .ztsm-inquiry__divider {
	flex-direction: column;
	min-height: 100%;
	justify-content: center;
	padding-block: var(--ztsm-space-2);
}

.ztsm-inquiry--split .ztsm-inquiry__divider::before,
.ztsm-inquiry--split .ztsm-inquiry__divider::after {
	width: 1px;
	height: auto;
	flex: 1;
	align-self: center;
}

.ztsm-whatsapp-btn {
	display: flex;
	align-items: center;
	gap: var(--ztsm-space-4);
	padding: var(--ztsm-space-4) var(--ztsm-space-5);
	border-radius: var(--ztsm-radius-card);
	border: 1px solid color-mix(in srgb, #25d366 35%, var(--ztsm-color-border));
	background: color-mix(in srgb, #25d366 10%, var(--ztsm-color-bg));
	color: var(--ztsm-color-text);
	text-decoration: none;
	transition: transform var(--ztsm-transition), box-shadow var(--ztsm-transition), background var(--ztsm-transition);
}

.ztsm-whatsapp-btn:hover,
.ztsm-whatsapp-btn:focus-visible {
	transform: translateY(-1px);
	box-shadow: var(--ztsm-shadow);
	background: color-mix(in srgb, #25d366 16%, var(--ztsm-color-bg));
	outline: none;
}

.ztsm-whatsapp-btn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	border-radius: var(--ztsm-radius-button);
	background: #25d366;
	color: #fff;
}

.ztsm-whatsapp-btn__text {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.ztsm-whatsapp-btn__label {
	font-weight: 700;
	font-family: var(--ztsm-font-button);
}

.ztsm-whatsapp-btn__hint {
	font-size: 0.85rem;
	color: var(--ztsm-color-muted);
	line-height: 1.35;
}

.ztsm-inquiry-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--ztsm-space-4);
}

.ztsm-inquiry-form__field {
	margin: 0;
	display: grid;
	gap: 0.4rem;
}

.ztsm-inquiry-form__field--full {
	grid-column: 1 / -1;
}

.ztsm-inquiry-form__field label {
	font-weight: 600;
	font-size: 0.95rem;
}

.ztsm-inquiry-form__req {
	color: var(--ztsm-color-danger);
	margin-left: 0.15rem;
}

.ztsm-inquiry-form__optional {
	font-weight: 400;
	color: var(--ztsm-color-muted);
	font-size: 0.85rem;
}

.ztsm-inquiry-form__field input,
.ztsm-inquiry-form__field textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-button);
	background: var(--ztsm-color-bg);
	color: var(--ztsm-color-text);
	font: inherit;
	transition: border-color var(--ztsm-transition), box-shadow var(--ztsm-transition);
}

.ztsm-inquiry-form__field input:focus,
.ztsm-inquiry-form__field textarea:focus {
	outline: none;
	border-color: var(--ztsm-color-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--ztsm-color-primary) 22%, transparent);
}

.ztsm-inquiry-form__field textarea {
	resize: vertical;
	min-height: 7rem;
}

.ztsm-inquiry-form__status {
	margin: var(--ztsm-space-4) 0 0;
	padding: 0.65rem 0.85rem;
	border-radius: var(--ztsm-radius-button);
	font-size: 0.95rem;
}

.ztsm-inquiry-form__status.is-error {
	background: color-mix(in srgb, var(--ztsm-color-danger) 12%, var(--ztsm-color-bg));
	color: var(--ztsm-color-danger);
}

.ztsm-inquiry-form__status.is-success {
	background: color-mix(in srgb, var(--ztsm-color-success) 14%, var(--ztsm-color-bg));
	color: var(--ztsm-color-success);
}

.ztsm-inquiry-form__actions {
	margin-top: var(--ztsm-space-5);
}

.ztsm-inquiry-form__footnote {
	margin: var(--ztsm-space-3) 0 0;
	font-size: 0.85rem;
	color: var(--ztsm-color-muted);
}

@media (max-width: 860px) {
	.ztsm-inquiry--split .ztsm-inquiry__body {
		grid-template-columns: 1fr;
	}

	.ztsm-inquiry--split .ztsm-inquiry__divider {
		flex-direction: row;
		min-height: 0;
		padding-block: 0;
	}

	.ztsm-inquiry--split .ztsm-inquiry__divider::before,
	.ztsm-inquiry--split .ztsm-inquiry__divider::after {
		width: auto;
		height: 1px;
		flex: 1;
	}
}

@media (max-width: 640px) {
	.ztsm-inquiry {
		padding: var(--ztsm-space-5);
		border-radius: var(--ztsm-radius-button);
	}

	.ztsm-inquiry-form__grid {
		grid-template-columns: 1fr;
	}

	.ztsm-inquiry-form__actions .ztsm-btn,
	.ztsm-whatsapp-btn {
		width: 100%;
	}
}

/* Breadcrumb */
.ztsm-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: var(--ztsm-space-2);
	margin-bottom: var(--ztsm-space-4);
	font-size: 0.9rem;
	color: var(--ztsm-color-muted);
}

.ztsm-breadcrumb a {
	color: inherit;
}

.ztsm-breadcrumb__sep {
	opacity: 0.5;
}

/* Placeholder modules */
.ztsm-placeholder {
	padding: var(--ztsm-space-5);
	border: 1px dashed var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-card);
	color: var(--ztsm-color-muted);
	background: var(--ztsm-color-surface);
}

/* Read more clamp — text link only, no filled button / background chrome */
.ztsm-read-more__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--ztsm-space-3);
	margin: var(--ztsm-space-3) 0 0;
}

.ztsm-read-more__toggle[hidden] {
	display: none !important;
}

.ztsm-read-more__toggle,
.ztsm-destination .ztsm-read-more__toggle,
.ztsm-scope button.ztsm-read-more__toggle {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	color: var(--ztsm-btn-bg, var(--ztsm-color-primary));
	font-family: var(--ztsm-font-button, var(--ztsm-font-heading));
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	text-decoration: none;
	transition: color var(--ztsm-transition, 180ms ease);
}

.ztsm-read-more__toggle:hover,
.ztsm-read-more__toggle:focus-visible,
.ztsm-destination .ztsm-read-more__toggle:hover,
.ztsm-destination .ztsm-read-more__toggle:focus-visible,
.ztsm-scope button.ztsm-read-more__toggle:hover,
.ztsm-scope button.ztsm-read-more__toggle:focus-visible {
	color: var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04));
	text-decoration: underline;
	text-underline-offset: 0.2em;
	background: none;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	border: 0;
}

.ztsm-read-more__arrow {
	display: inline-block;
	transition: transform var(--ztsm-transition, 180ms ease);
}

.ztsm-read-more__toggle:hover .ztsm-read-more__arrow,
.ztsm-read-more__toggle:focus-visible .ztsm-read-more__arrow {
	transform: translateX(0.2rem);
}

.ztsm-read-more__toggle:focus-visible {
	outline: 2px solid var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04));
	outline-offset: 3px;
}

.ztsm-subsection__title {
	margin: var(--ztsm-space-5) 0 var(--ztsm-space-3);
	font-size: 1.15rem;
}

.ztsm-subsection__title:first-child {
	margin-top: 0;
}

/* Highlights / travel tips */
.ztsm-icon-cards__list {
	display: grid;
	gap: var(--ztsm-grid-gap);
	margin: 0;
	padding: 0;
	list-style: none;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.ztsm-icon-cards__item {
	display: flex;
	gap: var(--ztsm-space-4);
	align-items: flex-start;
}

.ztsm-icon-cards__media {
	flex: 0 0 3.5rem;
}

.ztsm-icon-cards__media img {
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	object-fit: cover;
	border-radius: var(--ztsm-radius-card);
}

.ztsm-icon-cards__title {
	margin: 0 0 var(--ztsm-space-2);
	font-size: 1.1rem;
}

.ztsm-icon-cards--highlights .ztsm-icon-cards__title {
	display: block;
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
}

.ztsm-icon-cards--highlights .ztsm-icon-cards__item {
	align-items: center;
}

.ztsm-icon-cards__text {
	margin: 0;
	color: var(--ztsm-color-muted);
}

.ztsm-icon-cards__text > *:first-child {
	margin-top: 0;
}

.ztsm-icon-cards__text > *:last-child {
	margin-bottom: 0;
}

/* Wildlife grid — editorial field-guide cards */
.ztsm-wildlife {
	width: 100%;
}

.ztsm-wildlife .ztsm-section-heading {
	margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
}

.ztsm-wildlife__grid {
	display: grid;
	width: 100%;
	gap: clamp(1rem, 2.5vw, 1.5rem);
	grid-template-columns: 1fr;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: stretch;
}

@media (min-width: 700px) {
	.ztsm-wildlife__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.ztsm-wildlife__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.ztsm-wildlife__card {
	margin: 0;
	min-width: 0;
	height: 100%;
}

.ztsm-wildlife__card.is-collapsed[hidden] {
	display: none !important;
}

.ztsm-wildlife__trigger {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-card);
	background: var(--ztsm-color-ivory, #f7f1e3);
	color: inherit;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	cursor: zoom-in;
	box-shadow: var(--ztsm-shadow, 0 8px 24px rgba(0, 0, 0, 0.08));
	transition:
		transform var(--ztsm-transition, 180ms ease),
		box-shadow var(--ztsm-transition, 180ms ease),
		border-color var(--ztsm-transition, 180ms ease);
}

.ztsm-wildlife__trigger--static {
	cursor: default;
}

.ztsm-wildlife__trigger:hover,
.ztsm-wildlife__trigger:focus-visible {
	transform: translateY(-2px);
	box-shadow: var(--ztsm-shadow-hover, 0 12px 32px rgba(0, 0, 0, 0.12));
	border-color: var(--ztsm-color-border);
}

.ztsm-wildlife__trigger:focus-visible {
	outline: 2px solid var(--ztsm-color-card-title-hover, var(--ztsm-color-accent));
	outline-offset: 3px;
}

.ztsm-wildlife__media {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--ztsm-color-border);
	flex: 0 0 auto;
}

.ztsm-wildlife__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--ztsm-transition, 180ms ease);
}

.ztsm-wildlife__image--empty {
	min-height: 100%;
	background: linear-gradient(135deg, var(--ztsm-color-ivory, #f7f1e3), var(--ztsm-color-border));
}

.ztsm-wildlife__trigger:hover .ztsm-wildlife__image,
.ztsm-wildlife__trigger:focus-visible .ztsm-wildlife__image {
	transform: scale(1.03);
}

.ztsm-wildlife__body {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	padding: 1rem 1.05rem 1.15rem;
	flex: 1 1 auto;
	min-height: 7.5rem;
	background: var(--ztsm-color-ivory, #f7f1e3);
	transition: background-color var(--ztsm-transition, 180ms ease);
}

.ztsm-wildlife__trigger:hover .ztsm-wildlife__body,
.ztsm-wildlife__trigger:focus-visible .ztsm-wildlife__body {
	background: var(--ztsm-color-bg, #ffffff);
}

.ztsm-wildlife__name {
	margin: 0;
	font-family: var(--ztsm-font-heading);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--ztsm-color-text);
	transition: color var(--ztsm-transition, 180ms ease);
}

.ztsm-wildlife__trigger:hover .ztsm-wildlife__name,
.ztsm-wildlife__trigger:focus-visible .ztsm-wildlife__name {
	color: var(--ztsm-color-card-title-hover, var(--ztsm-color-accent));
}

.ztsm-wildlife__text {
	margin: 0;
	color: var(--ztsm-color-muted);
	font-size: 0.95rem;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
}

@media (max-width: 699px) {
	.ztsm-wildlife__text {
		-webkit-line-clamp: 5;
		line-clamp: 5;
	}
}

.ztsm-wildlife__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--ztsm-space-3);
	margin-top: clamp(1.25rem, 3vw, 1.75rem);
}

.ztsm-wildlife__actions[hidden] {
	display: none !important;
}

.ztsm-wildlife__actions .ztsm-btn[hidden] {
	display: none !important;
}

.ztsm-wildlife__more,
.ztsm-wildlife__less {
	min-width: 10rem;
	min-height: 2.75rem;
}

.ztsm-wildlife__more.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
	.ztsm-wildlife__trigger,
	.ztsm-wildlife__image,
	.ztsm-wildlife__body,
	.ztsm-wildlife__name {
		transition: none !important;
	}

	.ztsm-wildlife__trigger:hover,
	.ztsm-wildlife__trigger:focus-visible {
		transform: none;
	}

	.ztsm-wildlife__trigger:hover .ztsm-wildlife__image,
	.ztsm-wildlife__trigger:focus-visible .ztsm-wildlife__image {
		transform: none;
	}
}

.ztsm-lightbox__body {
	flex: 1 1 100%;
	max-width: min(100%, 40rem);
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.95rem;
	line-height: 1.55;
	white-space: pre-wrap;
}

.ztsm-lightbox__caption {
	font-weight: 600;
	font-size: 1.05rem;
}

.ztsm-lightbox__meta--rich {
	flex-direction: column;
	align-items: stretch;
	gap: 0.45rem;
}

.ztsm-lightbox__meta--rich .ztsm-lightbox__counter {
	margin-inline-start: 0;
	align-self: flex-end;
}

/* Booking status badges */
.ztsm-status-badge {
	display: inline-block;
	padding: 0.2rem 0.55rem;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	border-radius: var(--ztsm-radius-button);
	line-height: 1.3;
}
.ztsm-status-badge--green { background: color-mix(in srgb, var(--ztsm-color-primary) 18%, transparent); color: var(--ztsm-color-primary); }
.ztsm-status-badge--orange { background: color-mix(in srgb, #c47b2b 18%, transparent); color: #9a5a12; }
.ztsm-status-badge--red { background: color-mix(in srgb, #b42318 16%, transparent); color: #8a1c14; }
.ztsm-status-badge--gray { background: color-mix(in srgb, var(--ztsm-color-muted) 18%, transparent); color: var(--ztsm-color-muted); }

/* Departure availability */
.ztsm-departure-availability__lead { margin: 0 0 var(--ztsm-space-4); color: var(--ztsm-color-muted); }
.ztsm-departure-availability__list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--ztsm-space-4); }
.ztsm-departure-availability__item {
	display: grid;
	gap: var(--ztsm-space-3);
	padding: var(--ztsm-space-4) 0;
	border-bottom: 1px solid var(--ztsm-color-border);
	align-items: center;
}
@media (min-width: 768px) {
	.ztsm-departure-availability__item { grid-template-columns: 1.4fr 1.4fr auto; }
}
.ztsm-departure-availability__dates { display: flex; flex-wrap: wrap; gap: 0.4rem 0.75rem; align-items: baseline; }
.ztsm-departure-availability__duration { color: var(--ztsm-color-muted); font-size: 0.95rem; }
.ztsm-departure-availability__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; align-items: center; color: var(--ztsm-color-muted); font-size: 0.95rem; }

/* Booking form */
.ztsm-booking-wizard {
	padding: 0;
	width: 100%;
}
.ztsm-booking-wizard__layout {
	display: grid;
	gap: var(--ztsm-space-6);
}
@media (min-width: 960px) {
	.ztsm-booking-wizard__layout {
		grid-template-columns: minmax(0, 1.55fr) minmax(16rem, 0.85fr);
		align-items: start;
	}
}
.ztsm-booking-wizard__intro { margin-bottom: var(--ztsm-space-5); }
.ztsm-booking-wizard__eyebrow {
	margin: 0 0 var(--ztsm-space-2);
	color: var(--ztsm-color-muted);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.8rem;
}
.ztsm-booking-wizard__form {
	display: grid;
	gap: var(--ztsm-space-5);
	max-width: 42rem;
}
.ztsm-booking-wizard__section {
	margin: 0;
	padding: var(--ztsm-space-5);
	border: 1px solid var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-card, 0);
	background: var(--ztsm-color-surface, #fff);
	display: grid;
	gap: var(--ztsm-space-4);
	min-inline-size: 0;
}
.ztsm-booking-wizard__section legend {
	padding: 0 0.35rem;
	font-family: var(--ztsm-font-heading);
	font-weight: 700;
	font-size: 1.05rem;
}
.ztsm-booking-wizard__form .ztsm-field { display: grid; gap: 0.35rem; }
.ztsm-booking-wizard__form input,
.ztsm-booking-wizard__form select,
.ztsm-booking-wizard__form textarea {
	width: 100%;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-card, 0);
	background: #fff;
	font: inherit;
	box-sizing: border-box;
}
.ztsm-booking-wizard__party {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--ztsm-space-3);
}
.ztsm-booking-wizard__party--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 560px) {
	.ztsm-booking-wizard__party,
	.ztsm-booking-wizard__party--2 {
		grid-template-columns: 1fr;
	}
}
.ztsm-booking-wizard__summary {
	padding: var(--ztsm-space-5);
	border: 1px solid var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-card, 0);
	background: var(--ztsm-color-surface, #fff);
	position: sticky;
	top: 1rem;
}
.ztsm-booking-wizard__summary h3 { margin-top: 0; }
.ztsm-booking-wizard__lines { list-style: none; margin: 0 0 var(--ztsm-space-3); padding: 0; }
.ztsm-booking-wizard__lines li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.4rem 0;
	border-bottom: 1px solid var(--ztsm-color-border);
}
.ztsm-booking-wizard__total {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 var(--ztsm-space-2);
}
.ztsm-booking-wizard__meta { margin: 0; color: var(--ztsm-color-muted); font-size: 0.95rem; }
.ztsm-booking-wizard__due { margin: 0; font-size: 1.05rem; }
.ztsm-booking-wizard__submit { width: 100%; min-height: 3rem; }
.ztsm-booking-wizard__disclaimer { margin: 0; color: var(--ztsm-color-muted); font-size: 0.9rem; }
.ztsm-booking-wizard__price-block { margin: 0; }
.ztsm-booking-wizard__price-note { margin: 0; }
.ztsm-booking-wizard__date-hint { margin: 0; color: var(--ztsm-color-muted); font-size: 0.95rem; }
.ztsm-field--check,
.ztsm-field--radio { display: flex; gap: 0.65rem; align-items: flex-start; }
.ztsm-field--check input,
.ztsm-field--radio input { width: auto; margin-top: 0.2rem; }
.ztsm-field__error {
	display: block;
	margin: 0.25rem 0 0;
	color: #b42318;
	font-size: 0.85rem;
}
.ztsm-field__error[hidden] { display: none !important; }
.ztsm-booking-wizard__form input.is-invalid,
.ztsm-booking-wizard__form select.is-invalid,
.ztsm-booking-wizard__form textarea.is-invalid {
	border-color: #b42318;
	outline-color: #b42318;
}

.ztsm-toast-stack {
	position: fixed;
	z-index: 100000;
	right: 1rem;
	bottom: 1rem;
	display: grid;
	gap: 0.65rem;
	width: min(22rem, calc(100vw - 2rem));
	pointer-events: none;
}
.ztsm-toast {
	opacity: 0;
	transform: translateY(0.6rem);
	transition: opacity 0.25s ease, transform 0.25s ease;
	padding: 0.85rem 1rem;
	border-radius: var(--ztsm-radius-card, 0);
	background: #1f2937;
	color: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.22);
	font-size: 0.95rem;
	line-height: 1.4;
	pointer-events: auto;
}
.ztsm-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}
.ztsm-toast--success { background: var(--ztsm-color-success, #2f9e44); }
.ztsm-toast--error { background: var(--ztsm-color-danger, #c92a2a); }
.ztsm-toast--info { background: var(--ztsm-color-secondary, #1f2937); }

.ztsm-checkout-page {
	padding: 0 0 4rem;
	background:
		radial-gradient(1200px 480px at 10% -10%, color-mix(in srgb, var(--ztsm-color-primary, #0f6b4c) 12%, transparent), transparent 60%),
		linear-gradient(180deg, var(--ztsm-color-surface, #f7f7f5) 0%, var(--ztsm-color-bg, #fff) 42%);
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}
.ztsm-checkout-page__inner {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	display: grid;
	gap: var(--ztsm-space-5, 1.5rem);
	padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1.25rem, 4vw, 3rem) 0;
	box-sizing: border-box;
}
.ztsm-checkout-page__hero {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	height: clamp(13.75rem, 32vw, 18.75rem); /* 220–300px */
	background: var(--ztsm-color-overlay, #0b1220);
}
/* Full-bleed when theme still wraps checkout in a padded container. */
body.ztsm-full-width .ztsm-checkout-page__hero,
.ztsm-checkout-page > .ztsm-checkout-page__hero {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
body.ztsm-full-width:has(.ztsm-checkout-page) .ast-container,
body.ztsm-full-width:has(.ztsm-checkout-page) .site-content,
body.ztsm-full-width:has(.ztsm-checkout-page) #content,
body.ztsm-full-width:has(.ztsm-checkout-page) #primary,
body.ztsm-full-width:has(.ztsm-checkout-page) .site-main {
	overflow: visible;
}
@media (min-width: 700px) {
	.ztsm-checkout-page__hero {
		height: clamp(17.5rem, 28vw, 21.875rem); /* 280–350px */
	}
}
@media (min-width: 1100px) {
	.ztsm-checkout-page__hero {
		height: clamp(18.75rem, 24vw, 25rem); /* 300–400px */
	}
}
.ztsm-checkout-page__hero img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.ztsm-checkout-page__hero figcaption {
	position: absolute;
	inset: auto 0 0;
	z-index: 1;
	padding: 1.25rem clamp(1rem, 4vw, 2rem);
	background: linear-gradient(transparent, rgba(0, 0, 0, calc(var(--ztsm-hero-overlay, 0.45) + 0.3)));
	color: var(--ztsm-color-on-media, #fff);
	display: grid;
	gap: 0.25rem;
}
.ztsm-checkout-page__hero figcaption strong {
	font-size: clamp(1.35rem, 2.4vw, 1.9rem);
	font-weight: 650;
}
.ztsm-checkout-page__eyebrow {
	margin: 0 0 0.35rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.75rem;
	color: var(--ztsm-color-muted, #667);
}
.ztsm-checkout-page__hero .ztsm-checkout-page__eyebrow {
	color: color-mix(in srgb, var(--ztsm-color-on-media, #fff) 80%, transparent);
}
.ztsm-checkout-page__header h1 {
	margin: 0 0 0.5rem;
	font-size: clamp(1.6rem, 3vw, 2.15rem);
}
.ztsm-checkout-page__header p {
	margin: 0;
	color: var(--ztsm-color-muted, #667);
}
.ztsm-checkout-page__receipt-note {
	margin: 0.85rem 0 0 !important;
	padding: 0.85rem 1rem;
	border-left: 3px solid var(--ztsm-color-primary, #0f6b4c);
	background: rgba(15, 107, 76, 0.06);
	color: var(--ztsm-color-text, #1a1a1a) !important;
	font-size: 0.95rem;
	line-height: 1.45;
}
.ztsm-checkout__done .ztsm-checkout-page__receipt-note {
	margin-top: 1rem !important;
}
.ztsm-checkout {
	display: grid;
	gap: var(--ztsm-space-5, 1.5rem);
}
.ztsm-checkout__grid {
	display: grid;
	gap: 1rem;
}
@media (min-width: 900px) {
	.ztsm-checkout__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.ztsm-checkout__panel {
	padding: 1.15rem 1.25rem;
	border: 1px solid var(--ztsm-color-border, #e4dfd6);
	border-radius: var(--ztsm-radius-card, 0);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 30px rgba(28, 42, 36, 0.04);
}
.ztsm-checkout__panel h2,
.ztsm-checkout__pay h2 {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
}
.ztsm-checkout__dl {
	margin: 0;
	display: grid;
	gap: 0.7rem;
}
.ztsm-checkout__dl > div {
	display: grid;
	gap: 0.15rem;
}
.ztsm-checkout__dl dt {
	margin: 0;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ztsm-color-muted, #667);
}
.ztsm-checkout__dl dd {
	margin: 0;
	font-weight: 600;
}
.ztsm-checkout__amounts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}
.ztsm-checkout__amounts li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid var(--ztsm-color-border, #eee);
}
.ztsm-checkout__amounts li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	font-size: 1.05rem;
}
.ztsm-checkout__operator {
	margin: 1rem 0 0;
	font-size: 0.88rem;
	color: var(--ztsm-color-muted, #667);
}
.ztsm-checkout__pay {
	display: grid;
	gap: 1rem;
}
.ztsm-checkout__methods {
	display: grid;
	gap: var(--ztsm-space-4, 1rem);
}
@media (min-width: 720px) {
	.ztsm-checkout__methods {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.ztsm-checkout__option {
	display: grid;
	gap: 0.75rem;
	padding: var(--ztsm-space-4, 1rem);
	border: 1px solid var(--ztsm-color-border, #ddd);
	border-radius: var(--ztsm-radius-card, 0);
	background: var(--ztsm-color-surface, #fff);
}
.ztsm-checkout__option-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}
.ztsm-checkout__option-head h2,
.ztsm-checkout__option-head h3 {
	margin: 0;
	font-size: 1.15rem;
}
.ztsm-checkout__badge {
	display: inline-block;
	padding: 0.2rem 0.55rem;
	border-radius: var(--ztsm-radius-button, 0);
	background: var(--ztsm-color-ivory, var(--ztsm-color-surface, #f7f1e3));
	color: var(--ztsm-color-secondary, #1a3a4a);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.ztsm-checkout__instructions {
	margin: 0;
	color: var(--ztsm-color-muted, #667);
	font-size: 0.95rem;
	line-height: 1.45;
}
.ztsm-checkout__option.is-disabled {
	opacity: 0.72;
}
.ztsm-checkout__option.is-maintenance .ztsm-btn {
	opacity: 0.85;
	cursor: not-allowed;
}
.ztsm-checkout__done {
	padding: var(--ztsm-space-4, 1rem);
	border: 1px solid var(--ztsm-color-border, #ddd);
	border-radius: var(--ztsm-radius-card, 0);
}
.ztsm-checkout__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.ztsm-checkout__bank {
	padding: var(--ztsm-space-4);
	border: 1px solid var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-card, 0);
	background: var(--ztsm-color-surface);
}
.ztsm-checkout__bank-lead,
.ztsm-checkout__bank-hint {
	margin: 0 0 var(--ztsm-space-3);
	color: var(--ztsm-color-muted);
	font-size: 0.95rem;
}
.ztsm-checkout__bank-hint {
	margin: var(--ztsm-space-4) 0 0;
}
.ztsm-checkout__bank-grid {
	display: grid;
	gap: var(--ztsm-space-3);
	margin: 0;
}
.ztsm-checkout__bank-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--ztsm-space-3);
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--ztsm-color-border);
}
.ztsm-checkout__bank-row:last-child {
	border-bottom: 0;
}
.ztsm-checkout__bank-meta {
	min-width: 0;
}
.ztsm-checkout__bank-label {
	margin: 0;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ztsm-color-muted);
}
.ztsm-checkout__bank-value {
	margin: 0.2rem 0 0;
	font-weight: 600;
	color: var(--ztsm-color-text);
	word-break: break-word;
}
.ztsm-checkout__bank-copy {
	flex: 0 0 auto;
	min-height: 2.5rem;
	padding-inline: 0.9rem;
}
.ztsm-payment-document { padding: var(--ztsm-space-6); max-width: 48rem; }
.ztsm-payment-document__header { display: flex; gap: var(--ztsm-space-4); align-items: flex-start; margin-bottom: var(--ztsm-space-5); padding-bottom: var(--ztsm-space-4); border-bottom: 2px solid var(--ztsm-color-primary, #1f4d3a); }
.ztsm-payment-document__logo { max-height: 3.5rem; width: auto; }
.ztsm-payment-document__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: var(--ztsm-space-3); }
.ztsm-payment-document__grid dt { margin: 0; color: var(--ztsm-color-muted); font-size: 0.8rem; }
.ztsm-payment-document__grid dd { margin: 0.2rem 0 0; font-weight: 600; }
.ztsm-payment-document__ref { margin: 0 0 var(--ztsm-space-4); padding: var(--ztsm-space-3); background: color-mix(in srgb, var(--ztsm-color-primary, #1f4d3a) 8%, #fff); border-left: 4px solid var(--ztsm-color-primary, #1f4d3a); }
.ztsm-payment-document__bank { margin: 0 0 var(--ztsm-space-4); padding: var(--ztsm-space-4); border: 1px solid var(--ztsm-color-border); border-radius: var(--ztsm-radius-card, 0); background: var(--ztsm-color-surface, #f7faf8); }
.ztsm-payment-document__bank h3 { margin: 0 0 var(--ztsm-space-2); }
.ztsm-payment-document__terms { color: var(--ztsm-color-muted); font-size: 0.85rem; }
@media print {
	.ztsm-safari-mobile-bar { display: none !important; }
}
.ztsm-customer-dashboard__list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--ztsm-space-4); }
.ztsm-customer-dashboard__item { display: grid; gap: var(--ztsm-space-3); padding: var(--ztsm-space-4) 0; border-bottom: 1px solid var(--ztsm-color-border); }
@media (min-width: 720px) { .ztsm-customer-dashboard__item { grid-template-columns: 1.4fr 1fr; } }
.ztsm-customer-dashboard__lookup { display: grid; gap: var(--ztsm-space-3); max-width: 28rem; }

/* Archive page sections (admin-managed) */
.ztsm-archive .ztsm-section {
	padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.ztsm-archive .ztsm-section + .ztsm-section {
	border-top: 1px solid color-mix(in srgb, var(--ztsm-color-border) 70%, transparent);
}

.ztsm-section-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: flex-end;
	min-height: min(78vh, 42rem);
	padding: clamp(4rem, 10vw, 7.5rem) 0 clamp(3rem, 6vw, 4.5rem);
	margin: 0;
	/* Color is fallback only â€” image layers paint above this. */
	background-color: var(--ztsm-color-secondary);
	background-image: none;
	color: #fff;
	overflow: hidden;
	border-top: 0 !important;
}

.ztsm-section-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background-color: transparent;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ztsm-section-hero__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.ztsm-section-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, calc(var(--ztsm-hero-overlay, 0.45) + 0.2)) 55%, rgba(0, 0, 0, calc(var(--ztsm-hero-overlay, 0.45) + 0.35)) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, transparent 55%);
	pointer-events: none;
}

.ztsm-section-hero--has-image {
	/* Inline background-image on the element is the source of truth. */
	background-color: var(--ztsm-color-secondary);
}

.ztsm-section-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
}

.ztsm-section-hero__copy {
	max-width: 40rem;
	animation: ztsm-hero-rise 0.9s ease both;
}

.ztsm-section-hero--center .ztsm-section-hero__inner { text-align: center; }
.ztsm-section-hero--center .ztsm-section-hero__copy { margin-inline: auto; }
.ztsm-section-hero--right .ztsm-section-hero__inner { text-align: right; }
.ztsm-section-hero--right .ztsm-section-hero__copy { margin-left: auto; }

.ztsm-section-hero__subtitle {
	margin: 0 0 0.65rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.78rem;
	font-weight: 600;
	opacity: 0.92;
}

.ztsm-section-hero__title {
	margin: 0 0 0.85rem;
	font-family: var(--ztsm-font-heading);
	font-size: clamp(2.4rem, 6vw, 4rem);
	line-height: 1.05;
	text-wrap: balance;
}

.ztsm-section-hero__description {
	margin: 0 0 1.4rem;
	max-width: 34rem;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	line-height: 1.55;
	opacity: 0.94;
}

/* Theme heading/link colors must not win over hero copy — keep buttons on Design tokens. */
.ztsm-section-hero--has-image .ztsm-section-hero__subtitle,
.ztsm-section-hero--has-image .ztsm-section-hero__title,
.ztsm-section-hero--has-image .ztsm-section-hero__description,
.ztsm-section-hero--has-image .ztsm-section-hero__breadcrumb,
.ztsm-section-hero--has-image .ztsm-section-hero__breadcrumb a {
	color: #fff;
}

.ztsm-section-hero .ztsm-btn--primary,
.ztsm-section-hero a.ztsm-btn--primary,
.ztsm-section-hero a.ztsm-btn--primary:visited {
	color: var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff)) !important;
}

.ztsm-section-hero .ztsm-btn--primary:hover,
.ztsm-section-hero .ztsm-btn--primary:focus,
.ztsm-section-hero .ztsm-btn--primary:focus-visible,
.ztsm-section-hero a.ztsm-btn--primary:hover,
.ztsm-section-hero a.ztsm-btn--primary:focus,
.ztsm-section-hero a.ztsm-btn--primary:focus-visible {
	color: var(--ztsm-btn-hover-text, var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff))) !important;
}

.ztsm-section-hero .ztsm-btn--outline,
.ztsm-section-hero a.ztsm-btn--outline,
.ztsm-section-hero a.ztsm-btn--outline:visited {
	color: var(--ztsm-btn-bg, var(--ztsm-color-primary)) !important;
}

.ztsm-section-hero .ztsm-btn--outline:hover,
.ztsm-section-hero .ztsm-btn--outline:focus,
.ztsm-section-hero .ztsm-btn--outline:focus-visible,
.ztsm-section-hero a.ztsm-btn--outline:hover,
.ztsm-section-hero a.ztsm-btn--outline:focus,
.ztsm-section-hero a.ztsm-btn--outline:focus-visible {
	color: var(--ztsm-btn-hover-text, var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff))) !important;
}

.ztsm-section-hero--center .ztsm-section-hero__description { margin-inline: auto; }
.ztsm-section-hero--right .ztsm-section-hero__description { margin-left: auto; }

.ztsm-section-hero__actions { margin: 0; }

@keyframes ztsm-hero-rise {
	from { opacity: 0; transform: translateY(1.1rem); }
	to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
	.ztsm-section-hero__copy { animation: none; }
}

.ztsm-section-intro__grid--media { display: grid; gap: var(--ztsm-space-6); align-items: center; }
@media (min-width: 900px) {
	.ztsm-section-intro__grid--media { grid-template-columns: 1.15fr 0.85fr; }
}
.ztsm-section-intro__image {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	border-radius: var(--ztsm-radius-card);
}
.ztsm-section-intro__content {
	max-width: none;
	width: 100%;
}
.ztsm-section-intro__body--full {
	width: 100%;
}
/* Full-bleed YouTube intro — autoplay, no controls chrome */
.ztsm-section-intro--video {
	padding-bottom: 0;
}
.ztsm-section-intro__video-band {
	width: 100%;
	margin-top: clamp(1.25rem, 3vw, 2rem);
	background: #000;
}
.ztsm-section-intro__video-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #000;
}
.ztsm-section-intro__video-frame iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
}
.ztsm-section-featured__desc { margin: -0.5rem 0 var(--ztsm-space-5); color: var(--ztsm-color-muted); max-width: 40rem; }
.ztsm-section-stats__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr)); gap: var(--ztsm-space-4); }
.ztsm-section-stats__list li { text-align: center; padding: var(--ztsm-space-4); background: var(--ztsm-color-surface); border: 1px solid var(--ztsm-color-border); border-radius: var(--ztsm-radius-card); }
.ztsm-section-stats__list strong { display: block; font-size: 2rem; color: var(--ztsm-color-primary); }
.ztsm-section-cta {
	position: relative;
	padding: clamp(2.5rem, 6vw, 4.5rem) 0;
	background: var(--ztsm-color-secondary);
	color: #fff;
}
.ztsm-section-cta--has-image {
	background-image: var(--ztsm-cta-image);
	background-size: cover;
	background-position: center;
}
.ztsm-section-cta--has-image::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, var(--ztsm-cta-overlay, 0.55));
}
.ztsm-section-cta__inner { position: relative; z-index: 1; }
.ztsm-section-cta--center .ztsm-section-cta__inner { text-align: center; }
.ztsm-section-cta__title { margin: 0 0 0.75rem; color: #fff; font-family: var(--ztsm-font-heading); font-size: clamp(1.6rem, 3vw, 2.2rem); }
.ztsm-section-cta__desc { margin: 0 0 1.25rem; max-width: 36rem; }
.ztsm-section-cta--center .ztsm-section-cta__desc { margin-inline: auto; }
.ztsm-section-cta .ztsm-btn--outline { border-color: #fff; color: #fff !important; }
.ztsm-section-cta .ztsm-btn--outline:hover,
.ztsm-section-cta .ztsm-btn--outline:focus,
.ztsm-section-cta .ztsm-btn--outline:focus-visible,
.ztsm-section-cta a.ztsm-btn--outline:hover,
.ztsm-section-cta a.ztsm-btn--outline:focus,
.ztsm-section-cta a.ztsm-btn--outline:focus-visible {
	background: var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04));
	border-color: var(--ztsm-btn-hover-border, var(--ztsm-btn-hover-bg, var(--ztsm-color-accent, #e85d04)));
	color: var(--ztsm-btn-hover-text, var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff))) !important;
}

.ztsm-section-cta .ztsm-btn--primary:hover,
.ztsm-section-cta .ztsm-btn--primary:focus,
.ztsm-section-cta .ztsm-btn--primary:focus-visible,
.ztsm-section-cta a.ztsm-btn--primary:hover,
.ztsm-section-cta a.ztsm-btn--primary:focus,
.ztsm-section-cta a.ztsm-btn--primary:focus-visible {
	color: var(--ztsm-btn-hover-text, var(--ztsm-btn-text, var(--ztsm-color-on-primary, #fff))) !important;
}

/* Global CTA — company line + compact variant */
.ztsm-global-cta__actions,
.ztsm-section-cta--center .ztsm-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: var(--ztsm-space-3, 0.75rem);
}

.ztsm-global-cta__company {
	margin: 1.25rem 0 0;
	font-size: 0.95rem;
	opacity: 0.92;
	color: inherit;
}
.ztsm-global-cta__company-email {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
.ztsm-global-cta__company-email:hover,
.ztsm-global-cta__company-email:focus-visible {
	opacity: 1;
}
.ztsm-global-cta__sep {
	margin-inline: 0.45rem;
	opacity: 0.7;
}
.ztsm-global-cta--compact {
	padding: clamp(1.75rem, 4vw, 2.75rem) 0;
}
.ztsm-global-cta--compact .ztsm-section-cta__title {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}
.ztsm-global-cta .ztsm-btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

/* Full-width archive shell */
.ztsm-archive--full,
.ztsm-archive {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.ztsm-archive .ztsm-section-hero,
.ztsm-archive .ztsm-section-cta,
.ztsm-archive .ztsm-section-newsletter {
	width: 100%;
	max-width: none;
}

.ztsm-archive .ztsm-archive-seo__content {
	max-width: none;
	width: 100%;
	font-size: 1.08rem;
	line-height: 1.7;
}

.ztsm-archive .ztsm-section-faq .ztsm-faqs,
.ztsm-archive .ztsm-faqs {
	display: grid;
	gap: 0.65rem;
	max-width: 52rem;
}

.ztsm-archive .ztsm-faq,
.ztsm-archive details.ztsm-faq {
	border: 1px solid var(--ztsm-color-border);
	border-radius: var(--ztsm-radius-card);
	background: var(--ztsm-color-surface);
	padding: 0.85rem 1.1rem;
}

.ztsm-archive .ztsm-faq summary {
	cursor: pointer;
	font-weight: 600;
	color: var(--ztsm-color-text);
}

.ztsm-archive .ztsm-faq__body {
	margin-top: 0.65rem;
	color: var(--ztsm-color-muted);
}

.ztsm-section-hero__breadcrumb {
	margin: 0 0 1.15rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.9rem;
}
.ztsm-section-hero__breadcrumb a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.35); }
.ztsm-section-hero__breadcrumb a:hover { border-bottom-color: #fff; }
.ztsm-section-hero__search {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.35rem;
	max-width: 34rem;
}
.ztsm-section-hero--center .ztsm-section-hero__search { margin-inline: auto; }
.ztsm-section-hero__search input[type="search"] {
	flex: 1 1 14rem;
	min-height: 3rem;
	padding: 0.65rem 1rem;
	border: 0;
	border-radius: var(--ztsm-radius-button);
	box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}
.ztsm-section-hero__slides {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.ztsm-section-hero__slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.2s ease;
}
.ztsm-section-hero__slide.is-active { opacity: 1; }
.ztsm-section-hero--slider .ztsm-section-hero__image { display: none; }

.ztsm-section-featured__grid--carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(16rem, 22rem);
	gap: var(--ztsm-space-4);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 0.5rem;
	-webkit-overflow-scrolling: touch;
}
.ztsm-section-featured__grid--carousel > * {
	scroll-snap-align: start;
}

.ztsm-section-newsletter {
	padding: clamp(2.5rem, 6vw, 4rem) 0;
	background: var(--ztsm-color-surface);
	border-top: 1px solid var(--ztsm-color-border);
}
.ztsm-section-newsletter--has-image {
	background-image: var(--ztsm-newsletter-image);
	background-size: cover;
	background-position: center;
	color: #fff;
	position: relative;
}
.ztsm-section-newsletter--has-image::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}
.ztsm-section-newsletter__inner { position: relative; z-index: 1; max-width: 40rem; }
.ztsm-section-newsletter--has-image .ztsm-section-newsletter__title { color: #fff; }
.ztsm-section-newsletter__desc { margin: 0 0 1.25rem; }
.ztsm-section-newsletter__embed { margin-top: 1rem; }
