/*
 * Universo de proyectos.
 * La estructura editorial vive en las páginas de WordPress.
 */

.aula-projects-page {
	--project-accent: var(--aula-sky);
	--project-accent-dark: #245f88;
	--project-soft: #deebf5;
	--project-line: #bfd4e4;
}

.aula-projects-page--lengua {
	--project-accent: var(--aula-coral);
	--project-accent-dark: #9b3f3a;
	--project-soft: #fce5e3;
	--project-line: #efc4c0;
}

.aula-projects-page--matematicas {
	--project-accent: var(--aula-sun);
	--project-accent-dark: #75580a;
	--project-soft: #fff0bd;
	--project-line: #ead78d;
}

.aula-projects-page--ciencias-naturales {
	--project-accent: var(--aula-sea);
	--project-accent-dark: #17655c;
	--project-soft: #dceee8;
	--project-line: #b8d6cd;
}

.aula-projects-page--ciencias-sociales {
	--project-accent: var(--aula-sky);
	--project-accent-dark: #255f88;
	--project-soft: #deebf5;
	--project-line: #bfd4e4;
}

.aula-projects-page--artistica {
	--project-accent: var(--aula-leaf);
	--project-accent-dark: #4d6c36;
	--project-soft: #e8efdf;
	--project-line: #c8d6bb;
}

.aula-projects-page--interdisciplinares {
	--project-accent: var(--aula-lavender);
	--project-accent-dark: #654e77;
	--project-soft: #ece6f0;
	--project-line: #d5c8dd;
}

.aula-projects-page .aula-page-header,
.aula-projects-page .aula-entry-featured {
	display: none;
}

.aula-projects-page .aula-entry-shell {
	padding-bottom: 0;
	padding-top: 0;
}

.aula-projects-page .aula-entry-content,
.aula-projects-page .aula-entry-content > .aula-project-universe {
	margin-block: 0;
	max-width: none;
	width: 100%;
}

.aula-projects-page .aula-entry-content > * {
	margin-block-start: 0;
}

.aula-project-universe {
	background: #f5f7f6;
	color: var(--aula-ink);
	font-family: var(--wp--preset--font-family--body);
	overflow: hidden;
}

.aula-project-universe *,
.aula-project-universe *::before,
.aula-project-universe *::after {
	box-sizing: border-box;
}

.aula-project-universe :where(h1, h2, h3, p, ul, ol, dl, blockquote, figure) {
	margin-top: 0;
}

.aula-project-universe h1,
.aula-project-universe h2,
.aula-project-universe h3 {
	font-family: var(--wp--preset--font-family--display);
}

.aula-project-universe svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.aula-project-eyebrow {
	color: var(--project-accent-dark);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1.35;
	margin-bottom: 0.85rem;
	text-transform: uppercase;
}

.aula-project-button {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 7px;
	display: inline-flex;
	font-size: 0.925rem;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.1rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.aula-project-button:hover {
	transform: translateY(-2px);
}

.aula-project-button--primary {
	background: var(--aula-ink);
	border-color: var(--aula-ink);
	color: #fff;
}

.aula-project-button--primary:hover,
.aula-project-button--primary:focus-visible {
	background: var(--project-accent-dark);
	border-color: var(--project-accent-dark);
	color: #fff;
}

.aula-project-button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.aula-project-button--ghost:hover,
.aula-project-button--ghost:focus-visible {
	background: #fff;
	border-color: #fff;
	color: var(--aula-ink);
}

/* Hub */
.aula-project-hub-hero {
	background: #102e36;
	color: #fff;
	isolation: isolate;
	min-height: 680px;
	overflow: hidden;
	position: relative;
}

.aula-project-hub-hero::before,
.aula-project-hub-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
	position: absolute;
	z-index: -1;
}

.aula-project-hub-hero::before {
	height: 620px;
	right: -220px;
	top: -260px;
	width: 620px;
}

.aula-project-hub-hero::after {
	bottom: -350px;
	height: 740px;
	left: -380px;
	width: 740px;
}

.aula-project-hub-hero__inner {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr);
	margin: 0 auto;
	max-width: 1240px;
	min-height: 590px;
	padding: 5.5rem 1.5rem 4.5rem;
	position: relative;
}

.aula-project-hub-hero .aula-project-eyebrow {
	color: #a9dad4;
}

