/*
Theme Name: Vida de Dios
Theme URI: https://ministeriovidadedios.com/
Author: Ministerio Vida de Dios
Description: Tema de bloques moderno, editable y responsive para Ministerio Vida de Dios.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vida-de-dios
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, wide-blocks
*/

@font-face {
	font-family: "Cocomat Pro";
	src: url("assets/fonts/cocomat-pro-regular.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Cocomat Pro";
	src: url("assets/fonts/cocomat-pro-bold.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Literaturnaya";
	src: url("assets/fonts/literaturnaya-italic.woff") format("woff");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

:root {
	--vdd-ink: #1e1e1e;
	--vdd-paper: #f7f5f1;
	--vdd-white: #fff;
	--vdd-orange: #f96030;
	--vdd-july: #c73460;
	--vdd-july-soft: #f07f91;
	--vdd-solidarity: #c8ea62;
	--vdd-line: rgba(30, 30, 30, .18);
	--vdd-sans: "Segoe UI", Arial, sans-serif;
	--vdd-display: "Cocomat Pro", "Segoe UI", Arial, sans-serif;
	--vdd-accent: "Literaturnaya", Georgia, serif;
	--vdd-edge: clamp(20px, 4vw, 72px);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--vdd-paper);
	color: var(--vdd-ink);
	font-family: var(--vdd-sans);
	-webkit-font-smoothing: antialiased;
}

body .is-layout-flow > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.vdd-home,
.vdd-home * {
	box-sizing: border-box;
}

.vdd-home {
	overflow: hidden;
	background: var(--vdd-paper);
	font-family: var(--vdd-sans);
}

.vdd-home a {
	color: inherit;
	text-decoration: none;
}

.vdd-home img {
	display: block;
	width: 100%;
}

.vdd-home h1,
.vdd-home h2,
.vdd-home h3,
.vdd-home h4,
.vdd-home p,
.vdd-home figure,
.vdd-home blockquote {
	margin-block-start: 0;
	margin-block-end: 0;
}

.vdd-home h1,
.vdd-home h2,
.vdd-home h3,
.vdd-home h4 {
	font-family: var(--vdd-display);
	text-wrap: balance;
}

.vdd-header {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	min-height: 92px;
	padding: 0 var(--vdd-edge);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	color: var(--vdd-white);
}

.vdd-header > * {
	margin: 0 !important;
}

.vdd-brand {
	width: 158px;
	flex: 0 0 158px;
}

.vdd-nav {
	font-size: 14px;
	font-weight: 700;
}

.vdd-nav .wp-block-navigation-item__content {
	padding: 13px 7px;
}

.vdd-header-action .wp-block-button__link {
	padding: 12px 0 !important;
	border: 0 !important;
	color: var(--vdd-orange) !important;
	background: transparent !important;
	font-size: 14px;
	font-weight: 800;
}

.vdd-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 100svh;
	overflow: hidden;
	background: var(--vdd-ink);
	color: var(--vdd-white);
}

.vdd-hero::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background:
		linear-gradient(90deg, rgba(18, 18, 18, .89) 0%, rgba(18, 18, 18, .54) 48%, rgba(18, 18, 18, .12) 78%),
		linear-gradient(0deg, rgba(18, 18, 18, .7), transparent 55%);
	pointer-events: none;
}

.vdd-hero-image {
	position: absolute;
	inset: 0;
	height: 100%;
}

.vdd-hero-image img {
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
}

.vdd-hero-copy {
	position: relative;
	z-index: 3;
	width: min(850px, 70%);
	margin: 0 !important;
	padding: 160px var(--vdd-edge) 175px;
}

.vdd-eyebrow,
.vdd-section-label,
.vdd-tag {
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 14px;
	font-weight: 800;
}

.vdd-eyebrow {
	margin-bottom: 28px !important;
}

.vdd-hero h1 {
	margin-bottom: 32px;
	font-size: clamp(78px, 9.3vw, 150px);
	font-weight: 700;
	line-height: .84;
	letter-spacing: -.065em;
}

.vdd-hero h1 em,
.vdd-welcome h2 em {
	color: var(--vdd-orange);
	font-family: var(--vdd-accent);
	font-weight: 400;
}

