/*
Theme Name: Twenty Twenty-Five Child — MohFam
Theme URI: https://jaimemasc.com/
Description: Custom Twenty Twenty-Five child theme for MohFam.
Author: Jaime Mascarenhas
Author URI: https://jaimemasc.com/
Template: twentytwentyfive
Version: 1.1.0
Tags: block-theme, full-site-editing
Text Domain: twentytwentyfive-child
*/

:root {
	--mohfam-charcoal: #1a1a1b;
	--mohfam-black: #000;
	--mohfam-gold: #c5a059;
	--mohfam-gold-dark: #775a19;
	--mohfam-ivory: #f9f9f7;
	--mohfam-white: #fff;
	--mohfam-neutral: #e5e5e5;
	--mohfam-muted: #626267;
	--mohfam-max: 1280px;
	--mohfam-gutter: clamp(20px, 5vw, 64px);
}

html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background: var(--mohfam-ivory);
	color: var(--mohfam-charcoal);
	font-family: Inter, Arial, sans-serif;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a {
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
	outline: 2px solid var(--mohfam-gold);
	outline-offset: 3px;
}
.mohfam-shell {
	width: min(100%, var(--mohfam-max));
	margin-inline: auto;
	padding-inline: var(--mohfam-gutter);
}
.mohfam-section {
	padding-block: clamp(72px, 8vw, 112px);
}
.mohfam-home h1, .mohfam-home h2, .mohfam-home h3, .mohfam-footer .mohfam-brand {
	font-family: "Playfair Display", Georgia, serif;
}
.mohfam-home h1, .mohfam-home h2, .mohfam-home h3, .mohfam-home p {
	margin-top: 0;
}
.mohfam-home h2 {
	margin-bottom: 24px;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 600;
	line-height: 1.2;
}
.mohfam-home h3 {
	font-size: 23px;
	line-height: 1.3;
}
.mohfam-home p {
	color: var(--mohfam-muted);
	line-height: 1.7;
}
.mohfam-eyebrow {
	display: block;
	margin-bottom: 16px;
	color: var(--mohfam-gold-dark);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.mohfam-header {
	position: sticky;
	z-index: 50;
	top: 0;
	width: 100%;
	border-bottom: 1px solid var(--mohfam-neutral);
	background: rgba(249,249,247,.97);
}
.mohfam-header__inner {
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}
.mohfam-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--mohfam-charcoal);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}
.mohfam-brand__mark {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	background: url("assets/images/mohfam-logo.png") center/contain no-repeat;
}
.mohfam-nav {
	display: flex;
	align-items: center;
	gap: 30px;
}
.mohfam-nav a {
	border-bottom: 2px solid transparent;
	color: #46474a;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .04em;
	text-decoration: none;
}
.mohfam-nav a:hover, .mohfam-nav a.is-active {
	border-color: var(--mohfam-gold);
	color: var(--mohfam-gold-dark);
}

body.home .mohfam-nav a[href="/"],
body.page-template-page-services .mohfam-nav a[href="/services/"],
body.page-template-page-about .mohfam-nav a[href="/about/"],
body.page-template-page-contact .mohfam-nav a[href="/contact/"] {
	border-color: var(--mohfam-gold);
	color: var(--mohfam-gold-dark);
}
.mohfam-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--mohfam-charcoal);
	border-radius: 0;
	background: var(--mohfam-charcoal);
	color: var(--mohfam-white);
	padding: 13px 26px;
	font-family: Inter, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}
.mohfam-button:hover {
	border-color: var(--mohfam-gold-dark);
	background: var(--mohfam-gold-dark);
	color: var(--mohfam-white);
}
.mohfam-button--small {
	min-height: 40px;
	padding: 10px 21px;
	font-size: 10px;
}

