.fgt-wrap {
	--fgt-accent: #da5f06;
	--fgt-dark: #171717;
	--fgt-ink: #202020;
	--fgt-muted: #6d6d6d;
	--fgt-line: #e7e3df;
	--fgt-soft: #f6f3ef;
	color: var(--fgt-ink);
	font-family: inherit;
	line-height: 1.6;
	overflow: hidden;
}

.fgt-wrap *,
.fgt-wrap *::before,
.fgt-wrap *::after { box-sizing: border-box; }
.fgt-wrap button,
.fgt-wrap a { font: inherit; }
.fgt-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.fgt-eyebrow {
	margin: 0 0 12px;
	color: var(--fgt-accent);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.3;
	text-transform: uppercase;
}
.fgt-wrap h1,
.fgt-wrap h2,
.fgt-wrap h3 { color: inherit; line-height: 1.08; margin: 0; text-wrap: balance; }
.fgt-wrap h1 { font-size: clamp(2.75rem, 6vw, 5.8rem); letter-spacing: -.055em; max-width: 900px; }
.fgt-wrap h2 { font-size: clamp(2rem, 4vw, 3.65rem); letter-spacing: -.04em; }
.fgt-wrap h3 { font-size: 1.35rem; letter-spacing: -.02em; }
.fgt-wrap p { margin: 0; }
.fgt-richtext p + p { margin-top: 1em; }

