:root {
	--bg: #06141b;
	--bg-2: #0c232c;
	--panel: rgba(255, 255, 255, 0.08);
	--panel-strong: rgba(255, 255, 255, 0.14);
	--text: #f6f1e8;
	--muted: rgba(246, 241, 232, 0.76);
	--accent: #eab46e;
	--accent-2: #8fd0c5;
	--line: rgba(255, 255, 255, 0.14);
	--shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
	--radius-lg: 1.6rem;
	--radius-md: 1.15rem;

	/* Semantic z-index scale */
	--z-base: 0;
	--z-surface: 10;
	--z-overlay: 50;
	--z-modal: 200;
}

:root[data-theme="light"] {
	--bg: #e8e1d6;
	--bg-2: #dcd3c6;
	--panel: rgba(255, 255, 255, 0.72);
	--panel-strong: rgba(255, 255, 255, 0.86);
	--text: #1a1410;
	--muted: rgba(26, 20, 16, 0.82);
	--accent: #d97706;
	--accent-2: #0891b2;
	--line: rgba(6, 20, 27, 0.18);
	--shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .stat,
[data-theme="light"] .hero-card,
[data-theme="light"] .booking-form,
[data-theme="light"] .booking-aside,
[data-theme="light"] .card,
[data-theme="light"] .rate-card,
[data-theme="light"] .food-feature,
[data-theme="light"] .mini-card,
[data-theme="light"] .contact-card,
[data-theme="light"] .highlight-card {
	border: 1px solid rgba(6, 20, 27, 0.14);
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(10px) saturate(1.2);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}


* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100vh;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	font-weight: 500;
	color: var(--text);
	/* Prefer modern formats with safe fallbacks */
	background:
		linear-gradient(180deg, rgba(5, 14, 19, 0.35), rgba(5, 14, 19, 0.9)),
		-webkit-image-set(url("../images/assets/mainbg.webp") 1x, url("../images/assets/mainbg.jpg") 1x) center center / cover fixed no-repeat;
	/* Simple fallback for previews: plain URL to WebP (if available) */
	background-image: linear-gradient(180deg, rgba(5, 14, 19, 0.35), rgba(5, 14, 19, 0.9)), url("../images/assets/mainbg.webp");
	/* Prefer image-set when supported */
	background-image: linear-gradient(180deg, rgba(5, 14, 19, 0.35), rgba(5, 14, 19, 0.9)), image-set(url("../images/assets/mainbg.webp") type("image/webp"), url("../images/assets/mainbg.jpg") type("image/jpeg"));
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	background:
		radial-gradient(circle at 15% 10%, rgba(234, 180, 110, 0.12), transparent 30%),
		linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 35%, rgba(255, 255, 255, 0.01));
	pointer-events: none;
}

body::after {
	content: "";
	position: fixed;
	inset: auto 0 0 0;
	height: 8rem;
	background: linear-gradient(180deg, transparent, rgba(5, 14, 19, 0.72));
	pointer-events: none;
}

[data-theme="light"] body::before {
	background:
		radial-gradient(circle at 15% 10%, rgba(217, 119, 6, 0.06), transparent 30%),
		linear-gradient(120deg, rgba(26, 20, 16, 0.01), transparent 35%, rgba(26, 20, 16, 0.005));
}

[data-theme="light"] body::after {
	background: linear-gradient(180deg, transparent, rgba(26, 20, 16, 0.18));
}

[data-theme="light"] body {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(26, 20, 16, 0.18)),
		url("../images/assets/mainbglight.webp") center center / cover fixed no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.page {
	position: relative;
	z-index: var(--z-surface);
	backdrop-filter: blur(2px);
	transition: background-color 0.3s ease;
}

.topbar,
.section-shell,
.footer {
	width: min(1200px, calc(100% - 2rem));
	margin-inline: auto;
}

.topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem 0 0;
	margin-bottom: 0.95rem;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	text-decoration: none;
	color: var(--text);
	transition: transform 0.25s ease, opacity 0.25s ease;
	transform: translateZ(0);
	backface-visibility: hidden;
	will-change: transform;
}

.brand:hover {
	transform: translateY(-1px);
}

.brand-logo {
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 999px;
	object-fit: cover;
	object-position: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 24px rgba(0, 0, 0, 0.2);
}

.brand-text {
	display: grid;
	gap: 0.1rem;
}

