/* Creaze landing — BHH Holiday child theme
   v3.0 (24/05/2026 IST) Arena Top-Down — design-shotgun winner.
   Sister-page composition to /nivanta v3. Tokens LOCKED per brand pack.
   Recling display via @font-face wired in functions.php; Saira Condensed
   substitute renders until woff2 lands.
*/

.cr-onepager--v3 {
	--cr-navy:  #022E3D;
	--cr-lime:  #A6CE39;
	--cr-sky:   #4CADE2;
	--cr-cream: #FBFAF7;
	--cr-paper: #F4F0E8;
	--cr-ink:   #0E1316;
	--cr-mute:  #6A6F76;
	--cr-hair:  rgba(2, 46, 61, 0.12);
	--cr-display: "Recling", "Saira Condensed", "Bebas Neue", "Arial Narrow", system-ui, sans-serif;
	--cr-body:    "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	margin: 0;
	background: var(--cr-cream);
	color: var(--cr-ink);
	font-family: var(--cr-body);
}

.cr-onepager--v3 *, .cr-onepager--v3 *::before, .cr-onepager--v3 *::after { box-sizing: border-box; }

.cr-page h1, .cr-page h2, .cr-page h3, .cr-page h4 {
	font-family: var(--cr-display);
	color: var(--cr-navy);
	margin: 0;
	letter-spacing: -0.03em;
	line-height: 0.92;
	font-weight: 900;
	text-transform: uppercase;
}
.cr-page p { margin: 0; line-height: 1.6; }
.cr-page a { color: inherit; }

.cr-container { width: 90vw; max-width: 1440px; margin: 0 auto; }
.cr-page section { padding: 110px 0; }
.cr-page section.cr-hero,
.cr-page section.cr-slots { padding: 0; }
.cr-page section.cr-slots { padding: 24px 0; }

.cr-eyebrow {
	display: inline-flex; align-items: center; gap: 14px;
	font: 700 11px/1 var(--cr-body); color: var(--cr-navy);
	letter-spacing: 0.28em; text-transform: uppercase;
}
.cr-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--cr-lime); display: block; }
.cr-eyebrow--on-dark { color: var(--cr-lime); }
.cr-eyebrow--on-dark::before { background: var(--cr-lime); }

.cr-h2 { font-size: clamp(46px, 5vw, 88px); max-width: 14ch; }
.cr-h2 em { font-style: italic; font-weight: 700; color: var(--cr-sky); }
.cr-h2--on-dark { color: var(--cr-cream); }
.cr-h2--on-dark em { color: var(--cr-lime); }
.cr-section__h2 { margin-top: 16px; }

.cr-lead { font-family: var(--cr-body); font-weight: 500; font-size: 17px; line-height: 1.55; color: var(--cr-mute); max-width: 52ch; margin: 16px 0 0; }
.cr-lead--on-dark { color: rgba(251, 250, 247, 0.82); }

.cr-btn {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 14px 26px; border-radius: 0;
	font: 800 13px/1 var(--cr-body); letter-spacing: 0.12em; text-transform: uppercase;
	text-decoration: none; border: 1px solid transparent;
	cursor: pointer; transition: background .2s, color .2s, border-color .2s;
}
.cr-btn--primary { background: var(--cr-lime); color: var(--cr-navy); }
.cr-btn--primary:hover { background: var(--cr-navy); color: var(--cr-cream); }
.cr-btn--ghost { color: var(--cr-navy); border-color: var(--cr-navy); }
.cr-btn--ghost:hover { background: var(--cr-navy); color: var(--cr-cream); }
.cr-btn--ghost-light { color: var(--cr-cream); border-color: rgba(251,250,247,0.55); }
.cr-btn--ghost-light:hover { background: rgba(255,255,255,0.12); }

