/* Symbol Group about page — matches homepage palette */

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

body.sga-about .site-main,
body.sga-about .page-content,
body.sga-about .entry-content,
body.sga-about .elementor-widget-container,
body.sga-about .elementor-widget-shortcode,
body.sga-about .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;
}

.sga,
.sga * {
	box-sizing: border-box;
}

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

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

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

.sga-kicker {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--orange);
}

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

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

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

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

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

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

/* Hero */

.sga-hero {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	height: min(72vh, 680px);
	min-height: 520px;
	overflow: hidden;
	background: #111;
}

.sga-hero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}

.sga-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(8, 12, 28, 0.8) 0%,
		rgba(8, 12, 28, 0.48) 48%,
		rgba(8, 12, 28, 0.22) 100%
	);
}

.sga-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	max-width: 740px;
	padding: 56px 8vw 56px;
	color: #fff;
}

.sga-hero h1 {
	font-size: clamp(40px, 6vw, 72px);
	color: #fff;
}

.sga-hero__lead {
	max-width: 34em;
	margin: 20px 0 0;
	font-size: 21px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

/* Stats */

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

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

.sga-stats strong {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(26px, 3vw, 38px);
	color: var(--navy);
}

.sga-stats span {
	font-size: 13px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--muted);
}

/* Story + legal card */

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

.sga-story__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 56px;
	align-items: start;
}

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

.sga-story__copy p {
	margin: 0 0 18px;
	color: var(--muted);
	font-size: 20px;
	line-height: 1.75;
}

.sga-id {
	background: var(--paper);
}

.sga-id img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.sga-id dl {
	margin: 0;
	padding: 28px 28px 8px;
}

.sga-id div {
	margin: 0 0 20px;
}

.sga-id dt {
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--orange);
}

.sga-id dd {
	margin: 0;
	color: var(--navy);
	font-size: 18px;
	line-height: 1.55;
}

/* Roof / group structure */

.sga-roof {
	padding-bottom: 88px;
}

.sga-roof__beam {
	background: var(--navy);
	color: #fff;
	text-align: center;
	padding: 72px 24px 108px;
}

.sga-roof__beam h2 {
	margin: 0 0 14px;
	font-size: clamp(36px, 5vw, 56px);
	color: #fff;
}

.sga-roof__beam p:last-child {
	margin: 0 auto;
	max-width: 28em;
	color: rgba(255, 255, 255, 0.82);
	font-size: 20px;
	line-height: 1.65;
}

.sga-roof__brands {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: -56px;
	position: relative;
}

.sga-roof__card {
	background: #fff;
	padding: 32px 28px 28px;
	box-shadow: 0 18px 40px rgba(18, 28, 61, 0.12);
}

.sga-roof__card--home {
	background: #2c241c;
	color: #fff;
}

.sga-roof__card span {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--orange);
}

.sga-roof__card h3 {
	margin: 0 0 12px;
	font-size: 30px;
	color: var(--navy);
}

.sga-roof__card--home h3 {
	color: #fff;
}

.sga-roof__card p {
	margin: 0 0 22px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.7;
}

.sga-roof__card--home p {
	color: rgba(255, 255, 255, 0.82);
}

.sga-roof__card a {
	font-size: 15px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--navy);
	text-decoration: none;
	border-bottom: 1px solid rgba(18, 28, 61, 0.35);
	padding-bottom: 4px;
}

.sga-roof__card--home a {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.4);
}

.sga-roof__card a:hover {
	color: var(--orange);
	border-color: var(--orange);
}

/* Why */

.sga-why {
	padding: 0 0 88px;
}

.sga-why h2 {
	margin: 0 0 36px;
	font-size: clamp(36px, 4.4vw, 54px);
	color: var(--navy);
}

.sga-why__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.sga-why article {
	padding: 28px 24px;
	background: var(--paper);
}

.sga-why span {
	display: block;
	margin-bottom: 18px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.16em;
	color: var(--orange);
}

.sga-why h3 {
	margin: 0 0 10px;
	font-size: 24px;
	color: var(--navy);
}

.sga-why p {
	margin: 0;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.65;
}

/* Timeline */

.sga-time {
	padding: 88px 0;
	background: var(--paper);
}

.sga-time__grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 64px;
	align-items: start;
}

.sga-time h2 {
	margin: 0 0 16px;
	font-size: clamp(36px, 4.4vw, 54px);
	color: var(--navy);
}

.sga-time__grid > div > p:not(.sga-kicker) {
	margin: 0;
	color: var(--muted);
	font-size: 20px;
	line-height: 1.7;
}

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

.sga-time li {
	position: relative;
	margin: 0 0 32px;
	padding-left: 22px;
}

.sga-time li:last-child {
	margin-bottom: 0;
}

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

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

.sga-time li h3 {
	margin: 0 0 8px;
	font-size: 24px;
	color: var(--navy);
}

.sga-time li p {
	margin: 0;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.7;
}

/* Brand faces */

.sga-faces {
	padding: 88px 0;
}

.sga-faces h2 {
	margin: 0 0 36px;
	font-size: clamp(36px, 4.4vw, 54px);
	color: var(--navy);
}

.sga-faces__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.sga-face {
	position: relative;
	display: block;
	min-height: 380px;
	overflow: hidden;
	text-decoration: none !important;
	color: #fff !important;
}

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

.sga-face:hover img {
	transform: scale(1.05);
}

.sga-face__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 12, 28, 0.12), rgba(8, 12, 28, 0.78));
}

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

.sga-face span {
	font-size: 13px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--orange);
}

.sga-face h3 {
	margin: 8px 0 12px;
	font-size: 34px;
	color: #fff;
}

.sga-face em {
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	align-self: flex-start;
	padding-bottom: 4px;
}

.sga-face:hover em {
	border-color: var(--orange);
}

/* CTA */

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

.sga-cta h2 {
	margin: 0 0 10px;
	font-size: clamp(32px, 4vw, 48px);
	color: #fff;
}

.sga-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.65;
}

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

.sga-cta__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

@media (max-width: 860px) {
	.sga-stats__grid,
	.sga-story__grid,
	.sga-roof__brands,
	.sga-why__grid,
	.sga-time__grid,
	.sga-faces__grid,
	.sga-cta__row {
		grid-template-columns: 1fr;
	}

	.sga-hero {
		height: 70vh;
		margin-left: 0;
		width: 100%;
	}

	.sga-hero__copy {
		padding: 48px 24px 56px;
	}

	.sga-roof__beam {
		padding: 56px 24px 88px;
	}

	.sga-roof__brands {
		margin-top: -40px;
	}

	.sga-why__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.sga-stats__grid {
		grid-template-columns: 1fr 1fr;
		gap: 18px 0;
	}

	.sga-why__grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sga-face img {
		transition: none;
	}
}
