/* ==========================================================================
   BeeGee's Coastal — Premium Header & Footer
   Palette: deep water / sun brass / surf turquoise / shell white
   Type: Fraunces (display) + Jost (utility & body)
   ========================================================================== */

.bghf-head,
.bghf-foot,
.bghf-drawer {
	--bghf-ink: #062A34;
	--bghf-ink-2: #03161D;
	--bghf-topbar: #02141B;
	--bghf-topbar-mix: 24%;
	--bghf-text: #F3EFE6;
	--bghf-muted: rgba(243, 239, 230, .62);
	--bghf-brass: #D8A33C;
	--bghf-surf: #39C2B1;
	--bghf-cta-text: #06222B;
	--bghf-container: 1360px;
	--bghf-bar-h: 86px;
	--bghf-bar-h-sticky: 68px;
	--bghf-logo-w: 170px;
	--bghf-logo-w-sticky: 140px;
	--bghf-logo-w-mobile: 130px;
	--bghf-display: "Fraunces", Georgia, "Times New Roman", serif;
	--bghf-ui: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--bghf-ease: cubic-bezier(.22, .61, .36, 1);

	font-family: var(--bghf-ui);
	color: var(--bghf-text);
	-webkit-font-smoothing: antialiased;
}

.bghf-head *,
.bghf-foot *,
.bghf-drawer *,
.bghf-head *::before,
.bghf-foot *::after {
	box-sizing: border-box;
}

.bghf-wrap {
	width: 100%;
	max-width: var(--bghf-container);
	margin-inline: auto;
	padding-inline: 28px;
}

.bghf-head a:focus-visible,
.bghf-foot a:focus-visible,
.bghf-head button:focus-visible {
	outline: 2px solid var(--bghf-brass);
	outline-offset: 3px;
	border-radius: 4px;
}

.bghf-editor-hint {
	font-size: 13px;
	color: var(--bghf-muted);
	margin: 0;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.bghf-head {
	position: relative;
	z-index: 9990;
	width: 100%;
}

/* Fallback for the Elementor editor and for no-JS: sticky works when no
   ancestor clips it. The script replaces this with the fixed pattern below,
   which survives overflow:hidden and transformed ancestors. */
.bghf-head.is-sticky {
	position: sticky;
	top: 0;
}

/* When it should float over the hero image */
.bghf-head.is-overlay {
	position: absolute;
	inset: 0 0 auto 0;
	background: transparent;
}

.bghf-head.is-overlay.is-sticky.is-stuck {
	position: fixed;
}

/* The pinned state the script uses — always wins because it comes last. */
.bghf-head.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: transparent;
	z-index: 99990;
}

/* the wrapper the script lifts out must not box the header in */
body > .elementor-element:has(> .elementor-widget-container > .bghf-head.is-fixed),
body > .elementor-element:has(> .bghf-head.is-fixed) {
	position: static;
	transform: none;
	z-index: auto;
}

/* Keep clear of the WordPress admin bar for signed-in users. */
body.admin-bar .bghf-head.is-fixed {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .bghf-head.is-fixed {
		top: 46px;
	}
}

/* Holds the space the header used to take up in the flow. */
.bghf-head-space {
	display: block;
	width: 100%;
}

/* Only the main bar stays. The utility bar slides up out of the way, which
   is what the header height is translated by once scrolled. */
.bghf-head.is-fixed {
	transition: transform .45s var(--bghf-ease);
	will-change: transform;
}

/* Scoped to the pinned state on purpose: a transform here would otherwise
   also apply in the Elementor editor, where the drawer is left in place. */
.bghf-head.is-fixed.roll-topbar.is-stuck {
	transform: translateY(calc(-1 * var(--bghf-topbar-h, 40px)));
}

/* ------------------------------------------------------------ top bar */

.bghf-topbar {
	/* Fallback first, then the deepened mix for browsers that support it. */
	background: var(--bghf-topbar);
	background: color-mix(in srgb, #000 var(--bghf-topbar-mix, 24%), var(--bghf-topbar));
	border-bottom: 1px solid rgba(243, 239, 230, .07);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .38);
	transition: transform .45s var(--bghf-ease), opacity .3s linear;
}

.bghf-head.is-overlay .bghf-topbar {
	background: rgba(2, 16, 22, .72);
	background: color-mix(in srgb, color-mix(in srgb, #000 var(--bghf-topbar-mix, 24%), var(--bghf-topbar)) 78%, transparent);
	backdrop-filter: blur(12px) saturate(130%);
	-webkit-backdrop-filter: blur(12px) saturate(130%);
}

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

.bghf-topbar__note {
	margin: 0;
	font-size: 12.5px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--bghf-muted);
}

.bghf-topbar__right {
	display: flex;
	align-items: center;
	gap: 18px;
}

.bghf-topbar__link {
	color: var(--bghf-muted);
	text-decoration: none;
	font-size: 13px;
	letter-spacing: .02em;
	transition: color .25s var(--bghf-ease);
}

.bghf-topbar__link:hover {
	color: var(--bghf-text);
}

.bghf-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 13px;
	border: 1px solid rgba(216, 163, 60, .38);
	border-radius: 999px;
	font-size: 11.5px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--bghf-brass);
	white-space: nowrap;
}

