@import "../css/fonts.css";
@import "../css/layout.css";
@import "../css/button.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

:root {
	--green: #2ecc40;
	--body: clamp(1rem, 0.833vw, 0.833vw);
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

section {
	position: relative;
}

.text-green {
	color: var(--green);
}

/* Global */
.section-title {
	position: relative;
	width: fit-content;
}

.section-title:before {
	content: "";
	position: absolute;
	width: 60%;
	height: clamp(5px, 0.26vw, 0.26vw);
	background-color: var(--green);
	bottom: 0;
	right: 0;
	transform: translate(35%, 200%);
}

/*  */
.homepage .hero-banner {
	display: grid;
	place-content: center;
	text-align: center;
	padding: 0 30px;
	aspect-ratio: 1920 / 1080;
}

.homepage .hero-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	background: linear-gradient(to bottom, white 0%, transparent 85%);
	z-index: 0;
	pointer-events: none;
}

.homepage .hero-banner .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center;
	z-index: -1;
}

.homepage .hero-banner .middle-content {
	max-width: 56.82vw;
	position: relative;
	z-index: 10;
}

.homepage .hero-banner .description {
	font-size: clamp(1.4rem, 1.25vw, 1.25vw);
	font-weight: 400;
}

/* Featured Section */
.featured-items {
	padding: clamp(100px, 7.29vw, 7.29vw) clamp(30px, 5.21vw, 5.21vw);
}

.featured-items:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2025/08/green-top-decor.svg) center center no-repeat;
	width: 100%;
	height: 100%;
	background-position: top;
	background-size: contain;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.featured-items .featured-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(1.2rem, 1.15vw, 1.15vw);
}

.featured-items .featured-grid .featured-card {
	position: relative;
	width: 100%;
	aspect-ratio: 365 / 450;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	text-decoration: none !important;
	border-radius: clamp(1rem, 1.15vw, 1.15vw);
	overflow: clip;
}

.featured-items .featured-grid .featured-card:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #222222, #22222200);
	z-index: 0;
	pointer-events: none;
}

.featured-items .featured-grid .featured-card:after {
	content: "";
	position: absolute;
	top: clamp(1rem, 1.82vw, 1.82vw);
	right: clamp(1rem, 1.82vw, 1.82vw);
	width: clamp(2rem, 2.08vw, 2.08vw);
	height: auto;
	background: url(/wp-content/uploads/2025/08/green-button-big.png) center center no-repeat;
	background-size: contain;
	z-index: 0;
	pointer-events: none;
	aspect-ratio: 1;
}

.featured-items .featured-grid .featured-card .inner {
	padding: clamp(1.4rem, 2.08vw, 2.08vw) clamp(1rem, 1.88vw, 1.88vw);
}

.featured-items .featured-grid .featured-card .featured-image {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	transition: 0.45s ease-in-out;
}

.featured-items .featured-grid .featured-card:hover .featured-image {
	transform: scale(1.05);
}

.featured-items .featured-grid .featured-card .featured-title {
	position: relative;
	font-family: "Urbanist";
	font-weight: 500;
	color: white !important;
	font-size: clamp(1.8rem, 1.67vw, 1.67vw);
	z-index: 5;
	margin: 0 !important;
}

/* What to do section */
.what-to-do-section .what-to-do-posts {
	background: #122023;
	padding: clamp(1.8rem, 2.08vw, 2.08vw) clamp(30px, 5.21vw, 5.21vw) clamp(80px, 6.25vw, 6.25vw);
}

.what-to-do-section .banner {
	position: relative;
	width: -webkit-fill-available;
	padding: 0 clamp(30px, 5.21vw, 5.21vw);
}

.what-to-do-section .banner .inner {
	position: relative;
	width: -webkit-fill-available;
	border-radius: clamp(1rem, 0.833vw, 0.833vw);
	overflow: clip;
}

.what-to-do-section .banner:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #122023;
	width: 100%;
	height: 50%;
}

.what-to-do-section .banner .inner:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 1;
}

.what-to-do-section .banner .inner .banner-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.what-to-do-section .banner .inner .banner-content {
	position: relative;
	z-index: 10;
	max-width: 28.65vw;
	text-align: center;
	margin: auto;
	padding: clamp(3rem, 5.21vw, 5.21vw) 30px;
}

.what-to-do-section .banner .inner .banner-content .banner-title {
	font-size: clamp(2rem, 3.33vw, 3.33vw);
	font-weight: 500;
	color: white;
	font-family: "Urbanist";
	margin-bottom: 1rem;
	line-height: 1.1;
}

.what-to-do-section .banner .inner .banner-content .banner-description {
	font-size: clamp(1rem, 0.83vw, 0.83vw);
	color: white;
	font-weight: 300;
}

.what-to-do-section .what-to-do-posts .what-to-do-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(1.2rem, 1.04vw, 1.04vw);
}

.what-to-do-section .what-to-do-posts .what-to-do-list .what-to-do-item {
	display: flex;
	background: white;
	border-radius: clamp(1rem, 0.833vw, 0.833vw);
	overflow: clip;
}

