/* Aguas de Origen — tokens and layout taken from aguasdeorigen.com.ar (Elementor kit 6). */
.ado-site {
	--ado-brand: #0083C5;
	--ado-sky: #35B0E3;
	--ado-kicker: #6EC1E4;
	--ado-forest: #055F4A;
	--ado-green: #5AAE34;
	--ado-title: #136188;
	--ado-gold: #FAB700;
	--ado-gray: #F7F7F7;
	--ado-navy: #005782;
	--ado-text: #7A7A7A;
	--ado-muted: #706F6F;
	--ado-max: 1320px;
	margin: 0;
	color: var(--ado-muted);
	background: #fff;
	overflow-x: clip;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 17px;
	line-height: 32px;
	font-weight: 400;
}
.ado-site *, .ado-site *::before, .ado-site *::after { box-sizing: border-box; }
.ado-site img { max-width: 100%; height: auto; }
.ado-site a { color: inherit; }
.ado-site h1, .ado-site h2, .ado-site h3 { margin: 0; font-family: "Montserrat", Arial, sans-serif; font-weight: 400; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; clip: auto; padding: 1rem; top: 1rem; left: 1rem; z-index: 100; color: #fff; background: var(--ado-title); }
.ado-wrap { width: min(calc(100% - 48px), var(--ado-max)); margin-inline: auto; }
.ado-kicker {
	margin: 0;
	color: var(--ado-kicker);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.ado-colorbar { display: grid; grid-template-columns: repeat(4, 1fr); height: 10px; }
.ado-colorbar span:nth-child(1) { background: var(--ado-brand); }
.ado-colorbar span:nth-child(2) { background: var(--ado-sky); }
.ado-colorbar span:nth-child(3) { background: var(--ado-forest); }
.ado-colorbar span:nth-child(4) { background: var(--ado-green); }

.ado-header { position: absolute; z-index: 20; right: 0; left: 0; padding: 20px 0; color: #fff; }
.ado-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ado-header__logo img { display: block; width: 85px; height: auto; filter: brightness(0) invert(1); }
.ado-nav { display: flex; align-items: center; gap: 0; }
.ado-nav ul { display: flex; margin: 0; padding: 0; list-style: none; }
.ado-nav a {
	display: block;
	padding: 13px 25px;
	color: #fff;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
.ado-nav a:hover, .ado-nav a:focus-visible { color: var(--ado-green); }
.ado-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
	padding: 8px 48px;
	border: 2px solid #fff;
	border-radius: 36px;
	background: transparent;
	color: #fff;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 300ms ease, border-color 300ms ease, color 300ms ease;
}
.ado-header__cta:hover, .ado-header__cta:focus-visible { background: var(--ado-green); border-color: var(--ado-green); color: #fff; }
.ado-nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.ado-nav-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 5px auto; background: #fff; }

.ado-hero { position: relative; min-height: 99vh; display: grid; align-items: center; overflow: hidden; color: #fff; }
.ado-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ado-hero__overlay { position: absolute; inset: 0; background: #000; opacity: .4; }
.ado-hero__copy { position: relative; z-index: 1; display: grid; justify-items: center; min-height: 615px; padding: 120px 0 180px; text-align: center; }
.ado-hero h1 {
	max-width: 1100px;
	color: #fff;
	font-size: 90px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}
.ado-hero h2 {
	margin-top: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.ado-play {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
	padding: 8px 40px;
	border: 2px solid #fff;
	border-radius: 36px;
	background: transparent;
	color: #fff;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 300ms ease, border-color 300ms ease;
}
.ado-play:hover, .ado-play:focus-visible { background: var(--ado-green); border-color: var(--ado-green); }
.ado-play__icon { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; }
.ado-hero__brands { position: absolute; z-index: 1; bottom: 149px; left: 50%; width: min(493px, 86vw); transform: translateX(-50%); }

.ado-about { position: relative; min-height: 100vh; padding: 180px 0 80px; overflow: hidden; }
.ado-about__grid { position: relative; display: grid; gap: 0; }
.ado-about h2, .ado-sustain h2, .ado-bcorp h2, .ado-plants h2, .ado-programs h2 {
	color: var(--ado-title);
	font-size: 48px;
	font-weight: 400;
	line-height: 1.25;
}
.ado-about__copy { display: grid; grid-template-columns: 428px 428px; gap: 24px 54px; margin-top: 8px; justify-content: start; }
.ado-about__copy p { margin: 0; max-width: 428px; color: var(--ado-text); }
.ado-about__copy p:first-child { padding-top: 85px; }
.ado-about__copy p:last-child { padding-top: 48px; }
.ado-circle { position: absolute; width: 550px; max-width: 42vw; pointer-events: none; }
.ado-circle--about { top: 30px; right: -210px; }

.ado-brands { position: relative; padding: 0; }
.ado-brands__inner { position: relative; z-index: 2; padding: 100px 0 80px; background: var(--ado-brand); overflow: visible; }
.ado-brands__inner .ado-wrap { position: relative; }
.ado-brands__deco { position: absolute; z-index: 1; left: -80px; top: -199px; width: 552px; height: 404px; pointer-events: none; }
.ado-brands .ado-kicker { color: var(--ado-gold); }
.ado-brands h2 { position: relative; z-index: 2; color: #fff; font-size: 48px; font-weight: 400; line-height: 1.25; }
.ado-brands header { position: relative; z-index: 2; }
.ado-brands__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 50px; }
.ado-brand {
	position: relative;
	display: block;
	width: 100%;
	height: 428px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	overflow: hidden;
}
.ado-brand__face {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity .6s ease-in-out;
}
.ado-brand__back { opacity: 0; }
.ado-brand:hover .ado-brand__back, .ado-brand:focus-visible .ado-brand__back { opacity: 1; }

.ado-sustain { position: relative; min-height: 720px; padding: 20px 0 0; background: var(--ado-gray); overflow: hidden; }
.ado-sustain__intro { position: relative; z-index: 2; max-width: 1110px; padding-top: 160px; }
.ado-sustain h2 { margin-top: 10px; }
.ado-sustain__lead { max-width: 478px; margin: 70px 0 0; color: var(--ado-muted); }
.ado-sustain__chino {
	position: absolute;
	z-index: 1;
	top: 50px;
	left: calc((100% - min(1320px, 100%)) / 2 + 566px);
	width: 752px;
	max-width: none;
	height: auto;
	pointer-events: none;
}
.ado-sustain__mobile { display: none; margin: 48px auto 0; }

.ado-programs { position: relative; margin-top: 200px; padding: 0; background: #fff; overflow: hidden; }
.ado-programs__head { display: grid; justify-items: center; text-align: center; }
.ado-programs__head .ado-kicker { color: var(--ado-kicker); }
.ado-programs__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 140px 0 200px; }
.ado-program img { display: block; width: 100%; aspect-ratio: 800 / 528; object-fit: cover; }
.ado-program h3 {
	margin: 50px 0 40px;
	color: var(--ado-kicker);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.25;
}
.ado-program p { margin: 0; color: var(--ado-muted); font-size: 17px; line-height: 32px; }

.ado-bcorp { position: relative; padding: 120px 0 80px; overflow: hidden; }
.ado-bcorp__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.ado-bcorp p:not(.ado-kicker) { max-width: 478px; color: var(--ado-muted); }
.ado-bcorp__media { position: relative; display: block; padding: 0; border: 0; background: transparent; cursor: pointer; }
.ado-bcorp__media > img:first-child { display: block; width: 100%; }
.ado-bcorp__play { position: absolute; inset: 50% auto auto 50%; width: 80px; transform: translate(-50%, -50%); transition: transform 180ms ease; }
.ado-bcorp__media:hover .ado-bcorp__play { transform: translate(-50%, -50%) scale(1.06); }
.ado-bcorp__badge { position: absolute; right: 18px; bottom: 18px; width: 90px; }
.ado-circle--bcorp { z-index: 0; left: auto; right: -120px; bottom: -60px; top: auto; width: min(420px, 38vw); opacity: .85; }

.ado-plants { position: relative; z-index: 1; padding: 155px 0 135px; overflow: hidden; }
.ado-plants .ado-wrap { position: relative; z-index: 1; }
.ado-plants__head { display: grid; justify-items: center; text-align: center; }
.ado-plants .ado-kicker { color: var(--ado-gold); }
.ado-plants__deco { position: absolute; z-index: 0; right: 0; top: -190px; width: 552px; height: auto; pointer-events: none; }
.ado-plants__map { position: relative; z-index: 1; width: 100%; height: 623px; margin-top: 75px; background: #e8eef2; }
.ado-plants__map .leaflet-container { width: 100%; height: 100%; font-family: "Open Sans", Arial, sans-serif; }
.ado-plants__map .leaflet-div-icon,
.ado-plants__map .leaflet-marker-icon,
.ado-plants__map .ado-map-pin { background: none; border: 0; outline: 0; box-shadow: none; }
.ado-plants__map .leaflet-shadow-pane,
.ado-plants__map .leaflet-marker-shadow { display: none; }
.ado-map-pin { filter: none; }
.ado-plants__map .leaflet-popup-content-wrapper { border-radius: 8px; }
.ado-plants__map .leaflet-popup-content { margin: 10px 14px; color: var(--ado-title); font-size: 14px; line-height: 1.4; }
.ado-plants__map .leaflet-popup-content a { color: var(--ado-brand); font-weight: 700; }

.ado-reserva { position: relative; z-index: 2; min-height: 780px; padding: 95px 0 20px; background: var(--ado-navy); color: #fff; overflow: visible; }
.ado-reserva .ado-kicker { color: var(--ado-sky); }
.ado-reserva h2 { color: #fff; font-size: 48px; font-weight: 400; line-height: 1.25; }
.ado-reserva__grid { display: grid; grid-template-columns: minmax(280px, 478px) minmax(0, 1fr); gap: 40px; align-items: end; }
.ado-reserva p:not(.ado-kicker) { max-width: 478px; margin: 36px 0 0; color: #fff; }
.ado-reserva figure {
	position: relative;
	z-index: 2;
	width: min(100%, 659px);
	max-width: 659px;
	margin: -140px -20px -40px 0;
	justify-self: end;
}
.ado-reserva a { display: block; }
.ado-reserva img {
	display: block;
	width: 100%;
	height: 739px;
	object-fit: fill;
	object-position: top center;
	filter: brightness(.9) saturate(.5) blur(.25px);
	transition: filter 300ms ease;
}
.ado-reserva figure:hover img { filter: brightness(1.05) contrast(1.05) saturate(1.5); }
.ado-text-link {
	display: inline-block;
	margin-top: 30px;
	color: var(--ado-sky);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	transition: color 300ms ease;
}
.ado-text-link:hover { color: #fff; }

.ado-footer { background: #fff; color: var(--ado-muted); }
.ado-footer .ado-colorbar { height: 10px; }
.ado-footer__inner { display: grid; justify-items: center; padding: 55px 0 40px; }
.ado-footer img { display: block; width: 58px; height: 74px; margin: 0 auto 28px; object-fit: contain; }
.ado-footer__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px 40px;
	align-items: center;
	width: 100%;
	padding-top: 18px;
	border-top: 1px solid var(--ado-brand);
}
.ado-footer p { margin: 0; max-width: 720px; font-size: 13px; line-height: 1.4; }
.ado-footer a { color: var(--ado-muted); font-size: 13px; line-height: 1.4; text-decoration: none; }
.ado-footer a:hover { color: var(--ado-title); }

dialog.ado-dialog:not([open]) { display: none; }
.ado-dialog { position: relative; width: min(1080px, calc(100vw - 32px)); max-height: calc(100vh - 48px); padding: 28px; border: 0; border-radius: 16px; background: #fff; overflow: auto; }
.ado-dialog--video { padding: 0; background: #000; }
.ado-dialog::backdrop { background: rgb(0 87 130 / 72%); }
.ado-dialog__close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 3px solid var(--ado-title); border-radius: 50%; background: #fff; color: var(--ado-title); font-size: 24px; cursor: pointer; }
.ado-dialog__close:hover { background: #eee; }
.ado-dialog__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; }
.ado-dialog h2 { color: var(--ado-title); font-size: 36px; }
.ado-dialog__copy p { margin: 12px 0 0; line-height: 1.65; }
.ado-dialog__meta { font-size: 14px; }
.ado-dialog__gallery { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; }
.ado-carousel__viewport { overflow: hidden; }
.ado-carousel__track { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.ado-carousel__track::-webkit-scrollbar { display: none; }
.ado-carousel__track img { flex: 0 0 100%; width: 100%; height: auto; object-fit: contain; scroll-snap-align: start; }
.ado-carousel__btn { width: 36px; height: 36px; border: 0; border-radius: 50%; background: #d9d9d9; color: var(--ado-title); font-size: 22px; cursor: pointer; }
.ado-socials { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 0; padding: 0; list-style: none; }
.ado-socials a { display: inline-block; padding: 6px 12px; border-radius: 999px; background: #e7eef2; color: var(--ado-title); font-size: 12px; font-weight: 700; text-decoration: none; }

.ccu-motion-ready:not(.ccu-motion-enabled) [data-reveal] { opacity: 1; transform: none; }
.ccu-motion-enabled [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 640ms cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms), transform 640ms cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms); }
.ccu-motion-enabled [data-reveal].is-revealed { opacity: 1; transform: none; }

@media (max-width: 1024px) {
	.ado-hero h1 { font-size: 64px; white-space: normal; }
	.ado-about h2, .ado-brands h2, .ado-sustain h2, .ado-bcorp h2, .ado-plants h2, .ado-programs h2, .ado-reserva h2 { font-size: 40px; }
	.ado-about__copy { grid-template-columns: 1fr 1fr; }
	.ado-brands__deco, .ado-plants__deco, .ado-circle, .ado-sustain__chino { display: none; }
	.ado-sustain { min-height: 0; padding: 64px 0 40px; }
	.ado-sustain__intro { padding-top: 0; }
	.ado-sustain__lead { margin: 28px 0 0; }
	.ado-sustain__mobile { display: block; }
	.ado-programs { margin-top: 80px; }
	.ado-programs__grid { margin: 48px 0 80px; }
	.ado-brand { height: 360px; }
	.ado-plants { padding: 80px 0; }
	.ado-plants__map { height: 420px; margin-top: 40px; }
}

@media (max-width: 980px) {
	.ado-nav-toggle { display: block; }
	.ado-nav { position: absolute; top: 100%; right: 24px; left: 24px; display: none; flex-direction: column; align-items: stretch; padding: 18px; background: rgb(0 87 130 / 96%); border-radius: 12px; }
	.ado-nav.is-open { display: flex; }
	.ado-nav ul { flex-direction: column; }
	.ado-header__cta { width: fit-content; margin: 12px 0 0; }
	.ado-about__copy, .ado-bcorp__grid, 	.ado-reserva__grid, .ado-dialog__grid, .ado-footer__row { grid-template-columns: 1fr; }
	.ado-about__copy p:first-child, .ado-about__copy p:last-child { padding-top: 16px; }
	.ado-brands__grid, .ado-programs__grid { grid-template-columns: 1fr 1fr; }
	.ado-hero { min-height: 86vh; }
	.ado-hero__copy { min-height: 0; padding: 110px 0 140px; }
	.ado-hero__brands { bottom: 48px; }
	.ado-about, .ado-bcorp { padding: 80px 0; }
	.ado-reserva { min-height: 0; padding: 64px 0; }
	.ado-reserva p:not(.ado-kicker) { margin-top: 20px; }
	.ado-reserva figure { width: 100%; max-width: none; margin: 32px 0 0; justify-self: stretch; }
	.ado-reserva img { height: auto; }
}

@media (max-width: 640px) {
	.ado-wrap { width: min(calc(100% - 32px), var(--ado-max)); }
	.ado-brands__grid, .ado-programs__grid { grid-template-columns: 1fr; }
	.ado-brands__inner, .ado-plants, .ado-reserva, .ado-sustain, .ado-programs { padding: 48px 0; }
	.ado-programs { margin-top: 24px; }
	.ado-programs__grid { margin: 32px 0 48px; }
	.ado-hero h1 { font-size: 40px; white-space: normal; }
	.ado-about h2, .ado-brands h2, .ado-sustain h2, .ado-bcorp h2, .ado-plants h2, .ado-programs h2, .ado-reserva h2 { font-size: 32px; }
	.ado-brand { height: 428px; }
	.ado-program h3 { margin: 24px 0 16px; font-size: 22px; }
	.ado-plants__map { height: 320px; }
	.ado-footer__row { text-align: left; justify-items: start; }
	.ado-footer img { margin-left: 0; }
	.ado-dialog { width: calc(100vw - 24px); padding: 20px 16px 24px; }
	.ado-dialog h2 { font-size: 26px; }
}

@media (prefers-reduced-motion: reduce) {
	.ado-site *, .ado-play, .ado-brand__face, .ado-bcorp__play { transition: none !important; }
	.ado-hero__video { display: none; }
	.ado-hero { background: #005782 center / cover no-repeat; }
	.ado-carousel__track { scroll-behavior: auto; }
}