.bghf-chip__t {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bghf-chip__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bghf-brass);
	box-shadow: 0 0 0 0 rgba(216, 163, 60, .6);
	animation: bghf-pulse 2.8s infinite;
}

@keyframes bghf-pulse {
	0% { box-shadow: 0 0 0 0 rgba(216, 163, 60, .55); }
	70% { box-shadow: 0 0 0 7px rgba(216, 163, 60, 0); }
	100% { box-shadow: 0 0 0 0 rgba(216, 163, 60, 0); }
}

/* Legibility scrim: an overlay header floats over photography that can be
   bright anywhere. This lays a soft top-down darkening behind the bar so the
   menu never disappears into a white sky or a pale wall. */
.bghf-head.is-overlay.has-scrim::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 210%;
	background: linear-gradient(180deg, rgba(2, 16, 22, .88) 0%, rgba(2, 16, 22, .58) 42%, rgba(2, 16, 22, .18) 74%, rgba(2, 16, 22, 0) 100%);
	pointer-events: none;
	z-index: -1;
}

.bghf-head.is-overlay.is-stuck.has-scrim::before {
	opacity: 0;
	transition: opacity .35s var(--bghf-ease);
}

.bghf-head.is-overlay .bghf-bar {
	text-shadow: 0 1px 16px rgba(0, 0, 0, .55);
}

.bghf-head.is-overlay.is-stuck .bghf-bar {
	text-shadow: none;
}

/* ---------------------------------------------------------- main bar */

.bghf-bar {
	position: relative;
	background: var(--bghf-ink);
	transition: background .4s var(--bghf-ease), box-shadow .4s var(--bghf-ease);
}

.bghf-head.is-overlay .bghf-bar {
	background: transparent;
}

.bghf-head.is-stuck .bghf-bar {
	background: color-mix(in srgb, var(--bghf-ink) 88%, transparent);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
	box-shadow: 0 18px 44px -28px rgba(0, 0, 0, .9);
}

@supports not (background: color-mix(in srgb, red 50%, blue)) {
	.bghf-head.is-stuck .bghf-bar { background: var(--bghf-ink); }
}

.bghf-bar__inner {
	display: flex;
	align-items: center;
	gap: 26px;
	height: var(--bghf-bar-h);
	transition: height .4s var(--bghf-ease);
}

.bghf-head.is-shrinkable.is-stuck .bghf-bar__inner {
	height: var(--bghf-bar-h-sticky);
}

/* logo */

.bghf-head__logo {
	display: block;
	flex: 0 0 auto;
	line-height: 0;
}

.bghf-head__logo img {
	width: var(--bghf-logo-w);
	max-width: 58vw;
	height: auto;
	display: block;
	transition: width .4s var(--bghf-ease), opacity .3s linear;
}

.bghf-head__logo .bghf-logo--solid {
	display: none;
}

.bghf-head.is-shrinkable.is-stuck .bghf-head__logo img {
	width: var(--bghf-logo-w-sticky);
}

/* nav */

.bghf-head__nav {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
}

.bghf-head.nav-right .bghf-head__nav {
	justify-content: flex-end;
}

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

.bghf-nav > .bghf-nav__item {
	position: relative;
}

.bghf-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 12px;
	font-family: var(--bghf-ui);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--bghf-text);
	text-decoration: none;
	transition: color .28s var(--bghf-ease);
}

.bghf-nav__link > span {
	position: relative;
}

/* the tide-mark underline — the header's signature */
.bghf-nav > .bghf-nav__item > .bghf-nav__link > span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 2px;
	background: linear-gradient(90deg, var(--bghf-brass), var(--bghf-surf));
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .38s var(--bghf-ease);
}

.bghf-nav > .bghf-nav__item > .bghf-nav__link:hover > span::after,
.bghf-nav > .bghf-nav__item.is-current > .bghf-nav__link > span::after {
	transform: scaleX(1);
}

.bghf-nav__link:hover {
	color: #fff;
}

.bghf-caret {
	opacity: .6;
	transition: transform .3s var(--bghf-ease);
}

.bghf-nav__item:hover > .bghf-nav__link .bghf-caret {
	transform: rotate(180deg);
}

/* dropdown */

.bghf-subnav {
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translate(-50%, 10px);
	min-width: 232px;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: color-mix(in srgb, var(--bghf-ink) 96%, #000);
	border: 1px solid rgba(243, 239, 230, .1);
	border-radius: 14px;
	box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .95);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .28s var(--bghf-ease), transform .28s var(--bghf-ease), visibility .28s;
}

