:root {
	--sts-midnight: #07131f;
	--sts-navy: #0b1d2d;
	--sts-navy-strong: #10293f;
	--sts-teal: #5e99a7;
	--sts-teal-soft: #6faab7;
	--sts-gold: #d9b874;
	--sts-gold-soft: #ecd8aa;
	--sts-cream: #f2ede3;
	--sts-text: #d8e1ea;
	--sts-muted: #8f9fb0;
	--sts-border: rgba(196, 161, 90, 0.16);
	--sts-border-soft: rgba(255, 255, 255, 0.08);
	--sts-shadow: 0 24px 90px rgba(0, 0, 0, 0.35);
	--sts-radius: 28px;
	--sts-shell: min(1280px, calc(100vw - 48px));
}

body.seatoshore-front-page {
	background: var(--sts-midnight);
	color: var(--sts-text);
}

body.seatoshore-front-page .site-header,
body.seatoshore-inner-page .site-header,
body.seatoshore-blog-page .site-header,
body.seatoshore-error-page .site-header,
body.seatoshore-front-page .site-info,
body.seatoshore-inner-page .site-info,
body.seatoshore-blog-page .site-info,
body.seatoshore-error-page .site-info,
body.seatoshore-front-page .footer-widgets,
body.seatoshore-inner-page .footer-widgets,
body.seatoshore-blog-page .footer-widgets,
body.seatoshore-error-page .footer-widgets,
body.seatoshore-front-page #generate-slideout-menu,
body.seatoshore-inner-page #generate-slideout-menu,
body.seatoshore-blog-page #generate-slideout-menu,
body.seatoshore-error-page #generate-slideout-menu,
body.seatoshore-front-page .inside-article > .entry-header,
body.seatoshore-inner-page .inside-article > .entry-header,
body.seatoshore-blog-page .inside-article > .entry-header,
body.seatoshore-error-page .inside-article > .entry-header,
body.seatoshore-front-page .inside-article > .entry-content,
body.seatoshore-inner-page .inside-article > .entry-content,
body.seatoshore-blog-page .inside-article > .entry-content,
body.seatoshore-error-page .inside-article > .entry-content,
body.seatoshore-front-page .inside-article > footer,
body.seatoshore-inner-page .inside-article > footer,
body.seatoshore-blog-page .inside-article > footer,
body.seatoshore-error-page .inside-article > footer,
body.seatoshore-front-page .inside-article > .post-image {
	display: none;
}