.mohfam-hero {
	position: relative;
	display: flex;
	min-height: min(760px, calc(100vh - 72px));
	align-items: center;
	overflow: hidden;
	background: linear-gradient(90deg, rgba(0,0,0,.66), rgba(0,0,0,.2)), url("assets/images/hero-los-angeles.jpg") center/cover no-repeat;
	color: var(--mohfam-white);
}
.mohfam-hero__content {
	position: relative;
	z-index: 1;
}
.mohfam-hero__copy {
	max-width: 690px;
}
.mohfam-hero h1 {
	margin: 0 0 24px;
	color: var(--mohfam-white);
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.025em;
}
.mohfam-hero p {
	max-width: 610px;
	margin-bottom: 36px;
	color: rgba(255,255,255,.88);
	font-size: clamp(16px, 1.5vw, 19px);
}
.mohfam-eyebrow--bordered {
	display: inline-block;
	border: 1px solid var(--mohfam-gold);
	background: rgba(0,0,0,.15);
	color: #e1c98e;
	padding: 7px 12px;
}
.mohfam-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.mohfam-button--light {
	border-color: var(--mohfam-white);
	background: var(--mohfam-white);
	color: var(--mohfam-charcoal);
}
.mohfam-button--outline-light {
	border-color: var(--mohfam-white);
	background: transparent;
	color: var(--mohfam-white);
}
.mohfam-button--outline-light:hover {
	background: var(--mohfam-white);
	color: var(--mohfam-charcoal);
}

.mohfam-intro {
	border-bottom: 1px solid var(--mohfam-neutral);
}
.mohfam-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(190px, 3fr);
	align-items: center;
	gap: clamp(48px, 9vw, 120px);
}
.mohfam-intro p {
	max-width: 760px;
	font-size: 17px;
}
.mohfam-stats {
	display: grid;
	border-left: 2px solid var(--mohfam-gold);
	padding: 12px 0 12px 34px;
}
.mohfam-stats strong {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 26px;
}
.mohfam-stats span {
	margin: 3px 0 20px;
	color: var(--mohfam-muted);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.mohfam-stats span:last-child {
	margin-bottom: 0;
}

.mohfam-services {
	background: var(--mohfam-white);
}
.mohfam-section-heading {
	margin-bottom: 54px;
	text-align: center;
}
.mohfam-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.mohfam-service-card {
	position: relative;
	display: flex;
	min-height: 330px;
	flex-direction: column;
	border: 1px solid var(--mohfam-neutral);
	background: var(--mohfam-ivory);
	padding: 32px;
}
.mohfam-service-card.is-featured {
	border-top: 2px solid var(--mohfam-gold);
}
.mohfam-service-card.is-coming {
	opacity: .78;
}
.mohfam-service-card p {
	flex: 1;
	font-size: 14px;
}
.mohfam-icon {
	margin-bottom: 24px;
	color: var(--mohfam-gold-dark);
	font-size: 30px;
}
.mohfam-status {
	position: absolute;
	top: 18px;
	right: 18px;
	background: #fed488;
	color: #5d4201;
	padding: 4px 7px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.mohfam-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--mohfam-neutral);
	padding-top: 20px;
	color: #76777b;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.mohfam-card-meta a {
	color: var(--mohfam-gold-dark);
	text-decoration: none;
}

