/*
 * Oye E. Imoisili Foundation — Scholarships, Donate and Contact sections.
 *
 * Scope contract:
 * - Body sections only; the global header, footer and typography remain untouched.
 * - All 14 widgets are full-width and remove only their own Elementor spacing.
 * - Ordinary content remains editable while layout, responsive behavior and
 *   the secure contact/donation interfaces remain consistently styled here.
 */

.elementor-widget-oye_scholarships_hero,
.elementor-widget-oye_scholarships_vision,
.elementor-widget-oye_scholarships_inspiration,
.elementor-widget-oye_scholarships_status,
.elementor-widget-oye_scholarships_next_steps,
.elementor-widget-oye_donate_hero,
.elementor-widget-oye_donate_giving_plans,
.elementor-widget-oye_donate_meaning,
.elementor-widget-oye_donate_giving_care,
.elementor-widget-oye_donate_closing,
.elementor-widget-oye_contact_hero,
.elementor-widget-oye_contact_details,
.elementor-widget-oye_contact_form,
.elementor-widget-oye_contact_closing {
	display: block;
	width: 100% !important;
	max-width: none !important;
	align-self: stretch;
	margin: 0 !important;
	padding: 0 !important;
}

.elementor-widget-oye_scholarships_hero > .elementor-widget-container,
.elementor-widget-oye_scholarships_vision > .elementor-widget-container,
.elementor-widget-oye_scholarships_inspiration > .elementor-widget-container,
.elementor-widget-oye_scholarships_status > .elementor-widget-container,
.elementor-widget-oye_scholarships_next_steps > .elementor-widget-container,
.elementor-widget-oye_donate_hero > .elementor-widget-container,
.elementor-widget-oye_donate_giving_plans > .elementor-widget-container,
.elementor-widget-oye_donate_meaning > .elementor-widget-container,
.elementor-widget-oye_donate_giving_care > .elementor-widget-container,
.elementor-widget-oye_donate_closing > .elementor-widget-container,
.elementor-widget-oye_contact_hero > .elementor-widget-container,
.elementor-widget-oye_contact_details > .elementor-widget-container,
.elementor-widget-oye_contact_form > .elementor-widget-container,
.elementor-widget-oye_contact_closing > .elementor-widget-container {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}

.oye-editorial-section,
.oye-editorial-section * {
	box-sizing: border-box;
}

.oye-editorial-section {
	--oye-page-navy: #10243f;
	--oye-page-deep: #071b2e;
	--oye-page-purple: #5d4590;
	--oye-page-cobalt: #2c759d;
	--oye-page-sky: #87c9ef;
	--oye-page-pale: #eaf6fc;
	--oye-page-ice: #f2f8fc;
	--oye-page-paper: #fbfdff;
	--oye-page-white: #ffffff;
	--oye-page-copy: #516474;
	--oye-page-copy-dark: #31485b;
	--oye-page-line: #d7e1e9;
	--oye-page-line-dark: #40556c;
	--oye-page-display: var(--oye-font-display, "Newsreader", Georgia, serif);
	--oye-page-body: var(--oye-font-body, "Manrope", Arial, sans-serif);
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(88px, 7vw, 118px) 0;
	scroll-margin-top: 112px;
	background: var(--oye-page-paper);
	color: var(--oye-page-copy);
	font-family: var(--oye-page-body);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
	isolation: isolate;
}

.oye-editorial-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1280px, calc(100% - 80px));
	max-width: 1280px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(58px, 6vw, 92px);
	margin: 0 auto;
}

.oye-editorial-section__copy,
.oye-editorial-section__visual,
.oye-editorial-section__media-group,
.oye-editorial-section__list,
.oye-editorial-section__list-item,
.oye-editorial-section__figure {
	min-width: 0;
}

.oye-editorial-section__copy {
	width: 100%;
	max-width: 620px;
}

.oye-editorial-section__marker,
.oye-editorial-section__eyebrow {
	margin: 0;
	font-family: var(--oye-page-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.oye-editorial-section__marker {
	margin-bottom: 30px;
	color: var(--oye-page-copy);
}

.oye-editorial-section__eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
	color: var(--oye-page-cobalt);
}

.oye-editorial-section__eyebrow::before {
	display: block;
	width: 34px;
	height: 1px;
	flex: 0 0 34px;
	background: currentColor;
	content: "";
}

.oye-editorial-section__title {
	max-width: 13ch;
	margin: 0;
	color: var(--oye-page-navy);
	font-family: var(--oye-page-display);
	font-size: clamp(46px, 4.1vw, 58px);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -0.025em;
	text-wrap: balance;
	overflow-wrap: anywhere;
}

.oye-editorial-section__title span,
.oye-editorial-section__title em {
	display: block;
}

.oye-editorial-section__title em {
	margin-top: 5px;
	color: var(--oye-page-purple);
	font-style: italic;
	font-weight: 500;
}

.oye-editorial-section__body {
	max-width: 600px;
	margin: 28px 0 0;
	color: var(--oye-page-copy);
	font-size: 17px;
	line-height: 1.72;
	overflow-wrap: anywhere;
}

.oye-editorial-section__body p {
	margin: 0 0 16px;
}

.oye-editorial-section__body p:last-child {
	margin-bottom: 0;
}

.oye-editorial-section__body + .oye-editorial-section__body {
	margin-top: 18px;
}

.oye-editorial-section__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 22px;
	margin-top: 32px;
}

