:root {
	--cgi-navy: #0a0b0f;
	--cgi-navy-2: #121721;
	--cgi-ink: #050505;
	--cgi-gold: #f5a21a;
	--cgi-gold-2: #ffd15c;
	--cgi-red: #e51d2d;
	--cgi-cyan: #48c6ec;
	--cgi-cyan-2: #b4efff;
	--cgi-white: #ffffff;
	--cgi-cream: #f6fbfd;
	--cgi-muted: #66717c;
	--cgi-line: rgba(8, 18, 34, 0.12);
	--cgi-shadow: 0 24px 70px rgba(4, 16, 34, 0.14);
	--cgi-radius: 8px;
	--cgi-max: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--cgi-white);
	color: var(--cgi-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

img,
iframe {
	max-width: 100%;
}

img {
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--cgi-gold);
}

button,
input,
textarea {
	font: inherit;
}

.container {
	width: min(calc(100% - 40px), var(--cgi-max));
	margin: 0 auto;
}

.skip-link,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	clip: auto;
	z-index: 9999;
	padding: 10px 14px;
	background: var(--cgi-gold);
	color: var(--cgi-ink);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(6, 22, 47, 0.08);
	backdrop-filter: blur(18px);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled {
	box-shadow: 0 18px 42px rgba(6, 22, 47, 0.12);
}

body.home .site-header {
	position: fixed;
	left: 0;
	right: 0;
	background: rgba(5, 5, 5, 0.82);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(20px);
}

body.home.admin-bar .site-header {
	top: 32px;
}

body.home .site-header.is-scrolled {
	background: rgba(5, 5, 5, 0.9);
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

body.home .topbar {
	background: rgba(5, 5, 5, 0.46);
	color: rgba(255, 255, 255, 0.78);
}

body.home .topbar__links a,
body.home .primary-nav a {
	color: rgba(255, 255, 255, 0.9);
}

body.home .primary-nav a:hover,
body.home .primary-nav .current-menu-item > a {
	background: rgba(245, 162, 26, 0.18);
	color: var(--cgi-white);
}

body.home .header-cta {
	background: linear-gradient(90deg, var(--cgi-gold), var(--cgi-red));
	color: var(--cgi-white);
}

body.home .brand--image img,
body.home .custom-logo-link img {
	filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.34));
}

body.home .nav-shell {
	min-height: 78px;
	gap: 20px;
}

body.home .brand {
	min-width: 190px;
}

body.home .brand--image img {
	width: min(220px, 34vw);
	max-height: 62px;
}

body.home .primary-nav .menu {
	gap: 2px;
}

body.home .primary-nav a {
	min-height: 38px;
	padding: 7px 8px;
	font-size: 13px;
	line-height: 1.14;
}

body.home .header-cta {
	min-height: 48px;
	padding-inline: 18px;
	font-size: 14px;
}

.topbar {
	background: linear-gradient(90deg, var(--cgi-ink), var(--cgi-navy-2));
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
}

.topbar__inner,
.topbar__links,
.nav-shell,
.hero__actions,
.footer-cta__actions,
.social-links {
	display: flex;
	align-items: center;
	gap: 18px;
}

.topbar__inner {
	min-height: 38px;
	justify-content: space-between;
}

.topbar__links a {
	color: rgba(255, 255, 255, 0.88);
}

.nav-shell {
	min-height: 84px;
	justify-content: space-between;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 210px;
	color: var(--cgi-navy);
}

.brand--image img {
	width: min(260px, 48vw);
	max-height: 70px;
	object-fit: contain;
}

.brand__mark {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: var(--cgi-navy);
	color: var(--cgi-gold-2);
	border: 1px solid rgba(245, 162, 26, 0.55);
	font-weight: 800;
}

.brand__text {
	display: grid;
	gap: 0;
	line-height: 1.15;
}

.brand__text strong {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.brand__text small {
	font-size: 12px;
	color: var(--cgi-muted);
}

.custom-logo-link img {
	max-width: 230px;
	max-height: 68px;
	object-fit: contain;
}

.primary-nav .menu,
.footer-menu,
.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.primary-nav .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.primary-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 10px;
	border-radius: 8px;
	color: var(--cgi-navy);
	font-size: 14px;
	font-weight: 700;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
	background: rgba(72, 198, 236, 0.14);
	color: var(--cgi-navy);
}

.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border-radius: 8px;
	background: var(--cgi-navy);
	color: var(--cgi-white);
	font-weight: 800;
	font-size: 14px;
	white-space: nowrap;
}

.header-cta:hover {
	background: var(--cgi-red);
	color: var(--cgi-white);
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--cgi-line);
	border-radius: 8px;
	background: var(--cgi-white);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
	width: 20px;
	height: 2px;
	background: var(--cgi-navy);
}

.home-hero {
	position: relative;
	min-height: 820px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	color: var(--cgi-white);
}

.home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 72% 18%, rgba(72, 198, 236, 0.28), transparent 28%),
		radial-gradient(circle at 88% 76%, rgba(245, 162, 26, 0.2), transparent 24%),
		linear-gradient(180deg, rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.74));
	pointer-events: none;
}

.home-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
	gap: 54px;
	align-items: center;
	padding: 118px 0 96px;
}

.home-hero__copy h1 {
	max-width: 850px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 68px;
	line-height: 0.98;
	font-weight: 700;
	letter-spacing: 0;
}

.home-hero__copy p:not(.eyebrow) {
	max-width: 720px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 20px;
}

.home-hero--cinematic {
	min-height: 780px;
	align-items: end;
	padding: 118px 0 48px;
	background-position: center;
	background-size: cover;
	isolation: isolate;
}

.home-hero--cinematic::before {
	background:
		radial-gradient(circle at 78% 18%, rgba(72, 198, 236, 0.24), transparent 26%),
		radial-gradient(circle at 18% 84%, rgba(245, 162, 26, 0.24), transparent 30%),
		linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.86));
}

