/* Two Wings Central Asia
   Derived from the existing Ashgabat Tour palette: deep teal headers, warm
   sand accents, cream page ground. Buttons reuse Divi's own .et_pb_button so
   they stay identical to the rest of the site. */

.twca-hero,
.twca-live,
.twca-countries,
.twca-formats,
.twca-durations,
.twca-review,
.twca-cta,
.twca-departure,
.twca-updates,
.twca-cablock,
.twca-map,
.twca-ratewall,
.twca-related {
	--twca-ink: #16302f;
	--twca-muted: #5d716e;
	--twca-line: rgba(22, 48, 47, .14);
	--twca-deep: #123c3f;
	--twca-deep-2: #0c2b2e;
	--twca-warm: #e0a95f;
	--twca-warm-soft: #f7e7cd;
	--twca-cream: #faf7f1;
	--twca-water: #dae7ec;
	--twca-land: #ece5d8;
	--twca-radius: 14px;
	--twca-radius-lg: 22px;
	--twca-shadow: 0 10px 30px rgba(18, 60, 63, .10);
	--twca-shadow-lg: 0 24px 60px rgba(18, 60, 63, .18);
	box-sizing: border-box;
}

.twca-hero *,
.twca-live *,
.twca-countries *,
.twca-formats *,
.twca-durations *,
.twca-review *,
.twca-cta *,
.twca-departure *,
.twca-updates *,
.twca-cablock *,
.twca-map *,
.twca-ratewall *,
.twca-related * {
	box-sizing: border-box;
}

/* ---------------------------------------------------------------- buttons */

.twca-btn {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.twca-btn--wa {
	background: #25d366 !important;
	border-color: #25d366 !important;
	color: #08331b !important;
}

/* ------------------------------------------------------------------- hero */

.twca-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: flex-end;
	min-height: min(78vh, 660px);
	margin: 0 0 48px;
	padding: 0;
	overflow: hidden;
	border-radius: var(--twca-radius-lg);
	background: var(--twca-deep-2);
}