.mohfam-values {
	background: var(--mohfam-black);
	color: var(--mohfam-white);
	padding-block: 72px;
}
.mohfam-values__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.mohfam-values article {
	border: 1px solid rgba(255,255,255,.14);
	padding: 26px;
}
.mohfam-values article > span {
	color: var(--mohfam-gold);
	font-size: 24px;
}
.mohfam-values h3 {
	margin: 14px 0 8px;
	color: var(--mohfam-white);
	font-family: Inter, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.mohfam-values p {
	margin: 0;
	color: #aaa8a9;
	font-size: 12px;
	line-height: 1.6;
}

.mohfam-security__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(60px, 8vw, 110px);
}
.mohfam-security__image {
	position: relative;
	min-height: 620px;
	margin: 0 28px 28px 0;
	background: url("assets/images/security-officer.jpg") center/cover no-repeat;
}
.mohfam-license {
	position: absolute;
	z-index: -1;
	right: -28px;
	bottom: -28px;
	display: flex;
	width: 190px;
	height: 180px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	background: var(--mohfam-gold);
	padding: 28px;
	color: var(--mohfam-white);
	text-align: center;
}
.mohfam-license strong {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 26px;
}
.mohfam-license span {
	font-size: 10px;
	letter-spacing: .16em;
}
.mohfam-security p {
	font-size: 17px;
}
.mohfam-security ul {
	margin: 30px 0 36px;
	padding: 0;
	list-style: none;
}
.mohfam-security li {
	margin: 14px 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.mohfam-security li::before {
	content: "✓";
	margin-right: 12px;
	color: var(--mohfam-gold-dark);
}

.mohfam-about {
	background: #f4f3f3;
	text-align: center;
}
.mohfam-narrow {
	max-width: 900px;
}
.mohfam-about p {
	font-size: 17px;
}
.mohfam-divider {
	display: block;
	width: 88px;
	height: 1px;
	margin: 34px auto 0;
	background: var(--mohfam-gold);
}
.mohfam-insights__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 44px;
}
.mohfam-insights__heading h2 {
	margin-bottom: 0;
}
.mohfam-insights__heading > a {
	color: var(--mohfam-charcoal);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-decoration: none;
	text-transform: uppercase;
}
.mohfam-insights__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.mohfam-insights__grid h3 {
	margin: 8px 0 12px;
	font-size: 21px;
}
.mohfam-insights__grid p {
	font-size: 13px;
}
.mohfam-insight-image {
	aspect-ratio: 16/9;
	margin-bottom: 22px;
	background-position: center;
	background-size: cover;
}
.mohfam-insight-image--security {
	background-image: url("assets/images/insight-security.jpg");
}
.mohfam-insight-image--maintenance {
	background-image: url("assets/images/insight-maintenance.jpg");
}
.mohfam-insight-image--business {
	background-image: url("assets/images/insight-business.jpg");
}

