:root {
	--bg: #0b0f14;
	--card: #121924;
	--muted: #8a95a6;
	--text: #e6edf6;
	--accent: #31a7ff;
	--accent-2: #6ce0ff;
	--danger: #ff5a7a;
	--ok: #2ecc71;
	--ring: rgba(49, 167, 255, 0.5);
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
	margin: 0;
	background: radial-gradient(1200px 600px at 70% -10%, rgba(49, 167, 255, 0.15), transparent 40%), var(--bg);
	color: var(--text);
	font: 400 16px/1.6 system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.container {
	width: min(1100px, 92%);
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 10;
	background: rgba(11, 15, 20, 0.7);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 0;
	position: relative;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }

.brand img {
	height: 110px;
	width: auto;
	display: block;
	/* Remove the card-style box to blend into the header */
	background: transparent;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	border: 0;
	opacity: 0.9;
	filter: saturate(90%) brightness(0.95);
	transition: opacity 0.2s ease, filter 0.2s ease;
}
.brand:hover img { opacity: 1; filter: none; }
.brand .title { font-weight: 700; letter-spacing: 0.2px; }
.site-nav { display: flex; align-items: center; gap: 14px; }
.site-nav a { color: var(--text); text-decoration: none; opacity: 0.9; }
.site-nav a:hover { opacity: 1; }

/* Centered deal badge in header */
.site-deal {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* Large, clear white text (not a button) */
	background: transparent;
	color: #fff;
	padding: 0;
	border-radius: 0;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.35);
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.12);
	background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
	color: var(--text);
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover { transform: translateY(-1px); border-color: rgba(255,255,255,0.25); text-decoration: none; }
.btn:focus { text-decoration: none; }
.btn:focus-visible { outline: 0; box-shadow: 0 0 0 4px var(--ring); }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }
.btn-primary { background: linear-gradient(180deg, var(--accent), #0076d6); border-color: transparent; color: #031220; font-weight: 700; }
/* Improve contrast for primary CTA */
.btn-primary { color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.25); font-weight: 800; }
.site-nav .btn.btn-primary, .hero-ctas .btn.btn-primary, .summary-card .btn.btn-primary {
	/* Make header CTA extra polished */
	border-radius: 999px;
	padding: 10px 18px;
	background: linear-gradient(135deg, var(--accent), #39b3ff 40%, #0076d6);
	box-shadow: 0 6px 20px rgba(49,167,255,0.25), inset 0 1px 0 rgba(255,255,255,0.2);
	position: relative;
	overflow: hidden;
}
.site-nav .btn.btn-primary::after, .hero-ctas .btn.btn-primary::after, .summary-card .btn.btn-primary::after {
	/* Subtle glossy top highlight */
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0.18), rgba(255,255,255,0) 45%);
	opacity: 0.7;
	mix-blend-mode: overlay;
	pointer-events: none;
}
.site-nav .btn.btn-primary::before, .hero-ctas .btn.btn-primary::before, .summary-card .btn.btn-primary::before {
	/* Quick ‘shine’ pass on hover */
	content: "";
	position: absolute;
	top: -100%;
	left: -50%;
	width: 50%;
	height: 300%;
	background: linear-gradient(120deg, transparent, rgba(255,255,255,0.28), transparent);
	transform: translateX(-130%);
	transition: transform 0.6s ease;
	pointer-events: none;
}
.site-nav .btn.btn-primary:hover::before, .hero-ctas .btn.btn-primary:hover::before, .summary-card .btn.btn-primary:hover::before { transform: translateX(230%); }
.site-nav .btn.btn-primary:hover, .hero-ctas .btn.btn-primary:hover, .summary-card .btn.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(49,167,255,0.35), inset 0 1px 0 rgba(255,255,255,0.25);
}
.site-nav .btn.btn-primary:active, .hero-ctas .btn.btn-primary:active, .summary-card .btn.btn-primary:active {
	transform: translateY(0);
	box-shadow: 0 4px 16px rgba(49,167,255,0.25);
}