body.seatoshore-front-page .site.grid-container,
body.seatoshore-inner-page .site.grid-container,
body.seatoshore-blog-page .site.grid-container,
body.seatoshore-error-page .site.grid-container,
body.seatoshore-front-page .inside-article,
body.seatoshore-inner-page .inside-article,
body.seatoshore-blog-page .inside-article,
body.seatoshore-error-page .inside-article,
body.seatoshore-front-page .content-area,
body.seatoshore-inner-page .content-area,
body.seatoshore-blog-page .content-area,
body.seatoshore-error-page .content-area,
body.seatoshore-front-page .site-main,
body.seatoshore-inner-page .site-main,
body.seatoshore-blog-page .site-main,
body.seatoshore-error-page .site-main,
body.seatoshore-front-page .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.seatoshore-inner-page .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.seatoshore-blog-page .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.seatoshore-error-page .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.sts-homepage {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	background:
		radial-gradient(circle at top, rgba(111, 170, 183, 0.18), transparent 35%),
		linear-gradient(180deg, #08121d 0%, #081827 32%, #0d2132 100%);
	overflow: clip;
}

.sts-homepage *,
.sts-homepage *::before,
.sts-homepage *::after {
	box-sizing: border-box;
}

.sts-homepage a {
	color: inherit;
	text-decoration: none;
}

.sts-homepage img {
	display: block;
	max-width: 100%;
}

.sts-shell {
	width: var(--sts-shell);
	margin: 0 auto;
}

.sts-grain {
	position: fixed;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0.035;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	background-size: 220px 220px;
}

.sts-wave-bg {
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	height: 230px;
	color: rgba(93, 150, 171, 0.28);
	z-index: 0;
	pointer-events: none;
}

.sts-wave-bg svg {
	position: absolute;
	bottom: -10px;
	width: 200%;
	height: 100%;
	animation: sts-wave 15s linear infinite;
}

@keyframes sts-wave {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.sts-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 30;
	padding: 18px 0;
	transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.sts-site-header.is-scrolled {
	background: rgba(5, 14, 23, 0.82);
	backdrop-filter: blur(22px);
	border-bottom: 1px solid var(--sts-border);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.sts-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.sts-brand {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.sts-brand img,
.sts-site-footer__brand img {
	width: 62px;
	height: auto;
	object-fit: contain;
}

.sts-brand__copy {
	display: flex;
	flex-direction: column;
}

.sts-brand__name,
.sts-site-footer__title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}

.sts-brand__meta {
	margin-top: 3px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--sts-gold-soft);
}

.sts-nav {
	display: flex;
	align-items: center;
	gap: clamp(14px, 2vw, 34px);
	font-family: "Manrope", Arial, sans-serif;
}

.sts-nav a {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(216, 225, 234, 0.72);
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.sts-nav a:hover,
.sts-nav a:focus-visible {
	color: #fff;
}

.sts-lang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
}

.sts-lang-switcher__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	padding: 7px 10px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: rgba(242, 237, 227, 0.74);
	background: transparent;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.sts-nav .sts-lang-switcher__link:hover,
.sts-nav .sts-lang-switcher__link:focus-visible {
	color: #06101c;
	background: var(--sts-gold-soft);
}

.sts-lang-switcher__link.is-active {
	color: #06101c;
	background: linear-gradient(135deg, var(--sts-gold), var(--sts-gold-soft));
}

.sts-nav__cta,
.sts-button,
.sts-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 999px;
	padding: 15px 28px;
	border: 1px solid transparent;
	font-size: 0.78rem;
	font-weight: 800;
	font-family: "Manrope", Arial, sans-serif;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.sts-nav__cta,
.sts-button--primary,
.sts-form button {
	background: linear-gradient(135deg, var(--sts-gold), var(--sts-gold-soft));
	color: var(--sts-midnight);
	border-color: transparent;
	box-shadow: 0 18px 40px rgba(196, 161, 90, 0.22);
}

.sts-nav__cta {
	background: linear-gradient(135deg, var(--sts-gold), var(--sts-gold-soft));
	color: var(--sts-midnight);
}

.sts-button.sts-button--primary,
.sts-nav .sts-nav__cta {
	color: #06101c;
}

.sts-nav__cta:hover,
.sts-button--primary:hover,
.sts-form button:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, var(--sts-gold), var(--sts-gold-soft));
	color: #ffffff;
	border-color: transparent;
	box-shadow: 0 22px 48px rgba(196, 161, 90, 0.28);
}

.sts-button--ghost {
	border-color: rgba(255, 255, 255, 0.18);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
}

.sts-button--ghost:hover {
	border-color: var(--sts-gold-soft);
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	transform: translateY(-2px);
}

.sts-nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	padding: 8px;
	border: 0;
	background: transparent;
}

.sts-nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background: var(--sts-gold);
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.sts-main-content {
	position: relative;
	z-index: 2;
}

.sts-homepage--inner {
	background:
		radial-gradient(circle at top left, rgba(196, 161, 90, 0.08), transparent 30%),
		radial-gradient(circle at top, rgba(111, 170, 183, 0.12), transparent 38%),
		linear-gradient(180deg, #08121d 0%, #091726 32%, #0d2132 100%);
}

.sts-section {
	padding: 120px 0;
	position: relative;
}

.sts-section--compact {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sts-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--sts-gold-soft);
}

.sts-kicker::before,
.sts-kicker::after {
	content: "";
	width: 34px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(196, 161, 90, 0.65), transparent);
}

.sts-title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.4rem, 4.8vw, 4.8rem);
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.01em;
	color: #fff;
	margin: 0 0 20px;
}