.mohfam-contact {
	background: var(--mohfam-charcoal);
	color: var(--mohfam-white);
}
.mohfam-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
	gap: clamp(60px, 9vw, 120px);
}
.mohfam-contact h2 {
	color: var(--mohfam-white);
}
.mohfam-contact p, .mohfam-contact dd {
	color: #aaa8a9;
}
.mohfam-contact dl {
	margin-top: 46px;
}
.mohfam-contact dt {
	margin-top: 24px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.mohfam-contact dt::before {
	content: "◇";
	margin-right: 12px;
	color: var(--mohfam-gold);
}
.mohfam-contact dd {
	margin: 4px 0 0 28px;
	font-size: 14px;
}
.mohfam-contact dd a {
	color: inherit;
}
.mohfam-form {
	display: grid;
	gap: 20px;
	background: var(--mohfam-ivory);
	padding: clamp(28px, 4vw, 48px);
}
.mohfam-form label {
	color: var(--mohfam-charcoal);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.mohfam-form input, .mohfam-form select, .mohfam-form textarea {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #9b9b9e;
	border-radius: 0;
	background: transparent;
	color: var(--mohfam-charcoal);
	padding: 12px 2px;
	font: 14px Inter, Arial, sans-serif;
	text-transform: none;
}

.mohfam-footer {
	border-top: 2px solid var(--mohfam-gold);
	background: #f4f3f3;
}
.mohfam-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr repeat(3, 1fr);
	gap: 48px;
	padding-block: 72px;
}
.mohfam-footer__about p {
	max-width: 290px;
	color: var(--mohfam-muted);
	font-size: 13px;
}
.mohfam-footer h2 {
	margin: 0 0 22px;
	font: 700 10px/1.2 Inter, Arial, sans-serif;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.mohfam-footer__grid > div > a:not(.mohfam-brand) {
	display: block;
	margin: 13px 0;
	color: var(--mohfam-muted);
	font-size: 12px;
	text-decoration: none;
}
.mohfam-social a {
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	border: 1px solid #c7c6ca;
	text-decoration: none;
}
.mohfam-footer__bottom {
	border-top: 1px solid #d7d6d8;
	padding-block: 28px;
}
.mohfam-footer__bottom p {
	margin: 0;
	color: #76777b;
	font-size: 10px;
	letter-spacing: .06em;
}
.mohfam-default-content {
	min-height: 50vh;
	padding-block: 80px;
}

/* Interior page components */
.mohfam-page h1,
.mohfam-page h2,
.mohfam-page h3 {
	font-family: "Playfair Display", Georgia, serif;
}

.mohfam-page h1 {
	margin: 0 0 28px;
	font-size: clamp(42px, 5vw, 64px);
	line-height: 1.12;
}

.mohfam-page h2 {
	margin: 0 0 22px;
	font-size: clamp(29px, 3vw, 38px);
	line-height: 1.2;
}

.mohfam-page h3 {
	font-size: 23px;
}

.mohfam-page p {
	color: var(--mohfam-muted);
	line-height: 1.7;
}

.mohfam-page-hero {
	display: flex;
	min-height: 720px;
	align-items: center;
}

.mohfam-page-hero__copy {
	max-width: 650px;
}

.mohfam-page-hero__copy p {
	max-width: 570px;
	margin-bottom: 34px;
	font-size: 17px;
}

.mohfam-eyebrow--line {
	border-left: 2px solid var(--mohfam-gold);
	padding-left: 14px;
}

.mohfam-button--gold {
	border-color: var(--mohfam-gold-dark);
	background: var(--mohfam-gold-dark);
}

.mohfam-button--outline,
.mohfam-button--outline-gold {
	background: transparent;
	color: var(--mohfam-charcoal);
}

.mohfam-button--outline-gold {
	border-color: var(--mohfam-gold-dark);
	color: var(--mohfam-gold-dark);
}

.mohfam-actions--center {
	justify-content: center;
}

.mohfam-divider--left {
	margin: 18px 0 28px;
}

.mohfam-page-intro {
	max-width: 660px;
	margin-bottom: 56px;
}

.mohfam-services-hero {
	background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.65) 48%, rgba(0,0,0,.2) 100%), url("assets/images/services-skyline.jpg") center/cover no-repeat;
	color: var(--mohfam-white);
}

.mohfam-services-hero h1 em {
	color: #e5c98b;
	font-style: normal;
}

.mohfam-services-hero p {
	color: #dedddd;
}

.mohfam-bento {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 24px;
}

.mohfam-bento article {
	display: flex;
	min-height: 340px;
	flex-direction: column;
	justify-content: flex-end;
	border: 1px solid var(--mohfam-neutral);
	padding: 34px;
}

.mohfam-bento article > a {
	color: var(--mohfam-gold-dark);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
}

.mohfam-bento__patrol,
.mohfam-bento__operations {
	grid-column: span 8;
}

.mohfam-bento__dark,
.mohfam-bento__executive {
	grid-column: span 4;
}

.mohfam-bento__dark {
	background: var(--mohfam-black);
	color: var(--mohfam-white);
}

.mohfam-bento__dark h3 {
	color: var(--mohfam-white);
}

.mohfam-bento__dark p {
	color: #c7c6ca;
}

.mohfam-bento__dark ul {
	border-top: 1px solid #333;
	margin: 22px 0 0;
	padding: 20px 0 0;
	color: #e5c98b;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.9;
	list-style: none;
	text-transform: uppercase;
}

