.edh-shamanism {
	--sh-bg: #eee9df;
	--sh-paper: #f7f3eb;
	--sh-ink: #25221d;
	--sh-muted: #746e64;
	--sh-earth: #aa5e38;
	--sh-green: #35574b;
	--sh-dark: #222c27;
	--sh-sand: #c5b59d;
	--sh-line: rgba(37,34,29,.14);
	--sh-max: 1380px;

	width: 100%;
	overflow: hidden;

	background: var(--sh-bg);
	color: var(--sh-ink);
}

.edh-shamanism *,
.edh-shamanism *::before,
.edh-shamanism *::after {
	box-sizing: border-box;
}

.edh-shamanism * {
	min-width: 0;
}

.edh-shamanism h1,
.edh-shamanism h2,
.edh-shamanism h3,
.edh-shamanism p,
.edh-shamanism figure {
	margin: 0;
}

.edh-shamanism h1,
.edh-shamanism h2,
.edh-shamanism h3 {
	max-width: 100%;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.edh-shamanism img {
	display: block;
	width: 100%;
}

.edh-shamanism-wrap {
	width: min(
		var(--sh-max),
		calc(100% - 64px)
	);

	margin-inline: auto;
}

.edh-shamanism-eyebrow {
	font-size: 11px;
	line-height: 1;

	font-weight: 700;

	letter-spacing: .18em;
	text-transform: uppercase;

	color: var(--sh-earth);
}


/* HERO */

.edh-shamanism-hero {
	position: relative;

	width: min(1500px, calc(100% - 32px));
	min-height: min(900px, calc(100vh - 90px));

	margin: 16px auto 0;

	border-radius: 34px;
	overflow: hidden;

	background: var(--sh-dark);
}

.edh-shamanism-hero__media {
	position: absolute;
	inset: 0;
}

.edh-shamanism-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.edh-shamanism-hero__overlay {
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			90deg,
			rgba(18,25,22,.88) 0%,
			rgba(18,25,22,.61) 43%,
			rgba(18,25,22,.08) 78%
		),
		linear-gradient(
			0deg,
			rgba(15,20,18,.25),
			transparent 45%
		);
}

.edh-shamanism-hero__meta {
	position: absolute;
	z-index: 3;

	top: 34px;
	left: 40px;
	right: 40px;

	display: flex;
	justify-content: space-between;

	font-size: 10px;
	letter-spacing: .15em;

	color: rgba(255,255,255,.75);
}

.edh-shamanism-hero__content {
	position: relative;
	z-index: 4;

	min-height: inherit;

	display: flex;
	flex-direction: column;
	justify-content: center;

	padding:
		clamp(100px, 10vw, 170px)
		clamp(35px, 7vw, 110px);

	color: white;
}

.edh-shamanism-hero__content .edh-shamanism-eyebrow {
	color: #ddb08a;
}

.edh-shamanism-hero h1 {
	max-width: 920px;

	margin-top: 28px;

	font-size: clamp(64px, 8vw, 130px);
	line-height: .84;

	font-weight: 500;
	letter-spacing: -.07em;
}

.edh-shamanism-hero__intro {
	max-width: 620px;

	margin-top: 50px;

	font-size: clamp(17px, 1.3vw, 21px);
	line-height: 1.7;

	color: rgba(255,255,255,.74);
}

.edh-shamanism-scroll {
	width: fit-content;
	min-height: 44px;

	margin-top: 48px;

	display: inline-flex;
	align-items: center;
	gap: 26px;

	padding-bottom: 8px;

	border-bottom: 1px solid rgba(255,255,255,.45);

	color: white;
	text-decoration: none;

	font-size: 11px;
	font-weight: 700;

	letter-spacing: .1em;
	text-transform: uppercase;
}


/* PATH */

.edh-shamanism-path {
	padding: clamp(120px, 14vw, 220px) 0;
}

.edh-shamanism-path .edh-shamanism-wrap {
	display: grid;

	grid-template-columns:
		100px
		minmax(0, 1.25fr)
		minmax(280px, .65fr);

	gap: clamp(35px, 6vw, 90px);
}

.edh-shamanism-path__index {
	font-size: 11px;
	color: var(--sh-muted);
}

.edh-shamanism-path h2 {
	max-width: 850px;

	margin-top: 27px;

	font-size: clamp(50px, 5.5vw, 88px);
	line-height: .95;

	font-weight: 500;
	letter-spacing: -.055em;
}

.edh-shamanism-path__text {
	align-self: end;

	max-width: 500px;

	font-size: 17px;
	line-height: 1.75;

	color: var(--sh-muted);
}


/* LANDSCAPE */

.edh-shamanism-landscape {
	position: relative;

	width: min(1500px, calc(100% - 32px));
	min-height: 820px;

	margin-inline: auto;

	border-radius: 34px;
	overflow: hidden;
}