.aula-project-hub-hero__copy h1 {
	color: #fff;
	font-size: clamp(3rem, 5.8vw, 5.7rem);
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin-bottom: 1.5rem;
	max-width: 820px;
}

.aula-project-hub-hero__copy h1 span {
	color: var(--aula-sun);
}

.aula-project-hub-hero__lead {
	color: #d7e4e5;
	font-size: clamp(1rem, 1.3vw, 1.2rem);
	line-height: 1.75;
	margin-bottom: 2rem;
	max-width: 690px;
}

.aula-project-hub-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.aula-project-hub-hero__actions .aula-project-button--primary {
	background: var(--aula-sun);
	border-color: var(--aula-sun);
	color: #3d310f;
}

.aula-project-hub-hero__actions .aula-project-button--primary:hover,
.aula-project-hub-hero__actions .aula-project-button--primary:focus-visible {
	background: #fff;
	border-color: #fff;
	color: var(--aula-ink);
}

.aula-project-orbit {
	aspect-ratio: 1;
	margin: 0 auto;
	max-width: 430px;
	position: relative;
	width: 100%;
}

.aula-project-orbit__ring {
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	inset: 5%;
	position: absolute;
}

.aula-project-orbit__ring--inner {
	border-style: dashed;
	inset: 24%;
}

