:root {
	--gs-obsidian: #0b1217;
	--gs-navy: #102735;
	--gs-chalk: #f3f1ec;
	--gs-white: #ffffff;
	--gs-steel: #65747d;
	--gs-mist: #d9dee0;
	--gs-cognac: #a66e43;
	--gs-hero-gold: #c9a66b;
	--gs-hero-gold-light: #ead7b3;
	--gs-hero-navy: #07131d;
	--gs-ivory: #f7f4ed;
	--gs-gold-deep: #a98345;
	--gs-success: #2f6a4f;
	--gs-error: #a13f38;
	--gs-font-display: "Manrope", "Helvetica Neue", Arial, sans-serif;
	--gs-font-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
	--gs-wide: 1320px;
	--gs-standard: 1180px;
	--gs-editorial: 720px;
	--gs-gutter: clamp(1.25rem, 4vw, 3rem);
	--gs-section: clamp(4rem, 8vw, 7rem);
	--gs-section-large: clamp(5rem, 10vw, 9rem);
	--gs-fast: 180ms;
	--gs-normal: 260ms;
	--gs-slow: 440ms;
	--gs-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
	scroll-behavior: smooth;
}

body.gs-homepage,
.gs-preview {
	margin: 0;
	background: var(--gs-chalk);
	color: var(--gs-obsidian);
	font-family: var(--gs-font-body);
	font-size: 18px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.gs-homepage .site-content,
.gs-homepage .ast-container,
.gs-homepage .elementor-section-wrap,
.gs-homepage .entry-content {
	max-width: none;
	padding: 0;
	margin: 0;
}

.gs-homepage .entry-header,
.gs-homepage .entry-title {
	display: none;
}

.gs-page,
.gs-page * {
	box-sizing: border-box;
}

.gs-page {
	overflow: clip;
	background: var(--gs-chalk);
	color: var(--gs-obsidian);
}

.gs-page :where(h1, h2, h3, h4, p, ul, ol, blockquote) {
	margin-top: 0;
}

.gs-page :where(h1, h2, h3, h4) {
	color: inherit;
	font-family: var(--gs-font-display);
	font-weight: 500;
	letter-spacing: -0.035em;
}

.gs-page h1 {
	max-width: 12ch;
	font-size: clamp(2.75rem, 6.4vw, 5.5rem);
	line-height: 0.99;
}

.gs-page h2 {
	max-width: 18ch;
	font-size: clamp(2rem, 4.1vw, 3.5rem);
	line-height: 1.07;
}

.gs-page h3 {
	font-size: clamp(1.5rem, 2.3vw, 2rem);
	line-height: 1.15;
}

.gs-page p:last-child {
	margin-bottom: 0;
}

.gs-page a {
	color: inherit;
}

.gs-page img {
	display: block;
	width: 100%;
	height: auto;
}

.gs-skip-link {
	position: absolute;
	top: 0;
	left: -9999px;
	z-index: 99999;
	padding: 0.75rem 1rem;
	background: var(--gs-white);
	color: var(--gs-obsidian);
}

.gs-skip-link:focus {
	left: 0;
}

.gs-container {
	width: min(100% - (2 * var(--gs-gutter)), var(--gs-standard));
	margin-inline: auto;
}

.gs-container--wide {
	width: min(100% - (2 * var(--gs-gutter)), var(--gs-wide));
}

.gs-container--editorial {
	width: min(100% - (2 * var(--gs-gutter)), var(--gs-editorial));
}

.gs-section {
	padding-block: var(--gs-section);
}

.gs-section--large {
	padding-block: var(--gs-section-large);
}

.gs-section--white {
	background: var(--gs-white);
}

.gs-section--dark {
	background: var(--gs-obsidian);
	color: var(--gs-white);
}

.gs-section--navy {
	background: var(--gs-navy);
	color: var(--gs-white);
}

.gs-eyebrow {
	display: block;
	margin-bottom: 1rem;
	color: var(--gs-cognac);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.gs-section--dark .gs-eyebrow,
.gs-section--navy .gs-eyebrow,
.gs-hero .gs-eyebrow {
	color: #ddb58f;
}

.gs-lead {
	max-width: 42rem;
	color: inherit;
	font-size: clamp(1.125rem, 1.5vw, 1.375rem);
	line-height: 1.55;
}

.gs-muted {
	color: var(--gs-steel);
}

.gs-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.gs-button,
.gs-page .elementor-button,
.gs-page button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.8rem 1.55rem;
	border: 1px solid var(--gs-obsidian);
	border-radius: 2px;
	background: var(--gs-obsidian);
	color: var(--gs-white);
	font-family: var(--gs-font-body);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: transform var(--gs-fast) var(--gs-ease), background var(--gs-fast) ease, color var(--gs-fast) ease;
}

.gs-button::after,
a.gs-text-link::after,
.elementor-element.gs-text-link .elementor-button::after {
	content: "→";
	margin-left: 0.65rem;
	transition: transform var(--gs-fast) var(--gs-ease);
}

.gs-button:hover::after,
.gs-button:focus-visible::after,
a.gs-text-link:hover::after,
a.gs-text-link:focus-visible::after,
.elementor-element.gs-text-link .elementor-button:hover::after,
.elementor-element.gs-text-link .elementor-button:focus-visible::after {
	transform: translateX(4px);
}

.gs-button:hover,
.gs-button:focus-visible,
.gs-page .elementor-button:hover,
.gs-page button[type="submit"]:hover {
	background: var(--gs-navy);
	color: var(--gs-white);
}

.gs-button--light {
	border-color: var(--gs-white);
	background: var(--gs-white);
	color: var(--gs-obsidian);
}

.gs-button--light .elementor-button {
	border-color: var(--gs-white);
	background: var(--gs-white);
	color: var(--gs-obsidian);
}

.gs-button--ghost {
	border-color: currentColor;
	background: transparent;
	color: inherit;
}

.gs-button--ghost .elementor-button {
	border-color: currentColor;
	background: transparent;
	color: inherit;
}

.gs-text-link {
	display: inline-flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.32em;
	transition: text-decoration-color var(--gs-fast) ease;
}

.gs-text-link:hover,
.gs-text-link:focus-visible {
	text-decoration-color: currentColor;
}

.elementor-element.gs-text-link .elementor-button {
	min-height: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.32em;
}

.elementor-element.gs-text-link .elementor-button:hover,
.elementor-element.gs-text-link .elementor-button:focus-visible {
	background: transparent;
	color: inherit;
	text-decoration-color: currentColor;
}

.elementor-element.gs-eyebrow .elementor-heading-title {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.gs-page :focus-visible {
	outline: 3px solid var(--gs-cognac);
	outline-offset: 4px;
}

/* Astra header — premium transparent navigation for the homepage only */
.gs-homepage .site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;
	width: 100%;
	background: linear-gradient(180deg, rgb(3 10 16 / 72%) 0%, transparent 100%);
}

.gs-homepage .ast-primary-header-bar {
	min-height: 6.5rem;
	border-bottom: 1px solid rgb(234 215 179 / 20%);
	background: rgb(5 15 23 / 24%);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.gs-homepage .site-header .ast-container {
	width: min(100% - (2 * var(--gs-gutter)), var(--gs-wide));
	max-width: none;
	padding-inline: 0;
}

.gs-homepage .site-title a {
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 500;
	letter-spacing: -0.045em;
}

.gs-homepage .main-header-menu > .menu-item > .menu-link {
	position: relative;
	min-height: 6.5rem;
	padding-inline: clamp(0.7rem, 1.25vw, 1.2rem);
	font-size: 0.69rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gs-homepage .main-header-menu > .menu-item > .menu-link::after {
	position: absolute;
	right: 1.15rem;
	bottom: 1.65rem;
	left: 1.15rem;
	height: 1px;
	background: var(--gs-hero-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform var(--gs-normal) var(--gs-ease);
}

.gs-homepage .main-header-menu > .menu-item:hover > .menu-link::after,
.gs-homepage .main-header-menu > .current-menu-item > .menu-link::after,
.gs-homepage .main-header-menu > .menu-item > .menu-link:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.gs-homepage .ast-builder-button-wrap .ast-custom-button {
	min-height: 3rem;
	padding: 0.75rem 1.35rem;
	border: 1px solid var(--gs-hero-gold);
	border-radius: 0;
	background: transparent;
	color: var(--gs-white);
	font-size: 0.69rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	transition: background var(--gs-fast) ease, color var(--gs-fast) ease;
}

.gs-homepage .ast-builder-button-wrap .ast-custom-button:hover,
.gs-homepage .ast-builder-button-wrap .ast-custom-button:focus-visible {
	background: var(--gs-hero-gold);
	color: var(--gs-hero-navy);
}

.gs-homepage .site-title a,
.gs-homepage .main-header-menu > .menu-item > .menu-link,
.gs-homepage .ast-header-break-point .main-header-menu > .menu-item > .menu-link {
	color: var(--gs-white);
}

/* Local preview header */
.gs-preview-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	border-bottom: 1px solid rgb(234 215 179 / 20%);
	background: linear-gradient(180deg, rgb(3 10 16 / 76%) 0%, rgb(3 10 16 / 22%) 100%);
	color: var(--gs-white);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.gs-preview-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100% - (2 * var(--gs-gutter)), var(--gs-wide));
	min-height: 6.5rem;
	margin-inline: auto;
}

.gs-wordmark {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	color: inherit;
	text-decoration: none;
}

.gs-wordmark--logo,
.gs-homepage .custom-logo-link {
	display: block;
	width: clamp(10rem, 11.5vw, 12.5rem);
	line-height: 0;
}

.gs-wordmark__logo,
.gs-homepage .custom-logo {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 6.6rem;
	object-fit: contain;
	object-position: center;
}

.gs-wordmark__monogram {
	font-size: 1.85rem;
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 1;
}

.gs-wordmark__name {
	display: grid;
	gap: 0.13rem;
	padding-left: 0.9rem;
	border-left: 1px solid var(--gs-hero-gold);
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1.1;
	text-transform: uppercase;
}

.gs-wordmark__name small {
	color: rgb(255 255 255 / 54%);
	font-size: 0.65rem;
	font-weight: 400;
	letter-spacing: 0.09em;
}

.gs-preview-nav {
	display: flex;
	align-items: center;
	gap: clamp(1.1rem, 2vw, 2.25rem);
}

.gs-preview-nav a {
	position: relative;
	color: inherit;
	font-size: 0.69rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
}

.gs-preview-nav > a:not(.gs-button)::after {
	position: absolute;
	right: 0;
	bottom: -0.6rem;
	left: 0;
	height: 1px;
	background: var(--gs-hero-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform var(--gs-normal) var(--gs-ease);
}

.gs-preview-nav > a:not(.gs-button):hover::after,
.gs-preview-nav > a:not(.gs-button):focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.gs-button--nav {
	min-height: 3rem;
	padding: 0.72rem 1.25rem;
	border-color: var(--gs-hero-gold);
	border-radius: 0;
	background: transparent;
	color: var(--gs-white);
}

.gs-button--nav:hover,
.gs-button--nav:focus-visible {
	background: var(--gs-hero-gold);
	color: var(--gs-hero-navy);
}

/* Hero */
.gs-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: max(52rem, 100svh);
	padding: clamp(11rem, 20vh, 14rem) 0 clamp(5.5rem, 10vh, 7.5rem);
	background:
		radial-gradient(circle at 72% 52%, transparent 0%, rgb(5 15 23 / 12%) 42%, rgb(5 15 23 / 48%) 100%),
		linear-gradient(90deg, rgb(5 15 23 / 96%) 0%, rgb(5 15 23 / 82%) 30%, rgb(5 15 23 / 30%) 58%, rgb(5 15 23 / 8%) 78%),
		url("../images/hero-yacht-sunset-concept-v2.png") 58% center / cover no-repeat;
	color: var(--gs-white);
}

.gs-hero::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgb(4 12 19 / 32%) 0%, transparent 33%),
		linear-gradient(90deg, rgb(3 10 16 / 18%) 0%, transparent 38%);
	content: "";
	pointer-events: none;
}