.cinematic-hero {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.48fr);
	gap: clamp(24px, 4vw, 54px);
	align-items: center;
	width: min(calc(100% - 40px), 1180px);
	margin-inline: auto;
}

.cinematic-hero__copy {
	min-width: 0;
	padding: clamp(36px, 5vw, 70px) 0 clamp(22px, 4vw, 52px);
}

.cinematic-hero__copy h1 {
	max-width: 720px;
	margin: 0;
	color: var(--cgi-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 5vw, 64px);
	line-height: 1.02;
	font-weight: 700;
	letter-spacing: 0;
	text-wrap: balance;
}

.cinematic-hero__copy p:not(.eyebrow) {
	max-width: 560px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	font-weight: 650;
}

.hero-founder-card {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: var(--cgi-ink);
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.4);
	max-width: 390px;
	margin-left: auto;
}

.hero-founder-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.9));
	pointer-events: none;
}

.hero-founder-card img {
	width: 100%;
	height: 100%;
	min-height: 500px;
	object-fit: cover;
	object-position: center top;
}

.hero-founder-card div {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 1;
	display: grid;
	gap: 5px;
	padding: 18px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(5, 5, 5, 0.66);
	backdrop-filter: blur(16px);
}

.hero-founder-card span {
	color: var(--cgi-cyan-2);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.hero-founder-card strong {
	color: var(--cgi-white);
	font-size: 20px;
	line-height: 1.12;
}

.hero-image-ribbon {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	width: min(calc(100% - 40px), 1180px);
	margin: 26px auto 0;
}

.hero-image-ribbon a {
	position: relative;
	display: grid;
	align-content: end;
	min-height: 146px;
	overflow: hidden;
	padding: 18px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background-position: center;
	background-size: cover;
	color: var(--cgi-white);
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

.hero-image-ribbon a::before,
.image-story-card::before,
.image-service-card::before,
.media-split-panel::before,
.final-image-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.14), rgba(5, 5, 5, 0.86));
	pointer-events: none;
}

.hero-image-ribbon span,
.image-service-card span,
.media-split-panel span {
	position: relative;
	z-index: 1;
	color: var(--cgi-cyan-2);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.hero-image-ribbon strong {
	position: relative;
	z-index: 1;
	margin-top: 4px;
	color: var(--cgi-white);
	font-size: 18px;
	line-height: 1.1;
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
}

.hero-proof span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.09);
	color: rgba(255, 255, 255, 0.84);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.hero-command-card {
	position: relative;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36);
	backdrop-filter: blur(20px);
}

.hero-command-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(245, 162, 26, 0.18), rgba(72, 198, 236, 0.08), rgba(229, 29, 45, 0.16));
	pointer-events: none;
}

.hero-command-card > * {
	position: relative;
	z-index: 1;
}

.hero-command-card__logo {
	width: min(100%, 360px);
	margin: 0 auto 26px;
	filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.32));
}

.hero-command-card__metric {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-command-card__metric strong {
	color: var(--cgi-cyan-2);
	font-size: 58px;
	line-height: 1;
}

.hero-command-card__metric span {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 800;
}

.hero-command-card__line {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.hero-command-card__line span {
	display: grid;
	place-items: center;
	min-height: 54px;
	padding: 12px;
	border-radius: 8px;
	background: rgba(5, 5, 5, 0.48);
	color: var(--cgi-white);
	font-size: 13px;
	font-weight: 900;
	text-align: center;
}

.hero-visual-board {
	position: relative;
	display: grid;
	gap: 16px;
}

.hero-visual-board figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36);
}

.hero-visual-board img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
}

.hero-visual-board__main {
	min-height: 430px;
}

.hero-visual-board__logo {
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: min(280px, 54%);
	padding: 16px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(16px);
}

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

.hero-visual-board__stack figure {
	min-height: 220px;
}

.hero-visual-board figcaption,
.visual-tile div,
.project-feature-card__body,
.media-visual-card__content {
	position: absolute;
	inset: auto 0 0;
	z-index: 1;
	padding: 22px;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.88));
	color: var(--cgi-white);
}

.hero-visual-board figcaption {
	left: 14px;
	right: 14px;
	bottom: 14px;
	inset: auto 14px 14px;
	border-radius: 8px;
	background: rgba(5, 5, 5, 0.72);
	font-size: 14px;
	font-weight: 900;
	backdrop-filter: blur(14px);
}

.hero-visual-board figcaption span {
	display: block;
	margin-top: 3px;
	color: var(--cgi-cyan-2);
	font-size: 11px;
	text-transform: uppercase;
}

.impact-strip {
	background: var(--cgi-ink);
	color: var(--cgi-white);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.impact-strip__grid div {
	padding: 24px 22px;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.impact-strip__grid strong,
.impact-strip__grid span {
	display: block;
}

.impact-strip__grid strong {
	color: var(--cgi-gold-2);
	font-size: 15px;
	text-transform: uppercase;
}

.impact-strip__grid span {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	font-weight: 700;
}

.impact-strip--gold {
	background: linear-gradient(90deg, var(--cgi-ink), var(--cgi-navy-2));
}

.impact-strip--gold .impact-strip__grid strong {
	color: var(--cgi-gold-2);
	font-size: 28px;
	line-height: 1;
}

.home-image-story {
	background: var(--cgi-white);
}

.image-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr);
	grid-template-rows: repeat(2, minmax(300px, 1fr));
	gap: 18px;
}

.image-story-card {
	position: relative;
	min-height: 300px;
	overflow: hidden;
	border-radius: 8px;
	background-position: center;
	background-size: cover;
	box-shadow: var(--cgi-shadow);
}

.image-story-card--wide {
	grid-row: span 2;
	min-height: 620px;
}