.twca-hero--plain {
	min-height: min(56vh, 460px);
	background:
		radial-gradient(90% 120% at 8% 108%, rgba(224, 169, 95, .30) 0%, rgba(224, 169, 95, 0) 58%),
		linear-gradient(135deg, #164a4d 0%, #0c2b2e 62%, #08201f 100%);
}

/* Dune ridges, drawn in CSS so the fallback hero still looks designed
   before any photograph or video has been added. */
.twca-hero--plain .twca-hero__scrim {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 400' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.10' stroke-width='2'%3E%3Cpath d='M0 300 C 180 250 320 330 520 296 S 900 210 1200 268'/%3E%3Cpath d='M0 336 C 200 292 340 366 560 332 S 940 254 1200 306'/%3E%3Cpath d='M0 372 C 220 334 380 398 600 366 S 980 300 1200 344'/%3E%3Cpath d='M0 264 C 160 214 300 288 500 256 S 880 176 1200 232'/%3E%3C/g%3E%3C/svg%3E");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% 62%;
}

.twca-hero__media {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.twca-hero__poster,
.twca-hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.twca-hero__video {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .9s ease;
}

.twca-hero__video.is-playing {
	opacity: 1;
}

.twca-hero__scrim {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to top, rgba(9, 30, 32, .92) 0%, rgba(9, 30, 32, .55) 42%, rgba(9, 30, 32, .18) 100%);
}

.twca-hero__inner {
	position: relative;
	width: 100%;
	max-width: 900px;
	padding: 40px 28px 44px;
}

.twca-hero__eyebrow {
	margin: 0 0 14px;
	color: var(--twca-warm);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.twca-hero__title {
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(30px, 5.2vw, 58px);
	line-height: 1.08;
	letter-spacing: -.015em;
}

.twca-hero__sub {
	max-width: 46em;
	margin: 0 0 26px;
	color: rgba(255, 255, 255, .88);
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.55;
}

.twca-hero__actions {
	margin: 0;
}

/* -------------------------------------------------------------------- map */

@property --twca-zoom {
	syntax: "<number>";
	inherits: true;
	initial-value: 1;
}

.twca-map {
	--twca-zoom: 1;
	--twca-cam-ease: cubic-bezier(.42, 0, .16, 1);
	--twca-cam-time: 2.4s;
	margin: 40px 0;
	padding: 0;
}

.twca-map__head { display: block; margin-bottom: 18px; }

.twca-map__title {
	display: block;
	color: var(--twca-ink);
	font-size: clamp(19px, 2.3vw, 26px);
	font-weight: 700;
	line-height: 1.25;
}

.twca-map__intro {
	display: block;
	margin-top: 6px;
	color: var(--twca-muted);
	font-size: 15px;
}

.twca-map--route .twca-map__title { margin-bottom: 16px; }

.twca-map__frame {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--twca-line);
	border-radius: var(--twca-radius-lg);
	background: var(--twca-water);
	box-shadow: var(--twca-shadow);
}

.twca-map__svg {
	display: block;
	width: 100%;
	height: auto;
}

.twca-map__water { fill: var(--twca-water); }

/* The camera: one transform on one group, so the browser can composite it. */
.twca-map__camera {
	transition: transform var(--twca-cam-time) var(--twca-cam-ease);
	will-change: transform;
}

.twca-map__c {
	stroke: #fff;
	stroke-width: calc(1.1 / var(--twca-zoom));
	stroke-linejoin: round;
	transition: fill .35s ease;
}

.twca-map__c.is-core {
	opacity: 0;
	animation: twca-fade-in .55s ease forwards;
	animation-delay: calc(.15s * var(--i, 0));
}

.twca-map__c.is-focus { fill: var(--twca-warm); }

@keyframes twca-fade-in { to { opacity: 1; } }

/* Political country labels, counter-scaled so they stay legible at any zoom. */
.twca-map__label {
	fill: #4a5652;
	font-size: calc(15px / var(--twca-zoom));
	font-weight: 700;
	letter-spacing: calc(.09em / var(--twca-zoom));
	paint-order: stroke;
	stroke: rgba(255, 255, 255, .82);
	stroke-width: calc(3.2 / var(--twca-zoom));
	stroke-linejoin: round;
	pointer-events: none;
	transition: font-size var(--twca-cam-time) var(--twca-cam-ease);
}

.twca-map__label.is-core { fill: #2f4a44; }

.twca-map__label.is-home {
	fill: #fff;
	font-size: calc(17px / var(--twca-zoom));
	stroke: rgba(8, 34, 33, .5);
}

.twca-map__route {
	fill: none;
	stroke: var(--twca-warm);
	stroke-width: calc(3.6 / var(--twca-zoom));
	stroke-linecap: round;
	stroke-dasharray: var(--twca-len, 3000);
	stroke-dashoffset: var(--twca-len, 3000);
	filter: drop-shadow(0 2px 6px rgba(9, 30, 32, .28));
}

[data-twca-map].is-visible .twca-map__route {
	animation: twca-draw 3.4s cubic-bezier(.55, .1, .3, 1) .6s forwards;
}

@keyframes twca-draw { to { stroke-dashoffset: 0; } }

.twca-map__stop { opacity: 0; }

[data-twca-map].is-visible .twca-map__stop {
	animation: twca-pop .45s cubic-bezier(.34, 1.56, .64, 1) forwards;
	animation-delay: calc(.8s + .32s * var(--i, 0));
}

.twca-map--region [data-twca-map].is-visible .twca-map__stop,
.twca-map--region.is-visible .twca-map__stop {
	animation-delay: calc(1.1s + .18s * var(--i, 0));
}

@keyframes twca-pop {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.twca-map__stop-halo {
	fill: rgba(224, 169, 95, .3);
	r: calc(11px / var(--twca-zoom));
}

.twca-map__stop-dot {
	fill: #fff;
	stroke: var(--twca-warm);
	stroke-width: calc(3 / var(--twca-zoom));
	r: calc(5px / var(--twca-zoom));
}

.twca-map--region .twca-map__stop-dot { stroke: #b8531f; }
.twca-map--region .twca-map__stop-halo { fill: rgba(184, 83, 31, .22); }

.twca-map__stop-label {
	fill: #22302d;
	font-size: calc(15px / var(--twca-zoom));
	font-weight: 600;
	paint-order: stroke;
	stroke: rgba(255, 255, 255, .92);
	stroke-width: calc(3.6 / var(--twca-zoom));
	stroke-linejoin: round;
	transition: font-size var(--twca-cam-time) var(--twca-cam-ease);
}

.twca-map__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.twca-map__legend li { margin: 0; }

.twca-map__legend a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 16px 9px 9px;
	border: 1px solid var(--twca-line);
	border-radius: 999px;
	background: #fff;
	color: var(--twca-ink);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.twca-map__legend a:hover,
.twca-map__legend a:focus-visible {
	border-color: var(--twca-warm);
	box-shadow: var(--twca-shadow);
	transform: translateY(-1px);
}

.twca-map__num {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--twca-deep);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.twca-map__note {
	margin: 14px 0 0;
	color: var(--twca-muted);
	font-size: 14px;
}

.twca-map__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 16px;
}

.twca-map__tab {
	padding: 10px 18px;
	border: 1px solid var(--twca-line);
	border-radius: 999px;
	background: #fff;
	color: var(--twca-ink);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.twca-map__tab:hover { border-color: var(--twca-warm); }

.twca-map__tab.is-active {
	background: var(--twca-warm);
	border-color: var(--twca-warm);
	color: #3d2a0d;
}

.twca-map__panel {
	max-width: 62em;
	color: var(--twca-ink);
	font-size: 16px;
	line-height: 1.6;
}

.twca-map__panel p { margin: 0 0 10px; }

.twca-map__panel-links a {
	display: inline-block;
	margin-right: 18px;
	font-weight: 600;
}

/* ------------------------------------------------------------- countries */

.twca-countries {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
	margin: 28px 0 48px;
}

.twca-country {
	display: flex;
	flex-direction: column;
	padding: 24px 22px;
	border: 1px solid var(--twca-line);
	border-radius: var(--twca-radius);
	background: #fff;
	box-shadow: var(--twca-shadow);
	transition: transform .25s ease, box-shadow .25s ease;
}

.twca-country:hover {
	transform: translateY(-3px);
	box-shadow: var(--twca-shadow-lg);
}

.twca-country__step {
	margin: 0 0 10px;
	color: var(--twca-warm);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
}

.twca-country__name {
	margin: 0 0 6px;
	color: var(--twca-ink);
	font-size: 22px;
	line-height: 1.2;
}

.twca-country__role {
	margin: 0 0 12px;
	color: var(--twca-deep);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.twca-country__body {
	margin: 0 0 14px;
	color: var(--twca-muted);
	font-size: 15px;
	line-height: 1.6;
}

.twca-country__places {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: auto 0 0;
	padding: 0;
	list-style: none;
}

.twca-country__places li {
	margin: 0;
	padding: 5px 12px;
	border-radius: 999px;
	background: var(--twca-warm-soft);
	color: #5a4110;
	font-size: 13px;
	font-weight: 600;
}

.twca-country__places a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(90, 65, 16, .4);
}

/* ----------------------------------------------------------- live gallery */

.twca-live {
	margin: 56px 0;
}

.twca-live__title {
	margin: 0 0 8px;
	color: var(--twca-ink);
	font-size: clamp(24px, 3.4vw, 38px);
	line-height: 1.15;
}

.twca-live__intro {
	max-width: 58em;
	margin: 0 0 26px;
	color: var(--twca-muted);
	font-size: 17px;
	line-height: 1.6;
}

.twca-live__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.twca-card {
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	border-radius: var(--twca-radius);
	background: var(--twca-deep-2);
	box-shadow: var(--twca-shadow);
}

.twca-card--landscape { grid-column: span 2; }

@media (max-width: 700px) {
	.twca-card--landscape { grid-column: span 1; }
}

.twca-card__media {
	position: relative;
	overflow: hidden;
	background: var(--twca-deep-2);
}

.twca-card--portrait .twca-card__media { aspect-ratio: 9 / 16; }
.twca-card--landscape .twca-card__media { aspect-ratio: 16 / 9; }

.twca-card__poster,
.twca-card__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: 0;
}

.twca-card__video {
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}

.twca-card.is-playing .twca-card__video {
	opacity: 1;
	pointer-events: auto;
}

.twca-card.is-playing .twca-card__play { opacity: 0; pointer-events: none; }

.twca-card__play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: linear-gradient(to top, rgba(9, 30, 32, .55), rgba(9, 30, 32, .05));
	cursor: pointer;
	transition: opacity .25s ease, background .25s ease;
}

.twca-card__play:hover { background: linear-gradient(to top, rgba(9, 30, 32, .35), rgba(9, 30, 32, 0)); }

.twca-card__play:focus-visible {
	outline: 3px solid var(--twca-warm);
	outline-offset: -3px;
}

.twca-card__play-icon {
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
	transition: transform .25s ease;
}

.twca-card__play-icon::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 21px 0 0 25px;
	border-style: solid;
	border-width: 10px 0 10px 17px;
	border-color: transparent transparent transparent var(--twca-deep);
}

.twca-card__play:hover .twca-card__play-icon { transform: scale(1.07); }

.twca-card__body {
	padding: 16px 18px 18px;
	color: #fff;
}

.twca-card__place {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 6px;
}

.twca-card__country {
	color: var(--twca-warm);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.twca-card__loc {
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
}

.twca-card__caption {
	margin: 0;
	color: rgba(255, 255, 255, .95);
	font-size: 16px;
	line-height: 1.45;
}

.twca-card__date {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, .55);
	font-size: 12px;
}

.twca-empty {
	padding: 18px 20px;
	border: 1px dashed var(--twca-line);
	border-radius: var(--twca-radius);
	background: var(--twca-cream);
	color: var(--twca-muted);
}

/* -------------------------------------------------- formats and durations */

.twca-formats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	margin: 24px 0 20px;
}

