:root {
	--consoul-navy: #101842;
	--consoul-orange: #ff8a34;
	--consoul-orange-deep: #ef7421;
	--consoul-ink: #1f2431;
	--consoul-muted: #6c7388;
	--consoul-surface: #f4f6fb;
	--consoul-white: #ffffff;
	--consoul-shadow: 0 22px 55px rgba(15, 24, 66, 0.12);
	--consoul-radius: 22px;
	--consoul-wrap: min(1180px, calc(100% - 48px));
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Outfit", sans-serif;
	color: var(--consoul-ink);
	background: #fff;
}

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

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

.wrap {
	width: var(--consoul-wrap);
	margin: 0 auto;
}

.topbar {
	background: var(--consoul-navy);
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.topbar__inner,
.site-header__inner,
.footer-bottom__inner,
.contact-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.topbar__inner {
	padding: 12px 0;
}

.topbar__copy {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.topbar__actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.social-list,
.menu,
.bullet-list,
.footer-contact {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-list {
	display: flex;
	gap: 10px;
}

.social-list a {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 28px;
	border-radius: 999px;
	background: var(--consoul-orange);
	color: var(--consoul-white);
	font-weight: 700;
	font-size: 15px;
	transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 18px 32px rgba(255, 138, 52, 0.22);
}

.button:hover,
.button:focus-visible {
	background: var(--consoul-orange-deep);
	transform: translateY(-2px);
}

.button--small {
	padding: 10px 18px;
	font-size: 13px;
	box-shadow: none;
}

.button--ghost {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.48);
	box-shadow: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(16, 24, 66, 0.08);
}

.site-header__inner {
	display: grid;
	grid-template-columns: 210px 1fr auto;
	align-items: center;
	column-gap: 34px;
	min-height: 88px;
	padding: 14px 0;
}

.site-logo__link,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo-link img,
.site-logo__link img,
.site-footer__logo img {
	width: 186px;
	height: auto;
}

.site-nav {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.menu a {
	position: relative;
	padding: 8px 0;
}

.menu a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	transform-origin: left;
	background: var(--consoul-orange);
	transition: transform 0.25s ease;
}

.menu a:hover::after,
.current-menu-item a::after,
.current_page_item a::after,
.menu .is-current a::after {
	transform: scaleX(1);
}

.header-cta {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-self: end;
	padding-left: 18px;
}

.phone-pill,
.search-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	font: inherit;
}

.phone-pill {
	padding: 13px 20px;
	border-radius: 999px;
	background: var(--consoul-orange);
	color: #fff;
	font-weight: 700;
	box-shadow: 0 18px 34px rgba(255, 138, 52, 0.22);
	font-size: 14px;
}

.phone-pill__icon {
	margin-right: 10px;
	font-size: 18px;
	line-height: 1;
}

.search-pill {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--consoul-surface);
	font-size: 18px;
	cursor: pointer;
}

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

.mobile-toggle span {
	display: block;
	width: 26px;
	height: 2px;
	background: var(--consoul-ink);
}

.hero {
	position: relative;
	min-height: 84vh;
	display: grid;
	align-items: stretch;
	overflow: clip;
}

.hero__media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	min-height: 84vh;
}

.hero__content {
	width: min(610px, 100%);
	padding: 94px 0 96px;
	color: #fff;
}

.eyebrow,
.section-kicker {
	margin: 0 0 16px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 12px;
	font-weight: 700;
	color: var(--consoul-orange);
}

.hero h1,
.page-hero h1,
.section-heading h2,
.about-copy h2,
.contact-band h2 {
	margin: 0;
	line-height: 0.92;
	letter-spacing: -0.04em;
}

.hero h1 {
	font-size: clamp(58px, 8vw, 92px);
}

.hero__bar {
	width: 56px;
	height: 8px;
	border-radius: 999px;
	margin: 34px 0 28px;
	background: var(--consoul-orange);
}

.hero__text {
	max-width: 520px;
	font-size: 22px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.84);
}

.hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 38px;
}

.feature-strip,
.about-section,
.services-section,
.projects-section,
.team-section,
.page-content {
	padding: 108px 0;
}

.feature-strip {
	position: relative;
	margin-top: -74px;
	z-index: 2;
}

.feature-grid,
.services-grid,
.projects-grid,
.team-grid {
	display: grid;
	gap: 26px;
}

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

.feature-card {
	display: grid;
	grid-template-columns: 86px 1fr;
	gap: 22px;
	padding: 30px 30px 28px;
	background: #fff;
	border-radius: var(--consoul-radius);
	box-shadow: var(--consoul-shadow);
	border-top: 4px solid rgba(255, 138, 52, 0.9);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.feature-card h2,
.service-card h3,
.project-card h3,
.team-card h3 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.02;
}

.feature-card:hover,
.service-card:hover,
.team-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 60px rgba(15, 24, 66, 0.16);
}

.feature-card p,
.service-card p,
.about-copy p,
.footer-copy,
.page-content__inner,
.team-card p {
	color: var(--consoul-muted);
	font-size: 18px;
	line-height: 1.7;
}

.feature-card a,
.service-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	font-weight: 700;
	color: var(--consoul-ink);
}

.about-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 52px;
	align-items: center;
}

.about-copy h2,
.section-heading h2,
.contact-band h2,
.page-hero h1 {
	font-size: clamp(42px, 5vw, 64px);
}

.bullet-list {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.bullet-list li {
	position: relative;
	padding-left: 28px;
	font-size: 18px;
	font-weight: 500;
}

.bullet-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--consoul-orange);
}

.about-visual {
	position: relative;
}

.about-visual img {
	width: 100%;
	height: 580px;
	object-fit: cover;
	border-radius: 28px;
}