/* HEADER */
.cr-head {
	position: sticky; top: 0; z-index: 50;
	padding: 14px 0;
	background: rgba(251, 250, 247, 0.92);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--cr-hair);
}
.cr-head__row { display: flex; align-items: center; justify-content: space-between; }
.cr-mark { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.cr-mark__C { width: 38px; height: 38px; background: var(--cr-lime); color: var(--cr-navy); display: grid; place-items: center; font: 900 22px var(--cr-display); transform: skewX(-10deg); }
.cr-mark__name { font: 900 30px/1 var(--cr-display); color: var(--cr-navy); letter-spacing: -0.04em; }
.cr-nav a { color: var(--cr-navy); text-decoration: none; margin: 0 14px; font: 700 12px/1 var(--cr-body); letter-spacing: 0.14em; text-transform: uppercase; }
.cr-cta { background: var(--cr-navy); color: var(--cr-cream); padding: 11px 22px; border-radius: 0; font: 800 13px/1 var(--cr-body); text-decoration: none; letter-spacing: 0.12em; text-transform: uppercase; }

/* HERO */
.cr-hero { position: relative; height: 92vh; min-height: 720px; overflow: hidden; background: var(--cr-navy); }
.cr-hero__media, .cr-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; }
.cr-hero__media img, .cr-hero__video {
	width: 100%; height: 100%; object-fit: cover; display: block;
	animation: cr-kenburns 22s ease-in-out infinite alternate;
	transform-origin: center 40%;
}
@keyframes cr-kenburns {
	0%   { transform: scale(1.00) translate(0, 0); }
	100% { transform: scale(1.08) translate(-2%, -1.5%); }
}
.cr-hero__veil {
	position: absolute; inset: 0; z-index: 1;
	background:
		linear-gradient(180deg, rgba(2,46,61,0.08) 0%, rgba(2,46,61,0.06) 35%, rgba(2,46,61,0.85) 100%),
		linear-gradient(95deg, rgba(2,46,61,0.5) 0%, rgba(2,46,61,0) 60%);
}
.cr-hero__archive { position: absolute; left: 6vw; right: 6vw; bottom: 64px; z-index: 2; color: var(--cr-cream); }
.cr-hero__kicker {
	display: inline-flex; align-items: center; gap: 16px;
	font: 700 11px/1 var(--cr-body); color: var(--cr-lime);
	letter-spacing: 0.28em; text-transform: uppercase; margin-bottom: 22px;
}
.cr-hero__kicker::before { content: ''; width: 48px; height: 1px; background: var(--cr-lime); display: block; }
.cr-hero__title {
	font-size: clamp(45px, 5.95vw, 109px); color: var(--cr-cream); max-width: 14ch;
	font-weight: 900; line-height: 0.88; letter-spacing: -0.04em;
}
.cr-hero__title em {
	font-style: italic; color: var(--cr-lime); font-weight: 700;
	display: inline-block; transform: skewX(-6deg);
}
.cr-hero__row { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; margin-top: 24px; }
.cr-hero__sub {
	font-family: var(--cr-body); font-weight: 500;
	font-size: clamp(15px, 1.3vw, 19px);
	color: rgba(251, 250, 247, 0.92); max-width: 50ch; line-height: 1.55;
}
.cr-hero__ctas { display: flex; gap: 12px; }
.cr-hero__ctas .cr-btn { padding: 16px 28px; }

/* LIVE SLOT STRIP */
.cr-slots { background: var(--cr-lime); color: var(--cr-navy); position: relative; overflow: hidden; }
.cr-slots__bar { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.cr-slots__live {
	display: inline-flex; align-items: center; gap: 10px;
	font: 900 13px/1 var(--cr-display); letter-spacing: 0.2em; text-transform: uppercase;
	padding-right: 20px; border-right: 1px solid rgba(2, 46, 61, 0.3);
}
.cr-slots__live::before {
	content: ''; width: 9px; height: 9px;
	background: var(--cr-navy); border-radius: 50%;
	animation: cr-pulse 1.6s ease-in-out infinite;
}
@keyframes cr-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.cr-slot { font: 600 13px/1 var(--cr-body); display: inline-flex; gap: 8px; align-items: baseline; }
.cr-slot strong { font: 900 16px/1 var(--cr-display); text-transform: uppercase; letter-spacing: 0; }

/* FACILITIES */
.cr-facilities__head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 56px; }
.cr-facilities__head h2 { font-size: clamp(48px, 5.2vw, 96px); }
.cr-fac-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.cr-fac-card {
	position: relative; overflow: hidden; border-radius: 6px;
	aspect-ratio: 3 / 5; color: var(--cr-cream); background: var(--cr-navy);
	transition: transform .25s, box-shadow .25s;
}
.cr-fac-card:hover { transform: translateY(-5px); box-shadow: 0 24px 48px -22px rgba(0,0,0,0.5); }
.cr-fac-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.7; transition: opacity .25s, transform .8s; }
.cr-fac-card:hover img { opacity: 0.88; transform: scale(1.05); }
.cr-fac-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,46,61,0.2) 0%, rgba(2,46,61,0.92) 100%); }
.cr-fac-card__body { position: absolute; left: 20px; right: 20px; bottom: 22px; z-index: 2; }
.cr-fac-card__no { font: 800 10px/1 var(--cr-body); color: var(--cr-lime); letter-spacing: 0.24em; text-transform: uppercase; }
.cr-fac-card__name { font: 900 clamp(22px, 1.8vw, 30px)/0.95 var(--cr-display); color: var(--cr-cream); margin: 10px 0 8px; text-transform: uppercase; letter-spacing: -0.02em; }
.cr-fac-card__dims { font: 700 11px/1.3 var(--cr-body); color: var(--cr-lime); margin: 0; letter-spacing: 0.04em; }
.cr-fac-card__note { font: 400 11px/1.4 var(--cr-body); color: rgba(251,250,247,0.78); margin: 4px 0 0; }

/* ARENA */
.cr-arena { background: #0F2731; color: var(--cr-cream); border-top: 1px solid rgba(166, 206, 57, 0.18); }
.cr-arena__head { margin-bottom: 48px; }
.cr-arena__head h2 { font-size: clamp(48px, 5.2vw, 96px); }
.cr-arena__wrap {
	position: relative;
	aspect-ratio: 5 / 3; /* match arena-map.webp 1500x900 so object-fit:cover never crops → hotspot %s stay aligned at every viewport */
	border: 2px solid var(--cr-lime);
	border-radius: 14px;
	overflow: hidden;
	/* match page width — fill .cr-container (90vw / max 1440) like every other section */
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.cr-arena__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cr-arena__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,46,61,0.18) 0%, rgba(2,46,61,0.45) 100%); }
.cr-arena__hot {
	position: absolute; border: 2px solid var(--cr-lime); background: rgba(166, 206, 57, 0.1);
	border-radius: 4px; cursor: pointer; transition: background .2s;
	color: var(--cr-cream); font: 700 11px var(--cr-body); letter-spacing: 0.16em; text-transform: uppercase;
}
.cr-arena__hot:hover { background: rgba(166, 206, 57, 0.32); }
.cr-arena__legend { display: flex; gap: 24px; margin-top: 18px; font: 600 12px var(--cr-body); letter-spacing: 0.06em; text-transform: uppercase; color: rgba(251, 250, 247, 0.78); flex-wrap: wrap; }
.cr-arena__legend i { display: inline-block; width: 14px; height: 14px; margin-right: 8px; vertical-align: middle; }