.vdd-hero-lead {
	max-width: 650px;
	margin-bottom: 38px !important;
	color: rgba(255, 255, 255, .86);
	font-size: 18px;
	line-height: 1.6;
}

.vdd-primary-button .wp-block-button__link {
	display: flex;
	justify-content: space-between;
	min-width: 310px;
	padding: 19px 22px;
	border-radius: 0;
	color: var(--vdd-ink);
	background: var(--vdd-orange);
	font-size: 16px;
	font-weight: 800;
}

.vdd-hero-facts {
	position: absolute;
	z-index: 4;
	right: var(--vdd-edge);
	bottom: 0;
	left: var(--vdd-edge);
	display: grid;
	grid-template-columns: 1fr 1fr 220px;
	min-height: 96px;
	background: var(--vdd-white);
	color: var(--vdd-ink);
}

.vdd-hero-facts > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 !important;
	padding: 18px 24px;
	border-right: 1px solid var(--vdd-line);
}

.vdd-hero-facts p {
	margin-bottom: 6px !important;
	color: #5b5b5b;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	font-weight: 800;
}

.vdd-hero-facts h3 {
	font-size: 18px;
}

.vdd-hero-facts .wp-block-buttons {
	padding: 0;
	background: var(--vdd-orange);
}

.vdd-hero-facts .wp-block-button,
.vdd-hero-facts .wp-block-button__link {
	width: 100%;
	height: 100%;
}

.vdd-hero-facts .wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: transparent;
	font-size: 15px;
	font-weight: 800;
}

.vdd-section {
	padding: clamp(82px, 9vw, 150px) var(--vdd-edge);
}

.vdd-welcome {
	display: grid;
	grid-template-columns: .35fr 1.2fr .65fr;
	gap: clamp(35px, 6vw, 100px);
	align-items: start;
}

.vdd-section-label strong {
	margin-right: 14px;
	color: var(--vdd-orange);
}

.vdd-welcome h2,
.vdd-section-heading h2,
.vdd-simple-heading h2,
.vdd-legendarios h2,
.vdd-visit h2 {
	font-size: clamp(50px, 6.1vw, 96px);
	line-height: .91;
	letter-spacing: -.05em;
}

.vdd-welcome-copy {
	color: #4f4d49;
	font-size: 19px;
	line-height: 1.65;
}

.vdd-welcome-copy p + p {
	margin-top: 25px;
}

.vdd-month {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: .3fr 1.12fr .58fr;
	min-height: 520px;
	overflow: hidden;
	background-color: #f8f7f3;
	background-image: linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72)), url("assets/images/paper-texture.jpg");
	background-size: auto, cover;
}

.vdd-month::before,
.vdd-month::after {
	position: absolute;
	z-index: -1;
	width: 360px;
	aspect-ratio: 1;
	border-radius: 50%;
	content: "";
	opacity: .72;
	filter: blur(2px);
}

.vdd-month::before {
	top: -210px;
	right: -70px;
	background: radial-gradient(circle at 55% 54%, var(--vdd-july-soft) 0 34%, transparent 35%), radial-gradient(circle at 34% 73%, rgba(199, 52, 96, .48) 0 30%, transparent 31%);
}

.vdd-month::after {
	bottom: -270px;
	left: -120px;
	background: radial-gradient(circle at 62% 35%, rgba(199, 52, 96, .78) 0 28%, transparent 29%), radial-gradient(circle at 35% 55%, rgba(240, 127, 145, .62) 0 38%, transparent 39%);
}

.vdd-month > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 !important;
	padding: 65px var(--vdd-edge);
	border-right: 1px solid rgba(30, 30, 30, .16);
}

.vdd-month > *:last-child {
	border-right: 0;
}

.vdd-month-name h2 {
	font-size: clamp(72px, 7vw, 112px);
	line-height: .9;
}

.vdd-month-name p {
	margin-top: 18px !important;
	color: var(--vdd-july);
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 14px;
	font-weight: 800;
}

.vdd-month-title > p {
	margin-bottom: 22px !important;
	font-family: var(--vdd-accent);
	font-size: 27px;
	font-style: italic;
}