.oye-editorial-section__button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0 25px;
	border: 1px solid transparent;
	border-radius: 0;
	font-family: var(--oye-page-body);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.oye-editorial-section__button--primary {
	background: var(--oye-page-navy);
	color: var(--oye-page-white);
}

.oye-editorial-section__button--primary:hover {
	background: var(--oye-page-purple);
	color: var(--oye-page-white);
	transform: translateY(-1px);
}

.oye-editorial-section__button--secondary {
	min-height: 48px;
	justify-content: flex-start;
	padding: 0 2px;
	border-width: 0 0 1px;
	border-color: var(--oye-page-navy);
	background: transparent;
	color: var(--oye-page-navy);
}

.oye-editorial-section__button--secondary:hover {
	border-color: var(--oye-page-purple);
	color: var(--oye-page-purple);
}

.oye-editorial-section__button--light {
	border-color: var(--oye-page-white);
	background: var(--oye-page-white);
	color: var(--oye-page-navy);
}

.oye-editorial-section__button--light:hover {
	border-color: var(--oye-page-sky);
	background: var(--oye-page-sky);
	color: var(--oye-page-deep);
	transform: translateY(-1px);
}

.oye-editorial-section :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid var(--oye-page-cobalt);
	outline-offset: 4px;
}

.oye-editorial-section__visual {
	width: 100%;
}

.oye-editorial-section__media-group {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}

.oye-editorial-section__figure,
.oye-editorial-section__gallery-item {
	position: relative;
	margin: 0;
}

.oye-editorial-section__image-shell {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--oye-page-line);
	background: var(--oye-page-ice);
}

.oye-editorial-section .oye-editorial-section__image-shell > img.oye-editorial-section__image {
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	margin: 0;
	border: 0;
	border-radius: 0;
	object-fit: cover;
}