.brand-text strong {
	font-family: "Playfair Display", "Cormorant Garamond", serif;
	font-size: 1.55rem;
	line-height: 1;
}

.brand-text span {
	font-size: 0.82rem;
	color: var(--muted);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.nav {
	font-family: "Satoshi", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0.9rem;
	padding: 0.75rem 1rem;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(7, 22, 29, 0.35);
	backdrop-filter: blur(8px);
	box-shadow: var(--shadow);
	contain: layout style paint;
	transition: background 0.3s ease, border-color 0.3s ease;
}

[data-theme="light"] .nav {
	background: rgba(255, 255, 255, 0.66);
	backdrop-filter: blur(10px) saturate(1.2);
}

[data-theme="light"] .theme-toggle {
	background: rgba(255, 255, 255, 0.6);
}

.nav a {
	font-family: inherit;
	color: var(--text);
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 500;
	opacity: 0.95;
	transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
	transform: translateZ(0);
	backface-visibility: hidden;
}

.nav a:hover {
	color: var(--accent);
	transform: translateY(-1px);
}

.theme-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: rgba(7, 22, 29, 0.2);
	color: var(--text);
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
	padding: 0;
	font-family: "Satoshi", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.theme-toggle:hover {
	background: rgba(234, 180, 110, 0.1);
	color: var(--accent);
	transform: scale(1.05);
}

.theme-toggle:active {
	transform: scale(0.95);
}

main {
	display: grid;
	gap: 1.5rem;
	padding-bottom: 2rem;
}

.section-shell {
	padding: clamp(2.5rem, 5vw, 4rem);
	border: 1px solid var(--line);
	border-radius: 2rem;
	background: linear-gradient(180deg, rgba(7, 22, 29, 0.46), rgba(7, 22, 29, 0.7));
	box-shadow: var(--shadow);
	backdrop-filter: blur(8px);
	contain: layout style paint;
	content-visibility: auto;
	contain-intrinsic-size: 1px 900px;
	transition: background 0.3s ease, border-color 0.3s ease;
}

[data-theme="light"] .section-shell {
	background: rgba(255, 255, 255, 0.68);
	backdrop-filter: blur(12px) saturate(1.2);
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	align-items: center;
	gap: 1.3rem;
	min-height: calc(100vh - 7rem);
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
	padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
	background:
		linear-gradient(180deg, rgba(7, 22, 29, 0.36), rgba(7, 22, 29, 0.7)),
		-webkit-image-set(url("../images/assets/mainbg.webp") 1x, url("../images/assets/mainbg.jpg") 1x) center center / cover fixed no-repeat;
	/* Simple fallback for previews: plain URL to WebP (if available) */
	background-image: linear-gradient(180deg, rgba(7, 22, 29, 0.36), rgba(7, 22, 29, 0.7)), url("../images/assets/mainbg.webp");
	/* Prefer image-set when supported */
	background-image: linear-gradient(180deg, rgba(7, 22, 29, 0.36), rgba(7, 22, 29, 0.7)), image-set(url("../images/assets/mainbg.webp") type("image/webp"), url("../images/assets/mainbg.jpg") type("image/jpeg"));
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

[data-theme="light"] .hero {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(26, 20, 16, 0.18)),
		url("../images/assets/mainbglight.webp") center center / cover fixed no-repeat;
}

[data-theme="light"] .experience-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.58));
	border-color: rgba(6, 20, 27, 0.16);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .experience-head p {
	color: rgba(26, 20, 16, 0.78);
}

[data-theme="light"] .experience-pill-group {
	border-color: rgba(6, 20, 27, 0.12);
	background: rgba(255, 255, 255, 0.6);
}

[data-theme="light"] .experience-pill-title {
	color: rgba(26, 20, 16, 0.75);
}

[data-theme="light"] .experience-pill {
	border-color: rgba(6, 20, 27, 0.14);
	background: rgba(255, 255, 255, 0.62);
}

[data-theme="light"] .pill-icon {
	background: rgba(8, 145, 178, 0.12);
	border-color: rgba(8, 145, 178, 0.22);
}

.hero-copy {
	max-width: 42rem;
	animation: rise 0.85s ease both;
}

.eyebrow,
.section-kicker,
.card-tag,
.food-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.48rem 0.85rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.07);
	color: var(--muted);
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