.gs-hero::after {
	position: absolute;
	inset: auto 0 0;
	height: 28%;
	background: linear-gradient(180deg, transparent, rgb(4 12 19 / 64%));
	content: "";
	pointer-events: none;
}

.gs-hero__content {
	position: relative;
	z-index: 2;
	max-width: 58rem;
}

.gs-hero .gs-container {
	position: relative;
	z-index: 2;
}

.gs-hero h1 {
	max-width: 10.5ch;
	margin-bottom: 1.75rem;
	font-size: clamp(4rem, 7.8vw, 7.5rem);
	font-weight: 300;
	letter-spacing: -0.058em;
	line-height: 0.91;
	text-wrap: balance;
}

.gs-hero h1 span {
	display: inline-block;
	color: var(--gs-hero-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.78em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.gs-hero .gs-lead {
	max-width: 36rem;
	color: rgb(255 255 255 / 78%);
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
	line-height: 1.6;
}

.gs-hero .gs-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	margin-bottom: 1.45rem;
	color: var(--gs-hero-gold-light);
	font-size: 0.68rem;
	letter-spacing: 0.2em;
}

.gs-hero .gs-eyebrow::before {
	width: 2.75rem;
	height: 1px;
	background: var(--gs-hero-gold);
	content: "";
}

.gs-hero .gs-actions {
	gap: 0.85rem;
	margin-top: 2.4rem;
}

.gs-hero .gs-button,
.gs-hero .elementor-button {
	min-height: 3.65rem;
	padding: 0.95rem 1.7rem;
	border-radius: 0;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gs-hero .gs-button--light,
.gs-hero .gs-button--light .elementor-button {
	border-color: var(--gs-hero-gold);
	background: var(--gs-hero-gold);
	color: var(--gs-hero-navy);
}

.gs-hero .gs-button--light:hover,
.gs-hero .gs-button--light:focus-visible,
.gs-hero .gs-button--light .elementor-button:hover,
.gs-hero .gs-button--light .elementor-button:focus-visible {
	border-color: var(--gs-hero-gold-light);
	background: var(--gs-hero-gold-light);
	color: var(--gs-hero-navy);
}

.gs-hero .gs-button--ghost,
.gs-hero .gs-button--ghost .elementor-button {
	border-color: rgb(255 255 255 / 46%);
	background: rgb(5 15 23 / 18%);
	color: var(--gs-white);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.gs-hero .gs-button--ghost:hover,
.gs-hero .gs-button--ghost:focus-visible,
.gs-hero .gs-button--ghost .elementor-button:hover,
.gs-hero .gs-button--ghost .elementor-button:focus-visible {
	border-color: var(--gs-white);
	background: var(--gs-white);
	color: var(--gs-hero-navy);
}

.gs-hero__disciplines {
	position: absolute;
	right: 0;
	bottom: 0.35rem;
	z-index: 2;
	margin: 0;
	color: rgb(255 255 255 / 58%);
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.elementor-element.gs-hero__disciplines p {
	margin: 0;
}

/* Proof bar */
.gs-proof {
	background: var(--gs-obsidian);
	color: var(--gs-white);
}

.gs-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gs-proof__item {
	display: flex;
	align-items: center;
	min-height: 7.5rem;
	padding: 1.5rem 2rem;
	border-right: 1px solid rgb(255 255 255 / 16%);
}

.gs-proof__item:last-child {
	border-right: 0;
}

.gs-proof__item strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 500;
}

.gs-proof__item span {
	display: block;
	margin-top: 0.2rem;
	color: rgb(255 255 255 / 62%);
	font-size: 0.82rem;
}

/* Intro */
.gs-intro {
	text-align: left;
}

.gs-intro h2 {
	margin-bottom: 1.75rem;
}

/* Services */
.gs-heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.gs-heading-row > div {
	max-width: 48rem;
}

.elementor-element.gs-heading-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
}

.elementor-element.gs-heading-row > .elementor-widget-heading:first-child,
.elementor-element.gs-heading-row > .elementor-widget-heading:nth-child(2) {
	grid-column: 1;
}

.elementor-element.gs-heading-row > .elementor-widget-button {
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: end;
}

.gs-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--gs-mist);
}

