/* =========================================================
   Vicuña — Cobre Argentino
   Estética adaptada desde /nueva-maqueta (paleta, tipografía,
   hero en video, secciones editoriales, modal de registro).
   ========================================================= */

:root {
	--ink: #0b1718;
	--paper: #eee9de;
	--copper: #c66b3d;
	--acid: #293C89;
	--white: #f8f6ef;
	--type-label: clamp(16px, 1.2vw, 20px);
	--type-small: clamp(13px, .9vw, 15px);
	--type-body: clamp(16px, 1.15vw, 19px);
	--type-lead: clamp(20px, 1.8vw, 28px);
	--type-title: clamp(42px, 5.8vw, 86px);
	--type-feature: clamp(58px, 8.5vw, 126px);
	--type-display: clamp(74px, 11vw, 164px);
}

body {
	background: var(--paper);
	color: var(--ink);
	font-family: Arial, Helvetica, sans-serif;
}

.homeComponents,
.homeComponents * {
	box-sizing: border-box;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity .85s ease, transform .85s cubic-bezier(.2, .7, .2, 1);
}

[data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	[data-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

h2,
h3 {
	font-family: 'tt_commonsregular', sans-serif;
}

/* ---------------------------------------------------------
   Header override — overlay transparente sobre el hero
   --------------------------------------------------------- */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	background: transparent;
	border-bottom: 0;
	padding: 28px 4vw;
}

#header .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .logo img {
	width: 150px;
	height: auto;
}

.nav-cta {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ffffff80;
	color: #fff;
	font: 700 11px/1 Arial;
	letter-spacing: .16em;
	padding: 0 0 8px;
	cursor: pointer;
}

.nav-cta span {
	margin-left: 12px;
}

@media only screen and (max-width: 760px) {
	#header {
		padding: 22px 20px;
	}

	#header .logo img {
		width: 120px;
	}

	.nav-cta {
		font-size: 10px;
	}
}

/* ---------------------------------------------------------
   Hero
   --------------------------------------------------------- */
#principalContent {
	position: relative;
	background: none;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	filter: none;
}

#principalContent .container,
#principalContent .row,
#principalContent .text-box {
	all: unset;
	display: revert;
}

.hero {
	min-height: 100svh;
	position: relative;
	overflow: hidden;
	color: #fff;
	background: #10191a;
}

.hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.75) contrast(1.08);
}

.hero-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, #040e0fbd, #040e0f26 62%, #040e0f70),
		linear-gradient(0deg, #040e0fa6, transparent 45%);
}

.hero-grid {
	position: relative;
	z-index: 2;
	min-height: 100svh;
	padding: 15vh 4vw 6vh;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

.hero .eyebrow,
.section-no {
	margin: 0;
	font: 700 var(--type-label)/1.25 Arial;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.hero-copy {
	align-self: center;
}

.hero h1 {
	margin: 0 0 1rem;
	font-size: var(--type-display) !important;
	line-height: .78;
	letter-spacing: -.075em;
	font-weight: 900;
	color: #fff;
}

.hero-kicker {
	margin: 2rem 0 0 .6vw;
	font-size: clamp(30px, 3.5vw, 52px) !important;
	line-height: 1 !important;
	font-weight: 700;
	letter-spacing: -.05em;
	color: #fff;
}

.hero-bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2rem;
}

.hero-bottom>p {
	max-width: 510px;
	margin: 0;
	font-size: var(--type-body) !important;
	line-height: 1.5;
	color: #ffffffc7;
}

/* ---------------------------------------------------------
   Botones
   --------------------------------------------------------- */
a.primary-button,
.primary-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	min-width: 285px;
	margin-top: 18px;
	padding: 18px 20px;
	border: 1px solid #ffffffb8;
	background: transparent;
	color: #fff;
	font-size: 13px !important;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	transition: .25s ease;
	cursor: pointer;
	border-radius: 0;
	text-decoration: none;
}

.primary-button:hover {
	background: var(--acid);
	color: #fff;
	border-color: var(--acid);
	transform: translateY(-2px);
}

.primary-button.dark {
	border-color: var(--ink);
	color: var(--ink);
}

.primary-button.dark:hover {
	color: #fff;
}

.opportunity-copy .primary-button,
.timing-copy .primary-button {
	margin-right: auto;
	margin-left: 0;
}

/* ---------------------------------------------------------
   01 / La oportunidad
   --------------------------------------------------------- */
.statement {
	padding: 10vw 6vw 3vw;
	overflow: hidden;
}

.statement-inner {
	width: 100%;
	max-width: 1400px;
	text-align: left;
}

.statement h2 {
	font-size: var(--type-title);
	line-height: .94;
	letter-spacing: -.065em;
	max-width: 1100px;
	margin: 8vh 0 2vh;
	font-weight: 700;
}