a.card-tag {
	text-decoration: none;
}

[data-theme="light"] .eyebrow,
[data-theme="light"] .section-kicker,
[data-theme="light"] .card-tag,
[data-theme="light"] .food-badge {
	border: 1px solid rgba(6, 20, 27, 0.14);
	background: rgba(255, 255, 255, 0.72);
}

.eyebrow::before,
.section-kicker::before,
.card-tag::before,
.food-badge::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: var(--accent-2);
	box-shadow: 0 0 0 0.35rem rgba(143, 208, 197, 0.14);
}

h1,
.section-heading h2,
.mini-header h2,
.card h3,
.rate-top h3,
.food-feature h3,
.contact-card h3,
.highlight-card strong {
	font-family: "Playfair Display", "Cormorant Garamond", serif;
	letter-spacing: -0.02em;
}

h1 {
	margin: 0.7rem 0 0.75rem;
	font-size: clamp(3.3rem, 7vw, 6.8rem);
	line-height: 0.94;
	text-wrap: balance;
}

.lead {
	margin: 0;
	max-width: 35rem;
	font-size: clamp(1.03rem, 1.5vw, 1.15rem);
	line-height: 1.76;
	color: var(--muted);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 1.2rem;
}

.btn {
	font-family: "Satoshi", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 3.25rem;
	padding: 0.85rem 1.35rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid transparent;
	transform: translateZ(0);
	backface-visibility: hidden;
	will-change: transform;
	contain: layout style paint;
}

.btn:hover {
	transform: translateY(-2px);
}

.btn-primary {
	color: #0d1c22;
	background: linear-gradient(135deg, var(--accent), #f6d39c);
	box-shadow: 0 16px 40px rgba(234, 180, 110, 0.24);
}

.btn-secondary {
	color: var(--text);
	border-color: var(--line);
	background: rgba(7, 22, 29, 0.32);
	backdrop-filter: blur(6px);
}

[data-theme="light"] .btn-secondary {
	background: rgba(255, 255, 255, 0.7);
}

.stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 1.4rem;
}

.stat,
.hero-card,
.booking-form,
.booking-aside,
.card,
.rate-card,
.food-feature,
.mini-card,
.contact-card,
.highlight-card {
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(8px);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
	contain: layout style paint;
	transform: translateZ(0);
	backface-visibility: hidden;
}

.stat:hover,
.hero-card:hover,
.booking-form:hover,
.booking-aside:hover,
.card:hover,
.rate-card:hover,
.food-feature:hover,
.mini-card:hover,
.contact-card:hover,
.highlight-card:hover,
.info-tile:hover,
.feature:hover,
.timeline-item:hover,
.experience-card:hover,
.rental-card:hover,
.discount-card:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0 22px 42px rgba(0, 0, 0, 0.2);
}

.stat {
	padding: 1rem 1rem 1.1rem;
	border-radius: 1.2rem;
}

.stat strong,
.info-tile strong,
.rate-top strong,
.mini-card strong,
.contact-lines span,
.highlight-card strong {
	display: block;
}

.stat strong {
	font-size: 1.3rem;
	margin-bottom: 0.3rem;
}

.stat span,
.hero-card p,
.section-heading p,
.card p,
.rate-card p,
.food-feature p,
.mini-card span,
.contact-card p,
.highlight-card p,
.info-tile span {
	color: var(--muted);
	line-height: 1.7;
}

.hero-panel {
	align-self: stretch;
	display: flex;
	justify-content: flex-end;
	animation: floatIn 0.95s ease 0.15s both;
}

.hero-card {
	width: min(100%, 27rem);
	padding: 1rem;
	border-radius: var(--radius-lg);
	display: grid;
	gap: 0.7rem;
	background: linear-gradient(180deg, rgba(8, 24, 31, 0.46), rgba(8, 24, 31, 0.68));
}

.experience-card {
	width: min(100%, 31rem);
	padding: 1.15rem;
	border-radius: 1.4rem;
	display: grid;
	gap: 0.95rem;
	background: linear-gradient(180deg, rgba(5, 13, 18, 0.62), rgba(10, 20, 27, 0.78));
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(8px);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
	color: var(--text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	position: relative;
	overflow: hidden;
	contain: layout style paint;
	will-change: transform;
}

.experience-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(143, 208, 197, 0.14), transparent 40%), radial-gradient(circle at bottom left, rgba(234, 180, 110, 0.1), transparent 35%);
	pointer-events: none;
}

