:root {
	--nwjc-green-primary: #003b2e;
	--nwjc-green-dark: #002b22;
	--nwjc-green-button: #004735;
	--nwjc-green-hover: #00513d;
	--nwjc-gold-primary: #c9972b;
	--nwjc-gold-light: #d8a739;
	--nwjc-gold-dark: #a87818;
	--nwjc-cream: #f8f4ea;
	--nwjc-off-white: #fbfaf6;
	--nwjc-panel: #ffffff;
	--nwjc-border: #e6e6e6;
	--nwjc-text-dark: #10231d;
	--nwjc-text-body: #222222;
	--nwjc-text-muted: #666666;
	--nwjc-black-green: #07130f;
	--nwjc-shadow: 0 16px 40px rgba(7, 19, 15, 0.08);
	--nwjc-shadow-hover: 0 18px 34px rgba(7, 19, 15, 0.12);
}

.nwjc-sponsors-page,
.nwjc-sponsor-profile {
	color: var(--nwjc-text-body);
	font-family: "Inter", sans-serif;
}

.nwjc-sponsors-page * ,
.nwjc-sponsor-profile * {
	box-sizing: border-box;
}

.nwjc-sponsors-shell {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 24px;
}

.nwjc-sponsors-page h1,
.nwjc-sponsors-page h2,
.nwjc-sponsors-page h3,
.nwjc-sponsor-profile h1,
.nwjc-sponsor-profile h2,
.nwjc-sponsor-profile h3 {
	color: var(--nwjc-text-dark);
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 0.98;
	margin: 0;
}

.nwjc-sponsors-page p,
.nwjc-sponsor-profile p,
.nwjc-sponsors-page li,
.nwjc-sponsor-profile li,
.nwjc-sponsors-page label,
.nwjc-sponsor-profile label {
	font-size: 16px;
	line-height: 1.6;
}

.nwjc-sponsors-page a,
.nwjc-sponsor-profile a {
	text-decoration: none;
}