@supports not (background: color-mix(in srgb, red 50%, blue)) {
	.bghf-subnav { background: #05242D; }
}

.bghf-nav__item:hover > .bghf-subnav,
.bghf-nav__item:focus-within > .bghf-subnav {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.bghf-subnav .bghf-nav__link {
	display: flex;
	width: 100%;
	padding: 10px 12px;
	border-radius: 9px;
	font-size: 13px;
	letter-spacing: .06em;
	text-transform: none;
	color: var(--bghf-muted);
}

.bghf-subnav .bghf-nav__link:hover {
	background: rgba(57, 194, 177, .1);
	color: var(--bghf-text);
}

/* actions */

.bghf-head__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 0 0 auto;
	margin-left: auto;
}

.bghf-callbox {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	text-decoration: none;
	color: var(--bghf-text);
	padding-right: 16px;
	border-right: 1px solid rgba(243, 239, 230, .14);
}

.bghf-callbox__ico {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(216, 163, 60, .4);
	color: var(--bghf-brass);
	transition: background .3s var(--bghf-ease), color .3s var(--bghf-ease), transform .3s var(--bghf-ease);
}

.bghf-callbox:hover .bghf-callbox__ico {
	background: var(--bghf-brass);
	color: var(--bghf-cta-text);
	transform: rotate(-12deg);
}

.bghf-callbox__text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.bghf-callbox__label {
	font-size: 9.5px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--bghf-muted);
}

.bghf-callbox__num {
	font-family: var(--bghf-display);
	font-size: 14.5px;
	font-weight: 600;
	letter-spacing: .01em;
	margin-top: 1px;
}

.bghf-ghostlink {
	font-size: 11.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--bghf-muted);
	text-decoration: none;
	transition: color .25s var(--bghf-ease);
}

.bghf-ghostlink:hover {
	color: var(--bghf-text);
}

/* button */

.bghf-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--bghf-brass);
	color: var(--bghf-cta-text);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	isolation: isolate;
	transition: transform .3s var(--bghf-ease), box-shadow .3s var(--bghf-ease);
	box-shadow: 0 12px 30px -14px rgba(216, 163, 60, .85);
}

.bghf-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(100deg, var(--bghf-surf), var(--bghf-brass) 62%);
	opacity: 0;
	transition: opacity .35s var(--bghf-ease);
}

.bghf-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px -14px rgba(57, 194, 177, .8);
}

.bghf-btn:hover::before {
	opacity: 1;
}

.bghf-btn svg {
	transition: transform .3s var(--bghf-ease);
}

.bghf-btn:hover svg {
	transform: translateX(3px);
}

.bghf-btn--lg {
	padding: 17px 30px;
	font-size: 14px;
}

.bghf-btn--block {
	width: 100%;
	justify-content: center;
}

/* burger */

.bghf-burger {
	display: none;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(243, 239, 230, .18);
	border-radius: 12px;
	background: transparent;
	color: var(--bghf-text);
	cursor: pointer;
}

.bghf-burger__lines {
	display: grid;
	gap: 5px;
	width: 20px;
}

.bghf-burger__lines i {
	display: block;
	height: 1.5px;
	background: currentColor;
	border-radius: 2px;
}

.bghf-burger__lines i:nth-child(2) { width: 70%; margin-left: auto; }

/* tide line */

.bghf-tideline {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: rgba(243, 239, 230, .08);
	overflow: hidden;
}

.bghf-tideline span {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--bghf-surf), var(--bghf-brass));
	transition: width .12s linear;
}

/* ---------------------------------------------------------- drawer */