.image-story-card div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 34px;
	color: var(--cgi-white);
}

.image-story-card h2,
.image-story-card h3,
.media-split-panel h2,
.final-image-cta h2,
.founder-premium-copy h2 {
	margin: 0;
	color: var(--cgi-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 46px;
	line-height: 1.06;
	letter-spacing: 0;
}

.image-story-card h3 {
	font-size: 32px;
}

.image-services-section {
	background:
		linear-gradient(180deg, var(--cgi-cream), var(--cgi-white)),
		radial-gradient(circle at 88% 12%, rgba(245, 162, 26, 0.16), transparent 30%);
}

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

.image-service-card {
	position: relative;
	display: grid;
	align-content: space-between;
	min-height: 280px;
	overflow: hidden;
	padding: 22px;
	border-radius: 8px;
	background-position: center;
	background-size: cover;
	color: var(--cgi-white);
	box-shadow: 0 24px 58px rgba(8, 18, 34, 0.16);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.image-service-card:hover {
	color: var(--cgi-white);
	transform: translateY(-3px);
	box-shadow: 0 30px 70px rgba(8, 18, 34, 0.22);
}

.image-service-card span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: rgba(5, 5, 5, 0.68);
	color: var(--cgi-gold-2);
	backdrop-filter: blur(14px);
}

.image-service-card h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--cgi-white);
	font-size: 23px;
	line-height: 1.12;
}

.founder-premium-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(130deg, rgba(5, 5, 5, 0.96), rgba(18, 23, 33, 0.9)),
		url("../images/home-media-premium.jpg");
	background-position: center;
	background-size: cover;
	color: var(--cgi-white);
}

.founder-premium-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.68fr);
	gap: 56px;
	align-items: center;
}

.founder-premium-copy p:not(.eyebrow) {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 19px;
}

.founder-premium-portrait {
	position: relative;
	min-height: 640px;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.founder-premium-portrait::after {
	content: "";
	position: absolute;
	inset: 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	pointer-events: none;
}

.founder-premium-portrait img {
	width: 100%;
	height: 100%;
	min-height: 640px;
	object-fit: cover;
	object-position: center top;
}

.visual-showcase-section {
	background:
		linear-gradient(135deg, rgba(5, 5, 5, 0.98), rgba(18, 23, 33, 0.94)),
		radial-gradient(circle at 12% 20%, rgba(72, 198, 236, 0.18), transparent 30%);
	color: var(--cgi-white);
}

.visual-showcase-heading {
	max-width: 780px;
	margin-bottom: 34px;
}

.visual-showcase-heading h2,
.strategy-lane h2,
.value-ribbon-heading h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 46px;
	line-height: 1.08;
	letter-spacing: 0;
}

.visual-showcase-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: minmax(250px, 1fr);
	gap: 18px;
}

.visual-tile {
	position: relative;
	min-height: 250px;
	overflow: hidden;
	border-radius: 8px;
	background: var(--cgi-ink);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.visual-tile--large {
	grid-column: span 2;
	grid-row: span 2;
}

.visual-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.visual-tile:hover img {
	transform: scale(1.04);
}

.visual-tile div {
	padding: 26px;
}

.visual-tile span,
.project-feature-card .tag-row span {
	color: var(--cgi-cyan-2);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.visual-tile h3 {
	max-width: 440px;
	margin: 8px 0 0;
	color: var(--cgi-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.04;
}

.visual-tile--founder img {
	object-position: center top;
}

.strategy-lane {
	background: var(--cgi-white);
}

.strategy-lane__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: 42px;
	align-items: center;
}

.strategy-lane h2,
.value-ribbon-heading h2 {
	color: var(--cgi-navy);
}

.strategy-lane__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.strategy-lane__steps article,
.service-snapshot-card {
	position: relative;
	overflow: hidden;
	min-height: 150px;
	padding: 24px;
	border-radius: 8px;
	border: 1px solid var(--cgi-line);
	background: var(--cgi-cream);
	box-shadow: 0 18px 42px rgba(8, 18, 34, 0.06);
}

.strategy-lane__steps article::after,
.service-snapshot-card::after {
	content: "";
	position: absolute;
	right: -38px;
	bottom: -42px;
	width: 120px;
	height: 120px;
	border-radius: 999px;
	background: rgba(229, 29, 45, 0.08);
}

.strategy-lane__steps span {
	color: var(--cgi-red);
	font-weight: 900;
}

.strategy-lane__steps h3,
.service-snapshot-card h3 {
	position: relative;
	z-index: 1;
	margin: 18px 0 0;
	color: var(--cgi-navy);
	font-size: 24px;
	line-height: 1.1;
}

.manifesto-section {
	background:
		linear-gradient(90deg, rgba(246, 251, 253, 0.96), rgba(255, 255, 255, 0.98)),
		radial-gradient(circle at 10% 15%, rgba(72, 198, 236, 0.16), transparent 28%);
}

.manifesto-grid,
.founder-grid,
.media-investigation-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: 52px;
	align-items: center;
}

.manifesto-grid h2,
.founder-copy h2,
.premium-panel h2 {
	margin: 0;
	color: var(--cgi-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 46px;
	line-height: 1.08;
	letter-spacing: 0;
}

.manifesto-text p,
.founder-copy p,
.premium-panel p {
	color: var(--cgi-muted);
	font-size: 18px;
}

.premium-process {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 42px;
}

.premium-process article {
	position: relative;
	min-height: 230px;
	padding: 28px;
	overflow: hidden;
	border: 1px solid var(--cgi-line);
	border-radius: 8px;
	background: var(--cgi-white);
	box-shadow: 0 20px 50px rgba(8, 18, 34, 0.07);
}

.premium-process article::after {
	content: "";
	position: absolute;
	right: -42px;
	bottom: -48px;
	width: 140px;
	height: 140px;
	border-radius: 999px;
	background: rgba(72, 198, 236, 0.16);
}

.premium-process span {
	color: var(--cgi-red);
	font-weight: 900;
}

.premium-process h3 {
	margin: 14px 0 8px;
	color: var(--cgi-navy);
	font-size: 24px;
}

.premium-process p {
	margin: 0;
	color: var(--cgi-muted);
}

.founder-section {
	background: var(--cgi-ink);
	color: var(--cgi-white);
}

.founder-grid {
	grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
}

.founder-portrait {
	position: relative;
	min-height: 560px;
	border-radius: 8px;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(229, 29, 45, 0.28), rgba(72, 198, 236, 0.12)),
		var(--cgi-navy-2);
	box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36);
}