.twca-format {
	padding: 22px 20px;
	border-left: 3px solid var(--twca-warm);
	border-radius: 0 var(--twca-radius) var(--twca-radius) 0;
	background: var(--twca-cream);
}

.twca-format__name {
	margin: 0 0 8px;
	color: var(--twca-ink);
	font-size: 19px;
	line-height: 1.25;
}

.twca-format__body {
	margin: 0;
	color: var(--twca-muted);
	font-size: 15px;
	line-height: 1.55;
}

.twca-formats__cta { margin: 8px 0 40px; }

.twca-durations {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin: 24px 0 14px;
}

.twca-duration {
	padding: 22px 20px;
	border: 1px solid var(--twca-line);
	border-radius: var(--twca-radius);
	background: #fff;
}

.twca-duration__len {
	margin: 0 0 8px;
	color: var(--twca-deep);
	font-size: 15px;
}

.twca-duration__len strong { font-size: 30px; }

.twca-duration__body {
	margin: 0;
	color: var(--twca-muted);
	font-size: 15px;
	line-height: 1.55;
}

.twca-note-block {
	margin: 0 0 40px;
	color: var(--twca-muted);
	font-size: 14px;
	font-style: italic;
}

/* ----------------------------------------------------------------- review */

.twca-review {
	max-width: 46em;
	margin: 24px 0 48px;
	padding: 30px 28px;
	border-radius: var(--twca-radius-lg);
	background: var(--twca-cream);
	border: 1px solid var(--twca-line);
}

