:where(.hmhcs) {
	--hmhcs-pink: #db365e;
	--hmhcs-pink-accessible: #da355d;
	--hmhcs-blue: #2e4066;
	--hmhcs-ink: #201e28;
	--hmhcs-paper: #f0f0f0;
	--hmhcs-white: #fff;
	--hmhcs-yellow: #ffed96;
	--hmhcs-border: #a8aab0;
	--hmhcs-content: 1036px;
	color: var(--hmhcs-ink);
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.55;
}

.hmhcs *, .hmhcs *::before, .hmhcs *::after { box-sizing: border-box; }
.hmhcs img { max-width: 100%; height: auto; }
.hmhcs :where(h1, h2, h3, h4) { color: var(--hmhcs-blue); font-family: "Clearface Std", Lora, Georgia, serif; font-weight: 400; line-height: 1.15; letter-spacing: 0; }
.hmhcs :where(a) { text-underline-offset: .16em; }
.hmhcs :where(a, button):focus-visible { outline: 3px solid var(--hmhcs-blue); outline-offset: 4px; }
.hmhcs-icon { flex: 0 0 auto; }

.hmhcs-listing { width: 100%; max-width: calc(var(--hmhcs-content) + 40px); margin: clamp(48px, 7vw, 96px) auto; padding-inline: 20px; container-type: inline-size; }
.hmhcs-listing__intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: clamp(32px, 7vw, 96px); align-items: start; border-top: 4px solid var(--hmhcs-pink); padding-top: clamp(24px, 3vw, 38px); margin-bottom: clamp(44px, 6vw, 76px); }
.hmhcs-listing__intro h2 { margin: 0; max-width: 520px; font-size: clamp(2.35rem, 4.2vw, 3.55rem); }
.hmhcs-listing__intro p { margin: .35rem 0 0; max-width: 570px; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }

.hmhcs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: clamp(38px, 5vw, 64px) clamp(24px, 3vw, 38px); }
.hmhcs-grid--single { grid-template-columns: minmax(0, 680px); }
.hmhcs-card { min-width: 0; border-top: 1px solid var(--hmhcs-border); padding-top: 14px; }
.hmhcs-card__media { display: block; position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--hmhcs-blue); }
.hmhcs-card__image { width: 100%; height: 100% !important; object-fit: cover; transition: transform 220ms ease; }
.hmhcs-card__media:hover .hmhcs-card__image { transform: scale(1.025); }
.hmhcs-card__media--placeholder { background: var(--hmhcs-blue); }
.hmhcs-card__placeholder-mark { position: absolute; inset: 28% 24%; border: 4px solid var(--hmhcs-pink); border-radius: 50%; transform: rotate(-18deg); }
.hmhcs-card__content { padding-top: 22px; }
.hmhcs-card h3 { margin: 0 0 13px; font-size: clamp(1.65rem, 2vw, 2.05rem); }
.hmhcs-card h3 a { color: inherit; text-decoration: none; }
.hmhcs-card h3 a:hover { color: var(--hmhcs-pink); text-decoration: underline; }
.hmhcs-card p { margin: 0 0 22px; }

.hmhcs-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 2px solid var(--hmhcs-pink-accessible); border-radius: 4px; padding: 12px 18px; font-family: inherit; font-size: .94rem; font-weight: 600; line-height: 1.2; text-decoration: none; transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease; }
.hmhcs-button--primary { color: var(--hmhcs-white) !important; background: var(--hmhcs-pink-accessible); }
.hmhcs-button--primary:hover { color: var(--hmhcs-pink-accessible) !important; background: var(--hmhcs-white); }
.hmhcs-button--secondary { color: var(--hmhcs-blue) !important; border-color: var(--hmhcs-blue); background: transparent; }
.hmhcs-button--secondary:hover { color: var(--hmhcs-white) !important; background: var(--hmhcs-blue); }
.hmhcs-empty { border: 1px solid var(--hmhcs-blue); padding: 28px; }

