/*
 * Theme Name: The Kuber Resort
 * Description: The Kuber Resort
 * Author: Madhava Technology
*/

:root {
	--ink: #17130e;
	--muted: #6f675d;
	--paper: #fffaf2;
	--surface: #ffffff;
	--warm: #f5ead9;
	--gold: #b88a3a;
	--gold-dark: #8b6425;
	--green: #173c33;
	--burgundy: #a53860;
	--burgundy-dark: #7d2a48;
	--line: rgba(23, 19, 14, 0.12);
	--shadow: 0 24px 70px rgba(40, 31, 18, 0.18);
	--shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.25);
	--shadow-md: 0 10px 30px rgba(0, 0, 0, 0.15);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	width: 100%;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: var(--gold-dark);
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover,
a:focus {
	color: var(--gold);
	opacity: 0.85;
}

a:visited {
	color: var(--gold-dark);
}

.hero a,
.services a,
.contact-band a,
.about-stats a,
.about-cta a,
.site-footer a,
.footer a {
	color: #fff;
}

.hero a:hover,
.hero a:focus,
.services a:hover,
.services a:focus,
.contact-band a:hover,
.contact-band a:focus,
.about-stats a:hover,
.about-stats a:focus,
.about-cta a:hover,
.about-cta a:focus,
.site-footer a:hover,
.site-footer a:focus,
.footer a:hover,
.footer a:focus {
	color: #fff;
	opacity: 0.85;
}

.rich-copy a {
	color: var(--gold-dark);
	text-decoration: underline;
}

.rich-copy a:hover,
.rich-copy a:focus {
	color: var(--gold);
}

.about-story__content {
	max-width: 640px;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	left: -9999px;
}

.site-shell {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding-right: var(--bs-gutter-x, 24px);
	padding-left: var(--bs-gutter-x, 24px);
}

.header-shell {
	width: 100%;
	max-width: min(100% - 48px, 1520px);
	margin-right: auto;
	margin-left: auto;
}

.section {
	padding: 108px 0;
}

.section>.site-shell {
	width: 100%;
	max-width: 1240px;
}

.section>.site-shell>.row,
.section>.site-shell>.gallery-grid,
.section>.site-shell>.journey-strip {
	align-items: stretch;
}

.section>.site-shell>.row>[class*="col-"] {
	display: flex;
}

.header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 250, 242, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
	box-shadow: 0 12px 36px rgba(23, 19, 14, 0.08);
}

@media (min-width: 992px) {
	.header {
		backdrop-filter: blur(18px);
	}
}

.topbar {
	display: none;
	color: #f7ecd8;
	background: var(--green);
	font-size: 13px;
}

@media (min-width: 768px) {
	.topbar {
		display: block;
	}
}

.topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 38px;
}

.topbar a {
	font-weight: 700;
	color: #fff9ed;
}

.topbar a:hover,
.topbar a:focus {
	color: #fff;
}

.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	min-height: 82px;
}

.nav-main--desktop {
	display: none;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	min-width: 0;
}

.nav-menu-wrapper {
	width: 100%;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.brand__image {
	display: block;
	width: auto;
	object-fit: contain;
}

.brand__image--header {
	max-width: min(310px, 44vw);
	max-height: 66px;
	height: auto;
}

.brand__image--footer {
	max-width: min(280px, 100%);
	max-height: 220px;
	height: auto;
}

.brand__mark {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	flex: 0 0 auto;
	color: #fff8eb;
	background: linear-gradient(135deg, var(--gold), var(--gold-dark));
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	box-shadow: 0 12px 28px rgba(139, 100, 37, 0.28);
}

.brand strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	line-height: 1;
	white-space: nowrap;
}