/* AUDIENCE TRACKS */
.cr-audience { background: var(--cr-cream); }
.cr-audience .cr-h2 { font-size: clamp(40px, 4vw, 72px); }
.cr-audience__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
	gap: 64px;
	align-items: start;
}
.cr-aud-tabs, .cr-aud-tabs__nav, .cr-aud-tabs__panels { min-width: 0; }
.cr-audience__head { position: sticky; top: 100px; }
.cr-audience__head .cr-eyebrow { display: inline-block; margin-bottom: 16px; }
.cr-audience__h2 { margin: 0 0 20px; }
.cr-audience__sub {
	font: 500 17px/1.6 var(--cr-body);
	color: var(--cr-mute);
	margin: 0;
	max-width: 42ch;
}
@media (max-width: 900px) {
	.cr-audience__grid { grid-template-columns: 1fr; gap: 28px; }
	.cr-audience__head { position: static; }
}
.cr-aud-tabs { margin-top: 0; }
.cr-aud-tabs__nav { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; border-bottom: 1px solid var(--cr-hair); padding-bottom: 0; }
.cr-aud-tab {
	border: 0; background: transparent; color: var(--cr-mute);
	padding: 14px 18px; border-bottom: 3px solid transparent;
	font: 800 13px/1 var(--cr-body); letter-spacing: 0.1em; text-transform: uppercase;
	cursor: pointer; margin-bottom: -1px;
}
.cr-aud-tab.is-active { color: var(--cr-navy); border-bottom-color: var(--cr-lime); }
.cr-aud-tabs__panels { padding: 32px 0 8px; }
.cr-aud-panel { display: none; max-width: 60ch; }
.cr-aud-panel.is-active { display: block; }
.cr-aud-panel h3 { font: 900 clamp(28px, 3vw, 44px)/0.95 var(--cr-display); color: var(--cr-navy); margin-bottom: 14px; text-transform: uppercase; letter-spacing: -0.02em; }
.cr-aud-panel p { font: 500 17px/1.55 var(--cr-body); color: var(--cr-mute); margin: 0 0 24px; }

/* STAY + PLAY */
.cr-stayplay { background: var(--cr-paper); }
.cr-stayplay__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.cr-stayplay__media { aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; }
.cr-stayplay__media img { width: 100%; height: 100%; object-fit: cover; }
.cr-checklist { list-style: none; padding: 0; margin: 24px 0 24px; display: grid; gap: 8px; }
.cr-checklist li { display: flex; gap: 10px; align-items: flex-start; font: 600 14px/1.4 var(--cr-body); color: var(--cr-navy); }
.cr-checklist li::before { content: '\2713'; color: var(--cr-lime); font-weight: 800; font-size: 16px; line-height: 1; padding-top: 1px; }
.cr-checklist--on-dark li { color: var(--cr-cream); }
.cr-checklist--on-dark li::before { color: var(--cr-lime); }

/* PRICING LEADERBOARD */
.cr-pricing { background: var(--cr-cream); }
.cr-pricing__head { margin-bottom: 40px; }
.cr-pricing__head .cr-h2 { font-size: clamp(48px, 5vw, 88px); }
.cr-leaderboard { border-top: 2px solid var(--cr-navy); border-bottom: 2px solid var(--cr-navy); }
.cr-lb-row { display: grid; grid-template-columns: 80px 1.4fr 1fr 1fr 1fr 120px; align-items: center; padding: 18px 16px; border-bottom: 1px solid var(--cr-hair); transition: background .15s; }
.cr-lb-row:last-child { border-bottom: 0; }
.cr-lb-row:hover { background: rgba(166, 206, 57, 0.07); }
.cr-lb-row--head { font: 800 11px var(--cr-body); color: var(--cr-mute); letter-spacing: 0.2em; text-transform: uppercase; background: var(--cr-paper); padding: 14px 16px; border-bottom: 1px solid var(--cr-navy); }
.cr-lb-no { font: 900 28px/0.9 var(--cr-display); color: var(--cr-lime); letter-spacing: -0.04em; }
.cr-lb-name { font: 900 20px var(--cr-display); color: var(--cr-navy); text-transform: uppercase; letter-spacing: -0.02em; }
.cr-lb-peak, .cr-lb-off, .cr-lb-monthly { font: 700 15px var(--cr-body); color: var(--cr-ink); }
.cr-lb-cta { text-align: right; font: 800 12px var(--cr-body); color: var(--cr-navy); text-decoration: none; letter-spacing: 0.14em; text-transform: uppercase; border-bottom: 1px solid var(--cr-lime); padding-bottom: 3px; }
.cr-lb-cta:hover { color: var(--cr-sky); }
.cr-pricing__note { margin: 22px 0 0; font: 600 13px/1.5 var(--cr-body); color: var(--cr-mute); }

