/* =========================================================
   YO, TURO — NUESTRA HISTORIA
   ========================================================= */

.turo-about {
	--turo-about-black: #151515;
	--turo-about-cream: #f3ede4;
	--turo-about-soft: #e9dfd1;
	--turo-about-text: #1a1a1a;

	width: 100%;
	overflow: hidden;
	color: var(--turo-about-text);
	font-family: "Poppins", sans-serif;
}

.turo-about *,
.turo-about *::before,
.turo-about *::after {
	box-sizing: border-box;
}

.turo-about__eyebrow {
	display: inline-block;
	margin-bottom: 20px;
	color: #171717;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1.5;
	text-transform: uppercase;
}

.turo-about__eyebrow--light {
	color: rgba(255, 255, 255, 0.84);
}

.turo-about__title {
	margin: 0;
	color: #171717;
	font-size: clamp(42px, 5vw, 76px);
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 0.98;
	text-wrap: balance;
}

.turo-about__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 56px;
	margin-top: 30px;
	padding: 15px 27px;
	border: 1px solid #171717;
	border-radius: 999px;
	background: #171717;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition:
		transform 0.3s ease,
		background-color 0.3s ease,
		color 0.3s ease;
}

.turo-about__button span {
	font-size: 18px;
	line-height: 1;
	transition: transform 0.3s ease;
}

.turo-about__button:hover {
	transform: translateY(-3px);
	background: transparent;
	color: #171717 !important;
}

.turo-about__button:hover span {
	transform: translateX(4px);
}


/* =========================================================
   HERO
   ========================================================= */

.turo-about-hero {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1720px;
	min-height: min(820px, calc(100vh - 80px));
	margin: 20px auto clamp(80px, 9vw, 145px);
	overflow: hidden;
	border-radius: clamp(34px, 5vw, 72px);
	background: #151515;
	color: #ffffff;
}

.turo-about-hero__image,
.turo-about-hero__overlay {
	position: absolute;
	inset: 0;
}

.turo-about-hero__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.015);
}

.turo-about-hero__overlay {
	background:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.85) 0%,
			rgba(0, 0, 0, 0.58) 42%,
			rgba(0, 0, 0, 0.08) 76%,
			rgba(0, 0, 0, 0.1) 100%
		),
		linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.34),
			transparent 48%
		);
}

.turo-about-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(760px, 64%);
	min-height: inherit;
	padding:
		clamp(75px, 9vw, 145px)
		clamp(45px, 8vw, 135px);
}

.turo-about-hero__title {
	max-width: 760px;
	margin: 0 0 30px;
	color: #ffffff;
	font-size: clamp(58px, 7.5vw, 126px);
	font-weight: 700;
	letter-spacing: -0.065em;
	line-height: 0.87;
}

.turo-about-hero__intro {
	max-width: 610px;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(16px, 1.35vw, 21px);
	line-height: 1.72;
}

.turo-about-hero__scroll {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 14px;
	margin-top: 40px;
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.turo-about-hero__scroll span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 50%;
	font-size: 16px;
	transition:
		transform 0.3s ease,
		background-color 0.3s ease;
}

.turo-about-hero__scroll:hover span {
	transform: translateY(4px);
	background: #ffffff;
	color: #171717;
}

.turo-about-hero__paw {
	position: absolute;
	z-index: 2;
	right: clamp(25px, 4vw, 68px);
	bottom: clamp(22px, 4vw, 60px);
	font-size: clamp(72px, 9vw, 150px);
	opacity: 0.22;
	filter: grayscale(1) brightness(4);
	transform: rotate(-15deg);
}


/* =========================================================
   HISTORIA
   ========================================================= */

.turo-about-story,
.turo-about-origin {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(60px, 8vw, 130px);
	align-items: center;
	width: calc(100% - 80px);
	max-width: 1480px;
	margin:
		0 auto
		clamp(95px, 11vw, 170px);
}

