.blogList--2027 {
	display: flex;
	flex-direction: column;
}

.blogList--2027 .blogList-grid {
	display: grid;
	row-gap: 32px;
	column-gap: 20px;
}

.blogList--2027 .blogCard {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 12px 12px 24px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(22, 37, 62, 0.08);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.blogList--2027 .blogCard:hover {
	box-shadow: 0 12px 36px rgba(22, 37, 62, 0.14);
	transform: translateY(-3px);
}

.blogList--2027 .blogCard-link {
	display: flex;
	flex-direction: column;
	flex: 1;
	color: var(--site-blue);
	text-decoration: none;
}

.blogList--2027 .blogCard-link:hover,
.blogList--2027 .blogCard-link:focus {
	color: var(--site-blue);
	text-decoration: none;
}

.blogList--2027 .blogCard-image {
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 12px;
	background: var(--site-bg-sand);
}

.blogList--2027 .blogCard-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.blogList--2027 .blogCard-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0 12px;
}

.blogList--2027 .blogCard-title {
	margin: 0 0 25px;
	color: var(--site-blue);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blogList--2027 .blogCard-date {
	margin: 0 0 16px;
	color: var(--site-blue);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	opacity: 0.7;
}

.blogList--2027 .blogCard-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: var(--site-blue);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.blogList--2027 .blogCard-cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--site-orange);
	font-size: 18px;
	line-height: 1;
}

.blogList--2027 .blogPagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	width: 100%;
	margin: 8px 0 0;
	padding: 28px 0 12px;
	text-align: center;
}

.blogList--2027 .blogPagination-page,
.blogList--2027 .blogPagination-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	padding: 0 14px;
	border-radius: 999px;
	color: var(--site-blue);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.blogList--2027 .blogPagination-page:hover,
.blogList--2027 .blogPagination-nav:hover {
	background: var(--site-bg-sand);
	color: var(--site-blue);
	text-decoration: none;
}

.blogList--2027 .blogPagination-page.is-active {
	background: var(--site-blue);
	color: #fff;
	box-shadow: 0 8px 20px rgba(22, 37, 62, 0.18);
}

.blogList--2027 .blogPagination-nav {
	min-width: 46px;
	padding: 0;
	color: var(--site-orange);
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
}

.blogList--2027 .blogPagination-nav:hover {
	background: var(--site-bg-sand);
	color: var(--site-orange);
}

.blogList--2027 .blogPagination-prev {
	margin-right: 4px;
}

.blogList--2027 .blogPagination-next {
	margin-left: 4px;
}

.theme2027 .tourCarousel--2027.tourCarousel--blog .blogCard {
	height: 100%;
}

.theme2027 .tourCarousel--2027.tourCarousel--blog .carousel-inner {
	background: #fff;
}

.theme2027 .tourCarousel--2027.tourCarousel--itemGallery {
	padding: 0;
	background: transparent;
}

.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__inner {
	width: min(100%, 1392px);
	padding: 56px 40px 36px;
	border-radius: 24px;
	background: var(--site-bg-sand);
	overflow: hidden;
}

.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 32px;
	text-align: center;
}

.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__title h2 {
	font-size: 48px;
	line-height: 1.2;
}

.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__intro {
	padding-top: 0;
}

.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__text {
	display: none;
}

.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__carousel,
.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__viewport,
.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__cards,
.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .carousel-item,
.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .carousel-inner {
	background: transparent;
}

@media (min-width: 768px) {
	.blogList--2027 .blogCard-title {
		font-size: 20px;
	}

	.blogList--2027 .blogList-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__inner {
		box-sizing: border-box;
		height: 620px;
		padding: 28px 0 20px;
	}

	.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__header {
		gap: 8px;
		margin-bottom: 20px;
		padding: 0 12px;
	}

	.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__title h2 {
		font-size: 28px;
	}

	.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__carousel--desktop {
		display: block;
	}

	.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__carousel--mobile {
		display: none;
	}

	.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__stage {
		--tour-carousel-peek-width: 20%;
	}

	.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__viewport {
		box-sizing: border-box;
		width: calc(100% + var(--tour-carousel-peek-width));
		padding: 0 0 10px 10px;
	}

	.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__carousel--desktop .tourCarousel__card {
		padding: 0 0 20px;
	}

	.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__carousel--desktop .tourCarousel__card.is-peek {
		opacity: 0.22;
		pointer-events: none;
	}

	.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__control--prev {
		left: 12px;
	}

	.theme2027 .tourCarousel--2027.tourCarousel--itemGallery .tourCarousel__control--next {
		right: 12px;
	}

	.blogList--2027 .blogList-grid {
		justify-items: center;
	}

	.blogList--2027 .blogCard {
		box-sizing: border-box;
		width: 300px;
		max-width: 100%;
		height: auto;
		min-height: 384px;
		padding: 0 0 32px;
	}

	.theme2027 .tourCarousel--2027.tourCarousel--blog .blogCard {
		height: auto;
		min-height: 384px;
	}

	.blogList--2027 .blogCard-image {
		width: 100%;
		height: 226px;
		margin: 0 0 12px;
		border-radius: 16px 16px 0 0;
	}

	.blogList--2027 .blogCard-image img {
		width: 100%;
		height: 226px;
		aspect-ratio: unset;
	}

	.blogList--2027 .blogCard-content {
		justify-content: flex-start;
		padding: 0 16px 2px;
	}

	.blogList--2027 .blogCard-title {
		font-size: 20px;
		line-height: 1.35;
		margin-bottom: 8px;
		min-height: calc(20px * 1.35 * 2);
	}

	.blogList--2027 .blogCard-date {
		margin-bottom: 12px;
	}

	.blogList--2027 .blogCard-cta {
		margin-top: auto;
		padding-top: 4px;
		font-size: 14px;
	}

	.blogList--2027 .blogCard-cta-icon {
		font-size: 14px;
	}
}

