/* Nivanta landing — BHH Holiday child theme
   v3.0 (2026-05-15) Heritage Archive A2 — design-shotgun winner.
   Tokens LOCKED per DESIGN-nivanta-creaze.md brand pack.
*/

.nv-onepager--v3,
.nv-page {
	--nv-navy:  #022E3D;
	--nv-lime:  #A6CE39;
	--nv-teal:  #6ACAD1;
	--nv-cream: #FBFAF7;
	--nv-paper: #F4F0E8;
	--nv-ink:   #0E1316;
	--nv-mute:  #5C6268;
	--nv-hair:  rgba(2, 46, 61, 0.12);
	--nv-display: "Bricolage Grotesque", "Source Serif 4", Georgia, serif;
	--nv-body:    "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.nv-onepager--v3 {
	margin: 0;
	background: var(--nv-cream);
	color: var(--nv-ink);
	font-family: var(--nv-body);
}

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

.nv-page h1, .nv-page h2, .nv-page h3, .nv-page h4 {
	font-family: var(--nv-display);
	color: var(--nv-navy);
	margin: 0;
	letter-spacing: -0.02em;
	line-height: 1.02;
	font-weight: 800;
}
.nv-page p { margin: 0; line-height: 1.6; }
.nv-page a { color: inherit; }

.nv-container { width: 90vw; max-width: 1440px; margin: 0 auto; }
.nv-page section { padding: 110px 0; }
.nv-page section.nv-hero { padding: 0; }
.nv-page section.nv-stats { padding: 84px 0 96px; }

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

.nv-h2 { font-size: clamp(36px, 4.4vw, 60px); max-width: 18ch; }
.nv-h2 em { font-style: italic; font-weight: 500; color: var(--nv-teal); }
.nv-h2--on-dark { color: var(--nv-cream); }
.nv-h2--on-dark em { color: var(--nv-lime); }
.nv-section__h2 { margin-top: 16px; }

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

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

/* HEADER */
.nv-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(--nv-hair);
}
.nv-head__row { display: flex; align-items: center; justify-content: space-between; }
.nv-mark { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nv-mark__N { width: 38px; height: 38px; border-radius: 50%; background: var(--nv-navy); color: var(--nv-cream); display: grid; place-items: center; font: 800 18px var(--nv-display); }
.nv-mark__name { font: 800 22px var(--nv-display); color: var(--nv-navy); letter-spacing: -0.02em; }
.nv-nav a { color: var(--nv-navy); text-decoration: none; margin: 0 14px; font: 600 13px/1 var(--nv-body); letter-spacing: 0.04em; text-transform: uppercase; }
.nv-cta { background: var(--nv-navy); color: var(--nv-cream); padding: 11px 22px; border-radius: 999px; font: 700 13px/1 var(--nv-body); text-decoration: none; display: inline-flex; gap: 8px; align-items: center; letter-spacing: 0.04em; }

/* HERO */
.nv-hero { position: relative; height: 92vh; min-height: 720px; overflow: hidden; background: var(--nv-navy); }
.nv-hero__media, .nv-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; }
.nv-hero__media img,
.nv-hero__video {
	width: 100%; height: 100%; object-fit: cover; display: block;
	animation: nv-kenburns 22s ease-in-out infinite alternate;
	transform-origin: center 40%;
}
@keyframes nv-kenburns {
	0%   { transform: scale(1.00) translate(0, 0); }
	100% { transform: scale(1.08) translate(-2%, -1.5%); }
}
.nv-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.72) 100%),
		linear-gradient(95deg, rgba(2,46,61,0.45) 0%, rgba(2,46,61,0) 55%);
}
.nv-hero__archive { position: absolute; left: 6vw; right: 6vw; bottom: 64px; z-index: 2; color: var(--nv-cream); }
.nv-hero__eyebrow-line {
	display: inline-flex; align-items: center; gap: 16px;
	font: 600 11px/1 var(--nv-body); color: var(--nv-lime);
	letter-spacing: 0.28em; text-transform: uppercase; margin-bottom: 22px;
}
.nv-hero__eyebrow-line::before { content: ''; width: 48px; height: 1px; background: var(--nv-lime); display: block; }
.nv-hero__title {
	font-size: clamp(54px, 7.6vw, 132px); color: var(--nv-cream); max-width: 14ch;
	font-weight: 800; line-height: 0.96;
}
.nv-hero__title em {
	font-style: italic; color: var(--nv-lime); font-family: var(--nv-display); font-weight: 500;
	display: inline-block; transform: translateY(2px);
}
.nv-hero__row { display: grid; grid-template-columns: 1fr auto; gap: 56px; align-items: end; margin-top: 28px; }
.nv-hero__sub {
	font-family: var(--nv-display); font-weight: 500;
	font-size: clamp(17px, 1.4vw, 22px);
	color: rgba(251, 250, 247, 0.92); max-width: 56ch; line-height: 1.45;
}
.nv-hero__ctas { display: flex; gap: 12px; padding-bottom: 6px; }
.nv-hero__ctas .nv-btn { padding: 16px 28px; white-space: nowrap; }