.brand small {
	display: block;
	margin-top: 5px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nav-main ul,
.nav-list {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-main a,
.nav-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	color: var(--ink) !important;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-main a:hover,
.nav-main a:focus {
	background: rgba(23, 60, 51, 0.06);
	color: var(--green) !important;
}

.nav-main .current-menu-item>a,
.nav-main .current_page_item>a {
	background: rgba(23, 60, 51, 0.1);
	color: var(--green) !important;
}

.nav-main .nav-cta {
	color: #fff9ed !important;
	background: linear-gradient(135deg, var(--green), #245a4c) !important;
	padding: 0 24px;
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(23, 60, 51, 0.2);
	font-weight: 800;
}

.nav-main .nav-cta:hover,
.nav-main .nav-cta:focus {
	background: linear-gradient(135deg, #245a4c, #2e7361) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(23, 60, 51, 0.3);
}

.nav-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: #fff;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-toggle:hover,
.nav-toggle:focus {
	background: #f4ebd8;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(23, 19, 14, 0.08);
}

.navbar-toggler-icon {
	display: block;
	width: 24px;
	height: 24px;
	background-image:
		linear-gradient(var(--green), var(--green)),
		linear-gradient(var(--green), var(--green)),
		linear-gradient(var(--green), var(--green));
	background-repeat: no-repeat;
	background-size: 22px 2px, 22px 2px, 22px 2px;
	background-position: center 6px, center 12px, center 18px;
	margin: 0;
	padding: 0;
}

.nav-drawer .nav-list {
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}

.nav-drawer .nav-link {
	justify-content: flex-start;
	width: 100%;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 16px;
}

.nav-open {
	overflow: hidden;
}

.nav-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(23, 19, 14, 0.12);
	border-radius: 50%;
	color: var(--green);
	background: #fff;
}

@media (min-width: 992px) {
	.nav-toggle {
		display: none;
	}

	.nav-main--desktop {
		display: flex;
	}
}

.content-wrapper {
	width: 100%;
}

.content-wrapper>h1,
.content-wrapper>.section {
	width: 100%;
	margin: 0;
}

.content-wrapper>.section:first-child {
	padding-top: 0;
}

.hero {
	position: relative;
	display: block !important;
	height: calc(100vh - 120px) !important;
	min-height: 580px !important;
	overflow: hidden;
	color: #fff9ee;
	background: #20180f;
}

.hero__slider-main,
.hero__slider-main .slick-list,
.hero__slider-main .slick-track,
.hero__slider-main .slick-slide,
.hero__slider-main .slick-slide > div {
	height: 100% !important;
}

.hero__slide-item {
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
	overflow: hidden !important;
	outline: none !important;
}

.hero__slide-bg {
	position: absolute !important;
	inset: 0 !important;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	z-index: 0 !important;
	transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	transform: scale(1.08) !important;
}

.hero__slide-item.slick-active .hero__slide-bg {
	transform: scale(1) !important;
}

/* Gold Text Highlight Utility */
.text-gold {
	color: var(--gold) !important;
	font-weight: inherit !important;
}

/* Custom Slick Dots (Luxury Expanding Bars) */
.hero__slider-main .slick-dots {
	bottom: 40px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: auto !important;
	z-index: 10 !important;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
}

@media (max-width: 991.98px) {
	.hero__slider-main .slick-dots {
		display: none !important;
	}
}

.hero__slider-main .slick-dots li {
	margin: 0 !important;
	width: auto !important;
	height: auto !important;
}

.hero__slider-main .slick-dots li button {
	width: 8px !important;
	height: 8px !important;
	padding: 0 !important;
	border-radius: 4px !important;
	background: rgba(255, 255, 255, 0.35) !important;
	border: 0 !important;
	transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hero__slider-main .slick-dots li button::before {
	display: none !important; /* Hide Slick default dots */
}

.hero__slider-main .slick-dots li.slick-active button {
	width: 32px !important; /* Expands to a beautiful horizontal pill bar */
	background: var(--gold) !important;
	box-shadow: 0 0 12px rgba(184, 138, 58, 0.6) !important;
}

/* Glassmorphic Sharp Navigation Arrows */
.hero__slider-main .slick-prev,
.hero__slider-main .slick-next {
	width: 54px !important;
	height: 54px !important;
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 50% !important;
	backdrop-filter: blur(10px) !important;
	z-index: 10 !important;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hero__slider-main .slick-prev {
	left: 50px !important;
}

.hero__slider-main .slick-next {
	right: 50px !important;
}

@media (max-width: 991.98px) {
	.hero__slider-main .slick-prev,
	.hero__slider-main .slick-next {
		display: none !important;
	}
}

.hero__slider-main .slick-prev:hover,
.hero__slider-main .slick-next:hover {
	background: rgba(255, 255, 255, 0.15) !important;
	border-color: var(--gold) !important;
	transform: translateY(-50%) scale(1.08) !important;
	box-shadow: 0 8px 30px rgba(184, 138, 58, 0.25) !important;
}

.hero__slider-main .slick-prev::before,
.hero__slider-main .slick-next::before {
	display: none !important; /* Hide Slick default text */
}

/* Custom sharp vector arrows inside the circles */
.hero__slider-main .slick-prev::after,
.hero__slider-main .slick-next::after {
	content: "" !important;
	display: block !important;
	width: 10px !important;
	height: 10px !important;
	border-top: 2px solid #fff !important;
	border-right: 2px solid #fff !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transition: border-color 0.3s ease !important;
}

.hero__slider-main .slick-prev::after {
	transform: translate(-35%, -50%) rotate(-135deg) !important;
}

.hero__slider-main .slick-next::after {
	transform: translate(-65%, -50%) rotate(45deg) !important;
}

.hero__slider-main .slick-prev:hover::after,
.hero__slider-main .slick-next:hover::after {
	border-color: var(--gold) !important;
}

/* ---------- Resort Video Section ---------- */
.resort-video-section {
	background: #111a16;
	padding: 110px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.resort-video-section .eyebrow {
	color: var(--gold);
}

.resort-video-section p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.7) !important;
}

.video-player-container {
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #0b110e;
	box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
	transition: transform 0.4s ease, border-color 0.4s ease;
}

.video-player-container:hover {
	transform: translateY(-4px);
	border-color: rgba(230, 189, 113, 0.3);
}

.resort-video-player {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.hero__content {
	position: relative;
	z-index: 1;
	align-self: center;
	padding: 96px 0 156px;
}

.eyebrow {
	margin: 0 0 14px;
	color: var(--gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hero h1,
.section h2,
.contact-band h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	line-height: 1.04;
}

.hero h1 {
	max-width: 820px;
	font-size: clamp(54px, 6.8vw, 92px);
	text-shadow: 0 4px 16px rgba(0, 0, 0, 0.55), 0 2px 4px rgba(0, 0, 0, 0.4);
}

.hero__lead {
	max-width: 700px;
	margin: 24px 0 0;
	color: rgba(255, 249, 238, 0.95);
	font-size: 20px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.hero .eyebrow {
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 900;
}

.button--gold {
	color: #21170b !important;
	background: var(--gold);
	border: 1px solid var(--gold);
}

.button--gold:hover {
	color: #21170b !important;
	background: var(--gold-dark);
	border-color: var(--gold-dark);
}

.button--glass {
	color: #fffaf0;
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
}

.hero__panel {
	position: absolute;
	right: max(24px, calc((100vw - 1240px) / 2));
	bottom: 34px;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(110px, 1fr));
	overflow: hidden;
	width: min(560px, calc(100% - 48px));
	border: 1px solid var(--gold);
	border-radius: 18px;
	background: #111a16;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.hero__panel div {
	padding: 24px 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hero__panel div:last-child {
	border-right: 0;
}

.hero__panel strong,
.hero__panel span {
	display: block;
}

.hero__panel strong {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	line-height: 1;
}

.hero__panel span {
	margin-top: 8px;
	color: rgba(255, 249, 238, 0.78);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.section {
	padding: 108px 0;
}

.section--warm {
	background: var(--warm);
}


.section h2,
.contact-band h2 {
	font-size: clamp(34px, 5vw, 58px);
}

.intro__copy {
	color: var(--muted);
	font-size: 18px;
}

.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	max-width: 980px;
	margin: 0 auto 44px;
}


.venue-card {
	position: relative;
	min-height: 360px;
	overflow: hidden;
	border-radius: 20px;
	background: #241a10;
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
}

.venue-card--large {
	grid-row: span 2;
	min-height: 660px;
}

.venue-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	opacity: 0.84;
	transition: transform 400ms ease, opacity 400ms ease;
}

.venue-card::after {
	display: none;
}

.venue-card:hover img {
	opacity: 0.96;
	transform: scale(1.04);
}

.venue-card div {
	position: relative;
	padding: 26px;
	flex-grow: 1;
	z-index: 1;
	color: #fff8ea;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.venue-card span {
	color: #e6bd71;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.venue-card h3 {
	max-width: 540px;
	margin: 8px auto 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 3vw, 42px);
	line-height: 1.08;
}

.services {
	background: var(--green);
	color: #fff8ed;
}


.service-card {
	min-height: 240px;
	padding: 38px 34px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.055);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service-card h3 {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
}

.service-card p {
	margin: 0;
	color: rgba(255, 248, 237, 0.76);
}

.catering {
	background: #fffaf2;
}

.catering__image {
	overflow: hidden;
	border-radius: 20px;
	box-shadow: var(--shadow);
	height: 100%;
}

.catering__image img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}

.catering p {
	color: var(--muted);
	font-size: 18px;
}

.check-list {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 28px 0 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 30px;
	font-weight: 800;
}

.check-list li::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background: var(--gold);
	border-radius: 50%;
	content: "";
}

.check-list li::after {
	position: absolute;
	top: 8px;
	left: 6px;
	width: 8px;
	height: 4px;
	border-bottom: 2px solid #fff9ef;
	border-left: 2px solid #fff9ef;
	content: "";
	transform: rotate(-45deg);
}

.gallery {
	background: linear-gradient(180deg, #f1e5d3 0%, #efe1cd 100%);
}

.gallery-filters {
	justify-content: center;
}

.page-gallery .gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	align-items: stretch;
}

.page-gallery .gallery-grid a {
	display: block;
	overflow: hidden;
	border-radius: 8px;
}

.page-gallery .gallery-grid img {
	width: 100%;
	height: 310px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(40, 31, 18, 0.14);
	transition: transform 0.25s ease;
}

.page-gallery .gallery-grid a:hover img,
.page-gallery .gallery-grid a:focus img {
	transform: scale(1.03);
}

.page-gallery .gallery-grid a:nth-child(2),
.page-gallery .gallery-grid a:nth-child(4) {
	margin-top: 42px;
}

.gallery-lightbox-overlay {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(17, 15, 12, 0.92);
	backdrop-filter: blur(12px);
	padding: 24px;
	animation: lightboxFadeIn 0.25s ease;
}

@keyframes lightboxFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.gallery-lightbox-overlay.active {
	display: flex;
}

.gallery-lightbox-panel {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	width: min(100%, 1200px);
	animation: lightboxZoomIn 0.3s ease;
}

@keyframes lightboxZoomIn {
	from {
		transform: scale(0.92);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

.gallery-lightbox-panel img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 88vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
	position: absolute;
	top: 16px;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.08);
}

.gallery-lightbox-close {
	right: 16px;
	z-index: 2;
}

.gallery-lightbox-nav {
	top: 50%;
	transform: translateY(-50%);
}

.gallery-lightbox-prev {
	left: 16px;
}

.gallery-lightbox-next {
	right: 16px;
}

.gallery-lightbox-caption {
	margin-top: 14px;
	color: rgba(247, 243, 237, 0.8);
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	max-width: 100%;
}

@media (max-width: 900px) {
	.gallery-lightbox-nav.gallery-lightbox-prev {
		left: 6px;
	}

	.gallery-lightbox-nav.gallery-lightbox-next {
		right: 6px;
	}
}

@media (max-width: 620px) {
	.gallery-lightbox-panel {
		width: 100%;
	}

	.gallery-lightbox-close,
	.gallery-lightbox-nav {
		width: 38px;
		height: 38px;
	}
}

.contact-band {
	color: #fff8ed;
	background:
		linear-gradient(90deg, rgba(23, 60, 51, 0.94), rgba(23, 60, 51, 0.72)),
		url("/wp-content/uploads/2026/06/kuber-resort-table-setting.jpeg") center/cover;
}

.contact-band .eyebrow {
	color: #e6bd71;
}

.contact-card {
	padding: 38px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(16px);
	display: grid;
	gap: 0;
}

.contact-card p {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 18px;
	margin: 0;
	padding: 17px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-card p:last-child {
	border-bottom: 0;
}

.contact-card strong {
	color: #e6bd71;
}

.contact-card a {
	word-break: break-word;
}

.article-content,
.rich-copy,
.page-extra-copy {
	max-width: 78ch;
}

.article-content {
	margin: 0 auto;
}

.article-content .article-h1,
.article-content .article-body,
.article-content .blog-author,
.article-content img,
.article-content .comment-box {
	margin-bottom: 20px;
}

.article-content img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: var(--shadow);
}

.blog-author {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	color: var(--muted);
	font-size: 14px;
}

.comment-box {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid var(--line);
}

.tease {
	display: grid;
	grid-template-columns: minmax(0, 240px) 1fr;
	gap: 22px;
	align-items: start;
	padding: 22px 0;
	border-bottom: 1px solid var(--line);
}

.tease:last-child {
	border-bottom: 0;
}

.tease img {
	width: 100%;
	height: 100%;
	max-height: 180px;
	object-fit: cover;
	border-radius: 12px;
}

.tease .h2 {
	margin: 0 0 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.1;
}

.tease p {
	margin: 0;
	color: var(--muted);
}

.pagination-block {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pagination a,
.pagination button,
.pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--ink);
}

.pagination .current span {
	background: var(--gold);
	color: #fff9ed;
	border-color: var(--gold);
}

.site-footer {
	padding: 92px 0 36px;
	color: #e9ddcc;
	background: #120f0b;
}

.site-footer a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
	opacity: 0.8;
	transform: translateX(2px);
}

.business-description {
	max-width: 420px;
}

.brand--footer small,
.site-footer p,
.site-footer span {
	color: rgba(233, 221, 204, 0.78);
}

.brand--footer {
	margin-bottom: 18px;
}

.site-footer h3 {
	margin: 0 0 20px;
	color: #fff8ed;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
}

.site-footer .site-shell>.row>* {
	margin-bottom: 32px;
}

.site-footer__grid {
	align-items: start;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.site-footer .footer-socials {
	display: inline-flex !important;
	align-items: center !important;
	gap: 14px !important;
}

.site-footer .footer-social-link {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: 50% !important;
	color: var(--gold) !important;
	background: rgba(255, 255, 255, 0.03) !important;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
	margin: 0 !important;
}

.site-footer .footer-social-link:hover,
.site-footer .footer-social-link:focus {
	color: #ffffff !important;
	background: var(--gold) !important;
	border-color: var(--gold) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 12px rgba(184, 138, 58, 0.35) !important;
}

.site-footer .footer-social-link svg {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	stroke-width: 2.25px !important;
	margin: 0 !important;
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px 24px;
	padding-top: 28px;
	margin-top: 42px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(233, 221, 204, 0.58);
	font-size: 14px;
}

.site-footer__bottom span {
	min-width: 220px;
}

@media (max-width: 991.98px) {
	.site-footer {
		padding: 50px 0 28px;
	}

	.site-footer .brand--footer {
		margin-bottom: 22px;
	}

	.site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

.site-footer__bottom a {
	color: #fff;
}

.site-footer__bottom a:hover,
.site-footer__bottom a:focus {
	color: #fff;
	opacity: 0.8;
}

.site-footer__bottom--simple {
	align-items: center;
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.inner-hero {
	position: relative;
	display: grid;
	min-height: 460px;
	place-items: end start;
	overflow: hidden;
	padding: 110px 0 76px;
	color: #fff8ed;
	background: #1d1811;
}

.inner-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(135deg, rgba(23, 60, 51, 0.88), rgba(23, 60, 51, 0.72)),
		var(--inner-hero-image, url("/wp-content/uploads/2026/06/kuber-resort-night-view.jpeg")) center/cover;
	transform: scale(1.02);
}

.inner-hero>.site-shell {
	position: relative;
	z-index: 1;
}

.inner-hero h1 {
	max-width: 860px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 7vw, 82px);
	line-height: 1.02;
}

.inner-hero p:not(.eyebrow) {
	max-width: 660px;
	margin: 20px 0 0;
	color: rgba(255, 248, 237, 0.8);
	font-size: 19px;
}

.inner-hero--about {
	--inner-hero-image: url("/wp-content/uploads/2026/06/kuber-resort-welcome-lobby.jpeg");
}

.inner-hero--venues {
	--inner-hero-image: url("/wp-content/uploads/2026/06/kuber-resort-corporate-setup.jpeg");
}

.inner-hero--catering {
	--inner-hero-image: url("/wp-content/uploads/2026/06/kuber-resort-dessert-counter.jpeg");
}

.inner-hero--gallery {
	--inner-hero-image: url("/wp-content/uploads/2026/06/kuber-resort-outdoor-buffet.jpeg");
}

.inner-hero--contact {
	--inner-hero-image: url("/wp-content/uploads/2026/06/kuber-resort-poolside-seating.jpeg");
}

.inner-hero--centered {
	place-items: center !important;
	text-align: center !important;
}

.inner-hero--centered>.site-shell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.inner-hero--centered h1,
.inner-hero--centered p {
	margin-left: auto !important;
	margin-right: auto !important;
}


.split-page h2,
.catering-page h2,
.contact-page h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.04;
}

.rich-copy {
	color: var(--muted);
	font-size: 18px;
}

.rich-copy>*:first-child {
	margin-top: 0;
}

.rich-copy>*:last-child {
	margin-bottom: 0;
}

.page-feature-card {
	border: 1px solid var(--line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.52);
	box-shadow: 0 18px 48px rgba(40, 31, 18, 0.1);
	height: 100%;
}


.page-feature-card {
	overflow: hidden;
}

.page-feature-card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.page-feature-card h2 {
	margin: 24px 24px 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 31px;
	line-height: 1.08;
}

.page-feature-card p {
	margin: 0 24px 28px;
	color: var(--muted);
}

.gallery--page .gallery-grid {
	grid-template-columns: repeat(3, 1fr);
}

.gallery--page .gallery-grid img {
	margin-top: 0;
}

.gallery--page .gallery-grid a:nth-child(2),
.gallery--page .gallery-grid a:nth-child(4) {
	margin-top: 0;
}

.page-extra-copy {
	max-width: 820px;
	margin-top: 42px;
}

.contact-page {
	background: #fffaf2;
}

.contact-card--light {
	color: var(--ink);
	background: #fff;
	border-color: var(--line);
	box-shadow: var(--shadow);
}

.contact-card--light a,
.contact-card--light span {
	color: var(--ink) !important;
}

.contact-card--light p {
	border-bottom-color: var(--line);
}

.contact-card--light strong {
	color: var(--gold-dark);
}

.contact-form-section {
	background: var(--warm);
}


.resort-form {
	display: grid;
	gap: 18px;
	padding: 34px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fffaf2;
	box-shadow: var(--shadow);
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.resort-form label,
.resort-form span {
	display: block;
}

.resort-form label {
	color: var(--ink);
	font-weight: 800;
}

.resort-form span {
	margin-bottom: 7px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.resort-form input,
.resort-form select,
.resort-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid rgba(23, 19, 14, 0.18);
	border-radius: 8px;
	color: var(--ink);
	background: #fff;
	font: inherit;
}

.resort-form textarea {
	resize: vertical;
}

.resort-form input:focus,
.resort-form select:focus,
.resort-form textarea:focus {
	outline: 2px solid rgba(184, 138, 58, 0.35);
	border-color: var(--gold);
}

.resort-form .button {
	justify-self: start;
	border: 0;
	cursor: pointer;
}

.resort-form__hidden {
	position: absolute;
	left: -9999px;
}

.form-alert {
	padding: 14px 16px;
	border-radius: 8px;
	font-weight: 800;
}

.form-alert p {
	margin: 0;
}

.form-alert p+p {
	margin-top: 6px;
}

.form-alert--success {
	color: #143b2f;
	background: rgba(23, 60, 51, 0.12);
}

.form-alert--error {
	color: #7b271d;
	background: rgba(168, 58, 42, 0.12);
}

@media (max-width: 900px) {
	.topbar__inner {
		justify-content: center;
		text-align: center;
	}

	.topbar__inner a:last-child,
	.topbar__inner span {
		display: none;
	}

	.hero {
		min-height: 760px;
	}

	.hero__content {
		padding-top: 74px;
	}

	.hero__panel {
		right: 20px;
		left: 20px;
		grid-template-columns: 1fr;
		width: auto;
	}

	.hero__panel div {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}

	.hero__panel div:last-child {
		border-bottom: 0;
	}

	.venue-card,
	.venue-card--large {
		min-height: 360px;
	}

	.gallery--page .gallery-grid,
	.page-gallery .gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.page-gallery .gallery-grid img:nth-child(2),
	.page-gallery .gallery-grid img:nth-child(4) {
		margin-top: 0;
	}
}

@media (max-width: 620px) {
	.site-shell {
		width: min(100% - 28px, 1160px);
	}

	.nav-wrap {
		min-height: 74px;
	}

	.brand strong {
		font-size: 19px;
	}

	.brand small {
		font-size: 10px;
	}

	.brand__image--header {
		max-width: min(230px, 58vw);
		max-height: 54px;
	}

	.brand__image--footer {
		max-width: 220px;
		max-height: 180px;
	}

	.hero {
		min-height: 820px;
	}

	.hero h1 {
		font-size: 43px;
	}

	.section {
		padding: 68px 0;
	}

	.gallery--page .gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.page-gallery .gallery-grid {
		grid-template-columns: 1fr;
	}

	.page-gallery .gallery-grid img {
		height: 280px;
	}

	.contact-card {
		padding: 22px;
	}

	.contact-card p {
		grid-template-columns: 1fr;
		gap: 4px;
	}

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

	.resort-form {
		padding: 22px;
	}

	.site-footer__bottom {
		display: grid;
	}
}

/* ============================================================
   ABOUT PAGE — Premium Redesign
   ============================================================ */

.about-story {
	background: #fff;
}

.about-story__frame {
	position: relative;
	padding: 20px;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}

.about-story__frame::before {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	content: "";
	border: 2px solid var(--gold);
	border-radius: 16px;
	pointer-events: none;
	z-index: 0;
}

.about-story__image {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	margin-left: 20px;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: var(--shadow);
}

.about-story__image::after {
	position: absolute;
	inset: 0;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	pointer-events: none;
}

.about-story__image img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	transition: transform 0.6s ease;
	display: block;
}

.about-story__image:hover img {
	transform: scale(1.04);
}

.about-story__content h2 {
	margin: 0 0 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 48px);
	line-height: 1.1;
	color: var(--ink);
}

