/* Collection Landing Page — zones layered on archive.css tokens.
 * Not a redefinition of design tokens; consume :root variables from theme.css. */

.rosenberg-landing {
	--rd-landing-max: 1280px;
	color: var(--rd-navy, #091734);
	background: #fff;
}

/* Zone 1: Hero — dark banner with centred title, fixed height ~460px (match prod). */
.rosenberg-landing__hero {
	position: relative;
	height: 460px;
	overflow: hidden;
	background: #091734;
}
.rosenberg-landing__hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.rosenberg-landing__hero-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.78;
}
.rosenberg-landing__hero-inner {
	position: relative;
	z-index: 1;
	height: 100%;
	max-width: var(--rd-landing-max);
	margin: 0 auto;
	padding: 0 clamp(1.5rem, 4vw, 3rem);
	display: flex;
	align-items: center;
	justify-content: center;
}
.rosenberg-landing__title {
	font-family: "MADE Mirage", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	font-size: 56px;
	line-height: 70px;
	letter-spacing: 7px;
	margin: 0;
	text-align: center;
}
@media (max-width: 768px) {
	.rosenberg-landing__title {
		font-size: 25.6px;
		line-height: 33.3px;
		letter-spacing: 4.3px;
	}
}

/* Zone 2: Eyebrow — match prod (22px / 22px lh / 4.4px ls, uppercase). */
.rosenberg-landing__eyebrow {
	text-align: center;
	font-family: "MADE Mirage", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 4.4px;
	color: var(--rd-navy, #091734);
	text-transform: uppercase;
	margin: 80px 0 48px;
}
@media (max-width: 768px) {
	.rosenberg-landing__eyebrow {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 4.4px;
		margin: 48px 0 32px;
	}
}

/* Zone 3: Children swiper — mesmo pattern do shape slider do archive,
   fundo branco, setas navy sem borda, labels MADE Mirage. */
.rosenberg-landing__children-section {
	padding: 0 20px 48px;
	background: #fff;
}
.rosenberg-landing__children-wrap {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 48px;
}
.rosenberg-landing__children {
	overflow: hidden;
}

/* Static list mode (Page-hub /important-whites/, /fancy-colors/) — sem swiper. */
.rosenberg-landing__children-wrap--static {
	padding: 0;
}
.rosenberg-landing__children-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 32px;
}
.rosenberg-landing__children-item {
	flex: 0 0 calc((100% - 32px * 2) / 3);
	max-width: 320px;
}
@media (max-width: 640px) {
	.rosenberg-landing__children-item { flex-basis: calc((100% - 24px) / 2); }
}
/* Engagement hub: 4 cards per row on desktop. */
[data-collection-line="engagement"] .rosenberg-landing__children-item {
	flex-basis: calc((100% - 32px * 3) / 4);
}
@media (max-width: 900px) {
	[data-collection-line="engagement"] .rosenberg-landing__children-item {
		flex-basis: calc((100% - 32px) / 2);
	}
}
.rosenberg-landing__children:not(.swiper-initialized) .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}
.rosenberg-landing__children.swiper-initialized .swiper-wrapper {
	display: flex;
	align-items: stretch;
}
.rosenberg-landing__children-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	color: var(--rd-navy, #091734);
	text-decoration: none;
	padding: 10px;
	transition: transform 0.2s ease;
}
.rosenberg-landing__children-card:hover {
	transform: translateY(-2px);
}
.rosenberg-landing__children-card-media {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.rosenberg-landing__children-card-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.rosenberg-landing__children-card-placeholder {
	display: block;
	width: 40%;
	aspect-ratio: 1 / 1;
	border: 1px solid var(--rd-gold, #c6a74f);
	border-radius: 50%;
	opacity: 0.4;
}
.rosenberg-landing__children-card-title {
	font-family: "MADE Mirage", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: none;
	color: var(--rd-navy, #091734);
	text-align: center;
	margin: 0;
}

/* Setas do children slider — navy, sem borda, &lsaquo;/&rsaquo; (match archive). */
button.rosenberg-landing__children-btn,
button.rosenberg-landing__children-btn:hover,
button.rosenberg-landing__children-btn:focus,
button.rosenberg-landing__children-btn:disabled {
	border: 0 !important;
	border-color: transparent !important;
	background: transparent !important;
	color: var(--rd-navy, #091734) !important;
	box-shadow: none !important;
}
button.rosenberg-landing__children-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	appearance: none;
	-webkit-appearance: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
button.rosenberg-landing__children-btn > span {
	color: var(--rd-navy, #091734) !important;
	line-height: 1;
}
button.rosenberg-landing__children-btn:hover {
	opacity: 0.7;
	transform: translateY(-50%) scale(1.1);
}
button.rosenberg-landing__children-btn:focus-visible {
	outline: 1px solid var(--rd-gold, #c6a74f);
	outline-offset: 4px;
}
button.rosenberg-landing__children-btn:disabled,
button.rosenberg-landing__children-btn.swiper-button-disabled {
	opacity: 0.2;
	cursor: default;
	transform: translateY(-50%);
}
.rosenberg-landing__children-btn--prev { left: 0; }
.rosenberg-landing__children-btn--next { right: 0; }

@media (max-width: 640px) {
	.rosenberg-landing__children-wrap { padding: 0 8px; }
	.rosenberg-landing__children-btn { display: none; }
}

/* Zone 4: Editorial — valores exatos do prod (1370px viewport):
   title 56px / lh 84px / ls 3.2px — body 24px / lh 43.2px / ls 2.9px. */
.rosenberg-landing__editorial {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
	text-align: center;
	background: #fff;
}
.rosenberg-landing__editorial-title {
	font-family: "MADE Mirage", sans-serif;
	font-weight: 400;
	font-size: 56px;
	line-height: 84px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	color: var(--rd-navy, #091734);
	margin: 0 0 24px;
}
.rosenberg-landing__editorial-body {
	max-width: 1000px;
	margin: 0 auto;
}
.rosenberg-landing__editorial-body p {
	font-family: "MADE Mirage", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 43.2px;
	letter-spacing: 2.9px;
	color: rgb(4, 17, 42);
	margin: 0 0 16px;
	text-align: center;
}
@media (max-width: 768px) {
	.rosenberg-landing__editorial { padding: 48px 20px; }
	.rosenberg-landing__editorial-title {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 3.2px;
	}
	.rosenberg-landing__editorial-body p {
		font-size: 16px;
		line-height: 25.6px;
		letter-spacing: 2px;
	}
}

/* Zone 5: Brand video (Vimeo) — full-bleed 16:9, no max-width (match prod).
   Custom controls: central unmute with pulse, play/volume bottom-right, gold icons.
   Immersive mode: when the video is in view, the sticky header slides out. */
.rd-header {
	transition: transform 0.4s ease;
}
body.rosenberg-landing-immersive .rd-header {
	transform: translateY(-100%);
	pointer-events: none;
}
.rosenberg-landing__video {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}
.rosenberg-landing__video-wrap#video-container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 56.25% 0 0 0;
	overflow: hidden;
	background: #000;
}
.rosenberg-landing__video-iframe,
#VideoSecundario {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* Controles bottom-right (btnPlay + btnVolume) */
.rosenberg-landing__video #controles {
	position: absolute;
	bottom: 12px;
	right: 12px;
	display: flex;
	gap: 10px;
	z-index: 10;
}
.rosenberg-landing__video #controles button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(209, 170, 84, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease;
}
.rosenberg-landing__video #controles button:hover {
	border: 1px solid #d1aa54;
	box-shadow: 0 0 10px rgba(209, 170, 84, 0.6);
	transform: scale(1.05);
}

/* Sound button keeps pulsing while the video is muted, to invite the click. */
.rosenberg-landing__video #controles button.is-muted {
	animation: rosenbergLandingControlPulse 2s infinite;
}
@keyframes rosenbergLandingControlPulse {
	0%   { box-shadow: 0 0 0 0 rgba(209, 170, 84, 0.45); }
	60%  { box-shadow: 0 0 0 9px rgba(209, 170, 84, 0); }
	100% { box-shadow: 0 0 0 0 rgba(209, 170, 84, 0); }
}

/* Fallback play overlay — centered circle shown if playback hasn't started after 2s. */
.rosenberg-landing__video .rosenberg-landing__video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 2px solid rgba(209, 170, 84, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	z-index: 20;
	transition: border 0.3s ease, box-shadow 0.3s ease;
	animation: rosenbergLandingPulse 2s infinite;
}
.rosenberg-landing__video .rosenberg-landing__video-play[hidden] {
	display: none;
}
.rosenberg-landing__video .rosenberg-landing__video-play:hover {
	border: 2px solid #d1aa54;
	box-shadow: 0 0 25px rgba(209, 170, 84, 0.8);
}
@keyframes rosenbergLandingPulse {
	0% {
		box-shadow: 0 0 0 rgba(209, 170, 84, 0.4);
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		box-shadow: 0 0 25px rgba(209, 170, 84, 0.7);
		transform: translate(-50%, -50%) scale(1.08);
	}
	100% {
		box-shadow: 0 0 0 rgba(209, 170, 84, 0.4);
		transform: translate(-50%, -50%) scale(1);
	}
}

/* Ícones dourados (filter coloriza SVGs pretos para tom gold). */
.rosenberg-landing__video #controles button img,
.rosenberg-landing__video .rosenberg-landing__video-play img {
	width: 22px;
	height: 22px;
	filter: brightness(0) saturate(100%) invert(70%) sepia(46%) saturate(285%) hue-rotate(7deg) brightness(95%) contrast(95%);
	transition: filter 0.3s ease;
}
.rosenberg-landing__video .rosenberg-landing__video-play img {
	width: 34px;
	height: 34px;
}

/* Zone 6: CTA headline — exact prod values: 56px / lh 84px / ls 10px, uppercase.
   Button below with the same design as `.rosenberg-product__button` (single product). */
.rosenberg-landing__cta {
	padding: 80px 20px;
	text-align: center;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.rosenberg-landing__cta-btn {
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid var(--rd-gold, #c6a74f);
	color: var(--rd-gold, #c6a74f);
	background: transparent;
	text-decoration: none;
	font-family: "MADE Mirage", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2.2px;
	line-height: 1;
	border-radius: 5px;
	text-align: center;
	transition: background 0.2s ease, color 0.2s ease;
	min-width: 240px;
	cursor: pointer;
}
.rosenberg-landing__cta-btn:hover,
.rosenberg-landing__cta-btn:focus-visible {
	background: var(--rd-gold, #c6a74f);
	color: #fff;
	outline: none;
}
.rosenberg-landing__cta-headline {
	max-width: 1100px;
	margin: 0 auto;
	font-family: "MADE Mirage", sans-serif;
	font-weight: 400;
	font-size: 56px;
	line-height: 84px;
	letter-spacing: 10px;
	color: var(--rd-navy, #091734);
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.rosenberg-landing__cta { padding: 48px 20px; }
	.rosenberg-landing__cta-headline {
		font-size: 32px;
		line-height: 44.8px;
		letter-spacing: 0.9px;
	}
}

/* Responsive: mobile com hero menor. */
@media (max-width: 640px) {
	.rosenberg-landing__hero { height: 320px; }
}
