/* Symbol Group homepage — photo overlay layout */

body.sgh-home .entry-header,
body.sgh-home .page-header,
body.sgh-home h1.entry-title,
body.sgh-home .wp-block-post-title {
	display: none !important;
}

body.sgh-home .site-main,
body.sgh-home .page-content,
body.sgh-home .entry-content,
body.sgh-home .elementor-widget-container,
body.sgh-home .elementor-widget-shortcode,
body.sgh-home .elementor-element {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.sgh {
	--navy: #121c3d;
	--orange: #dc6b1f;
	--paper: #f4f0ea;
	--ink: #161616;
	--muted: #5c5a56;
	font-family: Outfit, "Segoe UI", sans-serif;
	font-size: 20px;
	color: var(--ink);
	line-height: 1.65;
	background: #fff;
}

.sgh h1,
.sgh h2,
.sgh h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0;
}

.sgh-wrap {
	width: min(1120px, calc(100% - 40px));
	margin-inline: auto;
}

.sgh-kicker {
	margin: 0 0 14px;
	font-size: 15px !important;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--orange);
}

.sgh-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 24px;
	border-radius: 2px;
	background: var(--navy);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 17px;
	font-weight: 500;
}

.sgh-ico {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	display: block;
}

.sgh-btn:hover {
	background: var(--orange);
}

.sgh-btn--light {
	background: #fff;
	color: var(--navy) !important;
}

.sgh-btn--light:hover {
	background: var(--orange);
	color: #fff !important;
}

.sgh-btn--ghost {
	background: transparent;
	color: var(--navy) !important;
	box-shadow: inset 0 0 0 1px var(--navy);
}

.sgh-btn--ghost:hover {
	background: var(--navy);
	color: #fff !important;
}

.sgh-link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 4px;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.sgh-link span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
	padding-bottom: 4px;
}

.sgh-link::after {
	content: "";
	width: 40px;
	height: 1px;
	background: #fff;
	transition: width 0.3s ease, background 0.3s ease;
}

.sgh-link:hover span {
	border-color: var(--orange);
}

.sgh-link:hover::after {
	width: 72px;
	background: var(--orange);
}

/* Full-bleed photo slider */

.sgh-slider {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	height: min(88vh, 720px);
	min-height: 520px;
	overflow: hidden;
	background: #111;
}

.sgh-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.9s ease;
}

.sgh-slide.is-active {
	opacity: 1;
	z-index: 1;
}

.sgh-slide__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sgh-slide__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(8, 12, 28, 0.78) 0%,
		rgba(8, 12, 28, 0.45) 48%,
		rgba(8, 12, 28, 0.2) 100%
	);
}

.sgh-slide__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	max-width: 760px;
	padding: 72px 8vw 96px;
	color: #fff;
}

.sgh-slide h1,
.sgh-slide h2 {
	font-size: clamp(42px, 6.4vw, 78px);
	color: #fff;
}

.sgh-slide__lead {
	max-width: 34em;
	margin: 18px 0 28px;
	font-size: 22px !important;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.92);
}

.sgh-slider__nav {
	position: absolute;
	right: 8vw;
	bottom: 36px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 14px;
}

.sgh-slider__arrow {
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}

.sgh-slider__arrow:hover {
	background: #fff;
	color: var(--navy);
}

.sgh-slider__dots {
	display: flex;
	gap: 8px;
}

.sgh-slider__dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
}

.sgh-slider__dots button.is-on {
	width: 22px;
	border-radius: 8px;
	background: var(--orange);
}

.sgh-stats {
	background: var(--paper);
}

.sgh-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 36px 0;
	text-align: center;
}

.sgh-stats strong {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(32px, 3.4vw, 46px);
	color: var(--navy);
}

.sgh-stats span {
	font-size: 15px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
}

.sgh-story {
	padding: 88px 0;
}

.sgh-story__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 72px;
}

.sgh-story h2 {
	margin-bottom: 22px;
	font-size: clamp(36px, 4.4vw, 56px);
	color: var(--navy);
}

.sgh-story__copy p {
	margin: 0 0 16px;
	color: var(--muted);
	font-size: 20px !important;
}

.sgh-timeline {
	margin: 0;
	padding: 8px 0 0 22px;
	border-left: 1px solid #d9d2c7;
	list-style: none;
}

.sgh-timeline li {
	position: relative;
	margin: 0 0 28px;
	padding-left: 22px;
}

.sgh-timeline li::before {
	content: "";
	position: absolute;
	left: -27px;
	top: 8px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--orange);
}