.vdd-month-title h2 {
	font-family: var(--vdd-accent);
	font-size: clamp(48px, 5.4vw, 82px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -.04em;
}

.vdd-month-title h2 em {
	color: var(--vdd-july);
}

.vdd-month-quote {
	font-family: var(--vdd-accent);
	font-size: 27px;
	font-style: italic;
	line-height: 1.35;
}

.vdd-month-quote cite {
	margin-top: 25px;
	color: var(--vdd-july);
	font-family: var(--vdd-sans);
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .09em;
}

.vdd-section-heading {
	display: grid;
	grid-template-columns: .35fr 1.05fr .6fr;
	gap: clamp(35px, 6vw, 100px);
	align-items: end;
	margin-bottom: 75px !important;
}

.vdd-section-heading > p:last-child {
	color: #56534f;
	font-size: 18px;
	line-height: 1.6;
}

.vdd-schedule {
	border-top: 1px solid var(--vdd-ink);
}

.vdd-schedule-row {
	display: grid;
	grid-template-columns: 150px 1fr 130px;
	gap: 40px;
	align-items: center;
	min-height: 120px;
	padding: 18px 0;
	border-bottom: 1px solid var(--vdd-line);
}

.vdd-schedule-row > p:first-child {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
	font-weight: 800;
}

.vdd-schedule-row > .wp-block-group h3 {
	margin-bottom: 7px;
	font-size: 30px;
}

.vdd-schedule-row > .wp-block-group p {
	color: #5e5b57;
	font-size: 15px;
}

.vdd-schedule-row > h3:last-child {
	text-align: right;
	font-size: 32px;
}

.vdd-schedule-row.is-highlight {
	margin-inline: calc(var(--vdd-edge) * -.35);
	padding-inline: calc(var(--vdd-edge) * .35);
	background: var(--vdd-ink);
	color: var(--vdd-white);
}

.vdd-schedule-row.is-highlight > .wp-block-group p {
	color: rgba(255, 255, 255, .65);
}

.vdd-schedule-row.is-highlight > h3:last-child {
	color: var(--vdd-orange);
}

.vdd-schedule-note {
	margin-top: 20px !important;
	color: #5e5a56;
	font-size: 15px;
}

.vdd-activities {
	background: var(--vdd-ink);
	color: var(--vdd-white);
}

.vdd-activities .vdd-section-heading > p:last-child {
	color: rgba(255, 255, 255, .72);
}

.vdd-gav {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	min-height: 640px;
	border: 1px solid rgba(255, 255, 255, .3);
}

.vdd-gav-photo {
	height: 100%;
}

.vdd-gav-photo img {
	height: 100%;
	object-fit: cover;
}

.vdd-gav-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(35px, 6vw, 80px);
}

.vdd-gav-copy > .vdd-tag {
	color: var(--vdd-orange);
}

.vdd-gav-logo {
	width: min(100%, 400px);
	margin: 28px 0 34px !important;
}

.vdd-gav-copy > p:not(.vdd-tag) {
	color: rgba(255, 255, 255, .76);
	font-size: 18px;
	line-height: 1.65;
}

.vdd-line-button {
	width: 100%;
	margin-top: 32px !important;
}

.vdd-line-button .wp-block-button__link {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 19px 0;
	border-block: 1px solid rgba(255, 255, 255, .5);
	border-radius: 0;
	background: transparent;
	font-size: 16px;
	font-weight: 800;
}

.vdd-line-button.is-dark .wp-block-button__link {
	border-color: var(--vdd-ink);
	color: var(--vdd-ink);
}

.vdd-solidarity {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 700px;
	margin-top: 34px !important;
	overflow: hidden;
	background: var(--vdd-solidarity);
	color: var(--vdd-ink);
}

.vdd-solidarity-media {
	position: relative;
	min-height: 700px;
	overflow: hidden;
	background: #554743;
}

.vdd-solidarity-media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(0deg, rgba(20, 18, 17, .76), transparent 53%);
}

.vdd-solidarity-photo,
.vdd-solidarity-photo img {
	height: 100%;
}

.vdd-solidarity-photo img {
	object-fit: cover;
}

.vdd-perchero-logo {
	position: absolute;
	z-index: 2;
	bottom: 4%;
	left: 7%;
	width: min(74%, 520px);
}