.twca-review__quote {
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	color: var(--twca-ink);
	font-size: clamp(18px, 2.2vw, 22px);
	font-style: italic;
	line-height: 1.5;
}

.twca-review__quote p { margin: 0; }

.twca-review__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 18px;
}

.twca-review__who {
	color: var(--twca-ink);
	font-weight: 700;
}

.twca-review__ctx {
	color: var(--twca-muted);
	font-size: 14px;
}

.twca-review__cta { margin: 0; }

/* -------------------------------------------------------------------- CTA */

.twca-cta {
	margin: 48px 0;
	padding: 44px 32px;
	border-radius: var(--twca-radius-lg);
	background: linear-gradient(135deg, var(--twca-deep) 0%, var(--twca-deep-2) 100%);
	color: #fff;
	text-align: center;
}

.twca-cta__title {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(24px, 3.4vw, 36px);
	line-height: 1.15;
}

.twca-cta__body {
	max-width: 44em;
	margin: 0 auto 24px;
	color: rgba(255, 255, 255, .86);
	font-size: 17px;
	line-height: 1.6;
}

.twca-cta__actions { margin: 0; }

/* -------------------------------------------------------------- departure */

.twca-departure {
	margin: 36px 0 44px;
	padding: 28px 26px;
	border: 1px solid rgba(224, 169, 95, .55);
	border-left: 5px solid var(--twca-warm);
	border-radius: var(--twca-radius);
	background: #fffaf1;
}

.twca-departure__flag {
	margin: 0 0 6px;
	color: #a26b16;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.twca-departure__title {
	margin: 0 0 14px;
	color: var(--twca-ink);
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.15;
}

.twca-departure__body,
.twca-departure__lead {
	margin: 0 0 12px;
	color: var(--twca-ink);
	font-size: 16px;
	line-height: 1.6;
}

.twca-departure__lead { font-weight: 600; }

.twca-departure__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 6px 20px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}

.twca-departure__list li {
	color: var(--twca-muted);
	font-size: 15px;
}

.twca-departure__actions { margin: 0 0 12px; }

/* ---------------------------------------------------------- travel updates */