.turo-about-story__copy,
.turo-about-origin__copy {
	max-width: 650px;
}

.turo-about-story__text,
.turo-about-origin__text {
	margin-top: 34px;
	color: rgba(23, 23, 23, 0.72);
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.85;
}

.turo-about-story__text p,
.turo-about-origin__text p {
	margin: 0 0 20px;
}

.turo-about-story__signature {
	margin: 35px 0 0;
	font-size: 15px;
	font-weight: 700;
}

.turo-about-story__visual {
	position: relative;
	padding: 0 0 48px 50px;
}

.turo-about-story__image-wrap {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: clamp(30px, 4vw, 60px);
	background: #ded8cf;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
}

.turo-about-story__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.turo-about-story__note {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 14px;
	width: min(360px, 78%);
	padding: 20px 24px;
	border-radius: 24px;
	background: #171717;
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.55;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.turo-about-story__note span {
	font-size: 27px;
	filter: grayscale(1) brightness(5);
}


/* =========================================================
   DATOS
   ========================================================= */

.turo-about-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: calc(100% - 80px);
	max-width: 1480px;
	margin:
		0 auto
		clamp(95px, 11vw, 170px);
	overflow: hidden;
	border-radius: clamp(28px, 3vw, 45px);
	background: #171717;
	color: #ffffff;
}

.turo-about-fact {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 190px;
	padding: 38px 30px;
	text-align: center;
}

.turo-about-fact:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 30%;
	right: 0;
	width: 1px;
	height: 40%;
	background: rgba(255, 255, 255, 0.17);
}

.turo-about-fact strong {
	display: block;
	margin-bottom: 8px;
	font-size: clamp(25px, 2.5vw, 40px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.turo-about-fact span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


/* =========================================================
   ORIGEN DE LA MARCA
   ========================================================= */

.turo-about-origin {
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.turo-about-origin__visual {
	aspect-ratio: 5 / 4;
	overflow: hidden;
	border-radius: clamp(30px, 4vw, 60px);
	background: #e5ddd2;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.1);
}

.turo-about-origin__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* =========================================================
   MARIE Y ARTURO
   ========================================================= */

.turo-about-bond {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(55px, 8vw, 125px);
	align-items: center;
	width: calc(100% - 80px);
	max-width: 1480px;
	margin:
		0 auto
		clamp(95px, 11vw, 170px);
	padding: clamp(30px, 4vw, 55px);
	border-radius: clamp(34px, 5vw, 68px);
	background: #171717;
	color: #ffffff;
}

.turo-about-bond__image-wrap {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: clamp(28px, 4vw, 52px);
	background: #252525;
}

.turo-about-bond__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.turo-about-bond__content {
	max-width: 600px;
	padding: clamp(15px, 3vw, 40px) 0;
}

.turo-about-bond .turo-about__eyebrow,
.turo-about-bond .turo-about__title {
	color: #ffffff;
}

.turo-about-bond__text {
	margin-top: 32px;
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.85;
}

.turo-about-bond__text p {
	margin: 0 0 20px;
}

.turo-about-bond__quote {
	position: relative;
	margin-top: 38px;
	padding: 28px 30px 28px 68px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(17px, 1.6vw, 23px);
	font-weight: 600;
	line-height: 1.5;
}

.turo-about-bond__quote > span {
	position: absolute;
	top: 12px;
	left: 24px;
	color: rgba(255, 255, 255, 0.22);
	font-family: Georgia, serif;
	font-size: 68px;
	line-height: 1;
}

/* =========================================================
   CÓMO LO HACEMOS
   ========================================================= */

.turo-about-making {
	width: calc(100% - 80px);
	max-width: 1480px;
	margin:
		0 auto
		clamp(85px, 9vw, 140px);
	padding: clamp(65px, 8vw, 115px);
	border-radius: clamp(36px, 5vw, 68px);
	background:
		radial-gradient(
			circle at 95% 0%,
			rgba(255, 255, 255, 0.95),
			transparent 34%
		),
		linear-gradient(
			135deg,
			#f3ede4,
			#e8ddce
		);
}

.turo-about-making__header {
	max-width: 920px;
	margin: 0 auto clamp(50px, 6vw, 82px);
	text-align: center;
}

.turo-about-making__header > p {
	max-width: 720px;
	margin: 30px auto 0;
	color: rgba(23, 23, 23, 0.68);
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.8;
}

.turo-about-making__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 30px);
}

.turo-about-making-card {
	position: relative;
	min-height: 340px;
	padding: clamp(32px, 3.4vw, 50px);
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.67);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.turo-about-making-card__number {
	position: absolute;
	top: 26px;
	right: 30px;
	color: rgba(23, 23, 23, 0.14);
	font-size: 55px;
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 1;
}

.turo-about-making-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 42px;
	border-radius: 50%;
	background: #171717;
	color: #ffffff;
	font-size: 22px;
}