.bghf-drawer {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

/* Once the script lifts the drawer out to <body> it must own the viewport,
   whatever a theme rule thinks of an element with these class names. */
.bghf-drawer.bghf-portaled {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	transform: none !important;
}

/* Mobile browser chrome: dvh tracks the collapsing address bar, so the panel
   ends where the screen ends instead of running under it. */
@supports (height: 100dvh) {
	.bghf-drawer,
	.bghf-drawer.bghf-portaled {
		bottom: auto !important;
		height: 100dvh !important;
	}
}

.bghf-drawer[hidden] {
	display: none;
}

.bghf-drawer__scrim {
	position: absolute;
	inset: 0;
	background: rgba(3, 18, 24, .7);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity .35s var(--bghf-ease);
}

.bghf-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(400px, 88vw);
	height: 100%;
	padding: 26px 26px 34px;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	background: linear-gradient(180deg, var(--bghf-ink), var(--bghf-ink-2, #03161D));
	border-left: 1px solid rgba(216, 163, 60, .22);
	transform: translateX(100%);
	transition: transform .42s var(--bghf-ease);
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.bghf-drawer.is-open .bghf-drawer__scrim { opacity: 1; }
.bghf-drawer.is-open .bghf-drawer__panel { transform: translateX(0); }

.bghf-drawer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.bghf-drawer__logo {
	width: 150px;
	height: auto;
}

.bghf-close {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(243, 239, 230, .18);
	border-radius: 50%;
	background: transparent;
	color: var(--bghf-text);
	cursor: pointer;
	transition: background .25s var(--bghf-ease), transform .25s var(--bghf-ease);
}

.bghf-close:hover {
	background: rgba(243, 239, 230, .08);
	transform: rotate(90deg);
}

.bghf-nav--stack {
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}

.bghf-nav--stack .bghf-nav__item {
	border-bottom: 1px solid rgba(243, 239, 230, .09);
}

.bghf-nav--stack .bghf-nav__link {
	justify-content: space-between;
	padding: 16px 2px;
	font-family: var(--bghf-display);
	font-size: 19px;
	font-weight: 600;
	letter-spacing: .01em;
	text-transform: none;
}

.bghf-nav--stack .bghf-subnav {
	position: static;
	transform: none;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	min-width: 0;
	padding: 0 0 12px 14px;
	background: transparent;
	border: 0;
	box-shadow: none;
	border-left: 1px solid rgba(216, 163, 60, .3);
	margin-left: 4px;
}

.bghf-nav--stack .bghf-subnav .bghf-nav__link {
	font-family: var(--bghf-ui);
	font-size: 14px;
	padding: 9px 10px;
}

.bghf-drawer__foot {
	margin-top: auto;
	display: grid;
	gap: 14px;
}

.bghf-drawer__note {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--bghf-muted);
}

.bghf-drawer__mail {
	color: var(--bghf-brass);
	text-decoration: none;
	font-size: 14px;
	letter-spacing: .02em;
	text-align: center;
}

/* socials */

.bghf-socials {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.bghf-socials__a {
	position: relative;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(243, 239, 230, .16);
	background: rgba(243, 239, 230, .03);
	color: var(--bghf-text);
	font-size: 15px;
	text-decoration: none;
	overflow: hidden;
	isolation: isolate;
	transition: color .3s var(--bghf-ease), transform .35s var(--bghf-ease), border-color .3s var(--bghf-ease);
}

/* brass fill wipes up from the bottom on hover */
.bghf-socials__a::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(160deg, var(--bghf-brass), var(--bghf-surf) 130%);
	transform: translateY(101%);
	transition: transform .38s var(--bghf-ease);
}

.bghf-socials__a svg {
	width: 23px;
	height: 23px;
	display: block;
	stroke-width: 1.8;
	transition: transform .35s var(--bghf-ease);
}

.bghf-socials__a i,
.bghf-socials__a svg[class*="e-font-icon"] {
	font-size: 16px;
	line-height: 1;
}

.bghf-socials__a:hover,
.bghf-socials__a:focus-visible {
	color: var(--bghf-cta-text);
	border-color: var(--bghf-brass);
	transform: translateY(-3px);
}

.bghf-socials__a:hover::before,
.bghf-socials__a:focus-visible::before {
	transform: translateY(0);
}

.bghf-socials__a:hover svg {
	transform: scale(1.06);
}

body.bghf-locked {
	overflow: hidden;
}

/* iOS keeps scrolling the page behind an overflow:hidden body, so the body is
   pinned and offset by the saved scroll position while the drawer is open. */
body.bghf-locked--pinned {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.bghf-foot {
	position: relative;
	width: 100%;
}

.bghf-shoreline {
	position: relative;
	line-height: 0;
	margin-bottom: -1px;
}

.bghf-shoreline svg {
	display: block;
	width: 100%;
	height: 90px;
}

.bghf-foot__body {
	background: linear-gradient(180deg, var(--bghf-ink) 0%, var(--bghf-ink-2) 100%);
	padding: 12px 0 0;
}

/* call band */

.bghf-callband {
	position: relative;
	display: grid;
	grid-template-columns: 1.4fr .9fr;
	gap: 40px;
	align-items: center;
	padding: 40px 44px;
	margin: 44px 0 60px;
	border-radius: 22px;
	border: 1px solid rgba(216, 163, 60, .26);
	background:
		radial-gradient(120% 160% at 100% 0%, rgba(57, 194, 177, .14), transparent 60%),
		rgba(243, 239, 230, .035);
	overflow: hidden;
}

.bghf-callband::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--bghf-brass), transparent);
	opacity: .5;
}

.bghf-eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 11.5px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--bghf-brass);
}

.bghf-callband__title {
	margin: 0 0 12px;
	font-family: var(--bghf-display);
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.015em;
	color: var(--bghf-text);
}

.bghf-callband__text {
	margin: 0;
	max-width: 56ch;
	font-size: 15.5px;
	line-height: 1.75;
	color: var(--bghf-muted);
}

.bghf-callband__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.bghf-linkline {
	color: var(--bghf-text);
	text-decoration: none;
	font-size: 14.5px;
	letter-spacing: .02em;
	border-bottom: 1px solid rgba(216, 163, 60, .5);
	padding-bottom: 3px;
	transition: color .25s var(--bghf-ease), border-color .25s var(--bghf-ease);
}

.bghf-linkline:hover {
	color: var(--bghf-brass);
	border-color: var(--bghf-brass);
}

.bghf-linkline--sm {
	font-size: 13px;
}

/* columns */

.bghf-foot__cols {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.1fr 1.2fr;
	gap: 46px;
	padding-bottom: 54px;
}

