/*
Theme Name: MAYSB Block
Theme URI: https://maysb.org/
Author: Hood Jarvis
Description: Minimal block theme for MAYSB on 20i shared/managed WordPress hosting.
Version: 2026.07.03.1
Requires at least: 6.5
Text Domain: maysb-block
*/

* {
	box-sizing: border-box;
}

body {
	background: var(--maysb-bg);
	color: var(--maysb-ink);
	font-family: var(--maysb-font-body);
	margin: 0;
}

a {
	color: inherit;
}

img {
	height: auto;
	max-width: 100%;
}

.wp-site-blocks,
.entry-content,
.wp-block-post-content {
	margin-block-start: 0;
}

.wp-block-columns {
	align-items: stretch;
	display: flex;
	gap: 48px;
}

.wp-block-column {
	flex: 1 1 0;
	min-width: 0;
}

.wp-block-buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.maysb-header {
	background: rgba(247, 250, 252, 0.94);
	border-bottom: 1px solid rgba(219, 229, 238, 0.9);
	position: sticky;
	top: 0;
	z-index: 20;
}

.maysb-header__inner,
.maysb-section,
.maysb-hero,
.maysb-footer__inner,
.maysb-legal,
.maysb-template-part {
	margin-inline: auto;
	max-width: 1180px;
	padding-inline: 24px;
}

.maysb-header__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 78px;
}

.maysb-logo {
	align-items: center;
	color: var(--maysb-primary-strong);
	display: inline-flex;
	font-family: var(--maysb-font-display);
	font-size: 1.28rem;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0;
	text-decoration: none;
	white-space: nowrap;
}