.gs-service-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 34rem;
	overflow: hidden;
	background-color: var(--gs-navy);
	background-position: center;
	background-size: cover;
	color: var(--gs-white);
	text-decoration: none;
}

.elementor-element.gs-service-card {
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-end;
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.elementor-element.gs-service-card > .elementor-element {
	position: relative;
	z-index: 2;
	width: 100%;
}

.gs-service-card::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 32%, rgb(4 10 14 / 88%) 100%);
	content: "";
}

.gs-service-card::after {
	position: absolute;
	inset: 0;
	background: rgb(11 18 23 / 10%);
	content: "";
	transition: background var(--gs-normal) ease;
}

.gs-service-card:hover::after,
.gs-service-card:focus-visible::after {
	background: rgb(11 18 23 / 0%);
}

.gs-service-card--interior {
	background-image: var(--gs-interior-image, url("../images/hero-cockpit-concept.png"));
	background-position: 66% center;
}

.gs-service-card--protection {
	background-image: var(--gs-project-image, url("../images/project-sail-cockpit-concept.png"));
}

.gs-service-card--shade {
	background-image: var(--gs-bimini-image, url("../images/bimini-concept.png"));
}

.gs-service-card__content {
	position: relative;
	z-index: 2;
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.gs-service-card h3 {
	margin-bottom: 0.75rem;
}

.gs-service-card p {
	max-width: 28rem;
	margin-bottom: 1.25rem;
	color: rgb(255 255 255 / 78%);
	font-size: 1rem;
}

/* Featured project */
.gs-project-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.8fr);
	min-height: 45rem;
}

.gs-project-feature__media {
	min-height: 38rem;
	background: var(--gs-project-image, url("../images/project-sail-cockpit-concept.png")) center / cover no-repeat;
}

.gs-project-feature__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3rem, 7vw, 7rem);
}

.gs-project-feature__copy h2 {
	margin-bottom: 1.5rem;
}

.gs-project-feature__copy p {
	margin-bottom: 2rem;
	color: rgb(255 255 255 / 72%);
}

.gs-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-bottom: 2rem;
	background: rgb(255 255 255 / 15%);
}

.gs-fact {
	padding: 1rem;
	background: var(--gs-obsidian);
}

.gs-fact small,
.gs-fact strong {
	display: block;
}

.gs-fact small {
	color: rgb(255 255 255 / 50%);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gs-fact strong {
	margin-top: 0.35rem;
	font-size: 0.9rem;
	font-weight: 500;
}

/* Process */
.gs-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(3rem, 6vw, 5rem);
	border-top: 1px solid var(--gs-mist);
}

.gs-process-step {
	padding: 2rem 1.5rem 0 0;
	border-right: 1px solid var(--gs-mist);
}

.gs-process-step:not(:first-child) {
	padding-left: 1.5rem;
}

.gs-process-step:last-child {
	border-right: 0;
}

.gs-process-step__number {
	display: block;
	margin-bottom: 2.5rem;
	color: var(--gs-cognac);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.gs-process-step h3 {
	margin-bottom: 0.75rem;
	font-size: 1.35rem;
}

.gs-process-step p {
	color: var(--gs-steel);
	font-size: 0.95rem;
}

/* Craft */
.gs-craft {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	background: var(--gs-white);
}

.gs-craft__media {
	min-height: 44rem;
	background: var(--gs-craft-image, url("../images/craft-sewing-concept.png")) center / cover no-repeat;
}

.gs-craft__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3rem, 8vw, 8rem);
}

.gs-craft__copy h2 {
	margin-bottom: 1.5rem;
}

.gs-craft__copy p {
	margin-bottom: 2rem;
	color: var(--gs-steel);
}

/* Projects */
.gs-project-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr 0.85fr;
	gap: 1.5rem;
}

.gs-project-card {
	display: block;
	color: inherit;
	text-decoration: none;
}

.gs-project-card__media {
	min-height: 22rem;
	overflow: hidden;
	background-color: var(--gs-mist);
	background-position: center;
	background-size: cover;
	transition: transform var(--gs-normal) var(--gs-ease);
}

.gs-project-card:first-child .gs-project-card__media {
	min-height: 30rem;
	background-image: var(--gs-interior-image, url("../images/hero-cockpit-concept.png"));
	background-position: 68% center;
}

.gs-project-card:nth-child(2) .gs-project-card__media {
	background-image: var(--gs-project-image, url("../images/project-sail-cockpit-concept.png"));
}

.gs-project-card:nth-child(3) .gs-project-card__media {
	background-image: var(--gs-bimini-image, url("../images/bimini-concept.png"));
}

.gs-project-card:hover .gs-project-card__media,
.gs-project-card:focus-visible .gs-project-card__media {
	transform: scale(1.015);
}

.gs-project-card__copy {
	padding-top: 1.25rem;
}

.gs-project-card__copy small {
	color: var(--gs-cognac);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gs-project-card__copy h3 {
	margin: 0.5rem 0 0.35rem;
	font-size: 1.45rem;
}

.gs-project-card__copy p {
	color: var(--gs-steel);
	font-size: 0.95rem;
}

.elementor-element.gs-project-card > .elementor-widget-heading {
	margin-top: 1.25rem;
}

.elementor-element.gs-project-card > .elementor-widget-text-editor {
	color: var(--gs-steel);
	font-size: 0.95rem;
}

/* Testimonials */
.gs-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 3.5rem;
	background: rgb(255 255 255 / 15%);
}