.bghf-foot__logo {
	width: 210px;
	height: auto;
	display: block;
	margin-bottom: 20px;
}

.bghf-foot__about {
	margin: 0 0 22px;
	font-size: 14.5px;
	line-height: 1.8;
	color: var(--bghf-muted);
	max-width: 42ch;
}

.bghf-col__title {
	margin: 0 0 20px;
	font-family: var(--bghf-ui);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--bghf-brass);
}

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

.bghf-list a,
.bghf-foot__menu .bghf-nav__link {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	color: var(--bghf-text);
	text-decoration: none;
	font-size: 15px;
	letter-spacing: .01em;
	transition: color .25s var(--bghf-ease), transform .25s var(--bghf-ease);
}

.bghf-list a:hover,
.bghf-foot__menu .bghf-nav__link:hover {
	color: var(--bghf-surf);
	transform: translateX(4px);
}

.bghf-foot__menu {
	display: grid;
	gap: 4px;
}

.bghf-foot__menu .bghf-nav__item {
	border: 0;
}

.bghf-foot__menu .bghf-nav__link {
	padding: 0;
	font-family: var(--bghf-ui);
	font-size: 15px;
	text-transform: none;
	letter-spacing: .01em;
	font-weight: 400;
}

.bghf-foot__menu .bghf-subnav {
	display: none;
}

.bghf-list--stays em {
	font-style: normal;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--bghf-muted);
}

/* contact */

.bghf-contact__addr {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--bghf-text);
}

.bghf-contact__rows {
	display: grid;
	gap: 8px;
	margin: 20px 0 14px;
}

.bghf-contact__row {
	font-family: var(--bghf-display);
	font-size: 19px;
	font-weight: 600;
	color: var(--bghf-text);
	text-decoration: none;
	transition: color .25s var(--bghf-ease);
	word-break: break-word;
}

.bghf-contact__row:hover {
	color: var(--bghf-brass);
}

.bghf-contact__hours,
.bghf-contact__note {
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.65;
	color: var(--bghf-muted);
}

/* badges */

.bghf-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 34px;
	margin: 0;
	padding: 24px 0;
	list-style: none;
	border-top: 1px solid rgba(243, 239, 230, .1);
	border-bottom: 1px solid rgba(243, 239, 230, .1);
}

.bghf-badges li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12.5px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--bghf-muted);
}

.bghf-badges__mark {
	width: 14px;
	height: 2px;
	background: linear-gradient(90deg, var(--bghf-brass), var(--bghf-surf));
	border-radius: 2px;
}

/* bottom */

.bghf-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px 26px;
	padding: 24px 0 30px;
}

.bghf-bottom__copy,
.bghf-bottom__credit {
	margin: 0;
	font-size: 13px;
	color: var(--bghf-muted);
}

.bghf-bottom__links {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
}

.bghf-bottom__links a {
	font-size: 13px;
	color: var(--bghf-muted);
	text-decoration: none;
	transition: color .25s var(--bghf-ease);
}

.bghf-bottom__links a:hover {
	color: var(--bghf-brass);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1200px) {
	.bghf-callbox__text { display: none; }
	.bghf-callbox { padding-right: 12px; }
	.bghf-nav__link { padding: 9px 9px; font-size: 11.5px; letter-spacing: .07em; }
}

@media (max-width: 1024px) {
	.bghf-wrap { padding-inline: 22px; }
	.bghf-head__nav,
	.bghf-ghostlink { display: none; }
	.bghf-burger { display: inline-flex; }
	.bghf-topbar__note { display: none; }
	.bghf-topbar__inner { justify-content: center; }
	.bghf-foot__cols { grid-template-columns: 1fr 1fr; gap: 40px; }
	.bghf-callband { grid-template-columns: 1fr; padding: 34px; }
}

@media (max-width: 767px) {
	.bghf-head { --bghf-bar-h: 76px; --bghf-bar-h-sticky: 66px; }
	.bghf-wrap { padding-inline: 18px; }
	.bghf-head__logo img { width: min( var(--bghf-logo-w), var(--bghf-logo-w-mobile, 150px) ); max-width: 54vw; }
	.bghf-head .bghf-btn { display: none; }
	.bghf-topbar__right { gap: 12px; }
	.bghf-topbar__link { display: none; }
	.bghf-chip { font-size: 9.5px; letter-spacing: .07em; padding: 4px 10px; }
	.bghf-foot__cols { grid-template-columns: 1fr; gap: 34px; padding-bottom: 40px; }
	.bghf-callband { margin: 34px 0 44px; padding: 28px 24px; }
	.bghf-callband__actions { align-items: stretch; }
	.bghf-callband__actions .bghf-btn { justify-content: center; }
	.bghf-shoreline svg { height: 54px; }
	.bghf-bottom { justify-content: flex-start; }
}

/* ==========================================================================
   MOTION PREFERENCES
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	.bghf-head *,
	.bghf-foot *,
	.bghf-drawer * {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* ==========================================================================
   ACCOUNT — Homey login / host dashboard
   ========================================================================== */

