.hh-header-logos {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	vertical-align: middle;
	overflow: visible;
	flex: 0 0 auto;
	position: relative;
	z-index: 3;
}
.site-branding .hh-header-logos {
	max-width: none;
}
.hh-header-logos > a {
	flex: 0 0 auto;
	position: relative;
	z-index: 0;
}
.hh-org-header-logo-btn {
	display: block;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	line-height: 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	pointer-events: auto;
	border-radius: 50%;
}
.site-header .site-branding .hh-org-header-logo,
.hh-org-header-logo {
	display: block;
	width: 52px;
	height: 52px;
	max-width: none;
	max-height: none;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	background: #f3f3f3;
	box-sizing: border-box;
	/* Hahishook mark already has its ring inside the asset; an outer ring grew the org circle. */
	box-shadow: none;
	pointer-events: none;
}
#am-mobile-menu .hh-header-logos,
#social-links-mobile .hh-header-logos {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	gap: 6px;
}
#am-mobile-menu .hh-header-logos .hh-mobile-home-logo,
#social-links-mobile .hh-header-logos .hh-mobile-home-logo {
	position: static;
	transform: none;
	left: auto;
}
#hh-org-celebrate,
.hh-org-modal {
	position: fixed;
	inset: 0;
	z-index: 100040;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(15, 28, 12, .55);
}
#hh-org-celebrate[hidden],
.hh-org-modal[hidden] { display: none !important; }
.hh-org-celebrate-card {
	position: relative;
	width: min(420px, 94vw);
	background: #fff;
	border-radius: 20px;
	padding: 48px 24px 22px;
	text-align: center;
	box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.hh-org-celebrate-close {
	position: absolute;
	top: 10px;
	inset-inline-end: 10px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: #f2f2f2;
	color: #3d5a1a;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}
.hh-org-celebrate-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 16px;
}
.hh-org-celebrate-logos img {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	background: #faecdf;
}
.hh-org-celebrate-x { color: #699D21; font-size: 22px; font-weight: 700; }
.hh-org-celebrate-card h2 {
	margin: 0 0 8px;
	color: #699D21;
	font-size: 1.35em;
	line-height: 1.3;
}
.hh-org-celebrate-card p { margin: 0 0 18px; line-height: 1.5; color: #333; }
.hh-org-celebrate-ok {
	background: #699D21;
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 10px 28px;
	font-size: 18px;
	cursor: pointer;
}
.hh-org-perks-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: min(440px, 94vw);
	max-height: min(92vh, 640px);
	overflow: hidden;
	background: #fffaf4;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.hh-org-perks-hero {
	--hh-org-bg: none;
	position: relative;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 16px 18px;
	background-image: var(--hh-org-bg);
	background-size: cover;
	background-position: center;
	border-radius: 20px 20px 0 0;
}
.hh-org-perks-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,250,244,.72));
}
.hh-org-perks-hero .hh-org-celebrate-logos {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.hh-org-perks-hero .hh-org-celebrate-logos img {
	box-shadow: 0 4px 16px rgba(0,0,0,.18);
	background: #fff;
}
.hh-org-perks-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	padding: 8px 22px 0;
	overflow: hidden;
}
.hh-org-perks-card h2 {
	margin: 0 0 4px;
	color: #4f7a18;
	font-size: 1.35em;
	line-height: 1.3;
}
.hh-org-perks-lead {
	margin: 0 0 14px;
	color: #5a5a5a;
	font-size: .95em;
}
.hh-org-perk-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: start;
	overflow: auto;
	flex: 1 1 auto;
	min-height: 0;
}
.hh-org-perk {
	display: block;
	margin: 0 0 8px;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(255,255,255,.78);
	border: 1px solid rgba(105,157,33,.18);
	color: #777;
}
.hh-org-perk-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.hh-org-perk.is-on {
	color: #243016;
	background: rgba(255,255,255,.94);
	border-color: rgba(105,157,33,.45);
}
.hh-org-perk-mark {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	margin-top: 1px;
	border-radius: 50%;
	border: 2px solid #c9d6b6;
	background: #fff;
	box-sizing: border-box;
}
.hh-org-perk.is-on .hh-org-perk-mark {
	border-color: #699D21;
	background: #699D21;
	box-shadow: 0 0 0 3px rgba(105,157,33,.18);
}
.hh-org-perk.is-on .hh-org-perk-mark::after {
	content: '';
	display: block;
	width: 7px;
	height: 12px;
	margin: 3px auto 0;
	border: solid #fff;
	border-width: 0 2.5px 2.5px 0;
	transform: rotate(45deg);
}
.hh-org-perk-label {
	flex: 1;
	line-height: 1.4;
	font-size: 15px;
}
.hh-org-perk-soon {
	flex: 0 0 auto;
	align-self: center;
	background: #faecdf;
	color: #8a5a28;
	border-radius: 999px;
	padding: 2px 8px;
	font-size: 12px;
}
.hh-org-perk-points {
	list-style: none;
	margin: 8px 0 0 0;
	padding-inline-start: 36px;
	padding-inline-end: 0;
	text-align: start;
}
.hh-org-perk-points li {
	position: relative;
	margin: 0 0 4px;
	padding-inline-start: 14px;
	padding-inline-end: 0;
	color: #3a4a28;
	font-size: 14px;
	line-height: 1.35;
}
.hh-org-perk-points li::before {
	content: '';
	position: absolute;
	inset-inline-start: 0;
	inset-inline-end: auto;
	top: .55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #699D21;
}
.hh-org-perks-foot {
	flex: 0 0 auto;
	padding: 12px 22px 18px;
	background: #fffaf4;
}
.hh-org-perks-contact {
	margin: 0 0 12px;
	color: #4a4a4a;
	font-size: .95em;
	line-height: 1.45;
}
.hh-org-perks-contact[hidden] {
	display: none !important;
}
.hh-org-account { margin: 0 0 24px; }
.hh-org-members-wrap { overflow: auto; }
.hh-org-members {
	width: 100%;
	border-collapse: collapse;
}
.hh-org-members th,
.hh-org-members td {
	border-bottom: 1px solid #e6e6e6;
	padding: 8px 10px;
	text-align: right;
}
.hh-org-detach {
	background: transparent;
	border: 1px solid #699D21;
	color: #699D21;
	border-radius: 8px;
	padding: 8px 14px;
	cursor: pointer;
}
