.oes-web {
	--oes-navy: #17284f;
	--oes-blue: #07516f;
	--oes-teal: #00617c;
	--oes-surface: #eef1ed;
	--oes-text: #1e2d4f;
	--oes-muted: #5f6773;
	--oes-border: #d9dfdc;
	--oes-white: #fff;
	--oes-success: #17623a;
	--oes-error: #a32828;
	--oes-focus: #008cab;
	--oes-max: 1180px;
	--oes-radius: 18px;
	--oes-space: clamp(4rem, 8vw, 7.5rem);
	--oes-shadow: 0 4px 0 rgba(23, 40, 79, .1);
	--oes-font: "Montserrat", "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
	color: var(--oes-text);
	background: var(--oes-white);
	font: 400 16px/1.55 var(--oes-font);
	overflow: clip;
	scroll-behavior: smooth;
}

.oes-web *, .oes-web *::before, .oes-web *::after { box-sizing: border-box; }
.oes-web img { display: block; max-width: 100%; height: auto; }
.oes-web a { color: inherit; }
.oes-web button, .oes-web input, .oes-web textarea { font: inherit; }
.oes-web h1, .oes-web h2, .oes-web h3, .oes-web p { margin-top: 0; }
.oes-web section[id] { scroll-margin-top: 86px; }
.oes-container { width: min(calc(100% - 40px), var(--oes-max)); margin-inline: auto; }
.oes-section { padding-block: var(--oes-space); }
.oes-sr-only {
	position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.oes-skip-link {
	position: fixed; z-index: 1001; top: 8px; left: 8px; padding: 12px 18px;
	background: var(--oes-white); color: var(--oes-navy); transform: translateY(-150%);
}
.oes-skip-link:focus { transform: none; }
.oes-web :focus-visible { outline: 3px solid var(--oes-focus); outline-offset: 3px; }

.oes-header {
	position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.97);
	border-bottom: 1px solid var(--oes-border); backdrop-filter: blur(10px);
}
.oes-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.oes-brand img { width: 205px; }
.oes-nav { display: flex; align-items: center; gap: 28px; }
.oes-nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.oes-nav a:hover, .oes-nav a.is-active { color: var(--oes-teal); }
.oes-nav__data { gap: 6px; color: var(--oes-blue); }
.oes-nav__data span { font-size: 1rem; transition: transform .2s; }
.oes-nav__data:hover span { transform: translate(2px, -2px); }
.oes-nav__contact { padding: 0 18px; border-radius: 12px; color: var(--oes-white)!important; background: var(--oes-navy); }
.oes-nav__contact:hover { background: var(--oes-blue); }
.oes-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--oes-border); border-radius: 10px; color: var(--oes-navy); background: var(--oes-white); }
.oes-menu-toggle__bars, .oes-menu-toggle__bars::before, .oes-menu-toggle__bars::after { display: block; width: 22px; height: 2px; margin: auto; background: currentColor; content: ""; transition: transform .2s; }
.oes-menu-toggle__bars::before { transform: translateY(-7px); }
.oes-menu-toggle__bars::after { transform: translateY(5px); }