.copper-word {
	font-size: var(--type-feature);
	line-height: .84;
	letter-spacing: -.09em;
	text-transform: uppercase;
	font-weight: 900;
	color: var(--copper);
	text-align: left;
}

.demand-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 760px;
}

.intro-tags {
	margin-top: 8vh;
}

.demand-list span {
	border: 1px solid #0b171840;
	color: var(--ink);
	padding: 10px 15px;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: var(--type-small);
	letter-spacing: .14em;
}

/* ---------------------------------------------------------
   02 / El proyecto
   --------------------------------------------------------- */
.district {
	padding: 3vw 5vw 11vw;
}

.district-top {
	text-align: left;
}

.district .merge {
	text-align: center;
	text-transform: uppercase;
}

.district-intro {
	margin: 4vh 0 0;
	font-size: var(--type-lead);
	line-height: 1.3;
	letter-spacing: -.03em;
}

.project-names {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	margin: 15vh 0 10vh;
	border-block: 1px solid #0b171833;
}

.project-names>div:not(.plus) {
	padding: 6vw 2vw;
}

.project-names span {
	font-size: var(--type-small);
	letter-spacing: .2em;
}

.project-names h3 {
	font-size: clamp(44px, 6vw, 88px);
	line-height: .86;
	letter-spacing: -.045em;
	text-transform: uppercase;
	margin: 2rem 0 0;
}

.plus {
	text-align: center;
	font-size: 48px;
	color: var(--copper);
}