.experience-card > * {
	position: relative;
	z-index: 1;
}

.experience-head {
	display: grid;
	gap: 0.5rem;
}

.experience-head h2 {
	margin: 0;
	font-family: "Playfair Display", "Cormorant Garamond", serif;
	font-size: 2.05rem;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--text);
}

.experience-head p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.65;
	color: var(--muted);
}

.experience-pillar-grid {
	display: grid;
	gap: 0.8rem;
}

.experience-pill-group {
	display: grid;
	gap: 0.5rem;
	padding: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.045);
}

.experience-pill-title {
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
}

.experience-pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.experience-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.05);
	color: var(--text);
	font-size: 0.86rem;
	font-weight: 600;
	white-space: nowrap;
}

.pill-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	font-size: 0.9rem;
	border-radius: 999px;
	background: rgba(143, 208, 197, 0.14);
	border: 1px solid rgba(143, 208, 197, 0.24);
	flex: 0 0 auto;
}

.soon-ribbon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.72rem 0.95rem;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(234, 180, 110, 0.18), rgba(143, 208, 197, 0.1));
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--text);
}

.amenity-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.55rem;
}

.amenity-item {
	display: grid;
	justify-items: center;
	gap: 0.45rem;
	padding: 0.8rem 0.45rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--text);
	line-height: 1.3;
}

.amenity-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 1rem;
}

.mini-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.mini-header h2 {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1;
}

.badge {
	padding: 0.45rem 0.75rem;
	border-radius: 999px;
	background: rgba(143, 208, 197, 0.14);
	color: #e5fbf7;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.feature-list {
	display: grid;
	gap: 0.85rem;
}

.feature {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 0.9rem 1rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.feature i {
	width: 0.85rem;
	height: 0.85rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	box-shadow: 0 0 0 0.35rem rgba(234, 180, 110, 0.12);
	flex: 0 0 auto;
}

.feature span {
	font-weight: 600;
}

.highlight-card {
	padding: 1rem 1.05rem;
	border-radius: 1rem;
	background: linear-gradient(135deg, rgba(234, 180, 110, 0.12), rgba(143, 208, 197, 0.08));
}

.highlight-card strong {
	font-size: 1.05rem;
	margin-bottom: 0.25rem;
}

.section-shell {
	display: grid;
	gap: 1.4rem;
}

.scroll-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.scroll-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 1.5rem;
	align-items: end;
}

.section-heading h2 {
	margin: 0.8rem 0 0;
	font-size: clamp(2.2rem, 4vw, 3.5rem);
	line-height: 1;
}

.section-heading p {
	margin: 0;
	max-width: 34rem;
	justify-self: end;
}

.booking-layout,
.food-layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	grid-template-rows: auto auto;
	gap: 1.2rem;
}

.contact-grid > div:nth-child(1),
.contact-grid > div:nth-child(2) {
	grid-column: 1;
}

.contact-grid > div:nth-child(3) {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.booking-form,
.booking-aside,
.contact-card,
.food-feature {
	padding: 1.2rem;
	border-radius: var(--radius-md);
}

.booking-form {
	display: grid;
	gap: 0.9rem;
}

.booking-form label {
	display: grid;
	gap: 0.45rem;
	font-size: 0.92rem;
	color: var(--muted);
}

.booking-form span {
	font-weight: 600;
	color: var(--text);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
	width: 100%;
	padding: 0.95rem 1rem;
	border-radius: 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(5, 14, 19, 0.36);
	color: var(--text);
	font: inherit;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

[data-theme="light"] .booking-form input,
[data-theme="light"] .booking-form select,
[data-theme="light"] .booking-form textarea {
	border-color: rgba(6, 20, 27, 0.14);
	background: rgba(255, 255, 255, 0.8);
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
	color: rgba(246, 241, 232, 0.46);
}

[data-theme="light"] .booking-form input::placeholder,
[data-theme="light"] .booking-form textarea::placeholder {
	color: rgba(26, 20, 16, 0.55);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
	border-color: rgba(234, 180, 110, 0.6);
	box-shadow: 0 0 0 3px rgba(234, 180, 110, 0.14);
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.form-button {
	font-family: "Satoshi", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	justify-self: start;
	margin-top: 0.35rem;
	border: 0;
	cursor: pointer;
}

.info-stack {
	display: grid;
	gap: 0.9rem;
}

.info-tile {
	padding: 1rem 1.05rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

[data-theme="light"] .info-tile {
	background: rgba(255, 255, 255, 0.76);
	border-color: rgba(6, 20, 27, 0.12);
}

.info-tile strong {
	font-size: 1.1rem;
	margin-bottom: 0.2rem;
}

.card-grid,
.rate-grid,
.gallery-grid {
	display: grid;
	gap: 1rem;
}

.card-grid.three-up {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.four-up {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid.two-up {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
}

#rules .card-grid {
	gap: 0.85rem;
}

#rules .card {
	padding: 1rem 1.05rem;
}

#rules .card h3 {
	margin-top: 0.4rem;
	font-size: 1.15rem;
	line-height: 1.2;
}

#rules .rule-list {
	margin: 0.7rem 0 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 0.4rem;
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--muted);
}

#rules .rule-list li strong {
	color: var(--text);
}