.mohfam-bento__operations {
	position: relative;
	min-height: 360px !important;
	overflow: hidden;
	background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,.1)), url("assets/images/services-operations.jpg") center/cover no-repeat;
	color: var(--mohfam-white);
}

.mohfam-bento__operations h3,
.mohfam-bento__operations p {
	color: var(--mohfam-white);
}

.mohfam-page-stats,
.mohfam-credentials {
	border-block: 1px solid var(--mohfam-neutral);
	background: #f4f3f3;
	padding-block: 56px;
}

.mohfam-page-stats .mohfam-shell,
.mohfam-credentials .mohfam-shell {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
}

.mohfam-page-stats .mohfam-shell > div + div,
.mohfam-credentials .mohfam-shell > div + div {
	border-left: 1px solid var(--mohfam-neutral);
}

.mohfam-page-stats strong,
.mohfam-credentials strong {
	display: block;
	color: var(--mohfam-gold-dark);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 32px;
	text-transform: uppercase;
}

.mohfam-page-stats span,
.mohfam-credentials span {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.mohfam-centered-cta {
	background: var(--mohfam-white);
	text-align: center;
}

.mohfam-centered-cta p {
	margin-bottom: 34px;
}

.mohfam-cta-icon {
	display: block;
	margin-bottom: 18px;
	color: var(--mohfam-gold-dark);
	font-size: 38px;
}

.mohfam-about-hero__grid,
.mohfam-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, .9fr);
	align-items: center;
	gap: clamp(60px, 8vw, 110px);
}

.mohfam-about-hero p {
	font-size: 17px;
}

.mohfam-about-logo,
.mohfam-contact-logo {
	border: 1px solid var(--mohfam-neutral);
	background: var(--mohfam-white) url("assets/images/mohfam-logo.png") center/contain no-repeat;
}

.mohfam-about-logo {
	aspect-ratio: 1;
}

.mohfam-cert {
	display: inline-flex;
	margin-top: 24px;
	flex-direction: column;
	border: 1px solid var(--mohfam-neutral);
	background: var(--mohfam-white);
	padding: 20px 25px;
}

.mohfam-cert span {
	color: var(--mohfam-gold-dark);
	font-size: 11px;
}

.mohfam-cert strong {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 21px;
}

.mohfam-foundations {
	background: #f4f3f3;
}

.mohfam-foundation-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
	gap: 24px;
	margin-top: 48px;
}

.mohfam-foundation-grid article {
	min-height: 330px;
	border: 1px solid var(--mohfam-neutral);
	background: var(--mohfam-white);
	padding: 32px;
}

.mohfam-foundation-grid article:nth-child(2) {
	margin-top: 30px;
}

.mohfam-foundation-grid article:nth-child(3) {
	margin-top: 60px;
}

.mohfam-story-grid {
	grid-template-columns: 1fr 1fr;
}

.mohfam-story-image {
	aspect-ratio: 4/3;
	border: 1px solid var(--mohfam-neutral);
	background: url("assets/images/about-office.jpg") center/cover no-repeat;
}

.mohfam-credentials {
	background: transparent;
}

.mohfam-credentials strong {
	color: #777;
	font-size: 22px;
}

.mohfam-contact-intro {
	max-width: 850px;
	margin-bottom: 70px;
}

.mohfam-contact-intro p {
	max-width: 700px;
	font-size: 17px;
}

.mohfam-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, .95fr);
	gap: 28px;
}

.mohfam-inquiry-form {
	display: grid;
	align-content: start;
	gap: 26px;
	border: 1px solid var(--mohfam-neutral);
	border-top: 2px solid var(--mohfam-gold);
	background: var(--mohfam-white);
	padding: clamp(28px, 4vw, 48px);
}

.mohfam-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.mohfam-inquiry-form label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mohfam-inquiry-form input,
.mohfam-inquiry-form select,
.mohfam-inquiry-form textarea {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #c7c6ca;
	border-radius: 0;
	background: transparent;
	padding: 13px 8px;
	font: 14px Inter, Arial, sans-serif;
}

