.dp-hero {
	position: relative;
	min-height: 930px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #0d160f;
	color: var(--dp-white);
}

.dp-hero-background {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.dp-hero-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.dp-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7,14,9,.75) 0%, rgba(7,14,9,.2) 54%, rgba(7,14,9,.06) 100%);
}

.dp-hero-inner {
	position: relative;
	z-index: 1;
	margin-top: 80px;
	padding-top: 100px;
	padding-bottom: 120px;
}

.dp-hero-content {
	max-width: 560px;
}

.dp-hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	color: var(--dp-lime);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.dp-hero-kicker::before {
	content: "";
	width: 34px;
	height: 1px;
	background: var(--dp-lime);
}

.dp-hero h1 {
	max-width: 560px;
	margin: 0;
	color: var(--dp-orange);
	font-family: var(--dp-font-display);
	font-size: clamp(3.6rem, 7vw, 6.35rem);
	font-weight: 600;
	line-height: .98;
	letter-spacing: -.065em;
}

.dp-hero-description {
	max-width: 470px;
	margin: 30px 0 34px;
	color: rgba(255,255,255,.78);
	font-size: 18px;
	line-height: 1.6;
}

.dp-store-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dp-store-badge {
	display: block;
	width: 154px;
	transition: transform .25s ease, filter .25s ease;
}

.dp-store-badge img {
	width: 100%;
	height: auto;
}

.dp-store-badge:hover,
.dp-store-badge:focus-visible {
	transform: translateY(-4px);
	filter: brightness(1.12);
}

.dp-hero-note {
	margin: 70px 0 0;
	color: rgba(255,255,255,.47);
	font-size: 11px;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.dp-hero {
		min-height: 790px;
		background-position: 61% center;
	}

	.dp-hero-inner {
		padding-top: 95px;
		padding-bottom: 70px;
	}

	.dp-hero-content {
		max-width: 440px;
	}
}

@media (max-width: 620px) {
	.dp-hero {
		min-height: 730px;
	}

	.dp-hero-inner {
		margin-top: 68px;
		padding-top: 75px;
		padding-bottom: 60px;
	}

	.dp-hero h1 {
		font-size: clamp(3rem, 14vw, 4.6rem);
	}

	.dp-hero-description {
		font-size: 16px;
	}
}


/* H12.12 homepage hero: full-bleed cinematic stage, content over image. */
.dp-hero{
  min-height:calc(100svh - 0px);
  min-height:760px;
  align-items:flex-start;
  background:#07100b;
  isolation:isolate;
}
.dp-hero-background{inset:0;}
.dp-hero-background img{object-position:center center;}
.dp-hero-overlay{background:linear-gradient(90deg,rgba(4,10,7,.92) 0%,rgba(4,10,7,.72) 37%,rgba(4,10,7,.18) 68%,rgba(4,10,7,.08) 100%),linear-gradient(0deg,rgba(4,10,7,.78) 0%,transparent 38%)}
.dp-hero-inner{width:min(1280px,calc(100% - 64px));max-width:1280px;margin-top:0;padding-top:clamp(155px,16vh,190px);padding-bottom:180px;}
.dp-hero-content{max-width:650px}
.dp-hero-kicker{color:var(--dp-orange);font-size:11px;letter-spacing:.28em;margin-bottom:18px}
.dp-hero-kicker:before{display:none}
.dp-hero h1{color:#fff;font-size:clamp(4rem,7.2vw,7.25rem);line-height:.91;letter-spacing:-.07em;font-weight:600;max-width:720px}
.dp-hero h1 .dp-accent{color:var(--dp-lime)}
.dp-hero-description{max-width:570px;margin:28px 0 34px;color:rgba(255,255,255,.74);font-size:clamp(1rem,1.45vw,1.16rem);line-height:1.7}
.dp-hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.dp-hero-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:54px;padding:14px 22px;border-radius:999px;font-size:13px;font-weight:800}
.dp-hero-button.primary{background:var(--dp-orange);color:#fff;box-shadow:0 18px 45px rgba(248,92,8,.22)}
.dp-hero-button.secondary{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.03);color:#fff;backdrop-filter:blur(8px)}
.dp-hero-button:hover,.dp-hero-button:focus-visible{transform:translateY(-2px)}
.dp-hero-button .dp-arrow{font-size:18px;line-height:1}
.dp-hero-note{margin-top:54px;color:rgba(255,255,255,.55);font-size:10px;letter-spacing:.2em}
.dp-hero:after{content:"";position:absolute;z-index:1;left:-5%;right:-5%;bottom:-95px;height:180px;background:var(--dp-paper);border-radius:50% 50% 0 0 / 55% 55% 0 0;box-shadow:0 -1px 0 rgba(255,255,255,.1)}
@media(max-width:900px){.dp-hero{min-height:760px}.dp-hero-inner{width:calc(100% - 48px);padding-top:140px}.dp-hero h1{font-size:clamp(3.4rem,10vw,5.8rem)}.dp-hero:after{bottom:-110px}}
@media(max-width:620px){.dp-hero{min-height:760px}.dp-hero-inner{width:calc(100% - 36px);padding-top:120px;padding-bottom:145px}.dp-hero h1{font-size:clamp(3.05rem,14vw,4.8rem);line-height:.94}.dp-hero-description{font-size:15px;margin-top:22px}.dp-hero-actions{flex-direction:column;align-items:stretch}.dp-hero-button{width:100%}.dp-hero-note{margin-top:34px}.dp-hero:after{height:150px;bottom:-105px}}