/* STAT TICKER */
.nv-stats__intro { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: end; margin-bottom: 48px; }
.nv-stats__intro h3 { font: 800 28px/1 var(--nv-display); color: var(--nv-navy); }
.nv-stats__rule { height: 1px; background: var(--nv-navy); opacity: 0.18; align-self: end; margin-bottom: 12px; }
.nv-ticker { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.nv-ticker__cell { padding: 32px 32px; border-left: 1px solid var(--nv-hair); }
.nv-ticker__cell:first-child { border-left: 0; padding-left: 0; }
.nv-ticker__num {
	font-family: var(--nv-display); font-weight: 800;
	font-size: clamp(56px, 6.5vw, 116px); color: var(--nv-navy);
	line-height: 0.92; letter-spacing: -0.045em;
}
.nv-ticker__num small {
	font-size: 0.26em; vertical-align: top; color: var(--nv-lime);
	padding-left: 6px; font-weight: 700; letter-spacing: 0.05em;
}
.nv-ticker__line { width: 32px; height: 2px; background: var(--nv-lime); margin: 18px 0 14px; }
.nv-ticker__label { font: 600 14px/1.45 var(--nv-body); color: var(--nv-ink); }

/* PILLARS */
.nv-pillars { background: var(--nv-navy); color: var(--nv-cream); position: relative; overflow: hidden; }
.nv-pillars::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--nv-lime); opacity: 0.4; }
.nv-pillars__head { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 64px; }
.nv-pillars__head .nv-lead { max-width: 44ch; }
.nv-stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.nv-pcard {
	position: relative; overflow: hidden; border-radius: 8px;
	aspect-ratio: 4 / 5; color: var(--nv-cream);
	transform: translateY(0); transition: transform .28s ease, box-shadow .28s ease;
}
.nv-pcard:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6); }
.nv-pcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.nv-pcard:hover img { transform: scale(1.06); }
.nv-pcard::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(2,46,61,0) 0%, rgba(2,46,61,0.18) 45%, rgba(2,46,61,0.96) 100%);
}
.nv-pcard__body { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2; }
.nv-pcard__no { font: 700 11px/1 var(--nv-body); color: var(--nv-lime); letter-spacing: 0.24em; text-transform: uppercase; }
.nv-pcard__title { font: 800 clamp(24px, 2.4vw, 34px)/1 var(--nv-display); color: var(--nv-cream); margin: 14px 0 16px; max-width: 14ch; }
.nv-pcard__meta { font: 400 14px/1.5 var(--nv-body); color: rgba(251,250,247,0.86); margin: 0 0 18px; max-width: 36ch; }
.nv-pcard__cta {
	display: inline-flex; align-items: center; gap: 8px;
	font: 700 12px/1 var(--nv-body); color: var(--nv-cream);
	letter-spacing: 0.18em; text-transform: uppercase;
	border-bottom: 1px solid var(--nv-lime); padding-bottom: 5px;
	text-decoration: none;
}

/* USE-CASES */
.nv-usecases__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 16px; margin-top: 48px; }
.nv-uc {
	padding: 28px 16px; background: #fff; border: 1px solid var(--nv-hair);
	border-radius: 10px; text-align: center;
	transition: transform .2s, border-color .2s;
}
.nv-uc:hover { transform: translateY(-3px); border-color: var(--nv-teal); }
.nv-uc__icon {
	width: 44px; height: 44px; border-radius: 12px; background: var(--nv-lime);
	margin: 0 auto 14px; display: grid; place-items: center; color: var(--nv-navy);
}
.nv-uc__label { font: 600 13px/1.4 var(--nv-body); color: var(--nv-navy); margin: 0; }

/* FEATURE GRIDS */
.nv-feature__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.nv-feature__grid--reverse > :first-child { order: 2; }
.nv-feature__media { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 8px; }
.nv-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.nv-feature__ctas { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }

.nv-feature--lawn { background: var(--nv-navy); color: var(--nv-cream); }
.nv-feature--lawn h2, .nv-feature--lawn p { color: var(--nv-cream); }

.nv-lawn-switch {
	background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px; padding: 18px; margin-top: 24px;
}
.nv-lawn-switch__tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.nv-lawn-tab {
	border: 1px solid rgba(255, 255, 255, 0.18); background: transparent; color: var(--nv-cream);
	padding: 9px 18px; border-radius: 999px;
	font: 600 13px/1 var(--nv-body); letter-spacing: 0.04em;
	cursor: pointer; transition: background .18s, color .18s, border-color .18s;
}
.nv-lawn-tab.is-active { background: var(--nv-lime); color: var(--nv-navy); border-color: var(--nv-lime); }
.nv-lawn-switch__plan { aspect-ratio: 16 / 9; background: var(--nv-navy); border: 1px solid var(--nv-lime); border-radius: 10px; overflow: hidden; }
.nv-lawn-plan { width: 100%; height: 100%; display: block; }
.nv-lawn-switch__notes { margin-top: 14px; min-height: 24px; }
.nv-lawn-note { display: none; color: var(--nv-cream); opacity: 0.9; font-size: 14px; margin: 0; }
.nv-lawn-note.is-active { display: block; }
.nv-lawn-note strong { color: var(--nv-lime); }

/* BANQUET */
.nv-feature--banquet { background: var(--nv-paper); }
.nv-feature--banquet .nv-feature__grid { grid-template-columns: 1.1fr 1fr; }
.nv-checklist {
	list-style: none; padding: 0; margin: 24px 0 0;
	display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.nv-checklist li { display: flex; gap: 10px; align-items: flex-start; font: 600 14px/1.4 var(--nv-body); color: var(--nv-navy); }
.nv-checklist li::before { content: '\2713'; color: var(--nv-lime); font-weight: 800; font-size: 16px; line-height: 1; padding-top: 1px; }

/* ACCOMMODATION */
.nv-calendly-stub {
	display: flex; align-items: flex-start; gap: 12px;
	margin: 22px 0 24px; padding: 14px 16px;
	background: rgba(106, 202, 209, 0.10);
	border: 1px dashed var(--nv-teal); border-radius: 12px;
	font-size: 14px; color: var(--nv-navy);
}
.nv-calendly-stub__icon { color: var(--nv-teal); flex: 0 0 auto; margin-top: 2px; }
.nv-calendly-stub__copy strong { color: var(--nv-navy); }

/* WHY */
.nv-why { background: var(--nv-cream); border-top: 1px solid var(--nv-hair); }
.nv-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.nv-why__card {
	padding: 32px 28px; background: #fff;
	border: 1px solid var(--nv-hair); border-radius: 16px;
	transition: transform .2s, border-color .2s;
}
.nv-why__card:hover { transform: translateY(-3px); border-color: var(--nv-teal); }
.nv-why__icon {
	width: 52px; height: 52px; border-radius: 12px; background: var(--nv-lime);
	margin-bottom: 18px; display: grid; place-items: center; color: var(--nv-navy);
}
.nv-why__title { font: 800 22px/1.15 var(--nv-display); color: var(--nv-navy); margin: 0 0 16px; }
.nv-why__body { font: 400 15px/1.55 var(--nv-body); color: var(--nv-mute); margin: 0; }

/* GALLERY */
.nv-gallery { background: var(--nv-paper); }
/* Page-prefixed (0,3,0) so it outranks the `.nv-page h1..h4 { margin:0 }` reset
   at (0,1,1) — an unprefixed .nv-section__h2 rule here would be dead on arrival. */
.nv-page .nv-gallery .nv-section__h2 { margin-bottom: 24px; }
.nv-gallery__chips { display: flex; gap: 10px; flex-wrap: wrap; margin: 28px 0 32px; }
.nv-chip {
	background: #fff; border: 1px solid var(--nv-hair); color: var(--nv-navy);
	padding: 8px 18px; border-radius: 999px;
	font: 600 13px/1 var(--nv-body); cursor: pointer; transition: all .2s;
}
.nv-chip:hover { border-color: var(--nv-navy); }
.nv-chip.is-active { background: var(--nv-navy); color: var(--nv-cream); border-color: var(--nv-navy); }
.nv-gallery__grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 180px; gap: 12px; }
.nv-gtile { position: relative; overflow: hidden; border-radius: 8px; }
.nv-gtile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.nv-gtile--wide { grid-column: span 2; }
.nv-gtile--tall { grid-row: span 2; }
.nv-gtile--big { grid-column: span 3; grid-row: span 2; }
.nv-gallery__note { margin: 24px 0 0; font: 400 13px/1.5 var(--nv-body); color: var(--nv-mute); }