.sgh-timeline time {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--navy);
}

.sgh-timeline p {
	margin: 0;
	color: var(--muted);
	font-size: 18px !important;
}

.sgh-brands {
	padding: 0 0 96px;
}

.sgh-brands__title {
	margin: 0 0 36px;
	font-size: clamp(36px, 4.4vw, 56px);
	color: var(--navy);
}

.sgh-brands__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.sgh-brand {
	position: relative;
	display: block;
	min-height: 420px;
	overflow: hidden;
	text-decoration: none !important;
	color: #fff !important;
}

.sgh-brand img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.sgh-brand:hover img {
	transform: scale(1.05);
}

.sgh-brand__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 12, 28, 0.15), rgba(8, 12, 28, 0.78));
}

.sgh-brand__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	min-height: 420px;
	padding: 32px;
}

.sgh-brand h3 {
	margin: 8px 0 12px;
	font-size: 40px;
	color: #fff;
}

.sgh-mark {
	display: block;
	width: auto !important;
	height: 48px !important;
	max-width: 220px !important;
	object-fit: contain;
	object-position: left center;
	margin: 0 0 14px;
}

.sgh-brand p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 19px !important;
}

.sgh-brand__year {
	font-size: 15px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--orange);
}

.sgh-brand__go {
	margin-top: 22px;
	font-size: 15px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	align-self: flex-start;
	padding-bottom: 4px;
}

.sgh-route {
	padding: 0 0 72px;
}

.sgh-route h2 {
	margin: 0 0 28px;
	font-size: clamp(36px, 4.4vw, 56px);
	color: var(--navy);
}

.sgh-route__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.sgh-route__card {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 280px;
	padding: 32px 28px;
	background: var(--navy);
	color: #fff !important;
	text-decoration: none !important;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sgh-route__card--home {
	background: #2c241c;
}

.sgh-route__photo {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.08);
	transition: opacity 0.45s ease, transform 0.55s ease;
	z-index: 0;
}

.sgh-route__card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 12, 28, 0.2), rgba(8, 12, 28, 0.82));
	opacity: 0;
	transition: opacity 0.45s ease;
	z-index: 1;
}

.sgh-route__card:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 44px rgba(18, 28, 61, 0.28);
}

.sgh-route__card:hover .sgh-route__photo,
.sgh-route__card:hover::after {
	opacity: 1;
}

.sgh-route__card:hover .sgh-route__photo {
	transform: scale(1);
}

.sgh-route__card .sgh-mark,
.sgh-route__card span,
.sgh-route__card h3,
.sgh-route__card p,
.sgh-route__card em {
	position: relative;
	z-index: 2;
}

.sgh-route__card span {
	font-size: 15px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--orange);
}

.sgh-route__card h3 {
	margin: 10px 0 12px;
	font-size: 36px;
	color: #fff;
}

.sgh-route__card p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 19px !important;
}

.sgh-route__card em {
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 4px;
}

.sgh-route__card:hover em {
	border-color: var(--orange);
}

.sgh-vitrine {
	padding: 0 0 96px;
}

.sgh-vitrine h2 {
	margin: 0 0 8px;
	font-size: clamp(36px, 4.4vw, 56px);
	color: var(--navy);
}

.sgh-vitrine__note {
	margin: 0 0 32px;
	color: var(--muted);
	font-size: 20px !important;
}

.sgh-vitrine__head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 8px 0 20px;
}

.sgh-vitrine__head h3 {
	margin: 0;
	font-size: 28px;
	color: var(--navy);
}

.sgh-vitrine__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 48px;
}

.sgh-item {
	display: block;
	text-decoration: none !important;
	color: var(--ink) !important;
}

.sgh-item img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	display: block;
	background: #ece8e2;
}

.sgh-item__brand {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--orange);
}

.sgh-item strong {
	display: block;
	margin-top: 4px;
	font-weight: 500;
	font-size: 19px !important;
}

.sgh-item:hover strong {
	color: var(--orange);
}

.sgh-refs {
	padding: 72px 0 80px;
	overflow: hidden;
	background: #f7f4ef;
}

.sgh-refs__head {
	margin-bottom: 28px;
}

.sgh-refs h2 {
	margin: 0 0 8px;
	font-size: clamp(36px, 4.4vw, 56px);
	color: var(--navy);
}

.sgh-refs__note {
	margin: 0;
	max-width: 40em;
	color: var(--muted);
	font-size: 20px !important;
}

