:root {
	/* Global Skyview Colors */
	--skyview-navy: #10213b;
	--skyview-dark-green: #15352d;
	--skyview-dark-brown: #241906;
	--skyview-dark-burgundy: #460505;
	--skyview-gold: #ad9165;
	--skyview-beige: #ddd5d0;
	--skyview-warm-white: #fcf8f6;
}

/* Base Wrapper */
.skyview_reviews-container {
	position: relative;
	font-family: 'Hanken Grotesk', sans-serif;
	color: var(--skyview-dark-green);
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

/* Swiper Container */
.skyview_reviews-swiper {
	overflow: visible !important;
	clip-path: inset(-100vw -100vw -100vw 0);
}

.skyview_reviews-swiper .swiper-wrapper {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
}

.skyview_reviews-slide {
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-sizing: border-box;
	padding-right: 20px;
	flex-shrink: 0 !important;
}

/* Header Area */
.skyview_reviews-header {
	display: flex;
	align-items: center;
	gap: 16px;
}

.skyview_reviews-icon svg {
	width: 40px;
	height: 40px;
	display: block;
}

.skyview_reviews-score {
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	color: var(--skyview-dark-green);
}

.skyview_reviews-count {
	font-size: 14px;
	font-weight: 400;
	color: var(--skyview-dark-green);
}

/* Meta Area (Rating, Name, Date) */
.skyview_reviews-meta {
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.skyview_reviews-rating {
	font-weight: 700;
}

.skyview_reviews-name-date {
	font-weight: 400;
}

/* Review Text (Fade out effect) */
.skyview_reviews-content-wrapper {
	position: relative;
	max-height: 105px;
	overflow: hidden;
}

.skyview_reviews-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

/* The Fade-out Gradient */
.skyview_reviews-content-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: linear-gradient(to bottom, rgba(252, 248, 246, 0), var(--skyview-warm-white));
	pointer-events: none;
}

/* Navigation Arrows */
.skyview_reviews-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	position: relative;
	z-index: 10;
}

.skyview_reviews-prev,
.skyview_reviews-next {
	width: 36px;
	height: 36px;
	border: 1px solid var(--skyview-dark-green);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--skyview-dark-green);
	transition: opacity 0.3s ease;
}

.skyview_reviews-prev svg,
.skyview_reviews-next svg {
	width: 32px;
	height: 32px;
	stroke-width: 1.0;
}

.skyview_reviews-prev:hover,
.skyview_reviews-next:hover {
	opacity: 0.7;
}

.skyview_reviews-prev.swiper-button-disabled,
.skyview_reviews-next.swiper-button-disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.skyview_reviews-count-hover:hover .skyview_reviews-count {
	text-decoration: underline;
	text-underline-offset: 3px;
}



/* --- SKYVIEW DRAGGABLE GALLERY WIDGET --- */

.skyview_gallery-container {
	--g-scale: 1;
	width: 100%;
	overflow: visible; 
	font-family: 'Hanken Grotesk', sans-serif;
}

.skyview_gallery-swiper {
	overflow: visible !important; 
	width: 100%;
}

.skyview_gallery-swiper .swiper-wrapper {
	display: flex !important;
	align-items: flex-start !important;
}

.skyview_gallery-col {
	display: flex;
	flex-direction: column;
	flex-shrink: 0 !important;
	box-sizing: border-box;
	margin-right: calc(20px * var(--g-scale)) !important;
}
.skyview_gallery-col:last-child {
	margin-right: 0 !important;
}

.skyview_gallery-col-1 { 
	width: calc(420px * var(--g-scale)) !important;
	margin-top: calc(175px * var(--g-scale)); 
}

.skyview_gallery-col-2 { 
	width: calc(283px * var(--g-scale)) !important; 
	margin-top: calc(190px * var(--g-scale)); 
	gap: calc(20px * var(--g-scale));
}

.skyview_gallery-col-3 { 
	width: calc(787px * var(--g-scale)) !important; 
	margin-top: 0; 
	gap: calc(20px * var(--g-scale)); 
}