.founder-portrait::after {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	pointer-events: none;
}

.founder-portrait > img {
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	object-position: center top;
}

.founder-placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 20px;
	padding: 42px;
	text-align: center;
}

.founder-placeholder img {
	width: min(82%, 340px);
	margin: 0 auto;
	filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.42));
}

.founder-placeholder span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.founder-copy h2,
.founder-copy p {
	color: var(--cgi-white);
}

.founder-copy p {
	color: rgba(255, 255, 255, 0.76);
}

.founder-signature {
	display: grid;
	gap: 4px;
	margin-top: 28px;
	padding-left: 18px;
	border-left: 4px solid var(--cgi-red);
}

.founder-signature strong {
	color: var(--cgi-white);
	font-size: 22px;
}

.founder-signature span {
	color: var(--cgi-cyan-2);
	font-weight: 800;
}

.premium-heading-row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 42px;
}

.premium-heading-row .section-header {
	margin-bottom: 0;
}

.compact-services .section-header h2 {
	max-width: 620px;
}

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

.service-snapshot-card {
	display: grid;
	align-content: space-between;
	min-height: 180px;
	background: var(--cgi-white);
	color: var(--cgi-navy);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-snapshot-card:hover {
	border-color: rgba(229, 29, 45, 0.26);
	box-shadow: 0 24px 52px rgba(8, 18, 34, 0.12);
	transform: translateY(-3px);
}

.service-snapshot-card span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--cgi-ink), var(--cgi-red));
	color: var(--cgi-white);
	font-weight: 900;
}

.signature-projects {
	background:
		linear-gradient(120deg, rgba(5, 5, 5, 0.96), rgba(18, 23, 33, 0.92)),
		url("../images/projet-tournesol.png");
	background-size: cover;
	background-position: center;
	color: var(--cgi-white);
}

.signature-projects .section-header h2,
.signature-projects .section-header p:not(.eyebrow) {
	color: var(--cgi-white);
}

.signature-projects .project-card {
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.signature-projects--gallery {
	background:
		linear-gradient(120deg, rgba(5, 5, 5, 0.94), rgba(18, 23, 33, 0.74)),
		url("../images/projet-tournesol.png");
	background-position: center;
	background-size: cover;
}

.project-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.project-gallery-card {
	position: relative;
	min-height: 580px;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: var(--cgi-ink);
	box-shadow: 0 34px 82px rgba(0, 0, 0, 0.32);
}

.project-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.project-gallery-card:hover img {
	transform: scale(1.04);
}

.project-gallery-card div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 34px;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.9));
	color: var(--cgi-white);
}

.project-gallery-card h3 {
	margin: 0 0 10px;
	color: var(--cgi-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	line-height: 1.05;
}

.project-gallery-card p {
	max-width: 600px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-weight: 700;
}

.media-split-showcase {
	background: var(--cgi-white);
}

.media-split-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.media-split-panel {
	position: relative;
	display: grid;
	align-content: end;
	min-height: 640px;
	overflow: hidden;
	border-radius: 8px;
	background-position: center;
	background-size: cover;
	color: var(--cgi-white);
	box-shadow: var(--cgi-shadow);
}

.media-split-panel:hover {
	color: var(--cgi-white);
}

.media-split-panel--dark::before {
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.92));
}

.media-split-panel div {
	position: relative;
	z-index: 1;
	padding: 36px;
}

.media-split-panel h2 {
	max-width: 640px;
}

.media-split-panel span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	margin-top: 24px;
	padding: 0 14px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.13);
	color: var(--cgi-white);
}

.final-image-cta {
	position: relative;
	background-position: center;
	background-size: cover;
	color: var(--cgi-white);
}

.final-image-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
}

.final-image-cta h2 {
	max-width: 820px;
	font-size: 54px;
}

.signature-projects--visual {
	background:
		linear-gradient(120deg, rgba(5, 5, 5, 0.94), rgba(18, 23, 33, 0.78)),
		url("../images/home-investment-premium.jpg");
	background-size: cover;
	background-position: center;
}

.project-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.project-feature-card {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border-radius: 8px;
	background: var(--cgi-ink);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 34px 82px rgba(0, 0, 0, 0.32);
}

.project-feature-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.project-feature-card:hover img {
	transform: scale(1.04);
}

.project-feature-card__body {
	padding: 30px;
}

.project-feature-card h3 {
	margin: 14px 0 10px;
	color: var(--cgi-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	line-height: 1.05;
}

.project-feature-card p {
	max-width: 560px;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 700;
}

.media-investigation-section {
	background: var(--cgi-white);
}

.media-visual-section {
	background: var(--cgi-white);
}

.media-visual-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: 24px;
	align-items: stretch;
}

.media-visual-card {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	border-radius: 8px;
	background: var(--cgi-ink);
	box-shadow: var(--cgi-shadow);
}

.media-visual-card > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media-visual-card__content {
	padding: 34px;
}