.mohfam-inquiry-form .mohfam-button {
	justify-self: start;
}

.mohfam-contact-logo {
	height: 320px;
	filter: grayscale(1);
}

.mohfam-contact-details h2 {
	border-bottom: 1px solid var(--mohfam-neutral);
	margin-top: 32px;
	padding-bottom: 12px;
	font-size: 26px;
}

.mohfam-contact-details dt {
	margin-top: 24px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mohfam-contact-details dd {
	margin: 6px 0 0 28px;
	color: var(--mohfam-muted);
}

.mohfam-contact-details blockquote {
	border-left: 3px solid var(--mohfam-gold-dark);
	background: #eee;
	margin: 32px 0 0;
	padding: 24px;
	color: #46474a;
	font-style: italic;
}

.mohfam-security-portal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-top: 100px;
	background: var(--mohfam-charcoal);
	padding: clamp(34px, 5vw, 64px);
	color: var(--mohfam-white);
}

.mohfam-security-portal h2 {
	color: var(--mohfam-white);
}

.mohfam-security-portal p {
	max-width: 580px;
	color: #aaa;
}

.mohfam-security-portal span,
.mohfam-security-portal > a {
	border: 1px solid var(--mohfam-gold-dark);
	color: var(--mohfam-gold);
	padding: 7px 12px;
	font-size: 11px;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

/* Services portfolio */
.mohfam-portfolio-hero {
	background-color: var(--mohfam-ivory);
	background-image: radial-gradient(rgba(119, 90, 25, .16) 1px, transparent 1px);
	background-size: 20px 20px;
}

.mohfam-portfolio-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr);
	align-items: center;
	gap: clamp(60px, 9vw, 120px);
}

.mohfam-portfolio-hero__grid p {
	max-width: 690px;
	font-size: 17px;
}

.mohfam-portfolio-logo {
	aspect-ratio: 1;
	border: 1px solid var(--mohfam-neutral);
	background: #eee url("assets/images/mohfam-logo.png") center/contain no-repeat;
	filter: grayscale(1);
}

.mohfam-portfolio-list {
	background: var(--mohfam-white);
}

.mohfam-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 56px 24px;
}

.mohfam-portfolio-card {
	display: flex;
	min-height: 440px;
	flex-direction: column;
	border: 1px solid var(--mohfam-neutral);
	background: var(--mohfam-white);
	padding: 32px;
}

.mohfam-portfolio-card.is-featured {
	border-top: 2px solid var(--mohfam-gold);
}

.mohfam-portfolio-card.is-unavailable {
	background: #f4f3f3;
	opacity: .68;
}

.mohfam-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.mohfam-card-top .mohfam-icon {
	margin: 0;
}

.mohfam-card-top .mohfam-status {
	position: static;
	white-space: nowrap;
}

.mohfam-portfolio-card h2 {
	margin-bottom: 14px;
	font-size: 24px;
}

.mohfam-portfolio-card > p {
	flex: 1;
	font-size: 14px;
}

