
:root {
	--garo-navy: #071b3d;
	--garo-blue: #0d3773;
	--garo-red: #ed1c24;
	--garo-ink: #132640;
	--garo-muted: #66758b;
	--garo-line: #dde5ef;
	--garo-soft: #f3f6fa;
	--garo-white: #fff;
	--garo-green: #0b7a58;
	--garo-shadow: 0 18px 50px rgba(7, 27, 61, 0.12);
	--garo-radius: 18px;
	--garo-container: min(1240px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--garo-ink);
	background: var(--garo-white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--garo-blue); text-decoration: none; }
a:hover { color: var(--garo-red); }
h1, h2, h3, h4 { color: var(--garo-navy); line-height: 1.15; }
h1, h2, h3, p { overflow-wrap: anywhere; }
button, input, select, textarea { font: inherit; }
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.garo-skip-link:focus {
	position: fixed !important;
	top: 8px;
	left: 8px;
	z-index: 9999;
	width: auto;
	height: auto;
	padding: 10px 14px;
	margin: 0;
	clip: auto;
	background: #fff;
	color: var(--garo-navy);
	border-radius: 8px;
}
.garo-container { width: var(--garo-container); margin-inline: auto; }
.garo-staging-banner {
	padding: 6px 14px;
	background: #ffefc7;
	color: #76500b;
	text-align: center;
	font-size: 12px;
	font-weight: 800;
}
.garo-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--garo-line);
	backdrop-filter: blur(14px);
}
.garo-header__inner {
	min-height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.garo-header__brand .custom-logo-link { display: inline-flex; align-items: center; }
.garo-header__brand .custom-logo { max-height: 58px; width: auto; }
.garo-wordmark { display: inline-flex; flex-direction: column; color: var(--garo-navy); }
.garo-wordmark__name { font-size: 22px; font-weight: 900; letter-spacing: -0.03em; }
.garo-wordmark__tagline { color: var(--garo-red); font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.garo-nav { display: flex; align-items: center; gap: 18px; }
.garo-nav__list { display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.garo-nav__list a { color: var(--garo-ink); font-size: 14px; font-weight: 700; }
.garo-nav__list .current-menu-item > a, .garo-nav__list a:hover { color: var(--garo-red); }
.garo-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.garo-menu-toggle span:not(.screen-reader-text) { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--garo-navy); }
.garo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 11px 17px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-weight: 800;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.garo-button:hover { transform: translateY(-1px); }
.garo-button--primary { color: #fff; background: var(--garo-red); box-shadow: 0 12px 28px rgba(237, 28, 36, 0.22); }
.garo-button--primary:hover { color: #fff; background: #ca151c; }
.garo-button--navy { color: #fff; background: var(--garo-navy); }
.garo-button--navy:hover { color: #fff; background: var(--garo-blue); }
.garo-button--outline-light { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.garo-button--outline-light:hover { color: var(--garo-navy); background: #fff; }
.garo-button--light { color: var(--garo-navy); background: #fff; }
.garo-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.garo-text-link { display: inline-flex; font-weight: 800; }
.garo-text-link--light { color: #fff; }
.garo-eyebrow {
	display: inline-flex;
	color: var(--garo-red);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.garo-eyebrow--light { color: #ff7379; }
.garo-hero {
	position: relative;
	overflow: hidden;
	padding: 82px 0 66px;
	background:
		radial-gradient(circle at 85% 20%, rgba(237,28,36,.18), transparent 28%),
		linear-gradient(125deg, #071b3d 0%, #0b2d64 62%, #06152f 100%);
}
.garo-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; }
.garo-hero h1 { max-width: 760px; margin: 14px 0 18px; color: #fff; font-size: clamp(42px, 6vw, 78px); letter-spacing: -0.055em; }
.garo-hero__content > p { max-width: 700px; margin-bottom: 26px; color: #d6e1f1; font-size: clamp(17px, 2vw, 21px); }
.garo-hero__visual { position: relative; }
.garo-hero__visual > img { display: block; filter: drop-shadow(0 28px 40px rgba(0,0,0,.25)); }
.garo-hero__note {
	position: absolute;
	right: 12px;
	bottom: -12px;
	max-width: 280px;
	padding: 15px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 14px;
	color: #fff;
	background: rgba(7,27,61,.82);
	backdrop-filter: blur(12px);
}
.garo-hero__note strong, .garo-hero__note span { display: block; }
.garo-hero__note span { color: #cbd7e8; font-size: 12px; }
.garo-trust-strip { background: #fff; border-bottom: 1px solid var(--garo-line); }
.garo-trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.garo-trust-strip__grid > div { padding: 20px 18px; border-right: 1px solid var(--garo-line); }
.garo-trust-strip__grid > div:last-child { border-right: 0; }
.garo-trust-strip strong, .garo-trust-strip span { display: block; }
.garo-trust-strip strong { color: var(--garo-navy); }
.garo-trust-strip span { color: var(--garo-muted); font-size: 12px; }
.garo-section { padding: 82px 0; }
.garo-section--soft { background: var(--garo-soft); }
.garo-section-heading { max-width: 760px; margin-bottom: 32px; }
.garo-section-heading h2 { margin: 8px 0 10px; font-size: clamp(32px, 4vw, 52px); letter-spacing: -0.035em; }
.garo-section-heading p { margin: 0; color: var(--garo-muted); font-size: 17px; }
.garo-card-grid { display: grid; gap: 18px; }
.garo-card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.garo-card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.garo-info-card, .garo-route-card, .garo-finance-card {
	display: block;
	padding: 22px;
	border: 1px solid var(--garo-line);
	border-radius: var(--garo-radius);
	background: #fff;
	box-shadow: 0 8px 28px rgba(7,27,61,.055);
}
.garo-info-card__number { color: var(--garo-red); font-weight: 900; }
.garo-info-card h3, .garo-route-card h3, .garo-finance-card h3 { margin: 12px 0 7px; }
.garo-info-card p, .garo-route-card p, .garo-finance-card p { color: var(--garo-muted); font-size: 14px; }
.garo-route-card { transition: transform .2s ease, border-color .2s ease; }
.garo-route-card:hover { transform: translateY(-3px); border-color: var(--garo-red); }
.garo-route-card > span { color: var(--garo-red); font-size: 12px; font-weight: 900; }
.garo-process { display: grid; grid-template-columns: repeat(8, minmax(120px, 1fr)); gap: 10px; overflow-x: auto; padding-bottom: 8px; }
.garo-process__step { min-width: 135px; padding: 17px; border-radius: 14px; background: var(--garo-soft); }
.garo-process__step span {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin-bottom: 12px;
	border-radius: 10px;
	color: #fff;
	background: var(--garo-red);
	font-weight: 900;
}
.garo-process__step strong { color: var(--garo-navy); font-size: 13px; }
.garo-section-action { margin-top: 28px; text-align: center; }
.garo-buildsmart {
	color: #fff;
	background:
		radial-gradient(circle at 15% 20%, rgba(237,28,36,.18), transparent 30%),
		linear-gradient(125deg, #071b3d, #0d3773);
}
.garo-buildsmart h2 { margin: 9px 0 12px; color: #fff; font-size: clamp(34px, 4.5vw, 56px); }
.garo-buildsmart p { color: #d6e1f1; }
.garo-buildsmart__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: center; }
.garo-buildsmart__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.garo-buildsmart__cards > div { padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.08); }
.garo-buildsmart__cards strong, .garo-buildsmart__cards span { display: block; }
.garo-buildsmart__cards span { color: #cbd8e9; font-size: 12px; }
.garo-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.garo-project-card { overflow: hidden; border: 1px solid var(--garo-line); border-radius: var(--garo-radius); background: #fff; box-shadow: 0 8px 28px rgba(7,27,61,.06); }
.garo-project-card__media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #e5ebf2; }
.garo-project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.garo-project-card:hover .garo-project-card__media img { transform: scale(1.025); }
.garo-project-card__status { position: absolute; top: 12px; right: 12px; padding: 5px 8px; border-radius: 999px; color: #fff; background: rgba(7,27,61,.85); font-size: 10px; font-weight: 800; }
.garo-project-card__body { padding: 20px; }
.garo-project-card__type { color: var(--garo-red); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.garo-project-card h3 { margin: 8px 0 5px; }
.garo-project-card h3 a { color: var(--garo-navy); }
.garo-project-card p { color: var(--garo-muted); font-size: 13px; }
.garo-project-card__location { font-weight: 800; }
.garo-finance-card > span, .garo-coverage-card > span { color: var(--garo-red); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.garo-projecthub { background: #fff; }
.garo-projecthub__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.garo-projecthub h2 { font-size: clamp(34px, 4.5vw, 54px); }
.garo-projecthub p { color: var(--garo-muted); }
.garo-dashboard-mockup { padding: 20px; border: 1px solid #cdd8e6; border-radius: 22px; background: #f7f9fc; box-shadow: var(--garo-shadow); transform: rotate(1.5deg); }
.garo-dashboard-mockup__bar { display: flex; gap: 6px; padding-bottom: 14px; }
.garo-dashboard-mockup__bar span { width: 9px; height: 9px; border-radius: 50%; background: #b7c3d2; }
.garo-dashboard-mockup__bar span:first-child { background: var(--garo-red); }
.garo-dashboard-mockup__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.garo-dashboard-mockup__stats > div { padding: 15px; border-radius: 13px; background: #fff; }
.garo-dashboard-mockup__stats strong, .garo-dashboard-mockup__stats span { display: block; }
.garo-dashboard-mockup__stats strong { color: var(--garo-navy); font-size: 26px; }
.garo-dashboard-mockup__stats span { color: var(--garo-muted); font-size: 11px; }
.garo-dashboard-mockup__lines { display: grid; gap: 10px; margin-top: 16px; }
.garo-dashboard-mockup__lines span { display: block; height: 13px; border-radius: 999px; background: #dfe6ee; }
.garo-dashboard-mockup__lines span:nth-child(2) { width: 80%; }
.garo-dashboard-mockup__lines span:nth-child(3) { width: 92%; }
.garo-dashboard-mockup__lines span:nth-child(4) { width: 65%; }
.garo-coverage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.garo-coverage-card { padding: 28px; border: 1px solid var(--garo-line); border-radius: 20px; background: #fff; }
.garo-coverage-card h3 { font-size: 28px; }
.garo-coverage-card p { color: var(--garo-muted); }
.garo-company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.garo-company-grid h2 { font-size: clamp(34px, 4vw, 52px); }
.garo-company-grid p { color: var(--garo-muted); }
.garo-company-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.garo-company-facts > div { padding: 20px; border-radius: 16px; background: #fff; }
.garo-company-facts strong, .garo-company-facts span { display: block; }
.garo-company-facts strong { color: var(--garo-navy); font-size: 22px; }
.garo-company-facts span { color: var(--garo-muted); font-size: 12px; }
.garo-final-cta { padding: 60px 0; color: #fff; background: linear-gradient(125deg, #071b3d, #0b2f67); }
.garo-final-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; }
.garo-final-cta h2 { margin: 8px 0; color: #fff; font-size: clamp(32px, 4vw, 52px); }
.garo-final-cta p { margin: 0; color: #d6e1f1; }
.garo-footer { color: #d5e0ef; background: #05122b; }
.garo-footer__grid { display: grid; grid-template-columns: 1.15fr 1fr .8fr .9fr; gap: 36px; padding-top: 58px; padding-bottom: 48px; }
.garo-footer .garo-wordmark__name { color: #fff; }
.garo-footer h2 { color: #fff; font-size: 15px; }
.garo-footer p, .garo-footer a { color: #b9c7d9; font-size: 13px; }
.garo-footer__intro { max-width: 370px; }
.garo-footer__links { margin: 0; padding: 0; list-style: none; }
.garo-footer__links li { margin-bottom: 8px; }
.garo-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.garo-footer__bottom-inner { display: flex; justify-content: space-between; gap: 18px; padding-block: 18px; }
.garo-footer__bottom p { margin: 0; }
.garo-ask-button {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 90;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 17px;
	border-radius: 999px;
	color: #fff;
	background: var(--garo-red);
	box-shadow: 0 16px 38px rgba(189,16,26,.35);
	font-weight: 900;
}
.garo-ask-button:hover { color: #fff; background: #ca151c; }
.garo-ask-button__dot { width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: garo-pulse 2s infinite; }
@keyframes garo-pulse { 70% { box-shadow: 0 0 0 10px rgba(255,255,255,0); } }
.garo-page-hero, .garo-project-hero { padding: 70px 0; background: linear-gradient(125deg, #071b3d, #0d3773); }
.garo-page-hero h1, .garo-project-hero h1 { max-width: 900px; margin: 10px 0 0; color: #fff; font-size: clamp(38px, 5vw, 66px); }
.garo-page-hero p, .garo-project-hero p { color: #d5e1f1; }
.garo-content-shell { padding-top: 60px; padding-bottom: 80px; }
.garo-content-shell > * { max-width: 900px; }
.garo-content-shell .alignwide { max-width: 1180px; }
.garo-content-shell h2 { margin-top: 42px; font-size: clamp(29px, 3vw, 42px); }
.garo-content-shell h3 { margin-top: 28px; }
.garo-content-shell p, .garo-content-shell li { color: #43546d; }
.garo-post-card { margin-bottom: 20px; padding: 22px; border: 1px solid var(--garo-line); border-radius: 16px; }
.garo-project-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.garo-project-hero__image img { width: 100%; border-radius: 20px; box-shadow: var(--garo-shadow); }
.garo-case-study { display: grid; grid-template-columns: 1.25fr .75fr; gap: 44px; }
.garo-case-study__sidebar { display: grid; gap: 12px; align-content: start; }
.garo-case-study__sidebar > div { padding: 18px; border: 1px solid var(--garo-line); border-radius: 14px; background: var(--garo-soft); }
.garo-case-study__sidebar span { color: var(--garo-red); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.garo-empty-state { min-height: 65vh; display: grid; place-items: center; text-align: center; padding: 70px 0; }
.navigation.pagination { margin-top: 30px; }

@media (max-width: 1120px) {
	.garo-nav__list { gap: 12px; }
	.garo-nav__list a { font-size: 12px; }
	.garo-card-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.garo-project-grid { grid-template-columns: repeat(2, 1fr); }
	.garo-trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
	.garo-trust-strip__grid > div:nth-child(2) { border-right: 0; }
	.garo-trust-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--garo-line); }
}
@media (max-width: 900px) {
	.garo-menu-toggle { display: block; z-index: 102; }
	.garo-nav {
		position: fixed;
		inset: 0 0 0 18%;
		z-index: 101;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 95px 22px 30px;
		background: #fff;
		box-shadow: -20px 0 50px rgba(7,27,61,.18);
	}
	.garo-nav.is-open { display: flex; }
	.garo-nav__list { flex-direction: column; align-items: stretch; }
	.garo-nav__list a { display: block; padding: 8px 0; font-size: 16px; }
	.garo-nav__cta { margin-top: 10px; }
	.garo-hero__grid, .garo-buildsmart__grid, .garo-projecthub__grid, .garo-company-grid, .garo-project-hero__grid, .garo-case-study { grid-template-columns: 1fr; }
	.garo-hero { padding-top: 58px; }
	.garo-hero__visual { max-width: 720px; }
	.garo-card-grid--3 { grid-template-columns: repeat(2, 1fr); }
	.garo-footer__grid { grid-template-columns: repeat(2, 1fr); }
	.garo-final-cta__inner { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
	:root { --garo-container: min(100% - 28px, 1240px); }
	.garo-header__inner { min-height: 72px; }
	.garo-header__brand .custom-logo { max-height: 48px; }
	.garo-wordmark__name { font-size: 18px; }
	.garo-nav { inset-left: 8%; }
	.garo-section { padding: 58px 0; }
	.garo-hero h1 { font-size: 43px; }
	.garo-card-grid--3, .garo-card-grid--4, .garo-project-grid, .garo-buildsmart__cards, .garo-coverage-grid, .garo-company-facts, .garo-footer__grid { grid-template-columns: 1fr; }
	.garo-trust-strip__grid { grid-template-columns: 1fr; }
	.garo-trust-strip__grid > div { border-right: 0; border-bottom: 1px solid var(--garo-line); }
	.garo-projecthub__grid { gap: 30px; }
	.garo-footer__bottom-inner { flex-direction: column; }
	.garo-ask-button { right: 12px; bottom: 12px; }
}
