/* ════════════════════════════════════════
   SECTIONS · G7Z Editorial Motion
   Landing de scroll largo. CSS define el estado FINAL:
   sin JS todo se ve entero.
═══════════════════════════════════════ */

section {
	position: relative;
}

/* ── HERO · split editorial: wordmark + silueta con barrido ── */
.hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	background: var(--bg);
	overflow: clip;
}
.hero-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: calc(var(--gutter) + 4rem) var(--gutter) var(--gutter);
	position: relative;
	z-index: 1;
}
.hero-brand {
	font-family: var(--font-display);
	font-stretch: 125%;
	font-weight: 850;
	font-size: var(--size-brand);
	line-height: 0.82;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	margin-left: -0.03em;
}
.hero-brand .seven {
	color: var(--red);
}
.hero-sub {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.6rem 1.8rem;
	margin-top: 1.6rem;
}
.hero-role {
	font-family: var(--font-display);
	font-stretch: 125%;
	font-weight: 700;
	font-size: clamp(1rem, 2.2vw, 1.5rem);
	text-transform: uppercase;
}
.hero-loc {
	font-family: var(--font-mono);
	font-size: var(--size-small);
	color: var(--ink-dim);
}
.hero-pitch {
	max-width: 34rem;
	color: var(--ink-dim);
	margin-top: 1.1rem;
}
.hero-data {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 2.2rem;
	margin-top: 1.8rem;
	padding-top: 1.1rem;
	border-top: 1px solid var(--line-strong);
	font-family: var(--font-mono);
	font-size: var(--size-small);
	color: var(--ink-dim);
}
.hero-data b {
	font-weight: 400;
	color: var(--ink);
}
.hero-photo {
	position: relative;
	min-height: 100%;
}
.hero-photo picture,
.hero-photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}
.hero .stk-star-a {
	top: 14vh;
	right: 8vw;
	width: clamp(1.6rem, 3vw, 2.6rem);
	height: clamp(1.6rem, 3vw, 2.6rem);
	z-index: 2;
}
@media (max-width: 860px) {
	/* Póster full-screen: la foto ocupa todo el viewport y el
	   contenido se superpone abajo con un velo para legibilidad */
	.hero {
		display: block;
		min-height: 100svh;
	}
	.hero-photo {
		position: absolute;
		inset: 0;
	}
	.hero-content {
		position: relative;
		min-height: 100svh;
		justify-content: flex-end;
		padding-top: 0;
		background: linear-gradient(to top, rgba(10, 10, 10, 0.88) 30%, rgba(10, 10, 10, 0.35) 55%, rgba(10, 10, 10, 0) 75%);
	}
	.hero-brand { font-size: clamp(5.5rem, 26vw, 9rem); }
	.hero-pitch { max-width: 100%; }
	.hero .stk-star-a { top: 10vh; right: 6vw; }
}

/* ── BANDA de foto full-bleed (pedido de Fran: las fotos
   integradas a lo ancho, no recuadros "pegados") ── */
.photo-band {
	position: relative;
	width: 100%;
	height: clamp(340px, 64vh, 680px);
	overflow: hidden;
}
/* picture rompe la cadena de height (mismo gotcha que el hero) */
.photo-band picture,
.photo-band img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.photo-band img {
	object-fit: cover;
}
/* Punto focal por banda (foto vertical en ventana apaisada) */
.perfil .photo-band img {
	object-position: center 79%;   /* Gio sentado en las escaleras */
}
@media (max-width: 860px) {
	.booking-band img {
		object-position: center 67%;   /* retrato: cara + mano */
	}
}
.band-tag {
	position: absolute;
	left: var(--gutter);
	bottom: 1.1rem;
	font-family: var(--font-mono);
	font-size: var(--size-micro);
	letter-spacing: 0.1em;
	background: var(--bg);
	padding: 0.45rem 0.8rem;
}

/* ── PERFIL ── */
.perfil {
	padding-block: 0 var(--space-section);
}
.perfil-inner {
	padding-top: clamp(2.5rem, 6vh, 4rem);
}
.perfil-inner .refs-grid,
.perfil-inner .perfil-refs {
	margin-bottom: clamp(2.5rem, 6vh, 4rem);
}
.perfil-lead {
	font-size: var(--size-lead);
	line-height: 1.5;
	max-width: 40rem;
}
.perfil-lead strong {
	color: var(--red-text);
	font-weight: 700;
}
.perfil-bio {
	color: var(--ink-dim);
	max-width: 40rem;
	margin-top: 1.2rem;
}
.perfil-refs {
	margin-top: 2rem;
}
.perfil-refs .label {
	display: block;
	font-family: var(--font-mono);
	font-size: var(--size-micro);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--ink-dim);
	margin-bottom: 0.8rem;
}
.refs-grid {
	display: grid;
	/* columnas explícitas: auto-fill dentro de grid anidada infla el ancho */
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.45rem 2rem;
	max-width: 42rem;
}
@media (max-width: 640px) {
	.refs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.4rem 1.25rem; }
}
.refs-grid li {
	font-family: var(--font-display);
	font-stretch: 125%;
	font-weight: 700;
	font-size: clamp(0.95rem, 1.8vw, 1.1rem);
	text-transform: uppercase;
	border-bottom: 1px solid var(--line);
	padding-block: 0.35rem;
}

/* ── SOUND · sobre metal perforado ── */
.sound {
	padding-block: var(--space-section);
	background: var(--bg-panel);
	overflow: clip;
}
.sound-bg {
	position: absolute;
	inset: 0;
}
.sound-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.22;
}
.sound-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, var(--bg-panel), transparent 30%, transparent 70%, var(--bg-panel));
}
.sound-inner {
	position: relative;
	z-index: 1;
}
.sound-tracks {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	max-width: 56rem;
}

/* ── BOOKING · cierre con foto ── */
.booking {
	padding-block: var(--space-section) 0;
	background: var(--bg-panel);
	overflow: clip;
}
.booking-inner {
	padding-bottom: clamp(2.5rem, 6vh, 4rem);
}
.booking .headline {
	font-size: clamp(2.6rem, 6.5vw, 5.5rem);
	max-width: none;
}
.booking-body {
	color: var(--ink-dim);
	max-width: 30rem;
	margin-bottom: clamp(1.5rem, 4vh, 2.5rem);
}
.channels {
	max-width: 44rem;
}
@media (min-width: 861px) {
	.booking-band {
		height: clamp(560px, 86vh, 1000px);
	}
}
.booking-band::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(230, 32, 32, 0.16), transparent 35%);
}
.booking-band .band-tag {
	z-index: 1;
}