.sgh-refs__viewport {
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.sgh-refs__track {
	display: flex;
	width: max-content !important;
	max-width: none !important;
	animation: sgh-marquee 45s linear infinite;
}

.sgh-refs__viewport:hover .sgh-refs__track {
	animation-play-state: paused;
}

.sgh-refs__group {
	display: flex;
	gap: 16px;
	padding-right: 16px;
	flex: 0 0 auto !important;
	width: auto !important;
}

.sgh-refs__logo {
	flex: 0 0 auto !important;
	width: 168px !important;
	height: 100px !important;
	max-width: 168px !important;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	overflow: hidden;
	isolation: isolate;
	background: #fff;
	border: 1px solid #e6e0d8;
}

.sgh-refs__logo img {
	width: auto !important;
	height: 42px !important;
	max-width: 120px !important;
	max-height: 42px !important;
	object-fit: contain !important;
	display: block;
}

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

.sgh-app {
	padding: 72px 0;
	background: var(--paper);
}

.sgh-app h2 {
	margin: 0 0 12px;
	font-size: clamp(36px, 4.4vw, 56px);
	color: var(--navy);
}

.sgh-app p {
	margin: 0 0 16px;
	color: var(--muted);
	font-size: 20px !important;
}

.sgh-ig-link {
	display: inline-block;
	color: var(--navy) !important;
	text-decoration: none !important;
	font-size: 17px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-bottom: 1px solid var(--navy);
	padding-bottom: 3px;
}

.sgh-ig-link:hover {
	color: var(--orange) !important;
	border-color: var(--orange);
}

.sgh-app__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 40px;
	align-items: center;
}

.sgh-app__stores {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.sgh-store {
	flex: 1;
	min-width: 170px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	background: var(--navy);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 18px;
}

.sgh-store .sgh-ico--store {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}

.sgh-store__copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.sgh-store__copy em {
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.7;
}

.sgh-store:hover {
	background: var(--orange);
}

.sgh-offer {
	padding: 56px 0;
	background: var(--navy);
	color: #fff;
}

.sgh-offer h2 {
	margin: 0 0 10px;
	font-size: clamp(32px, 4vw, 50px);
	color: #fff;
}

.sgh-offer p {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 20px !important;
}

.sgh-offer__row {
	display: grid;
	grid-template-columns: 1.2fr auto;
	gap: 32px;
	align-items: center;
}

.sgh-offer__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.sgh-btn--ghost-light {
	background: transparent;
	color: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.sgh-btn--ghost-light:hover {
	background: #fff;
	color: var(--navy) !important;
}

.sgh-place {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	min-height: 520px;
	background: var(--paper);
}

.sgh-place__photo {
	min-height: 520px;
	height: 100%;
}

.sgh-place__photo img,
.sgh-place__photo iframe {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	display: block;
	border: 0;
}

.sgh-place__copy {
	padding: 64px 48px;
}

.sgh-place h2 {
	margin: 0 0 12px;
	font-size: clamp(36px, 4.4vw, 56px);
	color: var(--navy);
}

.sgh-place address,
.sgh-place__meta,
.sgh-place__hours {
	margin: 18px 0;
	font-style: normal;
	font-size: 20px;
	line-height: 1.7;
	color: var(--muted);
}

.sgh-place a {
	color: var(--navy);
	text-decoration: none;
}

.sgh-place__mail {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.sgh-place a:hover {
	color: var(--orange);
}

.sgh-place__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

@media (max-width: 860px) {
	.sgh-stats__grid,
	.sgh-story__grid,
	.sgh-brands__grid,
	.sgh-route__grid,
	.sgh-app__grid,
	.sgh-offer__row,
	.sgh-place {
		grid-template-columns: 1fr;
	}

	.sgh-vitrine__grid {
		grid-template-columns: 1fr 1fr;
	}

	.sgh-slider {
		height: 78vh;
		margin-left: 0;
		width: 100%;
	}

	.sgh-slide__copy {
		padding: 48px 24px 88px;
	}

	.sgh-slider__nav {
		right: 24px;
	}

	.sgh-place__copy {
		padding: 40px 24px 56px;
	}
}

@media (max-width: 520px) {
	.sgh-vitrine__grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sgh-refs__track {
		animation: none;
		flex-wrap: wrap;
		width: 100% !important;
		justify-content: center;
		max-width: 1120px;
		margin-inline: auto;
	}

	.sgh-refs__group[aria-hidden="true"] {
		display: none;
	}

	.sgh-route__card,
	.sgh-route__photo {
		transition: none;
	}
}