.turo-about-making-card h3 {
	max-width: 260px;
	margin: 0 0 18px;
	color: #171717;
	font-size: clamp(23px, 2vw, 31px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.12;
}

.turo-about-making-card p {
	margin: 0;
	color: rgba(23, 23, 23, 0.67);
	font-size: 14px;
	line-height: 1.75;
}


/* =========================================================
   EQUIPO DENTRO DE LA PÁGINA
   ========================================================= */

.turo-about-team .turo-team {
	margin-top: 0;
}


/* =========================================================
   CIERRE
   ========================================================= */

.turo-about-closing {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1720px;
	margin: clamp(85px, 10vw, 150px) auto 30px;
	padding: clamp(80px, 10vw, 155px) 35px;
	overflow: hidden;
	border-radius: clamp(38px, 5vw, 72px);
	background: #151515;
	color: #ffffff;
	text-align: center;
}

.turo-about-closing__paw {
	position: absolute;
	top: -55px;
	right: -25px;
	font-size: clamp(170px, 20vw, 330px);
	line-height: 1;
	opacity: 0.045;
	filter: grayscale(1) brightness(5);
	transform: rotate(17deg);
}

.turo-about-closing h2 {
	position: relative;
	max-width: 1000px;
	margin: 0 auto 28px;
	color: #ffffff;
	font-size: clamp(45px, 6vw, 92px);
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 0.96;
}

.turo-about-closing > p {
	position: relative;
	max-width: 690px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.8;
}

.turo-about-closing__actions {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 26px;
	margin-top: 10px;
}

.turo-about__button--light {
	border-color: #ffffff;
	background: #ffffff;
	color: #171717 !important;
}

.turo-about__button--light:hover {
	background: transparent;
	color: #ffffff !important;
}

.turo-about-closing__instagram {
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.76) !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-underline-offset: 6px;
	text-transform: uppercase;
}