.skyview_gallery-col-4 { 
	width: calc(620px * var(--g-scale)) !important;
	margin-top: 0 !important;
	gap: calc(20px * var(--g-scale)); 
}

/* Kuvat */
.skyview_gallery-img-wrapper {
	overflow: hidden;
	width: 100%;
}

.skyview_gallery-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.skyview_gallery-img-wrapper:hover img {
	transform: scale(1.03); 
}

/* Kuvien korkeudet pysyv채t muuttumattomina */
.img-1 { height: calc(273px * var(--g-scale)); }
.img-2 { height: calc(429px * var(--g-scale)); }
.img-3 { height: calc(525px * var(--g-scale)); }
.img-4 { height: calc(366px * var(--g-scale)); }

.skyview_gallery-text {
	color: var(--skyview-dark-green);
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.skyview_gallery-container {
		--g-scale: 0.55; 
	}
	.skyview_gallery-text {
		font-size: 21px;
	}
}





/* --- SKYVIEW MENU WIDGET --- */

.skyview_menu-container {
	font-family: 'Hanken Grotesk', sans-serif;
	width: 100%;
}

.skyview_menu-list,
.skyview_menu-sublist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.skyview_menu-item {
	position: relative;
	margin-bottom: 12px;
}
.skyview_menu-item:last-child {
	margin-bottom: 0;
}

.skyview_menu-sublist li {
	margin-bottom: 4px; 
}
.skyview_menu-sublist li:last-child {
	margin-bottom: 0;
}

.skyview_menu-link,
.skyview_menu-link:visited,
.skyview_menu-link:active {
	color: var(--skyview-warm-white);
	text-decoration: none;
}
.skyview_menu-sublink,
.skyview_menu-sublink:visited,
.skyview_menu-sublink:active {
	color: var(--skyview-gold);
	text-decoration: none;
}
.skyview_menu-link, 
.skyview_menu-sublink {
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

.skyview_menu-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 30px;
	font-size: 42px;
	font-weight: 600;
	transition: color 0.3s ease;
	position: relative;
	z-index: 10;
}

.skyview_menu-arrow svg {
	width: 36px;
	height: 36px;
	display: block;
	transition: transform 0.3s ease;
}

.skyview_menu-arrow {
	transform: rotate(90deg);
}

.skyview_menu-sublink {
	font-size: 22px;
	font-weight: 400;
	transition: color 0.3s ease;
	display: inline-block;
}

/* --- DESKTOP (Yli 768px) --- */
@media (min-width: 769px) {
	.skyview_menu-item:hover > .skyview_menu-link,
	.skyview_menu-link:focus {
		color: var(--skyview-gold);
	}
	
	.skyview_menu-item:hover > .skyview_menu-link .skyview_menu-arrow {
		transform: rotate(0deg);
	}

	.skyview_menu-sublist {
		position: absolute;
		left: 0; 
		padding-left: var(--menu-offset); 
		top: 50%;
		transform: translateY(-50%);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		pointer-events: none;
		white-space: nowrap;
		z-index: 5;
	}

	.skyview_menu-item:hover > .skyview_menu-sublist {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.skyview_menu-sublink:hover,
	.skyview_menu-sublink:focus {
		color: var(--skyview-gold) !important;
		text-decoration: underline;
		text-underline-offset: 6px;
	}
}

/* --- MOBILE (Alle 768px) --- */
@media (max-width: 768px) {
	.skyview_menu-item {
		margin-bottom: 6px;
	}

	.skyview_menu-link {
		font-size: 24px;
	}
	
	.skyview_menu-link:focus {
		color: var(--skyview-warm-white);
	}

	.skyview_menu-sublist {
		display: none;
		padding-top: 10px;
		padding-bottom: 5px;
	}

	.skyview_menu-sublink {
		font-size: 18px;
	}

	.skyview_menu-sublink:active,
	.skyview_menu-sublink:focus {
		color: var(--skyview-gold) !important;
	}

	.skyview_menu-item.is-open > .skyview_menu-link,
	.skyview_menu-item.is-open > .skyview_menu-link:focus {
		color: var(--skyview-gold);
	}

	.skyview_menu-item.is-open > .skyview_menu-link .skyview_menu-arrow {
		transform: rotate(-90deg);
	}
}







/* --- SKYVIEW MEDIA CAROUSEL WIDGET --- */

.skyview_media_carousel-container {
	font-family: 'Hanken Grotesk', sans-serif;
	width: 100%;
	overflow: visible;
}

.skyview_media_carousel-swiper {
	overflow: visible !important;
	width: 100%;
}

.skyview_media_carousel-swiper .swiper-wrapper {
	display: flex !important;
	align-items: flex-start !important;
}

.skyview_media_carousel-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-shrink: 0 !important;
	box-sizing: border-box;
	width: 492px !important;
	margin-right: 20px !important;
	padding-top: 80px;
}