/* Blog gallery section (homepage / landing pages) */
.itemGallery--2027 {
	margin: 0;
	padding: 0;
	background: transparent;
}

.itemGallery--2027 > .container {
	max-width: 1392px;
}

.itemGallery--2027 .itemGallery-panel {
	padding: 40px 20px 28px;
	background: var(--site-bg-sand);
	border-radius: 24px;
	overflow: hidden;
}

.itemGallery--2027 .itemGallery-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin: 0 0 32px;
	text-align: center;
}

.itemGallery--2027 .itemGallery-title,
.itemGallery--2027 .itemGallery-title > * {
	margin: 0;
	color: var(--site-blue);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
}

.itemGallery--2027 .itemGallery-introLink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--site-blue);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.itemGallery--2027 .itemGallery-introLink a,
.itemGallery--2027 .itemGallery-introLink a:hover,
.itemGallery--2027 .itemGallery-introLink a:focus {
	color: var(--site-blue);
	text-decoration: none;
}

.itemGallery--2027 .itemGallery-introLink-icon {
	color: var(--site-orange);
	font-size: 18px;
	line-height: 1;
}

.itemGallery--2027 .itemGallery-carousel {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.itemGallery--2027 .itemGallery-splide > .splide__pagination {
	display: none !important;
}

.itemGallery--2027 .itemGallery-carousel::after {
	/*
	 * Peeking/faded fourth-card behavior paused for now.
	 * Restore this overlay if the design needs the partial card again.
	 *
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 88px;
	background: linear-gradient(90deg, rgba(246, 243, 234, 0) 0%, rgba(246, 243, 234, 0.72) 58%, var(--site-bg-sand) 100%);
	pointer-events: none;
	z-index: 2;
	 */
	display: none;
}

.itemGallery--2027 .splide__slide {
	opacity: 1;
	transition: opacity 0.3s ease;
}

/* Fade any slide that is not fully in view (the peeking card) */
/*
.itemGallery--2027 .splide__slide:not(.is-visible),
.itemGallery--2027 .splide__slide.is-peek {
	opacity: 0.38;
	pointer-events: none;
}

.itemGallery--2027 .splide__slide:not(.is-visible) .blogCard,
.itemGallery--2027 .splide__slide.is-peek .blogCard {
	box-shadow: none;
}
*/

.itemGallery--2027 .itemGallery-splide {
	position: relative;
	width: 100%;
	padding: 0 56px;
}

.itemGallery--2027 .splide.is-initialized,
.itemGallery--2027 .splide.is-active {
	visibility: visible;
}

.itemGallery--2027 .itemGallery-paginationHost {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 28px;
	margin-top: 32px;
	padding-top: 0;
}

.itemGallery--2027 .itemGallery-paginationHost .splide__pagination {
	position: static !important;
	bottom: auto !important;
	left: auto !important;
	transform: none !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: auto !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

.itemGallery--2027 .splide__track {
	overflow: hidden;
	height: 100%;
}

.itemGallery--2027 .splide__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.itemGallery--2027 .splide__slide {
	height: 100%;
	list-style: none;
}

.itemGallery--2027 .itemGallery-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: none;
	transition: none;
}

.itemGallery--2027 .itemGallery-card:hover {
	box-shadow: none;
	transform: none;
}

.itemGallery--2027 .itemGallery-card .blogCard-link {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}

.itemGallery--2027 .itemGallery-card .blogCard-image {
	flex: 0 0 auto;
	height: 286px;
	margin-bottom: 0;
}

.itemGallery--2027 .itemGallery-card .blogCard-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: unset;
	object-fit: cover;
}

.itemGallery--2027 .itemGallery-card .blogCard-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
	padding: 24px 20px 22px;
}

.itemGallery--2027 .itemGallery-card .blogCard-cta {
	margin-top: auto;
}