/* GALLERY */
.cr-gallery { background: var(--cr-paper); }
.cr-gallery .cr-h2 { font-size: clamp(48px, 5vw, 88px); }
.cr-gallery__grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 180px; gap: 12px; margin-top: 36px; }
.cr-gtile { position: relative; overflow: hidden; border-radius: 8px; }
.cr-gtile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cr-gtile--big { grid-column: span 3; grid-row: span 2; }
.cr-gtile--wide { grid-column: span 2; }
.cr-gtile--tall { grid-row: span 2; }

/* COMMERCIAL */
.cr-commercial { background: var(--cr-navy); color: var(--cr-cream); }
.cr-commercial__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: end; }
.cr-commercial__cta { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.cr-commercial__cta .cr-btn { width: fit-content; }

/* WHY */
.cr-why { background: var(--cr-cream); }
.cr-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.cr-why__card { padding: 32px 28px; background: #fff; border: 1px solid var(--cr-hair); border-radius: 8px; transition: transform .2s, border-color .2s; }
.cr-why__card:hover { transform: translateY(-3px); border-color: var(--cr-sky); }
.cr-why__icon { width: 52px; height: 52px; background: var(--cr-lime); margin-bottom: 18px; display: grid; place-items: center; color: var(--cr-navy); }
.cr-why__title { font: 900 22px/1.05 var(--cr-display); color: var(--cr-navy); margin: 0 0 16px; text-transform: uppercase; letter-spacing: -0.02em; }
.cr-why__body { font: 400 15px/1.55 var(--cr-body); color: var(--cr-mute); margin: 0; }

/* BOOKING FORM */
.cr-book { background: var(--cr-navy); color: var(--cr-cream); }
.cr-book__head { margin-bottom: 40px; }
.cr-book__head .cr-h2 { font-size: clamp(26px, 5vw, 80px); white-space: nowrap; max-width: none; }
.cr-book__form {
	background: var(--cr-cream); color: var(--cr-ink);
	border-radius: 8px; padding: 32px;
	display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px;
}
.cr-book__form label { display: grid; gap: 6px; font: 800 11px/1 var(--cr-body); color: var(--cr-navy); letter-spacing: 0.14em; text-transform: uppercase; }
.cr-book__form input, .cr-book__form select, .cr-book__form textarea {
	border: 1px solid var(--cr-hair); border-radius: 0; padding: 12px 14px;
	font: 400 14px/1.4 var(--cr-body); color: var(--cr-ink); background: #fff;
	font-family: var(--cr-body);
}
.cr-book__full { grid-column: 1 / -1; }
.cr-book__form button { background: var(--cr-navy); color: var(--cr-cream); border: 0; padding: 14px 24px; font: 800 13px/1 var(--cr-body); cursor: pointer; letter-spacing: 0.14em; text-transform: uppercase; }
.cr-book__form button:hover { background: var(--cr-lime); color: var(--cr-navy); }
.cr-book__small { grid-column: 1 / -1; font: 400 12px/1.4 var(--cr-body); color: var(--cr-mute); margin: 4px 0 0; }

/* LOCATION */
.cr-location { background: var(--cr-cream); }
.cr-location .cr-h2 { font-size: clamp(36px, 4vw, 60px); }
.cr-location__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: stretch; }
.cr-location__map { aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; border: 1px solid var(--cr-hair); }
.cr-location__map iframe { width: 100%; height: 100%; border: 0; display: block; }
.cr-location address { font-style: normal; font: 400 15px/1.6 var(--cr-body); color: var(--cr-ink); margin: 16px 0; }
.cr-drive { list-style: none; padding: 0; margin: 16px 0 22px; display: flex; gap: 28px; flex-wrap: wrap; }
.cr-drive li strong { font-family: var(--cr-display); font-weight: 900; color: var(--cr-navy); display: block; font-size: 22px; text-transform: uppercase; letter-spacing: -0.02em; }
.cr-drive li span { font: 400 13px/1 var(--cr-body); color: var(--cr-mute); }
.cr-feature__ctas { display: flex; gap: 10px; flex-wrap: wrap; }

/* CROSSLINK */
.cr-crosslink { background: var(--cr-paper); padding: 80px 0; }
.cr-crosslink__row { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.cr-crosslink .cr-h2 { font-size: clamp(28px, 3vw, 40px); max-width: 24ch; }
.cr-crosslink p { color: var(--cr-mute); max-width: 48ch; margin: 12px 0 0; line-height: 1.55; }

/* STICKY MOBILE BAR */
.cr-sticky {
	position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 40;
	background: var(--cr-navy); color: var(--cr-cream);
	border-radius: 999px; padding: 8px;
	display: none; gap: 6px; justify-content: space-around;
	box-shadow: 0 10px 24px -10px rgba(0,0,0,0.5);
}
.cr-sticky a {
	flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
	color: var(--cr-cream); text-decoration: none;
	padding: 12px; font: 700 13px/1 var(--cr-body);
	border-radius: 999px; transition: background 0.15s ease, color 0.15s ease;
}
/* None preselected by default; tapped/active item gets the blue fill. */
.cr-sticky a:hover,
.cr-sticky a:focus-visible,
.cr-sticky a:active { background: var(--cr-sky); color: var(--cr-navy); }

/* FOOTER */
.cr-foot { background: var(--cr-navy); color: var(--cr-cream); padding: 64px 0 28px; }
.cr-foot__row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; align-items: start; }
.cr-foot__brand { display: flex; gap: 16px; align-items: flex-start; }
.cr-foot__C { width: 56px; height: 56px; background: var(--cr-lime); color: var(--cr-navy); display: grid; place-items: center; font: 900 28px var(--cr-display); transform: skewX(-10deg); }
.cr-foot__brand h4 { font: 900 28px var(--cr-display); color: var(--cr-cream); margin: 0 0 6px; letter-spacing: -0.03em; text-transform: uppercase; }
.cr-foot__brand span { font: 400 14px/1.5 var(--cr-body); opacity: 0.78; max-width: 36ch; display: block; }
.cr-foot__col h5 { font: 800 12px/1 var(--cr-body); color: var(--cr-lime); letter-spacing: 0.22em; text-transform: uppercase; margin: 0 0 14px; }
.cr-foot__col a { display: block; color: var(--cr-cream); text-decoration: none; padding: 5px 0; font-size: 14px; opacity: 0.85; }
.cr-foot__col a:hover { opacity: 1; text-decoration: underline; text-decoration-color: var(--cr-lime); }
.cr-foot__legal { margin: 48px 0 0; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.1); text-align: center; font-size: 12px; opacity: 0.55; }