.skyview_media_carousel-slide:last-child {
	margin-right: 0 !important;
}

.skyview_media_carousel-text {
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 5;
	color: var(--skyview-warm-white);
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.skyview_media_carousel-media-wrapper {
	position: relative;
	width: 100%;
	height: 738px;
	overflow: hidden;
}

.skyview_media_carousel-media-wrapper img,
.skyview_media_carousel-media-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.skyview_media_carousel-play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10;
	transition: opacity 0.3s ease;
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
}

.skyview_media_carousel-play-overlay:hover {
	opacity: 0.7;
}

.skyview_media_carousel-media-wrapper.is-playing .skyview_media_carousel-play-overlay {
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 768px) {
	.skyview_media_carousel-slide {
		margin-right: 13px !important;
		width: 75vw !important;
	}
	
	.skyview_media_carousel-media-wrapper {
		height: calc(75vw * 1.5);
	}

	.skyview_media_carousel-text {
		font-size: 24px;
		top: 40px; 
		left: 25px;
	}
}




/* --- SKYVIEW ACCORDION GALLERY WIDGET --- */

.skyview_accordion-container {
	display: flex;
	justify-content: center; 
	align-items: center;
	
	width: 100% !important;
	height: 526px;
	overflow: visible;
	position: relative;
}

.skyview_accordion-item {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	width: 350px !important; 
	flex-shrink: 0 !important;
	margin-right: 20px; 
	transition: width 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.skyview_accordion-item:last-child {
	margin-right: 0;
}

.skyview_accordion-item.is-active {
	width: 789px !important;
}

.skyview_accordion-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.skyview_accordion-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.skyview_accordion-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 33, 59, 0.15);
	z-index: 2;
	transition: background-color 0.5s ease;
}

.skyview_accordion-item:hover .skyview_accordion-overlay {
	background-color: rgba(16, 33, 59, 0.05);
}

.skyview_accordion-text {
	position: relative;
	z-index: 3;
	font-family: 'Ciclo Display', serif;
	color: var(--skyview-warm-white);
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1;
	padding: 20px;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.skyview_accordion-container {
		display: flex;
		flex-direction: column;
		gap: 13px;
		height: auto; 
		max-height: none;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw !important;
		max-width: 100vw !important;
		
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		overflow: hidden;
	}
	
	.skyview_accordion-item,
	.skyview_accordion-item.is-active {
		width: 100vw !important;
		max-width: 100vw !important;
		
		height: calc(100vw / 1.5) !important; 
		min-height: 220px;
		
		flex: none !important; 
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.skyview_accordion-bg,
	.skyview_accordion-bg img {
		width: 100% !important;
		height: 100% !important;
	}
	
	.skyview_accordion-text {
		font-size: 26px;
		padding: 15px;
		white-space: normal; 
	}
}





/* --- SKYVIEW FOLDER GALLERY WIDGET --- */

.skyview_fg-container {
	width: 100%;
	position: relative;
}

.skyview_fg-grid {
	display: grid;
	grid-template-columns: repeat(2, 11fr);
	gap: 20px;
}

.skyview_fg-card {
	position: relative;
	width: 100%;
	height: 380px;
	cursor: pointer;
	overflow: hidden;
}

.skyview_fg-card-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center center;
	display: block;
	border-radius: 0px;
	transition: transform 0.5s ease;
}

.skyview_fg-card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	z-index: 2;
	transition: background 0.3s ease;
}