.aula-project-orbit__ring::before,
.aula-project-orbit__ring::after {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.aula-project-orbit__ring::before {
	height: 1px;
	width: 100%;
}

.aula-project-orbit__ring::after {
	height: 100%;
	width: 1px;
}

.aula-project-orbit__center {
	align-content: center;
	background: #fff;
	border: 8px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	color: var(--aula-ink);
	display: grid;
	height: 122px;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 122px;
	z-index: 2;
}

.aula-project-orbit__center strong {
	font-family: var(--wp--preset--font-family--display);
	font-size: 2.55rem;
	line-height: 0.95;
}

.aula-project-orbit__center span {
	color: var(--aula-muted);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aula-project-orbit__node {
	align-items: center;
	background: #fff;
	border: 5px solid #102e36;
	border-radius: 50%;
	color: var(--aula-ink);
	display: flex;
	height: 68px;
	justify-content: center;
	position: absolute;
	transition: transform 180ms ease;
	width: 68px;
	z-index: 3;
}

.aula-project-orbit__node:hover,
.aula-project-orbit__node:focus-visible {
	color: var(--aula-ink);
	transform: scale(1.12);
}

.aula-project-orbit__node svg {
	height: 29px;
	width: 29px;
}

.aula-project-orbit__node--1 {
	background: #fce5e3;
	left: 42%;
	top: -1%;
}

.aula-project-orbit__node--2 {
	background: #fff0bd;
	right: 1%;
	top: 24%;
}

.aula-project-orbit__node--3 {
	background: #dceee8;
	bottom: 10%;
	right: 9%;
}

.aula-project-orbit__node--4 {
	background: #deebf5;
	bottom: 5%;
	left: 18%;
}

.aula-project-orbit__node--5 {
	background: #e8efdf;
	left: -1%;
	top: 31%;
}

.aula-project-orbit__node--6 {
	background: #ece6f0;
	right: 19%;
	top: 45%;
}

.aula-project-hub-hero__promise {
	background: #fff;
	color: var(--aula-ink);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
}

.aula-project-hub-hero__promise > span {
	align-items: center;
	border-right: 1px solid var(--aula-border);
	display: flex;
	font-size: 0.825rem;
	font-weight: 750;
	gap: 0.75rem;
	min-height: 90px;
	padding: 1.1rem 1.5rem;
}

.aula-project-hub-hero__promise > span:last-child {
	border-right: 0;
}

.aula-project-hub-hero__promise strong {
	color: var(--aula-sea);
	font-family: var(--wp--preset--font-family--display);
	font-size: 2rem;
}

.aula-project-map,
.aula-project-recent {
	margin: 0 auto;
	max-width: 1240px;
	padding: 6.5rem 1.5rem;
}

.aula-project-section-heading {
	margin-bottom: 2.5rem;
	max-width: 760px;
}

.aula-project-section-heading h2,
.aula-project-method__intro h2,
.aula-project-catalog__heading h2,
.aula-project-journey__intro h2,
.aula-project-seeds__heading h2 {
	font-size: clamp(2rem, 3.5vw, 3.25rem);
	letter-spacing: -0.025em;
	line-height: 1.05;
	margin-bottom: 1rem;
}

.aula-project-section-heading > p:last-child,
.aula-project-method__intro > p:last-child,
.aula-project-catalog__heading > div > p:last-child,
.aula-project-journey__intro > p:last-child,
.aula-project-seeds__heading > p:last-child {
	color: var(--aula-muted);
	line-height: 1.75;
	margin-bottom: 0;
}

.aula-project-section-heading--row {
	align-items: end;
	display: flex;
	justify-content: space-between;
	max-width: none;
}

.aula-project-section-heading--row > div {
	max-width: 700px;
}

.aula-project-section-heading--row > a {
	border-bottom: 1px solid currentColor;
	font-weight: 800;
	padding-bottom: 0.2rem;
}

.aula-project-map__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.aula-project-map-card {
	--card-color: var(--aula-coral);
	--card-soft: #fce5e3;
	background: #fff;
	border: 1px solid var(--aula-border);
	border-top: 5px solid var(--card-color);
	color: var(--aula-ink);
	display: grid;
	grid-column: span 4;
	grid-template-columns: 56px minmax(0, 1fr);
	min-height: 280px;
	padding: 1.4rem;
	position: relative;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.aula-project-map-card:hover,
.aula-project-map-card:focus-visible {
	border-color: var(--card-color);
	box-shadow: 0 18px 40px rgba(24, 50, 58, 0.12);
	color: var(--aula-ink);
	transform: translateY(-5px);
}

.aula-project-map-card--matematicas {
	--card-color: #d3a82f;
	--card-soft: #fff0bd;
}

.aula-project-map-card--ciencias-naturales {
	--card-color: var(--aula-sea);
	--card-soft: #dceee8;
}

.aula-project-map-card--ciencias-sociales {
	--card-color: var(--aula-sky);
	--card-soft: #deebf5;
}

.aula-project-map-card--artistica {
	--card-color: var(--aula-leaf);
	--card-soft: #e8efdf;
}

.aula-project-map-card--interdisciplinares {
	--card-color: var(--aula-lavender);
	--card-soft: #ece6f0;
}

.aula-project-map-card__index {
	color: #8ca09f;
	font-family: var(--wp--preset--font-family--display);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.aula-project-map-card__icon {
	align-items: center;
	background: var(--card-soft);
	display: flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.aula-project-map-card__icon svg {
	height: 27px;
	width: 27px;
}

.aula-project-map-card__copy {
	align-self: center;
	display: grid;
	gap: 0.35rem;
	grid-column: 1 / -1;
	margin: 1.3rem 0 2.4rem;
}

.aula-project-map-card__copy strong {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.55rem;
}

.aula-project-map-card__copy small {
	color: var(--card-color);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aula-project-map-card__copy em {
	color: var(--aula-muted);
	font-size: 0.9rem;
	font-style: normal;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.aula-project-map-card__footer {
	align-items: center;
	border-top: 1px solid var(--aula-border);
	bottom: 0;
	display: flex;
	font-size: 0.78rem;
	font-weight: 800;
	justify-content: space-between;
	left: 1.4rem;
	padding: 0.9rem 0;
	position: absolute;
	right: 1.4rem;
}

.aula-project-map-card__footer span {
	font-size: 1.2rem;
}

.aula-project-method {
	background: #163943;
	color: #fff;
	display: grid;
	gap: clamp(2.5rem, 6vw, 6rem);
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	padding: 6.5rem max(1.5rem, calc((100vw - 1240px) / 2));
}

.aula-project-method .aula-project-eyebrow {
	color: #9cd8d0;
}

.aula-project-method__intro h2 {
	color: #fff;
}

.aula-project-method__intro > p:last-child {
	color: #cbdcde;
}

.aula-project-method__steps {
	counter-reset: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aula-project-method__steps li {
	align-items: start;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	display: grid;
	gap: 1.1rem;
	grid-template-columns: 48px 130px 1fr;
	padding: 1.35rem 0;
}

.aula-project-method__steps li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.aula-project-method__steps span {
	color: #8fb2b6;
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.1em;
}

.aula-project-method__steps strong {
	color: var(--aula-sun);
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.15rem;
}

.aula-project-method__steps p {
	color: #d5e1e3;
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 0;
}

.aula-project-recent {
	background: #f5f7f6;
}

.aula-project-first-call {
	align-items: center;
	background: var(--aula-sun);
	display: grid;
	gap: 2rem;
	grid-template-columns: 80px minmax(0, 1fr) auto;
	margin: 6.5rem auto;
	max-width: 1240px;
	padding: 2.5rem;
}

.aula-project-first-call__spark {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(24, 50, 58, 0.2);
	border-radius: 50%;
	display: flex;
	font-size: 2.2rem;
	height: 72px;
	justify-content: center;
	width: 72px;
}

.aula-project-first-call h2 {
	font-size: clamp(1.65rem, 2.7vw, 2.5rem);
	margin-bottom: 0.65rem;
}

.aula-project-first-call p:last-child {
	margin-bottom: 0;
}

/* Hero de área */
.aula-project-area-hero {
	background: var(--project-soft);
	border-bottom: 1px solid var(--project-line);
	position: relative;
}

.aula-project-area-hero::after {
	background: var(--project-accent);
	bottom: 0;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	width: min(38vw, 580px);
}

.aula-project-area-hero__inner {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
	margin: 0 auto;
	max-width: 1240px;
	padding: 5rem 1.5rem 5.5rem;
}

.aula-project-breadcrumb {
	align-items: center;
	color: var(--aula-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.77rem;
	font-weight: 700;
	gap: 0.55rem;
	margin-bottom: 2.2rem;
}

.aula-project-breadcrumb a {
	color: var(--aula-muted);
}

.aula-project-breadcrumb a:hover {
	color: var(--project-accent-dark);
}

.aula-project-area-hero__copy h1 {
	font-size: clamp(3.2rem, 6.6vw, 6.4rem);
	letter-spacing: -0.05em;
	line-height: 0.94;
	margin-bottom: 1.5rem;
	max-width: 800px;
}

.aula-project-area-hero__lead {
	color: #425d64;
	font-size: clamp(1rem, 1.3vw, 1.18rem);
	line-height: 1.75;
	margin-bottom: 1.7rem;
	max-width: 720px;
}

.aula-project-area-hero__focus {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aula-project-area-hero__focus li {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--project-line);
	border-radius: 999px;
	color: var(--project-accent-dark);
	font-size: 0.75rem;
	font-weight: 800;
	padding: 0.42rem 0.78rem;
}

.aula-project-question {
	background: #fff;
	border: 1px solid var(--project-line);
	box-shadow: 14px 14px 0 var(--project-accent);
	margin-bottom: 14px;
	padding: 2rem;
	position: relative;
}

.aula-project-question__mark {
	align-items: center;
	background: var(--project-soft);
	color: var(--project-accent-dark);
	display: flex;
	height: 58px;
	justify-content: center;
	margin-bottom: 1.5rem;
	width: 58px;
}

.aula-project-question__mark svg {
	height: 31px;
	width: 31px;
}

.aula-project-question > p {
	color: var(--project-accent-dark);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.aula-project-question blockquote {
	border: 0;
	color: var(--aula-ink);
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.4rem, 2.2vw, 2rem);
	font-style: normal;
	font-weight: 700;
	line-height: 1.22;
	margin-bottom: 1.75rem;
	padding: 0;
}

.aula-project-question__product {
	border-top: 1px solid var(--aula-border);
	color: var(--aula-muted);
	display: block;
	font-size: 0.82rem;
	line-height: 1.45;
	padding-top: 1rem;
}

.aula-project-question__product strong {
	color: var(--aula-ink);
	display: block;
	font-size: 0.68rem;
	letter-spacing: 0.07em;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

/* Brújula común */
.aula-project-compass-wrap {
	background: #fff;
	border-bottom: 1px solid var(--aula-border);
}

.aula-project-compass {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1240px;
	overflow-x: auto;
	padding: 0 1.5rem;
}

.aula-project-compass > a {
	align-items: center;
	border-bottom: 4px solid transparent;
	border-right: 1px solid var(--aula-border);
	color: var(--aula-ink);
	display: flex;
	gap: 0.65rem;
	min-height: 86px;
	padding: 0.75rem;
	text-decoration: none;
}

.aula-project-compass > a:first-child {
	border-left: 1px solid var(--aula-border);
}

.aula-project-compass > a:hover,
.aula-project-compass > a:focus-visible,
.aula-project-compass > a[aria-current="page"] {
	background: #f5f7f6;
	border-bottom-color: var(--project-accent);
	color: var(--aula-ink);
}

.aula-project-compass__all,
.aula-project-compass__icon {
	align-items: center;
	background: #eef2f1;
	border-radius: 50%;
	display: flex;
	flex: 0 0 34px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.aula-project-compass__icon svg {
	height: 18px;
	width: 18px;
}

.aula-project-compass > a span:last-child {
	display: grid;
	gap: 0.08rem;
	min-width: 0;
}

.aula-project-compass strong {
	font-size: 0.78rem;
	line-height: 1.2;
}

.aula-project-compass small {
	color: var(--aula-muted);
	font-size: 0.61rem;
	line-height: 1.25;
}

/* Catálogo dinámico */
.aula-project-catalog {
	margin: 0 auto;
	max-width: 1240px;
	padding: 6rem 1.5rem;
}

.aula-project-catalog__heading {
	align-items: end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: 2.3rem;
}

.aula-project-catalog__heading > div {
	max-width: 760px;
}

.aula-project-catalog__count {
	border-left: 4px solid var(--project-accent);
	color: var(--aula-muted);
	flex: 0 0 auto;
	font-size: 0.85rem;
	font-weight: 800;
	margin: 0;
	padding: 0.45rem 0 0.45rem 0.8rem;
}

.aula-project-filters {
	background: #fff;
	border: 1px solid var(--aula-border);
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
	margin-bottom: 2rem;
	padding: 1rem;
}

.aula-project-filter-search label {
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	margin-bottom: 0.4rem;
}

.aula-project-filter-search > span {
	align-items: center;
	background: #f7f9f8;
	border: 1px solid var(--aula-border);
	display: flex;
}

.aula-project-filter-search svg {
	color: var(--aula-muted);
	flex: 0 0 20px;
	height: 20px;
	margin-left: 0.75rem;
	width: 20px;
}

.aula-project-filter-search input {
	background: transparent;
	border: 0;
	color: var(--aula-ink);
	font: inherit;
	font-size: 0.85rem;
	min-height: 44px;
	outline: 0;
	padding: 0.6rem 0.75rem;
	width: 100%;
}

.aula-project-filter-search > span:focus-within {
	border-color: var(--project-accent);
	box-shadow: 0 0 0 2px var(--project-soft);
}

.aula-project-filter-courses {
	align-items: end;
	display: flex;
	gap: 0.35rem;
	justify-content: flex-end;
}

.aula-project-filter-courses button {
	background: #f7f9f8;
	border: 1px solid var(--aula-border);
	border-radius: 5px;
	color: var(--aula-ink);
	cursor: pointer;
	font: inherit;
	font-size: 0.72rem;
	font-weight: 800;
	min-height: 44px;
	padding: 0.5rem 0.65rem;
}

.aula-project-filter-courses button span {
	color: var(--aula-muted);
	font-size: 0.62rem;
	margin-left: 0.15rem;
}

.aula-project-filter-courses button:hover,
.aula-project-filter-courses button:focus-visible,
.aula-project-filter-courses button[aria-pressed="true"] {
	background: var(--project-accent-dark);
	border-color: var(--project-accent-dark);
	color: #fff;
}

.aula-project-filter-courses button[aria-pressed="true"] span {
	color: rgba(255, 255, 255, 0.75);
}

.aula-project-query {
	margin: 0;
}

.aula-project-catalog__grid {
	align-items: stretch;
	display: grid !important;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.aula-project-catalog__grid > .wp-block-post {
	margin: 0;
}

.aula-project-entry {
	background: #fff;
	border: 1px solid var(--aula-border);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.aula-project-entry:hover {
	border-color: var(--project-accent);
	box-shadow: 0 16px 38px rgba(24, 50, 58, 0.11);
	transform: translateY(-4px);
}

.aula-project-entry__media {
	aspect-ratio: 16 / 9;
	background: var(--project-soft);
	border-bottom: 1px solid var(--aula-border);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.aula-project-entry__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
	width: 100%;
}

.aula-project-entry:hover .aula-project-entry__media img {
	transform: scale(1.035);
}

.aula-project-entry__media:empty::before {
	align-content: center;
	color: var(--project-accent-dark);
	content: "Proyecto · Aula JJ Frías";
	display: grid;
	font-size: 0.72rem;
	font-weight: 850;
	height: 100%;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.aula-project-entry__media .wp-block-post-featured-image {
	height: 100%;
	margin: 0;
}

.aula-project-entry__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 0;
	padding: 1.25rem;
}

.aula-project-entry__course,
.aula-project-entry .taxonomy-category {
	color: var(--project-accent-dark);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	line-height: 1.4;
	margin: 0 0 0.65rem;
	text-transform: uppercase;
}

.aula-project-entry .taxonomy-category {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.55rem;
}

.aula-project-entry .taxonomy-category a {
	color: var(--project-accent-dark);
}

.aula-project-entry h3,
.aula-project-entry .wp-block-post-title {
	font-size: 1.32rem;
	line-height: 1.2;
	margin-bottom: 0.75rem;
}

.aula-project-entry h3 a,
.aula-project-entry .wp-block-post-title a {
	color: var(--aula-ink);
}

.aula-project-entry__excerpt,
.aula-project-entry .wp-block-post-excerpt {
	color: var(--aula-muted);
	font-size: 0.86rem;
	line-height: 1.62;
	margin-bottom: 1rem;
}

.aula-project-entry .wp-block-post-excerpt__excerpt {
	margin: 0;
}

.aula-project-entry .wp-block-post-excerpt__more-text {
	display: none;
}

.aula-project-entry__meta {
	border-top: 1px solid var(--aula-border);
	display: grid;
	font-size: 0.74rem;
	gap: 0.65rem;
	grid-template-columns: 1fr 1fr;
	margin: auto 0 0;
	padding-top: 0.9rem;
}

.aula-project-entry__meta div {
	min-width: 0;
}

.aula-project-entry__meta dt {
	color: var(--aula-muted);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.aula-project-entry__meta dd {
	font-weight: 700;
	line-height: 1.4;
	margin: 0.25rem 0 0;
}

.aula-project-entry__footer {
	align-items: center;
	border-top: 1px solid var(--aula-border);
	display: flex;
	font-size: 0.72rem;
	justify-content: space-between;
	margin-top: 1rem;
	padding-top: 0.9rem;
}

.aula-project-entry__footer time,
.aula-project-entry .wp-block-post-date {
	color: var(--aula-muted);
}

.aula-project-entry__footer a {
	font-weight: 850;
}

.aula-project-card-action {
	align-items: center;
	border-top: 1px solid var(--aula-border);
	display: flex;
	font-size: 0.78rem;
	font-weight: 850;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 0.9rem;
}

.aula-project-catalog__empty,
.aula-project-launch-state,
.aula-project-query .aula-project-query-empty {
	background: #fff;
	border: 1px solid var(--aula-border);
	border-left: 7px solid var(--project-accent);
	margin: 0;
	padding: 2rem;
}

.aula-project-catalog__empty {
	text-align: center;
}

.aula-project-catalog__empty > span {
	color: var(--project-accent-dark);
	font-size: 2.4rem;
}

.aula-project-catalog__empty h3,
.aula-project-launch-state h3,
.aula-project-query-empty h3 {
	font-size: 1.6rem;
	margin-bottom: 0.6rem;
}

.aula-project-catalog__empty p,
.aula-project-launch-state p,
.aula-project-query-empty p {
	color: var(--aula-muted);
	margin-bottom: 0;
}

.aula-project-catalog__empty button {
	background: var(--aula-ink);
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 800;
	margin-top: 1rem;
	padding: 0.7rem 1rem;
}

.aula-project-launch-state,
.aula-project-query .aula-project-query-empty {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 82px minmax(0, 1fr) auto;
}

.aula-project-launch-state__number,
.aula-project-query-empty__number {
	color: var(--project-accent-dark);
	font-family: var(--wp--preset--font-family--display);
	font-size: 2.6rem;
	font-weight: 800;
}

.aula-project-launch-state > a,
.aula-project-query-empty > a {
	font-size: 0.8rem;
	font-weight: 850;
}

/* Ruta y semillas */
.aula-project-journey {
	background: var(--aula-ink);
	color: #fff;
	padding: 6rem max(1.5rem, calc((100vw - 1240px) / 2));
}

.aula-project-journey__intro {
	margin-bottom: 3rem;
	max-width: 740px;
}

.aula-project-journey .aula-project-eyebrow {
	color: #a7d5cf;
}

.aula-project-journey__intro h2 {
	color: #fff;
}

.aula-project-journey__intro > p:last-child {
	color: #cbdadd;
}

.aula-project-journey__steps {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.aula-project-journey__steps li {
	background: #21444c;
	min-height: 230px;
	padding: 1.4rem;
	position: relative;
}

.aula-project-journey__steps li::after {
	border-bottom: 7px solid transparent;
	border-left: 8px solid rgba(255, 255, 255, 0.28);
	border-top: 7px solid transparent;
	content: "";
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.aula-project-journey__steps li:last-child::after {
	display: none;
}

.aula-project-journey__steps li > span {
	color: #8fb5b9;
	display: block;
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	margin-bottom: 2.2rem;
}

.aula-project-journey__steps strong {
	color: var(--aula-sun);
	display: block;
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.25rem;
	margin-bottom: 0.65rem;
}

.aula-project-journey__steps p {
	color: #d2dfe1;
	font-size: 0.85rem;
	line-height: 1.6;
	margin: 0;
}

.aula-project-seeds {
	margin: 0 auto;
	max-width: 1240px;
	padding: 6rem 1.5rem;
}

.aula-project-seeds__heading {
	margin-bottom: 2.5rem;
	max-width: 760px;
}

.aula-project-seeds__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aula-project-seeds__grid article {
	background: #fff;
	border: 1px solid var(--aula-border);
	border-bottom: 5px solid var(--project-accent);
	min-height: 250px;
	padding: 1.5rem;
}

.aula-project-seeds__grid article > span {
	color: var(--project-accent-dark);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.1em;
}

.aula-project-seeds__grid h3 {
	font-size: 1.45rem;
	margin: 1.4rem 0 0.7rem;
}

.aula-project-seeds__grid p {
	color: var(--aula-muted);
	font-size: 0.88rem;
	line-height: 1.65;
	margin-bottom: 1.5rem;
}

.aula-project-seeds__grid small {
	border-top: 1px solid var(--aula-border);
	color: var(--project-accent-dark);
	display: block;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding-top: 0.8rem;
	text-transform: uppercase;
}

.aula-project-design-call {
	align-items: center;
	background: var(--project-soft);
	border: 1px solid var(--project-line);
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto 6rem;
	max-width: 1240px;
	padding: 2.5rem;
}

.aula-project-design-call > div {
	max-width: 830px;
}

.aula-project-design-call h2 {
	font-size: clamp(1.7rem, 2.8vw, 2.65rem);
	margin-bottom: 0.75rem;
}

.aula-project-design-call p:last-child {
	color: var(--aula-muted);
	margin-bottom: 0;
}

@media (prefers-reduced-motion: no-preference) {
	.aula-project-orbit__ring--inner {
		animation: aula-project-orbit 36s linear infinite;
	}

	@keyframes aula-project-orbit {
		to {
			transform: rotate(360deg);
		}
	}
}

@media (max-width: 1100px) {
	.aula-project-hub-hero__inner {
		gap: 3rem;
		grid-template-columns: minmax(0, 1fr) 360px;
	}

	.aula-project-area-hero__inner {
		gap: 3rem;
	}

	.aula-project-compass {
		grid-template-columns: repeat(7, minmax(138px, 1fr));
	}

	.aula-project-filters {
		grid-template-columns: 1fr;
	}

	.aula-project-filter-courses {
		justify-content: flex-start;
	}
}

@media (max-width: 900px) {
	.aula-project-hub-hero__inner,
	.aula-project-area-hero__inner,
	.aula-project-method {
		grid-template-columns: 1fr;
	}

	.aula-project-hub-hero__inner {
		padding-bottom: 2rem;
	}

	.aula-project-orbit {
		max-width: 360px;
	}

	.aula-project-hub-hero__promise {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}

	.aula-project-map-card {
		grid-column: span 6;
	}

	.aula-project-method {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}

	.aula-project-area-hero__inner {
		align-items: start;
	}

	.aula-project-question {
		max-width: 620px;
	}

	.aula-project-catalog__grid,
	.aula-project-seeds__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aula-project-journey__steps {
		grid-template-columns: repeat(2, 1fr);
	}

	.aula-project-journey__steps li:nth-child(2)::after {
		display: none;
	}

	.aula-project-first-call {
		grid-template-columns: 70px 1fr;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}

	.aula-project-first-call .aula-project-button {
		grid-column: 2;
		justify-self: start;
	}
}

@media (max-width: 700px) {
	.aula-project-hub-hero__inner,
	.aula-project-area-hero__inner {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.aula-project-hub-hero__copy h1,
	.aula-project-area-hero__copy h1 {
		font-size: clamp(2.7rem, 13vw, 4.5rem);
	}

	.aula-project-hub-hero__promise {
		grid-template-columns: 1fr;
		margin: 0 1rem;
	}

	.aula-project-hub-hero__promise > span {
		border-bottom: 1px solid var(--aula-border);
		border-right: 0;
		min-height: 68px;
	}

	.aula-project-hub-hero__promise > span:last-child {
		border-bottom: 0;
	}

	.aula-project-map,
	.aula-project-recent,
	.aula-project-catalog,
	.aula-project-seeds {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.aula-project-map-card {
		grid-column: 1 / -1;
	}

	.aula-project-method__steps li {
		grid-template-columns: 42px 110px 1fr;
	}

	.aula-project-section-heading--row,
	.aula-project-catalog__heading {
		align-items: start;
		flex-direction: column;
	}

	.aula-project-filter-courses {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.aula-project-filter-courses button:first-child {
		grid-column: 1 / -1;
	}

	.aula-project-catalog__grid,
	.aula-project-seeds__grid {
		grid-template-columns: 1fr;
	}

	.aula-project-launch-state,
	.aula-project-query .aula-project-query-empty {
		align-items: start;
		grid-template-columns: 58px 1fr;
		padding: 1.5rem;
	}

	.aula-project-launch-state__number,
	.aula-project-query-empty__number {
		font-size: 2rem;
	}

	.aula-project-launch-state > a,
	.aula-project-query-empty > a {
		grid-column: 2;
	}

	.aula-project-design-call {
		align-items: start;
		grid-template-columns: 1fr;
		margin-left: 1rem;
		margin-right: 1rem;
		padding: 1.5rem;
	}
}

@media (max-width: 520px) {
	.aula-project-hub-hero__inner {
		padding-top: 4rem;
	}

	.aula-project-hub-hero__actions,
	.aula-project-hub-hero__actions .aula-project-button {
		width: 100%;
	}

	.aula-project-orbit {
		max-width: 300px;
	}

	.aula-project-orbit__node {
		height: 54px;
		width: 54px;
	}

	.aula-project-orbit__node svg {
		height: 23px;
		width: 23px;
	}

	.aula-project-orbit__center {
		height: 102px;
		width: 102px;
	}

	.aula-project-map,
	.aula-project-catalog,
	.aula-project-seeds {
		padding-bottom: 4.5rem;
		padding-top: 4.5rem;
	}

	.aula-project-method,
	.aula-project-journey {
		padding-bottom: 4.5rem;
		padding-top: 4.5rem;
	}

	.aula-project-method__steps li {
		gap: 0.5rem;
		grid-template-columns: 34px 1fr;
	}

	.aula-project-method__steps p {
		grid-column: 2;
	}

	.aula-project-question {
		box-shadow: 8px 8px 0 var(--project-accent);
		margin-right: 8px;
		padding: 1.4rem;
	}

	.aula-project-filter-courses {
		grid-template-columns: repeat(2, 1fr);
	}

	.aula-project-filter-courses button:first-child {
		grid-column: 1 / -1;
	}

	.aula-project-journey__steps {
		grid-template-columns: 1fr;
	}

	.aula-project-journey__steps li {
		min-height: 0;
	}

	.aula-project-journey__steps li::after {
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 8px solid rgba(255, 255, 255, 0.28);
		bottom: -6px;
		left: 50%;
		right: auto;
		top: auto;
		transform: translateX(-50%);
	}

	.aula-project-journey__steps li:nth-child(2)::after {
		display: block;
	}

	.aula-project-journey__steps li:last-child::after {
		display: none;
	}

	.aula-project-first-call {
		grid-template-columns: 1fr;
		margin: 4.5rem 1rem;
		padding: 1.5rem;
	}

	.aula-project-first-call .aula-project-button {
		grid-column: auto;
		justify-self: stretch;
	}
}
