.gs-home-ocean-day-block {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: clamp(7.5rem, 12vw, 10rem) 0 clamp(7.5rem, 12vw, 10rem);
	background: var(--gs-color-neutral-900, #0a3d5c);
	color: var(--gs-color-neutral-0, #fff);
	isolation: isolate;
}

.gs-home-ocean-day-block::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse at 50% 56%, rgba(53, 183, 175, 0.1) 0%, rgba(53, 183, 175, 0) 48%),
		radial-gradient(ellipse at 22% 18%, rgba(254, 193, 13, 0.06) 0%, rgba(254, 193, 13, 0) 42%);
	animation: gs-home-ocean-day-shimmer 9s ease-in-out infinite alternate;
}

.gs-home-ocean-day-block__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.gs-home-ocean-day-block__bg-image {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.gs-home-ocean-day-block__bg-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gs-home-ocean-day-block__bg-overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 50% 52%, rgba(10, 61, 92, 0.06) 0%, rgba(10, 61, 92, 0.12) 100%),
		linear-gradient(180deg, rgba(8, 52, 79, 0.14) 0%, rgba(8, 52, 79, 0.04) 40%, rgba(8, 52, 79, 0.02) 70%, transparent 100%);
	transition: opacity 500ms ease;
}

@media (hover: hover) and (pointer: fine) {
	.gs-home-ocean-day-block:hover .gs-home-ocean-day-block__bg-overlay {
		opacity: 0.7;
	}
}

.gs-home-ocean-day-block__ambient {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse at 30% 20%, rgba(53, 183, 175, 0.08) 0%, transparent 52%),
		radial-gradient(ellipse at 70% 80%, rgba(254, 193, 13, 0.06) 0%, transparent 50%);
	animation: gs-home-ocean-day-shimmer 8s ease-in-out infinite alternate;
}

.gs-home-ocean-day-block__fade-top,
.gs-home-ocean-day-block__fade-bottom {
	position: absolute;
	left: 0;
	right: 0;
	height: clamp(150px, 13vw, 185px);
	z-index: 2;
	pointer-events: none;
}

.gs-home-ocean-day-block__fade-top {
	top: 0;
	height: clamp(160px, 16vw, 240px);
	background: linear-gradient(
		180deg,
		#ffffff 0%,
		rgba(255, 255, 255, 0.95) 22%,
		rgba(255, 255, 255, 0.7) 48%,
		rgb(255 255 255 / 0%) 72%,
		transparent 100%
	);
}

.gs-home-ocean-day-block__fade-bottom {
	bottom: 0;
	height: clamp(200px, 20vw, 300px);
	background: linear-gradient(
		0deg,
		#ffffff 0%,
		rgba(255, 255, 255, 0.88) 15%,
		rgba(255, 255, 255, 0.55) 38%,
		rgba(255, 255, 255, 0.22) 65%,
		rgba(255, 255, 255, 0.06) 85%,
		transparent 100%
	);
}

.gs-home-ocean-day-block__shell {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 74rem;
	justify-self: stretch;
	align-self: stretch;
	margin: 0 auto;
	padding-inline: clamp(1rem, 2.4vw, 1.55rem);
	display: grid;
	gap: clamp(1.4rem, 2.55vw, 2.35rem);
}

.gs-home-ocean-day-block__header {
	display: grid;
	justify-items: center;
	gap: clamp(0.42rem, 0.8vw, 0.72rem);
	max-width: none;
	margin: 0 auto 0;
	text-align: center;
}

.gs-home-ocean-day-block__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.85em;
	margin: 0;
	font-family: var(--gs-font-body);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.95);
	text-transform: uppercase;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.45);
}

.gs-home-ocean-day-block__eyebrow::before,
.gs-home-ocean-day-block__eyebrow::after {
	content: '';
	flex: 0 0 3.5rem;
	height: 1px;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}

.gs-home-ocean-day-block__eyebrow::before {
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.75));
}