.skyview_fg-card:hover .skyview_fg-card-img {
	transform: scale(1.04);
}
.skyview_fg-card:hover .skyview_fg-card-overlay {
	background: rgba(0, 0, 0, 0.35);
}

.skyview_fg-card-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	margin: 0;
	padding: 0;
	color: var(--skyview-warm-white);
	font-family: 'Ciclo Display', sans-serif;
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	width: 90%;
	letter-spacing: 1px;
}

.skyview_fg-single-view {
	width: 100%;
	animation: skyviewFadeIn 0.4s ease forwards;
}

.skyview_fg-view-title {
	font-family: 'Ciclo Display', sans-serif;
	font-size: 32px;
	color: var(--skyview-dark-green);
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.skyview_fg-masonry {
	column-count: 3;
	column-gap: 20px;
	width: 100%;
}

.skyview_fg-masonry-item {
	break-inside: avoid;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	background-color: rgba(21, 53, 45, 0.05);
}

.skyview_fg-masonry-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0px !important;
	transition: transform 0.4s ease;
}
.skyview_fg-masonry-item:hover img {
	transform: scale(1.02);
}

.skyview_fg-bottom-back-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 40px;
}

.skyview_fg-back-btn {
	background: none;
	border: none !important;
	padding: 0;
	margin-bottom: 20px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--skyview-dark-green);
	font-family: 'Hanken Grotesk', sans-serif;
	font-size: 14px;
	font-weight: 400;
	transition: opacity 0.2s ease;
}
.skyview_fg-back-btn:hover {
	color: var(--skyview-gold);
}
.skyview_fg-back-btn svg {
	width: 16px;
	height: 16px;
}

.skyview_fg-bottom-back-btn {
	padding: 10px 36px;
	border: 1px solid var(--skyview-dark-green) !important;
	color: var(--skyview-dark-green);
	background-color: transparent;
	border-radius: 50px;
	font-size: 22px;
	font-weight: 400;
	transition: all 0.3s ease;
}
.skyview_fg-bottom-back-btn:hover {
	background-color: var(--skyview-dark-green) !important;
	color: var(--skyview-warm-white) !important;
}

@keyframes skyviewFadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
	.skyview_fg-masonry {
		column-count: 2;
	}
}

@media (max-width: 768px) {
	.skyview_fg-grid {
		grid-template-columns: 1fr;
		gap: 13px;
	}
	
	.skyview_fg-card {
		height: 280px;
	}

	.skyview_fg-card-title {
		font-size: 26px;
	}

	.skyview_fg-masonry {
		column-count: 1;
		column-gap: 13px;
	}

	.skyview_fg-masonry-item {
		margin-bottom: 13px;
	}
	
	.skyview_fg-bottom-back-btn {
		font-size: 18px !important;
	}
}




/* ==============================================
   Skyview Features Widget
============================================== */

.skyview-features-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
	gap: 0;
}

.skyview-features-item {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 15px;
	position: relative;
}

.skyview-features-item:first-child {
	padding-left: 0;
}

.skyview-features-item:last-child {
	padding-right: 0;
}

.skyview-features-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 12.5%; 
	height: 75%;
	width: 1px;
	background-color: var(--skyview-gold);
	opacity: 0.6;
}

.skyview-features-icon {
	margin-bottom: 20px;
	color: var(--skyview-gold);
	display: flex;
	align-items: center;
	justify-content: center;
}

.skyview-features-icon svg {
	fill: currentColor;
	transition: all 0.3s ease;
}

.skyview-features-heading {
	color: var(--skyview-gold);
	margin: 0 0 12px 0;
}

.skyview-features-description {
	color: var(--skyview-warm-white);
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 1024px) {
	.skyview-features-wrapper {
		flex-wrap: wrap;
		gap: 40px 0;
	}
	.skyview-features-item {
		flex: 1 1 33.333%;
	}
	.skyview-features-item:first-child,
	.skyview-features-item:last-child {
		padding: 0 15px;
	}
	.skyview-features-item::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.skyview-features-item,
	.skyview-features-item:first-child,
	.skyview-features-item:last-child {
		flex: 1 1 50%;
		padding: 0; 
	}
}