.twca-updates {
	margin: 0 0 32px;
	padding: 26px 0 8px;
	border-top: 1px solid var(--twca-line);
	border-bottom: 1px solid var(--twca-line);
	background: var(--twca-cream);
}

.twca-updates__title {
	margin: 0 0 16px;
	padding: 0 20px;
	color: var(--twca-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.twca-updates__track {
	display: flex;
	gap: 16px;
	margin: 0;
	padding: 0 20px 20px;
	list-style: none;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.twca-update {
	flex: 0 0 min(360px, 84vw);
	margin: 0;
	padding: 20px 20px 18px;
	border: 1px solid var(--twca-line);
	border-radius: var(--twca-radius);
	background: #fff;
	scroll-snap-align: start;
}

.twca-update__title {
	margin: 0 0 8px;
	color: var(--twca-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.twca-update__body {
	margin: 0 0 12px;
	color: var(--twca-muted);
	font-size: 14px;
	line-height: 1.55;
}

.twca-update__cta { margin: 0; }

.twca-update__cta a {
	color: var(--twca-deep);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid var(--twca-warm);
}

/* ------------------------------------------------ homepage Central Asia CTA */

.twca-cablock {
	margin: 40px 0;
	padding: 34px 28px;
	border-radius: var(--twca-radius-lg);
	background:
		radial-gradient(120% 140% at 100% 0%, rgba(224, 169, 95, .22) 0%, rgba(224, 169, 95, 0) 55%),
		var(--twca-cream);
	border: 1px solid var(--twca-line);
}

.twca-cablock__inner { max-width: 64em; }

.twca-cablock__title {
	margin: 0 0 12px;
	color: var(--twca-ink);
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.2;
}

.twca-cablock__body {
	margin: 0 0 20px;
	color: var(--twca-muted);
	font-size: 17px;
	line-height: 1.6;
}

/* --------------------------------------------------------------- rate wall */

.twca-ratewall {
	margin: 24px 0;
	padding: 26px 24px;
	border: 1px dashed rgba(18, 60, 63, .35);
	border-radius: var(--twca-radius);
	background: var(--twca-cream);
}

.twca-ratewall__title {
	margin: 0 0 8px;
	color: var(--twca-ink);
	font-size: 18px;
	font-weight: 700;
}

.twca-ratewall__body {
	margin: 0 0 16px;
	color: var(--twca-muted);
	font-size: 15px;
	line-height: 1.6;
}

/* ---------------------------------------------------------------- related */

.twca-related {
	margin: 44px 0 0;
	padding: 24px 24px 20px;
	border-top: 3px solid var(--twca-warm);
	border-radius: 0 0 var(--twca-radius) var(--twca-radius);
	background: var(--twca-cream);
}

.twca-related__title {
	margin: 0 0 12px;
	color: var(--twca-ink);
	font-size: 17px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

.twca-related ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 6px 24px;
	margin: 0;
	padding: 0 0 0 18px;
}

.twca-related li { margin: 0; }

.twca-related a {
	color: var(--twca-deep);
	font-size: 15px;
	font-weight: 600;
}

/* ----------------------------------------------------- demoted h1 headings */

body.twca-keep-h1-size h2.twca-was-h1 {
	font-size: 1.9em;
	line-height: 1.2;
}

/* ------------------------------------------------------------ small screens */

@media (max-width: 782px) {
	.twca-hero { min-height: min(72vh, 520px); border-radius: var(--twca-radius); }
	.twca-hero__inner { padding: 28px 20px 32px; }
	.twca-cta { padding: 32px 20px; }
	.twca-departure { padding: 22px 18px; }
	.twca-map__stop-label { font-size: 20px; }
	.twca-review { padding: 24px 20px; }
	.twca-cablock { padding: 26px 20px; }
	.twca-btn { display: block; margin-right: 0; text-align: center; }
}

@media (max-width: 420px) {
	.twca-map__stop-label { font-size: 24px; }
}

/* ----------------------------------------------------------- reduced motion */

@media (prefers-reduced-motion: reduce) {
	.twca-map__camera,
	.twca-map__label,
	.twca-map__stop-label {
		transition: none !important;
	}
	.twca-map__route {
		animation: none !important;
		stroke-dashoffset: 0 !important;
	}
	.twca-map__stop,
	.twca-map__c.is-core {
		animation: none !important;
		opacity: 1 !important;
	}
	.twca-country,
	.twca-card__play-icon,
	.twca-map__legend a {
		transition: none !important;
	}
	.twca-hero__video { display: none; }
}