.gs-home-ocean-day-block__eyebrow::after {
	background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.75));
}

.gs-home-ocean-day-block__title {
	margin: 0;
	font-family: var(--gs-font-heading);
	font-size: clamp(2.2rem, 5vw, 3.5rem);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -0.01em;
	text-transform: none;
	text-wrap: balance;
	white-space: normal;
	max-width: 100%;
	color: #F7F4EE;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.gs-home-ocean-day-block__title-accent {
	display: inline-block;
	white-space: nowrap;
	font-weight: 600;
	color: #fec10d;
}

.gs-home-ocean-day-block__body {
	display: grid;
	gap: 0.42rem;
	max-width: 39rem;
}

.gs-home-ocean-day-block__body p {
	margin: 0;
	font-size: clamp(0.94rem, 0.98vw, 1.03rem);
	line-height: 1.56;
	color: rgba(255, 255, 255, 0.9);
}

.gs-home-ocean-day-block__body p:first-child {
	font-size: clamp(0.98rem, 1.05vw, 1.08rem);
	font-weight: 600;
	line-height: 1.42;
	color: var(--gs-color-neutral-0, #fff);
}

.gs-home-ocean-day-block__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	align-self: center;
	padding: 0.84rem 1.4rem;
	border-radius: 9999px;
	background: linear-gradient(135deg, var(--gs-color-brand, #fec10d), #e07a00);
	box-shadow: 0 4px 18px rgba(254, 193, 13, 0.18);
	color: var(--gs-color-neutral-0, #fff);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.gs-home-ocean-day-block__cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(254, 193, 13, 0.28);
	filter: brightness(1.02);
	text-decoration: none !important;
}

.gs-home-ocean-day-block__cards {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 75rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.6rem;
	margin: 0 auto;
}

/* ── Card — perspective container ── */

.gs-home-ocean-day-block__card {
	position: relative;
	min-width: 0;
	aspect-ratio: 2.9 / 4.5;
	border-radius: 22px;
	perspective: 1100px;
	box-shadow:
		0 18px 42px rgba(0, 0, 0, 0.22),
		0 16px 34px rgba(4, 28, 48, 0.1),
		0 0 0 1px rgba(255, 255, 255, 0.12);
	cursor: pointer;
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.gs-home-ocean-day-block__card--featured {
	transform: translateY(-2px);
}

@media (hover: hover) {
	.gs-home-ocean-day-block__card:hover {
		transform: translateY(-8px);
		box-shadow:
			0 26px 62px rgba(0, 0, 0, 0.28),
			0 0 36px rgba(53, 183, 175, 0.12);
	}
}

/* ── Card inner — 3D flip stage ── */

.gs-home-ocean-day-block__card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 680ms cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}

@media (hover: hover) {
	.gs-home-ocean-day-block__card:hover .gs-home-ocean-day-block__card-inner {
		transform: rotateY(180deg);
	}
}

.gs-home-ocean-day-block__card:focus-within .gs-home-ocean-day-block__card-inner,
.gs-home-ocean-day-block__card.is-flipped .gs-home-ocean-day-block__card-inner {
	transform: rotateY(180deg);
}

/* ── Card faces — shared ── */

.gs-home-ocean-day-block__card-face {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-radius: 22px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* ── Front face ── */

.gs-home-ocean-day-block__card-face--front {
	z-index: 2;
}

/* ── Back face ── */

.gs-home-ocean-day-block__card-face--back {
	transform: rotateY(180deg);
}

/* ── Image container ── */

.gs-home-ocean-day-block__card-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

/* ── Card images ── */

.gs-home-ocean-day-block__card-image,
.gs-home-ocean-day-block__card-fallback {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1);
	transition: transform 600ms ease;
	filter: brightness(1.06) saturate(1.14);
}

@media (hover: hover) {
	.gs-home-ocean-day-block__card:hover .gs-home-ocean-day-block__card-image,
	.gs-home-ocean-day-block__card:hover .gs-home-ocean-day-block__card-fallback {
		transform: scale(1.08);
	}
}

.gs-home-ocean-day-block__card-fallback {
	background:
		linear-gradient(180deg, rgba(10, 61, 92, 0.4) 0%, rgba(10, 61, 92, 0.92) 100%),
		radial-gradient(circle at 30% 18%, rgba(53, 183, 175, 0.2) 0%, transparent 42%),
		linear-gradient(135deg, #1f739c 0%, #0a3d5c 52%, #0f5b7a 100%);
}

/* ── Bottom gradient overlay (front) ── */

.gs-home-ocean-day-block__card-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(to top, rgb(4 18 28 / 79%) 0%, rgb(4 18 28 / 77%) 28%, rgb(4 18 28 / 0%) 54%, transparent 72%);
}

/* ── Front face content ── */

.gs-home-ocean-day-block__card-front-body {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.48rem;
	padding: 1.8rem 1.8rem 1.7rem;
	color: var(--gs-color-neutral-0, #fff);
}


/* ── Flip hint (top-right of front) ── */

.gs-home-ocean-day-block__card-flip-hint {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 3;
	width: 2.2rem;
	height: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.24);
	backdrop-filter: blur(8px);
	color: rgba(255, 255, 255, 0.85);
	pointer-events: none;
	animation: gs-flip-hint-pulse 2.8s ease-in-out infinite;
}

.gs-home-ocean-day-block__card-flip-hint svg {
	display: block;
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
}

@media (hover: hover) {
	.gs-home-ocean-day-block__card:hover .gs-home-ocean-day-block__card-flip-hint {
		opacity: 0;
		transition: opacity 180ms ease;
	}
}

@keyframes gs-flip-hint-pulse {
	0%, 100% { opacity: 0.55; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.1); }
}

/* ── Shared typography ── */

.gs-home-ocean-day-block__card-summary {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	color: rgba(255, 255, 255, 0.76);
	text-transform: none;
}

.gs-home-ocean-day-block__card-price {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: baseline;
	margin: 0;
}

.gs-home-ocean-day-block__card-price-prefix {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	color: rgba(255, 255, 255, 0.78);
	text-transform: uppercase;
}

.gs-home-ocean-day-block__card-price-value {
	font-size: 1.14rem;
	font-weight: 800;
	line-height: 1;
	color: var(--gs-color-brand, #fec10d);
}

.gs-home-ocean-day-block__card-title {
	margin: 0;
	font-family: var(--gs-font-heading);
	font-size: clamp(1.5rem, 1.35vw, 1.9rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0.01em;
	color: var(--gs-color-neutral-0, #fff);
	text-transform: uppercase;
	text-wrap: balance;
	text-shadow:
		0 1px 8px rgba(0, 0, 0, 0.6),
		0 1px 3px rgba(0, 0, 0, 0.45),
		0 2px 20px rgba(0, 0, 0, 0.55),
		0 0 40px rgba(254, 193, 13, 0.14);
}

.gs-home-ocean-day-block__card-text {
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.gs-home-ocean-day-block__card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0.12rem 0 0;
	padding: 0;
	list-style: none;
}

.gs-home-ocean-day-block__card-tags li {
	padding: 0.3rem 0.66rem;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.98);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	backdrop-filter: blur(8px);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.gs-home-ocean-day-block__card-cover-link {
	display: none;
}

@media (hover: hover) and (pointer: fine) {
	.gs-home-ocean-day-block__card-cover-link {
		display: block;
		position: absolute;
		inset: 0;
		z-index: 1;
		border-radius: 22px;
		outline: none;
	}

	.gs-home-ocean-day-block__card-front-body {
		pointer-events: none;
	}

	.gs-home-ocean-day-block__card-link {
		pointer-events: auto;
	}
}

.gs-home-ocean-day-block__card-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	width: fit-content;
	margin-top: 0.45rem;
	padding: 0.72rem 1rem;
	border-radius: 9999px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: linear-gradient(135deg, rgba(254, 193, 13, 0.98), rgba(231, 149, 24, 0.94));
	color: var(--gs-color-neutral-0, #fff);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	box-shadow: 0 12px 28px rgba(254, 193, 13, 0.22);
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, border-color 180ms ease;
}


.gs-home-ocean-day-block__card-link:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 30px rgba(254, 193, 13, 0.26);
	filter: brightness(1.04);
	text-decoration: none !important;
}

.gs-home-ocean-day-block__card-link svg {
	display: block;
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
}

.gs-home-ocean-day-block__empty {
	position: relative;
	z-index: 3;
	display: grid;
	gap: 0.35rem;
	max-width: 38rem;
	margin: 0 auto;
	padding: 1.15rem 1.25rem;
	border: 1px dashed rgba(255, 255, 255, 0.22);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
}

.gs-home-ocean-day-block__empty-title {
	margin: 0;
	font-family: var(--gs-font-heading);
	font-size: 1rem;
	font-weight: 800;
	color: var(--gs-color-neutral-0, #fff);
}

.gs-home-ocean-day-block__empty-text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.8);
}

@keyframes gs-home-ocean-day-shimmer {
	0% {
		opacity: 0.48;
		transform: translate3d(0, 0, 0);
	}

	100% {
		opacity: 0.9;
		transform: translate3d(0, -0.35rem, 0);
	}
}

@media (max-width: 1199px) {
	.gs-home-ocean-day-block__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 46rem;
	}
}

@media (max-width: 767px) {
	.gs-home-ocean-day-block {
		padding: clamp(3.8rem, 10vw, 4.8rem) 0 clamp(4rem, 10vw, 5.4rem);
	}

	.gs-home-ocean-day-block__fade-top,
	.gs-home-ocean-day-block__fade-bottom {
		height: 145px;
	}

	.gs-home-ocean-day-block__shell {
		gap: 1.1rem;
		padding-inline: 0.9rem;
	}

	.gs-home-ocean-day-block__header {
		gap: 0.5rem;
	}

	.gs-home-ocean-day-block__eyebrow {
		font-size: 0.625rem;
		letter-spacing: 0.20em;
	}

	.gs-home-ocean-day-block__title {
		font-size: 2.125rem;
		line-height: 1.04;
		letter-spacing: 0;
		text-wrap: balance;
	}

	.gs-home-ocean-day-block__cards {
		grid-template-columns: 1fr;
		max-width: none;
		gap: 1rem;
	}

	.gs-home-ocean-day-block__card {
		aspect-ratio: 0.78;
		border-radius: 1.35rem;
	}

	.gs-home-ocean-day-block__card-face {
		border-radius: 1.35rem;
	}

	.gs-home-ocean-day-block__card-front-body {
		padding: 1.2rem 1.1rem 1.15rem;
		gap: 0.42rem;
	}

	.gs-home-ocean-day-block__card-back-body {
		padding: 1.5rem 1.2rem 1.4rem;
	}

	.gs-home-ocean-day-block__card-title {
		font-size: 1.6rem;
		line-height: 1.05;
	}

	.gs-home-ocean-day-block__card-text {
		font-size: 0.94rem;
		line-height: 1.45;
		-webkit-line-clamp: 4;
	}

	.gs-home-ocean-day-block__card-price-value {
		font-size: 1.08rem;
	}

	.gs-home-ocean-day-block__card-link {
		padding: 0.78rem 1rem;
		font-size: 0.78rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gs-home-ocean-day-block::before,
	.gs-home-ocean-day-block__ambient,
	.gs-home-ocean-day-block__card-image,
	.gs-home-ocean-day-block__card-fallback,
	.gs-home-ocean-day-block__card,
	.gs-home-ocean-day-block__card-inner,
	.gs-home-ocean-day-block__card-flip-hint,
	.gs-home-ocean-day-block__cta,
	.gs-home-ocean-day-block__card-link {
		animation: none;
		transition: none;
	}
}