.oes-hero { min-height: 680px; display: grid; place-items: center; position: relative; isolation: isolate; }
.oes-hero__content { max-width: 900px; text-align: center; }
.oes-hero__network { position: absolute; z-index: -1; inset-block: 0; width: 28%; background: url("../images/redes-home-transparent.png") center/cover no-repeat; opacity: .72; }
.oes-hero__network--left { left: -9%; }
.oes-hero__network--right { right: -9%; transform: scaleX(-1); }
.oes-eyebrow { display: inline-block; min-width: 320px; padding: 7px 28px; border: 1px solid var(--oes-muted); border-radius: 999px; font-weight: 600; }
.oes-hero h1 { max-width: 860px; margin: 44px auto 28px; font-size: clamp(3rem, 6.4vw, 5.5rem); line-height: 1.04; letter-spacing: -.04em; text-transform: uppercase; color: var(--oes-navy); }
.oes-hero__lead { max-width: 780px; margin: 0 auto 42px; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.oes-actions { display: flex; justify-content: center; gap: 44px; }
.oes-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 30px; border: 2px solid var(--oes-navy); border-radius: 12px; text-decoration: none; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.oes-button:hover { transform: translateY(-2px); }
.oes-button--primary { color: var(--oes-white)!important; background: var(--oes-navy); }
.oes-button--primary:hover { background: var(--oes-blue); border-color: var(--oes-blue); }
.oes-button--secondary { min-width: 300px; background: var(--oes-surface); }
.oes-button--small { min-height: 44px; padding: 7px 20px; font-size: 14px; text-transform: none; color: var(--oes-white)!important; background: var(--oes-navy); }
.oes-button.is-disabled { opacity: .6; cursor: not-allowed; }
.oes-button.is-disabled:hover { transform: none; }

.oes-heading { max-width: 980px; margin-bottom: 66px; }
.oes-heading h2, .oes-nodes h2, .oes-contact h2 { margin-bottom: 28px; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; color: var(--oes-navy); }
.oes-heading p { max-width: 900px; font-size: 1.18rem; }
.oes-filters { display: flex; gap: 14px; margin-bottom: 56px; }
.oes-filters button { min-height: 44px; flex: 1; padding: 8px 16px; border: 1px solid #aeb6b1; border-radius: 999px; color: var(--oes-text); background: var(--oes-white); cursor: pointer; }
.oes-filters button:hover, .oes-filters button.is-active { color: var(--oes-white); background: var(--oes-navy); border-color: var(--oes-navy); }
.oes-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.oes-project-card { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--oes-border); border-radius: var(--oes-radius); box-shadow: var(--oes-shadow); }
.oes-project-card[hidden] { display: none; }
.oes-project-card__year { font-size: 14px; color: var(--oes-muted); }
.oes-project-card h3 { color: var(--oes-blue); font-size: 1.3rem; line-height: 1.25; }
.oes-project-card > p:last-child { padding-top: 18px; margin-top: auto; border-top: 1px solid var(--oes-border); }

.oes-nodes__header { padding: 80px 0 100px; color: var(--oes-white); background: var(--oes-navy); border-radius: 0 0 50% 12%; }
.oes-nodes__header h2 { color: var(--oes-white); }
.oes-nodes__header p { max-width: 860px; font-size: 1.2rem; }
.oes-nodes__body { min-height: 1030px; position: relative; padding: 100px 0; }
.oes-nodes__network { position: absolute; inset: 0 auto 0 0; width: 34%; background: url("../images/redes-nodos-transparent.png") left center/contain no-repeat; }
.oes-node-list { display: grid; gap: 44px; justify-items: end; }
.oes-node-card { width: 72%; min-height: 240px; padding: 34px; background: var(--oes-surface); border-radius: var(--oes-radius) 0 0 var(--oes-radius); }
.oes-node-card--plain { background: var(--oes-white); }
.oes-node-card h3 { color: var(--oes-navy); font-size: 2rem; text-transform: uppercase; }
.oes-node-card p { max-width: 760px; font-size: 1.12rem; }

.oes-heading--center { margin-inline: auto; text-align: center; }
.oes-heading--center p { margin-inline: auto; }
.oes-team-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.oes-person { width: calc(33.333% - 20px); min-width: 250px; padding: 30px 20px; text-align: center; background: var(--oes-surface); border-radius: var(--oes-radius); }
.oes-person img, .oes-person__placeholder { width: 148px; height: 148px; margin: 0 auto 20px; border: 3px solid #b6c0b3; border-radius: 50%; object-fit: cover; }
.oes-person__placeholder { display: grid; place-items: center; color: var(--oes-white); background: var(--oes-blue); font-size: 2rem; font-weight: 700; }
.oes-person h3 { margin-bottom: 6px; font-size: 1.16rem; }
.oes-person p { margin: 0; }

.oes-contact { padding-bottom: 90px; }
.oes-contact__banner { padding: 70px 20px 90px; text-align: center; background: var(--oes-blue); border-radius: 0 0 50% 12%; }
.oes-contact__banner h2 { margin: 0; color: var(--oes-white); }
.oes-contact__network { height: 210px; margin-top: -50px; background: url("../images/redes-contacto-transparent.png") center/cover no-repeat; }
.oes-contact__intro { margin: 40px 0; font-size: 1.08rem; }
.oes-contact__grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.5fr); gap: 50px; align-items: start; }
.oes-contact-info h3, .oes-form-panel h3 { color: var(--oes-blue); font-size: 1.35rem; }
.oes-contact-info dl { margin: 0; }
.oes-contact-info dl > div { padding: 22px 0; border-top: 1px solid var(--oes-border); }
.oes-contact-info dt { color: var(--oes-blue); font-weight: 700; }
.oes-contact-info dd { margin: 5px 0 0; }
.oes-form-panel { padding: clamp(24px, 4vw, 44px); background: var(--oes-surface); border-radius: var(--oes-radius); }
.oes-alert { margin: 22px 0; padding: 14px 18px; border-left: 5px solid; background: var(--oes-white); }
.oes-alert--success { color: var(--oes-success); border-color: var(--oes-success); }
.oes-alert--error { color: var(--oes-error); border-color: var(--oes-error); }
.oes-contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 30px; }
.oes-field--wide { grid-column: 1 / -1; }
.oes-field label { display: block; margin-bottom: 6px; color: var(--oes-blue); font-weight: 700; }
.oes-field input, .oes-field textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--oes-border); border-radius: 9px; color: var(--oes-text); background: var(--oes-white); }
.oes-field textarea { resize: vertical; }
.oes-field [aria-invalid="true"] { border-color: var(--oes-error); }
.oes-field__error { display: block; min-height: 21px; color: var(--oes-error); font-size: 14px; }
.oes-honeypot { position: absolute; left: -10000px; }
.oes-footer { padding: 54px 0; text-align: center; color: var(--oes-white); background: var(--oes-blue); }
.oes-footer .oes-container { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; }
.oes-footer img { width: 52px; filter: brightness(0) invert(1); }
.oes-footer p { margin: 0; font-weight: 700; }

