.company-page{--company-red:#d94225;--company-blue:#0b527f;--company-ink:#20262c;--company-line:#dce3e8;--company-mist:#f3f6f8;overflow-x:hidden;color:var(--company-ink);background:#fff}.company-page>*{margin-block-start:0}.company-shell{width:min(calc(100% - 48px),1160px);margin-inline:auto}.company-hero{align-items:flex-end}.company-hero:after{content:"";position:absolute;right:0;bottom:0;width:34%;height:8px;background:var(--company-red)}.company-hero .wp-block-cover__background{background:linear-gradient(90deg,rgba(2,18,30,.88),rgba(2,18,30,.14))!important}.company-hero__content{width:100%;padding-bottom:70px}.company-hero h1{margin:0;color:#fff;font-size:clamp(3.5rem,7vw,6.5rem);font-weight:800;line-height:1}.company-hero p{margin:12px 0 0;color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.company-breadcrumbs{border-bottom:1px solid var(--company-line);color:#66727c;font-size:.78rem}.company-breadcrumbs .company-shell{min-height:56px;gap:12px}.company-breadcrumbs p{margin:0}.company-breadcrumbs a{font-weight:800}.company-section{padding:110px 24px}.company-eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 14px;color:var(--company-blue);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.company-eyebrow:before{content:"";width:34px;height:3px;background:var(--company-red)}.company-title{max-width:850px;margin:0;font-size:clamp(2.4rem,4.6vw,4.6rem);line-height:1.08;letter-spacing:-.045em}.company-info-table{margin-top:48px}.company-info-table table{border-collapse:collapse}.company-info-table th,.company-info-table td{padding:20px;border:0;border-bottom:1px solid var(--company-line);text-align:left;vertical-align:top}.company-info-table th{width:28%;color:var(--company-blue);font-weight:800}.company-locations-section{background:var(--company-mist)}.company-locations{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:58px}.company-locations>.wp-block-column{margin:0}.company-location{height:100%;overflow:hidden;background:#fff;box-shadow:0 12px 35px rgba(7,28,44,.08)}.company-location figure{margin:0}.company-location img{width:100%;aspect-ratio:16/9;object-fit:cover}.company-location__copy{padding:24px 26px 28px}.company-location__copy h3{margin:0 0 8px;font-size:1.25rem}.company-location__copy p{margin:0;color:#66727c;font-size:.9rem;line-height:1.7}@media(max-width:760px){.company-shell{width:min(calc(100% - 30px),1160px)}.company-hero{min-height:440px!important}.company-hero__content{padding-bottom:52px}.company-section{padding:76px 15px}.company-title{font-size:clamp(2.2rem,10vw,3.5rem)}.company-info-table th,.company-info-table td{display:block;width:100%;padding:13px 12px}.company-info-table th{padding-bottom:3px;border-bottom:0}.company-info-table td{padding-top:3px}.company-locations{grid-template-columns:1fr;gap:20px;margin-top:40px}}

/* Simple, full-viewport company hero. */
.company-hero {
	position: relative;
	min-height: 100svh !important;
	isolation: isolate;
	overflow: hidden;
}

.company-hero .wp-block-cover__image-background {
	object-position: center;
}

.company-hero .wp-block-cover__background {
	background: linear-gradient(180deg, rgba(3, 12, 19, .28), rgba(3, 12, 19, .34) 55%, rgba(3, 12, 19, .68)) !important;
	opacity: 1 !important;
}

.company-hero::before,
.company-hero::after {
	display: none;
}

.company-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: clamp(3rem, 7vh, 5.5rem);
	text-align: center;
}

.company-hero h1 {
	margin-inline: auto;
	font-size: clamp(3rem, 5.4vw, 5.4rem);
	line-height: 1;
	letter-spacing: -.04em;
	text-shadow: 0 4px 24px rgba(0, 0, 0, .38);
}

.company-hero p {
	margin-top: 1rem;
	font-size: .76rem;
	letter-spacing: .24em;
}

.company-breadcrumbs .company-shell {
	min-height: 50px;
}

.company-profile {
	padding-top: clamp(3.5rem, 5vw, 4.75rem);
}

@media (max-width: 760px) {
	.company-hero {
		min-height: 100svh !important;
	}

	.company-hero .wp-block-cover__image-background {
		object-position: 58% center;
	}

	.company-hero h1 {
		font-size: clamp(2.8rem, 13vw, 4.25rem);
	}

	.company-profile {
		padding-top: 3rem;
	}
}