.oye-editorial-section__figure figcaption,
.oye-editorial-section__gallery-item figcaption {
	margin: 13px 0 0;
	color: var(--oye-page-copy-dark);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.oye-editorial-section__list {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.oye-editorial-section__list--cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.oye-editorial-section__list--status,
.oye-editorial-section__list--steps {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oye-editorial-section__list-item {
	position: relative;
	margin: 0;
	padding: 28px;
	border: 1px solid var(--oye-page-line);
	background: var(--oye-page-white);
}

.oye-editorial-section__list-number {
	display: block;
	margin-bottom: 34px;
	color: var(--oye-page-cobalt);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.12em;
}

.oye-editorial-section__list-item h3,
.oye-editorial-section__value {
	display: block;
	margin: 0;
	color: var(--oye-page-navy);
	font-family: var(--oye-page-display);
	font-size: clamp(25px, 2vw, 31px);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.015em;
	overflow-wrap: anywhere;
}

.oye-editorial-section__list-item p {
	margin: 14px 0 0;
	color: var(--oye-page-copy);
	font-size: 15px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

/* ========================================================================
 * Scholarships
 * ====================================================================== */

.oye-editorial-section--scholarships-hero {
	padding: clamp(86px, 7.2vw, 116px) 0 clamp(92px, 7.8vw, 126px);
	background: linear-gradient(118deg, var(--oye-page-paper) 0%, #f7fbfe 54%, var(--oye-page-pale) 100%);
}

.oye-editorial-section--scholarships-hero::after,
.oye-editorial-section--contact-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 6px;
	background: linear-gradient(90deg, var(--oye-page-purple) 0 28%, var(--oye-page-pale) 28% 74%, var(--oye-page-navy) 74% 100%);
	content: "";
}

.oye-editorial-section--scholarships-hero .oye-editorial-section__inner {
	grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
}

.oye-editorial-section--scholarships-hero .oye-editorial-section__title,
.oye-editorial-section--donate-hero .oye-editorial-section__title,
.oye-editorial-section--contact-hero .oye-editorial-section__title {
	max-width: 11.5ch;
	font-size: clamp(58px, 5vw, 70px);
	line-height: 0.98;
}

.oye-editorial-section__list--values {
	width: min(100%, 410px);
	justify-self: end;
	padding: 28px 46px;
	border: 1px solid var(--oye-page-line);
	background: rgb(255 255 255 / 92%);
	box-shadow: 0 28px 70px rgb(16 36 63 / 10%);
}

.oye-editorial-section__list--values .oye-editorial-section__list-item {
	padding: 24px 0;
	border: 0;
	background: transparent;
	text-align: center;
}

.oye-editorial-section__list--values .oye-editorial-section__list-item + .oye-editorial-section__list-item::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 18px;
	background: var(--oye-page-purple);
	content: "";
}

.oye-editorial-section__list--values .oye-editorial-section__value {
	font-size: clamp(22px, 2.2vw, 30px);
	line-height: 1.15;
	text-wrap: balance;
}

.oye-editorial-section--scholarships-vision {
	background: var(--oye-page-pale);
}

.oye-editorial-section--scholarships-vision .oye-editorial-section__inner,
.oye-editorial-section--donate-giving-care .oye-editorial-section__inner {
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: 50px;
}

.oye-editorial-section--scholarships-vision .oye-editorial-section__copy,
.oye-editorial-section--donate-giving-care .oye-editorial-section__copy {
	max-width: 790px;
}

.oye-editorial-section--scholarships-vision .oye-editorial-section__list-item {
	min-height: 280px;
	padding: 32px 28px;
	border-top: 4px solid var(--oye-page-cobalt);
}

.oye-editorial-section--scholarships-inspiration {
	background: var(--oye-page-white);
}

.oye-editorial-section--scholarships-inspiration .oye-editorial-section__inner {
	grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
}

.oye-editorial-section__list--gallery {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 22px;
}

.oye-editorial-section__list--gallery .oye-editorial-section__list-item {
	padding: 0;
	border: 0;
	background: transparent;
}

.oye-editorial-section__list--gallery .oye-editorial-section__image-shell {
	aspect-ratio: 4 / 5;
}

.oye-editorial-section__list--gallery .oye-editorial-section__gallery-item:nth-child(2) {
	margin-top: 46px;
}

.oye-editorial-section__list--gallery .oye-editorial-section__gallery-item:nth-child(3) {
	margin-top: 0;
}

.oye-editorial-section__list--gallery .oye-editorial-section__gallery-item:nth-child(2) .oye-editorial-section__image-shell {
	aspect-ratio: 3 / 4;
}

.oye-editorial-section__list--gallery .oye-editorial-section__gallery-item:nth-child(3) .oye-editorial-section__image-shell {
	aspect-ratio: 4 / 5.2;
}

.oye-editorial-section--scholarships-status {
	background: var(--oye-page-navy);
	color: var(--oye-page-white);
}

.oye-editorial-section--scholarships-status .oye-editorial-section__inner {
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
}

.oye-editorial-section--scholarships-status :where(.oye-editorial-section__eyebrow, .oye-editorial-section__list-number) {
	color: var(--oye-page-sky);
}

.oye-editorial-section--scholarships-status .oye-editorial-section__title,
.oye-editorial-section--scholarships-status .oye-editorial-section__body {
	color: var(--oye-page-white);
}

.oye-editorial-section--scholarships-status .oye-editorial-section__title em {
	color: #cfc5e7;
}

.oye-editorial-section--scholarships-status .oye-editorial-section__body--contact-note {
	padding: 17px 0 0 20px;
	border-left: 3px solid var(--oye-page-sky);
	color: #e3edf5;
	font-size: 15px;
}

.oye-editorial-section--scholarships-status .oye-editorial-section__list-item {
	border-color: var(--oye-page-line-dark);
	background: rgb(255 255 255 / 7%);
}

.oye-editorial-section--scholarships-status .oye-editorial-section__list-item:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.oye-editorial-section--scholarships-status .oye-editorial-section__list-item h3,
.oye-editorial-section--scholarships-status .oye-editorial-section__list-item p {
	color: var(--oye-page-white);
}

.oye-editorial-section--scholarships-status .oye-editorial-section__button--light:focus-visible,
.oye-editorial-section--donate-hero .oye-editorial-section__button--light:focus-visible {
	outline-color: var(--oye-page-sky);
}

.oye-editorial-section--scholarships-next-steps {
	background:
		radial-gradient(circle at 88% 22%, rgb(135 201 239 / 24%) 0 6px, transparent 7px),
		radial-gradient(circle at 88% 22%, transparent 0 64px, rgb(93 69 144 / 18%) 65px 66px, transparent 67px),
		linear-gradient(128deg, var(--oye-page-paper), var(--oye-page-ice));
}

.oye-editorial-section--scholarships-next-steps .oye-editorial-section__inner {
	display: block;
}

.oye-editorial-section--scholarships-next-steps .oye-editorial-section__copy {
	max-width: 860px;
}

.oye-editorial-section--scholarships-next-steps .oye-editorial-section__body--lead {
	max-width: 780px;
}

.oye-editorial-section--scholarships-next-steps .oye-editorial-section__body--lead h3 {
	margin: 34px 0 12px;
	color: var(--oye-page-navy);
	font-family: var(--oye-page-display);
	font-size: clamp(25px, 2.2vw, 32px);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.015em;
}

.oye-editorial-section--scholarships-next-steps .oye-editorial-section__body--lead ul {
	margin: 16px 0 28px;
	padding-left: 1.25em;
}

.oye-editorial-section--scholarships-next-steps .oye-editorial-section__body--lead li {
	margin: 0 0 10px;
	padding-left: 5px;
}

/* ========================================================================
 * Donate
 * ====================================================================== */

.oye-editorial-section--donate-hero {
	padding: clamp(86px, 7vw, 112px) 0;
	background: var(--oye-page-navy);
	color: var(--oye-page-white);
}

.oye-editorial-section--donate-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--oye-page-cobalt), var(--oye-page-sky) 56%, var(--oye-page-purple));
	content: "";
}