@media (max-width: 1199px) {
	.oes-nav { gap: 14px; }
	.oes-nav a { font-size: 12px; }
	.oes-hero { min-height: 620px; }
	.oes-node-card { width: 76%; }
}

@media (min-width: 768px) and (max-width: 980px) {
	.oes-menu-toggle { display: block; }
	.oes-nav {
		position: absolute; top: 100%; inset-inline: 0; display: none;
		padding: 12px 24px 22px; flex-direction: column; align-items: stretch; gap: 4px;
		background: var(--oes-white); border-bottom: 1px solid var(--oes-border);
		box-shadow: 0 10px 20px rgba(23,40,79,.12);
	}
	.oes-nav.is-open { display: flex; }
	.oes-nav a { padding: 0 14px; font-size: 14px; }
	.oes-nav__contact { justify-content: center; margin-top: 6px; }
}

@media (max-width: 767px) {
	.oes-container { width: min(calc(100% - 32px), var(--oes-max)); }
	.oes-header__inner { min-height: 72px; }
	.oes-brand img { width: 170px; }
	.oes-menu-toggle { display: block; }
	.oes-nav { position: absolute; top: 100%; inset-inline: 0; display: none; padding: 12px 16px 22px; flex-direction: column; align-items: stretch; gap: 4px; background: var(--oes-white); border-bottom: 1px solid var(--oes-border); box-shadow: 0 10px 20px rgba(23,40,79,.12); }
	.oes-nav.is-open { display: flex; }
	.oes-nav a { padding: 0 14px; }
	.oes-nav__contact { justify-content: center; margin-top: 6px; }
	.oes-hero { min-height: 630px; padding-block: 64px; }
	.oes-hero__network { width: 48%; opacity: .28; }
	.oes-hero__network--left { left: -27%; }
	.oes-hero__network--right { right: -27%; }
	.oes-eyebrow { min-width: 0; }
	.oes-hero h1 { margin-top: 34px; font-size: clamp(2.45rem, 12vw, 3.6rem); overflow-wrap: anywhere; }
	.oes-actions { flex-direction: column; gap: 14px; }
	.oes-button--secondary { min-width: 0; }
	.oes-heading { margin-bottom: 40px; }
	.oes-filters { margin: 0 -16px 38px; padding: 0 16px 8px; overflow-x: auto; scroll-snap-type: x proximity; }
	.oes-filters button { flex: 0 0 auto; min-width: 165px; scroll-snap-align: start; }
	.oes-project-grid { grid-template-columns: 1fr; }
	.oes-project-card { min-height: 0; }
	.oes-nodes__header { padding: 60px 0 80px; border-radius: 0 0 38% 5%; }
	.oes-nodes__body { min-height: 0; padding: 70px 0; }
	.oes-nodes__network { width: 65%; opacity: .13; }
	.oes-node-card { width: 100%; min-height: 0; padding: 26px; border-radius: var(--oes-radius); }
	.oes-node-card--plain { background: rgba(255,255,255,.92); }
	.oes-node-card h3 { font-size: 1.65rem; }
	.oes-person { width: 100%; min-width: 0; }
	.oes-contact__banner { padding: 55px 20px 75px; }
	.oes-contact__network { height: 140px; }
	.oes-contact__grid { grid-template-columns: 1fr; gap: 30px; }
	.oes-contact-form { grid-template-columns: 1fr; }
	.oes-field--wide { grid-column: auto; }
	.oes-footer .oes-container { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.oes-web { scroll-behavior: auto; }
	.oes-web *, .oes-web *::before, .oes-web *::after { scroll-behavior: auto!important; transition: none!important; }
}

/* Visual refresh 1.1: full-width isolation and closer alignment with the source layout. */
.oes-web {
	width: 100vw;
	max-width: none;
	margin: 0 calc(50% - 50vw);
	--oes-max: 1240px;
	--oes-radius: 22px;
	--oes-section-pad: clamp(76px, 8vw, 124px);
	letter-spacing: 0;
}

.oes-web .oes-container {
	width: min(calc(100% - clamp(32px, 8vw, 112px)), var(--oes-max));
	max-width: none;
	padding: 0;
}

.oes-web .oes-header {
	box-shadow: 0 1px 14px rgba(23, 40, 79, .05);
}

.oes-web .oes-header__inner {
	min-height: 88px;
}

.oes-web .oes-brand {
	flex: 0 0 auto;
}

.oes-web .oes-brand img {
	width: 220px;
	aspect-ratio: 1836 / 768;
	object-fit: contain;
}

.oes-web .oes-nav a {
	position: relative;
	font-size: 13px;
	letter-spacing: .025em;
}

.oes-web .oes-nav a:not(.oes-nav__contact)::after {
	position: absolute;
	right: 0;
	bottom: 6px;
	left: 0;
	height: 2px;
	background: var(--oes-teal);
	content: "";
	transform: scaleX(0);
	transition: transform .2s ease;
}

.oes-web .oes-nav a:hover::after,
.oes-web .oes-nav a:focus-visible::after,
.oes-web .oes-nav a.is-active::after {
	transform: scaleX(1);
}

.oes-web .oes-hero {
	min-height: min(790px, calc(100svh - 88px));
	padding: 100px 0 116px;
	background: linear-gradient(180deg, #fff 0%, #fdfefd 100%);
}

.oes-web .oes-hero__content {
	width: min(calc(100% - 40px), 980px);
}

.oes-web .oes-hero__network {
	inset-block: 20px 0;
	width: min(26vw, 390px);
	background-size: auto 100%;
	opacity: .5;
}

.oes-web .oes-hero__network--left {
	left: -2%;
	background-position: right center;
}

.oes-web .oes-hero__network--right {
	right: -2%;
	background-position: right center;
}

.oes-web .oes-eyebrow {
	min-width: 340px;
	margin-bottom: 0;
	padding: 8px 30px;
	border-color: #7f8796;
	font-size: 15px;
	line-height: 1.25;
	background: rgba(255, 255, 255, .86);
}

.oes-web .oes-hero h1 {
	max-width: 900px;
	margin: 54px auto 30px;
	font-size: clamp(3.35rem, 5.6vw, 4.95rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -.045em;
}

.oes-web .oes-hero__lead {
	max-width: 820px;
	margin-bottom: 48px;
	font-size: clamp(1.08rem, 1.55vw, 1.28rem);
	line-height: 1.65;
	color: #25304a;
}

.oes-web .oes-actions {
	gap: 32px;
}

.oes-web .oes-actions .oes-button {
	width: min(100%, 310px);
	min-height: 50px;
}

.oes-web .oes-section {
	padding-block: var(--oes-section-pad);
}

.oes-web .oes-heading {
	margin-bottom: 58px;
}

.oes-web .oes-heading h2,
.oes-web .oes-nodes h2,
.oes-web .oes-contact h2 {
	margin-bottom: 34px;
	font-weight: 800;
	letter-spacing: -.035em;
}

.oes-web .oes-heading p {
	line-height: 1.7;
	color: #303849;
}

.oes-web .oes-projects {
	background: #fff;
}

.oes-web .oes-filters {
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 66px;
}

.oes-web .oes-filters button {
	flex: 1 1 170px;
	padding-inline: 22px;
	font-size: 14px;
	font-weight: 650;
	background: #fff;
	transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.oes-web .oes-project-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.oes-web .oes-project-card {
	position: relative;
	min-height: 340px;
	overflow: hidden;
	padding: 30px 28px 28px;
	border: 1px solid #d6ddd9;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 5px 0 rgba(23, 40, 79, .08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.oes-web .oes-project-card::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: var(--oes-teal);
	content: "";
	opacity: 0;
	transition: opacity .22s ease;
}

.oes-web .oes-project-card:hover {
	border-color: #aebdb7;
	box-shadow: 0 10px 24px rgba(23, 40, 79, .11);
	transform: translateY(-5px);
}

.oes-web .oes-project-card:hover::before {
	opacity: 1;
}

.oes-web .oes-project-card:nth-child(-n+2) {
	background: var(--oes-surface);
}

.oes-web .oes-project-card__year {
	margin-bottom: 24px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
}

.oes-web .oes-project-card h3 {
	margin-bottom: 26px;
	font-size: 1.25rem;
	line-height: 1.28;
}

.oes-web .oes-project-card > p:last-child {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.5;
}

.oes-web .oes-nodes__header {
	position: relative;
	padding: 92px 0 118px;
	overflow: hidden;
	border-radius: 0 0 52% 7%;
	background: #1c2d55;
}

.oes-web .oes-nodes__header::after {
	position: absolute;
	inset: auto 4% 28px auto;
	width: 230px;
	height: 230px;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 50%;
	content: "";
}

.oes-web .oes-nodes__header p {
	max-width: 900px;
	margin-bottom: 0;
	font-size: clamp(1.05rem, 1.7vw, 1.24rem);
	line-height: 1.65;
}

.oes-web .oes-nodes__body {
	min-height: auto;
	padding: 110px 0 130px;
}

.oes-web .oes-nodes__network {
	top: 34px;
	bottom: 20px;
	width: min(33vw, 440px);
	opacity: .95;
}

.oes-web .oes-node-list {
	gap: 42px;
}

.oes-web .oes-node-card {
	width: min(74%, 870px);
	min-height: 240px;
	padding: 42px 46px;
	border-radius: 22px 0 0 22px;
	box-shadow: 0 1px 0 rgba(23, 40, 79, .03);
}

.oes-web .oes-node-card--plain {
	border: 1px solid #edf0ee;
}

.oes-web .oes-node-card h3 {
	margin-bottom: 22px;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem);
	letter-spacing: -.02em;
}

.oes-web .oes-node-card p {
	margin-bottom: 28px;
	line-height: 1.55;
}

.oes-web .oes-team {
	padding-top: 100px;
	padding-bottom: 140px;
}

.oes-web .oes-heading--center {
	max-width: 900px;
}

.oes-web .oes-team-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
}

.oes-web .oes-person {
	width: auto;
	min-width: 0;
	grid-column: span 2;
	padding: 32px 22px 28px;
	border: 1px solid transparent;
	transition: border-color .2s ease, transform .2s ease;
}

.oes-web .oes-person:nth-child(4) {
	grid-column: 2 / span 2;
}

.oes-web .oes-person:hover {
	border-color: var(--oes-border);
	transform: translateY(-4px);
}

.oes-web .oes-person img,
.oes-web .oes-person__placeholder {
	width: 138px;
	height: 138px;
}

.oes-web .oes-person h3 {
	font-size: 1.1rem;
	line-height: 1.3;
}

.oes-web .oes-contact {
	padding-bottom: 0;
}

.oes-web .oes-contact__banner {
	position: relative;
	padding: 76px 20px 96px;
	border-radius: 0 0 52% 7%;
	background: var(--oes-blue);
}

.oes-web .oes-contact__network {
	height: 230px;
	margin-top: -62px;
	background-size: cover;
	background-position: center top;
	opacity: .92;
}

.oes-web .oes-contact__content {
	padding-top: 54px;
	padding-bottom: 118px;
}

.oes-web .oes-contact__intro {
	max-width: 760px;
	margin: 0 0 46px;
	font-size: 1.1rem;
}

.oes-web .oes-contact__grid {
	grid-template-columns: minmax(300px, .75fr) minmax(540px, 1.45fr);
	gap: clamp(42px, 6vw, 78px);
}

.oes-web .oes-contact-info h3,
.oes-web .oes-form-panel h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	font-weight: 500;
}

.oes-web .oes-contact-info dl > div {
	position: relative;
	padding: 24px 0 24px 72px;
}

.oes-web .oes-contact-info dl > div::before {
	position: absolute;
	top: 24px;
	left: 0;
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: #26708b;
	font-size: 20px;
	font-weight: 700;
	content: "•";
}

.oes-web .oes-contact-info dl > div:nth-child(2)::before {
	content: "@";
}

.oes-web .oes-contact-info dl > div:nth-child(3)::before {
	content: "↗";
}

.oes-web .oes-contact-info dd {
	font-size: 15px;
	line-height: 1.45;
}

.oes-web .oes-form-panel {
	position: relative;
	overflow: hidden;
	padding: clamp(30px, 4vw, 50px);
	border: 1px solid #e4e9e5;
	box-shadow: 0 12px 30px rgba(23, 40, 79, .06);
}

.oes-web .oes-contact-form {
	gap: 16px 22px;
}

.oes-web .oes-field input,
.oes-web .oes-field textarea {
	border-color: #cbd4cf;
	box-shadow: inset 0 1px 2px rgba(23, 40, 79, .03);
}

.oes-web .oes-field input:hover,
.oes-web .oes-field textarea:hover {
	border-color: #9eaaa4;
}

.oes-web .oes-footer {
	padding: 44px 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.oes-web .oes-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oes-web .oes-contact__grid {
		grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
		gap: 38px;
	}

	.oes-web .oes-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oes-web .oes-person,
	.oes-web .oes-person:nth-child(4) {
		grid-column: auto;
	}

	.oes-web .oes-person:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 12px);
		justify-self: center;
	}
}