.gs-quote {
	margin: 0;
	padding: clamp(2rem, 5vw, 4rem);
	background: var(--gs-navy);
}

.gs-quote p {
	font-size: clamp(1.25rem, 2.2vw, 1.75rem);
	line-height: 1.45;
}

.gs-quote footer {
	margin-top: 2rem;
	color: rgb(255 255 255 / 58%);
	font-size: 0.86rem;
}

.elementor-element.gs-quote {
	padding: clamp(2rem, 5vw, 4rem);
	background: var(--gs-navy);
}

.elementor-element.gs-quote blockquote {
	margin: 0;
}

/* Region */
.gs-region {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.75fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: center;
}

.gs-region__details {
	padding: 2rem 0 2rem clamp(1.5rem, 4vw, 4rem);
	border-left: 1px solid var(--gs-mist);
}

.gs-region__details dl {
	margin: 0;
}

.gs-region__details div {
	padding-block: 1rem;
	border-bottom: 1px solid var(--gs-mist);
}

.gs-region__details dt {
	color: var(--gs-steel);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gs-region__details dd {
	margin: 0.35rem 0 0;
	font-size: 1rem;
}

/* FAQ */
.gs-faq {
	margin-top: 3rem;
	border-top: 1px solid var(--gs-mist);
}

.gs-faq details,
.gs-page .elementor-accordion-item {
	border: 0;
	border-bottom: 1px solid var(--gs-mist);
	background: transparent;
}

.gs-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.5rem 0;
	cursor: pointer;
	font-size: 1.12rem;
	font-weight: 500;
	list-style: none;
}

.gs-faq summary::-webkit-details-marker {
	display: none;
}

.gs-faq summary::after {
	content: "+";
	font-size: 1.4rem;
	font-weight: 400;
}

.gs-faq details[open] summary::after {
	content: "−";
}

.gs-faq details p {
	max-width: 48rem;
	padding: 0 3rem 1.75rem 0;
	color: var(--gs-steel);
}

/* Enquiry */
.gs-enquiry {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(28rem, 1.15fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: start;
}

.gs-enquiry__copy {
	position: sticky;
	top: 2rem;
}

.gs-enquiry__copy h2 {
	margin-bottom: 1.5rem;
}

.gs-enquiry__copy p {
	color: rgb(255 255 255 / 70%);
}

.gs-contact-links {
	display: grid;
	gap: 0.75rem;
	margin-top: 2rem;
}

.gs-contact-links a {
	width: fit-content;
	color: var(--gs-white);
	font-size: 0.95rem;
}

.gs-fluent-form-host .fluentform {
	width: 100%;
	padding: clamp(1.5rem, 4vw, 3rem);
	background: var(--gs-white);
	color: var(--gs-obsidian);
}

.gs-enquiry > .elementor-element.gs-fluent-form-host,
.gs-fluent-form-host .elementor-widget-container {
	width: 100%;
	min-width: 0;
}

.gs-enquiry > .elementor-element.gs-fluent-form-host {
	padding: 0;
	background: transparent;
}

.gs-fluent-form-host .ff-t-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin: 0;
}

.gs-fluent-form-host .ff-t-cell {
	min-width: 0;
	padding: 0;
}

.gs-fluent-form-host .ff-el-group {
	margin-bottom: 1.25rem;
}

.gs-fluent-form-host .ff-el-input--label {
	margin-bottom: 0.45rem;
}

.gs-fluent-form-host .ff-el-input--label label {
	margin: 0;
	color: var(--gs-obsidian);
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.4;
}

.gs-fluent-form-host .ff-el-form-control {
	box-sizing: border-box;
	width: 100%;
	min-height: 3.25rem;
	padding: 0.75rem 0.9rem;
	border: 1px solid var(--gs-mist);
	border-radius: 2px;
	background: var(--gs-white);
	color: var(--gs-obsidian);
	font: inherit;
	font-size: 1rem;
}

.gs-fluent-form-host textarea.ff-el-form-control {
	min-height: 8rem;
	resize: vertical;
}

.gs-fluent-form-host .ff-el-form-control:focus {
	border-color: var(--gs-cognac);
	box-shadow: 0 0 0 2px rgb(166 110 67 / 15%);
	outline: 0;
}

.gs-fluent-form-host .ff-el-help-message,
.gs-fluent-form-host .gs-privacy-note,
.gs-fluent-form-host small {
	color: var(--gs-steel);
	font-size: 0.75rem;
	line-height: 1.55;
}

.gs-fluent-form-host .ff-btn-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.85rem 1.4rem;
	border: 1px solid var(--gs-cognac);
	border-radius: 2px;
	background: var(--gs-cognac);
	color: var(--gs-white);
	cursor: pointer;
	font: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	transition: transform var(--gs-fast) var(--gs-ease), background var(--gs-fast) ease, color var(--gs-fast) ease;
}

.gs-fluent-form-host .ff-btn-submit::after {
	margin-left: 0.65rem;
	content: "→";
	transition: transform var(--gs-fast) var(--gs-ease);
}

.gs-fluent-form-host .ff-btn-submit:hover,
.gs-fluent-form-host .ff-btn-submit:focus-visible {
	background: var(--gs-navy);
	color: var(--gs-white);
}

.gs-fluent-form-host .ff-btn-submit:hover::after,
.gs-fluent-form-host .ff-btn-submit:focus-visible::after {
	transform: translateX(4px);
}

.gs-fluent-form-host .gs-privacy-note {
	margin: 1rem 0 0;
}