.itemGallery--2027 .splide__arrow {
	/* Centered on the vertical middle of the 526px cards. */
	top: 263px;
	z-index: 5;
	width: 48px;
	height: 48px;
	background: #fff;
	border: 0;
	border-radius: 999px;
	box-shadow:
		0 1px 2px rgba(22, 37, 62, 0.08),
		0 3px 10px rgba(22, 37, 62, 0.08);
	opacity: 1 !important;
	display: flex !important;
	pointer-events: auto;
	transform: translateY(-50%);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.itemGallery--2027 .splide__arrows {
	position: absolute;
	inset: 0;
	z-index: 5;
	pointer-events: none;
}

.itemGallery--2027 .splide__arrow[disabled] {
	display: flex !important;
	opacity: 1 !important;
}

.itemGallery--2027 .splide__arrow svg {
	fill: var(--site-blue);
}

.itemGallery--2027 .splide__arrow:hover {
	box-shadow:
		0 1px 3px rgba(22, 37, 62, 0.10),
		0 6px 16px rgba(22, 37, 62, 0.14);
	transform: translateY(-50%) scale(1.05);
}

.itemGallery--2027 .splide__arrow--prev {
	left: 0;
}

.itemGallery--2027 .splide__arrow--next {
	right: 0;
}

.itemGallery--2027 .splide__pagination li {
	display: inline-flex;
	margin: 0;
	line-height: 1;
}

.itemGallery--2027 .itemGallery-paginationHost .splide__pagination li {
	display: inline-flex;
}

.itemGallery--2027 .splide__pagination__page {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #d8d2c8;
	border: 0;
	border-radius: 999px;
	opacity: 1;
	transform: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.itemGallery--2027 .splide__pagination__page.is-active {
	background: var(--site-blue);
	transform: scale(1.15);
}

@media (min-width: 768px) {
	.itemGallery--2027 .itemGallery-panel {
		padding: 56px 40px 36px;
	}

	.itemGallery--2027 .itemGallery-title,
	.itemGallery--2027 .itemGallery-title > * {
		font-size: 48px;
	}

	.itemGallery--2027 .itemGallery-splide {
		padding: 0;
	}

	.itemGallery--2027 .itemGallery-carousel::after {
		width: 96px;
	}
}

@media (max-width: 767px) {
	.itemGallery--2027 > .container {
		padding-left: 0;
		padding-right: 0;
	}

	.itemGallery--2027 .itemGallery-panel {
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		height: 510px;
		padding: 28px 0 20px;
	}

	.itemGallery--2027 .itemGallery-header {
		flex-shrink: 0;
		gap: 8px;
		margin: 0 0 20px;
		padding: 0 12px;
	}

	.itemGallery--2027 .itemGallery-title,
	.itemGallery--2027 .itemGallery-title > * {
		font-size: 28px;
	}

	.itemGallery--2027 .itemGallery-carousel {
		position: relative;
		flex: 0 0 349px;
		width: 100%;
		height: 349px;
		overflow: hidden;
	}

	.itemGallery--2027 .itemGallery-splide {
		width: 100%;
		height: 349px;
		padding: 0;
	}

	.itemGallery--2027 .splide__track {
		height: 349px;
	}

	.itemGallery--2027 .itemGallery-carousel::after {
		width: 96px;
	}

	/*
	 * Peeking/faded fourth-card behavior paused for now.
	 *
	 * .itemGallery--2027 .splide__slide.is-peek {
	 * 	opacity: 0.38;
	 * }
	 */

	.itemGallery--2027 .itemGallery-card {
		box-sizing: border-box;
		width: 300px;
		height: auto;
		min-height: 384px;
		padding: 0 0 32px;
	}

	.itemGallery--2027 .itemGallery-card .blogCard-image {
		width: 100%;
		height: 226px;
		margin: 0 0 12px;
		border-radius: 10px 10px 0 0;
	}

	.itemGallery--2027 .itemGallery-card .blogCard-image img {
		width: 100%;
		height: 226px;
	}

	.itemGallery--2027 .itemGallery-card .blogCard-content {
		justify-content: flex-start;
		padding: 0 16px 2px;
	}

	.itemGallery--2027 .itemGallery-card .blogCard-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.itemGallery--2027 .itemGallery-card .blogCard-cta {
		margin-top: auto;
		padding-top: 4px;
		font-size: 14px;
	}

	.itemGallery--2027 .itemGallery-card .blogCard-cta-icon {
		font-size: 14px;
	}

	.itemGallery--2027 .splide__arrow {
		/* Bottom edge of image: 226px */
		top: 226px;
		width: 40px;
		height: 40px;
		box-shadow: 0 4px 16px rgba(22, 37, 62, 0.12);
	}

	.itemGallery--2027 .splide__arrow--prev {
		left: 20px;
	}

	.itemGallery--2027 .splide__arrow--next {
		right: 20px;
	}

	.itemGallery--2027 .splide__arrow:hover {
		transform: translateY(-50%) scale(1.03);
		box-shadow: 0 6px 18px rgba(22, 37, 62, 0.14);
	}

	.itemGallery--2027 .itemGallery-paginationHost {
		flex-shrink: 0;
		min-height: 0;
		margin-top: auto;
		padding-top: 16px;
	}
}