.mohfam-portfolio-card__footer {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.mohfam-portfolio-card__footer > span:first-child:not(.mohfam-disabled-action) {
	border-top: 1px solid var(--mohfam-neutral);
	padding-top: 14px;
	color: var(--mohfam-muted);
	font-size: 9px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.mohfam-portfolio-card__footer a,
.mohfam-disabled-action {
	display: block;
	border: 1px solid #9b9b9e;
	color: var(--mohfam-charcoal);
	padding: 10px 16px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .12em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.mohfam-portfolio-card__footer a:hover {
	border-color: var(--mohfam-gold-dark);
	background: var(--mohfam-gold-dark);
	color: var(--mohfam-white);
}

.mohfam-portfolio-card--placeholder {
	align-items: center;
	justify-content: center;
	border: 2px dashed #c7c6ca;
	color: #aaa;
	text-align: center;
}

.mohfam-portfolio-card--placeholder h2,
.mohfam-portfolio-card--placeholder p {
	color: #aaa;
}

.mohfam-placeholder-icon {
	font-size: 44px;
}

.mohfam-portfolio-cta {
	background: var(--mohfam-charcoal);
	padding-block: clamp(72px, 8vw, 100px);
	color: var(--mohfam-white);
	text-align: center;
}

.mohfam-portfolio-cta h2 {
	color: var(--mohfam-white);
}

.mohfam-portfolio-cta p {
	margin-bottom: 32px;
	color: #aaa;
}

.mohfam-individual-service {
	min-height: 55vh;
	padding-block: clamp(72px, 9vw, 120px);
}

.mohfam-individual-service__title {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(40px, 5vw, 64px);
	line-height: 1.12;
}
.mohfam-post-card {
	border-top: 1px solid var(--mohfam-neutral);
	padding-block: 28px;
}

@media (max-width: 900px) {
	.mohfam-nav {
		display: none;
	}
	.mohfam-card-grid, .mohfam-insights__grid {
		grid-template-columns: 1fr;
	}
	.mohfam-values__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.mohfam-security__grid, .mohfam-contact__grid {
		grid-template-columns: 1fr;
	}
	.mohfam-security__image {
		min-height: 560px;
	}
	.mohfam-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mohfam-bento__patrol,
	.mohfam-bento__dark,
	.mohfam-bento__executive,
	.mohfam-bento__operations {
		grid-column: 1 / -1;
	}

	.mohfam-about-hero__grid,
	.mohfam-story-grid,
	.mohfam-contact-layout,
	.mohfam-portfolio-hero__grid {
		grid-template-columns: 1fr;
	}

	.mohfam-about-logo {
		max-width: 520px;
	}

	.mohfam-foundation-grid {
		grid-template-columns: 1fr;
	}

	.mohfam-foundation-grid article:nth-child(n) {
		margin-top: 0;
	}

	.mohfam-portfolio-logo {
		max-width: 520px;
	}

	.mohfam-portfolio-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 620px) {
	.mohfam-header__inner {
		min-height: 64px;
		gap: 12px;
	}
	.mohfam-brand {
		font-size: 17px;
	}
	.mohfam-brand__mark {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
	}
	.mohfam-button--small {
		padding-inline: 13px;
		font-size: 9px;
	}
	.mohfam-hero {
		min-height: 680px;
	}
	.mohfam-hero h1 {
		font-size: 40px;
	}
	.mohfam-actions {
		align-items: stretch;
		flex-direction: column;
	}
	.mohfam-intro__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.mohfam-values__grid, .mohfam-footer__grid {
		grid-template-columns: 1fr;
	}
	.mohfam-security__image {
		min-height: 480px;
		margin-right: 18px;
	}
	.mohfam-license {
		right: -18px;
		width: 150px;
	}
	.mohfam-insights__heading {
		align-items: flex-start;
		flex-direction: column;
	}
	.mohfam-contact__grid {
		gap: 48px;
	}
	.mohfam-form {
		padding: 26px 20px;
	}

	.mohfam-page-hero {
		min-height: 650px;
	}

	.mohfam-page-stats .mohfam-shell,
	.mohfam-credentials .mohfam-shell {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.mohfam-page-stats .mohfam-shell > div + div,
	.mohfam-credentials .mohfam-shell > div + div {
		border-top: 1px solid var(--mohfam-neutral);
		border-left: 0;
		padding-top: 28px;
	}

	.mohfam-form-row {
		grid-template-columns: 1fr;
	}

	.mohfam-security-portal {
		align-items: flex-start;
		flex-direction: column;
	}

	.mohfam-portfolio-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	* {
		transition-duration: .01ms !important;
	}
}