/* Slightly taller CTA on summary to feel tappable even when full width */
.summary-card .btn.btn-primary { padding: 12px 18px; }
.btn-ghost { background: transparent; }
.btn-block { width: 100%; padding: 12px 16px; }

.hero { padding: 64px 0 24px; }
.hero-inner { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 30px; }
.hero-copy h1 { font-size: clamp(28px, 5vw, 44px); line-height: 1.1; margin: 0 0 12px; }
.hero-copy h2 { font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Arial; font-weight: 800; letter-spacing: 0.3px; margin: 0 0 6px; }
.hero-copy p { margin: 0 0 18px; color: var(--muted); }
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-art { position: relative; height: 360px; }
.hero-gradient { position: absolute; inset: 0; border-radius: 16px; background: conic-gradient(from 210deg at 60% 40%, var(--accent), var(--accent-2), #c084fc, #ff8a8a, var(--accent)); filter: blur(30px) saturate(120%); opacity: 0.35; z-index: 0; }
.hero-gallery { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; height: 100%; align-items: center; }
.hero-photo { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,0.5)); }
.hero-photo.main { transform: rotate(-2deg); }
.hero-photo.side { transform: rotate(2deg); }

.features { padding: 24px 0 8px; }
.features h2 { margin: 0 0 16px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.card { background: var(--card); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px; }
.card h3 { margin: 0 0 6px; font-size: 18px; }
.card p { margin: 0; color: var(--muted); }

/* Gallery (Showcase with lightning divider) */
.gallery { padding: 24px 0 8px; }
.gallery h2 { margin: 0 0 10px; }
.showcase { display: grid; gap: 26px; }
.showcase-row { display: grid; grid-template-columns: minmax(0,1.1fr) 40px minmax(0,1.6fr); gap: 16px; align-items: stretch; }
.showcase-media { background: transparent; border: none; border-radius: 0; padding: 0; aspect-ratio: 1 / 2; height: auto; display: grid; place-items: center; overflow: visible; }
.showcase-media img { width: 100%; height: 100%; object-fit: contain; display: block; }
.showcase-divider { height: 100%; align-self: stretch; display: grid; place-items: center; }
.showcase-divider svg { width: 100%; height: 100%; filter: drop-shadow(0 2px 0 rgba(0,0,0,0.4)) drop-shadow(0 6px 14px rgba(0,0,0,0.45)); }
.showcase-text { position: relative; overflow: visible; background: transparent; border: none; border-radius: 0; padding: 0; display: grid; align-content: center; min-height: 100%; }
.showcase-text::before { content: none; }
.showcase-text .slogan { margin: 0; color: var(--text); font-weight: 900; font-size: clamp(26px, 4.6vw, 46px); line-height: 1.12; letter-spacing: 0.2px; }

/* Showcase Slideshow */
#slideshow.showcase-slideshow { position: relative; border-radius: 14px; overflow: hidden; height: 800px; }
#slideshow .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.6s ease; display: grid; align-items: stretch; }
#slideshow .slide .showcase-row { height: 100%; }
#slideshow .slide.active { opacity: 1; }
.slides-dots { position: absolute; left: 0; right: 0; bottom: 10px; display: flex; justify-content: center; gap: 8px; }
.slides-dots .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.35); cursor: pointer; }
.slides-dots .dot.active { background: var(--accent); }

.booking { padding: 28px 0 64px; }
.booking-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 18px; }
.booking-left h2 { margin: 0 0 6px; }
.muted { color: var(--muted); }
.tiny { font-size: 12px; }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 14px; color: #bcd; }
input, textarea {
	background: #0f1621;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 10px;
	padding: 10px 12px;
	color: var(--text);
}
textarea { resize: vertical; }

.booking-summary .summary-card { position: sticky; top: 84px; background: var(--card); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px; }
.booking-summary .addons-card { background: var(--card); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px; margin-bottom: 12px; }
.addons-card .transport-label { display: flex; align-items: center; gap: 10px; }
.addons-card .transport-spacer { flex: 1; }
.addons-card .big-checkbox { transform: scale(1.5); -webkit-transform: scale(1.5); transform-origin: center; -webkit-transform-origin: center; width: 18px; height: 18px; accent-color: var(--accent); }
.summary-list { margin: 0 0 12px; }
.summary-list .row { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 6px 0; border-bottom: 1px dashed rgba(255,255,255,0.08); }
.summary-list .row:last-child { border-bottom: 0; }
.summary-list .row.total dt { font-weight: 800; }
.summary-list .row.total dd { font-weight: 800; }
.summary-message { margin-top: 10px; min-height: 18px; }