#packages .card {
	padding: 1.2rem;
}

.card {
	padding: 1.35rem;
	border-radius: var(--radius-md);
}

.package-media {
	width: 100%;
	height: auto;
	border-radius: 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	margin-bottom: 0;
	display: block;
	transition: transform 0.35s ease, filter 0.35s ease;
	transform: translateZ(0);
	backface-visibility: hidden;
	will-change: transform;
}

.package-link:hover .package-media {
	transform: scale(1.015);
	filter: brightness(1.04);
}

.package-link {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0.95rem;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.95rem;
}

.image-lightbox {
	position: fixed;
	inset: 0;
	z-index: var(--z-modal);
	display: none;
	place-items: center;
	padding: 1rem;
}

.image-lightbox.is-open {
	display: grid;
}

.lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 14, 19, 0.86);
	backdrop-filter: blur(6px);
}

.lightbox-panel {
	position: relative;
	z-index: var(--z-overlay);
	width: min(1000px, calc(100% - 2rem));
	padding: 0.9rem;
	border-radius: 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: linear-gradient(180deg, rgba(7, 22, 29, 0.8), rgba(7, 22, 29, 0.95));
	box-shadow: var(--shadow);
}

.lightbox-panel img {
	display: block;
	width: 100%;
	max-height: 78vh;
	object-fit: contain;
	border-radius: 0.95rem;
	background: rgba(0, 0, 0, 0.35);
}

.lightbox-close {
	position: absolute;
	right: 1.15rem;
	top: 1.05rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(5, 14, 19, 0.72);
	font-weight: 700;
	color: var(--text);
	cursor: pointer;
}

.lightbox-close:hover {
	border-color: rgba(234, 180, 110, 0.55);
	color: var(--accent);
}

.card h3,
.rate-top h3,
.food-feature h3,
.contact-card h3 {
	margin: 0.85rem 0 0.6rem;
	font-size: 1.9rem;
	line-height: 0.98;
}

.card ul,
.food-feature ul {
	margin: 1rem 0 0;
	padding-left: 1.1rem;
	color: var(--text);
	line-height: 1.75;
}

.package-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
}

.price-header {
	display: flex;
	align-items: baseline;
	gap: 0.3rem;
	margin: 0.6rem 0 0.9rem;
}

.price-currency {
	font-size: 1.4rem;
	color: var(--accent);
	font-weight: 600;
}

.price-amount {
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--accent);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.capacity-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
	padding: 0.8rem 0;
}

.capacity-item {
	padding: 0.75rem;
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.capacity-label {
	font-size: 0.8rem;
	color: var(--muted);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}

.capacity-value {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.capacity-note {
	font-size: 0.75rem;
	color: var(--muted);
	margin-top: 0.2rem;
}

.addon-info {
	font-size: 0.92rem;
	color: var(--muted);
	padding: 0.5rem 0;
}

.addon-info strong {
	color: var(--text);
	font-weight: 600;
}

.free-label {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0.6rem;
	margin-bottom: 0.8rem;
	color: var(--accent);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.free-label::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: linear-gradient(90deg, var(--accent), transparent);
}

.inclusions-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.inclusion-tag {
	display: inline-block;
	font-size: 0.75rem;
	padding: 0.35rem 0.6rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--muted);
	letter-spacing: 0.03em;
	text-transform: capitalize;
}

.accent-card {
	background: linear-gradient(180deg, rgba(234, 180, 110, 0.12), rgba(255, 255, 255, 0.06));
}

.rate-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rental-discount-grid {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: start;
}

.rate-card {
	padding: 1.2rem;
	border-radius: var(--radius-md);
}

.rate-top {
	display: grid;
	gap: 0.45rem;
	margin-bottom: 0.6rem;
}

.rate-top h3 {
	margin: 0;
	font-size: 1.75rem;
}

.rate-top strong {
	color: var(--accent);
	font-size: 1.1rem;
}

.rate-card span {
	display: inline-flex;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--muted);
	font-size: 0.92rem;
}