.sts-title strong {
	font-weight: 700;
}

.sts-title em {
	font-style: italic;
	font-weight: 500;
	color: var(--sts-gold-soft);
}

.sts-copy,
.sts-text,
.sts-service-card p,
.sts-process-card p,
.sts-contact-card p,
.sts-site-footer p {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.8;
	color: var(--sts-muted);
}

.sts-hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 152px 0 92px;
}

.sts-page-hero {
	padding-top: 170px;
	padding-bottom: 70px;
}

.sts-page-hero__copy {
	max-width: 760px;
}

.sts-page-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: 20px;
	color: var(--sts-gold-soft);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sts-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(6, 17, 28, 0.74) 0%, rgba(7, 19, 31, 0.92) 68%, #08131f 100%),
		linear-gradient(90deg, rgba(7, 19, 31, 0.9) 0%, rgba(7, 19, 31, 0.72) 40%, rgba(7, 19, 31, 0.62) 100%),
		url("../images/hero-yacht.jpeg") center/cover no-repeat;
}

.sts-hero__compass {
	position: absolute;
	inset: 50% auto auto 50%;
	width: min(46vw, 620px);
	height: min(46vw, 620px);
	transform: translate(-50%, -50%);
	opacity: 0.08;
	animation: sts-spin 120s linear infinite;
}

@keyframes sts-spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.sts-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.sts-hero__subtitle {
	margin: 0 auto 26px;
	max-width: 760px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	font-style: italic;
	letter-spacing: 0.08em;
	color: rgba(242, 237, 227, 0.78);
}

.sts-hero__copy {
	max-width: 660px;
	margin: 0 auto 38px;
}

.sts-button-group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.sts-button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sts-stats {
	margin-top: 56px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid var(--sts-border);
	background: linear-gradient(180deg, rgba(12, 27, 41, 0.92), rgba(10, 23, 35, 0.82));
	backdrop-filter: blur(16px);
	box-shadow: var(--sts-shadow);
}

.sts-stat {
	padding: 30px 20px;
	text-align: center;
	border-right: 1px solid var(--sts-border);
}

.sts-stat:last-child {
	border-right: 0;
}

.sts-stat__value {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 3vw, 2.8rem);
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

.sts-stat__value span {
	color: var(--sts-gold-soft);
}

.sts-stat__label {
	margin-top: 8px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(216, 225, 234, 0.62);
}

.sts-vessels {
	padding: 18px 0;
	border-top: 1px solid var(--sts-border);
	border-bottom: 1px solid var(--sts-border);
	background: rgba(5, 15, 24, 0.55);
	overflow: clip;
}

.sts-vessels__track {
	display: flex;
	gap: 22px;
	width: max-content;
	animation: sts-marquee 30s linear infinite;
}

.sts-vessels__item {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	white-space: nowrap;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(242, 237, 227, 0.72);
}

.sts-vessels__item::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--sts-gold);
	opacity: 0.55;
}

@keyframes sts-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.sts-section-head {
	display: grid;
	gap: 18px;
	margin-bottom: 56px;
	text-align: center;
}

.sts-rich-content {
	padding: 42px;
	border-radius: 28px;
	border: 1px solid var(--sts-border);
	background: linear-gradient(180deg, rgba(10, 23, 36, 0.92), rgba(7, 17, 27, 0.96));
	box-shadow: var(--sts-shadow);
}

.sts-rich-content > :first-child {
	margin-top: 0;
}

.sts-rich-content > :last-child {
	margin-bottom: 0;
}

.sts-rich-content h2,
.sts-rich-content h3,
.sts-rich-content h4 {
	font-family: "Cormorant Garamond", Georgia, serif;
	color: #fff;
}

.sts-rich-content p,
.sts-rich-content li {
	font-family: "Manrope", Arial, sans-serif;
	color: var(--sts-muted);
	line-height: 1.8;
}

.sts-rich-content a {
	color: var(--sts-gold-soft);
}