.media-visual-card__content h2 {
	max-width: 680px;
	margin: 0;
	color: var(--cgi-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 44px;
	line-height: 1.08;
}

.media-visual-card__content .btn {
	margin-top: 24px;
}

.media-visual-card__content .video-frame {
	margin-top: 24px;
	max-width: 620px;
}

.media-investigation-grid {
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	align-items: stretch;
}

.premium-panel {
	padding: 34px;
	border-radius: 8px;
	border: 1px solid var(--cgi-line);
	background: var(--cgi-cream);
	box-shadow: 0 22px 58px rgba(8, 18, 34, 0.08);
}

.premium-panel .video-frame {
	margin-top: 26px;
}

.youtube-channel-card {
	display: grid;
	gap: 8px;
	margin-top: 26px;
	min-height: 260px;
	padding: 28px;
	align-content: end;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background:
		linear-gradient(135deg, rgba(229, 29, 45, 0.92), rgba(5, 5, 5, 0.86)),
		url("../images/logo-chat-group.png");
	background-size: cover, min(82%, 380px);
	background-position: center, center;
	background-repeat: no-repeat;
	color: var(--cgi-white);
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
}

.youtube-channel-card:hover {
	color: var(--cgi-white);
	transform: translateY(-2px);
}

.youtube-channel-card span {
	color: var(--cgi-cyan-2);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.youtube-channel-card strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	line-height: 1;
}

.youtube-channel-card em {
	color: rgba(255, 255, 255, 0.78);
	font-style: normal;
	font-weight: 800;
}

.youtube-channel-card--large {
	min-height: 420px;
	margin-top: 0;
}

.media-youtube-button {
	margin-top: 20px;
}

.premium-panel--dark {
	background: linear-gradient(145deg, var(--cgi-ink), var(--cgi-navy-2));
	color: var(--cgi-white);
}

.premium-panel--dark h2,
.premium-panel--dark p {
	color: var(--cgi-white);
}

.premium-panel--dark .btn {
	margin-top: 26px;
}

.partners-showcase {
	background: linear-gradient(180deg, var(--cgi-white), var(--cgi-cream));
}

.value-ribbon-section {
	background:
		linear-gradient(180deg, var(--cgi-cream), var(--cgi-white)),
		radial-gradient(circle at 86% 12%, rgba(245, 162, 26, 0.14), transparent 28%);
}

.value-ribbon-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
	gap: 42px;
	align-items: end;
	margin-bottom: 30px;
}

.value-ribbon {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.value-ribbon span {
	display: grid;
	place-items: center;
	min-height: 76px;
	padding: 14px 12px;
	border: 1px solid var(--cgi-line);
	border-radius: 8px;
	background: var(--cgi-white);
	color: var(--cgi-navy);
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	box-shadow: 0 14px 34px rgba(8, 18, 34, 0.05);
}

.hero {
	min-height: 760px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	color: var(--cgi-white);
}

.hero__inner {
	padding: 130px 0 90px;
}

.eyebrow {
	margin: 0 0 14px;
	color: var(--cgi-cyan-2);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hero h1,
.page-hero h1 {
	max-width: 780px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 58px;
	line-height: 1.03;
	font-weight: 700;
	letter-spacing: 0;
}

.hero p {
	max-width: 690px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 19px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 8px;
	border: 1px solid transparent;
	font-weight: 900;
	font-size: 15px;
	cursor: pointer;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn:hover {
	transform: translateY(-1px);
}

.btn--gold {
	background: linear-gradient(90deg, var(--cgi-gold), var(--cgi-red));
	color: var(--cgi-white);
	border-color: transparent;
}

.btn--gold:hover {
	background: linear-gradient(90deg, var(--cgi-red), var(--cgi-gold));
	color: var(--cgi-white);
}

.btn--ghost {
	color: var(--cgi-white);
	border-color: rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.08);
}

.btn--ghost:hover {
	background: var(--cgi-white);
	color: var(--cgi-navy);
}

.btn--light {
	background: var(--cgi-white);
	color: var(--cgi-navy);
	border-color: var(--cgi-white);
}

.hero__actions {
	margin-top: 32px;
	flex-wrap: wrap;
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 170px));
	gap: 14px;
	margin-top: 54px;
}

.hero-stats div {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
}

.hero-stats strong {
	display: block;
	color: var(--cgi-cyan-2);
	font-size: 30px;
	line-height: 1;
}

.hero-stats span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 700;
}

.trust-band {
	background: var(--cgi-ink);
	color: rgba(255, 255, 255, 0.72);
}

.trust-band__inner {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	min-height: 84px;
}

.trust-band span {
	display: grid;
	place-items: center;
	padding: 18px 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}

.section {
	padding: 96px 0;
}

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

.section--light {
	background: var(--cgi-cream);
}

.section-header {
	max-width: 720px;
	margin-bottom: 42px;
}

.section-header h2,
.split-feature h2,
.media-grid h2,
.newsletter-box h2,
.footer-cta h2,
.page-hero h1,
.content-area h1,
.content-area h2 {
	margin: 0;
	color: var(--cgi-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	line-height: 1.12;
	letter-spacing: 0;
}

.section-header p:not(.eyebrow),
.split-feature p,
.media-grid p,
.content-area p {
	color: var(--cgi-muted);
	font-size: 17px;
}

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

.services-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.news-card,
.feature-panel,
.contact-panel,
.contact-form {
	border: 1px solid var(--cgi-line);
	border-radius: 8px;
	background: var(--cgi-white);
	box-shadow: 0 18px 48px rgba(8, 18, 34, 0.06);
}

.service-card {
	min-height: 292px;
	padding: 26px;
	position: relative;
	overflow: hidden;
}

.service-card::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 4px;
	background: var(--cgi-gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.service-card:hover::after {
	transform: scaleX(1);
}

.service-card__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--cgi-ink), var(--cgi-red));
	color: var(--cgi-white);
	font-weight: 900;
}