.oye-editorial-section--donate-hero .oye-editorial-section__inner {
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.oye-editorial-section--donate-hero :where(.oye-editorial-section__marker, .oye-editorial-section__eyebrow) {
	color: var(--oye-page-sky);
}

.oye-editorial-section--donate-hero .oye-editorial-section__title,
.oye-editorial-section--donate-hero .oye-editorial-section__body {
	color: var(--oye-page-white);
}

.oye-editorial-section--donate-hero .oye-editorial-section__title em {
	color: #d7edf9;
}

.oye-editorial-section--donate-hero .oye-editorial-section__media-group {
	width: min(100%, 440px);
	margin-left: auto;
}

.oye-editorial-section--donate-hero .oye-editorial-section__image-shell {
	aspect-ratio: 4 / 5;
	border: 10px solid rgb(255 255 255 / 8%);
	background: var(--oye-page-deep);
	box-shadow: 0 30px 72px rgb(0 0 0 / 24%);
}

.oye-editorial-section--donate-hero .oye-editorial-section__figure figcaption {
	margin: -72px 14px 14px;
	padding: 18px 20px;
	background: rgb(7 27 46 / 94%);
	color: var(--oye-page-white);
	font-family: var(--oye-page-display);
	font-size: 17px;
	font-weight: 500;
}

.oye-editorial-section--donate-giving-plans {
	background: var(--oye-page-paper);
}

.oye-editorial-section--donate-giving-plans .oye-editorial-section__inner {
	grid-template-columns: minmax(0, 0.88fr) minmax(390px, 1.12fr);
}

.oye-editorial-section__setup-card,
.oye-editorial-section__contact-card,
.oye-editorial-section__form-shell,
.oye-editorial-section__donation-form {
	width: 100%;
	padding: clamp(30px, 4vw, 48px);
	border: 1px solid var(--oye-page-line);
	background: var(--oye-page-white);
	box-shadow: 0 24px 64px rgb(16 36 63 / 10%);
}

.oye-editorial-section__badge {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	margin: 0 0 28px;
	padding: 6px 11px;
	border: 1px solid rgb(93 69 144 / 36%);
	background: var(--oye-page-ice);
	color: var(--oye-page-purple);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.oye-editorial-section__frequency {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 26px;
	border: 1px solid var(--oye-page-line);
}

.oye-editorial-section__frequency span {
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	background: var(--oye-page-ice);
	color: var(--oye-page-navy);
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.oye-editorial-section__frequency span + span {
	border-left: 1px solid var(--oye-page-line);
}

.oye-editorial-section__setup-message,
.oye-editorial-section__form-note {
	margin: 0 0 22px;
	color: var(--oye-page-copy-dark);
	font-size: 16px;
	line-height: 1.65;
}

.oye-editorial-section__setup-card > button,
.oye-editorial-section__form-shell fieldset:disabled button {
	width: 100%;
	min-height: 54px;
	padding: 12px 20px;
	border: 1px solid #6d7c8a;
	border-radius: 0;
	background: #e1e7ec;
	color: #3f4f5d;
	font-family: var(--oye-page-body);
	font-size: 15px;
	font-weight: 700;
	opacity: 1;
	cursor: not-allowed;
}

.oye-editorial-section__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.oye-editorial-section__helper {
	margin: 16px 0 0;
	color: var(--oye-page-copy-dark);
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}

.oye-editorial-section--donate-meaning {
	background: var(--oye-page-pale);
}

.oye-editorial-section--donate-meaning .oye-editorial-section__inner,
.oye-editorial-section--donate-closing .oye-editorial-section__inner,
.oye-editorial-section--contact-closing .oye-editorial-section__inner {
	grid-template-areas: "visual copy";
	grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
}

.oye-editorial-section--donate-meaning .oye-editorial-section__copy,
.oye-editorial-section--donate-closing .oye-editorial-section__copy,
.oye-editorial-section--contact-closing .oye-editorial-section__copy {
	grid-area: copy;
}

.oye-editorial-section--donate-meaning .oye-editorial-section__visual,
.oye-editorial-section--donate-closing .oye-editorial-section__visual,
.oye-editorial-section--contact-closing .oye-editorial-section__visual {
	grid-area: visual;
}

.oye-editorial-section--donate-meaning .oye-editorial-section__media-group {
	width: min(100%, 470px);
}

.oye-editorial-section--donate-meaning .oye-editorial-section__image-shell {
	aspect-ratio: 4 / 5;
	border: 12px solid var(--oye-page-white);
	box-shadow: 0 24px 60px rgb(16 36 63 / 12%);
}

.oye-editorial-section--donate-giving-care {
	background: var(--oye-page-white);
}

.oye-editorial-section--donate-giving-care .oye-editorial-section__list--steps {
	gap: 0;
	border-top: 1px solid var(--oye-page-line);
	border-left: 1px solid var(--oye-page-line);
}

.oye-editorial-section--donate-giving-care .oye-editorial-section__list-item {
	min-height: 220px;
	border-width: 0 1px 1px 0;
	background: var(--oye-page-paper);
}

.oye-editorial-section--donate-closing,
.oye-editorial-section--contact-closing {
	background: var(--oye-page-deep);
	color: var(--oye-page-white);
}

.oye-editorial-section--donate-closing :where(.oye-editorial-section__eyebrow, .oye-editorial-section__title, .oye-editorial-section__body),
.oye-editorial-section--contact-closing :where(.oye-editorial-section__eyebrow, .oye-editorial-section__title, .oye-editorial-section__body) {
	color: var(--oye-page-white);
}

.oye-editorial-section--donate-closing .oye-editorial-section__title em,
.oye-editorial-section--contact-closing .oye-editorial-section__title em {
	color: #cfc5e7;
}

.oye-editorial-section--donate-closing .oye-editorial-section__image-shell,
.oye-editorial-section--contact-closing .oye-editorial-section__image-shell {
	aspect-ratio: 3 / 2;
	border: 8px solid rgb(255 255 255 / 10%);
	box-shadow: 0 26px 64px rgb(0 0 0 / 26%);
}

.oye-editorial-section--donate-closing .oye-editorial-section__button--primary,
.oye-editorial-section--contact-closing .oye-editorial-section__button--primary {
	background: var(--oye-page-white);
	color: var(--oye-page-deep);
}

.oye-editorial-section--donate-closing .oye-editorial-section__button--primary:hover,
.oye-editorial-section--contact-closing .oye-editorial-section__button--primary:hover {
	background: var(--oye-page-sky);
	color: var(--oye-page-deep);
}

.oye-editorial-section--donate-closing .oye-editorial-section__button--secondary,
.oye-editorial-section--contact-closing .oye-editorial-section__button--secondary {
	border-color: var(--oye-page-white);
	color: var(--oye-page-white);
}

.oye-editorial-section--donate-closing .oye-editorial-section__button--secondary:hover,
.oye-editorial-section--contact-closing .oye-editorial-section__button--secondary:hover {
	border-color: var(--oye-page-sky);
	color: var(--oye-page-sky);
}

/* ========================================================================
 * Contact
 * ====================================================================== */

.oye-editorial-section--contact-hero {
	padding: clamp(86px, 7.2vw, 116px) 0 clamp(92px, 7.8vw, 126px);
	background: linear-gradient(112deg, var(--oye-page-paper) 0%, #f8fbfd 56%, var(--oye-page-pale) 56%, var(--oye-page-ice) 100%);
}

.oye-editorial-section--contact-hero .oye-editorial-section__inner {
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
}

.oye-editorial-section--contact-hero .oye-editorial-section__media-group {
	width: min(100%, 470px);
	margin-left: auto;
}

.oye-editorial-section--contact-hero .oye-editorial-section__image-shell {
	aspect-ratio: 4 / 5;
	box-shadow: 0 28px 66px rgb(16 36 63 / 13%);
}

.oye-editorial-section--contact-hero .oye-editorial-section__figure figcaption {
	position: relative;
	width: min(78%, 300px);
	margin: -48px -18px 0 auto;
	padding: 18px 20px;
	border-left: 3px solid var(--oye-page-purple);
	background: var(--oye-page-white);
	box-shadow: 0 16px 36px rgb(16 36 63 / 11%);
	color: var(--oye-page-navy);
	font-family: var(--oye-page-display);
	font-size: 17px;
	font-weight: 500;
}

.oye-editorial-section--contact-details {
	background: var(--oye-page-pale);
}

.oye-editorial-section--contact-details .oye-editorial-section__inner {
	grid-template-columns: minmax(0, 0.88fr) minmax(390px, 1.12fr);
}

.oye-editorial-section__contact-label {
	margin: 0 0 12px;
	color: var(--oye-page-cobalt);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.oye-editorial-section__email {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 26px;
	color: var(--oye-page-navy);
	font-family: var(--oye-page-display);
	font-size: clamp(25px, 2.5vw, 36px);
	font-weight: 500;
	line-height: 1.2;
	text-decoration-color: var(--oye-page-sky);
	text-underline-offset: 5px;
	overflow-wrap: anywhere;
}

.oye-editorial-section__email:hover {
	color: var(--oye-page-purple);
}

.oye-editorial-section__contact-card > .oye-editorial-section__button {
	width: fit-content;
}

.oye-editorial-section__scholarship-contact {
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid var(--oye-page-line);
}

.oye-editorial-section__scholarship-contact h3 {
	margin: 0;
	color: var(--oye-page-navy);
	font-family: var(--oye-page-display);
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
}

.oye-editorial-section__scholarship-contact p,
.oye-editorial-section__scholarship-contact a {
	margin: 12px 0 0;
	color: var(--oye-page-copy-dark);
	font-size: 15px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.oye-editorial-section--contact-form {
	background: var(--oye-page-white);
}

.oye-editorial-section--contact-form .oye-editorial-section__inner {
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
	align-items: start;
}

.oye-editorial-section__form-preview,
.oye-editorial-section__form-shell fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.oye-editorial-section__form-shell fieldset {
	display: grid;
	gap: 20px;
}

.oye-editorial-section__field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.oye-editorial-section__form-shell label {
	display: grid;
	gap: 9px;
	color: var(--oye-page-navy);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.oye-editorial-section__form-shell :where(input, select, textarea) {
	display: block;
	width: 100%;
	min-width: 0;
	min-height: 52px;
	padding: 13px 15px;
	border: 1px solid #a8b6c2;
	border-radius: 0;
	background: #f3f6f8;
	color: #3f4f5d;
	font-family: var(--oye-page-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	opacity: 1;
	-webkit-text-fill-color: #3f4f5d;
}

.oye-editorial-section__form-shell textarea {
	min-height: 148px;
	resize: vertical;
}

.oye-editorial-section__form-shell :where(input, textarea)::placeholder {
	color: #596b7a;
	opacity: 1;
}

.oye-editorial-section__privacy {
	margin: 22px 0 0;
	color: var(--oye-page-copy-dark);
	font-size: 14px;
	line-height: 1.6;
}

.oye-editorial-section__privacy a {
	color: var(--oye-page-purple);
	font-weight: 700;
	text-underline-offset: 3px;
}

/* ========================================================================
 * Secure contact and hosted donation controls
 * ====================================================================== */

.oye-editorial-section__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.oye-editorial-section__form-status {
	margin: 0 0 22px;
	padding: 14px 16px;
	border: 1px solid var(--oye-page-line);
	background: var(--oye-page-ice);
	color: var(--oye-page-copy-dark);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.55;
}

.oye-editorial-section__form-status--success {
	border-color: #75a991;
	background: #edf8f2;
	color: #174d36;
}

.oye-editorial-section__form-status--error {
	border-color: #c78282;
	background: #fff2f2;
	color: #702525;
}

.oye-editorial-section__form-status--notice {
	border-color: #b5a16b;
	background: #fff9e9;
	color: #614f1e;
}

.oye-editorial-section__form-shell button[type="submit"],
.oye-editorial-section__donation-submit {
	display: inline-flex;
	width: 100%;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 12px 20px;
	border: 1px solid var(--oye-page-navy);
	border-radius: 0;
	background: var(--oye-page-navy);
	color: var(--oye-page-white);
	font-family: var(--oye-page-body);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.3;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.oye-editorial-section__form-shell button[type="submit"]:hover,
.oye-editorial-section__donation-submit:hover {
	border-color: var(--oye-page-purple);
	background: var(--oye-page-purple);
	transform: translateY(-1px);
}

.oye-editorial-section__form-shell button[type="submit"]:focus-visible,
.oye-editorial-section__donation-submit:focus-visible {
	outline: 3px solid var(--oye-page-sky);
	outline-offset: 3px;
}

.oye-editorial-section__form-shell input[type="checkbox"] {
	width: 20px;
	height: 20px;
	min-height: 20px;
	margin: 2px 0 0;
	padding: 0;
	accent-color: var(--oye-page-purple);
	-webkit-text-fill-color: initial;
}

.oye-editorial-section__consent {
	display: grid !important;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: start;
	gap: 11px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.55 !important;
}

.oye-editorial-section__consent a {
	color: var(--oye-page-purple);
	font-weight: 700;
	text-underline-offset: 3px;
}

.oye-editorial-section__donation-form {
	position: relative;
}

.oye-editorial-section__choice-group {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 24px;
	padding: 0;
	border: 0;
}

.oye-editorial-section__choice-group legend {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0 0 2px;
	color: var(--oye-page-navy);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.4;
}

.oye-editorial-section__choice-help {
	grid-column: 1 / -1;
	margin: 0 0 2px;
	color: var(--oye-page-copy-dark);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
}

.oye-editorial-section__gateway-note {
	margin: -10px 0 20px;
	color: var(--oye-page-copy-dark);
	font-size: 14px;
	line-height: 1.55;
}

.oye-editorial-section__choice-group > label {
	display: flex;
	min-height: 52px;
	align-items: center;
	gap: 10px;
	padding: 11px 13px;
	border: 1px solid #a8b6c2;
	background: var(--oye-page-paper);
	color: var(--oye-page-navy);
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.oye-editorial-section__choice-group input[type="radio"] {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	margin: 0;
	accent-color: var(--oye-page-purple);
}

.oye-editorial-section__choice-group > label:has(input[type="radio"]:checked) {
	border-color: var(--oye-page-purple);
	background: #f5f0fb;
}

.oye-editorial-section__amounts {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.oye-editorial-section__custom-amount {
	grid-column: 1 / -1;
	flex-wrap: wrap;
}

.oye-editorial-section__money-input {
	display: grid;
	min-width: 150px;
	flex: 1 1 170px;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	border: 1px solid var(--oye-page-line);
	background: var(--oye-page-white);
}

.oye-editorial-section__money-input > span {
	padding-left: 12px;
	color: var(--oye-page-copy-dark);
}

.oye-editorial-section__money-input input {
	width: 100%;
	min-width: 0;
	min-height: 44px;
	padding: 9px 12px 9px 5px;
	border: 0;
	background: transparent;
	color: var(--oye-page-navy);
	font: inherit;
	font-weight: 650;
}

.oye-editorial-section__money-input input:focus-visible {
	outline: 3px solid var(--oye-page-sky);
	outline-offset: 2px;
}

/* ========================================================================
 * Tablet — approved 1024px boundary
 * ====================================================================== */

@media (max-width: 1024px) {
	.oye-editorial-section {
		padding: 82px 0;
	}

	.oye-editorial-section__inner {
		width: calc(100% - 64px);
		gap: 46px;
	}

	.oye-editorial-section__title {
		font-size: 44px;
	}

	.oye-editorial-section--scholarships-hero .oye-editorial-section__title,
	.oye-editorial-section--donate-hero .oye-editorial-section__title,
	.oye-editorial-section--contact-hero .oye-editorial-section__title {
		font-size: 54px;
	}

	.oye-editorial-section--scholarships-hero .oye-editorial-section__inner {
		grid-template-columns: minmax(0, 1fr) minmax(290px, 0.68fr);
	}

	.oye-editorial-section__list--values {
		padding: 24px 34px;
	}

	.oye-editorial-section--scholarships-inspiration .oye-editorial-section__inner,
	.oye-editorial-section--scholarships-status .oye-editorial-section__inner,
	.oye-editorial-section--donate-giving-plans .oye-editorial-section__inner,
	.oye-editorial-section--contact-details .oye-editorial-section__inner,
	.oye-editorial-section--contact-form .oye-editorial-section__inner {
		grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.22fr);
	}

	.oye-editorial-section--donate-hero .oye-editorial-section__inner,
	.oye-editorial-section--contact-hero .oye-editorial-section__inner {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
	}

	.oye-editorial-section--donate-meaning .oye-editorial-section__inner,
	.oye-editorial-section--donate-closing .oye-editorial-section__inner,
	.oye-editorial-section--contact-closing .oye-editorial-section__inner {
		grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
	}

	.oye-editorial-section__list--cards {
		gap: 14px;
	}

	.oye-editorial-section__list-item {
		padding: 24px;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.oye-editorial-section--scholarships-inspiration .oye-editorial-section__inner,
	.oye-editorial-section--scholarships-status .oye-editorial-section__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.oye-editorial-section--scholarships-inspiration .oye-editorial-section__copy,
	.oye-editorial-section--scholarships-status .oye-editorial-section__copy {
		max-width: 720px;
	}

	.oye-editorial-section--scholarships-status .oye-editorial-section__list--status {
		grid-template-columns: minmax(0, 1fr);
	}

	.oye-editorial-section--scholarships-status .oye-editorial-section__list-item:last-child:nth-child(odd) {
		grid-column: auto;
	}
}

/* ========================================================================
 * Mobile — intentional recomposition at 767px
 * ====================================================================== */

@media (max-width: 767px) {
	.oye-editorial-section {
		padding: 68px 0;
		scroll-margin-top: 92px;
		font-size: 16px;
	}

	.oye-editorial-section--scholarships-hero,
	.oye-editorial-section--donate-hero,
	.oye-editorial-section--contact-hero {
		padding: 70px 0 76px;
	}

	.oye-editorial-section__inner,
	.oye-editorial-section--scholarships-hero .oye-editorial-section__inner,
	.oye-editorial-section--scholarships-inspiration .oye-editorial-section__inner,
	.oye-editorial-section--scholarships-status .oye-editorial-section__inner,
	.oye-editorial-section--donate-hero .oye-editorial-section__inner,
	.oye-editorial-section--donate-giving-plans .oye-editorial-section__inner,
	.oye-editorial-section--donate-meaning .oye-editorial-section__inner,
	.oye-editorial-section--donate-closing .oye-editorial-section__inner,
	.oye-editorial-section--contact-hero .oye-editorial-section__inner,
	.oye-editorial-section--contact-details .oye-editorial-section__inner,
	.oye-editorial-section--contact-form .oye-editorial-section__inner,
	.oye-editorial-section--contact-closing .oye-editorial-section__inner {
		width: calc(100% - 40px);
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas: "copy" "visual";
		align-items: start;
		gap: 42px;
	}

	.oye-editorial-section--scholarships-vision .oye-editorial-section__inner,
	.oye-editorial-section--donate-giving-care .oye-editorial-section__inner {
		width: calc(100% - 40px);
		gap: 38px;
	}

	.oye-editorial-section__copy,
	.oye-editorial-section--scholarships-vision .oye-editorial-section__copy,
	.oye-editorial-section--donate-giving-care .oye-editorial-section__copy {
		grid-area: copy;
		max-width: none;
	}

	.oye-editorial-section__visual {
		grid-area: visual;
	}

	.oye-editorial-section__marker {
		margin-bottom: 26px;
	}

	.oye-editorial-section__eyebrow {
		margin-bottom: 18px;
	}

	.oye-editorial-section__title {
		max-width: 14ch;
		font-size: 36px;
		line-height: 1.04;
	}

	.oye-editorial-section--scholarships-hero .oye-editorial-section__title,
	.oye-editorial-section--donate-hero .oye-editorial-section__title,
	.oye-editorial-section--contact-hero .oye-editorial-section__title {
		max-width: 11ch;
		font-size: 42px;
		line-height: 1;
	}

	.oye-editorial-section__body {
		margin-top: 24px;
		font-size: 16px;
		line-height: 1.68;
	}

	.oye-editorial-section__actions {
		align-items: stretch;
		gap: 14px;
		margin-top: 28px;
	}

	.oye-editorial-section__button {
		width: 100%;
		min-height: 52px;
	}

	.oye-editorial-section__button--secondary {
		justify-content: space-between;
	}

	.oye-editorial-section__list--cards,
	.oye-editorial-section__list--status,
	.oye-editorial-section__list--steps,
	.oye-editorial-section__list--gallery {
		grid-template-columns: minmax(0, 1fr);
	}

	.oye-editorial-section__list-item {
		padding: 25px 22px;
	}

	.oye-editorial-section__list--values {
		width: 100%;
		justify-self: stretch;
		padding: 20px 32px;
	}

	.oye-editorial-section__list--values .oye-editorial-section__value {
		font-size: 26px;
	}

	.oye-editorial-section__list--gallery .oye-editorial-section__gallery-item:nth-child(n) {
		margin-top: 0;
	}

	.oye-editorial-section--scholarships-status .oye-editorial-section__list-item:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.oye-editorial-section__list--gallery .oye-editorial-section__image-shell,
	.oye-editorial-section__list--gallery .oye-editorial-section__gallery-item:nth-child(n) .oye-editorial-section__image-shell {
		aspect-ratio: 4 / 5;
	}

	.oye-editorial-section--scholarships-vision .oye-editorial-section__list-item {
		min-height: 0;
	}

	.oye-editorial-section--scholarships-status .oye-editorial-section__body--contact-note {
		font-size: 15px;
	}

	.oye-editorial-section--scholarships-next-steps .oye-editorial-section__inner {
		width: calc(100% - 40px);
	}

	.oye-editorial-section--donate-hero .oye-editorial-section__media-group,
	.oye-editorial-section--contact-hero .oye-editorial-section__media-group,
	.oye-editorial-section--donate-meaning .oye-editorial-section__media-group {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.oye-editorial-section--donate-hero .oye-editorial-section__figure figcaption {
		margin: -64px 12px 12px;
	}

	.oye-editorial-section--contact-hero .oye-editorial-section__figure figcaption {
		width: calc(100% - 24px);
		margin: -34px 0 0 24px;
	}

	.oye-editorial-section__setup-card,
	.oye-editorial-section__contact-card,
	.oye-editorial-section__form-shell,
	.oye-editorial-section__donation-form {
		padding: 28px 22px;
	}

	.oye-editorial-section__amounts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oye-editorial-section__contact-card > .oye-editorial-section__button {
		width: 100%;
	}

	.oye-editorial-section__field-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.oye-editorial-section--donate-giving-care .oye-editorial-section__list--steps {
		border-left: 0;
	}

	.oye-editorial-section--donate-giving-care .oye-editorial-section__list-item {
		min-height: 0;
		border-left: 1px solid var(--oye-page-line);
	}

	.oye-editorial-section--donate-closing .oye-editorial-section__image-shell,
	.oye-editorial-section--contact-closing .oye-editorial-section__image-shell {
		aspect-ratio: 4 / 3;
	}
}

/* ========================================================================
 * Small mobile stress check at 359px
 * ====================================================================== */

@media (max-width: 359px) {
	.oye-editorial-section,
	.oye-editorial-section--scholarships-hero,
	.oye-editorial-section--donate-hero,
	.oye-editorial-section--contact-hero {
		padding: 58px 0 62px;
	}

	.oye-editorial-section__inner,
	.oye-editorial-section--scholarships-hero .oye-editorial-section__inner,
	.oye-editorial-section--scholarships-inspiration .oye-editorial-section__inner,
	.oye-editorial-section--scholarships-status .oye-editorial-section__inner,
	.oye-editorial-section--donate-hero .oye-editorial-section__inner,
	.oye-editorial-section--donate-giving-plans .oye-editorial-section__inner,
	.oye-editorial-section--donate-meaning .oye-editorial-section__inner,
	.oye-editorial-section--donate-closing .oye-editorial-section__inner,
	.oye-editorial-section--contact-hero .oye-editorial-section__inner,
	.oye-editorial-section--contact-details .oye-editorial-section__inner,
	.oye-editorial-section--contact-form .oye-editorial-section__inner,
	.oye-editorial-section--contact-closing .oye-editorial-section__inner,
	.oye-editorial-section--scholarships-vision .oye-editorial-section__inner,
	.oye-editorial-section--donate-giving-care .oye-editorial-section__inner,
	.oye-editorial-section--scholarships-next-steps .oye-editorial-section__inner {
		width: calc(100% - 32px);
		gap: 34px;
	}

	.oye-editorial-section__marker,
	.oye-editorial-section__eyebrow {
		font-size: 14px;
		letter-spacing: 0.1em;
	}

	.oye-editorial-section__title {
		font-size: 32px;
	}

	.oye-editorial-section--scholarships-hero .oye-editorial-section__title,
	.oye-editorial-section--donate-hero .oye-editorial-section__title,
	.oye-editorial-section--contact-hero .oye-editorial-section__title {
		font-size: 38px;
	}

	.oye-editorial-section__actions {
		gap: 12px;
	}

	.oye-editorial-section__button {
		padding-right: 18px;
		padding-left: 18px;
		white-space: normal;
	}

	.oye-editorial-section__list-item,
	.oye-editorial-section__setup-card,
	.oye-editorial-section__contact-card,
	.oye-editorial-section__form-shell,
	.oye-editorial-section__donation-form {
		padding-right: 18px;
		padding-left: 18px;
	}

	.oye-editorial-section__choice-group {
		grid-template-columns: minmax(0, 1fr);
	}

	.oye-editorial-section__amounts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oye-editorial-section__frequency {
		grid-template-columns: minmax(0, 1fr);
	}

	.oye-editorial-section__frequency span + span {
		border-top: 1px solid var(--oye-page-line);
		border-left: 0;
	}

	.oye-editorial-section__email {
		font-size: 24px;
	}
}

/* ========================================================================
 * Accessibility preferences
 * ====================================================================== */

@media (prefers-reduced-motion: reduce) {
	.oye-editorial-section *,
	.oye-editorial-section *::before,
	.oye-editorial-section *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		transition-delay: 0ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.oye-editorial-section__button:hover {
		transform: none;
	}
}

@media (forced-colors: active) {
	.oye-editorial-section,
	.oye-editorial-section__list-item,
	.oye-editorial-section__list--values,
	.oye-editorial-section__setup-card,
	.oye-editorial-section__contact-card,
	.oye-editorial-section__form-shell,
	.oye-editorial-section__donation-form,
	.oye-editorial-section__figure figcaption {
		border-color: CanvasText;
		background: Canvas;
		box-shadow: none;
		color: CanvasText;
	}

	.oye-editorial-section :where(.oye-editorial-section__title, .oye-editorial-section__title em, .oye-editorial-section__marker, .oye-editorial-section__eyebrow, .oye-editorial-section__body, .oye-editorial-section__value, h3, p, figcaption, label) {
		color: CanvasText;
	}

	.oye-editorial-section :where(a, .oye-editorial-section__button) {
		border: 1px solid LinkText;
		background: Canvas;
		color: LinkText;
		forced-color-adjust: auto;
	}

	.oye-editorial-section :where(button:disabled, fieldset:disabled button) {
		border-color: GrayText;
		color: GrayText;
	}

	.oye-editorial-section :where(a, button, input, select, textarea):focus-visible {
		outline: 3px solid Highlight;
	}

	.oye-editorial-section__image {
		forced-color-adjust: none;
	}
}