.merge {
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.merge span {
	font-size: var(--type-small);
	letter-spacing: .24em;
}

.merge strong {
	font-size: var(--type-feature);
	line-height: .84;
	letter-spacing: -.09em;
}

/* ---------------------------------------------------------
   03 / Detrás del proyecto
   --------------------------------------------------------- */
.ownership {
	min-height: 100svh;
	background: #081111;
	color: #fff;
	padding: 10vw 5vw;
	display: grid;
	place-items: center;
}

.ownership-content {
	width: 100%;
	max-width: 1450px;
}

.ownership .section-no.light {
	color: #ffffff80;
}

.owners {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	margin: 10vh 0;
}

.owners>div {
	text-align: center;
}

.owners h3 {
	text-transform: uppercase;
	font-size: clamp(52px, 7vw, 100px);
	line-height: .84;
	letter-spacing: -.055em;
	margin: 0;
}

.owners strong {
	display: block;
	color: #d9ef3b;
	font-size: clamp(18px, 1.5vw, 22px);
	margin-top: 25px;
}

.x {
	font-size: 40px;
	color: #ffffff59;
}

.turn {
	text-align: left;
	border-top: 1px solid #ffffff40;
	padding-top: 7vh;
}

.turn p {
	font-size: var(--type-lead);
	line-height: 1.3;
	color: #ffffff8c;
}

.turn h2 {
	font-size: clamp(50px, 6.5vw, 96px);
	line-height: .94;
	letter-spacing: -.04em;
	margin: 1rem 0;
}

/* ---------------------------------------------------------
   04 / Cómo invertir
   --------------------------------------------------------- */
.opportunity {
	padding: 10vw 6vw;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 5vw;
	align-items: center;
	overflow: hidden;
}

.opportunity-copy {
	text-align: left;
}

.opportunity h2 {
	font-size: clamp(52px, 6vw, 96px);
	line-height: .94;
	letter-spacing: -.01em;
	margin: 7vh 0 3vh;
}

.body-copy {
	max-width: 560px;
	font-size: var(--type-body);
	line-height: 1.6;
	margin: 4vh 0;
}

.opportunity-visual {
	aspect-ratio: 1;
	position: relative;
	display: grid;
	place-items: center;
}

.ring {
	position: absolute;
	border: 1px solid #0b171838;
	border-radius: 50%;
}

.ring-a {
	inset: 8%;
}

.ring-b {
	inset: 25%;
	border-color: var(--copper);
}

.core {
	width: 32%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	display: grid;
	place-items: center;
}

.core img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.tag {
	position: absolute;
	min-width: 118px;
	background: var(--copper);
	color: #fff;
	border: 2px solid var(--paper);
	box-shadow: 0 12px 30px #0b171833;
	padding: 15px 22px;
	font-size: clamp(14px, 1.2vw, 18px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: .12em;
	text-align: center;
	z-index: 4;
}

.tag-a {
	left: 7%;
	top: 27%;
}

.tag-b {
	right: 5%;
	bottom: 23%;
}

/* ---------------------------------------------------------
   05 / Cómo acceder
   --------------------------------------------------------- */
.steps {
	background: #f7f3ea;
	padding: 10vw 6vw;
}

.steps-heading {
	text-align: left;
}

.steps h2 {
	font-size: var(--type-title);
	line-height: .94;
	letter-spacing: -.03em;
	margin: 4vh 0 0;
	max-width: 900px;
}

.steps ol {
	list-style: none;
	padding: 0;
	margin: 12vh 0 0;
	border-top: 1px solid #0b171833;
}

.steps li {
	display: grid;
	grid-template-columns: 90px 1fr 1fr;
	align-items: center;
	gap: 3vw;
	padding: 35px 0;
	border-bottom: 1px solid #0b171833;
}

.steps li>span {
	font-size: var(--type-small);
	color: var(--copper);
}

.steps li h3 {
	font-size: clamp(26px, 2.3vw, 36px);
	line-height: 1;
	letter-spacing: -.01em;
	margin: 0;
}

.steps li p {
	margin: 0;
	max-width: 380px;
	font-size: var(--type-body);
	line-height: 1.5;
	color: #596061;
}

/* ---------------------------------------------------------
   06 / El momento
   --------------------------------------------------------- */
.timing {
	min-height: 90svh;
	padding: 7vw 6vw;
	display: flex;
	align-items: center;
}

.timing-copy {
	max-width: 1350px;
	text-align: left;
}


.timing h2 {
	font-size: var(--type-title);
	line-height: .94;
	letter-spacing: -.03em;
	margin: 7vh 0;
}

.timing-copy>p.timing-punch {
	font-size: var(--type-title);
	line-height: .94;
	color: var(--copper);
	font-weight: 900;
	letter-spacing: -.04em;
	text-align: left;
	margin: 0 0 20px;
}

.timing-cta {
	margin-top: 8vh;
}

/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	#principalContent {
		text-align: left;
	}

	.hero-grid {
		padding: 128px 20px 5vh;
		gap: 32px;
	}

	.hero h1 {
		font-size: clamp(68px, 21vw, 96px);
	}

	.hero-kicker {
		font-size: clamp(28px, 8vw, 38px);
		line-height: 1.04;
		margin-left: 0;
	}

	.hero-bottom>p {
		max-width: 100%;
	}

	a.primary-button {
		width: 100%;
		min-width: 0;
		white-space: normal;
		text-align: left;
		font-size: 14px !important;
	}

	.statement,
	.district,
	.ownership,
	.opportunity,
	.timing,
	.steps {
		padding: 22vw 20px;
	}

	.statement {
		padding-bottom: 8vw;
	}

	.district {
		padding-top: 8vw;
	}

	:root {
		--type-title: clamp(38px, 11vw, 58px);
		--type-feature: clamp(64px, 20vw, 105px);
		--type-display: clamp(72px, 22vw, 116px);
	}

	.copper-word {
		margin-top: 24px;
	}

	.intro-tags {
		margin-top: 48px;
		gap: 8px;
	}

	.intro-tags span {
		font-size: 12px;
		padding: 9px 12px;
	}

	.district-top,
	.steps-heading {
		flex-direction: column;
		gap: 4vh;
	}

	.district-intro {
		font-size: 20px;
	}

	.project-names {
		grid-template-columns: 1fr;
		margin: 10vh 0;
	}

	.project-names>div:not(.plus) {
		padding: 12vw 0;
	}

	.project-names h3 {
		font-size: clamp(42px, 13.5vw, 58px);
	}

	.plus {
		text-align: center;
	}

	.merge strong {
		font-size: clamp(66px, 20vw, 92px);
		overflow-wrap: break-word;
	}

	.owners {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
		margin: 64px 0;
	}

	.owners>div {
		width: 100%;
		text-align: center;
	}

	.owners h3 {
		font-size: clamp(48px, 14vw, 66px);
		overflow-wrap: break-word;
	}

	.owners .x {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 56px;
		height: 56px;
		margin: 28px 0;
		border: 1px solid #ffffff38;
		border-radius: 50%;
		font-size: 30px;
		color: #ffffff8c;
	}

	.turn h2 {
		max-width: 100%;
	}

	.opportunity {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.opportunity-visual {
		width: min(100%, 340px);
		margin-inline: auto;
		margin-top: 5vh;
	}

	.tag {
		min-width: 96px;
		padding: 12px 16px;
		font-size: 14px;
	}

	.tag-a {
		left: 2%;
		top: 24%;
	}

	.tag-b {
		right: 1%;
		bottom: 20%;
	}

	.steps ol {
		margin-top: 64px;
	}

	.steps li {
		grid-template-columns: 45px 1fr;
		gap: 16px;
		padding: 28px 0;
	}

	.steps li p {
		grid-column: 2;
	}

	.timing {
		min-height: auto;
	}

	.timing-copy>p.timing-punch {
		font-size: clamp(38px, 10.5vw, 52px);
	}
}