.bghf-account {
	position: relative;
	flex: 0 0 auto;
}

.bghf-account__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 6px 14px 6px 6px;
	border: 1px solid rgba(243, 239, 230, .16);
	border-radius: 999px;
	background: rgba(243, 239, 230, .04);
	color: var(--bghf-text);
	font-family: var(--bghf-ui);
	font-size: 13px;
	letter-spacing: .04em;
	cursor: pointer;
	transition: border-color .28s var(--bghf-ease), background .28s var(--bghf-ease);
}

.bghf-account__btn:hover,
.bghf-account.is-open .bghf-account__btn {
	border-color: rgba(216, 163, 60, .55);
	background: rgba(216, 163, 60, .1);
}

.bghf-account__avatar {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 0 auto;
	background: rgba(243, 239, 230, .12);
}

.bghf-account__avatar img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 50%;
}

.bghf-account__name {
	max-width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bghf-account.is-open .bghf-caret {
	transform: rotate(180deg);
}

/* dropdown */

.bghf-account__menu {
	position: absolute;
	top: calc(100% + 14px);
	right: 0;
	width: 268px;
	padding: 8px;
	border-radius: 16px;
	border: 1px solid rgba(243, 239, 230, .12);
	background: color-mix(in srgb, var(--bghf-ink) 96%, #000);
	box-shadow: 0 34px 70px -34px rgba(0, 0, 0, .95);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .28s var(--bghf-ease), transform .28s var(--bghf-ease), visibility .28s;
	z-index: 40;
}

@supports not (background: color-mix(in srgb, red 50%, blue)) {
	.bghf-account__menu { background: #05242D; }
}

.bghf-account.is-open .bghf-account__menu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.bghf-account__head {
	padding: 12px 14px 14px;
	border-bottom: 1px solid rgba(243, 239, 230, .1);
	margin-bottom: 8px;
}

.bghf-account__hello {
	display: block;
	font-size: 10.5px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--bghf-muted);
	margin-bottom: 4px;
}

.bghf-account__head strong {
	font-family: var(--bghf-display);
	font-size: 17px;
	font-weight: 600;
	color: var(--bghf-text);
}

.bghf-account__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bghf-account__list a,
.bghf-account__logout,
.bghf-account__nav .bghf-nav__link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	border-radius: 10px;
	color: var(--bghf-muted);
	text-decoration: none;
	font-family: var(--bghf-ui);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .01em;
	text-transform: none;
	transition: background .25s var(--bghf-ease), color .25s var(--bghf-ease);
}

.bghf-account__list a:hover,
.bghf-account__nav .bghf-nav__link:hover {
	background: rgba(57, 194, 177, .1);
	color: var(--bghf-text);
}

.bghf-account__ico {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	color: var(--bghf-brass);
	flex: 0 0 auto;
}

.bghf-account__ico svg {
	width: 17px;
	height: 17px;
}

.bghf-account__nav .bghf-nav__item {
	border: 0;
}

.bghf-account__nav .bghf-subnav {
	display: none;
}

.bghf-account__logout {
	margin-top: 8px;
	border-top: 1px solid rgba(243, 239, 230, .1);
	border-radius: 0 0 10px 10px;
	padding-top: 14px;
}

.bghf-account__logout:hover {
	color: var(--bghf-text);
	background: rgba(216, 163, 60, .1);
}

/* stacked variant inside the mobile drawer */

.bghf-drawer__account {
	border-top: 1px solid rgba(243, 239, 230, .1);
	border-bottom: 1px solid rgba(243, 239, 230, .1);
	padding: 18px 0;
}

.bghf-account.is-stacked {
	width: 100%;
}

.bghf-account.is-stacked .bghf-account__btn {
	width: 100%;
	justify-content: flex-start;
}

.bghf-account.is-stacked .bghf-account__menu {
	position: static;
	width: 100%;
	margin-top: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	transform: none;
	display: none;
}

.bghf-account.is-stacked.is-open .bghf-account__menu {
	display: block;
}

.bghf-account.is-stacked .bghf-account__head {
	display: none;
}

.bghf-btn--quiet {
	background: transparent;
	color: var(--bghf-text);
	border: 1px solid rgba(243, 239, 230, .22);
	box-shadow: none;
}

.bghf-btn--quiet::before {
	display: none;
}

.bghf-btn--quiet:hover {
	border-color: var(--bghf-brass);
	color: var(--bghf-brass);
	box-shadow: none;
}

@media (max-width: 1024px) {
	/* the desktop account chip hides with the rest of the desktop actions */
	.bghf-head__actions > .bghf-account:not(.is-stacked) { display: none; }
	.bghf-head__actions > .bghf-ghostlink { display: none; }
}

@media (max-width: 767px) {
	.bghf-account__name { max-width: 96px; }
}

/* ==========================================================================
   SIGN-IN POPUP
   ========================================================================== */

.bghf-signin {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 24px;
	font-family: var(--bghf-ui);
}

.bghf-signin[hidden] {
	display: none;
}

/* Lifted out of the header by the script — same reason as the drawer. */
.bghf-signin.bghf-portaled {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	transform: none !important;
}

.bghf-signin__scrim {
	position: absolute;
	inset: 0;
	background: rgba(3, 18, 24, .74);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	opacity: 0;
	transition: opacity .35s var(--bghf-ease);
}

.bghf-signin__panel {
	position: relative;
	display: grid;
	grid-template-columns: .85fr 1fr;
	width: min(880px, 100%);
	max-height: calc(100vh - 48px);
	overflow: hidden;
	border-radius: 22px;
	border: 1px solid rgba(216, 163, 60, .28);
	background: linear-gradient(180deg, #062A34, #03181F);
	box-shadow: 0 50px 100px -40px rgba(0, 0, 0, .95);
	opacity: 0;
	transform: translateY(18px) scale(.985);
	transition: opacity .4s var(--bghf-ease), transform .45s var(--bghf-ease);
}

.bghf-signin.is-open .bghf-signin__scrim { opacity: 1; }

.bghf-signin.is-open .bghf-signin__panel {
	opacity: 1;
	transform: none;
}

/* image side */

.bghf-signin__aside {
	position: relative;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	padding: 30px;
	min-height: 420px;
}

.bghf-signin__wash {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 26, 34, .35) 0%, rgba(4, 26, 34, .88) 100%);
}