.vdd-solidarity-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(45px, 5.5vw, 85px);
}

.vdd-solidarity-intro {
	display: grid;
	grid-template-columns: 125px 1fr;
	gap: 28px;
	align-items: center;
}

.vdd-solidarity-logo {
	width: 125px;
	padding: 12px;
	background: var(--vdd-ink);
}

.vdd-solidarity-intro .vdd-tag {
	margin-bottom: 12px !important;
}

.vdd-solidarity-intro h3 {
	font-size: clamp(29px, 2.5vw, 43px);
	line-height: 1.03;
	letter-spacing: -.035em;
}

.vdd-event {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 38px;
	align-items: center;
	margin-top: 60px !important;
}

.vdd-event-date {
	display: flex;
	gap: 15px;
	align-items: center;
	padding-right: 35px;
	border-right: 2px solid var(--vdd-ink);
}

.vdd-event-date h2 {
	font-size: clamp(100px, 10vw, 160px);
	line-height: .72;
	letter-spacing: -.06em;
}

.vdd-event-date p {
	text-transform: uppercase;
	letter-spacing: .09em;
	font-size: 15px;
	font-weight: 800;
}

.vdd-event-info h3 {
	margin-bottom: 20px;
	font-size: clamp(30px, 3vw, 48px);
	line-height: 1;
	letter-spacing: -.03em;
}

.vdd-event-info h4 {
	margin-bottom: 10px;
	font-size: clamp(24px, 2.2vw, 35px);
	line-height: 1;
}

.vdd-event-info p {
	font-size: 17px;
}

.vdd-simple-heading {
	display: grid;
	grid-template-columns: .35fr 1.65fr;
	gap: clamp(35px, 6vw, 100px);
	align-items: end;
	margin-bottom: 75px !important;
}

.vdd-generation-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.vdd-generation-card {
	display: flex;
	flex-direction: column;
	min-height: 440px;
	padding: 45px;
	border: 1px solid var(--vdd-ink);
	border-right: 0;
}

.vdd-generation-card:last-child {
	border-right: 1px solid var(--vdd-ink);
}

.vdd-generation-card h3 {
	margin-top: auto;
	margin-bottom: 20px;
	font-size: 48px;
	letter-spacing: -.04em;
}

.vdd-generation-card > p:not(.vdd-tag, .vdd-important) {
	color: #4f4c48;
	font-size: 16px;
	line-height: 1.55;
}

.vdd-important {
	margin-top: 26px !important;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.4;
}

.vdd-generation-card.is-dark {
	background: var(--vdd-ink);
	color: var(--vdd-white);
}

.vdd-generation-card.is-dark > p:not(.vdd-tag, .vdd-important) {
	color: rgba(255, 255, 255, .68);
}

.vdd-generation-card.is-orange {
	background: var(--vdd-orange);
}

.vdd-special {
	background: #292826;
	color: var(--vdd-white);
}

.vdd-special-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-block: 1px solid rgba(255, 255, 255, .3);
}

.vdd-special-grid > .wp-block-group {
	min-height: 330px;
	padding: 35px 28px;
	border-right: 1px solid rgba(255, 255, 255, .25);
}

.vdd-special-grid > .wp-block-group:last-child {
	border-right: 0;
}

.vdd-special-grid .vdd-tag {
	color: var(--vdd-orange);
}

.vdd-special-grid h3 {
	margin-top: 82px;
	margin-bottom: 18px;
	font-size: 30px;
	line-height: 1;
}

.vdd-special-grid p:not(.vdd-tag, .vdd-important) {
	color: rgba(255, 255, 255, .72);
	font-size: 17px;
	line-height: 1.55;
}

.vdd-legendarios {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	min-height: 650px;
	background: var(--vdd-orange);
}

.vdd-legendarios-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 70px var(--vdd-edge);
}

.vdd-legendarios-copy h2 {
	margin: 30px 0;
}

.vdd-legendarios-copy > p:not(.vdd-tag) {
	max-width: 560px;
	font-size: 18px;
	line-height: 1.6;
}

.vdd-legendarios-photo,
.vdd-legendarios-photo img {
	height: 100%;
}