.sts-empty-state {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.sts-section-head--split {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 24px;
	align-items: end;
	text-align: left;
}

.sts-section-head--split .sts-copy {
	margin: 0;
	max-width: none;
}

.sts-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sts-post-card {
	overflow: hidden;
	border: 1px solid var(--sts-border);
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(10, 23, 36, 0.95), rgba(7, 17, 27, 0.98));
	box-shadow: var(--sts-shadow);
}

.sts-post-card__image img,
.sts-post-featured img {
	width: 100%;
	height: auto;
	display: block;
}

.sts-post-card__image img {
	aspect-ratio: 1.25 / 1;
	object-fit: cover;
}

.sts-post-card__body {
	padding: 28px 24px;
}

.sts-post-card__meta {
	margin: 0 0 10px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sts-gold-soft);
}

.sts-post-card h2 {
	margin: 0 0 12px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.85rem;
	color: #fff;
}

.sts-post-card p {
	color: var(--sts-muted);
}

.sts-post-card__link {
	display: inline-block;
	margin-top: 12px;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sts-gold-soft);
}

.sts-pagination {
	margin-top: 34px;
	text-align: center;
}

.sts-pagination .nav-links {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.sts-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
	color: rgba(242, 237, 227, 0.84);
}

.sts-pagination .page-numbers.current {
	background: linear-gradient(135deg, var(--sts-gold), var(--sts-gold-soft));
	color: #06101c;
	border-color: transparent;
}

.sts-journal-feature__grid,
.sts-trust-band__grid,
.sts-journal-single__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 24px;
	align-items: stretch;
}

.sts-journal-feature__lead,
.sts-journal-feature__panel,
.sts-trust-band__panel,
.sts-journal-sidebar__panel,
.sts-journal-single .sts-rich-content--post,
.sts-journal-cta .sts-empty-state {
	padding: 34px 30px;
	border-radius: 28px;
	border: 1px solid var(--sts-border);
	background: linear-gradient(180deg, rgba(10, 23, 36, 0.95), rgba(7, 17, 27, 0.98));
	box-shadow: var(--sts-shadow);
}

.sts-trust-band__copy {
	padding: 8px 0;
}

.sts-journal-feature__lead h2,
.sts-journal-feature__panel h3,
.sts-journal-sidebar__panel h3 {
	margin: 0 0 14px;
	font-family: "Cormorant Garamond", Georgia, serif;
	color: #fff;
}

.sts-journal-feature__lead h2 {
	font-size: clamp(2.4rem, 3.4vw, 3.8rem);
}

.sts-journal-feature__panel h3,
.sts-journal-sidebar__panel h3 {
	font-size: 1.85rem;
}

.sts-journal-feature__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 20px;
	color: rgba(242, 237, 227, 0.78);
	font-size: 0.92rem;
}

.sts-journal-feature__panel p,
.sts-journal-sidebar__panel p {
	color: var(--sts-muted);
}

.sts-journal-sidebar {
	display: grid;
	gap: 18px;
	align-self: start;
}

.sts-section-head .sts-copy {
	max-width: 720px;
	margin: 0 auto;
}

.sts-services {
	background: linear-gradient(180deg, rgba(8, 19, 31, 0.96), rgba(12, 28, 43, 0.98));
}

.sts-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sts-service-card,
.sts-process-card,
.sts-about-card,
.sts-contact-card,
.sts-form {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--sts-border);
	border-radius: var(--sts-radius);
	background: linear-gradient(180deg, rgba(10, 23, 36, 0.95), rgba(7, 17, 27, 0.98));
	box-shadow: var(--sts-shadow);
}

.sts-service-card {
	padding: 34px 30px;
	min-height: 100%;
	transition: transform 0.28s ease, border-color 0.28s ease;
}

.sts-service-card:hover,
.sts-process-card:hover,
.sts-contact-card:hover {
	transform: translateY(-4px);
	border-color: rgba(196, 161, 90, 0.28);
}

.sts-service-card::before,
.sts-process-card::before,
.sts-form::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(196, 161, 90, 0.75), transparent);
	opacity: 0.65;
}

