.gh-projects { overflow: hidden; background: #fff; color: var(--gh-text); }
.gh-projects h1, .gh-projects h2, .gh-projects h3, .gh-projects p, .gh-projects li { font-family: var(--sans); }
.gh-projects__crumbs { border-bottom: 1px solid var(--gh-line); background: #fff; color: var(--gh-muted); font-size: .78rem; }
.gh-projects__crumbs .gh-shell { display: flex; gap: 9px; align-items: center; min-height: 48px; }
.gh-projects__crumbs a { color: var(--gh-text); text-decoration: none; }
.gh-projects__crumbs a:hover { color: #c79200; }

.gh-projects .gh-eyebrow { margin: 0 0 10px; color: var(--gh-gold); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.gh-projects .gh-primary-button { display: inline-flex; min-height: 52px; padding: 0 28px; align-items: center; justify-content: center; gap: 14px; border-radius: 999px; font-size: .84rem; font-weight: 700; text-decoration: none; transition: background .25s ease, color .25s ease, transform .25s ease; }
.gh-projects .gh-primary-button { background: var(--gh-gold); box-shadow: 0 12px 30px rgb(247 185 0 / 25%); color: var(--gh-navy); }
.gh-projects .gh-primary-button:hover { background: #ffd23c; color: var(--gh-navy); transform: translateY(-2px); }

.gh-projects-list { padding: 48px 0 88px; background: #f5f8fc; }
.gh-projects__page-head { display: flex; padding-bottom: 27px; margin-bottom: 38px; align-items: flex-end; justify-content: space-between; gap: 30px; border-bottom: 1px solid #dfe5ea; }
.gh-projects__page-head h1 { margin: 0; color: var(--gh-navy); font-size: clamp(2.1rem, 3.4vw, 3rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.12; }
.gh-projects__page-head > p { max-width: 460px; margin: 0 0 4px; color: var(--gh-muted); font-size: .8rem; line-height: 1.65; text-align: right; }
.gh-projects .gh-section-head { margin-bottom: 48px; }
.gh-projects .gh-section-head h2 { margin: 0; color: var(--gh-navy); font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 700; letter-spacing: -.04em; line-height: 1.1; }
.gh-projects .gh-section-head--center { max-width: 800px; margin-right: auto; margin-bottom: 50px; margin-left: auto; text-align: center; }
.gh-projects .gh-section-head--center > p:last-child { max-width: 690px; margin: 15px auto 0; color: var(--gh-muted); font-size: .92rem; line-height: 1.75; }
.gh-projects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 26px; }
.gh-project-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid #e3e9ef; border-radius: 18px; background: #fff; box-shadow: 0 2px 4px rgb(63 63 63 / 3%); }
.gh-project-card__media { position: relative; display: block; overflow: hidden; background: #dce2e6; }
.gh-project-card__media img, .gh-project-card__placeholder { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gh-project-card__placeholder { background: linear-gradient(135deg, #d9dfe3, #f2f4f6); }
.gh-project-card__actions { position: absolute; right: 0; bottom: 16px; left: 0; z-index: 2; display: flex; justify-content: center; }
.gh-project-card__action { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: #fff; color: #3f3f3f; box-shadow: 0 10px 22px rgb(63 63 63 / 25%); }
.gh-project-card__action .gh-icon { width: 19px; height: 19px; fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.gh-project-card__body { display: flex; padding: 23px 23px 26px; flex: 1; flex-direction: column; }
.gh-project-card__type { margin: 0 0 9px; color: #c79200; font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.gh-project-card h3 { margin: 0; color: var(--gh-navy); font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.45; }
.gh-project-card h3 a { color: inherit; text-decoration: none; }
.gh-project-card h3 a:hover { color: #c79200; }
.gh-project-card__excerpt { display: -webkit-box; min-height: 3.15em; margin: 13px 0 0; overflow: hidden; color: var(--gh-muted); font-size: .78rem; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.gh-projects-empty { padding: 58px; border: 1px solid #e3e9ef; border-radius: 18px; background: #fff; text-align: center; }
.gh-projects-empty h3 { margin: 0; color: var(--gh-navy); }
.gh-projects-empty p { margin: 10px 0 0; color: var(--gh-muted); }
.gh-projects-pagination { display: flex; margin-top: 42px; justify-content: center; gap: 8px; }
.gh-projects-pagination .page-numbers { display: inline-flex; min-width: 42px; min-height: 42px; padding: 8px 13px; align-items: center; justify-content: center; border: 1px solid #d7dfe7; border-radius: 10px; background: #fff; color: var(--gh-navy); font-size: .82rem; font-weight: 700; text-decoration: none; }
.gh-projects-pagination .page-numbers:hover, .gh-projects-pagination .page-numbers:focus-visible, .gh-projects-pagination .page-numbers.current { border-color: var(--gh-navy); background: var(--gh-navy); color: #fff; }

.gh-projects-process { padding: 96px 0; background: var(--gh-navy); color: #fff; }
.gh-projects-process__grid { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: clamp(60px, 9vw, 125px); align-items: start; }
.gh-projects-process h2 { margin: 0; color: #fff; font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 700; letter-spacing: -.04em; line-height: 1.12; }
.gh-projects-process__heading > p:last-child { margin: 20px 0 0; color: #c7c7c7; font-size: .88rem; line-height: 1.75; }
.gh-projects-process ol { padding: 0; margin: 0; border-top: 1px solid rgb(255 255 255 / 18%); list-style: none; }
.gh-projects-process li { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgb(255 255 255 / 18%); }
.gh-projects-process li > span { color: var(--gh-gold); font-size: .68rem; font-weight: 700; letter-spacing: .1em; }
.gh-projects-process h3 { margin: 0; color: #fff; font-size: 1rem; }
.gh-projects-process li p { margin: 8px 0 0; color: #bfc0c0; font-size: .79rem; line-height: 1.65; }

.gh-projects-cta { padding: 78px 0; background: #fff; }
.gh-projects .gh-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 54px 60px; border-radius: 26px; background: var(--gh-navy); box-shadow: 0 24px 70px rgb(63 63 63 / 18%); color: #fff; }
.gh-projects .gh-cta h2 { margin: 0 0 10px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.03em; }
.gh-projects .gh-cta p:not(.gh-eyebrow) { margin: 0; color: #d0d0d0; }
.gh-projects .gh-cta__inner > div:last-child { display: flex; align-items: center; gap: 24px; }
.gh-projects .gh-cta__phone { display: flex; flex-direction: column; color: #fff; text-decoration: none; white-space: nowrap; }
.gh-projects .gh-cta__phone small { color: #bdbdbd; }
.gh-projects .gh-cta__phone strong { font-size: 1.08rem; }
.gh-projects-cta .gh-primary-button:hover, .gh-projects-cta .gh-primary-button:focus-visible { transform: none; }
.gh-projects-cta .gh-primary-button span { transition: transform .25s ease; }
.gh-projects-cta .gh-primary-button:hover span, .gh-projects-cta .gh-primary-button:focus-visible span { transform: translateX(5px); }

@media (max-width: 1000px) {
	.gh-projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gh-projects-process__grid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 760px) {
	.gh-projects .gh-cta__inner { display: block; padding: 44px; }
	.gh-projects .gh-cta__inner > div:last-child { margin-top: 28px; }
}

@media (max-width: 580px) {
	.gh-projects-list { padding: 36px 0 64px; }
	.gh-projects-process { padding-block: 66px; }
	.gh-projects__page-head { display: block; margin-bottom: 30px; }
	.gh-projects__page-head h1 { font-size: 2rem; }
	.gh-projects__page-head > p { margin-top: 13px; text-align: left; }
	.gh-projects .gh-section-head h2, .gh-projects-process h2 { font-size: 2rem; }
	.gh-projects-grid { grid-template-columns: 1fr; gap: 18px; }
	.gh-project-card__actions { display: none; }
	.gh-projects-process li { grid-template-columns: 43px 1fr; gap: 12px; }
	.gh-projects-cta { padding: 56px 0; }
	.gh-projects .gh-cta__inner { padding: 34px 24px; border-radius: 20px; }
	.gh-projects .gh-cta__inner > div:last-child { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.gh-projects .gh-primary-button { transition: none; }
}