.vdd-legendarios-photo img {
	object-fit: cover;
}

.vdd-visit {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(60px, 10vw, 160px);
	background: var(--vdd-ink);
	color: var(--vdd-white);
}

.vdd-visit-title .vdd-tag {
	margin-bottom: 55px !important;
	color: var(--vdd-orange);
}

.vdd-visit-details > .wp-block-group {
	display: grid;
	grid-template-columns: 110px 1fr;
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, .35);
}

.vdd-visit-details > .wp-block-group .vdd-tag {
	grid-row: 1 / 3;
}

.vdd-visit-details h3 {
	font-size: 28px;
	line-height: 1.15;
}

.vdd-visit-details > .wp-block-group > p:last-child {
	margin-top: 6px;
	color: rgba(255, 255, 255, .68);
	font-size: 15px;
}

.vdd-footer {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 70px;
	padding: 70px var(--vdd-edge) 28px;
	background: #111;
	color: var(--vdd-white);
}

.vdd-footer-logo {
	width: 175px;
}

.vdd-footer > .wp-block-group:first-child > p {
	margin-top: 25px !important;
	color: var(--vdd-orange);
	font-family: var(--vdd-accent);
	font-size: 22px;
	font-style: italic;
}

.vdd-footer > .wp-block-group:nth-child(2) {
	color: rgba(255, 255, 255, .68);
	font-size: 14px;
}

.vdd-social {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	font-size: 14px;
}

.vdd-copyright {
	grid-column: 1 / -1;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .15);
	color: rgba(255, 255, 255, .4);
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
}

.vdd-inner-header {
	padding: 24px var(--vdd-edge);
	background: var(--vdd-ink);
	color: var(--vdd-white);
}

.vdd-inner-footer {
	padding: 55px var(--vdd-edge);
	background: #111;
	color: rgba(255, 255, 255, .72);
}

.vdd-content-shell {
	min-height: 60vh;
	padding: clamp(70px, 8vw, 130px) var(--vdd-edge);
}

.vdd-post-card {
	padding: 35px 0;
	border-bottom: 1px solid var(--vdd-line);
}

/* Mantiene la edición de ancho completo dentro del Editor del sitio. */
.editor-styles-wrapper .vdd-home {
	max-width: none;
}

@media (max-width: 980px) {
	.vdd-welcome,
	.vdd-section-heading {
		grid-template-columns: .3fr 1fr;
	}

	.vdd-welcome-copy,
	.vdd-section-heading > p:last-child {
		grid-column: 2;
	}

	.vdd-month {
		grid-template-columns: .45fr 1fr;
	}

	.vdd-month-quote {
		grid-column: 1 / -1;
		border-top: 1px solid rgba(30, 30, 30, .16);
	}

	.vdd-gav,
	.vdd-solidarity {
		grid-template-columns: 1fr;
	}

	.vdd-gav-photo img,
	.vdd-solidarity-media {
		min-height: 560px;
	}

	.vdd-special-grid {
		grid-template-columns: 1fr 1fr;
	}

	.vdd-special-grid > .wp-block-group:nth-child(2) {
		border-right: 0;
	}

	.vdd-special-grid > .wp-block-group:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, .25);
	}
}