.sts-service-card--featured {
	background:
		linear-gradient(160deg, rgba(196, 161, 90, 0.12), rgba(7, 17, 27, 0.98) 60%),
		linear-gradient(180deg, rgba(10, 23, 36, 0.95), rgba(7, 17, 27, 0.98));
}

.sts-service-card__eyebrow {
	display: inline-block;
	margin-bottom: 16px;
	padding: 6px 12px;
	border: 1px solid rgba(196, 161, 90, 0.18);
	border-radius: 999px;
	background: rgba(196, 161, 90, 0.1);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sts-gold-soft);
}

.sts-service-card__index {
	position: absolute;
	top: 18px;
	right: 24px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1;
	color: rgba(196, 161, 90, 0.1);
}

.sts-icon-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	border-radius: 18px;
	border: 1px solid rgba(196, 161, 90, 0.18);
	background: rgba(196, 161, 90, 0.08);
	color: var(--sts-gold-soft);
}

.sts-icon-badge svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.sts-service-card h3,
.sts-process-card h3,
.sts-contact-panel h3,
.sts-form h3 {
	margin: 0 0 12px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--sts-gold-soft);
}

.sts-about {
	background: linear-gradient(180deg, rgba(8, 19, 31, 0.98), rgba(8, 19, 31, 0.98));
}

.sts-about-detail__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
	gap: 28px;
	align-items: center;
}

.sts-about-detail__media img {
	width: 100%;
	min-height: 520px;
	object-fit: cover;
	border-radius: 32px;
	border: 1px solid var(--sts-border);
	box-shadow: var(--sts-shadow);
}

.sts-capabilities__grid,
.sts-faq__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sts-faq-stack {
	display: grid;
	gap: 18px;
}

.sts-services-detail__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.sts-service-detail-card {
	padding: 34px 30px;
	border-radius: 28px;
	border: 1px solid var(--sts-border);
	background: linear-gradient(180deg, rgba(10, 23, 36, 0.95), rgba(7, 17, 27, 0.98));
	box-shadow: var(--sts-shadow);
}

.sts-service-detail-card h2 {
	margin: 0 0 12px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem;
	color: #fff;
}

.sts-service-detail-card p {
	margin-top: 0;
	font-family: "Manrope", Arial, sans-serif;
	color: var(--sts-muted);
	line-height: 1.8;
}

.sts-service-card p strong,
.sts-service-detail-card p strong {
	color: #fff;
	font-weight: 700;
}

.sts-trust-band__panel .sts-button-group {
	margin-top: 24px;
}

.sts-detail-list {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
}

.sts-detail-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	list-style: none;
	color: rgba(242, 237, 227, 0.86);
	font-family: "Manrope", Arial, sans-serif;
}

.sts-detail-list .sts-icon-badge {
	width: 32px;
	height: 32px;
	margin: 0;
	border-radius: 10px;
	flex-shrink: 0;
}

.sts-detail-list .sts-icon-badge svg {
	width: 15px;
	height: 15px;
}

.sts-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 44px;
	align-items: center;
}

.sts-about__visual {
	position: relative;
	min-height: 620px;
}

.sts-about__visual::before {
	content: "";
	position: absolute;
	inset: 8% auto auto 12%;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(196, 161, 90, 0.14), transparent 70%);
	filter: blur(6px);
}

.sts-about__photo {
	position: absolute;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: var(--sts-shadow);
}

.sts-about__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sts-about__photo--primary {
	top: 0;
	left: 0;
	width: 76%;
	height: 72%;
}

.sts-about__photo--secondary {
	right: 0;
	bottom: 0;
	width: 48%;
	height: 44%;
}

.sts-about__card {
	position: absolute;
	left: 8%;
	bottom: 8%;
	max-width: 340px;
	padding: 28px 26px;
	border-radius: 26px;
	border: 1px solid rgba(196, 161, 90, 0.2);
	background: rgba(6, 17, 28, 0.84);
	backdrop-filter: blur(16px);
}

.sts-about__card p {
	margin: 0;
}