.rate-note {
	background: linear-gradient(180deg, rgba(143, 208, 197, 0.12), rgba(255, 255, 255, 0.06));
}

.rental-card {
	display: grid;
	gap: 0.8rem;
}

.discount-card {
	display: grid;
	gap: 0.8rem;
	background: linear-gradient(180deg, rgba(143, 208, 197, 0.12), rgba(255, 255, 255, 0.06));
}

.rental-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rental-list li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.7rem;
	align-items: center;
	padding: 0.78rem 0.85rem;
	border-radius: 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
	font-size: 0.88rem;
	line-height: 1.35;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.rental-list li:hover {
	transform: translateY(-2px);
	border-color: rgba(234, 180, 110, 0.22);
	background: rgba(255, 255, 255, 0.06);
}

.rental-list span {
	color: var(--text);
	font-weight: 600;
}

.rental-list strong {
	color: var(--accent);
	font-weight: 800;
	white-space: nowrap;
	justify-self: end;
}

.discount-list {
	display: grid;
	gap: 0.55rem;
}

.discount-item {
	padding: 0.78rem 0.85rem 0.78rem 0.95rem;
	border-radius: 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-left: 3px solid var(--accent-2);
	background: rgba(255, 255, 255, 0.04);
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.discount-item:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.06);
}

.discount-item p {
	margin: 0;
	display: grid;
	gap: 0.12rem;
	color: var(--text);
	line-height: 1.35;
	font-size: 0.9rem;
}

.discount-item strong {
	color: var(--accent);
}

.discount-item span {
	color: var(--muted);
	font-weight: 600;
}

.discount-tier-two {
	border-left-color: var(--accent);
}

.discount-tier-three {
	border-left-color: #d6f0ff;
}

.food-feature {
	display: grid;
	align-content: start;
	gap: 0.5rem;
	background: linear-gradient(180deg, rgba(8, 24, 31, 0.44), rgba(8, 24, 31, 0.64));
}

.food-feature h3 {
	font-size: 2.15rem;
	margin-top: 0.5rem;
}

.food-cards {
	display: grid;
	gap: 0.9rem;
}

.mini-card {
	padding: 1rem 1.05rem;
	border-radius: 1rem;
}

.mini-card strong {
	font-size: 1.08rem;
	margin-bottom: 0.2rem;
}

/* Gallery Carousel - Infinite Marquee */
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.gallery-section-full {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: calc(-1 * (100vw - 100%) / 2);
	margin-right: calc(-1 * (100vw - 100%) / 2);
}

.gallery-section-full .section-heading {
	width: min(1200px, calc(100% - 2rem));
	margin-inline: auto;
	padding-inline: 1rem;
}

.gallery-carousel-wrapper {
	padding-inline: 1rem;
	max-width: 100%;
	margin-bottom: 2rem;
	cursor: grab;
	content-visibility: auto;
	contain-intrinsic-size: 1px 340px;
}

.gallery-carousel-wrapper.dragging {
	cursor: grabbing;
}

.gallery-carousel {
	overflow-x: auto;
	overflow-y: hidden;
	border-radius: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
	background: rgba(255, 255, 255, 0.05);
	height: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	touch-action: pan-y;
	overscroll-behavior-x: contain;
	user-select: none;
}

.gallery-carousel::-webkit-scrollbar {
	display: none;
}

.gallery-track {
	display: flex;
	align-items: center;
	animation: marquee linear infinite 22.5s;
	animation-play-state: running;
	will-change: transform;
	transform: translateZ(0);
}

.gallery-track.dragging-mode {
	animation: none;
}