.service-card h3,
.project-card h3,
.news-card h2,
.news-card h3,
.feature-panel h3,
.contact-panel h2,
.contact-form h2 {
	margin: 18px 0 10px;
	color: var(--cgi-navy);
	font-size: 21px;
	line-height: 1.22;
	letter-spacing: 0;
}

.service-card p,
.project-card p,
.news-card p,
.feature-panel p {
	margin: 0;
	color: var(--cgi-muted);
}

.sector-grid,
.values-grid,
.partners-grid {
	display: grid;
	gap: 14px;
}

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

.sector-pill,
.partners-grid div {
	display: flex;
	align-items: center;
	min-height: 74px;
	padding: 18px;
	border-radius: 8px;
	border: 1px solid var(--cgi-line);
	background: var(--cgi-white);
	color: var(--cgi-navy);
	font-weight: 900;
	box-shadow: 0 14px 34px rgba(8, 18, 34, 0.05);
}

.sector-pill::before {
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 12px;
	border-radius: 8px;
	background: var(--cgi-cyan);
	box-shadow: 0 0 0 4px rgba(72, 198, 236, 0.16);
	flex: 0 0 auto;
}

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

.value-card {
	min-height: 190px;
	padding: 26px;
	border-radius: 8px;
	background: var(--cgi-white);
	border: 1px solid var(--cgi-line);
	box-shadow: 0 18px 42px rgba(8, 18, 34, 0.06);
}

.value-card h3 {
	margin: 0 0 10px;
	color: var(--cgi-navy);
	font-size: 22px;
}

.value-card p {
	margin: 0;
	color: var(--cgi-muted);
}

.split-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
	gap: 42px;
	align-items: center;
}

.feature-panel {
	padding: 30px;
	background: var(--cgi-navy);
	color: var(--cgi-white);
}

.feature-panel h3,
.feature-panel p {
	color: var(--cgi-white);
}

.check-list,
.contact-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
	display: grid;
	gap: 12px;
}

.check-list li {
	position: relative;
	padding-left: 30px;
	color: rgba(255, 255, 255, 0.84);
}

.section--light .check-list li,
.media-grid .check-list li,
.content-area .check-list li {
	color: var(--cgi-ink);
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	background: var(--cgi-cyan);
	box-shadow: 0 0 0 4px rgba(72, 198, 236, 0.16);
}

.text-link {
	display: inline-flex;
	margin-top: 16px;
	font-weight: 900;
	color: var(--cgi-navy);
	border-bottom: 2px solid var(--cgi-red);
}

.text-link--light {
	color: var(--cgi-white);
}

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

.project-card {
	overflow: hidden;
	border-radius: 8px;
	background: var(--cgi-white);
	box-shadow: var(--cgi-shadow);
	border: 1px solid var(--cgi-line);
}

.project-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.project-card__body {
	padding: 26px;
}

.tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag-row span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 8px;
	background: rgba(229, 29, 45, 0.1);
	color: var(--cgi-navy);
	font-size: 12px;
	font-weight: 900;
}

.mini-list {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 18px 0 0;
	list-style: none;
}

.mini-list li {
	position: relative;
	padding-left: 22px;
	color: var(--cgi-muted);
}

.mini-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: var(--cgi-red);
}

.mini-list--compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 14px;
}

.service-detail-stack {
	display: grid;
	gap: 22px;
}

.service-detail-card {
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
	gap: 28px;
	padding: 30px;
	border: 1px solid var(--cgi-line);
	border-radius: 8px;
	background: var(--cgi-white);
	box-shadow: 0 18px 42px rgba(8, 18, 34, 0.06);
}

.service-detail-card__intro h3 {
	margin: 0 0 10px;
	color: var(--cgi-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 32px;
	line-height: 1.12;
	letter-spacing: 0;
}

.service-detail-card__intro h4 {
	margin: 0 0 14px;
	color: var(--cgi-ink);
	font-size: 18px;
}

.service-detail-card__intro p {
	margin: 0;
	color: var(--cgi-muted);
}

.service-detail-card__lists {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
	gap: 20px;
}

.service-detail-card__lists h5 {
	margin: 0 0 10px;
	color: var(--cgi-navy);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0;
}

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

.media-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
	gap: 48px;
	align-items: center;
}

.media-grid h2,
.media-grid p {
	color: var(--cgi-white);
}

.video-frame {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: #000;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
	aspect-ratio: 16 / 9;
}

.video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.investigations-band {
	background: var(--cgi-ink);
	color: var(--cgi-white);
}

.investigations-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.investigations-band h2 {
	max-width: 760px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 40px;
	line-height: 1.16;
	letter-spacing: 0;
}

.investigations-band p:not(.eyebrow) {
	max-width: 780px;
	color: rgba(255, 255, 255, 0.72);
}

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

.news-card {
	padding: 26px;
	min-height: 230px;
}

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

.final-cta {
	background: linear-gradient(90deg, rgba(6, 22, 47, 0.98), rgba(9, 13, 20, 0.94)), url("../images/hero-corporate.png");
	background-size: cover;
	background-position: center;
	color: var(--cgi-white);
}

.final-cta__inner {
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}