.sts-about__text .sts-copy {
	max-width: 620px;
}

.sts-check-list {
	display: grid;
	gap: 14px;
	margin: 30px 0 34px;
	padding: 0;
}

.sts-check-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	list-style: none;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.98rem;
	line-height: 1.7;
	color: rgba(242, 237, 227, 0.84);
}

.sts-check-list .sts-icon-badge {
	width: 34px;
	height: 34px;
	margin: 0;
	flex-shrink: 0;
	border-radius: 10px;
}

.sts-check-list .sts-icon-badge svg {
	width: 16px;
	height: 16px;
}

.sts-about__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.sts-about__stat {
	padding: 22px 16px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid var(--sts-border);
	background: rgba(10, 24, 37, 0.9);
}

.sts-about__stat strong {
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
}

.sts-about__stat span {
	display: block;
	margin-top: 7px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(216, 225, 234, 0.62);
}

.sts-process {
	background:
		linear-gradient(180deg, rgba(12, 29, 43, 0.92), rgba(8, 19, 31, 0.96)),
		url("../images/night-operations.jpeg") center/cover no-repeat;
}

.sts-process::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 17, 27, 0.95), rgba(7, 17, 27, 0.88));
}

.sts-process .sts-shell,
.sts-process .sts-cta {
	position: relative;
	z-index: 1;
}

.sts-process__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.sts-process-card {
	padding: 34px 28px;
}

.sts-process-card__index {
	display: inline-block;
	margin-bottom: 16px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1;
	color: rgba(196, 161, 90, 0.26);
}

.sts-cta {
	margin-top: 62px;
	padding: 54px 48px;
	border-radius: 34px;
	border: 1px solid rgba(196, 161, 90, 0.2);
	background:
		linear-gradient(120deg, rgba(196, 161, 90, 0.12), rgba(10, 24, 37, 0.96) 40%),
		linear-gradient(180deg, rgba(12, 28, 43, 0.96), rgba(8, 19, 31, 0.96));
	text-align: center;
	box-shadow: var(--sts-shadow);
}

.sts-cta .sts-copy {
	max-width: 680px;
	margin: 0 auto 28px;
}

.sts-contact {
	background: linear-gradient(180deg, rgba(8, 19, 31, 0.96), rgba(9, 22, 34, 0.98));
}

.sts-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 24px;
	align-items: start;
}

.sts-contact-panel {
	padding: 40px;
	border-radius: 32px;
	border: 1px solid var(--sts-border);
	background:
		linear-gradient(180deg, rgba(12, 28, 43, 0.88), rgba(8, 19, 31, 0.94)),
		url("../images/port-operations.jpeg") center/cover no-repeat;
	box-shadow: var(--sts-shadow);
}

.sts-contact-panel__lead {
	max-width: 480px;
	margin-bottom: 28px;
}

.sts-contact-list {
	display: grid;
	gap: 14px;
}

.sts-contact-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	padding: 16px 18px;
	align-items: center;
}

.sts-contact-card strong {
	display: block;
	margin-bottom: 4px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sts-gold-soft);
}

.sts-contact-card p {
	margin: 0;
	color: #fff;
}

.sts-form {
	padding: 38px;
}

.sts-form__status {
	margin-bottom: 22px;
	padding: 14px 18px;
	border-radius: 18px;
	border: 1px solid rgba(196, 161, 90, 0.22);
	background: rgba(196, 161, 90, 0.08);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.92rem;
	line-height: 1.6;
	color: rgba(242, 237, 227, 0.9);
}

.sts-form__status--success {
	border-color: rgba(34, 197, 94, 0.28);
	background: rgba(34, 197, 94, 0.12);
}

.sts-form__status--error {
	border-color: rgba(248, 113, 113, 0.28);
	background: rgba(248, 113, 113, 0.12);
}

.sts-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.sts-field {
	margin-bottom: 18px;
}

.sts-field label {
	display: block;
	margin-bottom: 8px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 0.98rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: var(--sts-gold-soft);
}