.gs-fluent-form-host .ff-el-is-error .ff-el-form-control {
	border-color: var(--gs-error, #a13f38);
}

.gs-fluent-form-host .error.text-danger,
.gs-fluent-form-host .ff-el-is-error .text-danger {
	color: var(--gs-error, #a13f38);
	font-size: 0.78rem;
}

.gs-fluent-form-host .ff-message-success {
	padding: 1rem 1.15rem;
	border: 1px solid var(--gs-success, #2f6a4f);
	background: rgb(47 106 79 / 8%);
	color: var(--gs-success, #2f6a4f);
}

/* Preview footer */
.gs-preview-footer {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	padding: 2rem var(--gs-gutter);
	border-top: 1px solid rgb(255 255 255 / 15%);
	background: var(--gs-obsidian);
	color: rgb(255 255 255 / 58%);
	font-size: 0.78rem;
}

/* Progressive enhancement */
[data-gs-reveal] {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity var(--gs-slow) var(--gs-ease), transform var(--gs-slow) var(--gs-ease);
}

[data-gs-reveal].is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1023px) {
	.gs-wordmark--logo,
	.gs-homepage .custom-logo-link {
		width: 9.25rem;
	}

	.gs-wordmark__logo,
	.gs-homepage .custom-logo {
		max-height: 4.9rem;
	}

	.gs-homepage .ast-primary-header-bar,
	.gs-homepage .main-header-menu > .menu-item > .menu-link,
	.gs-preview-header__inner {
		min-height: 5.25rem;
	}

	.gs-homepage .ast-mobile-header-wrap .ast-primary-header-bar,
	.gs-homepage .ast-mobile-popup-drawer .ast-mobile-popup-inner {
		background: rgb(5 15 23 / 96%);
	}

	.gs-homepage .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
		fill: var(--gs-white);
	}

	.gs-preview-nav > a:not(.gs-button) {
		display: none;
	}

	.gs-hero {
		background-position: 64% center;
	}

	.gs-hero__disciplines {
		display: none;
	}

	.gs-proof__grid,
	.gs-process-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.gs-proof__item:nth-child(2) {
		border-right: 0;
	}

	.gs-proof__item:nth-child(-n + 2) {
		border-bottom: 1px solid rgb(255 255 255 / 16%);
	}

	.gs-service-grid {
		grid-template-columns: 1fr;
	}

	.gs-service-card {
		min-height: 28rem;
	}

	.gs-project-feature,
	.gs-craft,
	.gs-region,
	.gs-enquiry {
		grid-template-columns: 1fr;
	}

	.gs-project-feature__media,
	.gs-craft__media {
		min-height: 34rem;
	}

	.gs-project-feature__copy {
		order: 2;
	}

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

	.gs-project-card:first-child {
		grid-column: 1 / -1;
	}

	.gs-region__details {
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid var(--gs-mist);
	}

	.gs-enquiry__copy {
		position: static;
	}
}

@media (max-width: 767px) {
	:root {
		--gs-gutter: 1.25rem;
		--gs-section: 4rem;
		--gs-section-large: 5rem;
	}

	body.gs-homepage,
	.gs-preview {
		font-size: 17px;
	}

	.gs-preview-header__inner {
		min-height: 4.75rem;
	}

	.gs-wordmark__name small {
		display: none;
	}

	.gs-wordmark__monogram {
		font-size: 1.65rem;
	}

	.gs-wordmark__name {
		font-size: 0.58rem;
	}

	.gs-preview-nav .gs-button {
		min-height: 2.65rem;
		padding: 0.65rem 0.8rem;
		font-size: 0.6rem;
	}

	.gs-hero {
		align-items: flex-end;
		min-height: max(44rem, 100svh);
		padding: 8rem 0 4rem;
		background:
			linear-gradient(180deg, rgb(4 12 19 / 20%) 0%, rgb(4 12 19 / 56%) 52%, rgb(4 12 19 / 98%) 100%),
			linear-gradient(90deg, rgb(4 12 19 / 55%) 0%, transparent 80%),
			url("../images/hero-yacht-sunset-concept-v2.png") 70% center / cover no-repeat;
	}

	.gs-hero h1 {
		max-width: 9.5ch;
		margin-bottom: 1.35rem;
		font-size: clamp(3.35rem, 14vw, 5.2rem);
		line-height: 0.92;
	}

	.gs-hero .gs-eyebrow {
		font-size: 0.58rem;
		letter-spacing: 0.16em;
	}

	.gs-hero .gs-eyebrow::before {
		width: 1.75rem;
	}

	.gs-hero .gs-lead {
		max-width: 31rem;
		font-size: 1rem;
		line-height: 1.55;
	}

	.gs-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.gs-hero .gs-actions {
		gap: 0.65rem;
		margin-top: 1.8rem;
	}

	.gs-actions .gs-button {
		width: 100%;
	}

	.gs-hero .gs-actions .elementor-widget-button,
	.gs-hero .gs-actions .elementor-button {
		width: 100%;
	}

	.gs-proof__item {
		min-height: 6.5rem;
		padding: 1.15rem;
	}

	.gs-heading-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.elementor-element.gs-heading-row {
		display: flex;
		align-items: flex-start;
	}

	.elementor-element.gs-heading-row > .elementor-widget-button {
		align-self: flex-start;
	}

	.gs-service-card {
		min-height: 25rem;
	}

	.gs-project-feature__media,
	.gs-craft__media {
		min-height: 27rem;
	}

	.gs-project-feature__copy,
	.gs-craft__copy {
		padding: 3.5rem var(--gs-gutter);
	}

	.gs-facts {
		grid-template-columns: 1fr;
	}

	.gs-process-grid {
		grid-template-columns: 1fr;
		border-top: 0;
	}

	.gs-process-step,
	.gs-process-step:not(:first-child) {
		padding: 1.5rem 0;
		border-top: 1px solid var(--gs-mist);
		border-right: 0;
	}

	.gs-process-step__number {
		margin-bottom: 1rem;
	}

	.gs-project-grid,
	.gs-testimonial-grid,
	.gs-fluent-form-host .ff-t-container {
		grid-template-columns: 1fr;
	}

	.gs-project-card:first-child {
		grid-column: auto;
	}

	.gs-project-card__media,
	.gs-project-card:first-child .gs-project-card__media {
		min-height: 24rem;
	}

	.gs-preview-footer {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.gs-page *,
	.gs-page *::before,
	.gs-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	[data-gs-reveal] {
		opacity: 1;
		transform: none;
	}
}

/* Luxury yacht art direction — v1.2 */
.gs-preview,
body.gs-homepage {
	background: var(--gs-ivory);
}

.gs-homepage .site-header,
.gs-preview-header {
	background: rgb(4 17 29 / 94%);
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 10%);
}

.gs-homepage .ast-primary-header-bar,
.gs-preview-header {
	border-bottom-color: rgb(201 166 107 / 18%);
}

.gs-homepage .ast-primary-header-bar,
.gs-preview-header__inner {
	min-height: 7.5rem;
}

.gs-homepage .main-header-menu > .menu-item > .menu-link {
	min-height: 7.5rem;
	font-size: 0.66rem;
}

.gs-preview-header__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: clamp(2rem, 4vw, 5rem);
}

.gs-wordmark__monogram {
	color: var(--gs-hero-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.45rem;
	font-weight: 400;
}

.gs-wordmark__name {
	border-left-color: rgb(201 166 107 / 65%);
	font-size: 0.7rem;
}

.gs-preview-nav {
	justify-content: center;
	gap: clamp(1rem, 1.7vw, 2rem);
}

.gs-header-actions {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.gs-header-icon {
	display: inline-grid;
	width: 2.75rem;
	height: 2.75rem;
	place-items: center;
	border: 1px solid rgb(201 166 107 / 34%);
	border-radius: 50%;
	color: var(--gs-hero-gold-light);
	transition: border-color var(--gs-fast) ease, background var(--gs-fast) ease, color var(--gs-fast) ease;
}

.gs-header-icon:hover,
.gs-header-icon:focus-visible {
	border-color: var(--gs-hero-gold);
	background: var(--gs-hero-gold);
	color: var(--gs-hero-navy);
}

.gs-header-icon svg {
	width: 1.2rem;
	height: 1.2rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
}

.gs-button--nav {
	min-width: 8.25rem;
	background: var(--gs-hero-gold);
	color: var(--gs-hero-navy);
}

.gs-button--nav::after {
	content: none;
}

.gs-homepage .ast-header-social-1-wrap .ast-builder-social-element,
.gs-homepage .ast-header-social-2-wrap .ast-builder-social-element {
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid rgb(201 166 107 / 34%);
	border-radius: 50%;
	color: var(--gs-hero-gold-light);
}

.gs-hero {
	min-height: max(50rem, 100svh);
	padding-top: clamp(12rem, 22vh, 15rem);
	background:
		radial-gradient(circle at 72% 48%, transparent 0%, rgb(4 17 29 / 10%) 38%, rgb(4 17 29 / 50%) 100%),
		linear-gradient(90deg, rgb(4 17 29 / 94%) 0%, rgb(4 17 29 / 77%) 34%, rgb(4 17 29 / 24%) 62%, rgb(4 17 29 / 5%) 82%),
		linear-gradient(180deg, rgb(4 17 29 / 12%) 42%, rgb(4 17 29 / 52%) 100%),
		url("../images/hero-yacht-sunset-concept-v2.png") 58% center / cover no-repeat;
}

.gs-hero__content {
	max-width: 48rem;
}

.gs-hero h1 {
	max-width: 10ch;
	margin-bottom: 1.4rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(4rem, 6.7vw, 6.6rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.96;
}

.gs-hero h1 span {
	color: var(--gs-white);
	font-size: 0.88em;
	font-style: normal;
	letter-spacing: -0.05em;
}

.gs-hero .gs-eyebrow {
	color: var(--gs-hero-gold);
}

.gs-hero .gs-lead {
	max-width: 35rem;
	color: rgb(255 255 255 / 84%);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.08rem, 1.35vw, 1.28rem);
	line-height: 1.55;
}

.gs-hero__proofs {
	display: flex;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	margin-top: 2rem;
}

.gs-hero__proofs > div {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.gs-hero__proofs > .elementor-widget-text-editor > .elementor-widget-container > div {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.gs-hero__proofs > div > span {
	display: grid;
	width: 2.35rem;
	height: 2.35rem;
	place-items: center;
	border: 1px solid var(--gs-hero-gold);
	border-radius: 50%;
	color: var(--gs-hero-gold-light);
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.gs-hero__proofs p {
	display: grid;
	gap: 0.1rem;
	margin: 0;
}

.gs-hero__proofs strong {
	font-size: 0.84rem;
	font-weight: 600;
}

.gs-hero__proofs small {
	color: rgb(255 255 255 / 62%);
	font-size: 0.72rem;
}

.gs-hero__seal {
	position: absolute;
	right: clamp(0rem, 2vw, 2rem);
	bottom: 2rem;
	z-index: 3;
	display: grid;
	width: 8.5rem;
	height: 8.5rem;
	place-content: center;
	border: 1px solid rgb(201 166 107 / 75%);
	border-radius: 50%;
	box-shadow: inset 0 0 0 0.35rem rgb(4 17 29 / 42%), inset 0 0 0 calc(0.35rem + 1px) rgb(201 166 107 / 28%);
	background: rgb(4 17 29 / 48%);
	color: var(--gs-white);
	text-align: center;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.gs-hero__seal span {
	color: var(--gs-hero-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	line-height: 1;
}

.gs-hero__seal small {
	margin-top: 0.5rem;
	font-size: 0.54rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.45;
	text-transform: uppercase;
}

.gs-contact-rail {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 60;
	display: grid;
	width: 5rem;
	border: 1px solid rgb(201 166 107 / 34%);
	border-right: 0;
	background: rgb(4 17 29 / 94%);
	box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 22%);
	transform: translateY(-50%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.gs-contact-rail a {
	display: grid;
	min-height: 5.4rem;
	place-items: center;
	align-content: center;
	gap: 0.45rem;
	border-bottom: 1px solid rgb(201 166 107 / 24%);
	color: var(--gs-white);
	text-align: center;
	text-decoration: none;
	transition: background var(--gs-fast) ease, color var(--gs-fast) ease;
}

.elementor-element.gs-contact-rail > .elementor-widget-container {
	display: grid;
}

.gs-contact-rail a:last-child {
	border-bottom: 0;
}

.gs-contact-rail a:hover,
.gs-contact-rail a:focus-visible {
	background: var(--gs-hero-gold);
	color: var(--gs-hero-navy);
}

.gs-contact-rail svg {
	width: 1.55rem;
	height: 1.55rem;
	fill: none;
	stroke: var(--gs-hero-gold-light);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.gs-contact-rail a:hover svg,
.gs-contact-rail a:focus-visible svg {
	stroke: currentColor;
}

.gs-contact-rail span {
	font-size: 0.54rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gs-service-ribbon {
	position: relative;
	z-index: 4;
	border-bottom: 1px solid #e0dbd0;
	background: var(--gs-white);
	box-shadow: 0 1.25rem 3rem rgb(7 19 29 / 7%);
}

.gs-service-ribbon__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gs-service-ribbon__item {
	display: grid;
	min-height: 11.5rem;
	place-items: center;
	align-content: center;
	padding: 1.35rem 1rem;
	border-right: 1px solid #e6e1d8;
	color: var(--gs-hero-navy);
	text-align: center;
	text-decoration: none;
	transition: background var(--gs-normal) ease, color var(--gs-normal) ease, transform var(--gs-normal) var(--gs-ease);
}

.elementor-element.gs-service-ribbon__item {
	padding: 0;
}

.elementor-element.gs-service-ribbon__item > .elementor-widget-container,
.elementor-element.gs-service-ribbon__item > .elementor-widget-container > a {
	width: 100%;
	height: 100%;
}

.elementor-element.gs-service-ribbon__item > .elementor-widget-container > a {
	display: grid;
	place-items: center;
	align-content: center;
	padding: 1.35rem 1rem;
	color: inherit;
	text-align: center;
	text-decoration: none;
}

.gs-service-ribbon__item:first-child {
	border-left: 1px solid #e6e1d8;
}

.gs-service-ribbon__item:hover,
.gs-service-ribbon__item:focus-visible {
	background: var(--gs-hero-navy);
	color: var(--gs-white);
	transform: translateY(-0.25rem);
}

.gs-service-ribbon__item svg {
	width: 3.25rem;
	height: 2.65rem;
	margin-bottom: 0.7rem;
	fill: none;
	stroke: var(--gs-gold-deep);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.gs-service-ribbon__item strong {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gs-service-ribbon__item span {
	max-width: 10.5rem;
	margin-top: 0.35rem;
	color: var(--gs-steel);
	font-size: 0.68rem;
	line-height: 1.4;
}

.gs-service-ribbon__item:hover span,
.gs-service-ribbon__item:focus-visible span {
	color: rgb(255 255 255 / 68%);
}

.gs-intro h2,
.gs-heading-row h2,
.gs-craft h2,
.gs-showcase h2,
.gs-promise-section h2,
.gs-region h2,
.gs-faq + h2,
.gs-enquiry h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -0.04em;
}

.gs-service-card {
	border: 1px solid rgb(255 255 255 / 13%);
	box-shadow: 0 1.5rem 3.5rem rgb(7 19 29 / 14%);
}

.gs-page h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -0.04em;
}

.gs-showcase {
	padding-block: clamp(4.5rem, 8vw, 7rem);
	background:
		radial-gradient(circle at 82% 50%, rgb(201 166 107 / 8%), transparent 28rem),
		linear-gradient(135deg, #061523 0%, #091d2f 55%, #061523 100%);
	color: var(--gs-white);
}

.gs-showcase__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2.5rem;
}

.gs-showcase__heading h2 {
	max-width: 21ch;
	margin-bottom: 0;
}

.gs-showcase__grid {
	display: grid;
	grid-template-columns: minmax(14rem, 0.75fr) minmax(30rem, 1.7fr) minmax(16rem, 0.85fr);
	gap: 1.5rem;
	align-items: stretch;
}

.gs-review-card,
.gs-promise-card {
	padding: clamp(1.5rem, 2.5vw, 2.25rem);
	border: 1px solid rgb(201 166 107 / 34%);
	background: rgb(255 255 255 / 2.5%);
}

.gs-review-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.elementor-element.gs-review-card > .elementor-widget-html,
.elementor-element.gs-review-card > .elementor-widget-html > .elementor-widget-container {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}

.gs-google-mark {
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	place-items: center;
	border-radius: 50%;
	background: var(--gs-white);
	color: #4285f4;
	font-size: 1.25rem;
	font-weight: 700;
}

.gs-stars {
	margin: 1.25rem 0 0.45rem;
	color: var(--gs-hero-gold);
	font-size: 1.05rem;
	letter-spacing: 0.1em;
}

.gs-review-card h3,
.gs-promise-card h3 {
	margin-bottom: 0.8rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.55rem;
	font-weight: 400;
}

.gs-review-card p:not(.gs-stars),
.gs-promise-card p,
.gs-comparison__copy p {
	color: rgb(255 255 255 / 70%);
	font-size: 0.88rem;
}

.gs-review-card small {
	margin-top: 1.25rem;
	color: var(--gs-hero-gold-light);
	font-size: 0.64rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gs-comparison {
	overflow: hidden;
	border: 1px solid rgb(201 166 107 / 34%);
	background: rgb(255 255 255 / 3%);
}

.gs-comparison__images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-height: 22rem;
}

.gs-comparison__image {
	position: relative;
	min-height: 22rem;
	background-position: center;
	background-size: cover;
}

.gs-comparison__image--before {
	background-image: var(--gs-before-image, url("../images/project-sail-cockpit-before-concept.png"));
}

.gs-comparison__image--after {
	border-left: 1px solid var(--gs-white);
	background-image: var(--gs-project-image, url("../images/project-sail-cockpit-concept.png"));
}

.gs-comparison__image span {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	padding: 0.45rem 0.7rem;
	background: rgb(4 17 29 / 88%);
	color: var(--gs-white);
	font-size: 0.59rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gs-comparison__image--after span {
	background: var(--gs-hero-gold);
	color: var(--gs-hero-navy);
}

.gs-comparison__copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.25rem 1.5rem;
}

.gs-comparison__copy p {
	max-width: 35rem;
	margin: 0;
}

.gs-promise-card ul {
	display: grid;
	gap: 0.65rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.gs-promise-card li {
	position: relative;
	padding-left: 1.5rem;
	font-size: 0.82rem;
}

.gs-promise-card li::before {
	position: absolute;
	top: 0.3rem;
	left: 0;
	width: 0.65rem;
	height: 0.65rem;
	border: 1px solid var(--gs-hero-gold);
	border-radius: 50%;
	content: "";
}

.gs-signature {
	display: grid;
	margin-top: 2rem;
	color: var(--gs-hero-gold-light) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem !important;
	font-style: italic;
}

.gs-signature small {
	font-family: var(--gs-font-body);
	font-size: 0.58rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gs-promise-section {
	background:
		radial-gradient(circle at 90% 20%, rgb(201 166 107 / 9%), transparent 28rem),
		var(--gs-hero-navy);
}

.gs-promise-section__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
	gap: 2rem 6rem;
	align-items: end;
}

.gs-promise-section__heading .gs-eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -1rem;
}

.gs-promise-section__heading h2,
.gs-promise-section__heading p {
	margin-bottom: 0;
}

.gs-promise-section__heading p {
	color: rgb(255 255 255 / 65%);
}

.gs-promise-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 3.5rem;
	border-top: 1px solid rgb(201 166 107 / 30%);
	border-bottom: 1px solid rgb(201 166 107 / 30%);
}

.gs-promise-grid > div {
	padding: 2rem;
	border-right: 1px solid rgb(201 166 107 / 20%);
}

.gs-promise-grid > div:last-child {
	border-right: 0;
}

.gs-promise-grid span {
	color: var(--gs-hero-gold);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.gs-promise-grid h3 {
	margin: 1.25rem 0 0.65rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4rem;
	font-weight: 400;
}

.gs-promise-grid p {
	color: rgb(255 255 255 / 60%);
	font-size: 0.83rem;
}

.gs-assurance-strip {
	border-top: 1px solid #e3ddd2;
	border-bottom: 1px solid #e3ddd2;
	background: var(--gs-white);
}

.gs-assurance-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gs-assurance-strip__grid > div {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: 7.75rem;
	padding: 1.25rem clamp(1rem, 2vw, 2rem);
	border-right: 1px solid #e3ddd2;
}

.gs-assurance-strip__grid > .elementor-widget-text-editor > .elementor-widget-container {
	width: 100%;
}

.gs-assurance-strip__grid > .elementor-widget-text-editor > .elementor-widget-container > div {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.gs-assurance-strip__grid > div:first-child {
	border-left: 1px solid #e3ddd2;
}

.gs-assurance-strip__grid > div > span,
.gs-assurance-strip__grid > .elementor-widget-text-editor > .elementor-widget-container > div > span {
	display: grid;
	flex: 0 0 auto;
	width: 2.8rem;
	height: 2.8rem;
	place-items: center;
	border: 1px solid var(--gs-gold-deep);
	border-radius: 50%;
	color: var(--gs-gold-deep);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.gs-assurance-strip__grid p {
	display: grid;
	gap: 0.18rem;
	margin: 0;
}

.gs-assurance-strip__grid strong {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.gs-assurance-strip__grid small {
	color: var(--gs-steel);
	font-size: 0.7rem;
}

@media (max-width: 1180px) {
	.gs-preview-header__inner {
		grid-template-columns: auto 1fr auto;
		gap: 1.5rem;
	}

	.gs-preview-nav a:nth-child(2),
	.gs-preview-nav a:nth-child(4) {
		display: none;
	}

	.gs-showcase__grid {
		grid-template-columns: minmax(13rem, 0.75fr) minmax(30rem, 1.75fr);
	}

	.gs-promise-card {
		grid-column: 1 / -1;
	}

	.gs-promise-card ul {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 1023px) {
	.gs-contact-rail {
		display: none;
	}

	.gs-preview-header__inner {
		min-height: 5.5rem;
	}

	.gs-preview-nav {
		display: none;
	}

	.gs-homepage .ast-primary-header-bar {
		min-height: 5.5rem;
	}

	.gs-service-ribbon__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gs-service-ribbon__item:nth-child(3) {
		border-right: 0;
	}

	.gs-service-ribbon__item:nth-child(-n + 3) {
		border-bottom: 1px solid #e6e1d8;
	}

	.gs-showcase__grid {
		grid-template-columns: 1fr;
	}

	.gs-promise-card {
		grid-column: auto;
	}

	.gs-promise-card ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gs-review-card {
		min-height: 19rem;
	}

	.gs-promise-section__heading {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.gs-promise-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gs-assurance-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gs-assurance-strip__grid > div:nth-child(2) {
		border-right: 0;
	}

	.gs-assurance-strip__grid > div:nth-child(-n + 2) {
		border-bottom: 1px solid #e3ddd2;
	}

	.gs-promise-grid > div:nth-child(2) {
		border-right: 0;
	}

	.gs-promise-grid > div:nth-child(-n + 2) {
		border-bottom: 1px solid rgb(201 166 107 / 20%);
	}
}

@media (max-width: 767px) {
	.gs-preview-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 5rem;
	}

	.gs-wordmark__monogram {
		font-size: 1.8rem;
	}

	.gs-wordmark--logo,
	.gs-homepage .custom-logo-link {
		width: 7.75rem;
	}

	.gs-wordmark__logo,
	.gs-homepage .custom-logo {
		max-height: 4.15rem;
	}

	.gs-wordmark__name {
		padding-left: 0.65rem;
		font-size: 0.52rem;
	}

	.gs-header-actions {
		gap: 0.4rem;
	}

	.gs-header-icon {
		width: 2.5rem;
		height: 2.5rem;
	}

	.gs-header-actions .gs-button {
		display: none;
	}

	.gs-hero {
		min-height: max(47rem, 100svh);
		padding: 8.5rem 0 3.5rem;
		background:
			linear-gradient(180deg, rgb(4 17 29 / 18%) 0%, rgb(4 17 29 / 60%) 48%, rgb(4 17 29 / 98%) 100%),
			linear-gradient(90deg, rgb(4 17 29 / 48%) 0%, transparent 88%),
			url("../images/hero-yacht-sunset-concept-v2.png") 69% center / cover no-repeat;
	}

	.gs-hero h1 {
		font-size: clamp(3.15rem, 14vw, 4.65rem);
	}

	.gs-hero__proofs {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.85rem;
		margin-top: 1.4rem;
	}

	.gs-hero__proofs small {
		display: none;
	}

	.gs-hero__seal {
		display: none;
	}

	.gs-service-ribbon__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gs-service-ribbon__item {
		min-height: 9.75rem;
		padding: 1rem 0.65rem;
	}

	.elementor-element.gs-service-ribbon__item > .elementor-widget-container > a {
		padding: 1rem 0.65rem;
	}

	.gs-service-ribbon__item:nth-child(3) {
		border-right: 1px solid #e6e1d8;
	}

	.gs-service-ribbon__item:nth-child(2n) {
		border-right: 0;
	}

	.gs-service-ribbon__item:nth-child(-n + 4) {
		border-bottom: 1px solid #e6e1d8;
	}

	.gs-service-ribbon__item span {
		display: none;
	}

	.gs-showcase__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.gs-comparison__images {
		grid-template-columns: 1fr;
	}

	.gs-comparison__image,
	.gs-comparison__images {
		min-height: 17rem;
	}

	.gs-comparison__image--after {
		border-top: 1px solid var(--gs-white);
		border-left: 0;
	}

	.gs-comparison__copy {
		align-items: flex-start;
		flex-direction: column;
	}

	.gs-promise-card ul,
	.gs-promise-grid {
		grid-template-columns: 1fr;
	}

	.gs-promise-grid > div,
	.gs-promise-grid > div:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid rgb(201 166 107 / 20%);
	}

	.gs-promise-grid > div:last-child {
		border-bottom: 0;
	}

	.gs-assurance-strip__grid {
		grid-template-columns: 1fr;
	}

	.gs-assurance-strip__grid > div,
	.gs-assurance-strip__grid > div:nth-child(2) {
		min-height: 6.5rem;
		border-right: 0;
		border-bottom: 1px solid #e3ddd2;
		border-left: 0;
	}

	.gs-assurance-strip__grid > div:last-child {
		border-bottom: 0;
	}
}

/* Production guard: contact icons must never inherit oversized Astra/Elementor dimensions. */
body.gs-homepage .site-header :is(.ast-header-social-1-wrap, .ast-header-social-2-wrap, .ast-header-social-wrap) .ast-builder-social-element,
body.gs-homepage .gs-header-actions .gs-header-icon,
body.gs-homepage .gs-contact-rail .gs-contact-icon-frame,
body.gs-homepage .elementor-element.gs-contact-rail .gs-contact-icon-frame,
body.gs-homepage .elementor-element-a10001d :is(.gs-contact-icon-frame, .elementor-icon-wrapper, .elementor-icon),
body.gs-homepage :is(.gs-contact-cta, .gs-contact-widget, .gs-header-contact) :is(.elementor-icon-wrapper, .elementor-icon, .elementor-social-icon),
.gs-preview .gs-header-actions .gs-header-icon,
.gs-preview .gs-contact-rail .gs-contact-icon-frame {
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
	overflow: hidden !important;
	flex: 0 0 48px !important;
}

body.gs-homepage .site-header :is(.ast-header-social-1-wrap, .ast-header-social-2-wrap, .ast-header-social-wrap) .ast-builder-social-element :is(svg, img, i, .ast-icon),
body.gs-homepage .gs-header-actions .gs-header-icon :is(svg, img, i, .elementor-icon),
body.gs-homepage .gs-contact-rail :is(svg, img, i, .elementor-icon),
body.gs-homepage .elementor-element.gs-contact-rail :is(svg, img, i, .elementor-icon),
body.gs-homepage .elementor-element-a10001d :is(svg, img, i, .elementor-icon),
body.gs-homepage :is(.gs-contact-cta, .gs-contact-widget, .gs-header-contact, .gs-contact-links) :is(svg, img, i, .elementor-icon),
body.gs-homepage :is(.gs-contact-cta, .gs-contact-widget, .gs-header-contact) .elementor-icon :is(svg, img, i),
.gs-preview .gs-header-actions .gs-header-icon :is(svg, img, i, .elementor-icon),
.gs-preview .gs-contact-rail :is(svg, img, i, .elementor-icon) {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	min-height: 24px !important;
	max-width: 24px !important;
	max-height: 24px !important;
	flex: 0 0 24px !important;
	font-size: 24px !important;
	line-height: 24px !important;
	object-fit: contain !important;
}

body.gs-homepage .site-header :is(.ast-header-social-1-wrap, .ast-header-social-2-wrap, .ast-header-social-wrap) .ast-builder-social-element svg,
body.gs-homepage .gs-header-actions .gs-header-icon svg,
body.gs-homepage .gs-contact-rail svg,
body.gs-homepage .elementor-element.gs-contact-rail svg,
body.gs-homepage .elementor-element-a10001d svg,
body.gs-homepage :is(.gs-contact-cta, .gs-contact-widget, .gs-header-contact, .gs-contact-links) svg,
.gs-preview .gs-header-actions .gs-header-icon svg,
.gs-preview .gs-contact-rail svg {
	overflow: hidden !important;
}