@media (max-width: 720px) {
	:root {
		--vdd-edge: 18px;
	}

	.vdd-header {
		min-height: 76px;
	}

	.vdd-brand {
		width: 140px;
		flex-basis: 140px;
	}

	.vdd-header-action {
		display: none !important;
	}

	.vdd-nav .wp-block-navigation__responsive-container-open {
		padding: 12px;
		background: var(--vdd-orange);
		color: var(--vdd-ink);
	}

	.vdd-nav .wp-block-navigation__responsive-container.is-menu-open {
		padding: 28px;
		background: var(--vdd-ink);
		color: var(--vdd-white);
	}

	.vdd-hero {
		min-height: 870px;
	}

	.vdd-hero::after {
		background: linear-gradient(0deg, rgba(18, 18, 18, .94), rgba(18, 18, 18, .18) 82%);
	}

	.vdd-hero-image img {
		object-position: 60% center;
	}

	.vdd-hero-copy {
		width: 100%;
		padding: 145px var(--vdd-edge) 245px;
	}

	.vdd-hero h1 {
		font-size: clamp(68px, 22vw, 92px);
	}

	.vdd-hero-lead {
		font-size: 17px;
	}

	.vdd-primary-button,
	.vdd-primary-button .wp-block-button__link {
		width: 100%;
		min-width: 0;
	}

	.vdd-hero-facts {
		right: 0;
		left: 0;
		grid-template-columns: 1fr 1fr;
	}

	.vdd-hero-facts > * {
		padding: 15px 16px;
	}

	.vdd-hero-facts .wp-block-buttons {
		grid-column: 1 / -1;
		min-height: 55px;
	}

	.vdd-section {
		padding: 75px var(--vdd-edge);
	}

	.vdd-welcome,
	.vdd-section-heading,
	.vdd-simple-heading {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.vdd-welcome-copy,
	.vdd-section-heading > p:last-child {
		grid-column: auto;
	}

	.vdd-welcome h2,
	.vdd-section-heading h2,
	.vdd-simple-heading h2,
	.vdd-legendarios h2,
	.vdd-visit h2 {
		font-size: clamp(46px, 14vw, 62px);
	}

	.vdd-month {
		grid-template-columns: 1fr;
	}

	.vdd-month > * {
		min-height: 250px;
		padding: 45px var(--vdd-edge);
		border-right: 0;
		border-bottom: 1px solid rgba(30, 30, 30, .18);
	}

	.vdd-month-title h2 {
		font-size: clamp(46px, 13vw, 64px);
	}

	.vdd-month-quote {
		font-size: 24px;
	}

	.vdd-schedule-row {
		grid-template-columns: 68px 1fr 58px;
		gap: 12px;
		min-height: 118px;
	}

	.vdd-schedule-row > .wp-block-group h3 {
		font-size: 22px;
	}

	.vdd-schedule-row > .wp-block-group p {
		font-size: 14px;
	}

	.vdd-schedule-row > h3:last-child {
		font-size: 20px;
	}

	.vdd-schedule-row.is-highlight {
		margin-inline: calc(var(--vdd-edge) * -1);
		padding-inline: var(--vdd-edge);
	}

	.vdd-gav-photo,
	.vdd-gav-photo img {
		min-height: 500px;
	}

	.vdd-gav-copy {
		padding: 45px 25px;
	}

	.vdd-solidarity-media {
		min-height: 390px;
	}

	.vdd-perchero-logo {
		bottom: 2%;
		left: 5%;
		width: 82%;
	}

	.vdd-solidarity-body {
		padding: 42px 24px;
	}

	.vdd-solidarity-intro {
		grid-template-columns: 90px 1fr;
		gap: 18px;
	}

	.vdd-solidarity-logo {
		width: 90px;
		padding: 9px;
	}

	.vdd-solidarity-intro h3 {
		font-size: 27px;
	}

	.vdd-event {
		grid-template-columns: 1fr;
		margin-top: 48px !important;
	}

	.vdd-event-date {
		padding: 0 0 20px;
		border-right: 0;
		border-bottom: 1px solid var(--vdd-ink);
	}

	.vdd-event-date h2 {
		font-size: 118px;
	}

	.vdd-event-info h3 {
		font-size: 34px;
	}

	.vdd-generation-grid,
	.vdd-special-grid,
	.vdd-legendarios,
	.vdd-visit,
	.vdd-footer {
		grid-template-columns: 1fr;
	}

	.vdd-generation-card {
		min-height: 340px;
		border-right: 1px solid var(--vdd-ink);
		border-bottom: 0;
	}

	.vdd-generation-card:last-child {
		border-bottom: 1px solid var(--vdd-ink);
	}

	.vdd-generation-card h3 {
		margin-top: 90px;
	}

	.vdd-special-grid > .wp-block-group {
		min-height: 260px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .25);
	}

	.vdd-special-grid h3 {
		margin-top: 65px;
	}

	.vdd-legendarios-copy {
		padding: 70px var(--vdd-edge);
	}

	.vdd-legendarios-photo img {
		min-height: 520px;
	}

	.vdd-visit {
		gap: 60px;
	}

	.vdd-footer {
		gap: 45px;
	}

	.vdd-copyright {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