/* LOCATION */
.nv-location { background: var(--nv-cream); }
.nv-location__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: stretch; }
.nv-location__map { aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; border: 1px solid var(--nv-hair); }
.nv-location__map iframe { width: 100%; height: 100%; border: 0; display: block; }
.nv-location address { font-style: normal; font: 400 15px/1.6 var(--nv-body); color: var(--nv-ink); margin: 18px 0; }
.nv-drive { list-style: none; padding: 0; margin: 18px 0 24px; display: flex; gap: 32px; flex-wrap: wrap; }
.nv-drive li strong { font-family: var(--nv-display); font-weight: 800; color: var(--nv-navy); display: block; font-size: 22px; }
.nv-drive li span { font: 400 13px/1 var(--nv-body); color: var(--nv-mute); }

/* ENQUIRY */
/* PLAN YOUR EVENT — sits directly below pillars (both navy, seamless seam) */
.nv-enquire { background: var(--nv-navy); color: var(--nv-cream); padding-top: 0; }
.nv-enquire > .nv-container { padding-top: 8px; border-top: 1px solid rgba(166,206,57,0.18); }
.nv-enquire__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: start; padding-top: 56px; }
.nv-enquire__body p { color: rgba(251, 250, 247, 0.92); }
/* Right column: submission notice stacks on top of the form card, inside the same cell. */
.nv-enquire__col { display: grid; gap: 14px; align-content: start; min-width: 0; }
.nv-enquire__bullets { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; color: rgba(251, 250, 247, 0.9); font-size: 15px; }
.nv-enquire__bullets li { display: flex; align-items: center; gap: 10px; }
.nv-enquire__bullets li::before { content: ¹3; flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: rgba(166,206,57,0.16); color: var(--nv-lime); font-weight: 800; font-size: 12px; display: inline-flex; align-items: center; justify-content: center; }
.nv-enquire__form {
	background: var(--nv-cream); color: var(--nv-ink);
	border-radius: 18px; padding: 34px;
	display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
	box-shadow: 0 30px 70px -40px rgba(0,0,0,0.65);
}
.nv-enquire__form label { display: grid; gap: 8px; font: 700 11px/1 var(--nv-body); color: var(--nv-navy); letter-spacing: 0.1em; text-transform: uppercase; }
.nv-enquire__form input, .nv-enquire__form select, .nv-enquire__form textarea {
	border: 1.5px solid rgba(2,46,61,0.14); border-radius: 10px; padding: 13px 15px;
	font: 400 15px/1.4 var(--nv-body); color: var(--nv-ink); background: #fff;
	font-family: var(--nv-body); transition: border-color .15s, box-shadow .15s;
}
.nv-enquire__form input:hover, .nv-enquire__form select:hover, .nv-enquire__form textarea:hover { border-color: rgba(2,46,61,0.3); }
.nv-enquire__form input:focus, .nv-enquire__form select:focus, .nv-enquire__form textarea:focus {
	outline: none; border-color: var(--nv-teal);
	box-shadow: 0 0 0 3px rgba(106,202,209,0.22);
}
.nv-enquire__form textarea { resize: vertical; min-height: 96px; }
.nv-enquire__full { grid-column: 1 / -1; }
.nv-enquire__form button {
	background: var(--nv-navy); color: var(--nv-cream); border: 0; padding: 16px 24px;
	border-radius: 999px; font: 700 14px/1 var(--nv-body); cursor: pointer; letter-spacing: 0.04em;
	transition: background .18s, color .18s, transform .15s; margin-top: 4px;
}
.nv-enquire__form button:hover { background: var(--nv-lime); color: var(--nv-navy); transform: translateY(-1px); }
.nv-enquire__small { grid-column: 1 / -1; font: 400 12px/1.5 var(--nv-body); color: var(--nv-mute); margin: 8px 0 0; }
.nv-enquire__alert { grid-column: 1 / -1; border-radius: 10px; padding: 14px 16px; font: 600 14px/1.4 var(--nv-body); margin-bottom: 4px; }
.nv-enquire__alert--ok { background: rgba(166,206,57,0.16); color: var(--nv-cream); border: 1px solid rgba(166,206,57,0.4); }
.nv-enquire__alert--err { background: rgba(255,90,90,0.14); color: var(--nv-cream); border: 1px solid rgba(255,90,90,0.4); }