.gallery-slide {
	flex: 0 0 calc(100% / 5);
	margin: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem;
	min-width: calc(100% / 5);
}

.gallery-slide img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
	object-fit: contain;
	border-radius: 0.6rem;
	background: rgba(0, 0, 0, 0.14);
	-webkit-user-drag: none;
	user-select: none;
	transition: transform 0.35s ease;
	transform: translateZ(0);
	backface-visibility: hidden;
	will-change: transform;
}

.gallery-slide:hover img {
	transform: scale(1.08);
}

/* Pause on hover */
.gallery-carousel-wrapper:hover .gallery-track {
	animation-play-state: paused;
}

/* Pause on touch/active on mobile */
.gallery-carousel-wrapper.is-dragging .gallery-track {
	animation-play-state: paused;
}

@media (hover: none), (pointer: coarse) {
	body,
	[data-theme="light"] body,
	.hero,
	[data-theme="light"] .hero {
		background-attachment: scroll;
	}

	.page,
	.nav,
	.section-shell,
	.stat,
	.card,
	.rate-card,
	.food-feature,
	.mini-card,
	.contact-card,
	.highlight-card,
	.booking-form,
	.booking-aside,
	.experience-card {
		backdrop-filter: none !important;
	}

	.gallery-track {
		animation: none;
	}
}

@media (max-width: 1024px) {
	.gallery-carousel {
		height: auto;
	}

	.gallery-slide {
		flex: 0 0 calc(100% / 4);
		padding: 0.3rem;
		min-width: calc(100% / 4);
	}
}

@media (max-width: 640px) {
	.gallery-carousel-wrapper {
		padding-inline: 0.5rem;
		margin-bottom: 1.5rem;
	}

	.gallery-carousel {
		height: auto;
	}

	.gallery-slide {
		flex: 0 0 calc(100% / 2.5);
		padding: 0.25rem;
		min-width: calc(100% / 2.5);
	}
}

/* Location & Directions Section */
.location-grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 2rem;
	align-items: start;
}

.location-map {
	width: 100%;
	height: 35rem;
	border-radius: 1.2rem;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.location-map iframe {
	width: 100% !important;
	height: 100% !important;
}


.location-guide {
	display: grid;
	gap: 1.3rem;
}

.location-guide h3 {
	font-family: "Playfair Display", "Cormorant Garamond", serif;
	font-size: 2rem;
	margin: 0;
	color: var(--text);
	line-height: 1;
}

.timeline {
	display: grid;
	gap: 0;
}

.timeline-item {
	display: grid;
	grid-template-columns: 4rem 1fr;
	gap: 1.2rem;
	padding: 1.5rem;
	position: relative;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1rem;
	contain: layout style paint;
	content-visibility: auto;
	contain-intrinsic-size: 1px 180px;
	animation: floatIn 0.95s ease both;
}

.timeline-item:nth-child(2) {
	animation-delay: 0.15s;
}

.timeline-item:nth-child(3) {
	animation-delay: 0.3s;
}

.timeline-item:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 2rem;
	top: 100%;
	width: 2px;
	height: 1rem;
	background: linear-gradient(180deg, var(--accent-2), transparent);
}

.timeline-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	width: 4rem;
	height: 4rem;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(143, 208, 197, 0.2), rgba(234, 180, 110, 0.1));
	border: 2px solid var(--accent-2);
	flex-shrink: 0;
}

.timeline-content h4 {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	color: var(--text);
	font-weight: 700;
}

.timeline-content p {
	margin: 0;
	font-size: 0.95rem;
	color: var(--muted);
	line-height: 1.6;
}

.contact-card {
	display: grid;
	gap: 1rem;
}

