:root {
	--gw-primary: #f6d379;
	--gw-dark: #0a211e;
	--gw-soft-gray: #fff8f3;
	--gw-white: #ffffff;
	--gw-ink: #132824;
	--gw-muted: rgba(10, 33, 30, 0.7);
	--gw-border: rgba(10, 33, 30, 0.14);
	--gw-radius: 8px;
	--gw-shadow: 0 24px 80px rgba(10, 33, 30, 0.14);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--gw-soft-gray);
	color: var(--gw-dark);
	font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1180px;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.24em;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

a:hover {
	color: var(--gw-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.14px currentColor;
	color: inherit;
	font-family: "Bodoni Moda", Georgia, serif;
	font-synthesis: none;
	font-variation-settings: "opsz" 48, "wght" 600;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.98;
	margin-top: 0;
	text-rendering: auto;
}

p {
	font-size: 0.95rem;
	margin-top: 0;
}

img,
svg {
	display: block;
	max-width: 100%;
}

.wp-site-blocks {
	min-height: 100vh;
	overflow-x: clip;
}

.wp-site-blocks > * {
	margin-block-start: 0;
}

.wp-block-button__link,
.wp-element-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	min-height: 54px;
	padding: 0.95rem 1.65rem;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wp-block-button__link:hover,
.wp-element-button:hover {
	transform: translateY(-1px);
}

.is-style-outline > .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link {
	border-color: currentColor;
}

.gw-site-header {
	--gw-header-height: 88px;
	background: transparent;
	color: var(--gw-dark);
	margin-block-end: 0;
	padding: 0;
	position: absolute;
	top: var(--gw-admin-bar-offset, 0px);
	width: 100%;
	z-index: 20;
}

body:not(.home) .gw-site-header {
	color: var(--gw-white);
}

body:not(.home) .gw-site-header .gw-main-nav a {
	color: var(--gw-white) !important;
}

body:not(.home) .gw-site-header .gw-main-nav a:hover {
	color: var(--gw-primary) !important;
}

.gw-sticky-header {
	--gw-header-height: 74px;
	background: var(--gw-white);
	box-shadow: 0 18px 42px rgba(10, 33, 30, 0.1);
	color: var(--gw-dark);
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: var(--gw-admin-bar-offset, 0px);
	transform: translate3d(0, -110%, 0);
	transition: transform 280ms ease, opacity 220ms ease;
	z-index: 100;
}

.gw-sticky-header.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.gw-sticky-header__inner {
	height: var(--gw-header-height);
	margin-bottom: -1px;
}

.gw-sticky-header .gw-main-nav a {
	color: var(--gw-dark) !important;
}

.gw-sticky-header .gw-main-nav a:hover {
	color: var(--gw-primary);
}

.gw-sticky-header .gw-logo svg {
	height: auto;
	width: 170px;
}

.gw-sticky-header .gw-logo img {
	width: 170px !important;
}

.gw-sticky-header .gw-header-actions .gw-button-block.is-dark {
	align-self: center;
	height: auto;
}

.gw-sticky-header .gw-header-actions .gw-button-block.is-dark .gw-component-button {
	background: transparent;
	border: 2px solid var(--gw-dark);
	color: var(--gw-dark);
	height: auto;
	min-height: 48px;
	padding: 0.85rem 1.35rem;
}

.gw-sticky-header .gw-header-actions .gw-button-block.is-dark .gw-component-button:hover {
	background: var(--gw-dark);
	border-color: var(--gw-dark);
	color: var(--gw-white);
}

.gw-sticky-header .gw-menu-toggle {
	color: var(--gw-dark);
}

body.admin-bar {
	--gw-admin-bar-offset: 32px;
}

@media (max-width: 782px) {
	body.admin-bar {
		--gw-admin-bar-offset: 46px;
	}
}

.gw-header-inner {
	align-items: center;
	background: transparent;
	box-sizing: border-box;
	box-shadow: none;
	display: grid;
	column-gap: clamp(2.25rem, 6vw, 7.5rem);
	grid-template-areas: "brand nav spacer actions";
	grid-template-columns: auto auto 1fr auto;
	height: var(--gw-header-height);
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-block-start: 0;
	max-width: none !important;
	padding-inline: clamp(1.25rem, 4vw, 5rem);
	position: relative;
	width: 100%;
}

.gw-header-inner > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.gw-menu-toggle {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 1px solid currentColor;
	color: var(--gw-white);
	cursor: pointer;
	display: none;
	grid-area: toggle;
	height: 44px;
	justify-content: center;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 44px;
	z-index: 45;
}

.gw-menu-toggle span {
	background: currentColor;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform 180ms ease;
	width: 18px;
}

.gw-menu-toggle span:first-child {
	transform: translateY(-4px);
}

.gw-menu-toggle span:last-child {
	transform: translateY(4px);
}

.gw-header-inner.is-menu-open .gw-menu-toggle span:first-child {
	transform: rotate(45deg);
}

.gw-header-inner.is-menu-open .gw-menu-toggle span:last-child {
	transform: rotate(-45deg);
}

.gw-logo {
	align-items: center;
	display: flex;
	height: var(--gw-header-height);
	margin: 0;
}

.gw-logo a {
	display: inline-flex;
	line-height: 0;
	text-decoration: none;
}

.gw-logo img,
.gw-logo svg {
	height: auto;
	max-height: 38px;
	object-fit: contain;
	width: 188px;
}

.gw-brand {
	align-items: center;
	display: flex;
	grid-area: brand;
	height: var(--gw-header-height);
	justify-self: start;
	line-height: 0;
	padding-left: 0;
}

.gw-main-nav {
	align-items: center;
	display: flex;
	grid-area: nav;
	height: var(--gw-header-height);
	justify-self: start;
	line-height: 0;
	padding-left: 0;
}

.gw-main-nav .wp-block-navigation__responsive-container,
.gw-main-nav .wp-block-navigation__responsive-close,
.gw-main-nav .wp-block-navigation__responsive-dialog,
.gw-main-nav .wp-block-navigation__responsive-container-content {
	align-items: center;
	display: flex;
	height: var(--gw-header-height);
	margin: 0;
	padding: 0;
}

.gw-main-nav .wp-block-navigation__container {
	align-items: center;
	gap: 1.75rem;
	height: var(--gw-header-height);
	line-height: 1;
	margin: 0;
	padding: 0;
}

.gw-main-nav__list {
	align-items: center;
	display: flex;
	gap: 1.75rem;
	height: var(--gw-header-height);
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.gw-main-nav .wp-block-navigation-item {
	align-items: center;
	display: flex;
	height: var(--gw-header-height);
	margin: 0;
	padding: 0;
}

.gw-main-nav__list li {
	align-items: center;
	display: flex;
	height: var(--gw-header-height);
	margin: 0;
	padding: 0;
}

.gw-main-nav .wp-block-navigation-item__content {
	align-items: center;
	display: inline-flex;
	height: var(--gw-header-height);
	line-height: var(--gw-header-height);
	padding: 0 !important;
}

.gw-main-nav a {
	align-items: center;
	color: var(--gw-white) !important;
	display: inline-flex;
	font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 600;
	height: var(--gw-header-height);
	line-height: 1;
}

.gw-main-nav .wp-block-navigation-item__label {
	align-items: center;
	display: inline-flex;
	height: var(--gw-header-height);
	line-height: 1;
}

.gw-main-nav a:hover {
	color: var(--gw-primary);
}

.gw-header-actions {
	align-items: center;
	display: flex;
	gap: 1rem;
	grid-area: actions;
	height: var(--gw-header-height);
	justify-self: end;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.gw-header-actions .gw-button-block.is-dark {
	align-self: center;
	display: flex;
	height: auto;
	margin: 0;
}

.gw-header-actions .gw-button-block.is-dark .gw-component-button {
	background: var(--gw-white);
	border-color: var(--gw-white);
	border-width: 2px;
	color: var(--gw-dark);
	height: auto;
	min-height: 52px;
	padding-bottom: 0.85rem;
	padding-left: 1.35rem;
	padding-right: 1.35rem;
	padding-top: 0.85rem;
}

.gw-header-actions .gw-button-block.is-dark .gw-component-button:hover {
	background: transparent;
	border-color: var(--gw-white);
	color: var(--gw-white);
}

.gw-social-links {
	align-items: center;
	gap: 0.65rem;
	height: var(--gw-header-height);
	line-height: 0;
	margin: 0;
	padding: 0;
}

.gw-social-links .wp-social-link,
.gw-social-links .wp-block-social-link-anchor {
	align-items: center;
	display: inline-flex;
	height: var(--gw-header-height);
	justify-content: center;
	margin: 0;
}

.gw-social-links .wp-social-link {
	color: var(--gw-white) !important;
}

.gw-social-links .wp-block-social-link-anchor {
	color: var(--gw-white) !important;
	fill: currentColor;
}

.gw-social-links .wp-social-link:hover {
	color: var(--gw-primary);
	transform: translateY(-1px);
}

.gw-hero {
	background: var(--gw-dark);
	color: var(--gw-white);
	display: grid;
	grid-template-rows: 1fr auto;
	margin-block-start: 0;
	min-height: calc(100vh - var(--gw-admin-bar-offset, 0px));
	padding-bottom: clamp(1.5rem, 4vh, 3rem) !important;
	padding-top: max(120px, 10vh) !important;
	position: relative;
	overflow: hidden;
}

.gw-hero::before {
	background: url("../images/rings_img.png") right -225px top 55% / 450px 450px no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 1;
}

.gw-hero-grid {
	align-items: center;
	align-self: center;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.92fr);
	position: static;
	width: 100%;
	z-index: 1;
}

.gw-hero-copy {
	max-width: 820px;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.gw-hero h1 {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.18px currentColor;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(2.6rem, 4.55vw, 4.55rem);
	font-variation-settings: "opsz" 48, "wght" 600;
	font-weight: 600;
	font-synthesis: none;
	letter-spacing: 0;
	line-height: 0.92;
	max-width: 820px;
	overflow-wrap: normal;
	text-rendering: auto;
}

.gw-hero h1 em {
	font-style: italic;
}

.gw-hero-copy .gw-lead {
	margin-left: clamp(1.5rem, 5vw, 4.75rem) !important;
	margin-top: clamp(1.5rem, 3vh, 2.25rem);
	max-width: 350px !important;
	width: 350px;
}

.gw-eyebrow {
	color: var(--gw-primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.gw-lead {
	color: currentColor;
	max-width: 350px;
	opacity: 0.82;
}

.gw-button-row {
	margin-top: clamp(2.5rem, 5vh, 4rem);
}

.gw-hero-image {
	bottom: 0;
	height: auto;
	left: 50%;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 0;
}

.gw-hero-image__slide {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	position: absolute;
	transform: scale(1.08);
	transform-origin: center;
	transition: opacity 700ms ease;
	will-change: opacity, transform;
	width: 100%;
	z-index: 0;
}

.gw-hero-image__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.gw-hero-image__slide.is-zooming {
	animation: gw-hero-image-zoom 4000ms linear forwards;
}

.gw-hero-image::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.18) 16%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.46) 100%);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

@keyframes gw-hero-image-zoom {
	from {
		transform: scale(1.08);
	}

	to {
		transform: scale(1.13);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gw-hero-image__slide {
		transition: none;
	}

	.gw-hero-image__slide.is-zooming {
		animation: none;
	}

	.gw-hero-image__slide.is-active {
		transform: none;
	}
}

.gw-hero-services {
	align-self: end;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: none !important;
	padding-top: clamp(1.5rem, 4vh, 3rem);
	position: relative;
	width: 100vw;
	z-index: 1;
}

.gw-hero-services > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none;
}

.gw-hero-divider {
	background: rgba(255, 255, 255, 0.24);
	border: 0;
	height: 1px;
	margin: 0 0 1.5rem;
	max-width: none !important;
	width: 100% !important;
}

.gw-hero-service-list {
	display: grid !important;
	gap: 0 !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.gw-hero-service-list .wp-block-column {
	margin: 0 !important;
	padding: 0 clamp(1.25rem, 3vw, 4rem);
}

.gw-hero-service-item {
	align-items: center;
	gap: 0.85rem;
	justify-content: flex-start;
	margin: 0;
	white-space: nowrap;
}

.gw-hero-service-index {
	color: var(--gw-primary);
	flex: 0 0 auto;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	margin: 0;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	text-transform: uppercase;
}

.gw-hero-service-name {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(0.95rem, 1.3vw, 1.1rem);
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.56);
}

.gw-button-primary .wp-block-button__link {
	background: var(--gw-primary);
	color: var(--gw-dark);
}

.gw-button-primary .wp-block-button__link:hover {
	background: var(--gw-white);
	color: var(--gw-dark);
}

.gw-button-secondary .wp-block-button__link {
	background: transparent;
	color: currentColor;
}

.gw-button-secondary .wp-block-button__link:hover {
	background: var(--gw-primary);
	border-color: var(--gw-primary);
	color: var(--gw-dark);
}

.gw-button-block {
	align-items: center;
	display: inline-flex;
	margin: 0;
}

.gw-component-button {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 0;
	gap: 0.45rem;
	display: inline-flex;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gw-component-button__icon {
	fill: none;
	flex: 0 0 auto;
	height: 1em;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 1em;
}

.gw-component-button__icon--arrow {
	height: 0.72em;
	order: 2;
	width: 1.55em;
}

.gw-button-label {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.18px currentColor;
	display: inline-block;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 1.28rem;
	font-style: italic;
	font-variation-settings: "opsz" 48, "wght" 600;
	font-weight: 900;
}

.gw-button-block.is-outline .gw-button-label,
.gw-header-actions .gw-button-block.is-dark .gw-button-label,
.gw-sticky-header .gw-header-actions .gw-button-block.is-dark .gw-button-label {
	-webkit-text-stroke: 0;
	font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: inherit;
	font-style: normal;
	font-variation-settings: normal;
	font-weight: 650;
}

.gw-component-button:hover {
	transform: translateY(-1px);
}

.gw-button-block.is-primary .gw-component-button {
	background: var(--gw-primary);
	border-color: var(--gw-primary);
	color: var(--gw-dark);
}

.gw-button-block.is-primary .gw-component-button:hover {
	background: var(--gw-white);
	border-color: var(--gw-white);
	color: var(--gw-dark);
}

.gw-button-block.is-outline .gw-component-button {
	background: transparent;
	border-color: currentColor;
	color: currentColor;
}

.gw-button-block.is-outline .gw-component-button:hover {
	background: var(--gw-primary);
	border-color: var(--gw-primary);
	color: var(--gw-dark);
}

.gw-button-block.is-ghost .gw-component-button {
	background: rgba(246, 211, 121, 0.14);
	border-color: transparent;
	color: currentColor;
}

.gw-button-block.is-ghost .gw-component-button:hover {
	background: var(--gw-primary);
	color: var(--gw-dark);
}

.gw-button-block.is-dark .gw-component-button {
	background: #000000;
	border-color: #000000;
	border-radius: 0;
	color: var(--gw-white);
}

.gw-button-block.is-dark .gw-component-button:hover {
	background: var(--gw-dark);
	border-color: var(--gw-dark);
	color: var(--gw-white);
}

.gw-button-block.is-xs .gw-component-button {
	font-size: 0.82rem;
	min-height: 40px;
	padding: 0.7rem 1rem;
}

.gw-button-block.is-sm .gw-component-button {
	font-size: 0.9rem;
	min-height: 48px;
	padding: 0.9rem 1.35rem;
}

.gw-button-block.is-md .gw-component-button {
	font-size: 1rem;
	min-height: 58px;
	padding: 1.05rem 1.9rem;
}

.gw-button-block.is-lg .gw-component-button {
	font-size: 1.08rem;
	min-height: 72px;
	padding: 1.35rem 2.75rem;
}

.gw-section-heading-block {
	color: var(--gw-dark);
	margin: 0;
	max-width: 760px;
	width: 100%;
}

.gw-section-heading-block.is-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.gw-section-heading-block.is-left {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

.gw-section-heading-block.is-right {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}

.gw-section-heading-block__title {
	color: inherit;
	font-family: "Bodoni Moda", Georgia, "Times New Roman", serif;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0;
	text-wrap: balance;
}

.gw-section-heading-block__subtitle {
	color: rgba(10, 33, 30, 0.68);
	font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	text-wrap: balance;
}

.gw-section-heading-block.is-left .gw-section-heading-block__subtitle {
	margin-left: 0;
	margin-right: auto;
}

.gw-section-heading-block.is-center .gw-section-heading-block__subtitle {
	margin-left: auto;
	margin-right: auto;
}

.gw-section-heading-block.is-right .gw-section-heading-block__subtitle {
	margin-left: auto;
	margin-right: 0;
}

.gw-section-heading-block.is-compact {
	max-width: 560px;
}

.gw-section-heading-block.is-compact .gw-section-heading-block__title {
	font-size: clamp(1.75rem, 2.35vw, 2.8rem);
	line-height: 1;
}

.gw-section-heading-block.is-compact .gw-section-heading-block__subtitle {
	font-size: clamp(0.95rem, 1.05vw, 1.05rem);
	line-height: 1.55;
	margin-top: 0.7rem;
	max-width: 520px;
}

.gw-section-heading-block.is-heading {
	max-width: 720px;
}

.gw-section-heading-block.is-heading .gw-section-heading-block__title {
	font-size: clamp(2rem, 3.4vw, 3.9rem);
	line-height: 1;
}

.gw-section-heading-block.is-heading .gw-section-heading-block__subtitle {
	font-size: clamp(0.98rem, 1.12vw, 1.08rem);
	line-height: 1.62;
	margin-top: clamp(0.85rem, 1.6vw, 1.2rem);
	max-width: 760px;
}

.gw-section-heading-block.is-display {
	max-width: 760px;
}

.gw-section-heading-block.is-display .gw-section-heading-block__title {
	font-size: clamp(2.6rem, 5vw, 5.6rem);
	line-height: 0.96;
}

.gw-section-heading-block.is-display .gw-section-heading-block__subtitle {
	font-size: clamp(0.98rem, 1.18vw, 1.15rem);
	line-height: 1.65;
	margin-top: clamp(1rem, 2vw, 1.45rem);
	max-width: 820px;
}

.gw-section-heading-block.is-editorial {
	max-width: 840px;
}

.gw-section-heading-block.is-editorial .gw-section-heading-block__title {
	font-size: clamp(2.35rem, 5vw, 5.25rem);
	line-height: 0.98;
}

.gw-section-heading-block.is-editorial .gw-section-heading-block__subtitle {
	font-size: clamp(0.98rem, 1.18vw, 1.15rem);
	line-height: 1.65;
	margin-top: clamp(1rem, 2vw, 1.45rem);
	max-width: 860px;
}

.gw-hero-panel {
	background: var(--gw-primary);
	border-radius: var(--gw-radius);
	color: var(--gw-dark);
	max-width: 480px;
	min-width: 0;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.gw-panel-number {
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(4rem, 10vw, 8rem);
	font-weight: 600;
	line-height: 0.85;
	margin-bottom: 1rem;
}

.gw-panel-title {
	font-size: clamp(1.45rem, 3vw, 2.35rem);
}

.gw-separator {
	border-color: rgba(10, 33, 30, 0.28);
	margin: 1.5rem 0;
}

.gw-section {
	background: var(--gw-soft-gray);
}

.gw-feature-strip {
	background: var(--gw-soft-gray);
	border-bottom: 1px solid #f4e7de;
	padding-bottom: 0;
	margin-block-start: 0 !important;
}

.gw-feature-strip-grid {
	align-items: stretch !important;
	display: grid !important;
	gap: 0 !important;
	grid-auto-rows: clamp(220px, 24vw, 340px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.gw-feature-strip-grid > .wp-block-column {
	flex-basis: auto !important;
	margin: 0 !important;
}

.gw-feature-tile {
	height: clamp(220px, 24vw, 340px);
	margin: 0 !important;
	min-height: 0;
	overflow: hidden;
}

.gw-feature-tile--text,
.gw-feature-tile--green,
.gw-feature-tile--dark {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(1.25rem, 3vw, 3rem);
	text-align: left;
}

.gw-feature-tile--text {
	background: var(--gw-soft-gray);
	color: var(--gw-dark);
}

.gw-feature-tile--dark {
	background: #f4e7de;
	color: var(--gw-dark);
}

.gw-feature-tile--green {
	background: var(--gw-white);
	color: var(--gw-dark);
}

.gw-feature-tile--text .gw-feature-title,
.gw-feature-tile--green .gw-feature-title,
.gw-feature-tile--dark .gw-feature-title {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.14px currentColor;
	font-variation-settings: "opsz" 48, "wght" 600;
	font-weight: 600;
	font-synthesis: none;
	text-rendering: auto;
}

.gw-feature-image {
	height: 100%;
	margin: 0 !important;
	width: 100%;
}

.gw-feature-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gw-feature-kicker {
	color: var(--gw-dark);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0;
	text-transform: uppercase;
}

.gw-feature-title {
	font-size: clamp(1.35rem, 2vw, 2.5rem);
	line-height: 1.04;
	margin: auto 0 1rem;
	max-width: 380px;
}

.gw-feature-tile--headline {
	justify-content: flex-end;
}

.gw-feature-tile--headline .gw-feature-title {
	margin: 0;
	max-width: 420px;
}

.gw-feature-tile--stat {
	justify-content: space-between;
}

.gw-feature-number {
	color: var(--gw-dark);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(4.5rem, 8vw, 8.75rem);
	font-variation-settings: "opsz" 48, "wght" 600;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.8;
	margin: auto 0 1rem;
}

.gw-feature-lucide {
	align-items: center;
	color: var(--gw-dark);
	display: flex;
	height: clamp(44px, 5vw, 72px);
	justify-content: center;
	margin: auto 0 1.25rem;
	width: clamp(44px, 5vw, 72px);
}

.gw-feature-lucide svg {
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 0.72;
	width: 100%;
}

.gw-feature-tile--icon .gw-feature-title {
	margin: 0 0 1rem;
	max-width: 360px;
}

.gw-feature-tile--icon {
	gap: clamp(1.1rem, 2vw, 1.75rem);
	justify-content: flex-end;
}

.gw-feature-tile--icon .gw-feature-lucide {
	margin: 0;
}

.gw-feature-tile--icon .gw-feature-title {
	margin: 0;
}

.gw-feature-tags {
	align-items: center;
	color: rgba(10, 33, 30, 0.66);
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.2rem;
	margin-top: clamp(1.4rem, 3vw, 2.25rem);
}

.gw-feature-tags span {
	align-items: center;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 600;
	gap: 0.45rem;
	line-height: 1;
	text-transform: uppercase;
}

.gw-feature-tags svg {
	fill: none;
	height: 1.35em;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
	width: 1.35em;
}

.gw-feature-copy {
	color: currentColor;
	margin: 0;
	max-width: 360px;
	opacity: 0.72;
}

.gw-section-heading {
	margin-bottom: 2.5rem;
	max-width: 820px;
}

.gw-card-grid {
	gap: 1rem;
}

.gw-service-card {
	background: var(--gw-white);
	border: 1px solid var(--gw-border);
	border-radius: var(--gw-radius);
	box-shadow: 0 1px 0 rgba(10, 33, 30, 0.04);
	padding: clamp(1.25rem, 3vw, 2rem);
}

.gw-service-card h3 {
	font-size: 1.6rem;
	margin-bottom: 0.75rem;
}

.gw-service-card p {
	color: var(--gw-muted);
}

.gw-icon {
	align-items: center;
	background: var(--gw-primary);
	border-radius: 999px;
	color: var(--gw-dark);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 1.5rem;
	width: 48px;
}

.gw-icon svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 24px;
}

.gw-process-statement {
	align-items: center;
	background: var(--gw-soft-gray);
	color: var(--gw-dark);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-block-start: 0 !important;
	min-height: clamp(440px, 56vh, 640px);
	overflow: hidden;
	padding: clamp(5rem, 12vw, 10rem) clamp(1rem, 4vw, 3rem);
	position: relative;
	text-align: center;
}

.gw-process-statement__title {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.18px currentColor;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(2.7rem, 5vw, 5.8rem);
	font-variation-settings: "opsz" 48, "wght" 600;
	font-weight: 600;
	font-synthesis: none;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	text-rendering: auto;
	z-index: 4;
}

.gw-process-statement__title .gw-process-line {
	align-items: center;
	display: block;
	white-space: nowrap;
}

.gw-process-statement__title em {
	font-style: italic;
}

.gw-inline-icon {
	color: #d1c5bd;
	display: inline-block;
	fill: none;
	height: 0.72em;
	margin: 0 0.11em;
	max-width: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 0.82;
	vertical-align: -0.05em;
	width: 0.72em;
}

.gw-process-statement__copy {
	color: rgba(10, 33, 30, 0.68);
	font-size: clamp(0.95rem, 1.25vw, 1.15rem);
	line-height: 1.65;
	margin: clamp(1.8rem, 4vw, 3rem) auto 0;
	max-width: 560px !important;
	position: relative;
	width: min(560px, 100%);
	z-index: 4;
}

.gw-mini-cta {
	background: rgba(255, 255, 255, 0.68);
	border-bottom: 1px solid rgba(10, 33, 30, 0.12);
	border-top: 1px solid rgba(10, 33, 30, 0.1);
	margin-block-start: 0 !important;
	padding: clamp(1.5rem, 3vw, 2.35rem) clamp(1rem, 4vw, 3rem);
	width: 100%;
}

.gw-mini-cta + .gw-projects {
	margin-block-start: 0 !important;
	padding-top: 0 !important;
}

.gw-mini-cta__inner {
	align-items: center;
	display: grid;
	gap: clamp(1.25rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto !important;
	max-width: 1180px !important;
	padding: clamp(1.25rem, 2.4vw, 2rem) clamp(1.25rem, 3vw, 2.5rem);
	width: min(100%, 1180px);
}

.gw-mini-cta__copy,
.gw-mini-cta__action {
	margin: 0 !important;
	min-width: 0;
}

.gw-mini-cta__title {
	color: var(--gw-dark);
	font-size: clamp(1.75rem, 2.35vw, 2.8rem);
	line-height: 1;
	margin: 0;
}

.gw-mini-cta__text {
	color: rgba(10, 33, 30, 0.68);
	font-size: clamp(0.95rem, 1.05vw, 1.05rem);
	line-height: 1.55;
	margin: 0.7rem 0 0;
	max-width: 520px;
}

.gw-mini-cta__copy .gw-section-heading-block {
	margin: 0;
}

.gw-mini-cta__action {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	justify-self: end;
}

.gw-mini-cta__note {
	color: rgba(10, 33, 30, 0.58);
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.45;
	margin: 0;
	max-width: 170px;
}

.gw-projects {
	background: var(--gw-soft-gray);
	margin-block-start: 0 !important;
	padding-inline: 0 !important;
	padding-top: 0 !important;
}

.gw-projects-split {
	display: grid !important;
	gap: 0 !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	height: clamp(700px, 78vh, 900px);
	margin: 0 !important;
	max-width: none !important;
	min-height: 0;
	width: 100% !important;
}

.gw-projects-media {
	height: 100%;
	margin: 0 !important;
	min-height: 0;
	overflow: hidden;
	width: 100%;
}

.gw-projects-media img {
	display: block;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

.gw-projects-content {
	align-items: center;
	background: var(--gw-dark);
	color: var(--gw-white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 !important;
	min-height: 0;
	overflow: hidden;
	padding: clamp(2.5rem, 5vw, 5.25rem);
	position: relative;
}

.gw-projects-content::before {
	background: url("../images/rings_img.png") center / contain no-repeat;
	bottom: 0;
	content: "";
	height: 450px;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	right: 0;
	transform: translate(50%, 50%);
	width: 450px;
	z-index: 0;
}

.gw-projects-content > * {
	position: relative;
	width: min(100%, 800px);
	z-index: 1;
}

.gw-projects-eyebrow {
	color: var(--gw-primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin: 0 0 clamp(1.4rem, 2vw, 2rem);
	text-transform: uppercase;
}

.gw-projects-content .wp-block-heading {
	color: var(--gw-white);
	font-size: clamp(3rem, 4.8vw, 5.8rem);
	line-height: 0.95;
	margin: 0;
	max-width: 820px;
	text-wrap: normal;
}

.gw-projects-content .gw-section-heading-block {
	color: var(--gw-white);
	max-width: 720px;
}

.gw-projects-content .gw-section-heading-block__title {
	color: var(--gw-white);
	font-size: clamp(2.45rem, 3.8vw, 4.65rem);
	line-height: 0.98;
	margin: 0;
	max-width: 720px;
	text-wrap: balance;
}

.gw-projects-details {
	display: grid;
	gap: clamp(1.4rem, 2.5vw, 2.2rem);
	margin-top: clamp(2.2rem, 4vw, 3.5rem);
	max-width: 720px;
	width: 100%;
}

.gw-projects-detail {
	align-items: flex-start;
	display: grid;
	gap: 1.1rem;
	grid-template-columns: auto 1fr;
	padding: 0;
}

.gw-projects-detail svg {
	color: var(--gw-white);
	fill: none;
	height: 1.35rem;
	margin-top: 0.15rem;
	opacity: 0.28;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 1.35rem;
}

.gw-projects-detail strong {
	color: var(--gw-white);
	display: block;
	font: 800 clamp(1.05rem, 1.35vw, 1.35rem)/1.2 "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin-bottom: 0.65rem;
}

.gw-projects-detail span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: clamp(0.98rem, 1.15vw, 1.08rem);
	line-height: 1.65;
}

.gw-projects-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(1.2rem, 3vw, 2.25rem);
	margin-top: clamp(2.8rem, 5vw, 4.25rem);
}

.gw-projects-button {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.18px currentColor;
	align-items: center;
	background: var(--gw-primary);
	color: var(--gw-dark);
	display: inline-flex;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 1.28rem;
	font-style: italic;
	font-variation-settings: "opsz" 48, "wght" 600;
	font-weight: 900;
	line-height: 1;
	gap: 1rem;
	justify-content: center;
	min-height: 4.25rem;
	padding: 1.15rem 2.4rem;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gw-projects-button svg {
	fill: none;
	height: 0.72em;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 1.55em;
}

.gw-projects-button:hover {
	background: var(--gw-white);
	color: var(--gw-dark);
	transform: translateY(-1px);
}

.gw-projects-call {
	align-items: center;
	color: var(--gw-white);
	display: inline-flex;
	gap: 0.95rem;
	text-decoration: none;
}

.gw-projects-call__icon {
	align-items: center;
	color: var(--gw-primary);
	display: inline-flex;
	height: 2.4rem;
	justify-content: center;
	width: 2.4rem;
}

.gw-projects-call__icon svg {
	fill: none;
	height: 1.45rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 1.45rem;
}

.gw-projects-call small,
.gw-projects-call strong {
	display: block;
}

.gw-projects-call small {
	color: rgba(255, 255, 255, 0.72);
	font: 700 0.82rem/1.25 "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gw-projects-call strong {
	color: var(--gw-white);
	font: 800 clamp(1.05rem, 1.35vw, 1.38rem)/1.2 "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

.gw-portfolio {
	background: var(--gw-soft-gray);
	margin-block-start: 0 !important;
	padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 3rem) clamp(4.5rem, 8vw, 7.5rem);
}

.gw-portfolio__intro {
	margin: 0 auto clamp(2rem, 4vw, 3.25rem) !important;
	max-width: min(1120px, 86vw) !important;
}

.gw-portfolio__intro.gw-section-heading-block {
	width: min(100%, 1120px);
}

.gw-portfolio__intro .gw-section-heading-block {
	max-width: min(1120px, 86vw);
}

.gw-portfolio__intro .gw-section-heading-block__subtitle {
	max-width: min(980px, 82vw);
}

.gw-portfolio__title {
	color: var(--gw-dark);
	font-size: clamp(2.6rem, 5vw, 5.6rem);
	line-height: 0.96;
	margin: 0;
}

.gw-portfolio__copy {
	color: rgba(10, 33, 30, 0.68);
	font-size: clamp(0.98rem, 1.18vw, 1.15rem);
	line-height: 1.65;
	margin: clamp(1rem, 2vw, 1.45rem) auto 0;
	max-width: 560px !important;
}

.gw-portfolio__grid {
	display: grid;
	gap: clamp(1rem, 1.6vw, 1.5rem);
	grid-auto-flow: dense;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1440px;
	width: min(100%, 1440px);
}

.gw-portfolio-card {
	background: var(--gw-dark);
	box-shadow: 0 18px 48px rgba(10, 33, 30, 0.12);
	color: var(--gw-white);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.gw-portfolio-card::after {
	content: "";
	position: absolute;
}

.gw-portfolio-card img {
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 420ms ease;
	width: 100%;
}

.gw-portfolio-card:hover img,
.gw-portfolio-card:focus-within img {
	transform: scale(1.045);
}

.gw-portfolio-card h3 {
	background: #000000;
	bottom: 0;
	color: var(--gw-white);
	font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(0.95rem, 1.25vw, 1.2rem);
	font-weight: 600;
	left: 0;
	line-height: 1.15;
	margin: 0;
	padding: 0.85rem 1.1rem;
	position: absolute;
	right: auto;
	transform: translateY(100%);
	transition: transform 220ms ease;
	z-index: 2;
}

.gw-portfolio-card:hover h3,
.gw-portfolio-card:focus-within h3 {
	transform: translateY(0);
}

.gw-portfolio-card--wide {
	grid-column: span 6;
}

.gw-portfolio-card--square {
	grid-column: span 3;
}

.gw-portfolio-card--large {
	grid-column: span 6;
}

.gw-portfolio-card--mid {
	grid-column: span 4;
}

.gw-portfolio-card--wide img,
.gw-portfolio-card--large img {
	aspect-ratio: 2 / 1;
}

.gw-portfolio-card--square img {
	aspect-ratio: 1 / 1;
}

.gw-portfolio-card--mid img {
	aspect-ratio: 1.18 / 1;
}

.gw-portfolio__footer {
	align-items: center;
	display: grid;
	gap: clamp(1.25rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1fr) auto;
	margin: clamp(2rem, 4vw, 3rem) auto 0 !important;
	max-width: 1440px !important;
	width: min(100%, 1440px);
}

.gw-portfolio__footer-text {
	color: rgba(10, 33, 30, 0.68);
	font-size: clamp(0.98rem, 1.18vw, 1.15rem);
	line-height: 1.65;
	margin: 0;
	max-width: 560px;
}

.gw-portfolio__footer .gw-button-block {
	justify-self: end;
}

.gw-reviews {
	background: rgba(255, 255, 255, 0.68);
	border-bottom: 1px solid rgba(10, 33, 30, 0.12);
	border-top: 1px solid rgba(10, 33, 30, 0.1);
	margin-block-start: 0 !important;
	overflow: hidden;
	padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 3rem);
}

.gw-reviews__inner {
	margin: 0 auto !important;
	max-width: 1440px !important;
	width: min(100%, 1440px);
}

.gw-reviews__intro {
	margin: 0 auto clamp(2.5rem, 5vw, 4.75rem) !important;
	max-width: 840px;
	text-align: center;
}

.gw-reviews__intro .gw-section-heading-block {
	margin: 0 auto;
}

.gw-reviews__title {
	color: var(--gw-dark);
	font-size: clamp(2.35rem, 5vw, 5.25rem);
	line-height: 0.98;
	margin: 0;
}

.gw-reviews__rating {
	align-items: center;
	color: rgba(10, 33, 30, 0.62);
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(0.9rem, 1.2vw, 1.05rem);
	gap: 0.65rem;
	justify-content: center;
	line-height: 1.2;
	margin-top: clamp(1rem, 2vw, 1.45rem);
}

.gw-reviews__rating strong {
	align-items: center;
	color: var(--gw-dark);
	display: inline-flex;
	font-weight: 800;
	gap: 0.35rem;
}

.gw-reviews__rating strong span {
	color: var(--gw-primary);
	font-size: 1.45em;
	line-height: 1;
}

.gw-reviews__body {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
}

.gw-reviews__aside {
	color: var(--gw-dark);
	padding-top: clamp(0.5rem, 2vw, 1rem);
}

.gw-reviews__quote {
	color: rgba(10, 33, 30, 0.2);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(5rem, 10vw, 9rem);
	font-weight: 600;
	line-height: 0.7;
	margin-bottom: 1.25rem;
}

.gw-reviews__aside h3 {
	font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(1.6rem, 2.5vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	max-width: 270px;
}

.gw-reviews__controls {
	align-items: center;
	display: flex;
	gap: 0.9rem;
	margin-top: clamp(1.8rem, 4vw, 3rem);
}

.gw-reviews__controls button {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--gw-dark);
	cursor: pointer;
	font: 600 2rem/1 "Open Sans", system-ui, sans-serif;
	padding: 0;
	transition: color 180ms ease, transform 180ms ease;
}

.gw-reviews__controls button:hover {
	color: var(--gw-primary);
	transform: translateX(2px);
}

.gw-reviews__controls button.swiper-button-disabled {
	color: rgba(10, 33, 30, 0.28);
	cursor: default;
	pointer-events: none;
}

.gw-reviews__controls button:first-child:hover {
	transform: translateX(-2px);
}

.gw-reviews__controls span {
	background: rgba(10, 33, 30, 0.2);
	display: block;
	height: 1px;
	width: 90px;
}

.gw-reviews__slider {
	min-width: 0;
	overflow: visible;
	width: 100%;
}

.gw-reviews__track {
	align-items: stretch;
	display: flex;
}

.gw-review-slide {
	display: flex;
	flex-direction: column;
	height: auto;
	padding-bottom: 0.25rem;
}

.gw-review-card {
	background: var(--gw-white);
	box-shadow: 0 18px 60px rgba(10, 33, 30, 0.08);
	color: var(--gw-dark);
	display: flex;
	flex-direction: column;
	gap: 1.35rem;
	min-height: 300px;
	padding: clamp(1.5rem, 2.5vw, 2.25rem);
	position: relative;
}

.gw-review-card::after {
	border-color: var(--gw-white) transparent transparent var(--gw-white);
	border-style: solid;
	border-width: 28px 28px 0 0;
	bottom: -28px;
	content: "";
	left: 0;
	position: absolute;
}

.gw-review-card p {
	color: rgba(10, 33, 30, 0.78);
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
	line-height: 1.7;
	margin: 0;
}

.gw-review-card__stars {
	color: var(--gw-primary);
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	margin-top: auto;
}

.gw-review-card__author {
	color: var(--gw-primary);
	margin-top: 2.4rem;
	padding-left: clamp(1.5rem, 2.5vw, 2.25rem);
}

.gw-review-card__author strong,
.gw-review-card__author small {
	display: block;
	font-family: "Open Sans", system-ui, sans-serif;
}

.gw-review-card__author strong {
	color: var(--gw-dark);
	font-size: 0.95rem;
	line-height: 1.25;
}

.gw-review-card__author small {
	color: rgba(10, 33, 30, 0.58);
	font-size: 0.82rem;
	margin-top: 0.1rem;
}

.gw-services-marquee {
	background: var(--gw-primary);
	color: var(--gw-dark);
	margin-block-start: 0 !important;
	overflow: hidden;
	padding: 1.65rem 0;
}

.gw-services-marquee__track {
	display: flex;
	gap: 2rem;
	width: max-content;
	animation: gw-marquee 36s linear infinite;
}

.gw-services-marquee__list {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 2rem;
}

.gw-services-marquee__list span {
	align-items: center;
	display: inline-flex;
	font-size: clamp(0.9rem, 1.1vw, 1.05rem);
	font-weight: 700;
	gap: 2rem;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.gw-services-marquee__list span::after {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1.1rem;
	mask: url("../images/Wood Icon.svg") center / contain no-repeat;
	opacity: 0.46;
	-webkit-mask: url("../images/Wood Icon.svg") center / contain no-repeat;
	width: 1.15rem;
}

@keyframes gw-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 1rem));
	}
}

@media (prefers-reduced-motion: reduce) {
	.gw-contact-form-section::before {
		transform: scale(1.04);
	}

	.gw-services-marquee__track {
		animation: none;
	}
}

.gw-contact-form-section {
	background: color-mix(in srgb, var(--gw-dark) 78%, #000000);
	color: var(--gw-white);
	isolation: isolate;
	margin-bottom: 0 !important;
	margin-block-start: 0 !important;
	overflow: hidden;
	padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 3rem);
	position: relative;
}

.gw-contact-form-section + .gw-footer,
.gw-contact-form-section + .wp-block-template-part,
.wp-block-template-part:has(.gw-footer) {
	margin-block-start: 0 !important;
	margin-top: 0 !important;
}

.gw-contact-form-section::before {
	background: url("../images/form_bg.jpg") center / cover no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.24;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.gw-contact-form-section__inner {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
	margin: 0 auto !important;
	max-width: 1180px !important;
	position: relative;
	width: min(100%, 1180px);
	z-index: 1;
}

.gw-contact-form {
	background: var(--gw-white);
	color: var(--gw-dark);
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: clamp(1.4rem, 3vw, 2.4rem);
}

.gw-contact-form__row {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gw-contact-form label {
	display: grid;
	gap: 0.45rem;
	margin: 0;
}

.gw-contact-form label span {
	color: rgba(10, 33, 30, 0.72);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.gw-contact-form input,
.gw-contact-form select,
.gw-contact-form textarea {
	background: transparent;
	border: 1px solid rgba(10, 33, 30, 0.18);
	border-radius: 0;
	color: var(--gw-dark);
	font: 500 0.98rem/1.4 "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	min-height: 52px;
	padding: 0.9rem 1rem;
	width: 100%;
}

.gw-contact-form textarea {
	min-height: 130px;
	resize: vertical;
}

.gw-contact-form input:focus,
.gw-contact-form select:focus,
.gw-contact-form textarea:focus {
	border-color: var(--gw-dark);
	outline: 2px solid rgba(246, 211, 121, 0.55);
	outline-offset: 0;
}

.gw-contact-form button {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.18px currentColor;
	background: var(--gw-primary);
	border: 2px solid var(--gw-primary);
	color: var(--gw-dark);
	cursor: pointer;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 1.28rem;
	font-style: italic;
	font-variation-settings: "opsz" 48, "wght" 600;
	font-weight: 900;
	line-height: 1;
	min-height: 58px;
	padding: 1rem 1.5rem;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
	width: fit-content;
}

.gw-contact-form button:hover {
	background: var(--gw-white);
	border-color: var(--gw-white);
	transform: translateY(-1px);
}

.gw-contact-form-section__copy {
	margin: 0 !important;
	max-width: 620px;
}

.gw-contact-form-section__copy .gw-eyebrow {
	margin-bottom: 1.1rem;
}

.gw-contact-form-section__copy h2 {
	color: var(--gw-white);
	font-size: clamp(2.6rem, 5vw, 5.4rem);
	line-height: 0.98;
	margin: 0;
}

.gw-contact-form-section__copy > p:not(.gw-eyebrow) {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(0.98rem, 1.18vw, 1.15rem);
	line-height: 1.7;
	margin: clamp(1.25rem, 3vw, 2rem) 0 0;
	max-width: 520px;
}

.gw-template-main {
	background: var(--gw-soft-gray);
	color: var(--gw-dark);
	margin-block-start: 0 !important;
}

.gw-inner-hero {
	align-items: center;
	background: var(--gw-dark);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--gw-white);
	display: flex;
	flex-direction: column;
	margin-block-start: 0 !important;
	min-height: clamp(340px, 40vh, 500px);
	overflow: hidden;
	padding: calc(var(--gw-admin-bar-offset, 0px) + clamp(6rem, 9vw, 8.5rem)) clamp(1rem, 4vw, 3rem) clamp(2.75rem, 5vw, 4.5rem);
	position: relative;
	text-align: center;
}

.gw-inner-hero::before {
	background: rgba(255, 255, 255, 0.16);
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: calc(var(--gw-admin-bar-offset, 0px) + clamp(8.15rem, 11.8vw, 10.9rem));
	transform: translateX(-50%);
	width: min(26vw, 307px);
}

.gw-inner-hero > * {
	position: relative;
	z-index: 1;
}

.gw-breadcrumbs {
	align-items: center;
	color: rgba(255, 255, 255, 0.62);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 0.55rem;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.35;
	margin: 0 auto clamp(1.2rem, 2.4vw, 1.9rem) !important;
	text-transform: none;
}

.gw-breadcrumbs a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.gw-breadcrumbs a:hover {
	color: var(--gw-primary);
}

.gw-breadcrumbs span[aria-hidden="true"] {
	color: var(--gw-primary);
}

.gw-inner-hero__meta,
.gw-inner-hero__meta.wp-block-post-terms {
	color: var(--gw-primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	margin: 0 0 clamp(1.35rem, 2.6vw, 2rem) !important;
	text-transform: uppercase;
}

.gw-inner-hero__meta a {
	color: var(--gw-primary);
	text-decoration: none;
}

.gw-inner-hero__title,
.gw-inner-hero .wp-block-query-title,
.gw-inner-hero .wp-block-post-title {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.18px currentColor;
	color: var(--gw-white);
	font-size: clamp(2.6rem, 4.55vw, 4.55rem);
	font-variation-settings: "opsz" 48, "wght" 600;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0 auto !important;
	max-width: 980px;
	text-wrap: balance;
}

.gw-inner-hero__copy,
.gw-inner-hero .wp-block-term-description {
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(1rem, 1.35vw, 1.22rem);
	line-height: 1.7;
	margin: clamp(1.2rem, 2.6vw, 2rem) auto 0 !important;
	max-width: 680px;
	text-wrap: balance;
}

.gw-inner-hero .wp-block-term-description p {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.gw-single-meta {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.86rem;
	font-weight: 700;
	gap: 0.9rem;
	justify-content: center;
	letter-spacing: 0.04em;
	margin: clamp(1.4rem, 3vw, 2.2rem) auto 0 !important;
	text-transform: uppercase;
}

.gw-single-meta > * {
	margin: 0 !important;
}

.gw-single-meta > * + *::before {
	color: var(--gw-primary);
	content: "/";
	margin-right: 0.9rem;
}

.gw-inner-hero .gw-single-breadcrumbs {
	margin: clamp(1.2rem, 2.4vw, 1.9rem) auto 0 !important;
	max-width: 980px;
}

.gw-template-section {
	margin-block-start: 0 !important;
	padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 3rem);
}

.gw-post-query {
	margin: 0 auto !important;
	max-width: 1440px !important;
	width: min(100%, 1440px);
}

.gw-post-grid {
	display: grid !important;
	gap: clamp(1.1rem, 2.2vw, 2rem) !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.gw-post-card {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(10, 33, 30, 0.1);
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	min-height: 100%;
	overflow: hidden;
}

.gw-post-card > * {
	margin-block-start: 0 !important;
}

.gw-post-card__image {
	background: rgba(10, 33, 30, 0.08);
	margin: 0 !important;
	overflow: hidden;
}

.gw-post-card__image img {
	transition: transform 420ms ease;
	width: 100%;
}

.gw-post-card:hover .gw-post-card__image img {
	transform: scale(1.045);
}

.gw-post-card__terms {
	color: var(--gw-primary);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35;
	margin: clamp(1.2rem, 2vw, 1.6rem) clamp(1.1rem, 2vw, 1.6rem) 0 !important;
	text-transform: uppercase;
}

.gw-post-card__terms a {
	color: var(--gw-dark);
	text-decoration: none;
}

.gw-post-card__title {
	font-size: clamp(1.55rem, 2.6vw, 2.5rem);
	line-height: 1;
	margin: 0.7rem clamp(1.1rem, 2vw, 1.6rem) 0 !important;
}

.gw-post-card__title a {
	color: var(--gw-dark);
	text-decoration: none;
}

.gw-post-card__title a:hover {
	color: color-mix(in srgb, var(--gw-dark) 78%, var(--gw-primary));
}

.gw-post-card__excerpt {
	color: rgba(10, 33, 30, 0.68);
	margin: 1rem clamp(1.1rem, 2vw, 1.6rem) 0 !important;
}

.gw-post-card__excerpt p {
	font-size: 0.95rem;
	line-height: 1.65;
	margin: 0;
}

.gw-post-card__excerpt .wp-block-post-excerpt__more-link {
	color: var(--gw-dark);
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.gw-post-card__date {
	color: rgba(10, 33, 30, 0.52);
	font-size: 0.82rem;
	font-weight: 700;
	margin: auto clamp(1.1rem, 2vw, 1.6rem) clamp(1.2rem, 2vw, 1.6rem) !important;
	padding-top: 1.5rem;
}

.gw-cpt-grid {
	display: grid !important;
	gap: clamp(1.1rem, 2.2vw, 2rem) !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin: 0 auto !important;
	max-width: 1440px !important;
	width: min(100%, 1440px);
}

.gw-cpt-card {
	background: var(--gw-white);
	border: 1px solid rgba(10, 33, 30, 0.1);
	color: var(--gw-dark);
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.gw-cpt-card:hover {
	background: var(--gw-dark);
	border-color: var(--gw-dark);
	color: var(--gw-white);
	transform: translateY(-3px);
}

.gw-cpt-card > * {
	margin-block-start: 0 !important;
}

.gw-cpt-card__image {
	background: rgba(10, 33, 30, 0.08);
	margin: 0 !important;
	overflow: hidden;
}

.gw-cpt-card__image img {
	transition: transform 420ms ease;
	width: 100%;
}

.gw-cpt-card:hover .gw-cpt-card__image img {
	transform: scale(1.045);
}

.gw-cpt-card__terms {
	color: var(--gw-primary);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35;
	margin: clamp(1.2rem, 2vw, 1.6rem) clamp(1.1rem, 2vw, 1.6rem) 0 !important;
	text-transform: uppercase;
}

.gw-cpt-card__terms a {
	color: currentColor;
	text-decoration: none;
}

.gw-cpt-card__title {
	font-size: clamp(1.7rem, 2.7vw, 2.75rem);
	line-height: 0.98;
	margin: 0.75rem clamp(1.1rem, 2vw, 1.6rem) 0 !important;
}

.gw-cpt-card__title a {
	color: currentColor;
	text-decoration: none;
}

.gw-cpt-card__excerpt {
	color: rgba(10, 33, 30, 0.68);
	margin: 1rem clamp(1.1rem, 2vw, 1.6rem) clamp(1.35rem, 2vw, 1.75rem) !important;
}

.gw-cpt-card:hover .gw-cpt-card__excerpt {
	color: rgba(255, 255, 255, 0.68);
}

.gw-cpt-card__excerpt p {
	font-size: 0.95rem;
	line-height: 1.65;
	margin: 0;
}

.gw-cpt-card__excerpt .wp-block-post-excerpt__more-link {
	align-items: center;
	color: currentColor;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.gw-service-cpt-card {
	min-height: clamp(360px, 34vw, 520px);
}

.gw-service-cpt-card .gw-cpt-card__image {
	max-height: 260px;
}

.gw-cpt-single__featured {
	box-shadow: 0 24px 80px rgba(10, 33, 30, 0.14);
}

.gw-pagination {
	gap: 0.55rem;
	margin: clamp(2.5rem, 5vw, 4rem) auto 0 !important;
}

.gw-pagination a,
.gw-pagination .page-numbers,
.gw-pagination .wp-block-query-pagination-previous,
.gw-pagination .wp-block-query-pagination-next {
	align-items: center;
	border: 1px solid rgba(10, 33, 30, 0.18);
	color: var(--gw-dark);
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 0.75rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.gw-pagination .current,
.gw-pagination a:hover {
	background: var(--gw-dark);
	border-color: var(--gw-dark);
	color: var(--gw-white);
}

.gw-template-empty {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(10, 33, 30, 0.1);
	color: rgba(10, 33, 30, 0.68);
	margin: 0 auto !important;
	max-width: 760px;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	text-align: center;
}

.gw-content-shell {
	margin: 0 auto !important;
}

.gw-entry-content {
	color: var(--gw-dark);
	margin: 0 auto !important;
	max-width: 820px !important;
}

.gw-entry-content > * {
	margin-block-start: 1.4rem;
}

.gw-entry-content > :first-child {
	margin-block-start: 0;
}

.gw-entry-content p,
.gw-entry-content li {
	color: rgba(10, 33, 30, 0.76);
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	line-height: 1.8;
}

.gw-entry-content h2,
.gw-entry-content h3,
.gw-entry-content h4 {
	color: var(--gw-dark);
	margin-top: clamp(2rem, 4vw, 3.2rem);
}

.gw-entry-content h2 {
	font-size: clamp(2rem, 3.6vw, 3.6rem);
}

.gw-entry-content h3 {
	font-size: clamp(1.55rem, 2.6vw, 2.45rem);
}

.gw-entry-content a {
	color: var(--gw-dark);
	text-decoration: underline;
}

.gw-entry-content a:hover {
	color: var(--gw-primary);
}

.gw-entry-content .gw-entry-lead p {
	color: var(--gw-dark);
	font-size: clamp(1.12rem, 1.45vw, 1.35rem);
	line-height: 1.65;
}

.gw-entry-content .wp-block-separator {
	border: 0;
	border-top: 1px solid rgba(10, 33, 30, 0.14);
	margin-block: clamp(2rem, 4vw, 3.5rem);
}

.gw-entry-content .wp-block-image,
.gw-entry-content .wp-block-gallery,
.gw-entry-content .wp-block-media-text,
.gw-entry-content .wp-block-cover,
.gw-entry-content .gw-demo-cta,
.gw-entry-content .wp-block-pullquote,
.gw-entry-content .wp-block-table,
.gw-entry-content .wp-block-details {
	margin-block-start: clamp(2rem, 4vw, 3.5rem);
}

.gw-entry-content .wp-block-image {
	overflow: hidden;
}

.gw-entry-content .wp-block-image img,
.gw-entry-content .wp-block-gallery img,
.gw-entry-content .wp-block-media-text__media img {
	display: block;
	width: 100%;
}

.gw-entry-content .wp-block-quote {
	border-left: 4px solid var(--gw-primary);
	color: var(--gw-dark);
	margin-block: clamp(2rem, 4vw, 3.25rem);
	padding: 0.35rem 0 0.35rem clamp(1.2rem, 2vw, 1.75rem);
}

.gw-entry-content .wp-block-quote p {
	color: var(--gw-dark);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(1.55rem, 2.8vw, 2.65rem);
	font-style: italic;
	line-height: 1.08;
}

.gw-entry-content .wp-block-quote cite {
	color: rgba(10, 33, 30, 0.58);
	display: block;
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-top: 1rem;
	text-transform: uppercase;
}

.gw-entry-content .wp-block-pullquote {
	border-bottom: 1px solid rgba(10, 33, 30, 0.12);
	border-top: 1px solid rgba(10, 33, 30, 0.12);
	padding: clamp(2rem, 4vw, 3rem) 0;
	text-align: center;
}

.gw-entry-content .wp-block-pullquote p {
	color: var(--gw-dark);
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(2rem, 4vw, 4rem);
	font-style: italic;
	line-height: 0.98;
}

.gw-entry-content .gw-demo-facts {
	gap: 0 !important;
	margin-block-start: clamp(2rem, 4vw, 3.5rem);
}

.gw-entry-content .gw-demo-facts .wp-block-column {
	background: var(--gw-white);
	border: 1px solid rgba(10, 33, 30, 0.1);
	padding: clamp(1.25rem, 2.4vw, 2rem);
}

.gw-entry-content .gw-demo-facts h3 {
	font-size: clamp(1.35rem, 2vw, 2rem);
	margin-top: 0;
}

.gw-entry-content .wp-block-media-text {
	background: var(--gw-dark);
	color: var(--gw-white);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
	max-width: 1180px !important;
	width: min(100%, 1180px);
}

.gw-entry-content .wp-block-media-text__content {
	padding: clamp(2rem, 4vw, 4rem);
}

.gw-entry-content .wp-block-media-text__content h2,
.gw-entry-content .wp-block-media-text__content p {
	color: inherit;
}

.gw-entry-content .wp-block-media-text__media {
	height: 100%;
	margin: 0;
}

.gw-entry-content .wp-block-media-text__media img {
	height: 100%;
	object-fit: cover;
}

.gw-entry-content .wp-block-gallery {
	gap: clamp(0.75rem, 1.5vw, 1.2rem) !important;
}

.gw-entry-content .wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.gw-entry-content .wp-block-table td,
.gw-entry-content .wp-block-table th {
	border: 1px solid rgba(10, 33, 30, 0.14);
	color: rgba(10, 33, 30, 0.72);
	font-size: 0.95rem;
	padding: 1rem;
	vertical-align: top;
}

.gw-entry-content .wp-block-table td:first-child {
	color: var(--gw-dark);
	font-weight: 800;
	width: 32%;
}

.gw-entry-content .wp-block-details {
	background: var(--gw-white);
	border: 1px solid rgba(10, 33, 30, 0.12);
	padding: clamp(1.1rem, 2vw, 1.6rem);
}

.gw-entry-content .wp-block-details summary {
	color: var(--gw-dark);
	cursor: pointer;
	font-weight: 800;
}

.gw-entry-content .wp-block-cover {
	min-height: clamp(360px, 44vw, 560px);
	overflow: hidden;
	padding: clamp(2rem, 5vw, 4rem);
}

.gw-entry-content .wp-block-cover .wp-block-cover__inner-container {
	max-width: 620px;
}

.gw-entry-content .wp-block-cover h2,
.gw-entry-content .wp-block-cover p {
	color: var(--gw-white);
}

.gw-entry-content .wp-block-cover h2 {
	font-size: clamp(2.3rem, 5vw, 5rem);
}

.gw-entry-content .wp-block-buttons {
	gap: 0.8rem;
}

.gw-entry-content .wp-block-button__link {
	border-radius: 0;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	min-height: 54px;
	text-decoration: none;
	text-transform: uppercase;
}

.gw-entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: var(--gw-primary);
	color: var(--gw-dark);
}

.gw-entry-content .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 2px solid var(--gw-dark);
	color: var(--gw-dark);
}

.gw-entry-content .gw-demo-cta {
	background: var(--gw-dark);
	color: var(--gw-white);
	margin-inline: calc((min(820px, 100vw) - min(1180px, 100vw - 2rem)) / 2) !important;
	max-width: 1180px;
	overflow: hidden;
	padding: clamp(2rem, 5vw, 4rem);
	position: relative;
	width: min(1180px, calc(100vw - 2rem));
}

.gw-entry-content .gw-demo-cta::after {
	background: url("../images/rings_img.png") center / contain no-repeat;
	bottom: 0;
	content: "";
	height: 360px;
	opacity: 0.35;
	pointer-events: none;
	position: absolute;
	right: 0;
	transform: translate(45%, 45%);
	width: 360px;
}

.gw-entry-content .gw-demo-cta__inner {
	align-items: center;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1fr) auto;
	position: relative;
	z-index: 1;
}

.gw-entry-content .gw-demo-cta h2 {
	color: var(--gw-white);
	font-size: clamp(2.2rem, 4vw, 4.4rem);
	margin: 0;
	max-width: 680px;
}

.gw-entry-content .gw-demo-cta p {
	color: rgba(255, 255, 255, 0.72);
	max-width: 620px;
}

.gw-entry-content .gw-demo-cta__action {
	display: grid;
	gap: 0.75rem;
	justify-items: start;
}

.gw-entry-content .gw-demo-cta__action p {
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
	max-width: 180px;
}

.gw-single-featured {
	margin: 0 auto clamp(2.2rem, 5vw, 4rem) !important;
	max-width: 1180px !important;
	overflow: hidden;
}

.gw-single-featured img {
	width: 100%;
}

.gw-single-tags {
	border-top: 1px solid rgba(10, 33, 30, 0.12);
	color: rgba(10, 33, 30, 0.62);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: clamp(2.5rem, 5vw, 4rem) auto 0 !important;
	max-width: 820px !important;
	padding-top: 1.25rem;
	text-transform: uppercase;
}

.gw-single-tags a {
	color: var(--gw-dark);
	text-decoration: none;
}

.gw-post-navigation {
	background: rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(10, 33, 30, 0.1);
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-block-start: 0 !important;
	padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem);
}

.gw-post-navigation a {
	color: var(--gw-dark);
	display: block;
	font-weight: 800;
	text-decoration: none;
}

.gw-post-navigation a:hover {
	color: var(--gw-primary);
}

.gw-search-form {
	margin: 0 auto clamp(2rem, 4vw, 3rem) !important;
	max-width: 760px !important;
}

.gw-search-form .wp-block-search__inside-wrapper {
	border: 1px solid rgba(10, 33, 30, 0.18);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.gw-search-form .wp-block-search__input {
	background: var(--gw-white);
	border: 0;
	color: var(--gw-dark);
	min-height: 58px;
	padding: 0.95rem 1rem;
}

.gw-search-form .wp-block-search__button {
	background: var(--gw-primary);
	border: 0;
	color: var(--gw-dark);
	font-size: 0.9rem;
	font-weight: 800;
	margin: 0;
	padding: 0 1.5rem;
	text-transform: uppercase;
}

.gw-footer {
	background: var(--gw-dark);
	color: var(--gw-white);
	margin-block-start: 0 !important;
	margin-top: 0 !important;
	padding-bottom: 52px !important;
	padding-top: 0 !important;
}

.gw-footer-social-bar {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--gw-white);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	margin-top: 0 !important;
	max-width: none !important;
	width: 100vw !important;
}

.gw-footer .gw-footer-social-bar a {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--gw-white);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 0.65rem;
	justify-content: center;
	letter-spacing: 0.08em;
	min-height: clamp(58px, 6vw, 78px);
	padding: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
}

.gw-footer .gw-footer-social-bar a:last-child {
	border-right: 0;
}

.gw-footer .gw-footer-social-bar a:hover {
	background: rgba(255, 255, 255, 0.06);
	color: var(--gw-primary);
}

.gw-footer-social-bar__icon {
	background: currentColor;
	display: inline-block;
	flex: 0 0 auto;
	height: 1.1rem;
	width: 1.1rem;
}

.gw-footer-social-bar__icon.is-facebook {
	mask: url("../icons/lucide/facebook.svg") center / contain no-repeat;
	-webkit-mask: url("../icons/lucide/facebook.svg") center / contain no-repeat;
}

.gw-footer-social-bar__icon.is-twitter {
	mask: url("../icons/lucide/twitter.svg") center / contain no-repeat;
	-webkit-mask: url("../icons/lucide/twitter.svg") center / contain no-repeat;
}

.gw-footer-social-bar__icon.is-dribbble {
	mask: url("../icons/lucide/dribbble.svg") center / contain no-repeat;
	-webkit-mask: url("../icons/lucide/dribbble.svg") center / contain no-repeat;
}

.gw-footer-social-bar__icon.is-instagram {
	mask: url("../icons/lucide/instagram.svg") center / contain no-repeat;
	-webkit-mask: url("../icons/lucide/instagram.svg") center / contain no-repeat;
}

.gw-footer-grid {
	align-items: start;
	gap: clamp(2.5rem, 7vw, 7rem);
	grid-template-columns: minmax(260px, 1fr) minmax(220px, 0.65fr) minmax(260px, 0.9fr);
	padding-top: clamp(4.5rem, 7vw, 7rem);
}

.gw-footer-title {
	color: var(--gw-primary);
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}

.gw-muted-text {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.65;
	max-width: 520px;
}

.gw-footer a {
	color: var(--gw-white);
}

.gw-footer a:hover {
	color: var(--gw-primary);
}

.gw-footer-services {
	justify-self: end;
	max-width: 360px;
	width: 100%;
}

.gw-footer-service-list {
	display: grid;
	gap: 0.85rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gw-footer-service-list a {
	align-items: center;
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	gap: 0.85rem;
	line-height: 1.45;
	text-decoration: none;
}

.gw-footer-service-list a::before {
	background: var(--gw-primary);
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 0.38rem;
	opacity: 0.85;
	width: 0.38rem;
}

.gw-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.68);
	margin-top: clamp(4rem, 6vw, 6rem);
	padding-top: 1.5rem;
}

.editor-styles-wrapper {
	background: var(--gw-soft-gray);
	color: var(--gw-dark);
	font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	padding: 0 !important;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
	font-family: "Bodoni Moda", Georgia, serif;
}

.editor-styles-wrapper .wp-block-grandwood-markup {
	display: contents;
}

.editor-styles-wrapper .wp-block-grandwood-markup > .components-disabled {
	display: contents;
}

.editor-styles-wrapper .editor-visual-editor__post-title-wrapper {
	display: none;
}

.editor-styles-wrapper .is-root-container,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container {
	margin: 0 !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

.editor-styles-wrapper .is-root-container > .wp-block,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.editor-styles-wrapper .is-root-container > :where(:not(.alignleft):not(.alignright)),
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
	max-width: none !important;
	width: 100% !important;
}

.editor-styles-wrapper .is-root-container > .alignfull,
.editor-styles-wrapper .block-editor-block-list__layout > .alignfull {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.editor-styles-wrapper .gw-site-header {
	background: var(--gw-dark);
	position: relative;
	top: auto;
}

.editor-styles-wrapper .gw-logo img {
	display: none;
}

.editor-styles-wrapper .gw-logo::before {
	background: url("../images/gw-logo.svg") center / contain no-repeat;
	content: "";
	display: block;
	height: 38px;
	width: 188px;
}

.editor-styles-wrapper .gw-sticky-header {
	display: none;
}

.editor-styles-wrapper .gw-hero {
	min-height: min(900px, calc(100vh - 120px));
}

.editor-styles-wrapper .gw-hero-services {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

.editor-styles-wrapper .gw-hero-services > * {
	max-width: none !important;
	width: 100% !important;
}

.editor-styles-wrapper .gw-footer-social-bar {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

.editor-styles-wrapper .gw-footer-grid,
.editor-styles-wrapper .gw-footer-bottom {
	padding-left: clamp(1rem, 4vw, 3rem);
	padding-right: clamp(1rem, 4vw, 3rem);
}

@media (max-width: 1180px) {
	.gw-hero-service-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 1rem !important;
	}

	.gw-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.gw-cpt-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 720px) {
	.gw-site-header {
		position: absolute;
	}

	.gw-hero,
	.gw-section {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}

	.gw-hero {
		min-height: auto;
		padding-top: 150px !important;
	}

	.gw-header-inner {
		column-gap: 1rem;
		grid-template-areas: "brand toggle";
		grid-template-columns: minmax(0, 1fr) auto;
		padding-inline: 1rem;
	}

	.gw-sticky-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.gw-brand {
		justify-self: start;
		min-width: 0;
	}

	.gw-logo img,
	.gw-logo svg {
		max-height: 34px;
		width: 158px !important;
	}

	.gw-menu-toggle {
		display: inline-flex;
		justify-self: end;
	}

	.gw-header-actions {
		display: none;
	}

	.gw-main-nav {
		background: rgba(10, 33, 30, 0.98);
		border: 1px solid rgba(255, 255, 255, 0.16);
		box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
		display: block;
		height: auto;
		left: 1rem;
		line-height: 1;
		opacity: 0;
		padding: 0.8rem;
		pointer-events: none;
		position: absolute;
		right: 1rem;
		top: calc(100% - 0.25rem);
		transform: translateY(-0.4rem);
		transition: opacity 180ms ease, transform 180ms ease;
		z-index: 40;
	}

	.gw-header-inner.is-menu-open .gw-main-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.gw-sticky-header .gw-main-nav {
		background: var(--gw-white);
		border-color: rgba(10, 33, 30, 0.12);
		box-shadow: 0 24px 60px rgba(10, 33, 30, 0.16);
	}

	.gw-main-nav__list,
	.gw-main-nav .wp-block-navigation__container {
		align-items: stretch;
		display: grid;
		gap: 0;
		height: auto;
	}

	.gw-main-nav__list li,
	.gw-main-nav .wp-block-navigation-item {
		height: auto;
	}

	.gw-main-nav a,
	.gw-main-nav .wp-block-navigation-item__content,
	.gw-main-nav .wp-block-navigation-item__label {
		height: auto;
		line-height: 1.15;
		width: 100%;
	}

	.gw-main-nav a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		font-size: 1.05rem;
		padding: 1rem 0.85rem !important;
	}

	.gw-main-nav li:last-child a {
		border-bottom: 0;
	}

	.gw-sticky-header .gw-main-nav a {
		border-bottom-color: rgba(10, 33, 30, 0.1);
		color: var(--gw-dark) !important;
	}

	.gw-sticky-header .gw-header-actions {
		display: none;
	}

	.gw-hero-panel {
		max-width: none;
	}

	.gw-hero-grid {
		grid-template-columns: 1fr;
	}

	.gw-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.65rem);
	}

	.gw-hero-service-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.gw-hero-service-item {
		justify-content: flex-start;
		white-space: normal;
	}

	.gw-feature-strip-grid {
		grid-auto-rows: auto;
		grid-template-columns: 1fr;
	}

	.gw-feature-tile {
		height: auto;
		min-height: 260px;
	}

	.gw-feature-tile--text,
	.gw-feature-tile--green,
	.gw-feature-tile--dark {
		min-height: 260px;
		padding: 2rem 1.25rem;
	}

	.gw-section-heading-block,
	.gw-section-heading-block.is-heading,
	.gw-section-heading-block.is-display,
	.gw-section-heading-block.is-editorial,
	.gw-section-heading-block__subtitle {
		max-width: none;
	}

	.gw-process-statement {
		min-height: 0;
		padding: 4rem 1.25rem;
	}

	.gw-process-statement__title {
		font-size: clamp(2.45rem, 12vw, 3.8rem);
	}

	.gw-process-statement__title .gw-process-line {
		white-space: normal;
	}

	.gw-process-statement__copy {
		max-width: none !important;
		width: 100%;
	}

	.gw-projects-split {
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
	}

	.gw-mini-cta {
		padding: 1.25rem;
	}

	.gw-mini-cta__inner {
		gap: 1.2rem;
		grid-template-columns: 1fr;
		padding: 1.35rem;
	}

	.gw-mini-cta__action {
		align-items: flex-start;
		justify-self: start;
	}

	.gw-projects-media {
		min-height: 360px;
	}

	.gw-projects-content {
		min-height: 0;
		padding: 3rem 1.25rem;
	}

	.gw-projects-content .wp-block-heading {
		font-size: clamp(2.6rem, 12vw, 3.8rem);
	}

	.gw-projects-content .gw-section-heading-block__title {
		font-size: clamp(2.3rem, 10vw, 3.35rem);
	}

	.gw-projects-actions,
	.gw-projects-button,
	.gw-projects-call {
		width: 100%;
	}

	.gw-projects-button {
		min-height: 3.8rem;
	}

	.gw-inner-hero {
		min-height: 360px;
		padding: calc(var(--gw-admin-bar-offset, 0px) + 7rem) 1.25rem 3.5rem;
	}

	.gw-inner-hero::before {
		top: calc(var(--gw-admin-bar-offset, 0px) + 5.8rem);
		width: calc(100% - 2.5rem);
	}

	.gw-inner-hero__title,
	.gw-inner-hero .wp-block-query-title,
	.gw-inner-hero .wp-block-post-title {
		font-size: clamp(2.65rem, 15vw, 4.4rem);
	}

	.gw-breadcrumbs {
		font-size: 0.7rem;
		gap: 0.4rem;
	}

	.gw-template-section {
		padding: 3.5rem 1.25rem;
	}

	.gw-entry-content .wp-block-media-text,
	.gw-entry-content .gw-demo-cta__inner {
		grid-template-columns: 1fr;
	}

	.gw-entry-content .wp-block-media-text__media {
		min-height: 260px;
		order: -1;
	}

	.gw-entry-content .gw-demo-facts {
		grid-template-columns: 1fr !important;
	}

	.gw-entry-content .gw-demo-cta {
		margin-inline: 0 !important;
		padding: 2rem 1.25rem;
		width: 100%;
	}

	.gw-entry-content .gw-demo-cta .gw-component-button,
	.gw-entry-content .gw-demo-buttons .wp-block-button,
	.gw-entry-content .gw-demo-buttons .wp-block-button__link {
		width: 100%;
	}

	.gw-post-grid {
		grid-template-columns: 1fr !important;
	}

	.gw-cpt-grid {
		grid-template-columns: 1fr !important;
	}

	.gw-post-navigation {
		grid-template-columns: 1fr;
	}

	.gw-search-form .wp-block-search__inside-wrapper {
		grid-template-columns: 1fr;
	}

	.gw-search-form .wp-block-search__button {
		min-height: 54px;
	}

	.gw-portfolio {
		padding: 3.5rem 1.25rem 4rem;
	}

	.gw-portfolio__grid {
		grid-template-columns: 1fr;
	}

	.gw-portfolio-card,
	.gw-portfolio-card--wide,
	.gw-portfolio-card--square,
	.gw-portfolio-card--large,
	.gw-portfolio-card--mid {
		grid-column: 1;
	}

	.gw-portfolio-card--wide img,
	.gw-portfolio-card--square img,
	.gw-portfolio-card--large img,
	.gw-portfolio-card--mid img {
		aspect-ratio: 1.25 / 1;
	}

	.gw-portfolio__footer {
		grid-template-columns: 1fr;
	}

	.gw-portfolio__footer .gw-button-block {
		justify-self: start;
	}

	.gw-reviews {
		padding: 3.5rem 1.25rem 4rem;
	}

	.gw-reviews__body {
		grid-template-columns: 1fr;
	}

	.gw-reviews__aside h3 {
		max-width: none;
	}

	.gw-reviews__track {
		grid-template-columns: 1fr;
	}

	.gw-contact-form-section {
		padding: 3.5rem 1.25rem 4rem;
	}

	.gw-footer-social-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gw-footer .gw-footer-social-bar a:nth-child(2n) {
		border-right: 0;
	}

	.gw-footer .gw-footer-social-bar a:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.16);
	}

	.gw-footer-grid {
		gap: 2rem;
		grid-template-columns: 1fr;
		padding-top: 42px;
	}

	.gw-footer-services {
		justify-self: start;
		max-width: none;
	}

	.gw-footer-service-list {
		gap: 0.65rem;
	}

	.gw-contact-form-section__inner,
	.gw-contact-form__row {
		grid-template-columns: 1fr;
	}

	.gw-contact-form button {
		width: 100%;
	}

	.gw-footer-bottom {
		gap: 0.25rem;
	}
}
