.gh-news { overflow: hidden; background: #fff; color: var(--gh-text); }
.gh-news h1, .gh-news h2, .gh-news h3, .gh-news p { font-family: var(--sans); }
.gh-news__crumbs { border-bottom: 1px solid var(--gh-line); background: #fff; color: var(--gh-muted); font-size: .76rem; }
.gh-news__crumbs .gh-shell { display: flex; min-height: 48px; align-items: center; gap: 9px; }
.gh-news__crumbs a { color: var(--gh-text); text-decoration: none; }
.gh-news__crumbs a:hover { color: #c79200; }
.gh-news__eyebrow { margin: 0 0 10px; color: #c79200; font-size: .69rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.gh-news-hero { position: relative; overflow: hidden; background: var(--gh-navy); color: #fff; }
.gh-news-hero::after { position: absolute; top: -280px; right: -110px; width: 560px; height: 560px; border: 1px solid rgb(247 185 0 / 17%); border-radius: 50%; box-shadow: 0 0 0 82px rgb(247 185 0 / 4%), 0 0 0 164px rgb(247 185 0 / 2%); content: ''; }
.gh-news-hero__inner { position: relative; z-index: 1; display: grid; min-height: 330px; grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.gh-news-hero .gh-news__eyebrow { color: var(--gh-gold); }
.gh-news-hero h1 { margin: 0; color: #fff; font-size: clamp(2.7rem, 5vw, 4.8rem); font-weight: 700; letter-spacing: -.055em; line-height: 1; text-wrap: balance; }
.gh-news-hero__inner > p { max-width: 540px; margin: 0; color: #d2d2d2; font-size: .94rem; line-height: 1.78; }

.gh-news-featured { padding: clamp(76px, 8vw, 106px) 0; }
.gh-news-list { padding: 48px 0 88px; }
.gh-news-featured { background: #fff; }
.gh-news-list { background: #f5f8fc; }
.gh-news__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-news__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-news__page-head > p { max-width: 420px; margin: 0 0 4px; color: var(--gh-muted); font-size: .8rem; line-height: 1.65; text-align: right; }
.gh-news__section-head { display: flex; padding-bottom: 27px; margin-bottom: 38px; align-items: flex-end; justify-content: space-between; gap: 30px; border-bottom: 1px solid #e3e9ef; }
.gh-news__section-head h2 { margin: 0; color: var(--gh-navy); font-size: clamp(1.9rem, 3vw, 2.6rem); font-weight: 700; letter-spacing: -.04em; line-height: 1.13; }
.gh-news__section-head--split > p { max-width: 420px; margin: 0 0 4px; color: var(--gh-muted); font-size: .8rem; line-height: 1.65; text-align: right; }

.gh-news-featured__card { display: grid; min-height: 450px; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); overflow: hidden; border: 1px solid #e3e9ef; border-radius: 20px; background: #fff; box-shadow: 0 12px 42px rgb(63 63 63 / 9%); }
.gh-news-featured__media { display: block; overflow: hidden; background: #dce2e6; }
.gh-news-featured__media img, .gh-news-featured__media .gh-news-card__placeholder { width: 100%; height: 100%; min-height: 450px; object-fit: cover; }
.gh-news-featured__content { display: flex; padding: clamp(36px, 5vw, 66px); justify-content: center; flex-direction: column; }
.gh-news-featured__content h2 { margin: 15px 0 0; color: var(--gh-navy); font-size: clamp(1.7rem, 2.5vw, 2.35rem); letter-spacing: -.04em; line-height: 1.2; text-wrap: balance; }
.gh-news-featured__content h2 a { color: inherit; text-decoration: none; }
.gh-news-featured__content h2 a:hover { color: #c79200; }
.gh-news-featured__excerpt { display: -webkit-box; margin: 19px 0 0; overflow: hidden; color: var(--gh-muted); font-size: .87rem; line-height: 1.72; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.gh-news__read-more { display: inline-flex; margin-top: 26px; align-items: center; align-self: flex-start; gap: 12px; color: var(--gh-navy); font-size: .76rem; font-weight: 700; text-decoration: none; }
.gh-news__read-more span { color: #c79200; font-size: 1rem; transition: transform .2s ease; }
.gh-news__read-more:hover span { transform: translateX(4px); }

.gh-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 26px; }
.gh-news-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid #e3e9ef; border-radius: 18px; background: #fff; box-shadow: 0 2px 5px rgb(63 63 63 / 3%); }
.gh-news-card__media { position: relative; display: block; overflow: hidden; background: #dce2e6; }
.gh-news-card__media img, .gh-news-card__placeholder { display: grid; width: 100%; aspect-ratio: 4 / 3; place-items: center; object-fit: cover; }
.gh-news-card__placeholder { background: linear-gradient(135deg, #dce2e6, #f2f4f6); color: #a9b2ba; }
.gh-news-card__placeholder .gh-icon { width: 42px; height: 42px; }
.gh-news-card__actions { position: absolute; right: 0; bottom: 16px; left: 0; z-index: 2; display: flex; justify-content: center; }
.gh-news-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-news-card__action .gh-icon { width: 19px; height: 19px; fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.gh-news-card__body { display: flex; padding: 23px 23px 26px; flex: 1; flex-direction: column; }
.gh-news-card__meta { display: flex; margin: 0; align-items: center; gap: 8px; color: #9a7500; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gh-news-card h3 { margin: 12px 0 0; color: var(--gh-navy); font-size: 1.02rem; line-height: 1.48; }
.gh-news-card h3 a { color: inherit; text-decoration: none; }
.gh-news-card h3 a:hover { color: #c79200; }
.gh-news-card__excerpt { display: -webkit-box; margin: 12px 0 0; overflow: hidden; color: var(--gh-muted); font-size: .77rem; line-height: 1.62; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.gh-news .navigation.pagination { margin-top: 48px; }
.gh-news .nav-links { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
.gh-news .page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 13px; place-items: center; border: 1px solid #dfe5ea; border-radius: 999px; background: #fff; color: var(--gh-navy); font-size: .72rem; font-weight: 700; text-decoration: none; }
.gh-news .page-numbers.current, .gh-news .page-numbers:hover { border-color: var(--gh-gold); background: var(--gh-gold); color: var(--gh-navy); }
.gh-news .page-numbers.prev, .gh-news .page-numbers.next { padding-inline: 18px; }
.gh-news-empty { padding: 60px; border: 1px solid #e3e9ef; border-radius: 18px; background: #fff; text-align: center; }
.gh-news-empty > span { display: grid; width: 52px; height: 52px; margin: 0 auto 18px; place-items: center; border-radius: 15px; background: #fff3c9; color: #bb8c00; }
.gh-news-empty .gh-icon { width: 24px; height: 24px; }
.gh-news-empty h2, .gh-news-empty p { margin: 0; }
.gh-news-empty p { margin-top: 9px; color: var(--gh-muted); }

.gh-news-cta { padding: 78px 0; background: #fff; }
.gh-news-cta__inner { display: flex; padding: 52px 58px; align-items: center; justify-content: space-between; gap: 42px; border-radius: 26px; background: var(--gh-navy); box-shadow: 0 24px 70px rgb(63 63 63 / 18%); color: #fff; }
.gh-news-cta h2 { max-width: 690px; margin: 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.65rem); letter-spacing: -.035em; line-height: 1.2; }
.gh-news-cta__inner > div:first-child > p:last-child { margin: 12px 0 0; color: #d0d0d0; font-size: .84rem; }
.gh-news-cta__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 22px; }
.gh-news__button { display: inline-flex; min-height: 52px; padding: 0 26px; align-items: center; gap: 14px; border-radius: 999px; background: var(--gh-gold); box-shadow: 0 12px 28px rgb(247 185 0 / 22%); color: var(--gh-navy); font-size: .78rem; font-weight: 700; text-decoration: none; }
.gh-news__button:hover { background: #ffd13a; color: var(--gh-navy); }
.gh-news-cta__phone { display: flex; flex-direction: column; color: #fff; text-decoration: none; white-space: nowrap; }
.gh-news-cta__phone small { color: #aaa; font-size: .65rem; }
.gh-news-cta__phone strong { font-size: .95rem; }

@media (max-width: 980px) {
	.gh-news-hero__inner { grid-template-columns: 1fr; gap: 20px; align-content: center; }
	.gh-news-hero__inner > p { max-width: 680px; }
	.gh-news-featured__card { min-height: 0; grid-template-columns: 1fr 1fr; }
	.gh-news-featured__media img, .gh-news-featured__media .gh-news-card__placeholder { min-height: 390px; }
	.gh-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gh-news-cta__inner { display: block; padding: 44px; }
	.gh-news-cta__actions { margin-top: 28px; }
}

@media (max-width: 680px) {
	.gh-news__crumbs .gh-shell { width: calc(100% - 32px); }
	.gh-news-hero__inner { min-height: 310px; }
	.gh-news-hero h1 { font-size: clamp(2.55rem, 13vw, 3.5rem); }
	.gh-news__section-head { display: block; margin-bottom: 30px; }
	.gh-news__section-head h2 { font-size: 1.85rem; }
	.gh-news__section-head--split > p { margin-top: 13px; text-align: left; }
	.gh-news__page-head { display: block; margin-bottom: 30px; }
	.gh-news__page-head h1 { font-size: 2rem; }
	.gh-news__page-head > p { margin-top: 13px; text-align: left; }
	.gh-news-featured { padding-block: 66px; }
	.gh-news-list { padding: 36px 0 64px; }
	.gh-news-featured__card { grid-template-columns: 1fr; border-radius: 16px; }
	.gh-news-featured__media img, .gh-news-featured__media .gh-news-card__placeholder { min-height: 0; aspect-ratio: 4 / 3; }
	.gh-news-featured__content { padding: 28px 24px 32px; }
	.gh-news-featured__content h2 { font-size: 1.55rem; }
	.gh-news-grid { grid-template-columns: 1fr; gap: 18px; }
	.gh-news-card__actions { display: none; }
	.gh-news-cta { padding-block: 56px; }
	.gh-news-cta__inner { padding: 34px 24px; border-radius: 20px; }
	.gh-news-cta__actions { align-items: flex-start; flex-direction: column; }
	.gh-news__button { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
	.gh-news__read-more span { transition: none; }
}