.contact-lines {
	display: grid;
	gap: 0.6rem;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-lines span {
	font-size: 0.95rem;
	color: var(--text);
}

.facebook-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	background: linear-gradient(135deg, #0a66c2, #0952b4);
	color: white;
	font-weight: 900;
	font-size: 1.3rem;
	border-radius: 0.5rem;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.facebook-link:hover {
	transform: scale(1.08);
	box-shadow: 0 8px 20px rgba(10, 102, 194, 0.3);
}


.social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	color: white;
	font-weight: 700;
	font-size: 1.1rem;
	border-radius: 0.5rem;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.social-row {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.social-link .social-icon {
	width: 1.05rem;
	height: 1.05rem;
	display: block;
}

.instagram-link {
	background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
}

.youtube-link {
	background: linear-gradient(135deg, #ff0000 0%, #c40000 100%);
	font-size: 1.1rem;
}

.tiktok-link {
	background: #000;
	color: #fff;
}

.instagram-link:hover { transform: scale(1.06); box-shadow: 0 8px 20px rgba(221,42,123,0.2); }
.youtube-link:hover { transform: scale(1.06); box-shadow: 0 8px 20px rgba(255,0,0,0.18); }
.tiktok-link:hover { transform: scale(1.06); box-shadow: 0 8px 20px rgba(105,201,208,0.18); }

.contact-quote {
	background: linear-gradient(180deg, rgba(234, 180, 110, 0.11), rgba(255, 255, 255, 0.06));
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-quote h3 {
	margin: 0 0 0.2rem 0;
}

.contact-quote p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.contact-quote p strong {
	color: var(--accent);
	min-width: 60px;
}

.footer {
	padding: 2.5rem 0 1.75rem;
	color: var(--muted);
	font-size: 0.92rem;
	letter-spacing: 0.04em;
	text-align: center;
	border-top: 1px solid var(--line);
	margin-top: 3rem;
}

.footer p {
	margin: 0;
	max-width: 1200px;
	margin-inline: auto;
}

/* Ensure footer text is dark/black in light mode for contrast */
[data-theme="light"] .footer {
	color: #000;
	border-top-color: rgba(6, 20, 27, 0.18);
}

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

@keyframes floatIn {
	from {
		opacity: 0;
		transform: translateX(24px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

@media (max-width: 1080px) {
	.section-heading,
	.booking-layout,
	.food-layout,
	.contact-grid,
	.rate-grid,
	.card-grid.three-up,
	.card-grid.four-up,
	.card-grid.two-up,
	.location-grid {
		grid-template-columns: 1fr;
	}

	.rental-discount-grid {
		grid-template-columns: 1fr;
	}

	.rental-list {
		grid-template-columns: 1fr;
	}

	.hero {
		grid-template-columns: 1fr;
	}

	.hero-panel {
		justify-content: flex-start;
	}

	.experience-card {
		width: min(100%, 36rem);
	}

	.stats {
		grid-template-columns: 1fr;
	}

	.section-heading p {
		justify-self: start;
		max-width: none;
	}

	.gallery-carousel {
		height: 14rem;
	}

	.gallery-slide {
		flex: 0 0 calc(100% / 3);
		padding: 0.4rem;
	}

	.location-map {
		height: 28rem;
	}
}

@media (max-width: 760px) {
	.topbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.nav {
		width: 100%;
		justify-content: flex-start;
	}

	.section-shell {
		padding: 1.35rem;
		border-radius: 1.4rem;
	}

	h1 {
		font-size: clamp(2.8rem, 14vw, 4.5rem);
	}

	.form-grid {
		grid-template-columns: 1fr;
	}

	.hero {
		min-height: auto;
	}

	.experience-head h2 {
		font-size: 1.7rem;
	}

	.amenity-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gallery-carousel-wrapper {
		gap: 0.5rem;
		margin-bottom: 1.5rem;
	}

	.gallery-track {
		height: auto;
	}

	.gallery-slide {
		flex: 0 0 50%;
		padding: 0.3rem;
	}

	.gallery-arrow {
		width: 2.2rem;
		height: 2.2rem;
		font-size: 0.9rem;
	}

	.location-map {
		height: 22rem;
	}

	.location-guide h3 {
		font-size: 1.5rem;
	}

	.discount-item {
		padding: 0.72rem 0.8rem 0.72rem 0.9rem;
	}

	.rental-list li {
		grid-template-columns: 1fr;
		gap: 0.3rem;
		padding: 0.72rem 0.8rem;
	}

	.rental-list strong {
		justify-self: start;
	}

	.timeline-item {
		grid-template-columns: 3.2rem 1fr;
		gap: 1rem;
		padding: 1.2rem;
	}

	.timeline-icon {
		width: 3.2rem;
		height: 3.2rem;
		font-size: 1.4rem;
	}

	.timeline-content h4 {
		font-size: 1rem;
	}

	.timeline-content p {
		font-size: 0.9rem;
	}

	.footer {
		padding-inline: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.scroll-reveal,
	.scroll-reveal.is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}
}