.edh-shamanism-landscape img {
	position: absolute;
	inset: 0;

	width: 100%;
	height: 100%;

	object-fit: cover;
}

.edh-shamanism-landscape__overlay {
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			0deg,
			rgba(20,24,21,.75),
			transparent 65%
		);
}

.edh-shamanism-landscape__copy {
	position: absolute;
	z-index: 2;

	left: clamp(28px, 6vw, 90px);
	right: clamp(28px, 6vw, 90px);
	bottom: clamp(30px, 6vw, 80px);

	color: white;
}

.edh-shamanism-landscape__copy span {
	font-size: 10px;
	letter-spacing: .17em;
}

.edh-shamanism-landscape__copy p {
	max-width: 900px;

	margin-top: 25px;

	font-size: clamp(42px, 5vw, 78px);
	line-height: .98;

	letter-spacing: -.05em;
}


/* PRINCIPIOS */

.edh-shamanism-principles {
	padding: clamp(120px, 13vw, 200px) 0;
}

.edh-shamanism-principles__header {
	max-width: 1000px;
	margin-bottom: 80px;
}

.edh-shamanism-principles__header h2 {
	margin-top: 25px;

	font-size: clamp(48px, 5.5vw, 84px);
	line-height: .97;

	font-weight: 500;
	letter-spacing: -.055em;
}

.edh-shamanism-principles__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);

	border-top: 1px solid var(--sh-line);
	border-bottom: 1px solid var(--sh-line);
}

.edh-shamanism-card {
	min-height: 430px;

	display: flex;
	flex-direction: column;

	padding: 34px 42px 44px;
}

.edh-shamanism-card + .edh-shamanism-card {
	border-left: 1px solid var(--sh-line);
}

.edh-shamanism-card > span {
	font-size: 10px;
	color: var(--sh-muted);
}

.edh-shamanism-card h3 {
	margin-top: auto;

	font-size: clamp(32px, 2.6vw, 44px);
	font-weight: 500;

	letter-spacing: -.04em;
}

.edh-shamanism-card p {
	max-width: 360px;

	margin-top: 18px;

	font-size: 15px;
	line-height: 1.7;

	color: var(--sh-muted);
}


/* PRÁCTICA */

.edh-shamanism-practice {
	display: grid;
	grid-template-columns: 1fr 1fr;

	min-height: 850px;

	background: var(--sh-green);

	color: white;
}

.edh-shamanism-practice__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;

	padding: clamp(65px, 8vw, 130px);
}

.edh-shamanism-practice__copy .edh-shamanism-eyebrow {
	color: #d8a57c;
}

.edh-shamanism-practice h2 {
	max-width: 780px;

	margin-top: 30px;

	font-size: clamp(50px, 5vw, 82px);
	line-height: .95;

	font-weight: 500;
	letter-spacing: -.055em;
}

.edh-shamanism-practice__text {
	max-width: 610px;

	margin-top: 38px;

	font-size: 17px;
	line-height: 1.75;

	color: rgba(255,255,255,.72);
}

.edh-shamanism-practice__list {
	margin-top: 60px;

	border-top: 1px solid rgba(255,255,255,.18);
}

.edh-shamanism-practice__list > div {
	display: grid;

	grid-template-columns: 55px 1fr;

	padding: 18px 0;

	border-bottom: 1px solid rgba(255,255,255,.18);
}

.edh-shamanism-practice__list span {
	font-size: 10px;
	opacity: .45;
}

.edh-shamanism-practice__media {
	position: relative;

	min-height: 760px;

	overflow: hidden;
}

.edh-shamanism-practice__media img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}


/* símbolo fallback */

.edh-shamanism-symbol {
	position: absolute;
	inset: 50% auto auto 50%;

	width: min(65%, 500px);
	aspect-ratio: 1;

	transform: translate(-50%, -50%);
}

.edh-shamanism-symbol span {
	position: absolute;
	inset: 50% auto auto 50%;

	transform: translate(-50%, -50%) rotate(45deg);

	border: 1px solid rgba(255,255,255,.25);
}

.edh-shamanism-symbol span:nth-child(1) {
	width: 100%;
	height: 100%;
}

.edh-shamanism-symbol span:nth-child(2) {
	width: 65%;
	height: 65%;
}

.edh-shamanism-symbol span:nth-child(3) {
	width: 28%;
	height: 28%;

	background: var(--sh-earth);
	border: 0;
}


/* QUOTE */

.edh-shamanism-quote {
	min-height: 700px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	padding: 110px 25px;

	text-align: center;
}

.edh-shamanism-quote__mark {
	width: 74px;
	height: 74px;

	display: grid;
	place-items: center;

	margin-bottom: 45px;

	border: 1px solid var(--sh-line);
	border-radius: 50%;
}