/* Sale / special pricing note */
.sale-row dt { visibility: hidden; }
.sale-row dd { margin-top: -6px; }
.old-price { text-decoration: line-through; color: var(--muted); margin-right: 8px; }
.new-price { color: var(--ok); font-weight: 800; }

/* Calendar */
.calendar { background: var(--card); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 10px; }
.cal-header { display: flex; align-items: center; justify-content: space-between; padding: 6px 4px 8px; }
.cal-nav { display: flex; gap: 8px; }
.cal-title { font-weight: 700; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-weekday { text-align: center; color: var(--muted); font-size: 12px; padding: 4px 0; }
.day {
	display: grid;
	place-items: center;
	height: 40px;
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,0.06);
	background: #0f1621;
	color: var(--text);
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	user-select: none;
	transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, border-color 0.12s ease;
}
.day:focus-visible { outline: 0; box-shadow: 0 0 0 3px var(--ring); }
.day:hover { transform: translateY(-1px); border-color: rgba(255,255,255,0.2); }
.day.today { outline: 2px dashed rgba(255,255,255,0.15); outline-offset: -4px; }
.day.disabled { opacity: 0.35; cursor: not-allowed; filter: grayscale(20%); }
.day.unavailable { background: #1a1f29; border-style: dashed; }
.day.selected { background: linear-gradient(180deg, var(--accent-2), var(--accent)); color: var(--text); font-weight: 800; }
.day.in-range { background: rgba(49, 167, 255, 0.12); border-color: rgba(49, 167, 255, 0.25); }

.cal-legend { display: flex; gap: 14px; align-items: center; margin: 10px 6px 6px; color: var(--muted); font-size: 12px; }
.cal-legend .dot { width: 10px; height: 10px; border-radius: 99px; display: inline-block; margin-right: 6px; }
.dot-available { background: rgba(49, 167, 255, 0.3); }
.dot-unavailable { background: #1a1f29; border: 1px dashed rgba(255,255,255,0.2); }
.dot-selected { background: linear-gradient(180deg, var(--accent-2), var(--accent)); }

.site-footer { border-top: 1px solid rgba(255,255,255,0.06); padding: 22px 0 50px; color: var(--muted); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* Location / Map */
.location { padding: 16px 0 56px; }
.location h2 { margin: 10px 0 6px; }
.map-wrap { margin-top: 10px; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; overflow: hidden; box-shadow: 0 10px 24px rgba(0,0,0,0.25); }
.map-wrap iframe { display: block; width: 100%; height: 320px; border: 0; filter: saturate(110%); }

/* Responsive */
@media (max-width: 900px) {
	.hero-inner { grid-template-columns: 1fr; }
	.hero-art { height: 300px; }
	.hero-gallery { grid-template-columns: 1fr 1fr; gap: 8px; }
	.brand img { height: 56px; }
	.showcase-row { grid-template-columns: 1fr; }
	.showcase-divider { height: 40px; }
	.booking-grid { grid-template-columns: 1fr; }
	.form { grid-template-columns: 1fr; }
	.booking-summary .summary-card { position: static; }
	.feature-grid { grid-template-columns: 1fr; }

	/* Hide the header deal badge on narrow view to avoid crowding */
	.site-deal { display: none; }

	/* Mobile slideshow: auto height and hide non-active slides */
	#slideshow.showcase-slideshow { height: auto; }
	#slideshow .slide { position: static; opacity: 0; display: none; }
	#slideshow .slide.active { opacity: 1; display: block; }
	.slides-dots { position: static; margin-top: 8px; }

	/* Map height on mobile */
	.map-wrap iframe { height: 240px; }
}