.maysb-logo__mark {
	align-items: center;
	background: var(--maysb-primary);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.95rem;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.maysb-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.maysb-menu a {
	border-radius: 999px;
	color: var(--maysb-ink);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	padding: 10px 12px;
	text-decoration: none;
}

.maysb-menu a:focus-visible,
.maysb-menu a:hover {
	background: var(--maysb-soft);
	color: var(--maysb-primary);
	outline: none;
}

.maysb-menu .is-vote a {
	background: var(--maysb-primary);
	color: #fff;
}

.maysb-main {
	margin: 0;
}

.maysb-section,
.maysb-hero {
	padding-block: 76px;
}

.maysb-hero {
	padding-top: 96px;
}

.maysb-hero .wp-block-columns {
	align-items: center;
}

.maysb-hero .wp-block-column:first-child {
	flex-basis: 58% !important;
}

.maysb-hero .wp-block-column:last-child {
	flex-basis: 42% !important;
	min-width: 320px;
}

.maysb-eyebrow,
.maysb-badge {
	color: var(--maysb-teal);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.maysb-badge {
	align-items: center;
	background: #e4f3f4;
	border: 1px solid #c7e5e8;
	border-radius: 999px;
	color: #126a75;
	display: inline-flex;
	gap: 8px;
	padding: 8px 12px;
	text-transform: none;
}

.maysb-icon {
	flex: 0 0 auto;
	height: 1.25rem;
	width: 1.25rem;
}

.maysb-info-card__icon,
.maysb-heading-icon {
	align-items: center;
	background: rgba(46, 176, 168, 0.12);
	border-radius: 0.75rem;
	color: var(--maysb-teal);
	display: inline-flex;
	height: 2.75rem;
	justify-content: center;
	width: 2.75rem;
}

.maysb-info-card__icon {
	margin-bottom: 1rem;
}

.maysb-heading-icon {
	margin-right: 0.75rem;
	vertical-align: middle;
}

.maysb-heading,
.maysb-page-title,
.maysb-section-title,
.maysb-info-card h3,
.maysb-bureau-card h3,
.maysb-event-card h3,
.maysb-contact-method h3,
.maysb-cta h2 {
	font-family: var(--maysb-font-display);
	font-weight: 700;
	letter-spacing: 0;
}

.maysb-heading {
	font-size: clamp(2.4rem, 5vw, 4.8rem);
	line-height: 0.98;
	margin: 0;
	max-width: 760px;
}

.maysb-page-title {
	font-size: clamp(2.3rem, 4vw, 4.2rem);
	line-height: 1;
	margin: 0;
	max-width: 820px;
}

.maysb-section-title {
	align-items: center;
	display: flex;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.08;
	margin: 0 0 16px;
	max-width: 820px;
}

.maysb-lede,
.maysb-copy {
	color: var(--maysb-muted);
	font-size: 1.08rem;
	line-height: 1.75;
	margin: 18px 0 0;
	max-width: 760px;
}

.maysb-hero-cluster {
	display: grid;
	gap: 14px;
	margin: 0;
}

.maysb-hero-cluster__small {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.maysb-hero-photo {
	border-radius: 28px;
	box-shadow: var(--maysb-shadow);
	display: block;
	margin: 0;
	overflow: hidden;
}

.maysb-hero-photo--small {
	border-radius: 18px;
	box-shadow: 0 14px 32px rgba(20, 33, 51, 0.12);
}

.maysb-hero-photo img,
.maysb-event-card__image img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	width: 100%;
}

.maysb-button-row {
	margin-top: 28px;
}

.maysb-button,
.maysb-button-row .wp-block-button__link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.96rem;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	text-decoration: none;
}

.maysb-button--primary,
.maysb-button-row .wp-block-button:first-child .wp-block-button__link {
	background: var(--maysb-primary);
	color: #fff;
}

.maysb-button--secondary,
.maysb-button-row .wp-block-button:not(:first-child) .wp-block-button__link {
	background: #fff;
	border: 1px solid var(--maysb-line);
	color: var(--maysb-primary);
}

.maysb-stats,
.maysb-card-grid,
.maysb-directory-grid,
.maysb-event-grid,
.maysb-resource-grid {
	display: grid;
	gap: 18px;
	margin-top: 30px;
}

.maysb-stats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.maysb-card-grid,
.maysb-resource-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.maysb-directory-grid,
.maysb-event-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.maysb-stat,
.maysb-info-card,
.maysb-bureau-card,
.maysb-event-card,
.maysb-contact-method,
.maysb-contact-panel > .wp-block-column {
	background: #fff;
	border: 1px solid var(--maysb-line);
	border-radius: var(--maysb-radius);
	box-shadow: 0 12px 30px rgba(20, 33, 51, 0.06);
	min-width: 0;
}

.maysb-stat,
.maysb-info-card,
.maysb-bureau-card,
.maysb-contact-method {
	padding: 24px;
}

.maysb-stat__value {
	color: var(--maysb-primary);
	display: block;
	font-family: var(--maysb-font-display);
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1;
}

.maysb-stat__label,
.maysb-info-card__kicker,
.maysb-bureau-card__meta,
.maysb-event-card__meta,
.maysb-contact-method__label {
	align-items: center;
	color: var(--maysb-teal);
	display: flex;
	font-size: 0.78rem;
	gap: 6px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.maysb-info-card h3,
.maysb-bureau-card h3,
.maysb-event-card h3,
.maysb-contact-method h3 {
	font-size: 1.22rem;
	line-height: 1.18;
	margin: 0 0 10px;
}

.maysb-info-card p,
.maysb-bureau-card p,
.maysb-event-card p,
.maysb-contact-method p {
	color: var(--maysb-muted);
	line-height: 1.65;
	margin: 0;
}

.maysb-priority {
	background: linear-gradient(135deg, #ffffff 0%, #fff6e2 100%);
	border-color: #f1cf80;
}

.maysb-bureau-card__contact {
	border-top: 1px solid var(--maysb-line);
	margin-top: 16px;
	padding-top: 16px;
}

.maysb-event-card {
	overflow: hidden;
}

.maysb-event-card__body {
	padding: 24px;
}

.maysb-event-card__badge {
	align-items: center;
	background: #fff3d0;
	border-radius: 999px;
	color: #7c5600;
	display: inline-flex;
	font-size: 0.74rem;
	gap: 6px;
	font-weight: 800;
	margin-bottom: 12px;
	padding: 7px 10px;
}

.maysb-event-card__details {
	display: grid;
	gap: 8px;
	margin: 14px 0;
}

.maysb-event-card__details > span,
.maysb-detail-row {
	align-items: flex-start;
	color: var(--maysb-muted);
	display: flex;
	font-size: 0.92rem;
	gap: 8px;
	font-weight: 700;
}

.maysb-event-card__details .maysb-icon,
.maysb-detail-row .maysb-icon,
.maysb-bureau-card__meta .maysb-icon,
.maysb-event-card__meta .maysb-icon {
	color: var(--maysb-teal);
	height: 1rem;
	margin-top: 0.12rem;
	width: 1rem;
}

.maysb-contact-panel {
	align-items: flex-start;
	gap: 28px;
}

.maysb-contact-panel > .wp-block-column {
	padding: 28px;
}

.maysb-contact-panel .maysb-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.maysb-contact-panel .gform_wrapper input,
.maysb-contact-panel .gform_wrapper select,
.maysb-contact-panel .gform_wrapper textarea {
	border: 1px solid var(--maysb-line);
	border-radius: 12px;
	color: var(--maysb-ink);
	font-family: inherit;
	min-height: 46px;
}

.maysb-contact-panel .gform_wrapper .gform_button {
	background: var(--maysb-primary);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-weight: 800;
	min-height: 48px;
	padding: 12px 20px;
}

.maysb-footer {
	background: #102f47;
	color: #fff;
}

.maysb-footer__inner {
	display: grid;
	gap: 42px;
	grid-template-columns: 1.2fr 2fr;
	padding-block: 48px;
}

.maysb-footer p {
	color: #d8e5ec;
	line-height: 1.65;
	margin: 10px 0 0;
}

.maysb-footer .maysb-logo {
	color: #fff;
}

.maysb-footer__links {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.maysb-footer__links h2 {
	color: #fff;
	font-family: var(--maysb-font-display);
	font-size: 1rem;
	margin: 0 0 12px;
}

.maysb-footer__links a,
.maysb-social-links a {
	color: #d8e5ec;
	display: inline-flex;
	font-weight: 800;
	margin: 0 12px 10px 0;
	text-decoration: none;
}

.maysb-legal {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-block: 18px 24px;
}

.maysb-legal p {
	color: #d8e5ec;
	font-size: 0.85rem;
	margin: 0;
}

.maysb-announcement,
.maysb-cta {
	margin-inline: auto;
	max-width: 1180px;
	padding-inline: 24px;
}

.maysb-announcement {
	align-items: center;
	background: #fff3d0;
	border: 1px solid #f1cf80;
	border-radius: 999px;
	display: flex;
	gap: 14px;
	justify-content: center;
	margin-top: 18px;
	padding-block: 10px;
}

.maysb-cta {
	background: #fff;
	border: 1px solid var(--maysb-line);
	border-radius: var(--maysb-radius);
	box-shadow: var(--maysb-shadow);
	margin-block: 48px;
	padding-block: 34px;
}

.maysb-cta h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	margin: 0 0 12px;
}

@media (max-width: 980px) {
	.maysb-card-grid,
	.maysb-resource-grid,
	.maysb-contact-panel .maysb-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.maysb-directory-grid,
	.maysb-event-grid,
	.maysb-footer__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.wp-block-columns {
		flex-wrap: wrap;
	}

	.wp-block-column,
	.maysb-hero .wp-block-column:first-child,
	.maysb-hero .wp-block-column:last-child {
		flex-basis: 100% !important;
		min-width: 0;
	}

	.maysb-header__inner {
		align-items: stretch;
		flex-wrap: wrap;
		padding-inline: 18px;
	}

	.maysb-menu {
		flex-basis: 100%;
		justify-content: flex-start;
		padding-top: 10px;
	}

	.maysb-section,
	.maysb-hero {
		padding: 58px 18px;
	}

	.maysb-stats,
	.maysb-card-grid,
	.maysb-resource-grid,
	.maysb-contact-panel .maysb-card-grid,
	.maysb-footer__links {
		grid-template-columns: 1fr;
	}
}

/* Home 2 layered alternative. Scoped to the standalone home-2 page only. */
.maysb-home2 {
	--h2-ground: #f6f9fc;
	--h2-surface: #ffffff;
	--h2-surface-2: #edf2f7;
	--h2-ink: #142133;
	--h2-muted: #5b6b7c;
	--h2-line: #dce6ef;
	--h2-primary: #17507d;
	--h2-primary-strong: #0f3a5c;
	--h2-primary-tint: #e6eff6;
	--h2-teal: #1f8794;
	--h2-teal-strong: #136b77;
	--h2-teal-tint: #e3f0f1;
	--h2-dark: #1d5a8c;
	--h2-dark-2: #123f66;
	--h2-on-dark: #f2f8fd;
	--h2-on-dark-muted: #c4d8ec;
	--h2-r-md: 24px;
	--h2-r-lg: 40px;
	--h2-r-xl: 50px;
	--h2-r-full: 999px;
	--h2-sh-sm: 0 2px 6px rgba(16, 37, 55, 0.06);
	--h2-sh-md: 0 10px 26px rgba(16, 37, 55, 0.1), 0 3px 8px rgba(16, 37, 55, 0.06);
	--h2-sh-lg: 0 26px 60px rgba(16, 37, 55, 0.16), 0 8px 18px rgba(16, 37, 55, 0.07);
	--h2-serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
	--h2-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--h2-maxw: 1200px;
	background:
		radial-gradient(60% 50% at 8% -4%, rgba(31, 135, 148, 0.1), transparent 60%),
		radial-gradient(55% 45% at 100% 8%, rgba(23, 80, 125, 0.1), transparent 60%),
		var(--h2-ground);
	color: var(--h2-ink);
	font-family: var(--h2-sans);
	font-size: 18px;
	line-height: 1.65;
	overflow-x: hidden;
	position: relative;
}

.maysb-home2[data-theme="dark"] {
	--h2-ground: #0b1a28;
	--h2-surface: #122a40;
	--h2-surface-2: #173650;
	--h2-ink: #eaf2f9;
	--h2-muted: #9fb6cb;
	--h2-line: #274863;
	--h2-primary: #5b97c8;
	--h2-primary-strong: #7cb0d8;
	--h2-primary-tint: #122f47;
	--h2-teal: #4fbfcb;
	--h2-teal-strong: #6fd2dc;
	--h2-teal-tint: #123840;
}

.maysb-home2 *,
.maysb-home2 *::before,
.maysb-home2 *::after {
	box-sizing: border-box;
}

.maysb-home2 img {
	display: block;
	max-width: 100%;
}

.maysb-home2 a {
	color: inherit;
	text-decoration: none;
}

.maysb-home2 h1,
.maysb-home2 h2,
.maysb-home2 h3 {
	font-family: var(--h2-serif);
	font-weight: 600;
	letter-spacing: -0.012em;
	line-height: 1.05;
	margin: 0;
	text-wrap: balance;
}

.maysb-home2 p {
	margin: 0;
}

.maysb-home2 .wrap {
	margin-inline: auto;
	max-width: var(--h2-maxw);
	padding-inline: 26px;
	position: relative;
}

.maysb-home2 section {
	padding-block: clamp(3.6rem, 6vw, 6.5rem);
	position: relative;
}

.maysb-home2 .eyebrow {
	align-items: center;
	color: var(--h2-teal);
	display: inline-flex;
	font-family: var(--h2-sans);
	font-size: 0.74rem;
	font-weight: 800;
	gap: 9px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.maysb-home2 .eyebrow::before {
	background: linear-gradient(90deg, var(--h2-teal), transparent);
	border-radius: 3px;
	content: "";
	height: 3px;
	width: 26px;
}

.maysb-home2 .lede {
	color: var(--h2-muted);
	font-size: 1.12rem;
	line-height: 1.7;
	max-width: 60ch;
}

.maysb-home2 .icn {
	fill: none;
	flex: 0 0 auto;
	height: 1.2em;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 1.2em;
}

.maysb-home2 .btn {
	align-items: center;
	border: 1.5px solid transparent;
	border-radius: var(--h2-r-full);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--h2-sans);
	font-size: 0.98rem;
	font-weight: 700;
	gap: 9px;
	padding: 14px 24px;
	transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.25s, background 0.2s, color 0.2s;
}

.maysb-home2 .btn:focus-visible {
	outline: 3px solid var(--h2-teal);
	outline-offset: 2px;
}

.maysb-home2 .btn--primary,
.maysb-home2 .hdr-cta {
	background: linear-gradient(135deg, var(--h2-primary), var(--h2-primary-strong));
	color: #fff;
}

.maysb-home2 .btn--primary {
	box-shadow: var(--h2-sh-md);
}

.maysb-home2 .btn--teal {
	background: linear-gradient(135deg, var(--h2-teal), var(--h2-teal-strong));
	box-shadow: 0 10px 24px rgba(31, 135, 148, 0.32);
	color: #fff;
}

.maysb-home2 .btn--ghost {
	background: transparent;
	border-color: var(--h2-line);
	color: var(--h2-ink);
}

.maysb-home2 .btn:hover,
.maysb-home2 .hdr-cta:hover {
	transform: translateY(-3px);
}

.maysb-home2 .btn--primary:hover {
	box-shadow: var(--h2-sh-lg);
}

.maysb-home2 .btn--ghost:hover {
	border-color: var(--h2-teal);
	color: var(--h2-teal);
}

.maysb-home2 .home2-site {
	backdrop-filter: saturate(1.4) blur(10px);
	background: color-mix(in srgb, #0e3352 94%, transparent);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	position: sticky;
	top: 0;
	z-index: 50;
}

.maysb-home2 .bar {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	min-height: 74px;
	transition: min-height 0.3s;
}

.maysb-home2 .home2-site.shrink .bar {
	min-height: 60px;
}

.maysb-home2 .brand {
	align-items: center;
	display: inline-flex;
	font-family: var(--h2-serif);
	font-size: 1.34rem;
	font-weight: 600;
	gap: 11px;
	color: #fff;
}

.maysb-home2 .brand .mk {
	background: linear-gradient(135deg, var(--h2-teal), var(--h2-teal-strong));
	border-radius: 12px;
	box-shadow: var(--h2-sh-sm);
	color: #fff;
	display: grid;
	font-family: var(--h2-serif);
	font-weight: 700;
	height: 38px;
	place-items: center;
	width: 38px;
}

.maysb-home2 .main-nav {
	align-items: center;
	display: flex;
	gap: 4px;
}

.maysb-home2 .main-nav a {
	border-radius: var(--h2-r-full);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.93rem;
	font-weight: 600;
	padding: 9px 13px;
	transition: color 0.2s, background 0.2s;
}

.maysb-home2 .main-nav a:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.maysb-home2 .main-nav .vote {
	color: #6fd2dc;
	font-weight: 800;
}

.maysb-home2 .nav-toggle,
.maysb-home2 .hdr-cta--mobile {
	display: none;
}

.maysb-home2 .hdr-cta {
	align-items: center;
	border-radius: var(--h2-r-full);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 8px;
	padding: 10px 18px;
	background: linear-gradient(135deg, #2e6ea0, #17507d);
	color: #fff;
	transition: transform 0.2s, box-shadow 0.2s;
}

.maysb-home2 .hdr-cta:hover {
	box-shadow: var(--h2-sh-md);
}

.maysb-home2 .ellipse {
	border-radius: 50%;
	filter: blur(2px);
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.maysb-home2 .ellipse--teal {
	background: radial-gradient(closest-side, rgba(31, 135, 148, 0.55), rgba(31, 135, 148, 0));
}

.maysb-home2 .ellipse--navy {
	background: radial-gradient(closest-side, rgba(23, 80, 125, 0.5), rgba(23, 80, 125, 0));
}

.maysb-home2 .dots {
	background-image: radial-gradient(var(--h2-teal) 2px, transparent 2px);
	background-size: 16px 16px;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.maysb-home2 .framed {
	background: var(--h2-primary-strong);
	border-radius: var(--h2-r-lg);
	box-shadow: var(--h2-sh-lg);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.maysb-home2 .framed img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
	width: 100%;
}

.maysb-home2 .framed:hover img,
.maysb-home2 .framed.is-hovered img,
.maysb-home2 .svc-media:hover img,
.maysb-home2 .svc-media.is-hovered img {
	transform: scale(1.05);
}

.maysb-home2 .offset-block {
	background: linear-gradient(135deg, var(--h2-teal-tint), var(--h2-primary-tint));
	border-radius: var(--h2-r-lg);
	position: absolute;
	z-index: 0;
}

.maysb-home2 .float-chip {
	align-items: center;
	background: var(--h2-surface);
	border: 1px solid var(--h2-line);
	border-radius: 18px;
	box-shadow: var(--h2-sh-lg);
	display: flex;
	gap: 12px;
	padding: 14px 18px;
	position: absolute;
	z-index: 3;
}

.maysb-home2 .float-chip .n {
	color: var(--h2-primary);
	font-family: var(--h2-serif);
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1;
}

.maysb-home2 .float-chip .t {
	color: var(--h2-muted);
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.2;
	max-width: 12ch;
}

.maysb-home2 .float-chip .rig {
	background: linear-gradient(135deg, var(--h2-teal), var(--h2-teal-strong));
	border-radius: 12px;
	color: #fff;
	display: grid;
	height: 44px;
	place-items: center;
	width: 44px;
}

.maysb-home2 .watermark {
	color: currentColor;
	font-family: var(--h2-serif);
	font-weight: 700;
	line-height: 0.8;
	opacity: 0.06;
	pointer-events: none;
	position: absolute;
	user-select: none;
	z-index: 0;
}

.maysb-home2 .hero .wrap {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 4vw, 4rem);
	grid-template-columns: 1.04fr 0.96fr;
}

.maysb-home2 .hero h1 {
	font-size: clamp(1.95rem, 3.9vw, 3.35rem);
	letter-spacing: -0.02em;
	line-height: 1.08;
	margin-top: 18px;
	overflow-wrap: break-word;
}

.maysb-home2 .hero h1 em {
	color: var(--h2-teal);
	font-style: normal;
	position: relative;
	overflow-wrap: anywhere;
	white-space: normal;
}

.maysb-home2 .hero .lede {
	font-size: 1.2rem;
	margin-top: 22px;
}

.maysb-home2 .hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.maysb-home2 .hero-badge {
	align-items: center;
	background: var(--h2-surface);
	border: 1px solid var(--h2-line);
	border-radius: var(--h2-r-full);
	box-shadow: var(--h2-sh-sm);
	color: var(--h2-muted);
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 700;
	gap: 9px;
	margin-top: 26px;
	padding: 9px 15px;
}

.maysb-home2 .hero-badge b {
	color: var(--h2-primary);
}

.maysb-home2 .hero-fig {
	position: relative;
}

.maysb-home2 .hero-fig .ellipse--teal {
	height: 60%;
	right: -6%;
	top: -6%;
	width: 72%;
}

.maysb-home2 .hero-fig .offset-block {
	bottom: -4%;
	height: 52%;
	left: -4%;
	transform: rotate(-3deg);
	width: 60%;
}

.maysb-home2 .hero-fig .stack {
	display: grid;
	gap: 14px;
	position: relative;
	z-index: 1;
}

.maysb-home2 .hero-fig .framed.big {
	aspect-ratio: 16 / 11;
	border-radius: var(--h2-r-xl);
}

.maysb-home2 .hero-fig .smalls {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 1fr;
}

.maysb-home2 .hero-fig .framed.sm {
	aspect-ratio: 5 / 4;
	border-radius: var(--h2-r-lg);
}

.maysb-home2 .hero-fig .float-chip {
	bottom: 27%;
	left: -16px;
	z-index: 3;
}

.maysb-home2 .hero-fig .dots {
	bottom: -3%;
	height: 52px;
	right: 1%;
	width: 78px;
}

.maysb-home2 .band {
	border-radius: var(--h2-r-xl);
	box-shadow: var(--h2-sh-lg);
	margin: 0 auto;
	max-width: 1250px;
	overflow: hidden;
	position: relative;
}

.maysb-home2 .band-inner {
	padding-block: clamp(3rem, 5vw, 5rem);
}

.maysb-home2 .impact,
.maysb-home2 .on-blue,
.maysb-home2 .advocacy2 .bill {
	background:
		radial-gradient(44% 70% at 12% 10%, rgba(31, 135, 148, 0.34), transparent 60%),
		radial-gradient(46% 60% at 90% 20%, rgba(46, 110, 160, 0.4), transparent 62%),
		linear-gradient(155deg, var(--h2-dark), var(--h2-dark-2));
	color: var(--h2-on-dark);
	isolation: isolate;
}

.maysb-home2 .impact .watermark {
	color: #fff;
	font-size: clamp(12rem, 26vw, 26rem);
	right: -2%;
	top: -12%;
}

.maysb-home2 .impact h2 {
	color: #fff;
	font-size: clamp(1.9rem, 3.2vw, 2.9rem);
	max-width: 20ch;
}

.maysb-home2 .impact .lede,
.maysb-home2 .on-blue .lede,
.maysb-home2 .on-blue p {
	color: var(--h2-on-dark-muted);
}

.maysb-home2 .impact .eyebrow,
.maysb-home2 .on-blue .eyebrow {
	color: #8fd8e2;
}

.maysb-home2 .impact .eyebrow::before,
.maysb-home2 .on-blue .eyebrow::before {
	background: linear-gradient(90deg, #8fd8e2, transparent);
}

.maysb-home2 .stats {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 42px;
	position: relative;
	z-index: 1;
}

.maysb-home2 .stat {
	border-top: 2px solid rgba(127, 210, 220, 0.5);
	padding-top: 18px;
}

.maysb-home2 .stat .num {
	color: #fff;
	font-family: var(--h2-serif);
	font-size: clamp(2.6rem, 4.6vw, 3.9rem);
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1;
}

.maysb-home2 .stat .lab {
	color: var(--h2-on-dark-muted);
	font-size: 0.92rem;
	margin-top: 8px;
}

.maysb-home2 .split .wrap,
.maysb-home2 .story .wrap,
.maysb-home2 .advocacy2 .wrap {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: 1fr 1fr;
}

.maysb-home2 .split-fig {
	aspect-ratio: 4 / 3.4;
	position: relative;
}

.maysb-home2 .split-fig .ellipse--navy {
	height: 70%;
	left: -8%;
	top: -8%;
	width: 70%;
}

.maysb-home2 .split-fig .offset-block {
	bottom: -5%;
	height: 58%;
	right: -4%;
	transform: rotate(3deg);
	width: 58%;
}

.maysb-home2 .split-fig .framed,
.maysb-home2 .story-fig .framed {
	inset: 6%;
	position: absolute;
}

.maysb-home2 .split-fig .float-chip {
	bottom: 9%;
	left: -14px;
}

.maysb-home2 .split h2,
.maysb-home2 .serve h2,
.maysb-home2 .services h2 {
	font-size: clamp(1.9rem, 3.2vw, 2.9rem);
}

.maysb-home2 .on-blue h2,
.maysb-home2 .on-blue h3,
.maysb-home2 .on-blue .quote {
	color: #fff;
}

.maysb-home2 .on-blue .btn--ghost {
	border-color: rgba(255, 255, 255, 0.34);
	color: #fff;
}

.maysb-home2 .on-blue .btn--ghost:hover {
	border-color: #8fd8e2;
	color: #8fd8e2;
}

.maysb-home2 .on-blue .offset-block {
	background: linear-gradient(135deg, rgba(143, 216, 226, 0.35), rgba(255, 255, 255, 0.1));
}

.maysb-home2 .on-blue .float-chip {
	background: #fff;
}

.maysb-home2 .serve .wrap {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 4vw, 4.5rem);
	grid-template-columns: 0.92fr 1.08fr;
}

.maysb-home2 .krow {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: 52ch;
}

.maysb-home2 .pathways {
	display: grid;
	gap: 14px;
}

.maysb-home2 .pw {
	align-items: center;
	background: var(--h2-surface);
	border: 1px solid var(--h2-line);
	border-radius: var(--h2-r-md);
	box-shadow: var(--h2-sh-sm);
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr auto;
	padding: 20px 22px;
	transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.maysb-home2 .pw:hover,
.maysb-home2 .pw.is-hovered {
	border-color: var(--h2-teal);
	box-shadow: var(--h2-sh-md);
	transform: translateY(-5px);
}

.maysb-home2 .pw .ic,
.maysb-home2 .svc .ic {
	background: var(--h2-teal-tint);
	border-radius: 13px;
	color: var(--h2-teal);
	display: grid;
	height: 48px;
	place-items: center;
	width: 48px;
}

.maysb-home2 .pw h3 {
	font-size: 1.14rem;
}

.maysb-home2 .pw p,
.maysb-home2 .svc p {
	color: var(--h2-muted);
	font-size: 0.95rem;
	margin-top: 3px;
}

.maysb-home2 .pw .go {
	color: var(--h2-muted);
	transition: transform 0.25s, color 0.25s;
}

.maysb-home2 .pw:hover .go,
.maysb-home2 .pw.is-hovered .go {
	color: var(--h2-teal);
	transform: translateX(4px);
}

.maysb-home2 .bento {
	display: grid;
	gap: 16px;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 42px;
}

.maysb-home2 .svc {
	background: var(--h2-surface);
	border: 1px solid var(--h2-line);
	border-radius: var(--h2-r-md);
	box-shadow: var(--h2-sh-sm);
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 26px;
	transition: transform 0.25s, box-shadow 0.25s;
}

.maysb-home2 .svc:hover,
.maysb-home2 .svc.is-hovered {
	box-shadow: var(--h2-sh-lg);
	transform: translateY(-6px);
}

.maysb-home2 .svc .ic {
	background: linear-gradient(135deg, var(--h2-teal), var(--h2-teal-strong));
	border-radius: 14px;
	color: #fff;
	height: 52px;
	width: 52px;
}

.maysb-home2 .svc h3 {
	font-size: 1.2rem;
}

.maysb-home2 .svc.feature {
	gap: 16px;
	grid-column: span 2;
	grid-row: span 2;
	justify-content: flex-start;
}

.maysb-home2 .on-blue .svc {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.18);
}

.maysb-home2 .on-blue .svc.feature {
	background: rgba(255, 255, 255, 0.12);
}

.maysb-home2 .on-blue .svc p {
	color: var(--h2-on-dark-muted);
}

.maysb-home2 .svc-media {
	aspect-ratio: 16 / 9;
	border-radius: 18px;
	box-shadow: var(--h2-sh-sm);
	overflow: hidden;
}

.maysb-home2 .svc:not(.feature) .svc-media {
	border-radius: 12px;
}

.maysb-home2 .svc-media img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
	width: 100%;
}

.maysb-home2 .svc:not(.feature) .svc-media img {
	transition-duration: 0.5s;
}

.maysb-home2 .svc.feature .ic {
	background: linear-gradient(135deg, var(--h2-primary), var(--h2-primary-strong));
	height: 56px;
	width: 56px;
}

.maysb-home2 .svc.feature h3 {
	font-size: clamp(1.4rem, 2.2vw, 1.9rem);
}

.maysb-home2 .network h2 {
	font-size: clamp(1.6rem, 2.6vw, 2.3rem);
	max-width: 24ch;
}

.maysb-home2 .chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.maysb-home2 .chip {
	align-items: center;
	background: var(--h2-surface);
	border: 1px solid var(--h2-line);
	border-radius: var(--h2-r-full);
	box-shadow: var(--h2-sh-sm);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 600;
	gap: 10px;
	padding: 11px 18px;
	transition: transform 0.2s, border-color 0.2s;
}

.maysb-home2 .chip:hover {
	border-color: var(--h2-teal);
	transform: translateY(-2px);
}

.maysb-home2 .chip .dot {
	background: var(--h2-teal);
	border-radius: 50%;
	height: 9px;
	width: 9px;
}

.maysb-home2 .chip.hl {
	background: var(--h2-teal-tint);
	border-color: var(--h2-teal);
}

.maysb-home2 .story .wrap {
	grid-template-columns: 0.82fr 1.18fr;
}

.maysb-home2 .story-fig {
	aspect-ratio: 4 / 5;
	position: relative;
}

.maysb-home2 .story-fig .ellipse--teal {
	bottom: -6%;
	height: 72%;
	left: -8%;
	width: 72%;
}

.maysb-home2 .story-fig .offset-block {
	height: 60%;
	right: -5%;
	top: -4%;
	transform: rotate(-3deg);
	width: 56%;
}

.maysb-home2 .story-fig .framed {
	inset: 5%;
}

.maysb-home2 .quote {
	font-family: var(--h2-serif);
	font-size: clamp(1.5rem, 2.6vw, 2.15rem);
	letter-spacing: -0.01em;
	line-height: 1.28;
}

.maysb-home2 .quote .mark {
	color: var(--h2-teal);
}

.maysb-home2 .on-blue .quote .mark {
	color: #8fd8e2;
}

.maysb-home2 .byline {
	font-weight: 700;
	margin-top: 22px;
}

.maysb-home2 .byline span {
	color: var(--h2-muted);
	font-weight: 500;
}

.maysb-home2 .on-blue .byline,
.maysb-home2 .on-blue .byline span {
	color: #fff;
}

.maysb-home2 .sample {
	align-items: center;
	background: var(--h2-teal-tint);
	border-radius: var(--h2-r-full);
	color: var(--h2-teal-strong);
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 700;
	gap: 7px;
	margin-top: 14px;
	padding: 6px 12px;
}

.maysb-home2 .on-blue .sample {
	background: rgba(255, 255, 255, 0.14);
	color: #cdeaf0;
}

.maysb-home2 .advocacy2 .wrap {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 4vw, 4rem);
	grid-template-columns: 1.12fr 0.88fr;
}

.maysb-home2 .advocacy2 h2 {
	font-size: clamp(2rem, 3.4vw, 3.1rem);
}

.maysb-home2 .advocacy2 .lede {
	margin-top: 16px;
}

.maysb-home2 .advocacy2 .bill {
	border: 0;
	border-radius: var(--h2-r-md);
	box-shadow: var(--h2-sh-lg);
	color: #fff;
	padding: 28px;
}

.maysb-home2 .advocacy2 .bill .lab {
	color: #8fd8e2;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.maysb-home2 .advocacy2 .bill h3 {
	color: #fff;
	font-size: 1.4rem;
	margin-top: 8px;
}

.maysb-home2 .advocacy2 .bill .urg {
	align-items: center;
	color: #bfe1ea;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 8px;
	margin-top: 14px;
}

.maysb-home2 .advocacy2 .bill .btn {
	justify-content: center;
	margin-top: 20px;
	width: 100%;
}

.maysb-home2 .home2-footer {
	background: var(--h2-dark-2);
	color: var(--h2-on-dark-muted);
	padding-block: 52px 30px;
}

.maysb-home2 .home2-footer .wrap {
	display: grid;
	gap: 40px;
	grid-template-columns: 1.3fr 2fr;
}

.maysb-home2 .home2-footer .brand {
	color: #fff;
}

.maysb-home2 .flinks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.maysb-home2 .flinks a {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--h2-r-full);
	color: var(--h2-on-dark-muted);
	font-size: 0.92rem;
	font-weight: 600;
	padding: 8px 14px;
	transition: color 0.2s, border-color 0.2s;
}

.maysb-home2 .flinks a:hover {
	border-color: var(--h2-teal);
	color: #fff;
}

.maysb-home2 .legal {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.82rem;
	gap: 10px;
	justify-content: space-between;
	margin-top: 34px;
	padding-top: 20px;
}

.maysb-home2 .concept {
	align-items: center;
	background: var(--h2-ink);
	border-radius: var(--h2-r-full);
	bottom: 16px;
	box-shadow: var(--h2-sh-lg);
	color: var(--h2-ground);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 700;
	gap: 8px;
	left: 16px;
	max-width: calc(100vw - 32px);
	padding: 9px 14px;
	position: fixed;
	z-index: 80;
}

.maysb-home2 .concept .dot {
	background: var(--h2-teal);
	border-radius: 50%;
	height: 8px;
	width: 8px;
}

.maysb-home2 .tgl {
	background: var(--h2-surface);
	border: 1px solid var(--h2-line);
	border-radius: 50%;
	bottom: 16px;
	box-shadow: var(--h2-sh-md);
	color: var(--h2-ink);
	cursor: pointer;
	display: grid;
	height: 44px;
	place-items: center;
	position: fixed;
	right: 16px;
	width: 44px;
	z-index: 80;
}

.maysb-home2 .tgl .icn {
	height: 20px;
	width: 20px;
}

.maysb-home2.is-motion-ready .concept .dot {
	animation: home2-pulse 2s infinite;
}

@keyframes home2-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.4;
	}
}

.maysb-home2 [data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.maysb-home2 [data-reveal].vis {
	opacity: 1;
	transform: none;
}

.maysb-home2 .delay-1 {
	transition-delay: 0.05s;
}

.maysb-home2 .delay-2 {
	transition-delay: 0.1s;
}

.maysb-home2 .delay-3 {
	transition-delay: 0.15s;
}

.maysb-home2 .delay-4 {
	transition-delay: 0.2s;
}

.maysb-home2.maysb-v2 .hero h1 {
	font-size: clamp(2.25rem, 5vw, 4.45rem);
	max-width: 11ch;
}

.maysb-home2.maysb-v2 .v2-hero .lede {
	max-width: 54ch;
}

.maysb-home2.maysb-v2 .v2-single-fig {
	aspect-ratio: 4 / 3.25;
}

.maysb-home2.maysb-v2 .v2-single-fig .framed.big {
	aspect-ratio: auto;
	inset: 4% 2% 7% 4%;
	position: absolute;
}

.maysb-home2.maysb-v2 .v2-single-fig .offset-block {
	bottom: 0;
	height: 58%;
	left: 0;
	transform: rotate(-3deg);
	width: 60%;
}

.maysb-home2.maysb-v2 .v2-single-fig .dots {
	bottom: 0;
	height: 64px;
	right: 4%;
	width: 96px;
}

.maysb-home2.maysb-v2 .v2-band-copy {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.maysb-home2.maysb-v2 .v2-band-copy h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	max-width: 24ch;
}

.maysb-home2.maysb-v2 .v2-two-grid {
	grid-template-columns: repeat(2, 1fr);
}

.maysb-home2.maysb-v2 .v2-two-grid .svc.feature {
	grid-column: auto;
	grid-row: auto;
}

.maysb-home2.maysb-v2 .v2-card p strong,
.maysb-home2.maysb-v2 .svc p strong {
	color: inherit;
	font-weight: 800;
}

.maysb-home2.maysb-v2 .v2-directory-grid {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 34px;
}

.maysb-home2.maysb-v2 .v2-bureau-card {
	padding: 22px;
}

.maysb-home2.maysb-v2 .v2-bureau-card h3 {
	font-size: 1.05rem;
	line-height: 1.2;
}

.maysb-home2.maysb-v2 .v2-event-card .v2-kicker {
	color: #8fd8e2;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.maysb-home2.maysb-v2 .v2-event-card .btn {
	justify-content: center;
	margin-top: auto;
}

.maysb-home2.maysb-v2 .v2-flyer {
	background: rgba(255, 255, 255, 0.92);
	padding: 18px;
}

.maysb-home2.maysb-v2 .v2-flyer img {
	object-fit: contain;
}

.maysb-home2.maysb-v2 .v2-event-meta {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	color: var(--h2-on-dark-muted);
	display: grid;
	font-size: 0.88rem;
	gap: 10px;
	padding: 14px;
}

.maysb-home2.maysb-v2 .v2-event-meta span {
	align-items: flex-start;
	display: inline-flex;
	gap: 8px;
}

.maysb-home2.maysb-v2 .v2-resource-grid {
	grid-template-columns: repeat(4, 1fr);
}

.maysb-home2.maysb-v2 .v2-resource-card ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.maysb-home2.maysb-v2 .v2-resource-card li {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	color: var(--h2-on-dark-muted);
	display: flex;
	font-size: 0.92rem;
	font-weight: 650;
	gap: 10px;
	padding: 10px;
}

.maysb-home2.maysb-v2 .v2-resource-card .dot {
	background: #8fd8e2;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 8px;
	margin-top: 0.45em;
	width: 8px;
}

.maysb-home2.maysb-v2 .v2-letter-card {
	align-items: flex-start;
	grid-template-columns: auto 1fr;
}

.maysb-home2.maysb-v2 .v2-letter-card p + p {
	margin-top: 14px;
}

.maysb-home2.maysb-v2 .v2-vote-cta h2 {
	text-transform: uppercase;
}

.maysb-home2.maysb-v2 .v2-contact-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.maysb-home2.maysb-v2 .v2-contact-grid .svc.feature {
	grid-column: auto;
	grid-row: auto;
}

.maysb-home2.maysb-v2 .v2-form-card h2,
.maysb-home2.maysb-v2 .v2-contact-info h2 {
	color: #fff;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.maysb-home2.maysb-v2 .v2-form-card .gform_wrapper {
	margin-top: 18px;
}

.maysb-home2.maysb-v2 .v2-form-card .gform_wrapper label,
.maysb-home2.maysb-v2 .v2-form-card .gfield_label {
	color: #fff;
	font-weight: 700;
}

.maysb-home2.maysb-v2 .v2-form-card input,
.maysb-home2.maysb-v2 .v2-form-card select,
.maysb-home2.maysb-v2 .v2-form-card textarea {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	color: #fff;
}

.maysb-home2.maysb-v2 .v2-form-card input::placeholder,
.maysb-home2.maysb-v2 .v2-form-card textarea::placeholder {
	color: rgba(255, 255, 255, 0.55);
}

.maysb-home2.maysb-v2 .v2-form-card .gform_button {
	background: linear-gradient(135deg, var(--h2-teal), var(--h2-teal-strong));
	border: 0;
	border-radius: var(--h2-r-full);
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	padding: 13px 22px;
}

.maysb-home2.maysb-v2 .v2-info-list {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.maysb-home2.maysb-v2 .v2-info-list > div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	padding: 16px;
}

.maysb-home2.maysb-v2 .v2-info-list h3 {
	font-family: var(--h2-sans);
	font-size: 0.83rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.maysb-home2.maysb-v2 .v2-info-list a {
	color: #fff;
	font-weight: 800;
}

@media (max-width: 860px) {
	.maysb-home2 .bar {
		min-height: 68px;
		position: relative;
	}

	.maysb-home2 .nav-toggle {
		align-items: center;
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 14px;
		color: #fff;
		cursor: pointer;
		display: inline-flex;
		flex-direction: column;
		gap: 5px;
		height: 44px;
		justify-content: center;
		margin-left: auto;
		padding: 0;
		position: relative;
		width: 48px;
		z-index: 61;
	}

	.maysb-home2 .nav-toggle span {
		background: currentColor;
		border-radius: 999px;
		display: block;
		height: 2px;
		transition: transform 0.2s ease, opacity 0.2s ease;
		width: 22px;
	}

	.maysb-home2 .home2-site.is-open .nav-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.maysb-home2 .home2-site.is-open .nav-toggle span:nth-child(2) {
		opacity: 0;
	}

	.maysb-home2 .home2-site.is-open .nav-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.maysb-home2 .main-nav {
		background: linear-gradient(180deg, #0e3352 0%, #123f66 100%);
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 0 0 18px 18px;
		box-shadow: var(--h2-sh-lg);
		display: grid;
		gap: 4px;
		left: 18px;
		opacity: 0;
		padding: 12px;
		pointer-events: none;
		position: absolute;
		right: 18px;
		top: calc(100% + 8px);
		transform: translateY(-8px);
		transition: opacity 0.2s ease, transform 0.2s ease;
		visibility: hidden;
		z-index: 60;
	}

	.maysb-home2 .home2-site.is-open .main-nav,
	.maysb-home2 .main-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.maysb-home2 .main-nav a {
		border-radius: 12px;
		color: #fff;
		display: flex;
		font-size: 1rem;
		justify-content: center;
		min-height: 46px;
		padding: 13px 16px;
		text-align: center;
		width: 100%;
	}

	.maysb-home2 .main-nav .vote {
		color: #78d9e2;
	}

	.maysb-home2 .hdr-cta {
		display: none;
	}

	.maysb-home2 .main-nav .hdr-cta--mobile {
		background: linear-gradient(135deg, #2e6ea0, #17507d);
		color: #fff;
		display: flex;
		font-weight: 800;
		margin-top: 4px;
	}
}

@media (max-width: 860px) {
	.maysb-home2 .hero .wrap,
	.maysb-home2 .split .wrap,
	.maysb-home2 .story .wrap,
	.maysb-home2 .advocacy2 .wrap,
	.maysb-home2 .serve .wrap,
	.maysb-home2.maysb-v2 .v2-contact-grid {
		grid-template-columns: 1fr;
	}

	.maysb-home2 .hero-fig,
	.maysb-home2 .split-fig {
		margin: 8px auto 0;
		max-width: 460px;
		width: 100%;
	}

	.maysb-home2 .story-fig {
		max-width: 360px;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.maysb-home2 .main-nav,
	.maysb-home2 .nav-toggle span {
		transition: none;
	}
}

@media (max-width: 820px) {
	.maysb-home2 .bento {
		grid-template-columns: 1fr 1fr;
	}

	.maysb-home2.maysb-v2 .v2-directory-grid,
	.maysb-home2.maysb-v2 .v2-resource-grid,
	.maysb-home2.maysb-v2 .v2-two-grid {
		grid-template-columns: 1fr 1fr;
	}

	.maysb-home2 .svc.feature {
		grid-column: span 2;
		grid-row: auto;
	}

	.maysb-home2 .home2-footer .wrap {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.maysb-home2 .stats {
		gap: 26px 22px;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.maysb-home2 .bento {
		grid-template-columns: 1fr;
	}

	.maysb-home2.maysb-v2 .v2-directory-grid,
	.maysb-home2.maysb-v2 .v2-resource-grid,
	.maysb-home2.maysb-v2 .v2-two-grid {
		grid-template-columns: 1fr;
	}

	.maysb-home2 .svc.feature {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.maysb-home2.is-motion-ready .concept .dot {
		animation: none;
	}

	.maysb-home2 [data-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.maysb-home2 .framed:hover img,
	.maysb-home2 .svc-media:hover img {
		transform: none;
	}
}