.what-to-do-section .what-to-do-posts .what-to-do-list .what-to-do-item > * {
	position: relative;
	flex: 1;
}

.what-to-do-section .what-to-do-posts .what-to-do-list .what-to-do-item .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.what-to-do-section .what-to-do-posts .what-to-do-list .what-to-do-item .what-to-do-category {
	width: fit-content;
	position: absolute;
	top: 6%;
	left: 6%;
}

.what-to-do-section .what-to-do-posts .what-to-do-list .what-to-do-item .what-to-do-category span {
	padding: clamp(4px, 0.31vw, 0.31vw) clamp(0.85rem, 0.833vw, 0.833vw);
	line-height: 1;
	background: white;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.what-to-do-section .what-to-do-posts .what-to-do-list .what-to-do-item .what-to-do-category span[data-category="adventures"] {
	background: var(--green);
	color: white !important;
}

.what-to-do-section .what-to-do-posts .what-to-do-list .what-to-do-item .content .inner {
	display: flex;
	flex-direction: column;
	padding: clamp(1.2rem, 1.56vw, 1.56vw) clamp(1.6rem, 2.34vw, 2.34vw);
	height: -webkit-fill-available;
}

.what-to-do-section .what-to-do-posts .what-to-do-list .what-to-do-item .content .what-to-do-title {
	font-size: clamp(1.2rem, 1.25vw, 1.25vw);
	font-family: "Urbanist";
	font-weight: 600;
	margin-bottom: clamp(0.6rem, 0.52vw, 0.52vw);
}

.what-to-do-section .what-to-do-posts .what-to-do-list .what-to-do-item .content .what-to-do-excerpt {
	font-size: clamp(12px, 0.73vw, 0.73vw);
	font-weight: 400;
	flex-grow: 1;
}

.what-to-do-section .what-to-do-posts .view-more {
	display: grid;
	place-content: center;
	margin-top: clamp(2rem, 2.6vw, 2.6vw);
}

/* Stories Section */
.stories-section {
	padding: clamp(60px, 6.25vw, 6.25vw) clamp(30px, 5.21vw, 5.21vw) clamp(30px, 3.5vw, 3.5vw);
}

.stories-section:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2025/08/green-bottom-decor.svg) center center no-repeat;
	width: 100%;
	height: 100%;
	background-position: bottom;
	background-size: contain;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.stories-section .stories-item {
	position: relative;
	height: auto;
	aspect-ratio: 1;
	overflow: clip;
	border-radius: clamp(1rem, 0.833vw, 0.833vw);
	display: flex !important;
	flex-direction: column;
	justify-content: flex-end;
	text-decoration: none !important;
}

.stories-section .stories-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #121212, transparent);
	z-index: 2;
}

.stories-section .stories-item .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stories-section .stories-item .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stories-section .stories-item .content {
	position: relative;
	z-index: 10;
}

.stories-section .stories-item .content .inner {
	padding: clamp(1.3rem, 1.56vw, 1.56vw);
}

.stories-section .stories-item .content .stories-title {
	color: white;
	font-size: clamp(1.5rem, 1.67vw, 1.67vw);
	font-family: "Urbanist";
	line-height: 1;
	position: relative;
	margin-bottom: clamp(0.5rem, 0.52vw, 0.52vw);
	padding-bottom: clamp(0.5rem, 0.52vw, 0.52vw);
}

.stories-section .stories-item .content .stories-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: white;
}

.stories-section .stories-item .content .stories-date {
	font-size: clamp(12px, 0.73vw, 0.73vw);
	text-align: right;
	color: white;
	font-weight: 300;
}

.stories-section .view-more {
	margin-top: clamp(2rem, 2.6vw, 2.6vw);
	display: grid;
	place-content: center;
}

.stories-section .slick-slide {
	margin: 0 clamp(8px, 0.42vw, 0.42vw);
}

.stories-section .stories-list .slick-arrow {
	appearance: none !important;
	border: 0;
	background: transparent;
	display: flex;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	margin: auto;
	width: clamp(40px, 2.6vw, 2.6vw);
	height: clamp(40px, 2.6vw, 2.6vw);
	cursor: pointer;
}

.stories-section .stories-list .slick-arrow.slick-prev {
	left: 0;
	transform: translateX(-50%);
}

.stories-section .stories-list .slick-arrow.slick-next {
	right: 0;
	transform: translateX(50%);
}

@media (max-width: 1024px) {
	.homepage .hero-banner {
		aspect-ratio: 1024 / 960;
	}
}

@media (max-width: 969px) {
}

@media (max-width: 767px) {
	.homepage .hero-banner {
		aspect-ratio: 767/ 1024;
	}

	.homepage .hero-banner .middle-content {
		max-width: 90%;
	}
}

@media (max-width: 565px) {
	.homepage .hero-banner {
		aspect-ratio: 1080/ 1920;
	}
}