@media (max-width: 767px) {
	.oes-web {
		--oes-section-pad: 72px;
	}

	.oes-web .oes-container {
		width: calc(100% - 32px);
	}

	.oes-web .oes-header__inner {
		min-height: 72px;
	}

	.oes-web .oes-brand img {
		width: 174px;
	}

	.oes-web .oes-nav a:not(.oes-nav__contact)::after {
		display: none;
	}

	.oes-web .oes-hero {
		min-height: auto;
		padding: 78px 0 88px;
	}

	.oes-web .oes-hero__content {
		width: calc(100% - 32px);
	}

	.oes-web .oes-hero__network {
		width: 70vw;
		opacity: .13;
	}

	.oes-web .oes-eyebrow {
		min-width: 0;
		max-width: 100%;
		padding-inline: 18px;
		font-size: 14px;
	}

	.oes-web .oes-hero h1 {
		margin: 38px auto 26px;
		font-size: clamp(2.5rem, 12.4vw, 3.45rem);
		line-height: 1.02;
	}

	.oes-web .oes-hero__lead {
		font-size: 1rem;
		line-height: 1.6;
	}

	.oes-web .oes-actions {
		gap: 12px;
	}

	.oes-web .oes-actions .oes-button {
		width: 100%;
	}

	.oes-web .oes-heading h2,
	.oes-web .oes-nodes h2,
	.oes-web .oes-contact h2 {
		font-size: clamp(2.35rem, 11vw, 3rem);
	}

	.oes-web .oes-heading p {
		font-size: 1rem;
	}

	.oes-web .oes-filters {
		flex-wrap: nowrap;
	}

	.oes-web .oes-project-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.oes-web .oes-project-card {
		min-height: 0;
		padding: 26px 24px;
	}

	.oes-web .oes-nodes__header {
		padding: 68px 0 84px;
		border-radius: 0 0 34% 4%;
	}

	.oes-web .oes-nodes__body {
		padding: 78px 0 88px;
	}

	.oes-web .oes-nodes__network {
		width: 90%;
		opacity: .1;
	}

	.oes-web .oes-node-card {
		width: 100%;
		min-height: 0;
		padding: 28px 24px;
		border-radius: 18px;
	}

	.oes-web .oes-node-card h3 {
		font-size: 1.6rem;
	}

	.oes-web .oes-node-card p {
		font-size: 1rem;
	}

	.oes-web .oes-team {
		padding-block: 78px 92px;
	}

	.oes-web .oes-team-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.oes-web .oes-person,
	.oes-web .oes-person:nth-child(4),
	.oes-web .oes-person:last-child {
		width: 100%;
		grid-column: auto;
	}

	.oes-web .oes-contact__banner {
		padding: 58px 20px 74px;
		border-radius: 0 0 34% 4%;
	}

	.oes-web .oes-contact__network {
		height: 136px;
		margin-top: -34px;
		background-size: auto 136px;
	}

	.oes-web .oes-contact__content {
		padding-top: 36px;
		padding-bottom: 80px;
	}

	.oes-web .oes-contact__grid {
		grid-template-columns: 1fr;
	}

	.oes-web .oes-form-panel {
		padding: 26px 20px;
		border-radius: 16px;
	}

	.oes-web .oes-contact-form {
		grid-template-columns: 1fr;
	}
}