.turo-about-closing__instagram:hover {
	color: #ffffff !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

	.turo-about-hero {
		min-height: 700px;
	}

	.turo-about-hero__content {
		width: 74%;
	}

	.turo-about-story,
	.turo-about-origin {
		gap: 55px;
		width: calc(100% - 44px);
	}

	.turo-about-facts,
	.turo-about-making {
		width: calc(100% - 44px);
	}

	.turo-about-making {
		padding: 65px 32px;
	}

	.turo-about-making-card {
		min-height: 320px;
		padding: 32px 24px;
	}

	.turo-about-making-card__number {
		font-size: 44px;
	}
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.turo-about__eyebrow {
		margin-bottom: 15px;
		font-size: 9px;
		letter-spacing: 0.18em;
	}

	.turo-about__title {
		font-size: clamp(39px, 12vw, 54px);
		line-height: 1;
	}

	.turo-about-hero {
		width: calc(100% - 24px);
		min-height: 680px;
		margin: 12px auto 75px;
		border-radius: 34px;
	}

	.turo-about-hero__image {
		background-position: 58% center;
	}

	.turo-about-hero__overlay {
		background:
			linear-gradient(
				0deg,
				rgba(0, 0, 0, 0.94) 0%,
				rgba(0, 0, 0, 0.6) 53%,
				rgba(0, 0, 0, 0.14) 100%
			);
	}

	.turo-about-hero__content {
		justify-content: flex-end;
		width: 100%;
		padding: 55px 27px;
	}

	.turo-about-hero__title {
		max-width: 390px;
		font-size: clamp(55px, 17vw, 78px);
		line-height: 0.9;
	}

	.turo-about-hero__intro {
		font-size: 14px;
		line-height: 1.65;
	}

	.turo-about-hero__scroll {
		margin-top: 28px;
	}

	.turo-about-hero__paw {
		display: none;
	}

	.turo-about-story,
	.turo-about-origin {
		grid-template-columns: 1fr;
		gap: 45px;
		width: calc(100% - 30px);
		margin-bottom: 85px;
	}

	.turo-about-story__visual {
		order: -1;
		padding: 0 0 32px 20px;
	}

	.turo-about-story__image-wrap {
		border-radius: 32px;
	}

	.turo-about-story__note {
		width: min(310px, 88%);
		padding: 17px 19px;
		font-size: 11px;
	}

	.turo-about-story__text,
	.turo-about-origin__text {
		margin-top: 25px;
		font-size: 14px;
		line-height: 1.75;
	}

	.turo-about-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: calc(100% - 30px);
		margin-bottom: 85px;
		border-radius: 30px;
	}

	.turo-about-fact {
		min-height: 145px;
		padding: 25px 15px;
	}

	.turo-about-fact:nth-child(2)::after {
		display: none;
	}

	.turo-about-fact:nth-child(-n + 2)::before {
		content: "";
		position: absolute;
		right: 18%;
		bottom: 0;
		left: 18%;
		height: 1px;
		background: rgba(255, 255, 255, 0.14);
	}

	.turo-about-fact strong {
		font-size: 24px;
	}

	.turo-about-fact span {
		font-size: 9px;
	}

	.turo-about-origin__visual {
		aspect-ratio: 4 / 5;
		border-radius: 32px;
	}

	.turo-about-making {
		width: calc(100% - 28px);
		margin-bottom: 75px;
		padding: 58px 17px 18px;
		border-radius: 34px;
	}

	.turo-about-making__header {
		padding: 0 12px;
		margin-bottom: 40px;
	}

	.turo-about-making__header > p {
		margin-top: 24px;
		font-size: 14px;
		line-height: 1.7;
	}

	.turo-about-making__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.turo-about-making-card {
		min-height: auto;
		padding: 30px 25px 34px;
		border-radius: 27px;
	}

	.turo-about-making-card__icon {
		width: 50px;
		height: 50px;
		margin-bottom: 27px;
	}

	.turo-about-making-card h3 {
		font-size: 25px;
	}

	.turo-about-closing {
		width: calc(100% - 24px);
		margin-top: 75px;
		margin-bottom: 12px;
		padding: 75px 25px;
		border-radius: 34px;
	}

	.turo-about-closing h2 {
		font-size: clamp(42px, 12.5vw, 58px);
		line-height: 0.98;
	}

	.turo-about-closing > p {
		font-size: 14px;
	}

	.turo-about-closing__actions {
		flex-direction: column;
		gap: 0;
	}

	.turo-about__button {
		width: 100%;
		max-width: 330px;
	}

	.turo-about-closing__instagram {
		font-size: 10px;
	}
}


@media (prefers-reduced-motion: reduce) {

	.turo-about__button,
	.turo-about__button span,
	.turo-about-hero__scroll span {
		transition: none;
	}
}