.hmhcs-site-main { width: 100%; }
.hmhcs-single { padding: clamp(36px, 6vw, 84px) 0 clamp(64px, 9vw, 120px); background: var(--hmhcs-paper); container-type: inline-size; }
.hmhcs-single__inner { width: 100%; max-width: calc(var(--hmhcs-content) + 40px); margin: 0 auto; padding-inline: 20px; }
.hmhcs-breadcrumb { margin-bottom: clamp(34px, 5vw, 60px); }
.hmhcs-breadcrumb a { display: inline-flex; align-items: center; gap: 9px; color: var(--hmhcs-blue); font-weight: 600; }
.hmhcs-single__header { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr); gap: clamp(38px, 7vw, 90px); align-items: end; border-top: 4px solid var(--hmhcs-pink); padding-top: clamp(26px, 4vw, 48px); }
.hmhcs-single__header h1 { margin: 0; font-size: clamp(2.75rem, 6vw, 5.35rem); }
.hmhcs-single__intro { max-width: 690px; margin: 24px 0 0; font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
.hmhcs-facts { margin: 0; border: 2px solid var(--hmhcs-pink); border-radius: 6px; padding: 8px clamp(18px, 2.4vw, 26px); background: var(--hmhcs-white); box-shadow: 8px 8px 0 rgba(46, 64, 102, .1); }
.hmhcs-facts div { display: grid; grid-template-columns: 1fr; gap: 3px; border-bottom: 1px solid rgba(46, 64, 102, .28); padding: 14px 0; }
.hmhcs-facts div:last-child { border-bottom: 0; }
.hmhcs-facts dt { color: var(--hmhcs-pink-accessible); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hmhcs-facts dd { margin: 0; color: var(--hmhcs-blue); font-family: "Clearface Std", Lora, Georgia, serif; font-size: clamp(1.15rem, 1.8vw, 1.4rem); line-height: 1.25; }
.hmhcs-single__hero { aspect-ratio: 16 / 9; margin: clamp(42px, 6vw, 76px) 0 0; overflow: hidden; background: var(--hmhcs-blue); }
.hmhcs-single__hero-image { width: 100%; height: 100% !important; object-fit: cover; }
.hmhcs-photo-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 2vw, 22px); margin: clamp(22px, 3vw, 34px) 0 clamp(58px, 8vw, 92px); border-top: 4px solid var(--hmhcs-pink); padding-top: clamp(14px, 2vw, 22px); }
.hmhcs-photo-gallery--1 { grid-template-columns: minmax(0, 760px); }
.hmhcs-photo-gallery--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hmhcs-photo-gallery figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--hmhcs-blue); }
.hmhcs-photo-gallery img { display: block; width: 100%; height: 100% !important; object-fit: cover; }
.hmhcs-story { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: clamp(40px, 8vw, 105px); align-items: start; margin: clamp(50px, 8vw, 92px) 0; }
.hmhcs-story__content { font-size: clamp(1.04rem, 1.35vw, 1.18rem); }
.hmhcs-story__content > :first-child { margin-top: 0; }
.hmhcs-story__content > :last-child { margin-bottom: 0; }
.hmhcs-story__content h2 { margin: 2.2em 0 .65em; font-size: clamp(2rem, 3.4vw, 3rem); }
.hmhcs-story__content h3 { margin: 1.8em 0 .6em; font-size: clamp(1.55rem, 2.2vw, 2rem); }
.hmhcs-story__content a { color: var(--hmhcs-blue); }
.hmhcs-quote { position: relative; margin: 0; border: 3px solid var(--hmhcs-pink); border-radius: 6px; padding: clamp(28px, 4vw, 42px); color: var(--hmhcs-blue); background: var(--hmhcs-white); box-shadow: 10px 10px 0 rgba(46, 64, 102, .1); }
.hmhcs-quote::before { content: "“"; position: absolute; top: -19px; left: 20px; padding: 0 8px; color: var(--hmhcs-pink); background: var(--hmhcs-white); font-family: "Clearface Std", Lora, Georgia, serif; font-size: 3.8rem; line-height: 1; }
.hmhcs-quote p { margin: 0; font-family: "Clearface Std", Lora, Georgia, serif; font-size: clamp(1.65rem, 2.7vw, 2.4rem); line-height: 1.2; }
.hmhcs-quote cite { display: block; margin-top: 18px; color: var(--hmhcs-ink); font-size: .9rem; font-style: normal; }
.hmhcs-secondary-image { max-width: 820px; margin: 0 auto clamp(52px, 7vw, 84px); border-left: 10px solid var(--hmhcs-pink); padding-left: clamp(10px, 2vw, 20px); }
.hmhcs-secondary-image img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hmhcs-cta { display: flex; gap: 36px; align-items: center; justify-content: space-between; margin: clamp(54px, 8vw, 90px) 0; border-left: 8px solid var(--hmhcs-pink); padding: clamp(30px, 5vw, 58px); background: var(--hmhcs-yellow); }
.hmhcs-cta--actions-only { justify-content: flex-end; }
.hmhcs-cta h2 { margin: 0 0 10px; font-size: clamp(2rem, 3.6vw, 3.2rem); }
.hmhcs-cta p { max-width: 620px; margin: 0; }
.hmhcs-cta__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 14px; justify-content: flex-end; }
.hmhcs-cta .hmhcs-button { flex: 0 0 auto; }
.hmhcs-case-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-top: 1px solid var(--hmhcs-blue); padding-top: 28px; }
.hmhcs-case-nav > div:last-child { text-align: right; }
.hmhcs-case-nav a { display: inline-flex; gap: 14px; align-items: center; color: var(--hmhcs-blue); font-family: "Clearface Std", Lora, Georgia, serif; font-size: 1.35rem; text-decoration: none; }
.hmhcs-case-nav a:hover { color: var(--hmhcs-pink); text-decoration: underline; }
.hmhcs-case-nav small { display: block; color: var(--hmhcs-ink); font-family: inherit; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 900px) {
	.hmhcs-single__header, .hmhcs-story { grid-template-columns: 1fr; }
	.hmhcs-photo-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hmhcs-photo-gallery figure:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - 11px); }
	.hmhcs-facts { max-width: 560px; }
	.hmhcs-quote { max-width: 600px; }
}