.final-cta h2 {
	margin: 0;
	color: var(--cgi-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 46px;
	line-height: 1.1;
	letter-spacing: 0;
}

.final-cta p:not(.eyebrow) {
	margin: 18px auto 0;
	max-width: 760px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
}

.final-cta .hero__actions {
	justify-content: center;
}

.news-card__date {
	color: var(--cgi-red);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.newsletter-section {
	background: var(--cgi-navy-2);
	color: var(--cgi-white);
}

.newsletter-box {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
	gap: 40px;
	align-items: center;
}

.newsletter-box h2 {
	color: var(--cgi-white);
}

.newsletter-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
}

input,
textarea {
	width: 100%;
	border: 1px solid rgba(6, 22, 47, 0.16);
	border-radius: 8px;
	background: var(--cgi-white);
	padding: 13px 14px;
	color: var(--cgi-ink);
	outline: none;
}

textarea {
	resize: vertical;
}

input:focus,
textarea:focus {
	border-color: var(--cgi-cyan);
	box-shadow: 0 0 0 4px rgba(72, 198, 236, 0.16);
}

.form-notice {
	grid-column: 1 / -1;
	margin: 4px 0 0;
	color: var(--cgi-gold-2);
	font-weight: 800;
}

.page-hero {
	background: linear-gradient(90deg, rgba(6, 22, 47, 0.96), rgba(6, 22, 47, 0.82)), url("../images/hero-corporate.png");
	background-size: cover;
	background-position: center;
	color: var(--cgi-white);
}

.page-hero__inner {
	padding: 118px 0 76px;
}

.page-hero h1 {
	color: var(--cgi-white);
}

.page-hero p:not(.eyebrow) {
	max-width: 760px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
}

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

.timeline-grid div {
	padding: 24px;
	border-left: 3px solid var(--cgi-red);
	background: var(--cgi-white);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(6, 22, 47, 0.06);
}

.timeline-grid span {
	color: var(--cgi-red);
	font-weight: 900;
}

.timeline-grid h3 {
	margin: 12px 0 8px;
	color: var(--cgi-navy);
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
	gap: 28px;
	align-items: start;
}

.contact-panel,
.contact-form {
	padding: 30px;
}

.contact-list li {
	display: grid;
	gap: 4px;
	padding: 0 0 16px;
	border-bottom: 1px solid var(--cgi-line);
}

.contact-list strong {
	color: var(--cgi-navy);
}

.contact-list span,
.contact-list a {
	color: var(--cgi-muted);
}

.contact-form {
	display: grid;
	gap: 12px;
}

.contact-form label {
	font-weight: 800;
	color: var(--cgi-navy);
}

.content-area {
	max-width: 860px;
}

.content-area img,
.single-featured img {
	border-radius: 8px;
	box-shadow: var(--cgi-shadow);
}

.site-footer {
	background: var(--cgi-ink);
	color: rgba(255, 255, 255, 0.74);
}

.footer-cta {
	background: var(--cgi-navy);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 44px 0;
}

.footer-cta h2 {
	color: var(--cgi-white);
	font-size: 34px;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(250px, 1.2fr) repeat(3, minmax(0, 1fr));
	gap: 34px;
	padding: 58px 0 34px;
}

.brand--footer {
	min-width: 0;
	color: var(--cgi-white);
}

.brand--footer .brand__text small {
	color: rgba(255, 255, 255, 0.64);
}

.footer-brand p {
	max-width: 330px;
}

.site-footer h3 {
	margin: 0 0 16px;
	color: var(--cgi-white);
	font-size: 16px;
}

.footer-menu,
.footer-list {
	display: grid;
	gap: 10px;
}

.footer-menu a,
.footer-list a {
	color: rgba(255, 255, 255, 0.76);
}

.social-links span {
	color: rgba(255, 255, 255, 0.68);
	font-weight: 800;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
}

.floating-actions {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 1001;
	display: grid;
	gap: 10px;
}

.floating-actions__item {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 8px;
	color: var(--cgi-white);
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.floating-actions__item--whatsapp {
	background: #128c4a;
}

.floating-actions__item--call {
	background: var(--cgi-gold);
	color: var(--cgi-ink);
}

body.home .floating-actions {
	top: 50%;
	right: 16px;
	bottom: auto;
	transform: translateY(-50%);
}

body.home .floating-actions__item {
	width: 48px;
	height: 48px;
	border-radius: 8px;
}

@media (max-width: 1080px) {
	.header-cta {
		display: none;
	}

	.home-hero__grid,
	.cinematic-hero,
	.manifesto-grid,
	.founder-grid,
	.founder-premium-grid,
	.media-investigation-grid,
	.strategy-lane__inner,
	.media-visual-grid,
	.media-split-grid {
		grid-template-columns: 1fr;
	}

	.hero-founder-card {
		max-width: 420px;
		margin-inline: 0 auto;
	}

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

	.visual-tile--large {
		grid-column: span 2;
		grid-row: span 1;
	}

	.home-hero__copy h1 {
		font-size: 56px;
	}

	.hero-command-card {
		max-width: 620px;
	}

	.primary-nav a {
		padding-inline: 8px;
		font-size: 13px;
	}

	.services-grid,
	.service-snapshot-grid,
	.image-service-grid,
	.timeline-grid,
	.sector-grid,
	.partners-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.project-gallery-grid {
		grid-template-columns: 1fr;
	}

	.value-ribbon {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.values-grid,
	.service-detail-card,
	.service-detail-card__lists {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	.admin-bar .site-header {
		top: 46px;
	}

	body.home.admin-bar .site-header {
		top: 46px;
	}

	.topbar {
		display: none;
	}

	.nav-shell {
		min-height: 72px;
	}

	.home-hero {
		min-height: auto;
	}

	.home-hero--cinematic {
		padding: 96px 0 38px;
	}

	.home-hero__grid {
		padding: 86px 0 64px;
	}

	.cinematic-hero__copy {
		padding: 34px 0 14px;
	}

	.cinematic-hero__copy h1 {
		font-size: clamp(38px, 7vw, 54px);
	}

	.home-hero__copy h1 {
		font-size: 44px;
	}

	.home-hero__copy p:not(.eyebrow) {
		font-size: 17px;
	}

	.impact-strip__grid,
	.premium-process,
	.strategy-lane__steps,
	.hero-image-ribbon {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-image-ribbon {
		margin-top: 22px;
	}

	.image-story-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.image-story-card--wide {
		grid-row: auto;
		min-height: 520px;
	}

	.founder-portrait,
	.founder-portrait > img {
		min-height: 460px;
	}

	.hero-founder-card,
	.hero-founder-card img,
	.founder-premium-portrait,
	.founder-premium-portrait img {
		min-height: 460px;
	}

	.hero-visual-board__main {
		min-height: 360px;
	}

	.media-visual-card {
		min-height: 560px;
	}

	.project-gallery-card,
	.media-split-panel {
		min-height: 520px;
	}

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

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

	.primary-nav {
		position: absolute;
		left: 20px;
		right: 20px;
		top: 72px;
		display: none;
		padding: 12px;
		border-radius: 8px;
		background: var(--cgi-white);
		box-shadow: var(--cgi-shadow);
	}

	.primary-nav.is-open {
		display: block;
	}

	body.home .primary-nav.is-open a {
		color: var(--cgi-navy);
	}

	body.home .floating-actions {
		top: auto;
		right: 12px;
		bottom: 12px;
		transform: none;
	}

	.primary-nav .menu {
		display: grid;
		gap: 2px;
		justify-content: stretch;
	}

	.primary-nav a {
		width: 100%;
		justify-content: flex-start;
	}

	.hero {
		min-height: 660px;
		background-position: center right;
	}

	.hero h1,
	.page-hero h1 {
		font-size: 42px;
	}

	.hero p {
		font-size: 17px;
	}

	.hero-stats,
	.trust-band__inner,
	.projects-grid,
	.project-feature-grid,
	.media-grid,
	.news-grid,
	.newsletter-box,
	.contact-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.media-grid,
	.split-feature {
		grid-template-columns: 1fr;
	}

	.investigations-band__inner,
	.footer-cta__inner,
	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.newsletter-form {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 72px 0;
	}

	.section-header h2,
	.split-feature h2,
	.media-grid h2,
	.newsletter-box h2,
	.investigations-band h2,
	.final-cta h2,
	.final-image-cta h2,
	.image-story-card h2,
	.media-split-panel h2,
	.founder-premium-copy h2,
	.manifesto-grid h2,
	.founder-copy h2,
	.premium-panel h2,
	.visual-showcase-heading h2,
	.strategy-lane h2,
	.value-ribbon-heading h2,
	.media-visual-card__content h2 {
		font-size: 34px;
	}

	.value-ribbon-heading {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

@media (max-width: 560px) {
	.container {
		width: min(calc(100% - 28px), var(--cgi-max));
	}

	.brand {
		min-width: 0;
	}

	body.home .nav-shell {
		min-height: 68px;
	}

	body.home .brand--image img {
		width: min(185px, 62vw);
		max-height: 54px;
	}

	.brand__mark {
		width: 44px;
		height: 44px;
	}

	.brand__text strong {
		max-width: 190px;
		font-size: 13px;
	}

	.hero {
		min-height: 620px;
	}

	.home-hero__copy h1 {
		font-size: 36px;
	}

	.home-hero--cinematic {
		padding: 82px 0 28px;
		background-position: center top;
	}

	.cinematic-hero__copy h1 {
		font-size: 34px;
		line-height: 1.06;
	}

	.cinematic-hero__copy p:not(.eyebrow) {
		font-size: 16px;
		margin-top: 14px;
	}

	.hero-command-card {
		padding: 20px;
	}

	.hero-command-card__metric {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.hero-command-card__metric strong {
		font-size: 46px;
	}

	.hero-command-card__line,
	.impact-strip__grid,
	.premium-process,
	.hero-visual-board__stack,
	.visual-showcase-grid,
	.strategy-lane__steps,
	.hero-image-ribbon {
		grid-template-columns: 1fr;
	}

	.visual-tile--large {
		grid-column: span 1;
	}

	.hero-visual-board__logo {
		top: 14px;
		left: 14px;
		width: min(240px, 62%);
		padding: 12px;
	}

	.visual-tile,
	.project-feature-card {
		min-height: 390px;
	}

	.image-story-card,
	.image-story-card--wide,
	.image-service-card,
	.project-gallery-card,
	.media-split-panel {
		min-height: 420px;
	}

	.media-visual-card {
		min-height: 520px;
	}

	.hero-founder-card,
	.hero-founder-card img,
	.founder-premium-portrait,
	.founder-premium-portrait img {
		min-height: 360px;
	}

	.hero-founder-card {
		max-width: 100%;
	}

	.hero-founder-card div {
		left: 12px;
		right: 12px;
		bottom: 12px;
		padding: 14px;
	}

	.hero-image-ribbon a {
		min-height: 128px;
		padding: 16px;
	}

	.hero-image-ribbon strong {
		font-size: 17px;
	}

	.founder-portrait,
	.founder-portrait > img {
		min-height: 380px;
	}

	.hero__inner {
		padding: 86px 0 62px;
	}

	.hero h1,
	.page-hero h1 {
		font-size: 34px;
	}

	.hero__actions,
	.footer-cta__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.btn {
		width: 100%;
	}

	.services-grid,
	.services-grid--three,
	.service-snapshot-grid,
	.image-service-grid,
	.project-gallery-grid,
	.media-split-grid,
	.timeline-grid,
	.sector-grid,
	.values-grid,
	.partners-grid,
	.value-ribbon,
	.mini-list--compact {
		grid-template-columns: 1fr;
	}

	.service-card {
		min-height: auto;
	}

	.page-hero__inner {
		padding: 88px 0 58px;
	}

	.contact-panel,
	.contact-form,
	.project-card__body,
	.project-feature-card__body,
	.project-gallery-card div,
	.image-story-card div,
	.media-split-panel div,
	.news-card,
	.feature-panel,
	.service-detail-card,
	.value-card,
	.premium-panel,
	.premium-process article,
	.media-visual-card__content {
		padding: 22px;
	}

	.floating-actions {
		right: 12px;
		bottom: 12px;
	}

	.final-image-cta h2 {
		font-size: 36px;
	}
}