.about-story__content .rich-copy {
	color: var(--muted);
	font-size: 16.5px;
	line-height: 1.75;
}

.about-story__content .rich-copy p {
	margin: 0 0 16px;
}

.about-story__content .rich-copy .lead-text {
	font-size: 19px;
	line-height: 1.6;
	color: var(--ink);
	font-weight: 500;
}

.about-story__signature {
	margin-top: 32px;
	position: relative;
}

.about-story__signature strong {
	display: block;
	color: var(--ink);
	font-size: 17px;
	font-weight: 700;
}

.about-story__signature span {
	display: block;
	margin-top: 2px;
	color: var(--gold-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Stats Section Redesign */
.about-stats {
	background: var(--green);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.about-stats::before {
	position: absolute;
	inset: 0;
	content: "";
	background: radial-gradient(circle at 75% 25%, rgba(184, 138, 58, 0.15), transparent 60%);
	pointer-events: none;
}

.about-stat-card {
	position: relative;
	padding: 40px 24px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, border-color 0.3s ease;
}

.about-stat-card:hover {
	transform: translateY(-6px);
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(184, 138, 58, 0.3);
}

.about-stat-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	color: var(--gold);
	background: rgba(184, 138, 58, 0.12);
	transition: transform 0.3s ease;
}

.about-stat-card:hover .about-stat-card__icon {
	transform: scale(1.1);
}

.about-stat-card__number {
	display: block;
	margin-top: 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 44px);
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

.about-stat-card__label {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 248, 237, 0.6);
}

/* Features Section */
.about-features {
	background: #fffaf2;
}

.about-feature-card {
	padding: 36px 30px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(40, 31, 18, 0.05);
	transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease;
	height: 100%;
}

.about-feature-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 48px rgba(184, 138, 58, 0.15);
	border-color: rgba(184, 138, 58, 0.25);
}