.bghf-signin__caption {
	position: relative;
	margin: 0;
	font-family: var(--bghf-display);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.35;
	color: #F3EFE6;
	max-width: 22ch;
}

/* form side */

.bghf-signin__body {
	position: relative;
	padding: 40px 42px 38px;
	overflow-y: auto;
	color: var(--bghf-text);
}

.bghf-signin__close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(243, 239, 230, .18);
	border-radius: 50%;
	background: transparent;
	color: var(--bghf-text);
	cursor: pointer;
	transition: background .25s var(--bghf-ease), transform .25s var(--bghf-ease);
}

.bghf-signin__close:hover {
	background: rgba(243, 239, 230, .08);
	transform: rotate(90deg);
}

.bghf-signin__view {
	display: none;
}

.bghf-signin__view.is-active {
	display: block;
	animation: bghf-view-in .4s var(--bghf-ease);
}

@keyframes bghf-view-in {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: none; }
}

.bghf-signin__eyebrow {
	display: block;
	margin-bottom: 12px;
	font-size: 10.5px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--bghf-brass);
}

.bghf-signin__title {
	margin: 0 0 8px;
	font-family: var(--bghf-display);
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.015em;
	color: var(--bghf-text);
}

.bghf-signin__sub {
	margin: 0 0 26px;
	font-size: 14.5px;
	line-height: 1.65;
	color: var(--bghf-muted);
}

/* fields */

.bghf-field {
	display: block;
	margin-bottom: 16px;
}

.bghf-field > span:first-child {
	display: block;
	margin-bottom: 8px;
	font-size: 10.5px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--bghf-muted);
}

.bghf-field__wrap {
	position: relative;
	display: block;
}

.bghf-signin input[type="text"],
.bghf-signin input[type="password"],
.bghf-signin input[type="email"] {
	width: 100%;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid rgba(243, 239, 230, .16);
	background: rgba(243, 239, 230, .04);
	color: var(--bghf-text);
	font-family: var(--bghf-ui);
	font-size: 15px;
	line-height: 1.3;
	transition: border-color .25s var(--bghf-ease), background .25s var(--bghf-ease), box-shadow .25s var(--bghf-ease);
}

.bghf-signin input::placeholder {
	color: rgba(243, 239, 230, .38);
}

.bghf-signin input:focus {
	outline: none;
	border-color: var(--bghf-brass);
	background: rgba(243, 239, 230, .07);
	box-shadow: 0 0 0 3px rgba(216, 163, 60, .16);
}

.bghf-field__peek {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--bghf-muted);
	cursor: pointer;
	transition: color .25s var(--bghf-ease);
}

.bghf-field__peek:hover,
.bghf-field__peek.is-on {
	color: var(--bghf-brass);
}

.bghf-form__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 4px 0 20px;
	flex-wrap: wrap;
}

.bghf-check {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 13.5px;
	color: var(--bghf-muted);
	cursor: pointer;
}

.bghf-check input {
	appearance: none;
	-webkit-appearance: none;
	width: 17px;
	height: 17px;
	margin: 0;
	border: 1px solid rgba(243, 239, 230, .3);
	border-radius: 5px;
	background: transparent;
	cursor: pointer;
	position: relative;
	transition: background .2s var(--bghf-ease), border-color .2s var(--bghf-ease);
}

.bghf-check input:checked {
	background: var(--bghf-brass);
	border-color: var(--bghf-brass);
}

.bghf-check input:checked::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1.5px;
	width: 5px;
	height: 9px;
	border: solid #06222B;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.bghf-linkbtn,
.bghf-back {
	border: 0;
	background: none;
	padding: 0;
	font-family: var(--bghf-ui);
	font-size: 13.5px;
	color: var(--bghf-brass);
	cursor: pointer;
	transition: color .25s var(--bghf-ease);
}