.edh-shamanism-quote__mark span {
	width: 13px;
	height: 13px;

	background: var(--sh-earth);

	transform: rotate(45deg);
}

.edh-shamanism-quote p {
	max-width: 1150px;

	font-size: clamp(46px, 6vw, 94px);
	line-height: .98;

	letter-spacing: -.055em;
}


/* CTA */

.edh-shamanism-cta {
	padding: 20px 20px 90px;
}

.edh-shamanism-cta__inner {
	width: min(1460px, 100%);
	min-height: 680px;

	margin-inline: auto;

	display: flex;
	flex-direction: column;
	justify-content: center;

	padding: clamp(60px, 8vw, 120px);

	border-radius: 34px;

	background:
		linear-gradient(
			135deg,
			#cdb99b,
			#a99477
		);
}

.edh-shamanism-cta__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.edh-shamanism-cta__top > span {
	font-size: 10px;
	letter-spacing: .16em;
}

.edh-shamanism-cta h2 {
	max-width: 1050px;

	margin-top: 50px;

	font-size: clamp(56px, 7vw, 108px);
	line-height: .89;

	font-weight: 500;
	letter-spacing: -.065em;
}

.edh-shamanism-cta__text {
	max-width: 650px;

	margin-top: 36px;

	font-size: 17px;
	line-height: 1.7;

	color: rgba(37,34,29,.68);
}

.edh-shamanism-button {
	width: fit-content;

	display: inline-flex;
	align-items: center;
	gap: 40px;

	margin-top: 42px;

	padding: 18px 27px;

	border-radius: 999px;

	background: var(--sh-green);
	color: white !important;

	text-decoration: none;

	font-size: 11px;
	font-weight: 700;

	letter-spacing: .09em;
	text-transform: uppercase;

	transition:
		transform .3s ease,
		background .3s ease;
}

.edh-shamanism-button:hover {
	transform: translateY(-3px);
	background: #29483e;
}


/* REVEAL */

.edh-shamanism [data-reveal] {
	opacity: 0;
	transform: translateY(34px);

	transition:
		opacity .9s ease,
		transform .9s cubic-bezier(.2,.7,.2,1);
}

.edh-shamanism [data-reveal].is-visible {
	opacity: 1;
	transform: none;
}


/* TABLET */

@media (max-width: 1024px) {

	.edh-shamanism-path .edh-shamanism-wrap {
		grid-template-columns: 70px 1fr;
	}

	.edh-shamanism-path__text {
		grid-column: 2;
	}

	.edh-shamanism-principles__grid {
		grid-template-columns: 1fr;
	}

	.edh-shamanism-card + .edh-shamanism-card {
		border-left: 0;
		border-top: 1px solid var(--sh-line);
	}

	.edh-shamanism-practice {
		grid-template-columns: 1fr;
	}

	.edh-shamanism-practice__media {
		min-height: 700px;
	}

}


/* MOBILE */

@media (max-width: 767px) {

	.edh-shamanism-wrap {
		width: calc(100% - 32px);
	}

	.edh-shamanism-hero {
		width: calc(100% - 16px);
		margin-top: 8px;

		min-height: 760px;

		border-radius: 22px;
	}

	.edh-shamanism-hero__overlay {
		background:
			linear-gradient(
				0deg,
				rgba(18,25,22,.92) 0%,
				rgba(18,25,22,.48) 62%,
				rgba(18,25,22,.12) 100%
			);
	}

	.edh-shamanism-hero__meta {
		top: 25px;
		left: 25px;
		right: 25px;
	}

	.edh-shamanism-hero__content {
		justify-content: flex-end;

		padding: 100px 25px 60px;
	}

	.edh-shamanism-hero h1 {
		font-size: clamp(46px, 14.5vw, 72px);
		overflow-wrap: anywhere;
	}

	.edh-shamanism-path {
		padding: 100px 0;
	}

	.edh-shamanism-path .edh-shamanism-wrap {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.edh-shamanism-path__index {
		display: none;
	}

	.edh-shamanism-path__text {
		grid-column: auto;
	}

	.edh-shamanism-landscape {
		width: calc(100% - 16px);
		min-height: 115vw;

		border-radius: 22px;
	}

	.edh-shamanism-principles {
		padding: 100px 0;
	}

	.edh-shamanism-card {
		min-height: 340px;
		padding: 27px 8px 34px;
	}

	.edh-shamanism-practice__copy {
		padding: 80px 25px;
	}

	.edh-shamanism-practice__media {
		min-height: 115vw;
	}

	.edh-shamanism-quote {
		min-height: 560px;
	}

	.edh-shamanism-cta {
		padding: 8px 8px 50px;
	}

	.edh-shamanism-cta__inner {
		min-height: 630px;

		padding: 60px 25px;

		border-radius: 22px;
	}

}