.about-feature-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	border-radius: 14px;
	color: var(--gold-dark);
	background: rgba(184, 138, 58, 0.1);
	transition: transform 0.3s ease;
}

.about-feature-card:hover .about-feature-card__icon {
	transform: scale(1.1) rotate(5deg);
}

.about-feature-card h3 {
	margin: 0 0 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	color: var(--ink);
}

.about-feature-card p {
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.6;
}

/* About CTA Section */
.about-cta {
	text-align: center;
	background:
		linear-gradient(135deg, rgba(23, 60, 51, 0.95), rgba(23, 60, 51, 0.82)),
		url("/wp-content/uploads/2026/06/kuber-resort-night-view.jpeg") center/cover;
}

.about-cta__inner {
	max-width: 680px;
	margin: 0 auto;
	padding: 80px 0;
	color: #fff8ed;
}

.about-cta h2 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.04;
}

.about-cta p {
	margin: 0 0 32px;
	color: rgba(255, 248, 237, 0.78);
	font-size: 18px;
}

/* About Journey Timeline Redesign */
.about-journey {
	background: #fff;
	overflow: hidden;
}

.timeline-container {
	position: relative;
	padding: 40px 0;
}

.timeline-line {
	position: absolute !important;
	left: 18px !important;
	top: 0 !important;
	bottom: 0 !important;
	width: 2px !important;
	background: rgba(184, 138, 58, 0.3) !important;
}