.sts-field input,
.sts-field select,
.sts-field textarea {
	width: 100%;
	padding: 15px 17px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(8, 19, 31, 0.92);
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.96rem;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.sts-field input:focus,
.sts-field select:focus,
.sts-field textarea:focus {
	outline: none;
	border-color: rgba(196, 161, 90, 0.55);
	box-shadow: 0 0 0 4px rgba(196, 161, 90, 0.1);
}

.sts-field textarea {
	min-height: 140px;
	resize: vertical;
}

.sts-field--honeypot {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.sts-site-footer {
	position: relative;
	z-index: 2;
	padding: 36px 0 50px;
	border-top: 1px solid var(--sts-border);
	background: rgba(6, 14, 22, 0.9);
}

.sts-site-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
}

.sts-site-footer__brand {
	display: flex;
	align-items: center;
	gap: 16px;
}

.sts-site-footer__brand p,
.sts-site-footer__legal p {
	margin: 0;
}

.sts-site-footer__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(216, 225, 234, 0.7);
}

.sts-site-footer__legal {
	grid-column: 1 / -1;
	padding-top: 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	text-align: center;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1200px) {
	.sts-services__grid,
	.sts-process__grid,
	.sts-capabilities__grid,
	.sts-faq__grid,
	.sts-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sts-about__grid,
	.sts-about-detail__grid,
	.sts-journal-feature__grid,
	.sts-trust-band__grid,
	.sts-journal-single__grid,
	.sts-section-head--split,
	.sts-contact__grid,
	.sts-site-footer__inner {
		grid-template-columns: 1fr;
	}

	.sts-services-detail__grid {
		grid-template-columns: 1fr;
	}

	.sts-site-footer__legal {
		text-align: left;
	}
}

@media (max-width: 920px) {
	:root {
		--sts-shell: min(100vw - 32px, 1280px);
	}

	.sts-nav-toggle {
		display: inline-flex;
	}

	.sts-nav {
		position: absolute;
		top: calc(100% + 12px);
		right: 16px;
		left: 16px;
		display: grid;
		gap: 12px;
		padding: 18px;
		border: 1px solid var(--sts-border);
		border-radius: 24px;
		background: rgba(6, 15, 24, 0.96);
		backdrop-filter: blur(18px);
		box-shadow: var(--sts-shadow);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	}

	.sts-nav.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.sts-nav a {
		padding: 8px 0;
	}

	.sts-lang-switcher {
		justify-content: center;
	}

	.sts-stats,
	.sts-about__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sts-about__visual {
		min-height: 520px;
	}
}

@media (max-width: 767px) {
	.sts-section {
		padding: 92px 0;
	}

	.sts-hero {
		min-height: auto;
		padding-top: 138px;
	}

	.sts-title {
		line-height: 1.04;
	}

	.sts-services__grid,
	.sts-process__grid,
	.sts-capabilities__grid,
	.sts-faq__grid,
	.sts-post-grid,
	.sts-stats,
	.sts-form__row,
	.sts-about__stats,
	.sts-services-detail__grid {
		grid-template-columns: 1fr;
	}

	.sts-about__visual {
		min-height: 440px;
	}

	.sts-about__photo--primary {
		position: relative;
		width: 100%;
		height: 320px;
	}

	.sts-about__photo--secondary,
	.sts-about__card {
		position: relative;
		width: 100%;
		height: auto;
		right: auto;
		left: auto;
		bottom: auto;
		margin-top: 18px;
	}

	.sts-contact-panel,
	.sts-form,
	.sts-cta,
	.sts-rich-content,
	.sts-journal-feature__lead,
	.sts-journal-feature__panel,
	.sts-trust-band__panel,
	.sts-journal-sidebar__panel,
	.sts-journal-cta .sts-empty-state {
		padding: 30px 22px;
	}

	.sts-brand img,
	.sts-site-footer__brand img {
		width: 52px;
	}

	.sts-brand__name {
		font-size: 1.35rem;
	}

	.sts-page-hero__meta {
		gap: 8px 12px;
		font-size: 0.75rem;
	}
}