.nwjc-sponsors-kicker {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.22em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.nwjc-sponsors-script {
	color: var(--nwjc-gold-light);
	font-family: "Yellowtail", cursive;
	font-size: 30px;
	margin: 28px 0 0;
}

.nwjc-sponsors-hero,
.nwjc-sponsor-profile__hero {
	background:
		linear-gradient(90deg, rgba(0, 20, 14, 0.92) 0%, rgba(0, 35, 27, 0.72) 42%, rgba(0, 0, 0, 0.18) 100%),
		url("../images/nwjc-sponsors-hero.png") center right / cover no-repeat;
	min-height: 380px;
	position: relative;
}

.nwjc-sponsors-hero::after,
.nwjc-sponsor-profile__hero::after {
	background:
		radial-gradient(circle at top right, rgba(227, 181, 74, 0.18), transparent 45%),
		linear-gradient(180deg, transparent, rgba(7, 19, 15, 0.35));
	content: "";
	inset: 0;
	position: absolute;
}

.nwjc-sponsors-hero__shell,
.nwjc-sponsor-profile__hero .nwjc-sponsors-shell {
	display: flex;
	min-height: inherit;
	position: relative;
	z-index: 1;
}

.nwjc-sponsors-hero__content,
.nwjc-sponsor-profile__hero-content {
	align-self: center;
	max-width: 620px;
	padding: 92px 0;
}

.nwjc-sponsors-hero h1,
.nwjc-sponsor-profile__hero h1 {
	color: #ffffff;
	font-size: clamp(48px, 7vw, 86px);
}

.nwjc-sponsors-hero__intro,
.nwjc-sponsor-profile__intro {
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
	margin: 22px 0 0;
	max-width: 620px;
}

.nwjc-sponsors-controls {
	background: #ffffff;
	border-top: 1px solid var(--nwjc-border);
	padding: 36px 0;
	position: relative;
}

.nwjc-sponsors-controls__panel {
	background: #ffffff;
	border: 1px solid var(--nwjc-border);
	border-radius: 18px;
	box-shadow: 0 4px 24px rgba(7, 19, 15, 0.06);
	padding: 28px;
}

.nwjc-sponsors-controls__grid {
	display: grid;
	gap: 14px 18px;
	grid-template-columns: 1fr 1fr 1fr auto;
}

.nwjc-field--search {
	grid-column: 1 / -1;
}

.nwjc-front-form__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nwjc-field,
.nwjc-front-form__field {
	margin: 0;
}

.nwjc-field label,
.nwjc-front-form__field label {
	color: var(--nwjc-text-dark);
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.nwjc-field input,
.nwjc-field select,
.nwjc-front-form__field input,
.nwjc-front-form__field select,
.nwjc-front-form__field textarea {
	background: #ffffff;
	border: 1px solid var(--nwjc-border);
	border-radius: 12px;
	color: var(--nwjc-text-body);
	font-family: "Inter", sans-serif;
	font-size: 15px;
	min-height: 52px;
	padding: 14px 16px;
	width: 100%;
}

.nwjc-front-form__field textarea {
	min-height: 140px;
	resize: vertical;
}

.nwjc-field input:focus,
.nwjc-field select:focus,
.nwjc-front-form__field input:focus,
.nwjc-front-form__field select:focus,
.nwjc-front-form__field textarea:focus {
	border-color: rgba(0, 59, 46, 0.45);
	box-shadow: 0 0 0 4px rgba(0, 59, 46, 0.08);
	outline: none;
}

.nwjc-field__input-wrap {
	position: relative;
}

.nwjc-field__input-wrap input {
	padding-left: 48px;
}

.nwjc-field__input-wrap .nwjc-icon {
	color: var(--nwjc-green-primary);
	left: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.nwjc-field__input-wrap .nwjc-icon svg {
	height: 18px;
	width: 18px;
}

.nwjc-field--button {
	align-self: end;
}

/* ── Search autocomplete dropdown ── */
.nwjc-autocomplete {
	background: #ffffff;
	border: 1px solid var(--nwjc-border);
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(7, 19, 15, 0.12);
	left: 0;
	list-style: none;
	margin: 0;
	max-height: 280px;
	overflow-y: auto;
	padding: 6px;
	position: absolute;
	top: calc(100% + 6px);
	width: 100%;
	z-index: 200;
}

.nwjc-autocomplete[hidden] {
	display: none;
}

.nwjc-autocomplete__item {
	border-radius: 8px;
	color: var(--nwjc-text-dark);
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 14px;
	transition: background 0.14s ease, color 0.14s ease;
}

.nwjc-autocomplete__item:hover,
.nwjc-autocomplete__item.is-active {
	background: rgba(0, 59, 46, 0.07);
	color: var(--nwjc-green-primary);
}

.nwjc-sponsors-az {
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
	margin-top: 18px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 6px;
	scrollbar-color: #003b2e #e4ede7;
	scrollbar-width: thin;
}

.nwjc-sponsors-az::-webkit-scrollbar {
	height: 5px;
}

.nwjc-sponsors-az::-webkit-scrollbar-track {
	background: #e4ede7;
	border-radius: 999px;
}

.nwjc-sponsors-az::-webkit-scrollbar-thumb {
	background: #003b2e;
	border-radius: 999px;
}

.nwjc-sponsors-az button {
	background: #ffffff;
	border: 1px solid rgba(0, 59, 46, 0.16);
	border-radius: 6px;
	color: var(--nwjc-green-primary);
	cursor: pointer;
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	min-width: 40px;
	padding: 7px 10px;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nwjc-sponsors-az button:hover,
.nwjc-sponsors-az button:focus-visible {
	border-color: var(--nwjc-gold-primary);
	outline: none;
	transform: translateY(-1px);
}

.nwjc-sponsors-az button.is-active {
	background: var(--nwjc-green-primary);
	border-color: var(--nwjc-green-primary);
	color: #ffffff;
}

.nwjc-sponsors-section {
	padding: 64px 0;
}

.nwjc-sponsors-section--major {
	background: #ffffff;
	border-top: 1px solid var(--nwjc-border);
	padding-top: 48px;
}

.nwjc-sponsors-section--directory {
	background: #ffffff;
	border-top: 1px solid var(--nwjc-border);
}

.nwjc-sponsors-section--actions {
	background: #ffffff;
	border-top: 1px solid var(--nwjc-border);
	padding-top: 54px;
	padding-bottom: 72px;
}

.nwjc-sponsors-section__header,
.nwjc-sponsors-directory__header {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.nwjc-sponsors-section__eyebrow {
	align-items: center;
	color: var(--nwjc-gold-primary);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.nwjc-sponsors-section__eyebrow .nwjc-icon svg {
	height: 13px;
	width: 13px;
}

.nwjc-sponsors-section__header--center {
	justify-content: center;
}

.nwjc-sponsors-section__eyebrow--lined {
	gap: 16px;
}

.nwjc-sponsors-section__eyebrow--lined::before,
.nwjc-sponsors-section__eyebrow--lined::after {
	background: rgba(201, 151, 43, 0.35);
	content: "";
	height: 1px;
	width: 64px;
}

.nwjc-sponsors-directory__header h2 {
	font-size: clamp(24px, 2.8vw, 34px);
}

.nwjc-sponsors-directory__header p {
	color: var(--nwjc-text-muted);
	margin: 10px 0 0;
}

.nwjc-field--sort {
	max-width: 220px;
	min-width: 200px;
}

/* Grid: always 5 equal columns regardless of how many sponsors */
.nwjc-sponsors-page .nwjc-major-sponsor-grid {
	display: grid !important;
	gap: 24px !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	justify-items: stretch;
}

.nwjc-sponsor-card,
.nwjc-action-card,
.nwjc-empty-state,
.nwjc-sponsor-profile__card,
.nwjc-sponsor-profile__sidebar-card {
	background: #ffffff;
	border: 1px solid rgba(16, 35, 29, 0.08);
	border-radius: 18px;
	box-shadow: var(--nwjc-shadow);
}

.nwjc-sponsors-page .nwjc-major-sponsor-card {
	background: #ffffff !important;
	border: 2px solid #003b2e !important;
	border-radius: 18px !important;
	box-shadow: var(--nwjc-shadow);
	display: flex !important;
	flex-direction: column !important;
	max-width: 100% !important;
	overflow: hidden !important;
	padding: 0 !important;
	transition: box-shadow 0.22s ease, transform 0.22s ease;
	width: 100% !important;
}

.nwjc-sponsors-page .nwjc-major-sponsor-card:hover {
	box-shadow: var(--nwjc-shadow-hover);
	transform: translateY(-4px);
}

/* Button fills the full card height */
.nwjc-sponsors-page .nwjc-major-sponsor-card .nwjc-major-sponsor-card__link {
	background: transparent !important;
	border: none !important;
	cursor: pointer;
	display: flex !important;
	flex: 1 !important;
	flex-direction: column !important;
	font-family: inherit;
	font-size: inherit;
	padding: 0 !important;
	text-decoration: none;
	width: 100% !important;
}

/* Logo area */
.nwjc-sponsors-page .nwjc-major-sponsor-card .nwjc-sponsor-logo {
	background: transparent !important;
	border-bottom: 1px solid #e6e6e6;
	flex: 1 !important;
	min-height: 120px;
	padding: 16px;
	width: 100%;
}

/* Name strip */
.nwjc-sponsors-page .nwjc-major-sponsor-card .nwjc-major-sponsor-card__name {
	background: #ffffff !important;
	color: #10231d !important;
	display: block !important;
	flex-shrink: 0 !important;
	font-family: "Inter", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.45;
	padding: 10px 12px;
	text-align: center;
	width: 100%;
	word-break: break-word;
}

.nwjc-sponsor-logo {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.nwjc-sponsor-logo img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.nwjc-sponsor-logo--profile img {
	max-height: 120px;
	max-width: 84%;
}

.nwjc-sponsor-logo--placeholder {
	background: #f7f8f9;
	border-radius: 16px;
	padding: 16px;
}

.nwjc-sponsor-logo__fallback {
	align-items: center;
	border: 1px dashed rgba(0, 59, 46, 0.22);
	border-radius: 14px;
	color: var(--nwjc-green-primary);
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 12px;
	text-align: center;
	width: 100%;
}

.nwjc-sponsor-logo__name {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.35;
}

.nwjc-sponsors-results {
	color: var(--nwjc-text-muted);
	font-size: 14px;
	margin-bottom: 18px;
}

.nwjc-sponsor-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nwjc-sponsor-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding: 20px;
	transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.nwjc-sponsor-card:hover,
.nwjc-sponsor-card:focus-within {
	box-shadow: var(--nwjc-shadow-hover);
	transform: translateY(-3px);
}

.nwjc-sponsor-card[hidden] {
	display: none;
}

.nwjc-sponsor-card__logo {
	align-items: center;
	background: #f7f8f9;
	border: 1px solid var(--nwjc-border);
	border-radius: 14px;
	display: flex;
	height: 140px;
	justify-content: center;
	margin-bottom: 18px;
	padding: 18px;
}

.nwjc-sponsor-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.nwjc-sponsor-card__meta {
	color: var(--nwjc-gold-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.nwjc-sponsor-card h3 {
	font-size: 16px !important;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 8px;
	text-decoration: none !important;
}

.nwjc-sponsor-card__category {
	color: var(--nwjc-green-primary);
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 12px;
}

.nwjc-sponsor-card__description {
	color: var(--nwjc-text-muted);
	flex: 1 1 auto;
	margin: 0;
}

.nwjc-sponsor-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.nwjc-icon-button,
.nwjc-button {
	align-items: center !important;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex !important;
	font-size: 13px;
	font-weight: 700;
	gap: 10px !important;
	justify-content: center !important;
	letter-spacing: 0.08em;
	min-height: 48px;
	padding: 0 18px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nwjc-icon-button .nwjc-icon svg,
.nwjc-button .nwjc-icon svg {
	height: 16px;
	width: 16px;
}

.nwjc-button:hover,
.nwjc-icon-button:hover,
.nwjc-button:focus-visible,
.nwjc-icon-button:focus-visible {
	outline: none;
	transform: translateY(-1px);
}

.nwjc-button--green,
.nwjc-icon-button {
	background: var(--nwjc-green-button);
	color: #ffffff;
}

.nwjc-button--green:hover,
.nwjc-button--green:focus-visible,
.nwjc-icon-button:hover,
.nwjc-icon-button:focus-visible {
	background: var(--nwjc-green-hover);
	box-shadow: 0 12px 24px rgba(0, 59, 46, 0.16);
}

.nwjc-button--gold {
	background: var(--nwjc-gold-light);
	color: var(--nwjc-black-green);
}

.nwjc-button--gold:hover,
.nwjc-button--gold:focus-visible {
	background: #e3b54a;
	box-shadow: 0 12px 24px rgba(201, 151, 43, 0.18);
}

.nwjc-button--ghost {
	background: #ffffff !important;
	border-color: rgba(0, 59, 46, 0.18) !important;
	color: var(--nwjc-green-primary) !important;
}

.nwjc-button--ghost:hover,
.nwjc-button--ghost:focus-visible {
	border-color: var(--nwjc-gold-primary);
	color: var(--nwjc-green-dark);
}

.nwjc-icon-button--icon-only {
	flex: 0 0 auto;
	gap: 0;
	padding: 0;
	width: 48px;
}

.nwjc-sponsors-directory__footer {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.nwjc-sponsors-cta {
	background: var(--nwjc-green-dark);
}

.nwjc-sponsors-cta__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: space-between;
	padding: 44px 24px;
}

.nwjc-sponsors-cta__copy h2 {
	color: #ffffff;
	font-size: clamp(28px, 3vw, 36px);
}

.nwjc-sponsors-cta__copy p {
	color: rgba(255, 255, 255, 0.78);
	margin: 8px 0 0;
}

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

.nwjc-action-card {
	display: flex;
	flex-direction: column;
	padding: 30px;
	position: relative;
}

.nwjc-action-card .nwjc-button {
	margin-top: auto;
}

.nwjc-action-card--green {
	background: #ffffff;
	border-top: 4px solid var(--nwjc-green-primary);
}

.nwjc-action-card--gold {
	background: #ffffff;
	border-top: 4px solid var(--nwjc-gold-primary);
}

.nwjc-action-card__icon {
	align-items: center;
	border-radius: 50%;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	margin-bottom: 18px;
	width: 56px;
}

.nwjc-action-card--green .nwjc-action-card__icon {
	background: rgba(0, 59, 46, 0.08);
	color: var(--nwjc-green-primary);
}

.nwjc-action-card--gold .nwjc-action-card__icon {
	background: rgba(201, 151, 43, 0.14);
	color: var(--nwjc-gold-dark);
}

.nwjc-action-card__icon .nwjc-icon svg {
	height: 24px;
	width: 24px;
}

.nwjc-action-card__label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.nwjc-action-card--green .nwjc-action-card__label {
	color: var(--nwjc-green-primary);
}

.nwjc-action-card--gold .nwjc-action-card__label {
	color: var(--nwjc-gold-dark);
}

.nwjc-action-card h2 {
	font-size: 36px;
	margin-bottom: 12px;
}

.nwjc-action-card p {
	color: var(--nwjc-text-muted);
	margin: 0 0 20px;
	max-width: 34ch;
}

.nwjc-form-panel--thankyou {
	display: none;
}

.nwjc-form-panel--thankyou.is-active {
	display: block;
}

.nwjc-modal--center .nwjc-modal__dialog {
	max-width: 460px;
}

.nwjc-thankyou {
	padding: 20px 16px 10px;
	text-align: center;
}

.nwjc-thankyou__icon {
	color: var(--nwjc-green-primary);
	margin-bottom: 18px;
}

.nwjc-thankyou__icon .nwjc-icon svg {
	height: 60px;
	width: 60px;
}

.nwjc-thankyou h3 {
	font-size: 42px;
	margin-bottom: 14px;
}

.nwjc-thankyou p {
	color: var(--nwjc-text-muted);
	margin: 0 auto 26px;
	max-width: 38ch;
}

.nwjc-form-panels {
	display: grid;
	gap: 22px;
}

.nwjc-form-panel {
	display: none;
}

.nwjc-form-panel.is-active {
	display: block;
}

.nwjc-form-panel__header {
	margin-bottom: 20px;
}

.nwjc-form-panel__header h3 {
	font-size: 34px;
	margin-bottom: 10px;
}

.nwjc-form-panel__header p,
.nwjc-front-form__actions p {
	color: var(--nwjc-text-muted);
	margin: 0;
}

body.nwjc-modal-open {
	overflow: hidden;
}

.nwjc-modal {
	align-items: flex-start;
	background: rgba(7, 19, 15, 0.6);
	display: none;
	inset: 0;
	justify-content: center;
	overflow-y: auto;
	padding: 64px 20px;
	position: fixed;
	z-index: 99999;
}

.nwjc-modal.is-open {
	display: flex;
}

.nwjc-modal.nwjc-modal--center {
	align-items: center;
	padding: 20px;
}

.nwjc-modal__backdrop {
	cursor: pointer;
	inset: 0;
	position: fixed;
}

.nwjc-modal__dialog {
	background: #ffffff;
	border-radius: 18px;
	box-shadow: var(--nwjc-shadow-hover);
	max-width: 640px;
	padding: 36px;
	position: relative;
	width: 100%;
}

.nwjc-modal__close {
	align-items: center;
	background: rgba(0, 59, 46, 0.06);
	border: none;
	border-radius: 50%;
	color: var(--nwjc-text-dark);
	cursor: pointer;
	display: flex;
	font-size: 22px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 18px;
	transition: background 0.2s ease;
	width: 36px;
}

.nwjc-modal__close:hover,
.nwjc-modal__close:focus-visible {
	background: rgba(0, 59, 46, 0.12);
	outline: none;
}

/* ── Profile popup modal ── */

.nwjc-pmodal {
	align-items: center;
}

/*
 * The dialog has padding:0 so the logo column background reaches the rounded
 * corners (overflow:hidden clips it to the radius).  The .nwjc-modal
 * container already scrolls via overflow-y:auto, so no nested scroll needed.
 */
.nwjc-pmodal .nwjc-pmodal__dialog {
	max-width: 780px;
	overflow: hidden;
	padding: 0;
}

/* Prevent the generic 767 px rule from re-adding padding to this dialog. */
@media (max-width: 767px) {
	.nwjc-pmodal .nwjc-pmodal__dialog {
		padding: 0;
	}
}

.nwjc-pmodal__inner {
	display: flex;
	flex-direction: row;
}

.nwjc-pmodal__logo-col {
	align-items: center;
	background: #f7f8f9;
	border-right: 1px solid var(--nwjc-border);
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	padding: 32px 24px;
	width: 220px;
}

.nwjc-pmodal__logo-col img {
	display: block;
	height: auto;
	max-height: 160px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.nwjc-pmodal__logo-initials {
	align-items: center;
	background: var(--nwjc-green-primary);
	border-radius: 16px;
	color: #ffffff;
	display: flex;
	font-size: 38px;
	font-weight: 800;
	height: 100px;
	justify-content: center;
	width: 100px;
}

.nwjc-pmodal__content {
	flex: 1;
	min-width: 0;
	padding: 40px 36px 36px;
}

.nwjc-pmodal__level {
	color: var(--nwjc-green-primary);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.nwjc-pmodal__name {
	color: var(--nwjc-text-dark);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 4px;
	word-break: break-word;
}

.nwjc-pmodal__category {
	color: var(--nwjc-text-muted);
	font-size: 13px;
	margin: 0 0 16px;
}

.nwjc-pmodal__description {
	border-top: 1px solid var(--nwjc-border);
	color: var(--nwjc-text-dark);
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 20px;
	padding-top: 16px;
}

.nwjc-pmodal__description:empty {
	display: none;
}

.nwjc-pmodal__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.nwjc-pmodal__links:empty {
	display: none;
}

.nwjc-pmodal__link {
	align-items: center;
	background: rgba(0, 59, 46, 0.06);
	border: none;
	border-radius: 50px;
	color: var(--nwjc-text-dark);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 6px;
	padding: 8px 16px;
	text-decoration: none;
	transition: background 0.18s ease;
}

.nwjc-pmodal__link:hover {
	background: rgba(0, 59, 46, 0.12);
}

.nwjc-pmodal__link .nwjc-icon {
	display: flex;
	flex-shrink: 0;
	height: 16px;
	width: 16px;
}

.nwjc-pmodal__link .nwjc-icon svg {
	height: 100%;
	width: 100%;
}

.nwjc-pmodal__contact {
	border-top: 1px solid var(--nwjc-border);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 16px;
}

.nwjc-pmodal__contact:empty {
	display: none;
}

.nwjc-pmodal__contact-item {
	align-items: center;
	color: var(--nwjc-text-muted);
	display: flex;
	font-size: 13px;
	gap: 6px;
	text-decoration: none;
	word-break: break-all;
}

.nwjc-pmodal__contact-item:hover {
	color: var(--nwjc-green-primary);
}

.nwjc-pmodal__contact-item .nwjc-icon {
	display: flex;
	flex-shrink: 0;
	height: 15px;
	width: 15px;
}

.nwjc-pmodal__contact-item .nwjc-icon svg {
	height: 100%;
	width: 100%;
}


/* ── Profile modal: tablet — narrow the logo column ── */
@media (max-width: 900px) {
	.nwjc-pmodal__logo-col {
		padding: 24px 16px;
		width: 180px;
	}

	.nwjc-pmodal__logo-col img {
		max-height: 130px;
	}

	.nwjc-pmodal__content {
		padding: 28px 24px 24px;
	}

	.nwjc-pmodal__name {
		font-size: 22px;
	}
}

/* ── Profile modal: mobile — stack logo above content ── */
@media (max-width: 640px) {
	.nwjc-pmodal__inner {
		flex-direction: column;
	}

	.nwjc-pmodal__logo-col {
		border-bottom: 1px solid var(--nwjc-border);
		border-right: none;
		padding: 20px;
		width: 100%;
	}

	.nwjc-pmodal__logo-col img {
		max-height: 90px;
	}

	.nwjc-pmodal__logo-initials {
		font-size: 28px;
		height: 72px;
		width: 72px;
	}

	.nwjc-pmodal__content {
		padding: 20px 18px 22px;
	}

	.nwjc-pmodal__name {
		font-size: 20px;
	}

	.nwjc-pmodal__link {
		font-size: 12px;
		padding: 7px 12px;
	}

	.nwjc-pmodal__contact-item {
		font-size: 12px;
	}
}

.nwjc-front-form__empty-message {
	background: rgba(0, 59, 46, 0.05);
	border: 1px dashed rgba(0, 59, 46, 0.18);
	border-radius: 14px;
	color: var(--nwjc-text-muted);
	margin: 0;
	padding: 18px;
}

.nwjc-required-mark {
	color: #c0392b;
}

.nwjc-front-form__required-note {
	color: var(--nwjc-text-muted);
	font-size: 13px;
	margin: -8px 0 18px;
}

.nwjc-front-form__field input:invalid,
.nwjc-front-form__field select:invalid,
.nwjc-front-form__field textarea:invalid {
	box-shadow: none;
}

.nwjc-front-form__field.has-error input,
.nwjc-front-form__field.has-error select,
.nwjc-front-form__field.has-error textarea {
	border-color: #c0392b;
	box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.18);
}

.nwjc-field-error {
	color: #c0392b;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-top: 6px;
}

.nwjc-front-form__field--full {
	grid-column: 1 / -1;
}

.nwjc-front-form__agree label {
	align-items: flex-start;
	color: var(--nwjc-text-muted);
	cursor: pointer;
	display: flex;
	font-size: 13.5px;
	gap: 10px;
	line-height: 1.5;
}

.nwjc-front-form__agree input[type="checkbox"] {
	flex-shrink: 0;
	height: 18px;
	margin-top: 2px;
	width: 18px;
}

.nwjc-front-form__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 24px;
}

.nwjc-form-notice {
	border-radius: 16px;
	margin: 0 auto 24px;
	max-width: 1240px;
	padding: 14px 22px;
}

.nwjc-form-notice p {
	font-weight: 600;
	margin: 0;
}

.nwjc-form-notice--success {
	background: rgba(0, 71, 53, 0.08);
	border: 1px solid rgba(0, 71, 53, 0.18);
	color: var(--nwjc-green-primary);
}

.nwjc-form-notice--error {
	background: rgba(201, 151, 43, 0.12);
	border: 1px solid rgba(201, 151, 43, 0.24);
	color: var(--nwjc-text-dark);
}

.nwjc-empty-state {
	padding: 36px;
	text-align: center;
}

.nwjc-empty-state h3 {
	font-size: 34px;
	margin-bottom: 12px;
}

.nwjc-empty-state p,
.nwjc-sponsor-grid__empty p {
	color: var(--nwjc-text-muted);
	margin: 0;
}

.nwjc-sponsor-grid__empty {
	background: rgba(255, 255, 255, 0.72);
	border: 1px dashed rgba(0, 59, 46, 0.18);
	border-radius: 18px;
	margin-top: 18px;
	padding: 28px;
	text-align: center;
}

.nwjc-sponsor-profile__back {
	align-items: center;
	color: rgba(255, 255, 255, 0.9);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.08em;
	margin-top: 36px;
	text-transform: uppercase;
}

.nwjc-sponsor-profile__back .nwjc-icon {
	transform: rotate(180deg);
}

.nwjc-sponsor-profile__content-wrap {
	background: #ffffff;
	border-top: 1px solid var(--nwjc-border);
	padding: 56px 0 80px;
}

.nwjc-sponsor-profile__grid {
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 0.9fr);
}

.nwjc-sponsor-profile__card,
.nwjc-sponsor-profile__sidebar-card {
	padding: 30px;
}

.nwjc-sponsor-profile__logo {
	align-items: center;
	background: #f7f8f9;
	border: 1px solid var(--nwjc-border);
	border-radius: 18px;
	display: flex;
	height: 220px;
	justify-content: center;
	margin-bottom: 20px;
	padding: 22px;
}

.nwjc-sponsor-profile__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 18px;
}

.nwjc-sponsor-profile__meta-row span {
	background: rgba(0, 59, 46, 0.05);
	border-radius: 999px;
	color: var(--nwjc-green-primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 8px 14px;
	text-transform: uppercase;
}

.nwjc-sponsor-profile__copy > *:first-child {
	margin-top: 0;
}

.nwjc-sponsor-profile__copy > *:last-child {
	margin-bottom: 0;
}

.nwjc-sponsor-profile__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.nwjc-sponsor-profile__sidebar {
	display: grid;
	gap: 22px;
}

.nwjc-sponsor-profile__sidebar-card h2 {
	font-size: 32px;
	margin-bottom: 16px;
}

.nwjc-sponsor-profile__detail-list {
	display: grid;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nwjc-sponsor-profile__detail-list li {
	display: grid;
	gap: 6px;
}

.nwjc-sponsor-profile__detail-list strong,
.nwjc-sponsor-profile__socials a {
	align-items: center;
	color: var(--nwjc-text-dark);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.nwjc-sponsor-profile__detail-list a {
	color: var(--nwjc-green-primary);
	word-break: break-word;
}

.nwjc-sponsor-profile__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.nwjc-sponsor-profile__socials a {
	background: rgba(0, 59, 46, 0.05);
	border-radius: 999px;
	padding: 10px 14px;
}

.nwjc-icon {
	display: inline-flex;
	flex: 0 0 auto;
}

.nwjc-icon svg {
	display: block;
	height: 1em;
	width: 1em;
}

@media (max-width: 1199px) {
	.nwjc-sponsor-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.nwjc-sponsors-page .nwjc-major-sponsor-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1024px) {
	.nwjc-sponsors-controls__grid {
		grid-template-columns: 1fr 1fr auto;
	}

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

	.nwjc-sponsors-page .nwjc-major-sponsor-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.nwjc-action-grid,
	.nwjc-sponsor-profile__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nwjc-sponsors-directory__header {
		align-items: start;
		flex-direction: column;
	}

	.nwjc-field--sort {
		max-width: none;
	}
}

@media (max-width: 900px) {
	.nwjc-sponsor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nwjc-sponsors-page .nwjc-major-sponsor-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.nwjc-sponsor-profile__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.nwjc-sponsors-shell {
		padding: 0 20px;
	}

	.nwjc-sponsors-hero,
	.nwjc-sponsor-profile__hero {
		background-position: center right;
		min-height: 420px;
	}

	.nwjc-sponsors-hero__content,
	.nwjc-sponsor-profile__hero-content {
		padding: 84px 0;
	}

	.nwjc-sponsors-controls__panel,
	.nwjc-action-card,
	.nwjc-sponsor-profile__card,
	.nwjc-sponsor-profile__sidebar-card {
		padding: 22px;
	}

	.nwjc-modal {
		padding: 24px 16px;
	}

	.nwjc-modal__dialog {
		padding: 26px 22px;
	}

	.nwjc-sponsors-controls__grid,
	.nwjc-front-form__grid,
	.nwjc-sponsor-grid,
	.nwjc-action-grid {
		grid-template-columns: 1fr;
	}

	.nwjc-sponsors-page .nwjc-major-sponsor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.nwjc-sponsors-section {
		padding: 52px 0;
	}

	.nwjc-sponsor-card h3,
	.nwjc-action-card h2,
	.nwjc-form-panel__header h3,
	.nwjc-empty-state h3 {
		font-size: 30px;
	}

	.nwjc-sponsor-profile__actions,
	.nwjc-front-form__actions {
		flex-direction: column;
	}

	.nwjc-button,
	.nwjc-icon-button {
		width: 100%;
	}

	.nwjc-sponsor-card__actions .nwjc-icon-button,
	.nwjc-sponsor-card__actions .nwjc-button {
		width: auto;
	}

	.nwjc-sponsor-card__actions .nwjc-button {
		flex: 1 1 auto;
	}
}

@media (max-width: 480px) {
	.nwjc-sponsors-page .nwjc-major-sponsor-grid {
		grid-template-columns: 1fr !important;
	}
}
