/* North Point Yacht Sales - Charleston landing page (Figma frame 31:9). */
/* The theme header still loads through get_header(); only its visual chrome is
 * replaced on this template by the Figma-specific top bar below. */
body > .menu,
body > .navigation-overlay {
	display: none !important;
}

.north-point-topbar,
.north-point-topbar * {
	box-sizing: border-box;
}

.north-point-topbar {
	background: #fff;
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	min-height: 139px;
	width: 100%;
}

.north-point-topbar > .container {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	max-width: 1460px;
	min-height: 139px;
	padding: 26px 66px;
	width: 100%;
}

.north-point-topbar img {
	display: block;
	flex: 0 0 auto;
	height: auto;
	width: 173px;
}

.north-point-topbar a {
	align-items: center;
	color: #303030;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	gap: 8px;
	line-height: 1.1001;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 300ms ease-out;
}

.north-point-topbar__mobile-label,
.north-point-topbar__external-icon {
	display: none;
}

.north-point-topbar__external-icon {
	background-color: currentColor;
	flex: 0 0 16px;
	height: 16px;
	mask-image: url("../img/north-point-charleston/external-link.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url("../img/north-point-charleston/external-link.svg");
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	width: 16px;
}

.north-point-topbar a:hover {
	color: #376f92;
}

.north-point-topbar a:focus-visible {
	outline: 3px solid #9d842f;
	outline-offset: 5px;
}

.north-point-landing + .footer,
.north-point-landing ~ .copy {
	display: none !important;
}

.north-point-landing {
	--north-point-blue: #304464;
	--north-point-gold: #9d842f;
	--north-point-ink: #303030;
	--north-point-hover-blue: #a4b8d2;
	--north-point-link-hover: #376f92;
	--north-point-font: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	background: #f4f4f4;
	color: var(--north-point-ink);
	font-family: var(--north-point-font);
	overflow: hidden;
	overflow: clip;
}

.north-point-landing *,
.north-point-landing *::before,
.north-point-landing *::after {
	box-sizing: border-box;
}

.north-point-hero {
	align-items: stretch;
	background-color: #f4f4f4;
	background-image: linear-gradient(rgba(255, 255, 255, 0.91), rgba(255, 255, 255, 0.91)), url("../img/north-point-charleston/background.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 716px;
	min-height: max(716px, calc(100vh - 139px));
	min-height: max(716px, calc(100svh - 139px));
	width: 100%;
}

.north-point-hero > .container {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 70px;
	justify-content: flex-start;
	max-width: 1460px;
	min-height: 716px;
	min-height: max(716px, calc(100vh - 139px));
	min-height: max(716px, calc(100svh - 139px));
	padding: 101.615px 66px 60px;
	width: 100%;
}

.north-point-main {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 60px;
	width: 100%;
}

.north-point-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
}

.north-point-heading .eyebrow {
	color: var(--north-point-ink);
	font-family: var(--north-point-font);
	font-size: clamp(22px, 2.055vw, 30px);
	font-style: normal;
	font-weight: 700;
	line-height: 1.1001;
	margin: 0;
	text-align: center;
}

.north-point-heading h1 {
	color: var(--north-point-blue);
	font-family: var(--north-point-font);
	font-size: clamp(36px, 4.315vw, 63px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1001;
	margin: 0;
	max-width: 1048px;
	text-align: center;
}

.north-point-services {
	align-items: center;
	display: flex;
	gap: 21px;
	justify-content: center;
	max-width: 855px;
	width: 100%;
}

.north-point-services .line {
	background: var(--north-point-gold);
	clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 60%);
	flex: 0 1 91.37px;
	height: 5px;
}

.north-point-services ul {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 20px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.north-point-services li {
	align-items: center;
	color: var(--north-point-ink);
	display: flex;
	font-family: var(--north-point-font);
	font-size: clamp(16px, 1.37vw, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 1.1001;
	margin: 0;
	white-space: nowrap;
}

.north-point-services li:not(:last-child)::after {
	background: var(--north-point-gold);
	border-radius: 50%;
	content: "";
	display: block;
	height: 6px;
	margin-left: 20px;
	width: 6px;
}

.north-point-actions {
	display: grid;
	gap: 21px;
	grid-template-columns: 412fr 408fr;
	max-width: 841px;
	width: 100%;
}

.north-point-actions a {
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	font-family: var(--north-point-font);
	font-style: normal;
	justify-content: center;
	min-height: 78px;
	text-decoration: none;
	transition: background-color 300ms ease-out, border-color 300ms ease-out, color 300ms ease-out;
}

.north-point-actions .primary-action {
	background: var(--north-point-blue);
	border: 2px solid var(--north-point-blue);
	color: #fff;
	font-size: clamp(15px, 1.164vw, 17px);
	font-weight: 400;
	gap: 12px;
	line-height: 1.1001;
	padding: 25px 28px;
	text-transform: uppercase;
}

.north-point-actions .phone-action {
	background: transparent;
	border: 2px solid var(--north-point-gold);
	color: var(--north-point-gold);
	font-size: clamp(17px, 1.301vw, 19px);
	font-weight: 700;
	gap: 12px;
	line-height: 1.1001;
	padding: 25px 68px;
}

.north-point-actions .external-icon,
.north-point-actions .phone-icon {
	background-color: currentColor;
	display: block;
	flex: 0 0 18px;
	height: 18px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	width: 18px;
}

.north-point-actions .external-icon {
	mask-image: url("../img/north-point-charleston/external-link.svg");
	-webkit-mask-image: url("../img/north-point-charleston/external-link.svg");
}

.north-point-actions .phone-icon {
	mask-image: url("../img/north-point-charleston/phone.svg");
	-webkit-mask-image: url("../img/north-point-charleston/phone.svg");
}

.north-point-actions .primary-action:hover {
	background: var(--north-point-hover-blue);
	border-color: var(--north-point-hover-blue);
	color: var(--north-point-blue);
}

.north-point-actions .phone-action:hover {
	background: var(--north-point-gold);
	color: #fff;
}

.north-point-actions a:focus-visible {
	outline: 3px solid var(--north-point-gold);
	outline-offset: 4px;
}

.north-point-brands {
	align-items: center;
	display: grid;
	gap: 50px;
	grid-template-columns: 142.19px 6px 182.01px;
	justify-content: center;
	max-width: 474.2px;
	padding-left: 44px;
	width: 100%;
}

.north-point-brands img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.north-point-brands img:first-of-type {
	aspect-ratio: 142.19 / 97.77;
	object-fit: cover;
}

.north-point-brands > span {
	background: var(--north-point-gold);
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

.north-point-notice {
	color: var(--north-point-ink);
	font-family: var(--north-point-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1001;
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.north-point-hero,
	.north-point-hero > .container {
		min-height: calc(100vh - 139px);
		min-height: calc(100svh - 139px);
	}

	.north-point-hero > .container {
		gap: clamp(48px, 7vw, 70px);
		padding: clamp(64px, 10vw, 90px) 32px 60px;
	}

	.north-point-main {
		gap: 48px;
	}

	.north-point-actions {
		grid-template-columns: 1fr;
		max-width: 520px;
	}

	.north-point-actions .phone-action {
		padding-left: 28px;
		padding-right: 28px;
	}
}

@media screen and (max-width: 650px) {
	.north-point-topbar,
	.north-point-topbar > .container {
		min-height: 100px;
	}

	.north-point-topbar > .container {
		gap: 16px;
		padding: 16px 20px;
	}

	.north-point-topbar img {
		width: 120px;
	}

	.north-point-topbar a {
		font-size: 12px;
		max-width: none;
		overflow-wrap: normal;
		white-space: nowrap;
	}

	.north-point-hero,
	.north-point-hero > .container {
		min-height: calc(100vh - 100px);
		min-height: calc(100svh - 100px);
	}

	.north-point-hero > .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.north-point-heading {
		gap: 16px;
	}

	.north-point-heading h1 {
		font-size: clamp(38px, 10.75vw, 44px);
		letter-spacing: -0.01em;
		line-height: 1.04;
	}

	.north-point-services .line {
		display: none;
	}

	.north-point-services ul {
		flex-direction: column;
		gap: 10px;
	}

	.north-point-services li {
		flex-direction: column;
		white-space: normal;
	}

	.north-point-services li:not(:last-child)::after {
		border-radius: 999px;
		display: block;
		height: 1px;
		margin: 10px 0 0;
		width: 48px;
	}

	.north-point-actions .primary-action,
	.north-point-actions .phone-action {
		padding-left: 20px;
		padding-right: 20px;
	}

	.north-point-brands {
		gap: 14px;
		grid-template-columns: minmax(0, 1fr) 6px minmax(0, 1.28fr);
		max-width: 360px;
		padding-left: 0;
	}
}

@media screen and (max-width: 500px) {
	.north-point-topbar a {
		background: transparent;
		border: 1px solid #304464;
		border-radius: 8px;
		color: #304464;
		font-size: 12px;
		font-weight: 700;
		min-height: 44px;
		padding: 10px 12px;
		transition: background-color 300ms ease-out, border-color 300ms ease-out, color 300ms ease-out;
	}

	.north-point-topbar a:hover {
		background: #a4b8d2;
		border-color: #a4b8d2;
		color: #304464;
	}

	.north-point-topbar__desktop-label {
		display: none;
	}

	.north-point-topbar__mobile-label {
		display: inline;
	}

	.north-point-topbar__external-icon {
		display: block;
	}
}

@media screen and (max-width: 370px) {
	.north-point-topbar > .container {
		gap: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.north-point-topbar img {
		width: 108px;
	}

	.north-point-hero > .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.north-point-actions .primary-action > span:first-child {
		min-width: 0;
		overflow-wrap: anywhere;
		text-align: center;
	}

	.north-point-actions .primary-action {
		font-size: 14px;
		gap: 8px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media screen and (min-width: 992px) and (min-height: 700px) {
	.north-point-hero {
		height: calc(100vh - 139px);
		height: calc(100svh - 139px);
		min-height: 0;
	}

	.north-point-hero > .container {
		gap: clamp(38px, 8svh, 70px);
		height: 100%;
		justify-content: center;
		min-height: 0;
		padding-bottom: clamp(28px, 4svh, 40px);
		padding-top: clamp(28px, 4svh, 40px);
	}

	.north-point-main {
		gap: clamp(34px, 7svh, 60px);
	}
}

@media screen and (min-width: 651px) and (max-width: 991px) and (min-height: 720px) {
	.north-point-hero {
		height: calc(100vh - 139px);
		height: calc(100svh - 139px);
		min-height: 0;
	}

	.north-point-hero > .container {
		gap: clamp(30px, 5svh, 46px);
		height: 100%;
		justify-content: center;
		min-height: 0;
		padding-bottom: clamp(20px, 3.5svh, 32px);
		padding-top: clamp(20px, 3.5svh, 32px);
	}

	.north-point-main {
		gap: clamp(28px, 4.5svh, 40px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.north-point-actions a {
		transition: none;
	}
}