/* FAQ — card layout (matches Creaze) */
.nv-faq { background: var(--nv-cream); }
.nv-faq__list { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; }
details.nv-faq__item { background: #fff; border: 1px solid var(--nv-hair); border-radius: 14px; padding: 20px 24px; transition: border-color .2s ease, box-shadow .2s ease; }
details.nv-faq__item[open] { border-color: var(--nv-teal); box-shadow: 0 6px 24px rgba(2, 46, 61, 0.06); }
details.nv-faq__item summary {
	cursor: pointer; list-style: none;
	font: 800 18px/1.4 var(--nv-display); color: var(--nv-navy);
	display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
details.nv-faq__item summary::-webkit-details-marker { display: none; }
details.nv-faq__item summary::after { content: '+'; font: 500 24px/1 var(--nv-display); color: var(--nv-lime); flex: 0 0 auto; }
details.nv-faq__item[open] summary::after { content: '\2212'; }
details.nv-faq__item p { margin: 14px 0 0; color: var(--nv-mute); font: 400 15px/1.65 var(--nv-body); max-width: 72ch; }

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

/* STICKY MOBILE BAR */
.nv-sticky {
	position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 40;
	background: var(--nv-navy); color: var(--nv-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);
}
.nv-sticky a {
	flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
	color: var(--nv-cream); text-decoration: none;
	padding: 12px; border-radius: 999px;
	font: 600 13px/1 var(--nv-body);
}
.nv-sticky a:hover { background: rgba(255, 255, 255, 0.08); }
.nv-sticky a svg { width: 20px; height: 20px; flex-shrink: 0; }
.nv-sticky a[aria-label="WhatsApp"] svg { width: 24px; height: 24px; }

/* FOOTER */
.nv-foot { background: var(--nv-navy); color: var(--nv-cream); padding: 64px 0 28px; }
.nv-foot__row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; align-items: start; }
.nv-foot__brand { display: flex; gap: 16px; align-items: flex-start; }
.nv-foot__N { width: 56px; height: 56px; border-radius: 50%; background: var(--nv-lime); color: var(--nv-navy); display: grid; place-items: center; font: 800 26px var(--nv-display); }
.nv-foot__brand h4 { font: 800 24px var(--nv-display); color: var(--nv-cream); margin: 0 0 6px; }
.nv-foot__brand span { font: 400 14px/1.5 var(--nv-body); opacity: 0.78; max-width: 36ch; display: block; }
.nv-foot__col h5 { font: 700 12px/1 var(--nv-body); color: var(--nv-lime); letter-spacing: 0.24em; text-transform: uppercase; margin: 0 0 14px; }
.nv-foot__col a { display: block; color: var(--nv-cream); text-decoration: none; padding: 5px 0; font-size: 14px; opacity: 0.85; }
.nv-foot__col a:hover { opacity: 1; text-decoration: underline; text-decoration-color: var(--nv-lime); }
.nv-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; }

/* FEATURE PAIR — banquet + accommodation side-by-side */
.nv-fpair { background: var(--nv-paper); }
.nv-fpair__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.nv-fpair__card { display: flex; flex-direction: column; gap: 24px; background: var(--nv-cream); border: 1px solid var(--nv-hair); border-radius: 12px; overflow: hidden; }
.nv-fpair__media { aspect-ratio: 16 / 10; overflow: hidden; }
.nv-fpair__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nv-fpair__body { padding: 8px 32px 32px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.nv-fpair__body .nv-h2 { font-size: clamp(28px, 2.4vw, 38px); max-width: 22ch; }
.nv-fpair__body .nv-lead { font-size: 16px; max-width: none; }
.nv-fpair__body .nv-checklist { grid-template-columns: 1fr 1fr; gap: 8px 18px; margin-top: 4px; }
.nv-fpair__body .nv-feature__ctas { margin-top: auto; padding-top: 8px; }

/* RESPONSIVE */
@media (max-width: 1100px) {
	.nv-usecases__grid { grid-template-columns: repeat(4, 1fr); }
	.nv-stack { grid-template-columns: 1fr 1fr; }
	.nv-pcard:nth-child(3) { grid-column: 1 / -1; aspect-ratio: 16/7; }
	.nv-pcard:nth-child(3) .nv-pcard__title { max-width: 30ch; }
	.nv-gallery__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
	.nv-page section { padding: 80px 0; }
	.nv-nav { display: none; }
	.nv-pillars__head, .nv-feature__grid, .nv-feature--banquet .nv-feature__grid,
	.nv-feature__grid--reverse, .nv-location__grid, .nv-enquire__grid, .nv-crosslink__row,
	.nv-fpair__grid {
		grid-template-columns: 1fr; gap: 32px;
	}
	.nv-feature__grid--reverse > :first-child { order: 0; }
	.nv-foot__row { grid-template-columns: 1fr 1fr; gap: 28px 32px; }
	.nv-stack, .nv-why__grid, .nv-usecases__grid { grid-template-columns: 1fr 1fr; }
	.nv-stack .nv-pcard:nth-child(3) { aspect-ratio: 4/5; grid-column: span 1; }
	.nv-ticker { grid-template-columns: 1fr 1fr; }
	.nv-ticker__cell { padding: 24px 20px; border-left: 0; border-top: 1px solid var(--nv-hair); }
	.nv-ticker__cell:nth-child(2), .nv-ticker__cell:nth-child(4) { border-left: 1px solid var(--nv-hair); }
	.nv-ticker__cell:nth-child(1), .nv-ticker__cell:nth-child(2) { border-top: 0; }
	.nv-hero__row { grid-template-columns: 1fr; gap: 24px; }
	.nv-hero__archive { bottom: 96px; }
	.nv-sticky { display: flex; }
	.nv-enquire__form { grid-template-columns: 1fr; }
	.nv-checklist { grid-template-columns: 1fr; }
	.nv-gallery__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; }
	.nv-gtile--big, .nv-gtile--wide { grid-column: span 2; }
}
@media (max-width: 600px) {
	.nv-stack, .nv-why__grid { grid-template-columns: 1fr; }
	/* Pillar cards: their children are all position:absolute, so on a grid
	   item `aspect-ratio` is the only thing giving height — WebKit/iOS Safari
	   resolves that to 0 and the cards vanish. Give an explicit height floor
	   (dominates aspect-ratio) so the cards render on every browser. */
	.nv-pillars .nv-pcard { min-height: 125vw; }
	/* Ticker + Events-we-host stay 2-up on mobile (2x2 grid). */
	.nv-ticker__cell { padding: 22px 16px; }
	.nv-usecases__grid { grid-template-columns: 1fr 1fr; }
	.nv-foot__row { grid-template-columns: 1fr; gap: 28px; }
}

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