/* RESPONSIVE */
@media (max-width: 1100px) {
	.cr-fac-grid { grid-template-columns: repeat(3, 1fr); }
	.cr-fac-card:nth-child(n+4) { aspect-ratio: 16/9; }
	.cr-fac-card:nth-child(4) { grid-column: span 1; aspect-ratio: 3/5; }
	.cr-book__form { grid-template-columns: 1fr 1fr; }
	.cr-lb-row { grid-template-columns: 60px 1.4fr 1fr 1fr 1fr 100px; padding: 16px 12px; }
}
@media (max-width: 900px) {
	.cr-page section { padding: 80px 0; }
	.cr-nav { display: none; }
	.cr-facilities__head, .cr-stayplay__grid, .cr-commercial__grid, .cr-location__grid, .cr-crosslink__row { grid-template-columns: 1fr; gap: 28px; }
	.cr-foot__row { grid-template-columns: 1fr 1fr; gap: 28px 32px; }
	.cr-fac-grid, .cr-why__grid { grid-template-columns: 1fr 1fr; }
	.cr-fac-card { aspect-ratio: 4/5; }
	.cr-book__form { grid-template-columns: 1fr; }
	.cr-hero__row { grid-template-columns: 1fr; gap: 22px; }
	.cr-hero__archive { bottom: 96px; }
	.cr-sticky { display: flex; }
	.cr-gallery__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
	.cr-gtile--big, .cr-gtile--wide { grid-column: span 2; }
	.cr-arena__hot { font-size: 9px; }
	.cr-lb-row { grid-template-columns: 50px 1.6fr 0.8fr 0.8fr 80px; }
	.cr-lb-row > div:nth-child(4), .cr-lb-row > .cr-lb-off { display: none; }
	.cr-commercial__cta { align-items: flex-start; }
}
@media (max-width: 600px) {
	.cr-why__grid { grid-template-columns: 1fr; }
	.cr-foot__row { grid-template-columns: 1fr; gap: 28px; }

	/* Five surfaces -> swipeable carousel on mobile */
	.cr-fac-grid {
		display: flex;
		grid-template-columns: none;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
		scrollbar-width: none;
	}
	.cr-fac-grid::-webkit-scrollbar { display: none; }
	.cr-fac-card {
		flex: 0 0 82%;
		scroll-snap-align: start;
		aspect-ratio: 4 / 5;
	}
}

/* Mobile overflow guard (29/05/2026): media never exceeds viewport. */
.cr-page iframe, .cr-page img, .cr-page svg { max-width: 100%; }
.cr-location__map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* === LOGO IMAGES (v3.1, 15/05/2026) === */
.cr-mark__img {
	display: block;
	height: 36px;
	width: auto;
	max-width: 260px;
	flex: 0 0 auto;
}
.cr-foot__brand {
	flex-direction: column;
	gap: 14px;
}
.cr-foot__logo {
	display: block;
	height: 56px;
	width: auto;
	max-width: 320px;
}
.cr-foot__tag {
	font: 400 14px/1.5 var(--cr-body);
	opacity: 0.78;
	max-width: 36ch;
}
@media (max-width: 720px) {
	.cr-mark__img { height: 30px; max-width: 200px; }
	.cr-foot__logo { height: 44px; }
}

/* ============================================================
   Credit strip — location pin + ownership tagline (18/05/2026)
   ============================================================ */