.bghf-linkbtn:hover,
.bghf-back:hover {
	color: var(--bghf-surf);
}

.bghf-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
	color: var(--bghf-muted);
}

/* messages */

.bghf-form__msg {
	margin: 0 0 14px;
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--bghf-muted);
	min-height: 0;
	transition: color .2s var(--bghf-ease);
}

.bghf-form__msg:empty {
	margin: 0;
}

.bghf-form__msg.is-error {
	color: #FF9A8B;
}

.bghf-form__msg.is-ok {
	color: var(--bghf-surf);
}

.bghf-form.is-busy {
	opacity: .65;
	pointer-events: none;
}

.bghf-signin__foot {
	margin: 22px 0 0;
	padding-top: 20px;
	border-top: 1px solid rgba(243, 239, 230, .1);
	font-size: 14px;
	color: var(--bghf-muted);
}

.bghf-signin__foot a {
	color: var(--bghf-brass);
	text-decoration: none;
	border-bottom: 1px solid rgba(216, 163, 60, .45);
	padding-bottom: 2px;
	transition: color .25s var(--bghf-ease), border-color .25s var(--bghf-ease);
}

.bghf-signin__foot a:hover {
	color: var(--bghf-surf);
	border-color: var(--bghf-surf);
}

@media (max-width: 860px) {
	.bghf-signin__panel { grid-template-columns: 1fr; }
	.bghf-signin__aside { display: none; }
	.bghf-signin__body { padding: 34px 26px 30px; }
}

@media (max-width: 480px) {
	.bghf-signin { padding: 14px; }
	.bghf-signin__panel { border-radius: 18px; }
}

/* --------------------------------------------- compact set for the top bar */

.bghf-socials--bar {
	gap: 8px;
	padding-left: 16px;
	margin-left: 4px;
	border-left: 1px solid rgba(243, 239, 230, .14);
}

.bghf-socials--bar .bghf-socials__a {
	width: 34px;
	height: 34px;
	border-color: rgba(243, 239, 230, .2);
	background: rgba(243, 239, 230, .05);
	color: var(--bghf-text);
}

.bghf-socials--bar .bghf-socials__a svg {
	width: 19px;
	height: 19px;
	stroke-width: 1.9;
}

.bghf-socials--bar .bghf-socials__a::before {
	display: none;
}

.bghf-socials--bar .bghf-socials__a:hover,
.bghf-socials--bar .bghf-socials__a:focus-visible {
	color: var(--bghf-brass);
	border-color: transparent;
	transform: translateY(-2px);
}

@media (max-width: 767px) {
	.bghf-socials--bar {
		padding-left: 10px;
		margin-left: 0;
	}
	.bghf-socials--bar .bghf-socials__a { width: 32px; height: 32px; }
	.bghf-socials--bar .bghf-socials__a svg { width: 18px; height: 18px; }
}

/* --------------------------------------------------------------------------
   The utility bar holds one line on phones. Nothing wraps and nothing spills
   into a horizontal scroll: the chip label is the only thing allowed to give
   ground, truncating before the icons lose their tap target.
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {
	.bghf-topbar {
		overflow: hidden;
	}

	.bghf-topbar__inner {
		flex-wrap: nowrap;
		gap: 10px;
		min-height: 38px;
		min-width: 0;
	}

	.bghf-topbar__right {
		flex: 0 1 auto;
		flex-wrap: nowrap;
		min-width: 0;
		gap: 10px;
	}

	.bghf-chip {
		flex: 0 1 auto;
		min-width: 0;
		max-width: 100%;
	}

	.bghf-socials--bar {
		flex: 0 0 auto;
	}
}

/* Small phones: the chip trades letter-spacing and padding, the icons trade a
   couple of pixels, and the line still fits at 320px. */
@media (max-width: 400px) {
	.bghf-chip {
		font-size: 9.5px;
		letter-spacing: .04em;
		padding: 4px 8px;
		gap: 6px;
	}

	.bghf-topbar__inner,
	.bghf-topbar__right {
		gap: 8px;
	}

	.bghf-socials--bar {
		padding-left: 6px;
		gap: 4px;
	}

	.bghf-socials--bar .bghf-socials__a {
		width: 28px;
		height: 28px;
	}

	.bghf-socials--bar .bghf-socials__a svg {
		width: 15px;
		height: 15px;
	}
}

/* Transparent on desktop, solid on phones — where a see-through bar over
   ordinary content is hardest to read. */
@media (max-width: 767px) {
	.bghf-head.is-overlay.solid-on-mobile .bghf-bar {
		background: var(--bghf-ink);
	}

	.bghf-head.is-overlay.solid-on-mobile .bghf-topbar {
		background: var(--bghf-topbar);
		background: color-mix(in srgb, #000 var(--bghf-topbar-mix, 24%), var(--bghf-topbar));
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.bghf-head.is-overlay.solid-on-mobile.has-scrim::before {
		display: none;
	}
}