.fgt-hero {
	background:
		radial-gradient(circle at 85% 15%, rgba(218,95,6,.28), transparent 27rem),
		linear-gradient(135deg, #111 0%, var(--fgt-dark) 68%, #28231f 100%);
	color: #fff;
	position: relative;
}
.fgt-hero::after {
	background: var(--fgt-accent);
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	width: 31%;
}
.fgt-hero__inner { padding-block: clamp(80px, 12vw, 160px) clamp(70px, 10vw, 130px); }
.fgt-lead { color: rgba(255,255,255,.77); font-size: clamp(1.08rem, 2vw, 1.35rem); max-width: 760px; margin-top: 28px; }
.fgt-hero__facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.fgt-hero__facts a { align-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: #fff !important; display: inline-flex; font-size: .84rem; font-weight: 800; gap: 9px; padding: 9px 15px; text-decoration: none !important; transition: background .2s, border-color .2s, transform .2s; }
.fgt-hero__facts a::after { content: "↗"; font-size: .9em; }
.fgt-hero__facts a:hover,
.fgt-hero__facts a:focus-visible { background: var(--fgt-accent); border-color: var(--fgt-accent); transform: translateY(-2px); }

.fgt-story { align-items: center; display: grid; gap: clamp(34px, 7vw, 90px); grid-template-columns: minmax(200px, .6fr) 1.4fr; padding-block: clamp(70px, 10vw, 130px); }
.fgt-story__number { color: var(--fgt-accent); font-size: clamp(4.5rem, 12vw, 10rem); font-weight: 900; letter-spacing: -.09em; line-height: .8; opacity: .14; }
.fgt-story h2 { margin-bottom: 24px; }
.fgt-story .fgt-richtext { color: var(--fgt-muted); font-size: 1.08rem; max-width: 720px; }
.fgt-story + .fgt-values { padding-top: 0; }

.fgt-values { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); padding-block: clamp(70px, 10vw, 130px); }
.fgt-value { background: var(--fgt-soft); min-height: 250px; padding: clamp(28px, 4vw, 46px); position: relative; }
.fgt-value:first-child { border-radius: 18px 0 0 18px; }
.fgt-value:last-child { border-radius: 0 18px 18px 0; }
.fgt-value__index { color: var(--fgt-accent); display: block; font-size: .76rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 50px; }
.fgt-value h3 { margin-bottom: 14px; }
.fgt-value p { color: var(--fgt-muted); }

.fgt-team-section { background: #f3f1ee; padding-block: clamp(70px, 10vw, 130px); }
.fgt-section-head { align-items: end; display: flex; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.fgt-section-head .fgt-richtext { color: var(--fgt-muted); margin-top: 18px; max-width: 650px; }
.fgt-team-count { color: var(--fgt-muted); flex: 0 0 auto; text-align: right; }
.fgt-team-count strong { color: var(--fgt-accent); display: block; font-size: 2.8rem; line-height: 1; }

.fgt-filters { background: #fff; border: 1px solid var(--fgt-line); border-radius: 15px; display: grid; gap: 16px; margin-bottom: 34px; padding: 18px; }
.fgt-filter-group { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.fgt-filter-label { color: var(--fgt-muted); font-size: .74rem; font-weight: 800; letter-spacing: .08em; min-width: 76px; text-transform: uppercase; }
.fgt-filters button { background: #f6f4f1; border: 0; border-radius: 999px; color: var(--fgt-ink); cursor: pointer; font-size: .86rem; font-weight: 700; padding: 8px 13px; transition: background .2s, color .2s, transform .2s; }
.fgt-filters button:hover { transform: translateY(-1px); }
.fgt-filters button.is-active { background: var(--fgt-accent); color: #fff; }
.fgt-filters .fgt-filter-reset { background: transparent; color: var(--fgt-accent); justify-self: start; padding-left: 0; text-decoration: underline; text-underline-offset: 3px; }

.fgt-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fgt-card { background: #fff; border-radius: 16px; box-shadow: 0 10px 35px rgba(25,20,16,.06); min-width: 0; overflow: hidden; transition: opacity .25s, transform .25s; }
.fgt-card[hidden] { display: none; }
.fgt-card__button { background: transparent; border: 0; color: inherit; cursor: pointer; display: block; padding: 0; text-align: left; width: 100%; }
.fgt-card__media { aspect-ratio: 4 / 4.5; background: #ddd8d2; display: block; overflow: hidden; position: relative; }
.fgt-card__media img,
.fgt-modal__media img { display: block; height: 100%; object-fit: cover; width: 100%; transition: transform .45s ease; }
.fgt-card:hover .fgt-card__media img { transform: scale(1.035); }
.fgt-placeholder { align-items: center; background: linear-gradient(145deg, #2c2927, #161514); color: rgba(255,255,255,.2); display: flex; font-size: clamp(3.5rem, 8vw, 6rem); font-weight: 900; height: 100%; justify-content: center; letter-spacing: -.08em; width: 100%; }
.fgt-card__more { background: var(--fgt-accent); bottom: 14px; color: #fff; font-size: .8rem; font-weight: 800; opacity: 0; padding: 9px 12px; position: absolute; right: 14px; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.fgt-card:hover .fgt-card__more,
.fgt-card__button:focus-visible .fgt-card__more { opacity: 1; transform: translateY(0); }
.fgt-card__body { display: flex; flex-direction: column; padding: 24px; }
.fgt-card__terms { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 13px; }
.fgt-card__terms span { background: rgba(218,95,6,.10); border-radius: 999px; color: var(--fgt-accent); font-size: .68rem; font-weight: 800; letter-spacing: .05em; padding: 4px 8px; text-transform: uppercase; }
.fgt-card__name { font-size: 1.34rem; line-height: 1.15; }
.fgt-card__job { color: var(--fgt-accent); font-size: .9rem; font-weight: 700; margin-top: 6px; }
.fgt-card__short { color: var(--fgt-muted); font-size: .9rem; margin-top: 16px; }
.fgt-empty { background: #fff; border-radius: 12px; color: var(--fgt-muted); padding: 30px; text-align: center; }

body.fgt-modal-open { overflow: hidden; }
.fgt-modal[hidden] { display: none; }
.fgt-modal { inset: 0; position: fixed; z-index: 999999; }
.fgt-modal__backdrop { background: rgba(10,10,10,.78); inset: 0; position: absolute; }
.fgt-modal__panel { background: #fff; border-radius: 18px; display: grid; grid-template-columns: minmax(280px, .85fr) 1.15fr; left: 50%; max-height: min(780px, calc(100vh - 40px)); max-width: 980px; overflow: auto; position: absolute; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 40px); }
.fgt-modal__close { align-items: center; background: #fff; border: 0; border-radius: 50%; box-shadow: 0 4px 18px rgba(0,0,0,.15); cursor: pointer; display: flex; font-size: 1.8rem; height: 42px; justify-content: center; line-height: 1; padding: 0 0 4px; position: absolute; right: 16px; top: 16px; width: 42px; z-index: 2; }
.fgt-modal__media { background: #ddd8d2; min-height: 580px; }
.fgt-modal__content { align-self: center; padding: clamp(34px, 6vw, 70px); }
.fgt-modal__content h3 { font-size: clamp(2rem, 4vw, 3.3rem); }
.fgt-modal__job { color: var(--fgt-accent); font-weight: 800; margin-top: 8px !important; }
.fgt-modal__content blockquote { border-left: 3px solid var(--fgt-accent); color: var(--fgt-ink); font-size: 1.12rem; font-style: italic; margin: 25px 0; padding-left: 18px; }
.fgt-modal__content > .fgt-richtext { color: var(--fgt-muted); margin-top: 24px; }
.fgt-details { border-top: 1px solid var(--fgt-line); margin: 26px 0 0; padding: 4px 0 0; }
.fgt-details div { border-bottom: 1px solid var(--fgt-line); display: grid; gap: 18px; grid-template-columns: 130px 1fr; padding: 14px 0; }
.fgt-details dt { color: var(--fgt-muted); font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.fgt-details dd { margin: 0; }
.fgt-profile-contact { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.fgt-profile-contact a { background: var(--fgt-accent); color: #fff !important; font-weight: 800; padding: 10px 14px; text-decoration: none !important; }

.fgt-cta { align-items: center; background: var(--fgt-accent); border-radius: 20px; color: #fff; display: flex; gap: 40px; justify-content: space-between; margin-block: clamp(60px, 9vw, 110px); padding: clamp(34px, 6vw, 70px); }
.fgt-cta .fgt-eyebrow { color: rgba(255,255,255,.76); }
.fgt-cta h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 15px; }
.fgt-cta p { max-width: 650px; }
.fgt-cta__actions { display: grid; flex: 0 0 min(500px, 46%); gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fgt-btn { align-items: center; border: 2px solid #fff; border-radius: 4px; display: inline-flex; font-weight: 800; justify-content: space-between; min-height: 54px; padding: 12px 16px; text-decoration: none !important; transition: background .2s, color .2s, transform .2s; }
.fgt-btn::after { content: "↗"; font-size: 1.05em; margin-left: 14px; }
.fgt-btn:hover { transform: translateY(-2px); }
.fgt-btn--light { background: #fff; color: var(--fgt-accent) !important; }
.fgt-btn--outline { color: #fff !important; }
.fgt-btn--outline:hover { background: #fff; color: var(--fgt-accent) !important; }
.fgt-btn--wide { grid-column: 1 / -1; }

@media (max-width: 900px) {
	.fgt-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.fgt-values { grid-template-columns: 1fr; gap: 1px; }
	.fgt-value { min-height: 0; }
	.fgt-value:first-child { border-radius: 18px 18px 0 0; }
	.fgt-value:last-child { border-radius: 0 0 18px 18px; }
	.fgt-value__index { margin-bottom: 25px; }
	.fgt-cta { align-items: flex-start; flex-direction: column; }
	.fgt-cta__actions { flex: none; width: 100%; }
}

@media (max-width: 680px) {
	.fgt-shell { width: min(100% - 28px, 1180px); }
	.fgt-story { grid-template-columns: 1fr; }
	.fgt-story__number { margin-bottom: -12px; }
	.fgt-section-head { align-items: flex-start; flex-direction: column; }
	.fgt-team-count { text-align: left; }
	.fgt-grid { gap: 16px; grid-template-columns: 1fr; }
	.fgt-card__media { aspect-ratio: 4 / 4.15; }
	.fgt-filter-label { flex-basis: 100%; }
	.fgt-modal__panel { display: block; max-height: calc(100vh - 20px); width: calc(100% - 20px); }
	.fgt-modal__media { height: 310px; min-height: 0; }
	.fgt-modal__content { padding: 30px 24px 38px; }
	.fgt-details div { grid-template-columns: 1fr; gap: 3px; }
	.fgt-cta { border-radius: 14px; }
	.fgt-cta__actions { grid-template-columns: 1fr; }
	.fgt-btn--wide { grid-column: auto; }
	.fgt-cta__actions,
	.fgt-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.fgt-wrap *,
	.fgt-wrap *::before,
	.fgt-wrap *::after { scroll-behavior: auto !important; transition: none !important; }
}