.cr-credit { background: var(--cr-bg, #0B1F28); padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.cr-credit__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-family: "Montserrat", "Inter", system-ui, sans-serif;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.78);
	letter-spacing: 0.04em;
}
.cr-credit__pin { display: inline-flex; align-items: center; gap: 8px; color: var(--cr-sky, #4CADE2); font-weight: 600; }
.cr-credit__pin svg { stroke: currentColor; flex-shrink: 0; }
.cr-credit__sep { color: rgba(255, 255, 255, 0.32); }
.cr-credit__own { color: rgba(255, 255, 255, 0.86); }
@media (max-width: 640px) {
	.cr-credit__row { flex-direction: column; gap: 6px; text-align: center; }
	.cr-credit__sep { display: none; }

	/* Audience-track tabs: horizontal scroll instead of stacking. */
	.cr-aud-tabs__nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		scroll-snap-type: x proximity;
	}
	.cr-aud-tabs__nav::-webkit-scrollbar { display: none; }
	.cr-aud-tab {
		flex: 0 0 auto;
		white-space: nowrap;
		scroll-snap-align: start;
		padding: 14px 14px;
	}
}

/* ============================================================

/* ============================================================
   PDF brand-pack scoped compliance (revised 18/05/2026)
   Targets known class names only.
   ============================================================ */
.cr-page { font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
.cr-page .cr-hero__title,
.cr-page .cr-pcard__title,
.cr-page .cr-section__h2,
.cr-page .cr-h2 {
	font-family: "Recling", "Saira Condensed", "Bebas Neue", system-ui, sans-serif;
	text-transform: uppercase;
}
.cr-page .cr-lead { font-family: "Montserrat", system-ui, sans-serif; font-weight: 600; }

/* ============================================================
   Hero title legibility fix (18/05/2026) — drone photo at dusk is
   too bright/varied for navy text; force white + drop-shadow.
   Lime italic em stays lime per brand pack.
   ============================================================ */
.cr-hero__veil {
	background:
		linear-gradient(180deg, rgba(2, 46, 61, 0.18) 0%, rgba(2, 46, 61, 0.10) 30%, rgba(2, 46, 61, 0.85) 100%) !important;
}
.cr-hero__archive,
.cr-hero__kicker,
.cr-hero__title,
.cr-hero__sub {
	color: #FFFFFF !important;
}
.cr-hero__title {
	text-shadow: 0 4px 28px rgba(2, 46, 61, 0.65), 0 1px 0 rgba(0, 0, 0, 0.25);
}
.cr-hero__title em { color: #A6CE39 !important; text-shadow: 0 4px 28px rgba(2, 46, 61, 0.55); }
.cr-hero__sub { color: rgba(255, 255, 255, 0.94) !important; text-shadow: 0 2px 18px rgba(2, 46, 61, 0.65); }
.cr-hero__kicker { color: #A6CE39 !important; }

/* ============================================================
   On-dark h2 + lead readability (18/05/2026)
   Both `cr-h2--on-dark` and dark section heads were inheriting
   dark navy from the cascade. Force white + lime italic em.
   ============================================================ */
.cr-h2.cr-h2--on-dark,
.cr-section--dark .cr-h2,
.cr-arena .cr-h2 {
	color: #FFFFFF !important;
}
.cr-h2.cr-h2--on-dark em,
.cr-section--dark .cr-h2 em,
.cr-arena .cr-h2 em {
	color: #A6CE39 !important;
}
/* Audience track section sits on cream bg — keep ink readable. */
.cr-audience .cr-h2,
.cr-audience .cr-audience__h2 {
	color: var(--cr-navy) !important;
}
.cr-audience .cr-h2 em,
.cr-audience .cr-audience__h2 em {
	color: var(--cr-sky, #4CADE2) !important;
}
.cr-lead.cr-lead--on-dark { color: rgba(255, 255, 255, 0.86) !important; }

/* Slot strip live indicator + container (18/05/2026) */
.cr-slots__live { display: inline-flex; align-items: center; gap: 8px; }
.cr-slots__dot {
	width: 8px; height: 8px;
	border-radius: 50%;
	background: #A6CE39;
	box-shadow: 0 0 0 0 rgba(166, 206, 57, 0.6);
	animation: cr-pulse 1.6s ease-in-out infinite;
}
@keyframes cr-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(166, 206, 57, 0.6); }
	100% { box-shadow: 0 0 0 12px rgba(166, 206, 57, 0); }
}
.cr-slots__items { display: inline-flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; }

/* ============================================================
   Arena hotspot tuning for aerial-8063 (18/05/2026)
   Slightly stronger contrast + touch-friendly mobile sizes.
   ============================================================ */
.cr-arena__hot {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(166, 206, 57, 0.10);
	border: 3px solid #A6CE39;
	color: #FFFFFF;
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-shadow: 0 1px 6px rgba(2, 46, 61, 0.75);
	border-radius: 4px;
	transition: background 200ms ease-out, transform 200ms ease-out, border-color 200ms ease-out;
}
.cr-arena__hot:hover,
.cr-arena__hot:focus-visible {
	background: rgba(166, 206, 57, 0.40);
	border-color: #FFFFFF;
	outline: none;
	transform: scale(1.02);
	z-index: 2;
}
.cr-arena__hot--football,
.cr-arena__hot--cricket { font-size: 14px; }

/* Court label vertical position: PB1/PB2 centred; badminton a touch above
   centre; basketball a touch below. (align-items stays center; padding nudges) */
.cr-arena__hot--badmin { padding-bottom: 40px; }
.cr-arena__hot--basket { padding-top: 40px; }

/* PB / BB / BD outlined in Creaze sky-blue (cricket + football stay lime) */
.cr-arena__hot--pickle,
.cr-arena__hot--basket,
.cr-arena__hot--badmin { border-color: #4CADE2; }

/* Short labels (BB / BD) shown on mobile only; full names on desktop */
.cr-arena__abbr { display: none; }

@media (max-width: 720px) {
	.cr-arena__hot { font-size: 9px; letter-spacing: 0.12em; }
	.cr-arena__hot--pickle { font-size: 8px; letter-spacing: 0.08em; }
	.cr-arena__hot--football,
	.cr-arena__hot--cricket { font-size: 11px; }
	.cr-arena__hot--badmin { padding-bottom: 22px; }
	.cr-arena__hot--basket { padding-top: 22px; }
	.cr-arena__hot--basket .cr-arena__full,
	.cr-arena__hot--badmin .cr-arena__full { display: none; }
	.cr-arena__hot--basket .cr-arena__abbr,
	.cr-arena__hot--badmin .cr-arena__abbr { display: inline; }
}

/* All h2 em accents → lime + Reserve slot button → lime (22/05/2026) */
.cr-h2 em,
.cr-audience .cr-h2 em,
.cr-audience .cr-audience__h2 em { color: #A6CE39 !important; }
.cr-book__form button { background: #A6CE39 !important; color: #022E3D !important; }
.cr-book__form button:hover { background: #b8db4f !important; color: #022E3D !important; }

/* Remove decorative eyebrow line (read as em dash) — 02/06/2026 */
.cr-eyebrow::before, .cr-eyebrow--on-dark::before { display: none !important; }

/* ====== Creaze — Things to Do + FAQ (29/06/2026) ====== */
.cr-tourist { background:#fff; padding:72px 0; }
.cr-tourist__list { list-style:none; margin:28px 0 18px; padding:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 32px; }
.cr-tourist__list li { display:flex; align-items:flex-start; gap:12px; font-size:1rem; line-height:1.5; color:#1f2a30; min-width:0; padding-bottom:14px; border-bottom:1px solid #eef1f0; }
.cr-tourist__icon { flex:0 0 auto; color:#4CADE2; margin-top:2px; }
.cr-tourist__icon svg { display:block; }
.cr-faq { background:#f6f8f8; padding:72px 0; }
.cr-faq__list { margin-top:28px; display:flex; flex-direction:column; gap:12px; }
.cr-faq__item { background:#fff; border:1px solid #e4e9e9; border-radius:14px; padding:18px 22px; transition:border-color .2s ease; }
.cr-faq__item[open] { border-color:#4CADE2; }
.cr-faq__item summary { cursor:pointer; font-weight:700; font-size:1.05rem; color:#022E3D; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.cr-faq__item summary::-webkit-details-marker { display:none; }
.cr-faq__item summary::after { content:"+"; font-weight:400; font-size:1.5rem; line-height:1; color:#4CADE2; flex:0 0 auto; }
.cr-faq__item[open] summary::after { content:"\2013"; }
.cr-faq__item p { margin:14px 0 0; color:#42504f; line-height:1.6; }
@media (max-width:720px){ .cr-tourist__list { grid-template-columns:1fr; } .cr-tourist, .cr-faq { padding:56px 0; } }
/* Leaderboard equipment sub-note */
.cr-lb-name { display:flex; flex-direction:column; gap:3px; }
.cr-lb-equip { font:600 11px/1.2 var(--cr-body); color:var(--cr-mute); letter-spacing:.04em; text-transform:none; }
/* Footer social icons */
.cr-foot__social { display:flex; gap:14px; margin-top:14px; }
.cr-foot__social a { color:rgba(255,255,255,0.7); display:inline-flex; transition:color .2s ease; }
.cr-foot__social a:hover { color:#4CADE2; }
.cr-foot__social svg { display:block; }

/* Court booking — pay-online + pay-at-gate buttons, errors (added 1 Jul 2026). */
.cr-book__form button.cr-btn--ghost { background: transparent !important; color: var(--cr-navy) !important; border: 1.5px solid var(--cr-navy) !important; }
.cr-book__form button.cr-btn--ghost:hover { background: var(--cr-navy) !important; color: var(--cr-cream) !important; }
.cr-book__or { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; color: var(--cr-mute); font: 800 10px/1 var(--cr-body); letter-spacing: 0.18em; text-transform: uppercase; margin: 2px 0; }
.cr-book__or::before, .cr-book__or::after { content: ""; flex: 1; height: 1px; background: rgba(2,46,61,0.15); }
.cr-book__err { grid-column: 1 / -1; font: 600 12px/1.4 var(--cr-body); color: #C8202F; background: rgba(200,32,47,0.07); border: 1px solid rgba(200,32,47,0.35); padding: 9px 12px; border-radius: 6px; margin: 0; }
.cr-book__pay-msg { grid-column: 1 / -1; font: 600 12px/1.4 var(--cr-body); color: var(--cr-navy); margin: 0; text-align: center; }
.cr-book__pay-msg.is-ok { color: #1e7e34; }
.cr-book__pay-msg.is-err { color: #C8202F; }
.cr-book__form input.cr-input--error, .cr-book__form select.cr-input--error { border-color: #C8202F !important; box-shadow: 0 0 0 2px rgba(200,32,47,0.15); }

/* Mobile carousel — gallery mosaic -> uniform swipe tiles 08/07/2026 */
@media (max-width: 600px) {
	.cr-gallery__grid {
		display: flex;
		grid-template-columns: none;
		grid-auto-rows: auto;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
		scrollbar-width: none;
	}
	.cr-gallery__grid::-webkit-scrollbar { display: none; }
	.cr-gtile {
		flex: 0 0 78%;
		height: 220px;
		grid-column: auto;
		grid-row: auto;
		scroll-snap-align: start;
	}
}

/* Mobile hero normalization -> match Rooms hero 09/07/2026 */
@media (max-width: 600px) {
	.cr-hero { height: auto !important; min-height: 686px !important; }
	.cr-page .cr-hero__title, .cr-hero__title { font-size: 34px !important; }
	.cr-page .cr-hero__sub, .cr-hero__sub { font-size: 14px !important; }
	.cr-hero__kicker { font-size: 11px !important; }
}
/* Desktop hero -> match Rooms (757px / 64 / 14 / 11) 09/07/2026 */
@media (min-width: 601px) {
	.cr-hero { height: auto !important; min-height: 757px !important; }
	.cr-page .cr-hero__title, .cr-hero__title { font-size: 64px !important; }
	.cr-page .cr-hero__sub, .cr-hero__sub { font-size: 14px !important; }
	.cr-hero__kicker { font-size: 11px !important; }
}

/* ── 24x7 infinite marquee (replaces live-slots ticker) 09/07/2026 ── */
.cr-marquee {
	overflow: hidden;
	background: var(--cr-lime);
	padding: 16px 0;
	border-top: 1px solid rgba(2, 46, 61, 0.16);
	border-bottom: 1px solid rgba(2, 46, 61, 0.16);
}
/* Beat the global `.cr-page section { padding:110px }` rule (higher specificity). */
.cr-page section.cr-marquee { padding: 14px 0; }
.cr-marquee__track {
	display: flex;
	width: max-content;
	animation: cr-marquee 34s linear infinite;
}
.cr-marquee__group { display: flex; align-items: center; flex: 0 0 auto; }
.cr-marquee__item {
	font-family: var(--cr-display);
	font-weight: 700;
	font-size: clamp(20px, 3.2vw, 34px);
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--cr-navy);
	white-space: nowrap;
}
.cr-marquee__sep {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--cr-navy);
	margin: 0 clamp(20px, 4vw, 44px);
}
.cr-marquee:hover .cr-marquee__track { animation-play-state: paused; }
@keyframes cr-marquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) { .cr-marquee__track { animation-duration: 120s; } }

/* ── Creaze booking: live price quote (light card) + terms (on navy) 09/07/2026 ── */
.cr-book__quote { grid-column: 1 / -1; background: #fff; border: 1px solid rgba(2, 46, 61, 0.14); border-radius: 8px; padding: 14px 16px; }
.cr-book__quote[hidden] { display: none; }
.cr-book__quote-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font: 600 14px var(--cr-body); color: var(--cr-mute); padding: 3px 0; }
.cr-book__quote-row strong { color: var(--cr-navy); font-weight: 800; font-variant-numeric: tabular-nums; }
.cr-book__quote-row--total { border-top: 1px solid rgba(2, 46, 61, 0.14); margin-top: 6px; padding-top: 10px; }
.cr-book__quote-row--total span { color: var(--cr-navy); font-weight: 800; }
.cr-book__quote-row--total strong { color: var(--cr-navy); font-size: 20px; }
.cr-book__quote-note { margin: 8px 0 0; font: 600 12px/1.5 var(--cr-body); color: var(--cr-mute); }
.cr-book__quote-note strong { color: var(--cr-navy); }
.cr-btn--primary:disabled { opacity: 0.5; cursor: not-allowed; }

.cr-terms { margin-top: 18px; color: rgba(251, 250, 247, 0.82); }
.cr-terms > summary { cursor: pointer; font: 800 12px var(--cr-body); letter-spacing: 0.14em; text-transform: uppercase; color: var(--cr-lime); list-style: none; padding: 8px 0; }
.cr-terms > summary::-webkit-details-marker { display: none; }
.cr-terms > summary::after { content: '+'; float: right; font-size: 18px; color: var(--cr-lime); line-height: 1; }
.cr-terms[open] > summary::after { content: '\2013'; }
.cr-terms__intro { font: 500 13px/1.6 var(--cr-body); color: rgba(251, 250, 247, 0.72); margin: 6px 0 12px; max-width: 74ch; }
.cr-terms__list { margin: 0; padding-left: 18px; display: grid; gap: 6px; font: 500 13px/1.5 var(--cr-body); color: rgba(251, 250, 247, 0.72); max-width: 82ch; }
.cr-terms__list li { padding-left: 2px; }

/* Heading → copy breathing room — page-prefixed to beat the
   `.cr-page h1..h4 { margin:0 }` + `.cr-page p { margin:0 }` reset (16/07). */
.cr-page .cr-why__title { margin-bottom: 16px; }
.cr-page .cr-lead { margin-top: 16px; }
.cr-page .cr-audience__h2 { margin-bottom: 16px; }