@media (min-width: 768px) {
	.timeline-line {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
}

.timeline-items {
	display: flex !important;
	flex-direction: column !important;
	gap: 40px !important;
	position: relative !important;
	width: 100% !important;
}

.timeline-item {
	position: relative !important;
	width: 100% !important;
}

@media (min-width: 768px) {
	.timeline-item {
		width: 50% !important;
	}
	
	.timeline-item:nth-child(odd) {
		align-self: flex-start !important;
		padding-right: 48px !important;
		text-align: right !important;
	}
	
	.timeline-item:nth-child(even) {
		align-self: flex-end !important;
		padding-left: 48px !important;
		text-align: left !important;
	}
}

.timeline-badge {
	position: absolute !important;
	top: 32px !important;
	left: 9px !important;
	width: 18px !important;
	height: 18px !important;
	border-radius: 50% !important;
	background: var(--green) !important;
	border: 3px solid var(--gold) !important;
	box-shadow: 0 0 0 4px var(--surface) !important;
	z-index: 2 !important;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

@media (min-width: 768px) {
	.timeline-badge {
		top: 36px !important;
	}
	
	.timeline-item:nth-child(odd) .timeline-badge {
		left: auto !important;
		right: -9px !important;
	}
	
	.timeline-item:nth-child(even) .timeline-badge {
		left: -9px !important;
	}
}

.timeline-item:hover .timeline-badge {
	background: var(--gold) !important;
	border-color: var(--green) !important;
	transform: scale(1.3) !important;
	box-shadow: 0 0 12px rgba(184, 138, 58, 0.5) !important;
}

.timeline-card {
	position: relative !important;
	padding: 28px !important;
	border: 1px solid var(--line) !important;
	border-radius: 20px !important;
	background: var(--surface) !important;
	box-shadow: 0 8px 30px rgba(40, 31, 18, 0.04) !important;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease !important;
	margin-left: 36px !important; /* Mobile offset for badge */
}

@media (min-width: 768px) {
	.timeline-item:nth-child(odd) .timeline-card {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.timeline-item:nth-child(even) .timeline-card {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.timeline-item:hover .timeline-card {
	transform: translateY(-4px) !important;
	box-shadow: 0 16px 40px rgba(184, 138, 58, 0.12) !important;
	border-color: rgba(184, 138, 58, 0.3) !important;
}

.timeline-year {
	display: inline-block !important;
	margin-bottom: 10px !important;
	padding: 4px 14px !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: var(--gold-dark) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0.05em !important;
}

.timeline-title {
	margin: 0 0 10px !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 21px !important;
	font-weight: 700 !important;
	color: var(--ink) !important;
}

.timeline-desc {
	margin: 0 !important;
	color: var(--muted) !important;
	font-size: 14.5px !important;
	line-height: 1.6 !important;
}

/* Testimonials Section */
.about-testimonials {
	background: var(--warm);
}

.testimonial-card {
	padding: 44px 32px 34px;
	border: 1px solid var(--line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(40, 31, 18, 0.05);
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.testimonial-card:hover {
	transform: translateY(-5px);
	border-color: rgba(184, 138, 58, 0.2);
	box-shadow: 0 20px 45px rgba(40, 31, 18, 0.1);
}

.testimonial-card__quote-mark {
	position: absolute;
	top: -8px;
	left: 24px;
	font-family: Georgia, serif;
	font-size: 90px;
	line-height: 1;
	color: var(--gold);
	opacity: 0.15;
	pointer-events: none;
	user-select: none;
}

.testimonial-card__text {
	flex: 1;
	margin: 0 0 24px;
	color: var(--muted);
	font-size: 15.5px;
	line-height: 1.7;
	font-style: italic;
	position: relative;
	z-index: 1;
}

.testimonial-card__footer {
	position: relative;
	z-index: 1;
}

.testimonial-card__stars {
	display: flex;
	gap: 3px;
	margin-bottom: 14px;
}

.testimonial-card__stars svg {
	display: block;
}

.testimonial-card__author {
	padding-top: 16px;
	border-top: 1px solid var(--line);
}

.testimonial-card__author strong {
	display: block;
	color: var(--ink);
	font-size: 15.5px;
	font-weight: 700;
}

.testimonial-card__author span {
	display: block;
	margin-top: 2px;
	color: var(--gold-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* ============================================================
   GALLERY PAGE — Premium Redesign
   ============================================================ */

.gallery-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 36px;
}

.gallery-filter {
	padding: 10px 22px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: transparent;
	color: var(--muted);
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.25s ease;
}

.gallery-filter:hover {
	border-color: var(--gold);
	color: var(--gold-dark);
	background: rgba(184, 138, 58, 0.06);
}

.gallery-filter.is-active {
	color: #fff9ed;
	border-color: var(--gold);
	background: var(--gold);
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	gap: 16px;
}

.gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(40, 31, 18, 0.06);
	transition: box-shadow 0.3s ease;
}

.gallery-item:hover {
	box-shadow: 0 8px 32px rgba(40, 31, 18, 0.14);
}

.gallery-item[data-ratio="3-2"] {
	grid-row: span 2;
}

.gallery-item[data-ratio="1-1"] {
	grid-row: span 1;
}

.gallery-item[data-ratio="4-5"] {
	grid-row: span 2;
}

.gallery-item__thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.gallery-item__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-item__thumb img {
	transform: scale(1.06);
}

.gallery-item__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(23, 19, 14, 0);
	transition: background 0.35s ease;
}

.gallery-item:hover .gallery-item__overlay {
	background: rgba(23, 19, 14, 0.4);
}

.gallery-item__zoom {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #fff;
	background: rgba(255, 255, 255, 0);
	transform: scale(0.6);
	transition: all 0.3s ease;
}

.gallery-item:hover .gallery-item__zoom {
	transform: scale(1);
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(6px);
}

.gallery-item__label {
	position: absolute;
	right: 16px;
	bottom: 14px;
	left: 16px;
	display: block;
	padding: 6px 12px;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	background: rgba(23, 19, 14, 0.55);
	backdrop-filter: blur(6px);
	opacity: 0;
	transform: translateY(6px);
	transition: all 0.3s ease;
}

.gallery-item:hover .gallery-item__label {
	opacity: 1;
	transform: translateY(0);
}

/* Gallery responsive */

@media (max-width: 900px) {
	.about-story__image img {
		height: 340px;
	}

	.about-stat+.about-stat {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.about-stat {
		padding: 36px 20px;
	}

	.journey-milestone {
		flex: 1 0 160px;
		padding: 24px 16px 16px;
	}

	.gallery--page .gallery-grid,
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 620px) {
	.about-story__image img {
		height: 260px;
	}

	.about-feature-card {
		padding: 26px 22px;
	}

	.about-cta__inner {
		padding: 56px 0;
	}

	.journey-strip {
		flex-direction: column;
		gap: 16px;
		overflow-x: visible;
		padding-bottom: 0;
		margin-top: 32px;
	}

	.journey-milestone {
		flex: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 8px 14px;
		padding: 18px;
		border: 1px solid var(--line);
		border-radius: 12px;
		text-align: left;
	}

	.journey-milestone:last-child {
		border-right: 1px solid var(--line);
	}

	.journey-milestone__year {
		margin-bottom: 0;
	}

	.journey-milestone__sep {
		display: none;
	}

	.journey-milestone__label {
		margin-bottom: 0;
		font-size: 16px;
	}

	.journey-milestone p {
		width: 100%;
		font-size: 13px;
	}

	.testimonial-card {
		padding: 26px 22px;
	}

	.gallery--page .gallery-grid,
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 12px !important;
	}

	.gallery-item[data-ratio="3-2"],
	.gallery-item[data-ratio="4-5"],
	.gallery-item[data-ratio="1-1"] {
		grid-row: span 1 !important;
		aspect-ratio: 4 / 3 !important;
	}

	.gallery-filters {
		gap: 6px;
		margin-bottom: 24px;
	}

	.gallery-filter {
		padding: 8px 16px;
		font-size: 12px;
	}

	.gallery-item__label {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		padding: 8px 6px;
		border-radius: 0;
		font-size: 11px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		background: rgba(23, 19, 14, 0.75);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		color: #fff;
		opacity: 1;
		transform: translateY(0);
	}

	.gallery--page {
		padding-bottom: 96px !important;
	}
}

/* ============================================================
   BOOTSTRAP 5 — Theme Overrides
   ============================================================ */

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	padding-right: var(--bs-gutter-x, 20px);
	padding-left: var(--bs-gutter-x, 20px);
}

.row {
	--bs-gutter-x: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--bs-gutter-x) * -0.5);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.row.g-5 {
	gap: 2rem;
}

.row.g-0 {
	gap: 0;
}

.row.g-3 {
	gap: 1rem;
}

.row.g-4 {
	gap: 1.5rem;
}

/* Display utilities */
.d-flex {
	display: flex !important;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-grid {
	display: grid !important;
}

@media (max-width: 767px) {
	.d-md-none {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.d-md-flex {
		display: flex !important;
	}

	.d-md-none {
		display: none !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-flex {
		display: flex !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

/* Flex utilities */
.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.align-items-md-center {
	align-items: center !important;
}

/* Margin utilities */
.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.text-center {
	text-align: center !important;
}

.text-start {
	text-align: start !important;
}

.text-end {
	text-align: end !important;
}

.h-100 {
	height: 100%;
}

.display-5 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 52px);
	font-weight: 700;
	line-height: 1.04;
}

.fs-5 {
	font-size: 1.1rem;
}

.mb-4 {
	margin-bottom: 1.5rem;
}

/* Bootstrap Grid System - Mobile First */
.col,
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

/* Small breakpoint (576px) */
@media (min-width: 576px) {
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/* Medium breakpoint (768px) */
@media (min-width: 768px) {
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/* Large breakpoint (992px) */
@media (min-width: 992px) {
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.btn {
	border-radius: 999px;
	font-weight: 900;
	padding: 0 24px;
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-gold {
	color: #21170b;
	background: var(--gold);
	border-color: var(--gold);
}

.btn-gold:hover {
	color: #21170b;
	background: var(--gold-dark);
	border-color: var(--gold-dark);
}

.btn-outline-glass {
	color: #fffaf0;
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
}

.btn-outline-glass:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.6);
}

.navbar {
	padding: 0;
	min-height: 72px;
}

.navbar-nav {
	gap: 2px;
}

.navbar-nav .nav-link {
	padding: 0.5rem 0.875rem;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 800;
	color: var(--ink);
	transition: background 0.2s, color 0.2s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	background: rgba(23, 19, 14, 0.06);
	color: var(--gold-dark);
}

.navbar-nav .nav-link.active {
	background: rgba(184, 138, 58, 0.1);
	color: var(--gold-dark);
}

.navbar-nav .nav-cta {
	color: #fff9ed;
	background: var(--green);
}

.navbar-nav .nav-cta:hover {
	color: #fff9ed;
	background: #1e4d41;
}

.navbar-toggler {
	border: 1px solid rgba(23, 19, 14, 0.16);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	transition: background 0.2s ease, transform 0.2s ease;
	position: relative;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	background: #f4ebd8;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(23, 19, 14, 0.08);
}

.navbar-toggler-icon {
	display: block;
	width: 24px;
	height: 24px;
	background-image:
		linear-gradient(var(--green), var(--green)),
		linear-gradient(var(--green), var(--green)),
		linear-gradient(var(--green), var(--green));
	background-repeat: no-repeat;
	background-size: 22px 2px, 22px 2px, 22px 2px;
	background-position: center 6px, center 12px, center 18px;
	margin: 0;
	padding: 0;
}

.navbar-toggler-icon+.navbar-toggler-icon,
.navbar-toggler-icon+.navbar-toggler-icon+.navbar-toggler-icon {
	display: none;
}

@media (max-width: 991.98px) {
	.navbar-collapse {
		background: var(--surface, #fffaf2);
		border-radius: 24px;
		padding: 18px 16px;
		box-shadow: 0 24px 48px rgba(23, 19, 14, 0.14);
		margin-top: 12px;
	}

	.offcanvas.nav-main {
		background-color: rgba(255, 250, 242, 0.95) !important;
		--bs-offcanvas-bg: rgba(255, 250, 242, 0.95) !important;
		backdrop-filter: blur(20px);
		border-left: 1px solid rgba(23, 19, 14, 0.08) !important;
		width: min(100%, 380px) !important;
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	}

	.offcanvas-header {
		padding: 24px 28px 12px !important;
		border-bottom: none !important;
	}

	.offcanvas-title {
		font-family: Cormorant Garamond, Georgia, serif !important;
		font-size: 26px !important;
		font-weight: 700 !important;
		color: var(--green) !important;
		letter-spacing: 0.04em;
	}

	.offcanvas-body {
		padding: 12px 28px 32px !important;
	}

	.offcanvas.nav-main a {
		color: var(--ink) !important;
		justify-content: flex-start;
		border-radius: 12px;
		font-size: 18px;
		font-weight: 600;
		padding: 10px 16px !important;
		transition: all 0.2s ease;
	}

	.offcanvas.nav-main a:hover,
	.offcanvas.nav-main a:focus {
		background: rgba(23, 60, 51, 0.06);
		color: var(--green) !important;
		transform: translateX(4px);
	}

	.offcanvas.nav-main .current-menu-item>a,
	.offcanvas.nav-main .current_page_item>a {
		background: rgba(23, 60, 51, 0.1);
		color: var(--green) !important;
	}

	.navbar-nav {
		flex-direction: column;
		gap: 8px;
	}

	.navbar-nav .nav-link {
		display: flex;
		width: 100%;
		border-radius: 12px;
	}

	.offcanvas.nav-main .navbar-nav .nav-cta {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		width: 100%;
		min-height: 52px;
		margin-top: 16px;
		font-size: 16px;
		font-weight: 800;
		border-radius: 999px !important;
		background: linear-gradient(135deg, var(--green), #245a4c) !important;
		color: #fff9ed !important;
		box-shadow: 0 8px 24px rgba(23, 60, 51, 0.22);
		text-align: center;
		transform: none !important;
	}

	.offcanvas.nav-main .navbar-nav>li:last-child>a {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		width: 100%;
		min-height: 52px;
		margin-top: 16px;
		font-size: 16px;
		font-weight: 800;
		border-radius: 999px !important;
		background: linear-gradient(135deg, var(--green), #245a4c) !important;
		color: #fff9ed !important;
		box-shadow: 0 8px 24px rgba(23, 60, 51, 0.22);
		text-align: center;
		transform: none !important;
	}

	.offcanvas.nav-main .navbar-nav>li:last-child>a:hover,
	.offcanvas.nav-main .navbar-nav>li:last-child>a:focus {
		background: linear-gradient(135deg, #245a4c, #2e7361) !important;
		color: #ffffff !important;
		box-shadow: 0 10px 28px rgba(23, 60, 51, 0.32);
		transform: translateY(-1px) !important;
	}

	.offcanvas.nav-main .navbar-nav .nav-cta:hover,
	.offcanvas.nav-main .navbar-nav .nav-cta:focus {
		background: linear-gradient(135deg, #245a4c, #2e7361) !important;
		color: #ffffff !important;
		box-shadow: 0 10px 28px rgba(23, 60, 51, 0.32);
		transform: translateY(-1px) !important;
	}

	/* Offcanvas Footer Styling */
	.offcanvas-footer {
		margin-top: auto;
		padding-top: 24px;
	}

	.offcanvas-footer__divider {
		height: 1px;
		background: rgba(23, 19, 14, 0.08);
		margin-bottom: 24px;
	}

	.offcanvas-footer__contact {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 20px;
	}

	.offcanvas-footer__label {
		font-size: 11px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 0.12em;
		color: var(--muted);
		margin-bottom: 4px;
		display: block;
	}

	.offcanvas-footer__link {
		display: flex !important;
		align-items: center;
		gap: 10px;
		color: var(--ink) !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		text-decoration: none;
		padding: 4px 0 !important;
		background: transparent !important;
		border-radius: 0 !important;
	}

	.offcanvas-footer__link:hover,
	.offcanvas-footer__link:focus {
		color: var(--gold-dark) !important;
		background: transparent !important;
		transform: none !important;
	}

	.offcanvas-footer__link svg {
		color: var(--gold);
		flex-shrink: 0;
	}

	.offcanvas-footer__location {
		display: flex;
		align-items: flex-start;
		gap: 8px;
		font-size: 13px;
		color: var(--muted);
		line-height: 1.4;
		margin-top: 8px;
	}

	.offcanvas-footer__location svg {
		color: var(--gold);
		margin-top: 3px;
		flex-shrink: 0;
	}
}

.navbar-toggler-icon+.navbar-toggler-icon {
	margin-top: 0;
}

.card {
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(40, 31, 18, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(40, 31, 18, 0.1);
}

.card-body {
	padding: 30px;
}

.list-unstyled li {
	margin-bottom: 8px;
}

/* Fix Bootstrap row negative margins inside .site-shell */
.site-shell>.row {
	margin-left: calc(var(--bs-gutter-x) * -0.5);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
}

@media (max-width: 575.98px) {
	.navbar-nav .nav-link {
		padding: 0.5rem 1rem;
	}

	.display-1 {
		font-size: calc(1.625rem + 4.5vw);
	}

	.display-2 {
		font-size: calc(1.375rem + 3.5vw);
	}

	.display-3 {
		font-size: calc(1.3rem + 3vw);
	}

	.display-4 {
		font-size: calc(1.2rem + 2.5vw);
	}
}

@media (min-width: 576px) {
	.site-shell {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.site-shell {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.site-shell {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.site-shell {
		max-width: 1160px;
	}
}

/* ============================================
   PREMIUM DESIGN ENHANCEMENTS
   ============================================ */

/* Floating Action Buttons */
.floating-actions {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.floating-btn {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
	font-size: 24px;
	color: #fff;
}

.floating-btn:hover {
	transform: scale(1.12);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.floating-btn--phone {
	background: var(--green);
}

.floating-btn--phone:hover {
	background: #0f2b24;
}

.floating-btn--whatsapp {
	background: #25d366;
}

.floating-btn--whatsapp:hover {
	background: #1fad4f;
}

@media (max-width: 576px) {
	.floating-actions {
		bottom: 20px;
		right: 20px;
	}

	.floating-btn {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
}

/* Decorative Section Dividers */
.section-divider {
	text-align: center;
	padding: 40px 0;
}

.section-divider::before {
	content: '✦';
	font-size: 32px;
	color: var(--gold);
	line-height: 1;
	display: inline-block;
}

.ornament {
	text-align: center;
	font-size: 40px;
	color: var(--gold);
	margin: 20px 0;
}

/* Premium footer enhancement */
.site-footer {
	position: relative;
}

.site-footer::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 6px;
	background: linear-gradient(90deg, transparent, var(--gold), transparent);
	border-radius: 3px;
}

/* ============================================================
   PREMIUM FRONT-PAGE OVERHAUL
   ============================================================ */

/* ---------- Premium Typography ---------- */
body {
	font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hero h1,
.section h2,
.contact-band h2,
.venue-card h3,
.service-card h3,
.display-5,
.hero__panel strong,
.brand strong,
.site-footer h3 {
	font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

.hero h1 {
	font-weight: 600;
	letter-spacing: -0.02em;
}

.section h2,
.contact-band h2,
.display-5 {
	font-weight: 600;
	letter-spacing: -0.01em;
}

/* ---------- Scroll Reveal System ---------- */
@keyframes revealUp {
	from {
		opacity: 0;
		transform: translateY(44px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes revealScale {
	from {
		opacity: 0;
		transform: scale(0.92);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

[data-reveal] {
	opacity: 0;
	transform: translateY(44px);
	transition: none;
}

[data-reveal].is-visible {
	animation: revealUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

[data-reveal][data-reveal-delay="1"].is-visible {
	animation-delay: 0.12s;
}

[data-reveal][data-reveal-delay="2"].is-visible {
	animation-delay: 0.24s;
}

[data-reveal][data-reveal-delay="3"].is-visible {
	animation-delay: 0.36s;
}

[data-reveal][data-reveal-delay="4"].is-visible {
	animation-delay: 0.48s;
}

/* ---------- Hero Enhancements ---------- */
.hero {
	min-height: 100vh;
	min-height: 100dvh;
}

.hero__media {
	animation: heroZoom 25s ease-in-out infinite alternate;
}

@keyframes heroZoom {
	from {
		transform: scale(1.02);
	}

	to {
		transform: scale(1.12);
	}
}

.hero__content {
	padding: 120px 0 180px;
}

.hero h1 {
	text-shadow: 0 4px 60px rgba(0, 0, 0, 0.3);
}

.hero__lead {
	font-size: 18px;
	line-height: 1.7;
	max-width: 600px;
	color: rgba(255, 249, 238, 0.78);
}

/* Hero scroll hint */
.hero__scroll-hint {
	position: absolute;
	bottom: 100px;
	left: max(20px, calc((100vw - 1160px) / 2));
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 249, 238, 0.5);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	animation: scrollBounce 2.5s ease-in-out infinite;
}

@keyframes scrollBounce {

	0%,
	100% {
		transform: translateY(0);
		opacity: 0.5;
	}

	50% {
		transform: translateY(8px);
		opacity: 1;
	}
}

/* Hero button enhancement */
.button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.button--gold {
	box-shadow: 0 4px 20px rgba(184, 138, 58, 0.3);
}

.button--gold:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 32px rgba(184, 138, 58, 0.45);
}

.button--glass {
	transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.button--glass:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.6);
	transform: translateY(-2px);
}

.button--outline {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 28px;
	border: 2px solid var(--gold);
	border-radius: 999px;
	color: var(--gold-dark);
	font-weight: 900;
	background: transparent;
	transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.button--outline:hover {
	color: #fff9ed;
	background: var(--gold);
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(184, 138, 58, 0.3);
}

/* Hero panel enhancement */
.hero__panel {
	border-radius: 16px;
	background: rgba(255, 250, 242, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(28px);
	-webkit-backdrop-filter: blur(28px);
}

.hero__panel div {
	padding: 26px 28px;
}

.hero__panel strong {
	font-size: 36px;
	font-weight: 600;
	background: linear-gradient(135deg, #fff, #e6bd71);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* ---------- Section Divider ---------- */
.section-divider {
	padding: 32px 0;
	text-align: center;
	background: var(--paper);
}

.section-divider::before {
	content: '◆';
	font-size: 16px;
	color: var(--gold);
	opacity: 0.5;
}

/* ---------- Intro Section Enhancement ---------- */
.intro {
	padding: 80px 0;
}

.intro__accent {
	width: 60px;
	height: 3px;
	margin-top: 28px;
	background: linear-gradient(90deg, var(--gold), transparent);
	border-radius: 2px;
}

.intro .display-5 {
	color: var(--ink);
}

.intro .text-muted {
	line-height: 1.8;
}

/* ---------- Venues Section Enhancement ---------- */
.section--warm {
	padding: 110px 0;
}

.venue-card {
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.venue-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 32px 80px rgba(40, 31, 18, 0.28);
}

.venue-card img {
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}

.venue-card:hover img {
	transform: scale(1.08);
	opacity: 1;
}

.venue-card::after {
	display: none;
}

.venue-card div {
	padding: 30px;
}

/* ---------- Gallery Page Text Alignment ---------- */
.page-gallery .rich-copy,
.page-gallery .page-extra-copy {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.page-gallery .rich-copy h1,
.page-gallery .rich-copy h2,
.page-gallery .rich-copy h3,
.page-gallery .rich-copy h4,
.page-gallery .rich-copy p,
.page-gallery .rich-copy blockquote {
	text-align: center;
}

.page-gallery .wp-block-buttons {
	justify-content: center;
}

/* ---------- Gutenberg Global Fixes ---------- */
.wp-block-columns {
	align-items: center;
}

.venue-card h3 {
	font-weight: 600;
}

.venue-card span {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 10px;
	border-radius: 999px;
	background: rgba(230, 189, 113, 0.2);
	backdrop-filter: blur(8px);
	font-size: 11px;
}

/* ---------- Service Cards Enhancement ---------- */
.services {
	padding: 110px 0;
}

.section-head--light h2 {
	color: #fff8ed;
}

.service-card {
	padding: 40px 34px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	min-height: 280px;
}

.service-card:hover {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-8px);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.service-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 24px;
	border-radius: 18px;
	background: rgba(230, 189, 113, 0.12);
	border: 1px solid rgba(230, 189, 113, 0.2);
	color: #e6bd71;
	transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover .service-card__icon {
	background: rgba(230, 189, 113, 0.2);
	transform: scale(1.08) rotate(3deg);
	box-shadow: 0 8px 24px rgba(230, 189, 113, 0.15);
}

.service-card h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 14px;
}

.service-card p {
	color: rgba(255, 248, 237, 0.65);
	line-height: 1.7;
	font-size: 15px;
}

/* ---------- Catering Section Enhancement ---------- */
.catering {
	padding: 110px 0;
}

.catering__image {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.catering__image::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.catering__image img {
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.catering__image:hover img {
	transform: scale(1.04);
}

.catering .display-5 {
	margin-bottom: 18px;
}

.catering .text-muted {
	line-height: 1.8;
}

.check-list {
	margin-top: 32px;
}

.check-list li {
	font-size: 16px;
	padding-left: 34px;
	line-height: 1.6;
}

.check-list li::before {
	width: 22px;
	height: 22px;
	background: linear-gradient(135deg, var(--gold), var(--gold-dark));
	box-shadow: 0 2px 8px rgba(184, 138, 58, 0.3);
}

/* ---------- Gallery Section Enhancement ---------- */
.gallery {
	padding: 110px 0;
	background: linear-gradient(180deg, #f0e4d0, #efe1cc);
}

.gallery__grid-home {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.gallery__item {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	cursor: pointer;
	box-shadow: 0 8px 28px rgba(40, 31, 18, 0.1);
	transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery__item:nth-child(1),
.gallery__item:nth-child(3) {
	aspect-ratio: 3 / 4;
}

.gallery__item:nth-child(2),
.gallery__item:nth-child(4) {
	aspect-ratio: 3 / 4;
	margin-top: 48px;
}

.gallery__item:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(40, 31, 18, 0.2);
}

.gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery__item:hover img {
	transform: scale(1.08);
}

.gallery__item-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	padding: 24px;
	background: linear-gradient(0deg, rgba(18, 14, 9, 0.7) 0%, transparent 50%);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.gallery__item:hover .gallery__item-overlay {
	opacity: 1;
}

.gallery__item-overlay span {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.gallery__cta {
	text-align: center;
	margin-top: 48px;
}

/* ---------- Contact Section Enhancement ---------- */
.contact-band {
	padding: 110px 0;
}

.contact-band .display-5 {
	margin-bottom: 28px;
}

.contact-band__actions {
	margin-top: 32px;
}

.contact-band__actions .button--gold {
	display: inline-flex;
	gap: 10px;
}

.contact-card {
	padding: 40px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.contact-card p {
	padding: 18px 0;
}

.contact-card strong {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(230, 189, 113, 0.8);
}

.contact-card a,
.contact-card span {
	color: #fff8ed;
	font-size: 16px;
}

/* ---------- Section Head Enhancement ---------- */
.section-head {
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 56px;
}

.section-head .display-5 {
	max-width: 700px;
}

.section-head .eyebrow {
	margin-bottom: 12px;
}

/* ---------- Eyebrow Enhancement ---------- */
.eyebrow {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.2em;
	font-family: 'Inter', sans-serif;
}

/* ---------- Smooth Section Transitions ---------- */
.section+.section {
	position: relative;
}

/* ---------- Responsive for premium enhancements ---------- */
@media (max-width: 900px) {
	.hero__scroll-hint {
		display: none;
	}

	.gallery__grid-home {
		grid-template-columns: repeat(2, 1fr);
	}

	.gallery__item:nth-child(2),
	.gallery__item:nth-child(4) {
		margin-top: 32px;
	}

	.hero__content {
		padding: 90px 0 160px;
	}

	.intro,
	.section--warm,
	.services,
	.catering,
	.gallery,
	.contact-band {
		padding: 80px 0;
	}
}

@media (max-width: 620px) {
	.gallery__grid-home {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.gallery__item:nth-child(2),
	.gallery__item:nth-child(4) {
		margin-top: 24px;
	}

	.gallery__item-overlay {
		opacity: 1;
	}

	.hero__content {
		padding: 70px 0 200px;
	}

	.hero__panel {
		border-radius: 12px;
	}

	.service-card {
		padding: 28px 24px;
		min-height: auto;
		border-radius: 16px;
	}

	.service-card__icon {
		width: 52px;
		height: 52px;
		border-radius: 14px;
		margin-bottom: 18px;
	}

	.venue-card,
	.catering__image {
		border-radius: 12px;
	}

	.gallery__item {
		border-radius: 10px;
	}

	.contact-card {
		padding: 24px;
		border-radius: 16px;
	}

	.intro,
	.section--warm,
	.services,
	.catering,
	.gallery,
	.contact-band {
		padding: 64px 0;
	}

	.section-head {
		margin-bottom: 36px;
	}

	.gallery__cta {
		margin-top: 32px;
	}
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
	[data-reveal] {
		opacity: 1;
		transform: none;
	}

	[data-reveal].is-visible {
		animation: none;
	}

	.hero__media {
		animation: none;
	}

	.hero__scroll-hint {
		animation: none;
	}

	.venue-card img,
	.catering__image img,
	.gallery__item img {
		transition: none;
	}
}

/* ---------- Footer & Contact List Enhancements ---------- */
.footer-contact-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}

.footer-contact-item {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	color: rgba(255, 248, 237, 0.72) !important;
	font-size: 15px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.footer-contact-item--address {
	align-items: flex-start !important;
}

.footer-contact-item a {
	color: rgba(255, 248, 237, 0.72) !important;
	font-size: 15px !important;
	display: inline-block !important;
	transition: color 0.25s ease !important;
	margin: 0 !important;
	padding: 0 !important;
}

.footer-contact-item a:hover {
	color: var(--gold) !important;
	text-decoration: none !important;
}

.footer-contact-item .contact-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 24px !important;
	height: 24px !important;
	color: var(--gold) !important;
	opacity: 0.85 !important;
	flex-shrink: 0 !important;
}

.footer-phone-label {
	font-size: 12px !important;
	color: rgba(255, 248, 237, 0.4) !important;
	font-weight: 500 !important;
}

/* ---------- Contact Cards Phone Grouping ---------- */
.contact-card__phones-list {
	width: 100% !important;
}

.contact-card__phones-list a {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	border-bottom: 0 !important;
	padding: 4px 0 !important;
	transition: color 0.25s ease !important;
}

.contact-card__phones-list a:hover {
	color: var(--gold) !important;
	text-decoration: none !important;
}

.phone-label {
	font-size: 13px !important;
	color: rgba(255, 248, 237, 0.5) !important;
	font-weight: 500 !important;
	transition: color 0.25s ease !important;
}

.contact-card--light .phone-label {
	color: var(--muted) !important;
}

.contact-card__phones-list a:hover .phone-label {
	color: var(--gold) !important;
}

/* Adjust contact card paragraph columns to look balanced */
.contact-card p {
	grid-template-columns: 80px 1fr !important;
	gap: 16px !important;
}

/* ---------- Gutenberg Block Grid & Spacing Overrides ---------- */
.about-page-builder-content {
	background: #fff;
	overflow: hidden;
}

/* Ensure default Gutenberg elements don't get squished */
.about-page-builder-content .site-shell {
	max-width: 1200px !important;
}

/* WordPress layout grid support */
.about-page-builder-content .is-layout-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
	gap: 40px !important;
	width: 100% !important;
}

/* Hostinger AI builder content layout adjustments */
.hostinger-ai-about-us-3 {
	background: transparent !important;
	padding: 0 !important;
}

.hostinger-ai-about-us-3 img {
	max-width: 100% !important;
	height: auto !important;
	object-fit: cover !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
}

/* Fix flex layout for blocks so they align nicely */
.about-page-builder-content .wp-block-group-is-layout-flex {
	display: flex !important;
	flex-direction: column !important;
}

.about-page-builder-content .wp-block-columns {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 30px !important;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.about-page-builder-content .wp-block-column {
	flex: 1 1 300px !important;
	min-width: 280px !important;
}

/* Style location grid and access details */
.about-page-builder-content .hostinger-ai-title {
	font-family: Georgia, "Times New Roman", serif !important;
	font-weight: 700 !important;
	color: var(--ink) !important;
}

.about-page-builder-content .wp-block-heading {
	font-family: Georgia, "Times New Roman", serif !important;
	font-weight: 700 !important;
	color: var(--ink) !important;
	line-height: 1.2 !important;
}

/* ---------- Catering Page Collage & Feature List ---------- */
.catering-features-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 32px 0 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 20px !important;
}

.catering-features-list li {
	display: flex !important;
	gap: 16px !important;
	align-items: flex-start !important;
}

.catering-features-list .feature-icon {
	flex-shrink: 0 !important;
	width: 36px !important;
	height: 36px !important;
	background: rgba(230, 189, 113, 0.1) !important;
	border: 1px solid rgba(230, 189, 113, 0.3) !important;
	color: var(--gold) !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-top: 2px !important;
}

.catering-features-list strong {
	display: block !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--ink) !important;
	margin-bottom: 4px !important;
}

.catering-features-list span {
	font-size: 14px !important;
	color: var(--ink-muted) !important;
	line-height: 1.5 !important;
	display: block !important;
}

.catering-collage {
	position: relative !important;
	margin-top: 15px !important;
}

.collage-main-img {
	overflow: hidden !important;
	border-radius: 12px !important;
}

.collage-main-img img {
	width: 100% !important;
	height: 340px !important;
	object-fit: cover !important;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.collage-sub-img {
	overflow: hidden !important;
	border-radius: 8px !important;
}

.collage-sub-img img {
	width: 100% !important;
	height: 180px !important;
	object-fit: cover !important;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.collage-main-img img:hover,
.collage-sub-img img:hover {
	transform: scale(1.04) !important;
}

/* Global compatibility helpers for text formatting */
.text-white {
	color: #ffffff !important;
}

.text-muted {
	color: #8c8275 !important;
}

.text-gold {
	color: var(--gold) !important;
}

/* Gutenberg page builder override styles for About Us and other pages */
.about-page-builder-content .wp-block-columns {
	display: flex !important;
	flex-direction: column !important;
	gap: 32px !important;
	align-items: center !important;
}

@media (min-width: 768px) {
	.about-page-builder-content .wp-block-columns {
		flex-direction: row !important;
		gap: 64px !important;
	}

	.about-page-builder-content .wp-block-column {
		flex: 1 !important;
	}
}

.about-page-builder-content .wp-block-column > .wp-block-image {
	margin: 0 0 24px 0 !important;
}

.about-page-builder-content .wp-block-column > .wp-block-image:last-child {
	margin-bottom: 0 !important;
}

.about-page-builder-content .wp-block-column img {
	border-radius: 16px !important;
	box-shadow: 0 10px 30px rgba(40, 31, 18, 0.08) !important;
	transition: transform 0.3s ease !important;
	width: 100% !important;
	height: auto !important;
	object-fit: cover !important;
}

.about-page-builder-content .wp-block-column img:hover {
	transform: scale(1.02) !important;
}

.about-page-builder-content h2.wp-block-heading {
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(32px, 4.5vw, 48px) !important;
	line-height: 1.15 !important;
	color: var(--green) !important;
	margin: 0 0 20px 0 !important;
}

.about-page-builder-content p {
	font-size: 16px !important;
	line-height: 1.63 !important;
	color: var(--muted) !important;
	margin: 0 0 24px 0 !important;
}

.about-page-builder-content .wp-block-button__link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 50px !important;
	padding: 0 32px !important;
	border-radius: 999px !important;
	font-weight: 800 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	transition: all 0.3s ease !important;
	color: #21170b !important;
	background: var(--gold) !important;
	border: 1px solid var(--gold) !important;
	text-decoration: none !important;
	box-shadow: 0 4px 14px rgba(184, 138, 58, 0.25) !important;
}

.about-page-builder-content .wp-block-button__link:hover {
	background: var(--gold-dark) !important;
	border-color: var(--gold-dark) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px rgba(184, 138, 58, 0.4) !important;
}

/* Hide location and reviews sections from About page builder content */
.about-page-builder-content > .site-shell > .wp-block-group.alignwide:nth-child(2),
.about-page-builder-content > .site-shell > .wp-block-group:nth-child(2),
.about-page-builder-content > .wp-block-group.alignwide[style*="padding-top:0"],
.about-page-builder-content > .site-shell + .wp-block-group.alignwide {
	display: none !important;
}

/* Footer bottom layout and legal links fixes */
.site-footer__bottom span {
	min-width: auto !important;
}

.footer-legal-links {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 8px 0 !important;
}

@media (min-width: 768px) {
	.footer-legal-links {
		justify-content: flex-start !important;
	}
}

.footer-legal-links a {
	color: rgba(255, 248, 237, 0.58) !important;
	text-decoration: none !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	transition: color 0.3s ease !important;
	white-space: nowrap !important;
}

.footer-legal-links a:hover {
	color: var(--gold) !important;
}

.footer-legal-links a:not(:last-child)::after {
	content: "|" !important;
	margin-left: 12px !important;
	margin-right: 12px !important;
	color: rgba(255, 255, 255, 0.15) !important;
	pointer-events: none !important;
}