@media (max-width: 640px) {
	.hmhcs-listing, .hmhcs-single__inner { padding-inline: 14px; }
	.hmhcs-listing__intro { grid-template-columns: 1fr; gap: 18px; }
	.hmhcs-grid { grid-template-columns: 1fr; }
	.hmhcs-card__content { padding-top: 17px; }
	.hmhcs-single__header { gap: 30px; }
	.hmhcs-single__header h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
	.hmhcs-single__hero { aspect-ratio: 4 / 3; }
	.hmhcs-photo-gallery, .hmhcs-photo-gallery--2 { grid-template-columns: 1fr; }
	.hmhcs-photo-gallery figure:last-child:nth-child(odd) { grid-column: auto; max-width: none; }
	.hmhcs-cta { align-items: flex-start; flex-direction: column; }
	.hmhcs-cta__actions { width: 100%; justify-content: flex-start; }
	.hmhcs-cta__actions .hmhcs-button { width: 100%; }
	.hmhcs-case-nav { grid-template-columns: 1fr; }
	.hmhcs-case-nav > div:last-child { text-align: left; }
}

@container (max-width: 720px) {
	.hmhcs-listing__intro { grid-template-columns: 1fr; gap: 18px; }
	.hmhcs-single__header, .hmhcs-story { grid-template-columns: 1fr; }
	.hmhcs-facts, .hmhcs-quote { max-width: 100%; }
}

@container (max-width: 560px) {
	.hmhcs-single__header h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
	.hmhcs-single__hero { aspect-ratio: 4 / 3; }
	.hmhcs-cta { align-items: flex-start; flex-direction: column; }
	.hmhcs-cta__actions { width: 100%; justify-content: flex-start; }
	.hmhcs-cta__actions .hmhcs-button { width: 100%; }
	.hmhcs-case-nav { grid-template-columns: 1fr; }
	.hmhcs-case-nav > div:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
	.hmhcs *, .hmhcs *::before, .hmhcs *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