/* RESTAURANT (sub-page under Nivanta) — scoped variants on Nivanta tokens. */
.nv-rest__hero { background: var(--nv-navy); color: var(--nv-cream); padding: 100px 0 80px; }
.nv-rest__h1 { max-width: 20ch; }
.nv-rest__menu { padding: 100px 0; background: var(--nv-paper); }
.nv-rest__menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 32px; }
.nv-rest__dish { background: #fff; border: 1px solid var(--nv-hair); border-radius: 12px; padding: 28px; }
.nv-rest__dish h3 { font-family: var(--nv-display); font-size: 22px; color: var(--nv-navy); margin: 0 0 8px; }
.nv-rest__dish p { color: var(--nv-mute); font-size: 15px; line-height: 1.55; }
.nv-rest__menu-cta { margin-top: 48px; display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.nv-rest__menu-intro {
	max-width: 60ch;
	color: var(--nv-mute);
	font-size: 16px;
	line-height: 1.6;
	margin: 12px auto 56px;
	text-align: center;
}

/* Classic printed-menu styling — dotted leaders between dish name + price.
   Single column inside a paper-card per category, mirrors old bhhholiday.com
   restaurant page (snapshot 2026-05-11). */
.nv-rest__menu-doc {
	max-width: 820px;
	margin: 0 auto;
}
.nv-menu-sec {
	margin: 0 0 48px;
	padding: 0;
}
.nv-menu-sec__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--nv-navy);
}
.nv-menu-sec__title {
	font-family: var(--nv-display);
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 600;
	color: var(--nv-navy);
	margin: 0;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.nv-menu-sec__count {
	font-size: 12px;
	color: var(--nv-mute);
	font-weight: 600;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	white-space: nowrap;
}
.nv-menu-sec__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nv-menu-row {
	padding: 12px 0;
}
.nv-menu-row + .nv-menu-row {
	border-top: 1px solid rgba(2, 46, 61, 0.08);
}
.nv-menu-row__main {
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.nv-menu-row__dot {
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	border: 1.5px solid currentColor;
	position: relative;
	align-self: center;
}
.nv-menu-row__dot::before {
	content: "";
	position: absolute;
	inset: 2px;
	background: currentColor;
	border-radius: 50%;
}
.nv-menu-row__dot--veg    { color: #1d9a3f; }
.nv-menu-row__dot--nonveg { color: #c8202f; }
.nv-menu-row__name {
	flex-shrink: 0;
	font-family: var(--nv-body);
	font-size: 16px;
	font-weight: 600;
	color: var(--nv-navy);
	line-height: 1.4;
}
.nv-menu-row__leader {
	flex: 1 1 auto;
	min-width: 24px;
	height: 1px;
	border-bottom: 2px dotted rgba(2, 46, 61, 0.32);
	transform: translateY(-4px);
}
.nv-menu-row__price {
	flex-shrink: 0;
	font-family: var(--nv-body);
	font-size: 16px;
	font-weight: 700;
	color: var(--nv-navy);
	white-space: nowrap;
	letter-spacing: 0.01em;
}
.nv-menu-row__note {
	margin: 4px 0 0 22px;
	font-size: 13px;
	color: var(--nv-mute);
	line-height: 1.45;
	font-style: italic;
}

@media (max-width: 600px) {
	.nv-menu-row__name { font-size: 15px; }
	.nv-menu-row__price { font-size: 15px; }
	.nv-menu-row__note { margin-left: 22px; font-size: 12px; }
	.nv-menu-sec { margin-bottom: 36px; }
}
.nv-rest__spaces { padding: 100px 0; }
.nv-rest__spaces-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.nv-rest__space { background: var(--nv-cream); border: 1px solid var(--nv-hair); border-radius: 12px; padding: 32px; }
.nv-rest__icon { display: inline-flex; width: 52px; height: 52px; border-radius: 12px; background: var(--nv-lime); color: var(--nv-navy); align-items: center; justify-content: center; margin-bottom: 18px; }
.nv-rest__space h3 { font-family: var(--nv-display); font-size: 20px; color: var(--nv-navy); margin: 0 0 8px; }
.nv-rest__space p { color: var(--nv-mute); font-size: 15px; line-height: 1.55; }
.nv-rest__cta { padding: 100px 0; background: var(--nv-navy); color: var(--nv-cream); text-align: center; }
.nv-rest__cta h2 { max-width: none; margin: 0 auto; }
.nv-rest__cta p { max-width: 56ch; margin: 18px auto 0; }
.nv-rest__cta-row { margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 900px) {
	.nv-rest__menu-grid, .nv-rest__spaces-grid { grid-template-columns: 1fr; }
}

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

/* ============================================================
   Hero title legibility fix (18/05/2026) — bright sun in hero
   photo washes out the cream text; force white + drop-shadow
   + strengthen bottom veil so headline stays readable.
   ============================================================ */
.nv-hero__veil {
	background:
		linear-gradient(180deg, rgba(2, 46, 61, 0.10) 0%, rgba(2, 46, 61, 0.08) 30%, rgba(2, 46, 61, 0.88) 100%),
		linear-gradient(95deg,  rgba(2, 46, 61, 0.55) 0%, rgba(2, 46, 61, 0) 50%) !important;
}
.nv-hero__archive,
.nv-hero__title,
.nv-hero__sub,
.nv-hero__eyebrow-line {
	color: #FFFFFF !important;
}
.nv-hero__title {
	text-shadow: 0 4px 28px rgba(2, 46, 61, 0.6), 0 1px 0 rgba(0, 0, 0, 0.25);
}
.nv-hero__title em { color: #A6CE39 !important; text-shadow: 0 4px 28px rgba(2, 46, 61, 0.55); }
.nv-hero__sub {
	color: rgba(255, 255, 255, 0.94) !important;
	text-shadow: 0 2px 18px rgba(2, 46, 61, 0.65);
}

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

/* ============================================================
   PDF brand-pack scoped compliance (revised 18/05/2026)
   Targets known class names only — no `*` wildcard, no `[class*]`
   so existing component CSS stays intact.
   ============================================================ */
.nv-page { font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
.nv-page .nv-hero__title,
.nv-page .nv-pcard__title,
.nv-page .nv-feature__title,
.nv-page .nv-section__h2,
.nv-page .nv-h2 {
	font-family: "Bricolage Grotesque", system-ui, sans-serif;
}
.nv-page .nv-lead { font-family: "Open Sans", system-ui, sans-serif; font-weight: 600; }

/* ============================================================
   Nivanta B+C merge hero + rooms grid (18/05/2026)
   B (Garden Manor): asymmetric copy + photo-offset + lime badge
   C (Booking-First): inline check-in/check-out widget right rail
   ============================================================ */
.nv-hero--bc { position: relative; height: auto !important; min-height: 0 !important; padding: 88px 0 72px !important; background: var(--nv-cream); overflow: visible; }
.nv-hero__bc-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: stretch; }
.nv-hero__bc-copy { display: flex; flex-direction: column; justify-content: center; position: relative; }
.nv-hero__bc-copy .nv-hero__eyebrow-line { color: var(--nv-teal); margin-bottom: 22px; }
.nv-hero__bc-copy .nv-hero__title { color: var(--nv-navy); text-shadow: none; max-width: 14ch; margin: 0 0 18px; font-size: clamp(48px, 6vw, 96px); line-height: 0.96; }
.nv-hero__bc-copy .nv-hero__title em { color: var(--nv-lime); font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; font-weight: 500; }
.nv-hero__bc-copy .nv-hero__sub { color: var(--nv-mute); max-width: 48ch; margin: 0 0 28px; text-shadow: none; }
.nv-hero__bc-copy .nv-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.nv-hero__bc-copy .nv-btn--ghost { color: var(--nv-navy); border-color: var(--nv-navy); }

.nv-hero__bc-photo { position: relative; margin: 48px 0 0; min-height: 260px; }
.nv-hero__bc-photo-main {
	position: absolute; inset: 0 0 60px 60px;
	background-size: cover; background-position: center;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(2, 46, 61, 0.16);
}
.nv-hero__bc-photo-offset {
	position: absolute; left: 0; bottom: 0;
	width: 180px; height: 240px;
	background-size: cover; background-position: center;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(2, 46, 61, 0.22);
}
.nv-hero__bc-badge {
	position: absolute; top: 12px; right: 12px;
	width: 96px; height: 96px;
	background: var(--nv-lime); color: var(--nv-navy);
	border-radius: 50%;
	display: grid; place-items: center;
	font: 800 13px var(--nv-display); letter-spacing: 0.1em; text-align: center;
	transform: rotate(-8deg);
	box-shadow: 0 12px 32px rgba(166, 206, 57, 0.32);
}

.nv-hero__bc-widget {
	background: #fff;
	border-radius: 16px;
	padding: 36px 32px;
	box-shadow: 0 24px 60px rgba(2, 46, 61, 0.12);
	border-top: 6px solid var(--nv-lime);
	align-self: start;
	margin-top: 12px;
	position: relative;
}
.nv-hero__bc-widget-head h3 {
	font: 800 28px "Bricolage Grotesque", system-ui, sans-serif;
	color: var(--nv-navy);
	margin: 0 0 6px;
	letter-spacing: -0.01em;
}
.nv-hero__bc-widget-head p {
	font: 400 14px "Open Sans", system-ui, sans-serif;
	color: var(--nv-mute);
	margin: 0 0 24px;
}
.nv-hero__bc-form { display: grid; gap: 16px; }
.nv-hero__bc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.nv-hero__bc-form label { display: flex; flex-direction: column; gap: 6px; }
.nv-hero__bc-form label > span {
	font: 700 11px "Open Sans", sans-serif;
	letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--nv-mute);
}
.nv-hero__bc-form input,
.nv-hero__bc-form select {
	width: 100%;
	padding: 13px 14px;
	border: 1.5px solid var(--nv-rule);
	border-radius: 10px;
	font: 600 14px "Open Sans", sans-serif;
	color: var(--nv-navy);
	background: #fff;
}
.nv-hero__bc-form input:focus,
.nv-hero__bc-form select:focus {
	outline: none;
	border-color: var(--nv-lime);
	box-shadow: 0 0 0 3px rgba(166, 206, 57, 0.18);
}
.nv-hero__bc-submit {
	background: var(--nv-lime);
	color: var(--nv-navy);
	padding: 16px;
	border: 0;
	border-radius: 999px;
	font: 700 14px "Open Sans", sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 200ms ease-out, background 200ms ease-out;
}
.nv-hero__bc-submit:hover { background: #b8db4f; transform: translateY(-1px); }
.nv-hero__bc-hint {
	font: 400 12px "Open Sans", sans-serif;
	color: var(--nv-mute);
	margin: 4px 0 0;
	text-align: center;
}

@media (max-width: 980px) {
	.nv-hero__bc-grid { grid-template-columns: 1fr; gap: 32px; }
	.nv-hero__bc-photo { min-height: 360px; }
	.nv-hero__bc-photo-main { inset: 0 0 40px 40px; }
	.nv-hero__bc-badge { width: 72px; height: 72px; font-size: 10px; }
}

/* ---------- Rooms grid section ---------- */
.nv-rooms-grid { background: #fff; padding: 80px 0; }
.nv-rooms-grid__head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.nv-rooms-grid__head .nv-eyebrow { justify-content: center; }
.nv-rooms-grid__head .nv-eyebrow::before { display: none; }
.nv-rooms-grid__head .nv-h2 {
	font: 800 clamp(36px, 4.2vw, 56px) "Bricolage Grotesque", sans-serif;
	color: var(--nv-navy);
	letter-spacing: -0.02em;
	margin: 0;
}
.nv-rooms-grid__head .nv-h2 em {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-style: italic;
	font-weight: 500;
	color: var(--nv-teal);
}
.nv-rooms-grid__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.nv-rcard {
	display: flex; flex-direction: column;
	background: #fff;
	border: 1px solid var(--nv-rule);
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: transform 400ms ease-out, box-shadow 400ms ease-out;
}
.nv-rcard:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(2, 46, 61, 0.12); }
.nv-rcard__img {
	aspect-ratio: 4 / 5;
	background-size: cover;
	background-position: center;
	background-color: #0a3a4d;
}
.nv-rcard__body { padding: 18px 20px 22px; }
.nv-rcard__body h4 {
	font: 800 18px "Bricolage Grotesque", sans-serif;
	color: var(--nv-navy);
	margin: 0 0 6px;
	letter-spacing: -0.01em;
}
.nv-rcard__body p {
	font: 400 13px "Open Sans", sans-serif;
	color: var(--nv-mute);
	margin: 0 0 12px;
}
.nv-rcard__price {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	font: 800 16px "Bricolage Grotesque", sans-serif;
	color: var(--nv-navy);
}
.nv-rcard__price span {
	font: 600 12px "Open Sans", sans-serif;
	color: var(--nv-mute);
}
.nv-rooms-grid__empty {
	text-align: center;
	font: 400 16px "Open Sans", sans-serif;
	color: var(--nv-mute);
}
@media (max-width: 900px) {
	.nv-rooms-grid__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
	.nv-rooms-grid__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   B+C hero v2 — richer composition (18/05/2026)
   Full-bleed Ken-Burns photo bg + cream widget floats top-right,
   copy block overlays photo bottom-left w/ navy veil.
   ============================================================ */
.nv-hero--bc {
	min-height: 720px !important;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
	background: var(--nv-navy) center/cover no-repeat;
}
.nv-hero--bc::before {
	content: '';
	position: absolute; inset: 0;
	background: url("/wp-content/themes/unfoldcro-bhh-holiday-child/assets/img/nivanta/IMG_5743.webp") center/cover no-repeat;
	animation: nv-bc-kenburns 22s ease-in-out infinite alternate;
	z-index: 0;
}
@keyframes nv-bc-kenburns {
	0%   { transform: scale(1.00); }
	100% { transform: scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
	.nv-hero--bc::before { animation: none; }
}
.nv-hero--bc::after {
	content: '';
	position: absolute; inset: 0;
	background:
		linear-gradient(180deg, rgba(2, 46, 61, 0.18) 0%, rgba(2, 46, 61, 0.06) 30%, rgba(2, 46, 61, 0.78) 100%),
		linear-gradient(95deg, rgba(2, 46, 61, 0.55) 0%, rgba(2, 46, 61, 0) 55%);
	z-index: 1;
}
.nv-hero__bc-grid {
	position: relative; z-index: 2;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 48px;
	align-items: end;
	min-height: 720px;
	padding: 140px 0 80px;
}
.nv-hero__bc-copy {
	display: flex; flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}
.nv-hero__bc-copy .nv-hero__eyebrow-line { color: var(--nv-lime) !important; margin-bottom: 24px; }
.nv-hero__bc-copy .nv-hero__title {
	color: #fff !important;
	text-shadow: 0 4px 28px rgba(2, 46, 61, 0.65);
	margin: 0 0 20px;
	font-size: clamp(48px, 6.5vw, 104px);
	line-height: 0.94;
}
.nv-hero__bc-copy .nv-hero__title em {
	color: var(--nv-lime) !important;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-style: italic;
	font-weight: 500;
}
.nv-hero__bc-copy .nv-hero__sub {
	color: rgba(255, 255, 255, 0.92) !important;
	text-shadow: 0 2px 18px rgba(2, 46, 61, 0.6);
	max-width: 52ch; margin: 0 0 28px;
}
.nv-hero__bc-copy .nv-btn--ghost {
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.7) !important;
}
.nv-hero__bc-copy .nv-btn--ghost:hover { background: rgba(255,255,255,0.10); border-color: #fff !important; }

/* Hide the secondary photo composition — full-bleed photo replaces it. */
.nv-hero__bc-photo { display: none; }

.nv-hero__bc-widget {
	background: var(--nv-cream);
	border-top: 6px solid var(--nv-lime);
	border-radius: 16px;
	padding: 32px 28px;
	box-shadow: 0 30px 80px rgba(2, 46, 61, 0.32);
	align-self: end;
	margin-bottom: 24px;
}

@media (max-width: 980px) {
	.nv-hero--bc { min-height: 0 !important; }
	.nv-hero__bc-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 100px 0 40px;
		min-height: 0;
	}
	.nv-hero__bc-widget { margin-bottom: 0; padding: 24px 20px; }
}

/* ============================================================
   Restaurant identity gate + welcome + per-row cart controls
   + cart bar. Wired in page-restaurant.php JS.
   ============================================================ */
.nv-gate {
	background: var(--nv-paper);
	padding: 80px 0;
	border-top: 1px solid var(--nv-hair);
}
.nv-gate__inner {
	max-width: 560px;
	text-align: center;
}
.nv-gate__title { margin: 8px 0 12px; }
.nv-gate__sub {
	color: var(--nv-mute);
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 32px;
}
.nv-gate__form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: left;
	background: #fff;
	border: 1px solid var(--nv-hair);
	border-radius: 14px;
	padding: 28px;
}
.nv-gate__field { display: flex; flex-direction: column; gap: 6px; }
.nv-gate__field > span {
	font-size: 13px;
	font-weight: 600;
	color: var(--nv-navy);
	letter-spacing: 0.02em;
}
.nv-gate__field > span em {
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	color: #c8202f;
	margin-left: 6px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.nv-gate__field input,
.nv-gate__field select {
	width: 100%;
	font-family: var(--nv-body);
	font-size: 15px;
	color: var(--nv-navy);
	background: #fff;
	border: 1px solid var(--nv-hair);
	border-radius: 8px;
	padding: 12px 14px;
	transition: border-color 0.18s, box-shadow 0.18s;
}
.nv-gate__field input:focus,
.nv-gate__field select:focus {
	outline: none;
	border-color: var(--nv-lime);
	box-shadow: 0 0 0 3px rgba(166, 206, 57, 0.20);
}
.nv-gate__submit {
	margin-top: 6px;
	justify-content: center;
}
.nv-gate__error {
	margin: 0;
	color: #c8202f;
	font-size: 13px;
	font-weight: 600;
}
.nv-gate__small {
	margin: 0;
	color: var(--nv-mute);
	font-size: 12px;
	line-height: 1.5;
}

/* Welcome bar (post-gate). */
.nv-rest__welcome {
	background: var(--nv-cream);
	padding: 56px 0 24px;
	border-bottom: 1px solid var(--nv-hair);
}
.nv-rest__welcome-inner { text-align: center; }
.nv-rest__welcome-title { margin: 8px 0 16px; }
.nv-rest__welcome-sub {
	color: var(--nv-mute);
	font-size: 15px;
	margin: 0 0 14px;
}
.nv-rest__welcome-reset {
	display: inline-block;
	background: transparent;
	border: 0;
	color: var(--nv-navy);
	font-family: var(--nv-body);
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
	padding: 4px 0;
}

/* Per-row +Add / qty controls. `[hidden]` attribute must win over
   the explicit display:inline-flex rules below. */
.nv-menu-row__add[hidden],
.nv-menu-row__qty[hidden] { display: none !important; }

.nv-menu-row__add-wrap {
	flex-shrink: 0;
	margin-left: 14px;
	display: inline-flex;
	align-items: center;
}
.nv-menu-row__add {
	background: var(--nv-navy);
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 6px 14px;
	font-family: var(--nv-body);
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	letter-spacing: 0.02em;
	transition: background 0.18s, transform 0.18s;
}
.nv-menu-row__add:hover { background: #03495f; transform: translateY(-1px); }
.nv-menu-row__qty {
	display: inline-flex;
	align-items: center;
	background: #fff;
	border: 1px solid var(--nv-navy);
	border-radius: 999px;
	overflow: hidden;
}
.nv-menu-row__qty-btn {
	background: transparent;
	border: 0;
	width: 30px;
	height: 30px;
	color: var(--nv-navy);
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s;
}
.nv-menu-row__qty-btn:hover { background: rgba(2, 46, 61, 0.08); }
.nv-menu-row__qty-n {
	min-width: 28px;
	text-align: center;
	font-family: var(--nv-body);
	font-size: 14px;
	font-weight: 700;
	color: var(--nv-navy);
}

/* Cart bar — fixed bottom, appears when items in cart. */
.nv-cart-bar {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	background: var(--nv-navy);
	color: #fff;
	z-index: 80;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.22);
	border-top: 3px solid var(--nv-lime);
}
.nv-cart-bar__inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}
.nv-cart-bar__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	background: var(--nv-lime);
	color: var(--nv-navy);
	border-radius: 999px;
	font-family: var(--nv-body);
	font-size: 15px;
	font-weight: 800;
	padding: 0 10px;
}
.nv-cart-bar__label {
	font-family: var(--nv-body);
	font-size: 15px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
}
.nv-cart-bar__label > span {
	font-weight: 800;
	color: #fff;
	margin-left: 4px;
}
.nv-cart-bar__seasonal {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.72);
}
.nv-cart-bar__submit {
	margin-left: auto;
	background: var(--nv-lime);
	color: var(--nv-navy);
	border: 0;
	border-radius: 999px;
	padding: 12px 22px;
	font-family: var(--nv-body);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	transition: background 0.18s, transform 0.18s;
}
.nv-cart-bar__submit:hover { background: #b9dc4f; transform: translateY(-1px); }

/* Mobile: stack price + qty controls on long rows. */
@media (max-width: 720px) {
	.nv-menu-row__main { flex-wrap: wrap; gap: 6px 10px; }
	.nv-menu-row__leader { min-width: 12px; }
	.nv-menu-row__add-wrap { margin-left: 0; }
	.nv-cart-bar__inner { gap: 12px; padding: 12px 16px; }
	.nv-cart-bar__label { font-size: 14px; }
	.nv-cart-bar__submit { padding: 10px 16px; font-size: 13px; }
}

/* On-dark headings — force cream where `.nv-page h2 { color: navy }` would otherwise win */
.nv-page .nv-pillars .nv-h2,
.nv-page .nv-pillars .nv-pcard__title,
.nv-page .nv-enquire .nv-h2 { color: var(--nv-cream); }

/* ── Tourist & Leisure section (added 29/05/2026, doc copy) ───────────── */
.nv-tourist { padding: 72px 0; background: var(--nv-cream, #f6f3ee); }
.nv-tourist .nv-eyebrow { color: var(--nv-teal, #6ACAD1); }
.nv-tourist .nv-h2 { color: var(--nv-navy, #022E3D); margin-bottom: 28px; }
.nv-tourist__list {
	list-style: none; margin: 0 0 24px; padding: 0;
	display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 32px;
}
.nv-tourist__list li {
	display: flex; align-items: flex-start; gap: 12px;
	font-size: 1rem; line-height: 1.5; color: var(--nv-navy, #022E3D);
}
.nv-tourist__icon { flex: 0 0 auto; display: inline-flex; color: var(--nv-teal, #6ACAD1); margin-top: 2px; }
.nv-tourist__icon svg { width: 18px; height: 18px; }
.nv-tourist .nv-lead { color: var(--nv-navy, #022E3D); opacity: .8; }
@media (max-width: 720px) { .nv-tourist__list { grid-template-columns: 1fr; } }

/* Lawn pull-quote (doc "Built for moments worth revisiting") */
.nv-lawn__pullquote { font-style: italic; opacity: .9; margin-top: 14px; }

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

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

/* ====== Nivanta footer social icons (29/06/2026) ====== */
.nv-foot__social { display:flex; gap:14px; margin-top:14px; }
.nv-foot__social a { color:rgba(255,255,255,0.7); display:inline-flex; transition:color .2s ease; }
.nv-foot__social a:hover { color:#A6CE39; }
.nv-foot__social svg { display:block; }
/* Enquiry — inline validation error box + invalid field (01/07/2026) */
.nv-enquire__err { grid-column: 1 / -1; background: rgba(229,72,77,0.10); border: 1px solid rgba(229,72,77,0.55); color: #7a1418; border-radius: 10px; padding: 12px 15px; font: 600 13px/1.45 var(--nv-body); }
.nv-enquire__err[hidden] { display: none; }
.nv-enquire__form .nv-input--error { border-color: #e5484d !important; box-shadow: 0 0 0 3px rgba(229,72,77,0.16) !important; }

/* Mobile carousel — use-cases (7 tiles) 08/07/2026 */
@media (max-width: 600px) {
	.nv-usecases__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;
	}
	.nv-usecases__grid::-webkit-scrollbar { display: none; }
	.nv-uc { flex: 0 0 46%; scroll-snap-align: start; }
}

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

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