.metric-card {
	position: absolute;
	right: -24px;
	bottom: 28px;
	display: grid;
	gap: 6px;
	max-width: 220px;
	padding: 26px;
	background: #fff;
	border-radius: 22px;
	box-shadow: var(--consoul-shadow);
}

.metric-card strong {
	font-size: 54px;
	line-height: 1;
	color: var(--consoul-orange);
}

.metric-card span {
	color: var(--consoul-muted);
	font-size: 16px;
	line-height: 1.5;
}

.services-section,
.team-section {
	background: linear-gradient(180deg, #fff, var(--consoul-surface));
}

.section-heading {
	display: grid;
	gap: 16px;
	margin-bottom: 42px;
	max-width: 760px;
}

.section-heading p:not(.section-kicker) {
	margin: 0;
	max-width: 640px;
	color: var(--consoul-muted);
	font-size: 18px;
	line-height: 1.72;
}

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

.service-card,
.team-card {
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: var(--consoul-shadow);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card img,
.project-card img,
.team-card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.service-card__body,
.team-card__body {
	padding: 28px;
}

.project-card {
	position: relative;
	min-height: 400px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: var(--consoul-shadow);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.project-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 65px rgba(15, 24, 66, 0.18);
}

.project-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 28px;
	color: #fff;
	background: linear-gradient(180deg, rgba(16, 24, 66, 0.06), rgba(16, 24, 66, 0.82));
}

.project-card__overlay p {
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.72);
}

.team-card p {
	margin: 0;
	font-size: 16px;
}

.contact-band {
	padding: 56px 0 0;
}

.contact-band__inner {
	padding: 52px 56px;
	border-radius: 28px;
	background: linear-gradient(135deg, #101842 0%, #18255d 100%);
	color: #fff;
	box-shadow: var(--consoul-shadow);
}

.site-footer {
	margin-top: 92px;
	background:
		radial-gradient(circle at top right, rgba(255, 138, 52, 0.14), transparent 24%),
		#0c1234;
	color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 40px;
	padding: 72px 0 42px;
}

.site-footer h3 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 22px;
}

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

.site-footer .menu a {
	padding: 0;
}

.site-footer .menu a::after {
	display: none;
}

.footer-copy {
	max-width: 360px;
	margin: 0 0 20px;
}

.footer-social {
	margin-top: 22px;
}

.social-list--footer a {
	width: 36px;
	height: 36px;
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.social-list--footer a:hover,
.social-list--footer a:focus-visible {
	background: var(--consoul-orange);
	border-color: var(--consoul-orange);
	transform: translateY(-2px);
}

.footer-contact {
	display: grid;
	gap: 10px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom__inner {
	padding: 18px 0;
	font-size: 14px;
}

.page-hero {
	padding: 110px 0 36px;
	background: linear-gradient(180deg, rgba(16, 24, 66, 0.08), transparent);
}

.page-hero--rich {
	padding: 92px 0 36px;
}

.page-hero__grid,
.info-split,
.contact-layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 38px;
	align-items: center;
}

.page-hero__copy p:not(.section-kicker),
.info-split__copy p {
	margin: 18px 0 0;
	color: var(--consoul-muted);
	font-size: 19px;
	line-height: 1.75;
	max-width: 620px;
}

.page-hero__media img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: var(--consoul-shadow);
}

.page-content__inner {
	max-width: 860px;
}

.page-section {
	padding: 40px 0 88px;
}

.page-section--soft {
	background: linear-gradient(180deg, #fff, var(--consoul-surface));
}

.info-metrics,
.process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.info-metrics--wide {
	padding-bottom: 18px;
}

.info-metric,
.process-card,
.contact-card,
.bullet-panel {
	padding: 28px;
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--consoul-shadow);
}

.info-metric strong,
.process-card span {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--consoul-orange);
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
}

.info-metric span,
.process-card p,
.contact-card p {
	color: var(--consoul-muted);
	font-size: 17px;
	line-height: 1.7;
}

.process-card h3,
.contact-card h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.05;
}

.contact-card--accent {
	background: linear-gradient(135deg, #101842 0%, #18255d 100%);
}

.contact-card--accent h2,
.contact-card--accent p,
.contact-card--accent .section-kicker {
	color: #fff;
}

.contact-card--accent .section-kicker {
	color: rgba(255, 138, 52, 0.96);
}

.bullet-panel {
	align-self: stretch;
}

.stack {
	display: grid;
	gap: 30px;
}

.reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@media (max-width: 1080px) {
	.site-nav {
		order: 4;
		width: 100%;
		display: none;
		justify-content: flex-start;
	}

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

	.site-header__inner {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 0;
	}

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

	.menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		padding: 18px 0 8px;
	}

	.feature-grid,
	.services-grid,
	.projects-grid,
	.team-grid,
	.footer-grid,
	.about-grid,
	.page-hero__grid,
	.info-split,
	.contact-layout,
	.info-metrics,
	.process-grid {
		grid-template-columns: 1fr;
	}

	.metric-card {
		right: 18px;
		bottom: 18px;
	}
}

@media (max-width: 760px) {
	.topbar__inner,
	.topbar__actions,
	.contact-band__inner,
	.footer-bottom__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.hero__content {
		padding: 86px 0;
	}

	.hero__text {
		font-size: 19px;
	}

	.phone-pill span:last-child {
		display: none;
	}

	.feature-card {
		grid-template-columns: 1fr;
	}

	.contact-band__inner {
		padding: 32px 26px;
	}

	.feature-strip,
	.about-section,
	.services-section,
	.projects-section,
	.team-section,
	.page-content {
		padding: 86px 0;
	}

	.page-hero__media img {
		height: 340px;
	}
}
