/*
Theme Name: LABM
Description: Tema de bloques para la Liga Antioquena de Balonmano.
Version: 0.2.6
Requires at least: 6.8
Requires PHP: 8.3
Text Domain: labm
*/

:root {
	--labm-content-max: 1200px;
	--labm-gutter: clamp(1rem, 3vw, 2rem);
	--labm-slider-height: 34rem;
	--labm-space-1: clamp(.5rem, 1vw, .75rem);
	--labm-space-2: clamp(1rem, 2vw, 1.5rem);
	--labm-space-3: clamp(1.5rem, 4vw, 3rem);
	--labm-radius: .75rem;
	--labm-green: #AECD25;
	--labm-green-dark: #789614;
	--labm-black: #202020;
	--labm-footer-background: #000;
	--labm-neutral: #F3F6E8;
	--labm-shadow: 0 .5rem 1.5rem rgb(32 32 32 / 12%);
}

html { scroll-behavior: smooth; }
body { margin: 0; overflow-wrap: anywhere; color: var(--labm-black); }
*, *::before, *::after { box-sizing: border-box; }
.is-layout-constrained > .alignwide { width: min(100% - (2 * var(--labm-gutter)), var(--labm-content-max)); max-width: var(--labm-content-max); margin-inline: auto; }
.labm-main { padding-block: 0; }
.labm-main.labm-documents-page { padding-block-end: clamp(4rem, 8vw, 6rem); }
.labm-main + .wp-block-template-part { margin-block-start: 0; }
.labm-about-banner { display: grid; width: 100%; max-width: none !important; min-height: clamp(28rem, 34vw, 32rem); margin: 0 !important; background: #000; color: #fff; }
.labm-about-banner__content { display: grid; align-content: center; justify-items: start; min-width: 0; padding: clamp(3rem, 8vw, 7rem) max(var(--labm-gutter), calc((100vw - var(--labm-content-max)) / 2)); }
.labm-about-banner__eyebrow { margin: 0 0 1.75rem; color: var(--labm-green); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.labm-about-banner h1 { max-width: 13ch; margin: 0; font-size: clamp(2.75rem, 5vw, 4.25rem); font-weight: 900; letter-spacing: -.035em; line-height: .92; text-transform: uppercase; }
.labm-about-banner__summary { max-width: 34rem; margin: 1.75rem 0 0; color: rgb(255 255 255 / 76%); font-size: clamp(.95rem, 1.35vw, 1.15rem); line-height: 1.55; }
.labm-about-banner__media { position: relative; min-width: 0; min-height: 24rem; overflow: hidden; line-height: 0; }
.labm-about-banner__media img { display: block; position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: center; }
.labm-about-banner--without-media .labm-about-banner__content { width: min(100%, var(--labm-content-max)); margin-inline: auto; }
.labm-documents-banner { display: grid; width: 100%; max-width: none !important; min-height: 22.3125rem; margin: 0 !important; padding: 0 !important; background: #000; color: #fff; }
.labm-documents-banner__content { display: grid; align-content: center; justify-items: start; width: 100%; min-height: inherit; min-width: 0; margin: 0 !important; padding-block: clamp(2rem, 5vw, 4rem); padding-inline: clamp(2rem, 8.5vw, 8rem); }
.labm-documents-banner__eyebrow { margin: 0 0 1.75rem; color: var(--labm-green); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.labm-documents-banner h1 { margin: 0; font-size: clamp(2.75rem, 5vw, 4.25rem); font-weight: 900; letter-spacing: -.035em; line-height: .92; text-transform: uppercase; }
.labm-documents-banner__summary { max-width: 34rem; margin: 1.75rem 0 0; color: rgb(255 255 255 / 76%); font-size: clamp(.95rem, 1.35vw, 1.15rem); line-height: 1.55; }
.labm-documents-filters { width: 100vw; margin: 0 0 0 calc(50% - 50vw); padding: clamp(1.25rem, 3vw, 2rem) max(var(--labm-gutter), calc((100vw - var(--labm-content-max)) / 2)); background: #f3f6e8; }
.labm-documents-filters form { display: grid; grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr)) minmax(10rem, max-content); align-items: end; gap: .75rem; width: 100%; max-width: var(--labm-content-max); margin: 0 auto; }
.labm-documents-filters__field, .labm-documents-filters__submit { min-width: 0; }
.labm-documents-filters__field { display: grid; gap: .35rem; }
.labm-documents-filters label { color: #526700; font-size: .72rem; font-weight: 800; letter-spacing: .04em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }
.labm-documents-filters input, .labm-documents-filters select { display: block; width: 100%; min-width: 0; min-height: 2.75rem; padding: .65rem .75rem; border: 1px solid #8d9481; border-radius: 0; background: #fff; color: var(--labm-black); font: inherit; }
.labm-documents-filters input::placeholder { color: #697064; opacity: 1; }
.labm-documents-filters button, .labm-documents-filters form a { min-height: 2.75rem; padding: .65rem .85rem; border: 1px solid var(--labm-black); background: var(--labm-green); color: var(--labm-black); font-size: .72rem; font-weight: 800; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.labm-documents-filters__submit { display: flex; flex-wrap: nowrap; align-items: stretch; gap: .5rem; min-width: 10rem; }
.labm-documents-filters__submit a { display: inline-grid; place-items: center; background: transparent !important; }
.labm-documents-filters button:hover, .labm-documents-filters form a:hover { background: var(--labm-black); color: #fff; }
.wp-block-group.is-layout-constrained > .labm-documents-filters,
.labm-main > .labm-documents-filters { width: 100vw !important; max-width: none !important; margin-right: calc(50% - 50vw) !important; margin-left: calc(50% - 50vw) !important; }
.wp-block-group.is-layout-constrained > .labm-documents-filters form,
.labm-main > .labm-documents-filters form { display: grid !important; grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr)) minmax(10rem, max-content) !important; width: min(100%, var(--labm-content-max)) !important; max-width: var(--labm-content-max) !important; min-width: 0 !important; margin-right: auto !important; margin-left: auto !important; }
.labm-documents-filters__field { display: grid !important; min-width: 0 !important; }
.labm-documents-filters__field input,
.labm-documents-filters__field select { width: 100% !important; min-width: 0 !important; }
.labm-documents-filters__submit { min-width: 10rem !important; }
@media (max-width: 48rem) {
	.wp-block-group.is-layout-constrained > .labm-documents-filters form,
	.labm-main > .labm-documents-filters form { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	.wp-block-group.is-layout-constrained > .labm-documents-filters .labm-documents-filters__field:first-child,
	.labm-main > .labm-documents-filters .labm-documents-filters__field:first-child,
	.wp-block-group.is-layout-constrained > .labm-documents-filters .labm-documents-filters__submit,
	.labm-main > .labm-documents-filters .labm-documents-filters__submit { grid-column: 1 / -1 !important; }
}
@media (max-width: 30rem) {
	.wp-block-group.is-layout-constrained > .labm-documents-filters form,
	.labm-main > .labm-documents-filters form { grid-template-columns: 1fr !important; }
	.wp-block-group.is-layout-constrained > .labm-documents-filters .labm-documents-filters__field:first-child,
	.labm-main > .labm-documents-filters .labm-documents-filters__field:first-child,
	.wp-block-group.is-layout-constrained > .labm-documents-filters .labm-documents-filters__submit,
	.labm-main > .labm-documents-filters .labm-documents-filters__submit { grid-column: auto !important; }
}
.labm-documents-catalog { width: min(calc(100% - (2 * var(--labm-gutter))), var(--labm-content-max)); max-width: var(--labm-content-max); margin: clamp(2.5rem, 6vw, 4rem) auto clamp(4rem, 8vw, 6rem); }
.labm-documents-catalog__summary { margin: 0 0 1rem; color: var(--labm-green-dark); font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.labm-documents-catalog__list { display: grid; gap: .625rem; }
.labm-documents-catalog__item { display: grid; grid-template-columns: 4rem minmax(0, 1fr) auto; align-items: center; gap: 1.25rem; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid #dde2cc; background: var(--labm-neutral); }
.labm-documents-catalog__icon { display: grid; aspect-ratio: 1; place-items: center; border: 1px solid var(--labm-black); background: var(--labm-black); color: var(--labm-green); font-size: .72rem; font-weight: 900; }
.labm-documents-catalog__body { min-width: 0; }
.labm-documents-catalog__category { margin: 0 0 .45rem; color: var(--labm-green-dark); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.labm-documents-catalog__item h2 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1; overflow-wrap: anywhere; }
.labm-documents-catalog__meta { margin: .6rem 0 0; color: #697064; font-size: .8rem; }
.labm-documents-catalog__actions { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; }
.labm-documents-catalog__unavailable { margin: 0; padding: .65rem .85rem; border: 1px solid #8d9481; background: #fff; color: #697064; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.labm-documents-catalog__actions a, .labm-documents-pagination :where(a, span) { display: inline-grid; min-height: 2.5rem; place-items: center; padding: .65rem .85rem; border: 1px solid var(--labm-black); background: #fff; color: var(--labm-black); font-size: .72rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.labm-documents-catalog__download, .labm-documents-pagination [aria-current="page"] { background: var(--labm-green); }
.labm-documents-catalog__actions .labm-documents-catalog__view { background: #fff !important; border-color: var(--labm-black) !important; color: var(--labm-black) !important; }
.labm-documents-catalog__actions .labm-documents-catalog__download { background: var(--labm-green) !important; border-color: var(--labm-black) !important; color: var(--labm-black) !important; }
.labm-documents-catalog__actions a:hover, .labm-documents-pagination a:hover { background: var(--labm-black); color: #fff; }
.labm-documents-empty { display: grid; width: min(calc(100% - (2 * var(--labm-gutter))), var(--labm-content-max)); min-height: 18rem; place-content: center; justify-items: center; gap: .75rem; margin: clamp(2.5rem, 6vw, 4rem) auto clamp(4rem, 8vw, 6rem); padding: 2rem; background: var(--labm-neutral); text-align: center; }
.labm-documents-empty span { display: grid; width: 3.5rem; height: 3.5rem; place-items: center; background: var(--labm-black); color: var(--labm-green); font-size: 2rem; font-weight: 800; }
.labm-documents-empty h2, .labm-documents-empty p { margin: 0; }
.labm-documents-empty h2 { font-size: clamp(1.35rem, 2vw, 1.75rem); text-transform: uppercase; }
.labm-documents-empty p { color: #666; font-size: .875rem; }
.labm-documents-empty__clear { display: inline-grid; min-height: 2.5rem; place-items: center; margin-top: .5rem; padding: .65rem .85rem; border: 1px solid var(--labm-black); background: var(--labm-green); color: var(--labm-black); font-size: .72rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.labm-documents-pagination { display: flex; margin-top: 1.5rem; }
.labm-documents-pagination ul { display: flex; flex-wrap: wrap; gap: .375rem; margin: 0; padding: 0; list-style: none; }
@media (max-width: 48rem) {
	.labm-documents-filters form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.labm-documents-filters__field:first-child, .labm-documents-filters__submit { grid-column: 1 / -1; }
	.labm-documents-filters button, .labm-documents-filters form a { flex: 1 1 10rem; }
	.labm-documents-catalog__item { grid-template-columns: 3.5rem minmax(0, 1fr); align-items: start; }
	.labm-documents-catalog__actions { width: 100%; }
	.labm-documents-catalog__actions { grid-column: 2; }
}
@media (max-width: 30rem) {
	.labm-documents-filters form { grid-template-columns: 1fr; }
	.labm-documents-filters__field:first-child, .labm-documents-filters__submit { grid-column: auto; }
	.labm-documents-catalog__item { grid-template-columns: 2.75rem minmax(0, 1fr); gap: .85rem; }
	.labm-documents-catalog__actions { grid-column: 1 / -1; }
}
.labm-about-purpose { display: grid; grid-auto-rows: 1fr; width: min(calc(100% - (2 * var(--labm-gutter))), var(--labm-content-max)); max-width: var(--labm-content-max) !important; gap: clamp(.75rem, 1.5vw, 1.25rem); margin: clamp(2.5rem, 6vw, 5rem) auto !important; }
.labm-about-purpose__item { display: grid; min-width: 0; min-height: clamp(19rem, 28vw, 23rem); align-content: start; padding: clamp(2rem, 4vw, 3.5rem); }
.labm-about-purpose__item--light { background: #F3F1E9; color: var(--labm-black); }
.labm-about-purpose__item--dark { background: var(--labm-footer-background); color: #fff; }
.labm-about-purpose__number { margin: 0 0 clamp(2.25rem, 5vw, 3.75rem); color: var(--labm-green-dark); font-size: clamp(2.75rem, 4vw, 3rem); font-weight: 900; letter-spacing: -.06em; line-height: .8; }
.labm-about-purpose__item--dark .labm-about-purpose__number { color: var(--labm-green); }
.labm-about-purpose h2 { margin: 0; overflow-wrap: anywhere; font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 900; letter-spacing: -.04em; line-height: .92; text-transform: uppercase; }
.labm-about-purpose__copy { max-width: 30rem; margin: clamp(1rem, 2vw, 1.5rem) 0 0; font-size: clamp(.875rem, 1.1vw, 1rem); line-height: 1.55; }
.labm-about-purpose__item--dark .labm-about-purpose__copy { color: rgb(255 255 255 / 76%); }
.labm-about-team { width: min(calc(100% - (2 * var(--labm-gutter))), var(--labm-content-max)); max-width: var(--labm-content-max) !important; margin: clamp(2.5rem, 6vw, 5rem) auto !important; background: #f4f7e9; }
.labm-about-team__header { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.75rem; }
.labm-about-team__header h2 { max-width: 44rem; margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; letter-spacing: -.045em; line-height: .95; text-transform: uppercase; }
.labm-about-team__filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem .75rem; }
.labm-about-team__filters a { padding-block: .35rem; color: #526700; font-size: .75rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; }
.labm-about-team__filters a:hover, .labm-about-team__filters a[aria-current="true"] { color: var(--labm-black); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .3rem; }
.labm-about-team__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(.75rem, 1.5vw, 1rem); }
.labm-about-team__card { min-width: 0; background: #fff; }
.labm-about-team__media { aspect-ratio: 4 / 4.7; overflow: hidden; background: #d9d9d9; }
.labm-about-team__media img { display: block; width: 100%; height: 100% !important; object-fit: cover; }
.labm-about-team__body { min-height: 6.5rem; padding: .9rem 0 1.1rem; }
.labm-about-team__body h3 { margin: 0; overflow-wrap: anywhere; font-size: clamp(1rem, 1.5vw, 1.25rem); font-weight: 900; line-height: 1; text-transform: uppercase; }
.labm-about-team__body p { margin: .6rem 0 0; color: #526700; font-size: .8rem; line-height: 1.4; }
.labm-about-team__empty { padding: 2rem; background: #fff; text-align: center; }
.labm-skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 9999; padding: .75rem 1rem; background: #fff; color: var(--labm-black); }
.labm-skip-link:focus { top: 1rem; }
:where(a, button, input, select):focus-visible { outline: 3px solid var(--labm-green-dark); outline-offset: 3px; }
.labm-institutional-bar { padding-block: .35rem; background: var(--labm-black); color: #fff; font-size: .8rem; }
.labm-institutional-bar p { margin: 0; }
.labm-navigation-shell { display: flex; align-items: center; gap: .5rem; }
.labm-header-logo { display: block; flex: 0 0 auto; width: clamp(11rem, 18vw, 14rem); line-height: 0; }
.labm-header-logo img { display: block; width: 100%; height: auto; }
.labm-navigation-shell > .wp-block-navigation { margin-left: auto; }
.labm-header-cta .wp-block-button__link { padding: .85rem 1.15rem; border-radius: .125rem; background: var(--labm-green); color: var(--labm-black); font-weight: 800; line-height: 1; }
.wp-block-navigation__container { flex-wrap: wrap; gap: .5rem 1rem; }
.labm-section, [data-labm-section]:not([data-labm-section="slider"]) { padding: clamp(2.5rem, 7vw, 6rem) max(var(--labm-gutter), calc((100% - var(--labm-content-max)) / 2)); }
.labm-about-banner[data-labm-section="nosotros-banner"] { padding: 0; }
.labm-about-purpose[data-labm-section="nosotros-proposito"] { padding: 0; }
.labm-about-team[data-labm-section="nosotros-equipo"] { padding: clamp(2rem, 5vw, 4rem); }
.labm-hero { min-height: min(620px, 75vh); padding: var(--labm-space-3); color: #fff; background: var(--labm-black); }
.labm-hero a { color: var(--labm-black); }
.labm-slider, .labm-home-slider { position: relative; overflow: hidden; }
.labm-home-slider__items, .labm-home-slider__slide { block-size: var(--labm-slider-height); }
.labm-home-slider__slide { position: relative; overflow-y: auto; overscroll-behavior: contain; padding: clamp(2rem, 8vw, 7rem) max(var(--labm-gutter), calc((100% - var(--labm-content-max)) / 2)) 6rem; color: #fff; isolation: isolate; }
.labm-home-slider__items article::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 42%) 50%, rgb(0 0 0 / 18%) 100%); }
.labm-home-slider__items article > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.labm-home-slider__items :where(h2, p) { max-width: 38rem; }
.labm-home-slider__items h2 { margin-top: 0; font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: .95; }
.labm-home-slider__items article > a { display: inline-block; padding: .85rem 1.15rem; background: var(--labm-green); color: var(--labm-black); font-weight: 800; text-decoration: none; }
.labm-slider__controls, .labm-home-slider__controls { display: flex; align-items: center; gap: .5rem; position: absolute; z-index: 2; right: max(var(--labm-gutter), calc((100% - var(--labm-content-max)) / 2)); bottom: var(--labm-gutter); min-height: 2.75rem; }
.labm-slider button, .labm-home-slider button { min-width: 2.75rem; min-height: 2.75rem; border: 2px solid var(--labm-black); background: #fff; color: var(--labm-black); }
.labm-home-slider__controls button { display: grid; width: 2.75rem; min-width: 2.75rem; height: 2.75rem; min-height: 2.75rem; place-items: center; padding: 0; border: 1px solid rgb(255 255 255 / 55%); border-radius: 0; background: rgb(0 0 0 / 42%); color: #fff; cursor: pointer; }
.labm-home-slider__controls button:hover { border-color: var(--labm-green); background: var(--labm-green); color: var(--labm-black); }
.labm-home-slider__controls button::before { content: ""; display: block; width: .65rem; height: .65rem; }
.labm-home-slider__controls [data-labm-slider-prev]::before { border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; transform: rotate(45deg); }
.labm-home-slider__controls [data-labm-slider-next]::before { border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.labm-home-slider__controls [data-labm-slider-pause]::before { width: .6rem; height: .85rem; background: linear-gradient(90deg, currentColor 0 2px, transparent 2px calc(100% - 2px), currentColor calc(100% - 2px)); }
.labm-home-slider__controls [data-labm-slider-pause][aria-pressed="true"]::before { width: .75rem; height: .85rem; background: currentColor; clip-path: polygon(10% 0, 100% 50%, 10% 100%); }
.labm-home-slider__indicators { display: flex; align-items: center; gap: .625rem; position: absolute; z-index: 2; bottom: var(--labm-gutter); left: max(var(--labm-gutter), calc((100% - var(--labm-content-max)) / 2)); min-height: 2.75rem; }
.labm-home-slider__indicators button { display: grid; width: 2.75rem; min-width: 2.75rem; height: 2.75rem; min-height: 2.75rem; place-items: center; padding: 0; border: 0; border-radius: 0; background: transparent; cursor: pointer; }
.labm-home-slider__indicators button::before { content: ""; width: .625rem; height: .625rem; border-radius: 50%; background: rgb(255 255 255 / 60%); }
.labm-home-slider__indicators button[aria-current="true"]::before { background: var(--labm-green); }
.labm-home-slider__indicators button:hover::before { background: #fff; }
.labm-home-slider__indicators button[aria-current="true"]:hover::before { background: var(--labm-green); }
[data-labm-section="presentacion"] { background: #fff; }
[data-labm-section="clubes"] { background: var(--labm-neutral); }
[data-labm-section="evento"] { background: #000; color: #fff; }
[data-labm-section="evento"] a { color: var(--labm-green); }
.labm-featured-event { display: grid; width: 100%; max-width: none !important; margin-inline: 0 !important; padding: 0 !important; background: #000; }
.labm-featured-event__media { min-width: 0; min-height: 26rem; overflow: hidden; }
.labm-featured-event__image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.labm-featured-event__content { display: grid; min-width: 0; align-content: center; justify-items: start; padding: clamp(2.5rem, 7vw, 6rem) max(var(--labm-gutter), calc((100vw - var(--labm-content-max)) / 2)); }
.labm-featured-event__eyebrow { margin: 0 0 1rem; color: var(--labm-green); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.labm-featured-event__date { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; color: var(--labm-green); font-weight: 800; line-height: .9; text-transform: uppercase; }
.labm-featured-event__date strong { color: #fff; font-size: clamp(3.75rem, 8vw, 6rem); letter-spacing: -.06em; }
.labm-featured-event__date span { font-size: clamp(1rem, 2vw, 1.5rem); }
.labm-featured-event h2 { max-width: 17ch; margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: .95; text-transform: uppercase; }
.labm-featured-event__summary { max-width: 32rem; margin: 1rem 0 1.5rem; color: rgb(255 255 255 / 72%); font-size: .9rem; }
.labm-featured-event__cta { display: inline-block; padding: .85rem 1.2rem; background: var(--labm-green); color: var(--labm-black) !important; font-size: .8rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
[data-labm-section="actualidad"] { background: #fff; }
.labm-home-news { min-width: 0; overflow: hidden; }
.labm-home-news__header { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: clamp(1.5rem, 3vw, 2rem); }
.labm-home-news__header h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: .95; text-transform: uppercase; }
.labm-home-news__archive { color: #53680d; font-size: .75rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; }
.labm-home-news__archive:hover { text-decoration: underline; text-underline-offset: .25rem; }
.labm-home-news__layout, .labm-home-news__side-list, .labm-home-news__side-card, .labm-home-news__article-link { min-width: 0; }
.labm-home-news__layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1rem; }
.labm-home-news__featured { position: relative; min-width: 0; overflow: hidden; background: var(--labm-black); }
.labm-home-news__article-link { color: inherit; text-decoration: none; }
.labm-home-news__featured .labm-home-news__article-link { display: block; position: relative; min-height: clamp(22rem, 70vw, 32rem); overflow: hidden; color: #fff; }
.labm-home-news__featured .labm-home-news__article-link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 22%) 62%, rgb(0 0 0 / 8%) 100%); }
.labm-home-news__featured-image { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.labm-home-news__featured-overlay { display: grid; gap: .65rem; position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: clamp(1.25rem, 4vw, 2rem); }
.labm-home-news__meta { display: flex; flex-wrap: wrap; gap: .3rem; color: var(--labm-green); font-size: .68rem; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }
.labm-home-news h3 { overflow-wrap: anywhere; }
.labm-home-news__featured h3 { max-width: 25ch; margin: 0; font-size: clamp(1.6rem, 3vw, 2.25rem); line-height: 1; text-transform: uppercase; }
.labm-home-news__side-list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1rem; }
.labm-home-news__side-card { overflow: hidden; background: var(--labm-neutral); }
.labm-home-news__side-card .labm-home-news__article-link { display: grid; grid-template-columns: minmax(0, 1fr); height: 100%; }
.labm-home-news__side-media { display: block; min-width: 0; aspect-ratio: 16 / 9; overflow: hidden; line-height: 0; }
.labm-home-news__side-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.labm-home-news__side-content { display: grid; min-width: 0; align-content: center; gap: .6rem; padding: 1rem; }
.labm-home-news__side-content .labm-home-news__meta { color: #53680d; font-size: .6rem; }
.labm-home-news__side-content h3 { margin: 0; font-size: clamp(1rem, 2vw, 1.35rem); line-height: 1.05; }
.labm-home-news__article-link:hover h3 { text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .15em; }
.labm-home-join { position: relative; display: grid; width: 100%; max-width: none !important; margin-inline: 0 !important; grid-template-columns: minmax(0, 1fr); gap: .75rem; overflow: hidden; background: #000; color: #fff; }
.labm-home-join::before { position: absolute; top: clamp(2.5rem, 7vw, 6rem); bottom: clamp(2.5rem, 7vw, 6rem); left: max(var(--labm-gutter), calc((100% - var(--labm-content-max)) / 2)); width: .375rem; background: var(--labm-green); content: ""; }
.labm-home-join > :where(h2, p, .wp-block-buttons) { margin: 0 0 0 clamp(1.75rem, 4vw, 3rem) !important; }
.labm-home-join h2 { max-width: 25ch; font-family: var(--wp--preset--font-family--barlow-condensed), sans-serif; font-size: clamp(1.65rem, 3vw, 2.2rem); font-weight: 700; line-height: 1; text-transform: uppercase; }
.labm-home-join > p { max-width: 42rem; color: rgb(255 255 255 / 78%); font-size: clamp(.9rem, 1.3vw, 1rem); }
.labm-home-join .wp-block-buttons { align-self: center; }
.labm-home-join .wp-block-button__link { min-height: 2.75rem; padding: .85rem 1.25rem; border-radius: .125rem; background: var(--labm-green); color: var(--labm-black); font-size: .75rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
.labm-home-presentation { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); padding-block: clamp(3.5rem, 8vw, 7rem); }
.labm-home-presentation__content { max-width: 44rem; }
.labm-home-eyebrow { margin: 0 0 1rem; color: #53680d; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.labm-home-presentation h1 { max-width: 14ch; margin: 0; font-size: clamp(2.25rem, 5vw, 4.25rem); line-height: .95; text-transform: uppercase; }
.labm-home-presentation__content > p:not(.labm-home-eyebrow) { max-width: 42rem; margin-block: 1.5rem; }
.labm-home-presentation .wp-block-button__link { border-radius: .125rem; background: var(--labm-green); color: var(--labm-black); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.labm-home-presentation__stat { display: grid; min-height: 15rem; place-content: center; padding: 2rem; background: #000; color: #fff; text-align: center; }
.labm-home-presentation__stat strong { color: var(--labm-green); font-size: clamp(4rem, 8vw, 6rem); line-height: 1; }
.labm-home-presentation__stat span { max-width: 12rem; margin-top: 1rem; font-weight: 800; line-height: 1.1; }
.labm-allies { overflow: hidden; margin-block-start: 0 !important; background: var(--labm-neutral); color: var(--labm-black); }
.labm-allies__viewport { width: 100%; overflow: hidden; }
.labm-allies__track { display: flex; column-gap: 0; width: max-content; animation: labm-marquee 24s linear infinite; will-change: transform; }
.labm-allies__list { display: flex; flex: none; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); margin: 0; padding: var(--labm-space-2) clamp(1.5rem, 4vw, 4rem) var(--labm-space-2) 0; list-style: none; }
.labm-allies__replica { pointer-events: none; }
.labm-allies__item { display: grid; flex: 0 0 clamp(9rem, 18vw, 14rem); width: clamp(9rem, 18vw, 14rem); height: clamp(5rem, 10vw, 7rem); place-items: center; }
.labm-allies__logo { display: block; width: 100%; height: 100%; object-fit: contain; }
@keyframes labm-marquee { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }
.labm-footer { margin-block-start: 0; padding: clamp(3.5rem, 7vw, 5rem) var(--labm-gutter) 2rem; background: var(--labm-footer-background); color: rgb(255 255 255 / 72%); }
.labm-footer :where(h2, p, ul) { margin-block: 0; }
.labm-footer__main { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
.labm-footer__brand { display: grid; align-content: start; gap: 1rem; }
.labm-footer__brand p { font-size: .875rem; line-height: 1.5; }
.labm-footer__logo { color: var(--labm-green); font-size: clamp(2.5rem, 5vw, 3.25rem); font-weight: 900; letter-spacing: -.06em; line-height: .9; }
.labm-footer__column { display: grid; align-content: start; gap: 1.15rem; }
.labm-footer__heading { color: var(--labm-green); font-size: .7rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
.labm-footer__links { display: grid; gap: .55rem; padding: 0; font-size: .875rem; line-height: 1.25; list-style: none; }
.labm-footer a { color: inherit; text-decoration: none; }
.labm-footer a:hover { color: var(--labm-green); text-decoration: underline; text-underline-offset: .2rem; }
.labm-footer__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 2rem; margin-top: clamp(3.5rem, 8vw, 6rem); padding-top: 1.75rem; border-top: 1px solid rgb(255 255 255 / 22%); color: rgb(255 255 255 / 55%); font-size: .7rem; }
.labm-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: var(--labm-space-2); margin-block: var(--labm-space-2); }
.labm-card { min-width: 0; padding: var(--labm-space-2); border: 1px solid #ccd5df; border-radius: var(--labm-radius); box-shadow: var(--labm-shadow); }
.labm-card--club { display: grid; align-content: start; justify-items: center; min-height: 15rem; border-color: rgb(32 32 32 / 10%); border-radius: 0; background: #fff; box-shadow: none; text-align: center; }
.labm-card__logo-link { display: grid; width: min(100%, 9rem); aspect-ratio: 1; place-items: center; }
.labm-card__logo { width: 100%; height: 100%; object-fit: contain; }
.labm-card--club h3 { margin: .75rem 0 .25rem; font-size: clamp(.85rem, 1.2vw, 1rem); text-transform: uppercase; }
.labm-card--club p { margin: 0; color: #53680d; font-size: .8rem; }
.labm-card__eyebrow { color: #365166; font-size: .875rem; font-weight: 700; }
.labm-filter { display: flex; flex-wrap: wrap; align-items: end; gap: var(--labm-space-1); }
.labm-filter label { flex-basis: 100%; font-weight: 700; }
.labm-filter select, .labm-filter button { min-height: 2.75rem; padding-inline: .75rem; }
.labm-filter button { border: 2px solid #123a66; background: #123a66; color: #fff; font-weight: 700; }
.labm-pagination ul.page-numbers { display: flex; flex-wrap: wrap; gap: .25rem; padding: 0; list-style: none; }
.labm-pagination :where(a, span).page-numbers { display: inline-block; padding: .5rem .75rem; }
.labm-empty, .labm-notice { padding: var(--labm-space-2); border-left: .3rem solid #c28a00; background: #f6f8fa; }

@media (max-width: 767px) {
	.labm-header-logo { width: 10.5rem; }
	.wp-block-navigation { font-size: .875rem; }
	.labm-hero { min-height: 30rem; padding: var(--labm-space-2); }
	.labm-home-presentation__stat { min-height: 12rem; }
	.labm-navigation-shell { align-items: flex-start; }
	.labm-header-cta { display: none; }
}

@media (min-width: 768px) {
	:root { --labm-slider-height: 37rem; }
	.labm-about-banner { grid-template-columns: minmax(0, 45%) minmax(0, 55%); }
	.labm-about-banner__content { padding-right: clamp(2rem, 5vw, 5rem); }
	.labm-about-banner__media { min-height: inherit; }
	.labm-about-banner--without-media { display: block; }
	.labm-about-purpose { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.labm-about-team__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.labm-about-team__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.labm-home-presentation { grid-template-columns: minmax(0, 1.5fr) minmax(14rem, .75fr); }
	.labm-featured-event { grid-template-columns: repeat(2, minmax(0, 1fr)); height: clamp(32rem, 50vw, 700px); max-height: 700px; overflow: hidden; }
	.labm-featured-event__media { min-height: 0; }
	.labm-featured-event__content { min-height: 0; overflow-y: auto; }
	.labm-featured-event__content { padding-left: clamp(2.5rem, 6vw, 6rem); }
	.labm-home-news__side-card .labm-home-news__article-link { grid-template-columns: minmax(7.5rem, 32%) minmax(0, 1fr); }
	.labm-home-news__side-media { aspect-ratio: auto; min-height: 8.5rem; }
	.labm-home-join { grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto; column-gap: clamp(2rem, 8vw, 8rem); }
	.labm-home-join > :where(h2, p) { grid-column: 1; }
	.labm-home-join > .wp-block-buttons { grid-column: 2; grid-row: 1 / 3; margin-left: 0 !important; }
	.labm-footer__main { grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 4vw, 3rem); }
}

@media (min-width: 1024px) {
	:root { --labm-slider-height: 38.75rem; }
	.labm-navigation-shell { gap: var(--labm-space-1); }
	.labm-home-join[data-labm-section="vinculacion"] { height: 300px; min-height: 300px; align-content: center; grid-template-columns: minmax(0, 812px) minmax(163px, 1fr); grid-template-rows: auto auto; column-gap: 0; row-gap: 8px; padding: 60px max(var(--labm-gutter), calc((100% - var(--labm-content-max)) / 2)); }
	.labm-home-join::before { top: 60px; bottom: 60px; width: 8px; }
	.labm-home-join > :where(h2, p) { max-width: 760px; margin-left: 52px !important; }
	.labm-home-join h2 { font-size: 46px; line-height: 1; }
	.labm-home-join > p { font-size: 17px; }
	.labm-home-join > .wp-block-buttons { justify-content: flex-end; }
	.labm-home-join .wp-block-button__link { display: grid; width: 163px; height: 48px; min-height: 48px; place-items: center; padding: 0 1.25rem; }
	.labm-home-news__layout { grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 1.5rem; }
	.labm-home-news__featured .labm-home-news__article-link { min-height: 100%; }
	.labm-home-news__side-list { grid-template-rows: repeat(3, minmax(0, 1fr)); }
	.labm-home-news__side-media { min-height: 0; }
	.labm-footer__main { grid-template-columns: minmax(16rem, 1.5fr) repeat(3, minmax(8rem, 1fr)); gap: clamp(2rem, 6vw, 5rem); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.labm-allies__viewport { overflow: visible; }
	.labm-allies__track { width: 100%; animation: none !important; transform: none; }
	.labm-allies__list { flex-wrap: wrap; width: 100%; justify-content: center; padding-right: 0; }
	.labm-allies__replica { display: none; }
}
