:root {
	--biin-ink: #f4f5f1;
	--biin-ink-dark: #141516;
	--biin-muted: rgba(244, 245, 241, 0.72);
	--biin-line: rgba(244, 245, 241, 0.26);
	--biin-panel: rgba(15, 16, 17, 0.2);
	--biin-accent: #d7ff4f;
}

html,
body.gsap-landing-body {
	margin: 0;
	min-height: 100%;
	overflow-x: hidden;
	background: #111213;
	color: var(--biin-ink);
}

body.gsap-landing-body {
	font-family: "Changa", "Gruppo", Arial, sans-serif;
}

.biin-home,
.biin-home * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.biin-home {
	width: 100%;
	direction: rtl;
	background: #111213;
}

.biin-kinetic-hero {
	position: relative;
	min-height: 100dvh;
	overflow: hidden;
	isolation: isolate;
	background:
		radial-gradient(circle at 50% 80%, rgba(217, 255, 82, 0.1), transparent 24%),
		linear-gradient(180deg, #25282a 0%, #111213 100%);
	color: var(--biin-ink);
}

.biin-hero-nav {
	position: absolute;
	inset: 0 0 auto;
	z-index: 30;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	padding: clamp(18px, 2.4vw, 34px) clamp(18px, 3vw, 54px);
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(0.76rem, 0.78vw, 0.95rem);
	font-family: "Changa", "Gruppo", Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	mix-blend-mode: difference;
}

.biin-hero-nav a {
	color: currentColor;
	text-decoration: none;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.18);
}

.biin-hero-nav__brand {
	font-family: "Gruppo", "Changa", Arial, sans-serif;
	font-size: clamp(1.45rem, 2vw, 2.25rem);
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.biin-hero-nav__links,
.biin-hero-nav__actions {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.4vw, 46px);
}

.biin-hero-nav__links {
	justify-content: center;
}

.biin-hero-nav__actions {
	justify-content: flex-end;
}

.biin-hero-media {
	position: absolute;
	inset: 0;
	z-index: 5;
	overflow: hidden;
	background: #25282a;
}

.biin-hero-media__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate3d(0, 0, 0) scale(1.01);
	will-change: transform, opacity;
}

.biin-hero-media__image--split {
	z-index: 1;
	opacity: 0;
	transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.biin-hero-slider {
	position: absolute;
	inset: 0;
	z-index: 2;
	overflow: hidden;
	background: #25282a;
	transform: translate3d(0, 0, 0);
	will-change: transform;
	transition: transform 1180ms cubic-bezier(0.76, 0, 0.24, 1);
}

.biin-hero-slider::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: rgba(244, 245, 241, 0.62);
	box-shadow: 0 0 34px rgba(244, 245, 241, 0.22);
}

.biin-hero-media__image--product {
	z-index: 1;
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1.035);
}

.biin-home.is-split-ready .biin-hero-media__image--split {
	opacity: 1;
}

.biin-hero-media__veil {
	position: absolute;
	inset: 0;
	z-index: 3;
	background:
		linear-gradient(180deg, rgba(10, 11, 12, 0.14), rgba(10, 11, 12, 0.48)),
		linear-gradient(90deg, rgba(10, 11, 12, 0.18), transparent 34%, rgba(10, 11, 12, 0.18));
	pointer-events: none;
}

.biin-wordmark {
	position: absolute;
	inset-inline: clamp(14px, 3vw, 54px);
	bottom: clamp(32px, 4vw, 62px);
	z-index: 20;
	display: flex;
	direction: ltr;
	align-items: flex-end;
	justify-content: flex-end;
	color: rgba(255, 255, 255, 0.92);
	font-family: "Gruppo", "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(5rem, 19vw, 23rem);
	font-weight: 400;
	line-height: 0.7;
	letter-spacing: -0.035em;
	pointer-events: none;
	mix-blend-mode: screen;
	text-shadow:
		0 0 2px rgba(255, 255, 255, 0.18),
		0 24px 90px rgba(0, 0, 0, 0.2);
}

.biin-wordmark__part {
	display: inline-block;
	will-change: transform;
	transition: transform 1050ms cubic-bezier(0.76, 0, 0.24, 1);
}

.biin-wordmark__part--bi {
	transform: translate3d(calc(-1 * min(56vw, 780px)), 0, 0);
}

.biin-wordmark__part--in {
	transform: translate3d(0, 0, 0);
}

.biin-home.is-wordmark-joined .biin-wordmark__part--bi {
	transform: translate3d(0, 0, 0);
}

.biin-home.is-image-revealed .biin-hero-slider {
	transform: translate3d(0, -112%, 0);
}

.biin-feature-strip {
	position: relative;
	padding: clamp(44px, 4.15vw, 72px) clamp(18px, 2.5vw, 48px);
	background: #111213;
	color: var(--biin-ink);
}

.biin-feature-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(8px, 0.7vw, 14px);
	width: 100%;
}

.biin-feature-card {
	position: relative;
	margin: 0;
	aspect-ratio: 1942 / 809;
	overflow: hidden;
	border-radius: 2px;
	background: #202224;
	opacity: 0;
	transform: translate3d(0, 22px, 0);
	transition:
		opacity 780ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--feature-delay, 0ms);
	will-change: opacity, transform;
}

.biin-feature-card.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.biin-feature-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.001);
	transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.biin-feature-card--elegance img {
	object-position: 53% center;
}

.biin-feature-card--comfort img {
	object-position: 54% center;
}

.biin-feature-card--stability img {
	object-position: 58% center;
}

.biin-feature-card--details img {
	object-position: 55% center;
}

@media (hover: hover) and (pointer: fine) {
	.biin-feature-card:hover {
		transform: translate3d(0, -3px, 0);
	}

	.biin-feature-card:hover img {
		transform: scale(1.032);
	}
}

@media (max-width: 1100px) {
	.biin-feature-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.biin-hero-nav {
		grid-template-columns: auto auto;
		justify-content: space-between;
		padding: 18px;
	}

	.biin-hero-nav__links {
		display: none;
	}

	.biin-hero-nav__actions {
		gap: 16px;
	}

	.biin-hero-nav__actions a:first-child {
		display: none;
	}

	.biin-wordmark {
		inset-inline: 16px;
		bottom: 62px;
		font-size: clamp(4.6rem, 30vw, 8.8rem);
		line-height: 0.78;
	}

	.biin-wordmark__part--bi {
		transform: translate3d(calc(-1 * min(62vw, 300px)), 0, 0);
	}

	.biin-hero-media__image--product {
		object-position: center;
	}

	.biin-hero-media__image--split {
		object-position: 55% center;
	}

	.biin-feature-strip {
		padding: 34px 14px;
	}

	.biin-feature-strip__grid {
		gap: 10px;
	}
}

@media (max-width: 520px) {
	.biin-kinetic-hero {
		min-height: 100dvh;
	}

	.biin-hero-nav__actions {
		font-size: 0.72rem;
	}

	.biin-home.is-image-revealed .biin-hero-slider {
		transform: translate3d(0, -112%, 0);
	}

	.biin-feature-strip {
		padding: 28px 12px;
	}

	.biin-feature-strip__grid {
		gap: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.biin-wordmark__part,
	.biin-hero-slider,
	.biin-feature-card,
	.biin-feature-card img {
		transition: none;
	}

	.biin-wordmark__part--bi {
		transform: none;
	}

	.biin-home.is-image-revealed .biin-hero-slider {
		transform: translate3d(0, -112%, 0);
	}

	.biin-feature-card {
		opacity: 1;
		transform: none;
	}
}
