/* Lost Morals — homepage v2 (Ink + Signal) */

.lm-home {
	overflow: visible;
	background: var(--lm-paper);
	color: var(--lm-ink);
}

/* —— HERO —— */
.lm-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	background: var(--lm-ink);
	color: #fff;
	display: flex;
	flex-direction: column;
}

.lm-hero__stage {
	flex: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 0;
	min-height: 0;
}

.lm-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(6.5rem, 10vw, 8rem) clamp(1.4rem, 4vw, 4rem) 3rem;
	position: relative;
	z-index: 2;
	background: transparent;
	color: #ffffff;
}

.lm-hero__brand {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.lm-hero__logo {
	width: clamp(56px, 8vw, 88px);
	height: auto;
	border-radius: 10px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.lm-hero__brand-text {
	margin: 0;
	font-size: clamp(1.15rem, 2.4vw, 1.6rem);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #ffffff !important;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

.lm-hero__title {
	margin: 0 0 1.25rem;
	font-size: clamp(2.6rem, 7.2vw, 5.4rem);
	font-weight: 800;
	line-height: 0.95;
	color: #ffffff !important;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}

.lm-hero__title .lm-hero__title-line {
	color: #ffffff !important;
}

.lm-hero__title-line {
	display: block;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.lm-hero__title-line--accent {
	color: #ff4d4a !important;
	text-shadow:
		0 0 28px rgba(207, 42, 42, 0.45),
		0 2px 24px rgba(0, 0, 0, 0.55);
}

.lm-hero__lede {
	margin: 0 0 2rem;
	max-width: 30rem;
	font-size: clamp(1.05rem, 1.7vw, 1.22rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92) !important;
	font-weight: 500;
	text-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
}

.lm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.lm-hero .lm-btn--ghost {
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.75);
	background: rgba(255, 255, 255, 0.06);
}

.lm-hero .lm-btn--ghost:hover {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff !important;
}

.lm-hero .lm-btn--signal {
	box-shadow: 0 8px 28px rgba(207, 42, 42, 0.45);
}

.lm-hero__visual {
	position: relative;
	overflow: hidden;
	background: #ebe6cf;
	min-height: 420px;
}

.lm-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	background: #ebe6cf;
}

.lm-hero__stack {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	grid-template-rows: 1.1fr 0.9fr;
	gap: 0.55rem;
	padding: 0.55rem;
}

.lm-hero__shot {
	margin: 0;
	overflow: hidden;
	position: relative;
}

.lm-hero__shot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.04);
	transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
	filter: saturate(0.92) contrast(1.05);
}

.lm-hero__shot--1 {
	grid-row: 1 / 3;
	grid-column: 1;
}

.lm-hero__shot--2 {
	grid-row: 1;
	grid-column: 2;
}

.lm-hero__shot--3 {
	grid-row: 2;
	grid-column: 2;
}

.lm-hero:hover .lm-hero__shot img {
	transform: scale(1.09);
}

.lm-hero__slash {
	position: absolute;
	left: -8%;
	top: -20%;
	width: 28%;
	height: 140%;
	background: linear-gradient(90deg, rgba(11, 11, 11, 0.75), transparent);
	z-index: 1;
	pointer-events: none;
}

.lm-hero__fallback {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: #ebe6cf;
}

.lm-hero__fallback img {
	width: min(40%, 180px);
	opacity: 0.9;
}

.lm-hero__rail {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	padding: 0.85rem 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #090909;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.lm-hero__rail-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--lm-signal);
}

.lm-hero-anim {
	opacity: 0;
	transform: translateY(24px);
	animation: lm-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {
	.lm-hero-anim {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
	}
}

.lm-hero-anim[data-lm-hero="1"] { animation-delay: 0.1s; }
.lm-hero-anim[data-lm-hero="2"] { animation-delay: 0.24s; }
.lm-hero-anim[data-lm-hero="3"] { animation-delay: 0.38s; }
.lm-hero-anim[data-lm-hero="4"] { animation-delay: 0.5s; }
.lm-hero-anim[data-lm-hero="5"] { animation-delay: 0.28s; transform: translateX(30px); }

.lm-hero-anim[data-lm-hero="5"] {
	animation-name: lm-rise-x;
}

/* —— SPLIT TEXT —— */
.lm-split-word {
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	padding-bottom: 0.08em;
	margin-bottom: -0.08em;
}

.lm-split-word__inner {
	display: inline-block;
	will-change: transform, opacity, filter;
}

/* —— TICKER —— */
.lm-ticker {
	overflow: hidden;
	background: var(--lm-signal);
	color: #fff;
	padding: 0.95rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lm-ticker__track {
	display: flex;
	width: max-content;
	gap: 1.15rem;
	animation: lm-marquee 40s linear infinite;
	font-family: var(--lm-font-display);
	font-size: clamp(0.95rem, 1.6vw, 1.15rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
	will-change: transform;
}

.lm-ticker__mark {
	opacity: 0.55;
}

/* —— HORIZONTAL PRODUCT SCROLL —— */
.lm-hscroll {
	position: relative;
	background: var(--lm-paper);
}

.lm-hscroll__sticky {
	position: sticky;
	top: 0;
	height: 100vh;
	height: 100dvh;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	background: var(--lm-paper);
	z-index: 2;
}

@supports (height: 100dvh) {
	.lm-hscroll__sticky {
		height: calc(100dvh - 72px);
		top: 72px;
	}
}

.lm-hscroll__rail {
	width: 100%;
	padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(2rem, 4vw, 3rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: clamp(1.25rem, 3vw, 2rem);
	overflow: hidden;
}

.lm-hscroll__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	flex-wrap: wrap;
	padding: 0 clamp(1.25rem, 4vw, 3.5rem);
}

.lm-hscroll__head-copy {
	min-width: 0;
}

.lm-hscroll__heading {
	margin: 0.35rem 0 0;
}

.lm-hscroll__all {
	margin-left: auto;
}

.lm-hscroll__hint {
	display: none;
	width: 100%;
	margin: 0.15rem 0 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--lm-mute);
	gap: 0.45rem;
	align-items: center;
	transition: opacity 0.35s ease;
}

.lm-hscroll__hint.is-faded {
	opacity: 0;
}

.lm-hscroll__track {
	display: flex;
	align-items: stretch;
	gap: clamp(1.15rem, 2.2vw, 1.75rem);
	width: max-content;
	padding: 0.65rem clamp(1.25rem, 4vw, 3.5rem) 0.35rem;
	will-change: transform;
}

.lm-hscroll__panel {
	flex: 0 0 min(58vw, 380px);
	width: min(58vw, 380px);
	will-change: transform, opacity;
}

.lm-hscroll__panel .lm-product {
	height: 100%;
}

.lm-hscroll__panel .lm-product__media {
	aspect-ratio: 1 / 1.08;
	overflow: hidden;
}

.lm-hscroll__panel .lm-product__media img {
	will-change: transform;
}

.lm-home.is-desktop-motion .lm-hscroll__panel .lm-product {
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.lm-home.is-desktop-motion .lm-hscroll__panel:hover .lm-product {
	transform: translateY(-6px);
}

.lm-hscroll__panel--cta {
	display: flex;
}

.lm-hscroll__cta {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 100%;
	padding: 1.5rem;
	background: var(--lm-ink);
	color: #fff !important;
	text-decoration: none !important;
	transition: background 0.25s ease, transform 0.25s ease;
	overflow: hidden;
}

.lm-hscroll__cta:hover {
	background: var(--lm-signal);
	transform: translateY(-3px);
}

.lm-hscroll__cta-label {
	font-family: var(--lm-font-display);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	max-width: 8ch;
}

.lm-hscroll__cta-arrow {
	font-size: 2rem;
	align-self: flex-end;
	line-height: 1;
	transition: transform 0.3s ease;
}

.lm-hscroll__cta:hover .lm-hscroll__cta-arrow {
	transform: translateX(6px);
}

.lm-hscroll__progress {
	display: none;
	height: 3px;
	margin: 0.35rem clamp(1.25rem, 4vw, 3.5rem) 0;
	background: rgba(11, 11, 11, 0.1);
	overflow: hidden;
}

.lm-home.is-desktop-motion .lm-hscroll__progress {
	display: block;
}

.lm-hscroll__progress-bar {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--lm-signal);
	transform: scaleX(0);
	transform-origin: left center;
	will-change: transform;
}

/* —— MANIFESTO —— */
.lm-manifesto {
	padding: clamp(4rem, 10vw, 7.5rem) clamp(1.25rem, 4vw, 3.5rem);
	background: #f3f2ef;
}

.lm-home.is-desktop-motion .lm-manifesto {
	padding: clamp(5.5rem, 12vw, 9rem) clamp(1.25rem, 4vw, 3.5rem);
}

.lm-manifesto__inner {
	max-width: 920px;
	margin: 0 auto;
}

.lm-manifesto__eyebrow {
	margin: 0 0 1.25rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--lm-signal);
}

.lm-manifesto__copy {
	margin: 0;
	font-family: var(--lm-font-display);
	font-size: clamp(1.85rem, 4.8vw, 3.35rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: var(--lm-ink);
}

.lm-home.is-desktop-motion .lm-manifesto__copy {
	font-size: clamp(2.1rem, 5.2vw, 3.75rem);
}

/* —— PRODUCT REEL —— */
.lm-reel {
	width: 100%;
	background: #0a0a0a;
	padding: 0 0 clamp(2rem, 5vw, 3.5rem);
}

.lm-home.is-desktop-motion .lm-reel {
	padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.lm-reel__pin {
	padding: 0 clamp(0.75rem, 2vw, 1.5rem);
}

.lm-home.is-desktop-motion .lm-reel__pin {
	padding: 0 clamp(1.5rem, 4vw, 3.5rem);
}

.lm-reel__frame {
	overflow: hidden;
	transform-origin: center center;
	will-change: transform, border-radius;
}

.lm-reel__stage {
	position: relative;
	width: 100%;
	min-height: min(88vh, 820px);
	overflow: hidden;
	background: #0a0a0a;
}

.lm-reel__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.lm-reel__veil {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(10, 10, 10, 0.72) 0%, rgba(10, 10, 10, 0.2) 42%, rgba(10, 10, 10, 0.15) 100%),
		linear-gradient(0deg, rgba(10, 10, 10, 0.55) 0%, transparent 42%);
	z-index: 1;
}

.lm-reel__caption {
	position: absolute;
	left: clamp(1.25rem, 4vw, 3.5rem);
	bottom: clamp(1.75rem, 5vw, 3.25rem);
	z-index: 2;
	max-width: 28rem;
}

.lm-reel__title {
	margin: 0;
	font-family: var(--lm-font-display);
	font-size: clamp(1.85rem, 4.5vw, 3.1rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #fff !important;
}

/* —— PRODUCT CARDS —— */
.lm-product {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.lm-product__media {
	position: relative;
	display: block;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: var(--lm-stone);
	text-decoration: none !important;
}

.lm-product__media img,
.lm-product__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

.lm-product:hover .lm-product__media img,
.lm-product:hover .lm-product__img {
	transform: scale(1.06);
	filter: contrast(1.05);
}

.lm-product__badge {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.4rem 0.65rem;
	background: var(--lm-signal);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.lm-product__meta {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.75rem;
	align-items: start;
}

.lm-product__index {
	font-family: var(--lm-font-display);
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--lm-signal);
	padding-top: 0.2rem;
}

.lm-product__title {
	margin: 0 0 0.3rem;
	font-family: var(--lm-font-body);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.3;
}

.lm-product__title a {
	color: var(--lm-ink) !important;
	text-decoration: none !important;
}

.lm-product__title a:hover {
	color: var(--lm-signal) !important;
}

.lm-product__price {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--lm-mute);
}

.lm-product__free-shipping {
	margin: 0.3rem 0 0;
	color: #15803d;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2;
}

.lm-product__price ins {
	text-decoration: none;
	color: var(--lm-signal);
}

.lm-product__price del {
	opacity: 0.5;
	margin-right: 0.35rem;
}

.lm-empty {
	text-align: center;
	color: var(--lm-mute);
	padding: 2rem;
}

/* —— ABOUT —— */
.lm-about {
	background: var(--lm-ink);
	color: #fff;
	padding: clamp(3.75rem, 9vw, 7rem) clamp(1.25rem, 4vw, 3.5rem);
	position: relative;
	overflow: hidden;
}

.lm-about::before {
	content: "";
	position: absolute;
	inset: auto -10% -30% auto;
	width: min(55vw, 480px);
	height: min(55vw, 480px);
	border: 48px solid rgba(207, 42, 42, 0.12);
	border-radius: 50%;
	pointer-events: none;
}

.lm-about__inner {
	position: relative;
	z-index: 1;
	max-width: 920px;
	margin: 0 auto;
}

.lm-about__intro {
	margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.lm-about__intro .lm-heading {
	color: #fff;
	max-width: 16ch;
}

.lm-about__logo {
	margin-top: 1.5rem;
	width: 64px;
	height: auto;
	border-radius: 10px;
}

.lm-about__pull {
	margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
	padding: 0 0 0 1.15rem;
	border-left: 3px solid var(--lm-signal);
	font-family: var(--lm-font-display);
	font-size: clamp(1.2rem, 2.4vw, 1.65rem);
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
}

.lm-about__copy {
	display: grid;
	gap: 1.15rem;
	max-width: 42rem;
}

.lm-about__copy p {
	margin: 0;
	font-size: clamp(1rem, 1.5vw, 1.1rem);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.72);
}

/* —— FINALE —— */
.lm-finale {
	position: relative;
	isolation: isolate;
	min-height: clamp(420px, 62vh, 620px);
	display: grid;
	place-items: center;
	padding: clamp(4.5rem, 10vw, 7.5rem) clamp(1.25rem, 4vw, 3.5rem);
	text-align: center;
	overflow: hidden;
	background: #0b0b0b;
}

.lm-finale__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--lm-finale-bg, none);
	background-size: cover;
	background-position: center;
	transform: scale(1.04);
	filter: saturate(0.9) contrast(1.05);
}

.lm-finale__veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(8, 8, 8, 0.55) 0%, rgba(8, 8, 8, 0.78) 45%, rgba(8, 8, 8, 0.92) 100%),
		radial-gradient(70% 80% at 50% 100%, rgba(207, 42, 42, 0.28), transparent 60%);
}

.lm-finale__inner {
	position: relative;
	z-index: 2;
	max-width: 40rem;
	margin: 0 auto;
}

.lm-finale__title {
	margin: 0 0 0.9rem;
	font-size: clamp(2rem, 5vw, 3.4rem);
	font-weight: 800;
	line-height: 1.08;
	color: #fff !important;
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}

.lm-finale__text {
	margin: 0 auto 1.85rem;
	max-width: 28rem;
	font-size: 1.05rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
}

.lm-finale .lm-btn--signal {
	box-shadow: 0 12px 36px rgba(207, 42, 42, 0.4);
}

/* —— NEWSLETTER —— */
.lm-newsletter {
	padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1.25rem, 4vw, 3.5rem);
	background:
		radial-gradient(90% 120% at 100% 0%, rgba(207, 42, 42, 0.08), transparent 55%),
		var(--lm-paper);
}

.lm-newsletter__panel {
	max-width: 980px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: end;
	padding: clamp(1.75rem, 4vw, 2.5rem);
	background: #fff;
	border: 1px solid var(--lm-line);
}

.lm-newsletter__copy .lm-heading {
	margin-bottom: 0.65rem;
}

.lm-newsletter__text {
	margin: 0;
	color: var(--lm-mute);
	line-height: 1.55;
	max-width: 32rem;
}

.lm-newsletter__form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.65rem;
	align-items: start;
}

.lm-newsletter__input {
	width: 100%;
	border: 1.5px solid var(--lm-line) !important;
	background: var(--lm-paper) !important;
	color: var(--lm-ink) !important;
	-webkit-text-fill-color: var(--lm-ink) !important;
	padding: 0.95rem 1rem !important;
	border-radius: 2px !important;
	font-family: var(--lm-font-body) !important;
	font-size: 0.98rem !important;
	height: auto !important;
	box-shadow: none !important;
}

.lm-newsletter__input:focus {
	border-color: var(--lm-signal) !important;
	outline: none !important;
}

.lm-newsletter__input::placeholder {
	color: rgba(11, 11, 11, 0.4) !important;
	-webkit-text-fill-color: rgba(11, 11, 11, 0.4) !important;
}

.lm-newsletter__submit {
	white-space: nowrap;
}

.lm-newsletter__status {
	grid-column: 1 / -1;
	margin: 0.15rem 0 0;
	font-size: 0.9rem;
	font-weight: 600;
}

.lm-newsletter__status.is-success {
	color: #1f7a3c;
}

.lm-newsletter__status.is-error {
	color: var(--lm-signal);
}

/* —— MOTION —— */
.lm-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--lm-delay, 0s);
}

.lm-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes lm-rise {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes lm-rise-x {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes lm-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* —— RESPONSIVE —— */
@media (max-width: 1024px) {
	.lm-hscroll__panel {
		flex-basis: min(68vw, 300px);
		width: min(68vw, 300px);
	}
}

@media (max-width: 900px) {
	/* Mobile banner: full-bleed image + content overlaid in one composition */
	.lm-hero {
		min-height: auto;
	}

	.lm-hero__stage {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		position: relative;
		min-height: calc(100dvh - 7.5rem);
		min-height: calc(100vh - 7.5rem);
	}

	.lm-hero__visual {
		grid-area: 1 / 1;
		position: absolute;
		inset: 0;
		min-height: 100%;
		z-index: 0;
		order: unset;
	}

	.lm-hero__video {
		filter: saturate(1.02) contrast(1.05) brightness(0.55);
	}

	.lm-hero__visual::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		pointer-events: none;
		background:
			linear-gradient(
				180deg,
				rgba(5, 5, 5, 0.35) 0%,
				rgba(5, 5, 5, 0.12) 40%,
				rgba(5, 5, 5, 0.55) 70%,
				rgba(5, 5, 5, 0.88) 100%
			);
	}

	.lm-hero__stack {
		display: none;
	}

	.lm-hero__shot--1,
	.lm-hero__shot--2,
	.lm-hero__shot--3 {
		display: none;
	}

	.lm-hero__fallback {
		position: absolute;
		inset: 0;
	}

	.lm-hero__slash {
		display: none;
	}

	.lm-hero__copy {
		grid-area: 1 / 1;
		position: relative;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		min-height: inherit;
		padding:
			clamp(5.5rem, 18vw, 7rem)
			clamp(1.15rem, 5vw, 1.75rem)
			clamp(1.75rem, 5vw, 2.5rem);
		padding-left: max(1.15rem, env(safe-area-inset-left));
		padding-right: max(1.15rem, env(safe-area-inset-right));
		background: transparent;
	}

	.lm-hero__brand {
		margin-bottom: 1.1rem;
	}

	.lm-hero__logo {
		width: 52px;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
	}

	.lm-hero__brand-text {
		font-size: 1.05rem;
	}

	.lm-hero__title {
		font-size: clamp(2.35rem, 10.5vw, 3.25rem);
		margin-bottom: 0.85rem;
		max-width: 11ch;
	}

	.lm-hero__lede {
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom: 1.35rem;
		max-width: 28rem;
		color: rgba(255, 255, 255, 0.92) !important;
	}

	.lm-hero__actions {
		gap: 0.65rem;
	}

	.lm-hero__actions .lm-btn {
		min-height: 48px;
		padding: 0.95rem 1.2rem;
		flex: 1 1 auto;
	}

	.lm-ticker {
		padding: 0.75rem 0;
	}

	.lm-ticker__track {
		gap: 0.85rem;
		font-size: 0.7rem;
		animation-duration: 32s;
	}

	.lm-hscroll__progress {
		display: none !important;
	}

	.lm-hscroll__progress.is-mobile {
		display: block !important;
		margin: 0.25rem clamp(1.15rem, 5vw, 1.75rem) 0.15rem;
		height: 2px;
		background: rgba(40, 45, 53, 0.12);
		border-radius: 2px;
		overflow: hidden;
	}

	.lm-hscroll__progress.is-mobile .lm-hscroll__progress-bar {
		background: var(--lm-signal);
	}

	.lm-hscroll__sticky {
		position: relative;
		top: auto;
		height: auto !important;
		min-height: 0;
		overflow: visible;
	}

	.lm-hscroll {
		height: auto !important;
		padding-bottom: 0.75rem;
	}

	.lm-hscroll__rail {
		overflow: visible;
		padding: clamp(1.75rem, 5vw, 2.75rem) 0 1rem;
		gap: 0.75rem;
	}

	.lm-hscroll__head {
		padding: 0 clamp(1.15rem, 5vw, 1.75rem);
		flex-direction: row;
		align-items: flex-end;
		flex-wrap: wrap;
		gap: 0.5rem 1rem;
	}

	.lm-hscroll__heading {
		font-size: clamp(1.45rem, 6.5vw, 1.85rem);
	}

	.lm-hscroll__all {
		margin-left: auto;
		font-size: 0.78rem;
	}

	.lm-hscroll__hint {
		display: inline-flex;
		order: 3;
		width: 100%;
		margin: 0.15rem 0 0;
		pointer-events: none;
		color: var(--lm-mute);
	}

	.lm-hscroll.is-mobile-snap .lm-hscroll__hint {
		display: inline-flex;
	}

	.lm-hscroll__track,
	.lm-hscroll.is-mobile-snap .lm-hscroll__track {
		display: flex;
		align-items: stretch;
		width: auto;
		max-width: none;
		gap: 0.85rem;
		padding: 0.65rem 1.15rem 1.15rem;
		padding-right: 16vw;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x proximity;
		scroll-padding-inline: 1.15rem;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
		transform: none !important;
		will-change: auto;
		touch-action: pan-x;
	}

	.lm-hscroll__track::-webkit-scrollbar,
	.lm-hscroll.is-mobile-snap .lm-hscroll__track::-webkit-scrollbar {
		display: none;
	}

	.lm-hscroll__panel,
	.lm-hscroll.is-mobile-snap .lm-hscroll__panel {
		flex: 0 0 min(72vw, 300px);
		width: min(72vw, 300px);
		max-width: none;
		scroll-snap-align: start;
		scroll-snap-stop: normal;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		filter: none !important;
		animation: none !important;
		will-change: auto;
	}

	.lm-hscroll__panel--cta,
	.lm-hscroll.is-mobile-snap .lm-hscroll__panel--cta {
		flex: 0 0 min(64vw, 260px);
		width: min(64vw, 260px);
		min-height: auto;
		grid-column: auto;
	}

	.lm-hscroll__cta,
	.lm-hscroll.is-mobile-snap .lm-hscroll__cta {
		min-height: 100%;
		aspect-ratio: 3 / 4;
		justify-content: space-between;
		padding: 1.25rem;
	}

	.lm-hscroll__cta-label,
	.lm-hscroll.is-mobile-snap .lm-hscroll__cta-label {
		font-size: clamp(1.25rem, 5.5vw, 1.6rem);
	}

	.lm-hscroll.is-mobile-snap .lm-product__media {
		aspect-ratio: 3 / 4;
	}

	.lm-hscroll.is-mobile-snap .lm-product__title {
		font-size: 0.9rem;
		-webkit-line-clamp: 2;
	}

	/* Kill desktop hover lift on touch */
	.lm-home .lm-hscroll__panel:hover .lm-product {
		transform: none;
	}

	.lm-home.is-desktop-motion .lm-hscroll__panel:hover .lm-product {
		transform: none;
	}

	.lm-manifesto {
		padding: clamp(2.75rem, 8vw, 4rem) clamp(1.15rem, 5vw, 1.75rem);
	}

	.lm-manifesto__copy {
		font-size: clamp(1.45rem, 7.2vw, 2.15rem);
		line-height: 1.2;
	}

	.lm-lanes,
	.lm-about__inner,
	.lm-finale__inner,
	.lm-newsletter__panel {
		padding-left: clamp(1.15rem, 5vw, 1.75rem);
		padding-right: clamp(1.15rem, 5vw, 1.75rem);
	}

	.lm-lanes {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.lm-newsletter__panel {
		grid-template-columns: 1fr;
	}

	.lm-newsletter__form {
		grid-template-columns: 1fr;
	}

	.lm-newsletter__submit {
		width: 100%;
		justify-content: center;
		min-height: 48px;
	}

	.lm-newsletter__input {
		font-size: 16px !important;
		min-height: 48px;
	}

	.lm-reel {
		padding: 0 0 1.5rem;
	}

	.lm-reel__pin {
		padding: 0 0.65rem;
	}

	.lm-reel__frame {
		border-radius: 12px;
		overflow: hidden;
		will-change: transform;
	}

	.lm-reel__stage {
		min-height: 62vh;
		border-radius: inherit;
	}

	.lm-reel__caption {
		left: 1.15rem;
		right: 1.15rem;
		bottom: 1.35rem;
		max-width: none;
	}

	.lm-reel__title {
		font-size: clamp(1.55rem, 7vw, 2.2rem);
	}

	.lm-finale__inner {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

@media (max-width: 560px) {
	.lm-hero__stage {
		min-height: calc(100dvh - 6.75rem);
		min-height: calc(100vh - 6.75rem);
	}

	.lm-hero__copy {
		padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
	}

	.lm-hero__title {
		font-size: clamp(2.1rem, 10vw, 2.75rem);
	}

	.lm-hero__lede {
		font-size: 0.95rem;
		margin-bottom: 1.2rem;
	}

	.lm-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.lm-hscroll__panel,
	.lm-hscroll.is-mobile-snap .lm-hscroll__panel {
		flex: 0 0 76vw;
		width: 76vw;
	}

	.lm-hscroll__panel--cta,
	.lm-hscroll.is-mobile-snap .lm-hscroll__panel--cta {
		flex: 0 0 68vw;
		width: 68vw;
	}

	.lm-lanes__item a {
		grid-template-columns: 2.5rem 1fr;
		grid-template-rows: auto auto;
		padding: 1rem 0.15rem;
	}

	.lm-lanes__meta {
		grid-column: 2;
	}

	.lm-lanes__arrow {
		display: none;
	}

	.lm-product__meta {
		gap: 0.45rem;
	}

	.lm-product__index {
		display: none;
	}

	.lm-about__pull {
		font-size: clamp(1.15rem, 5.5vw, 1.45rem);
	}
}


/* —— INSTAGRAM —— */
.lm-instagram {
	background: var(--lm-paper);
	border-top: 1px solid rgba(40, 45, 53, 0.08);
	padding: clamp(2.75rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 3.5rem);
}

.lm-instagram__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.lm-instagram__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.25rem 1.75rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.lm-instagram__head-copy {
	max-width: 40rem;
	min-width: 0;
}

.lm-instagram__head .lm-heading {
	margin: 0 0 0.55rem;
}

.lm-instagram__handle {
	color: inherit !important;
	text-decoration: none !important;
}

.lm-instagram__handle:hover {
	color: var(--lm-signal) !important;
}

.lm-instagram__lede {
	margin: 0;
	color: var(--lm-mute);
	font-size: 1.02rem;
	line-height: 1.55;
}

.lm-instagram__embed {
	width: 100%;
	min-height: 200px;
	background: #fff;
	border: 1px solid var(--lm-line);
	overflow: hidden;
}

.lm-instagram__embed--live {
	min-height: 420px;
	padding: 0.75rem;
	background: transparent;
	border: 0;
}

.lm-instagram__embed iframe,
.lm-instagram__embed .instagram-media {
	margin: 0 auto !important;
	max-width: 100% !important;
	width: 100% !important;
	min-width: 0 !important;
}

.lm-instagram__cta {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border: 1px solid var(--lm-line);
	background: #111;
	min-height: 320px;
	display: grid;
	place-items: center;
	padding: clamp(2rem, 5vw, 3rem) 1.25rem;
}

.lm-instagram__cta-grid {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 2px;
	opacity: 0.35;
	pointer-events: none;
}

.lm-instagram__cta-grid span {
	background:
		radial-gradient(80% 80% at 30% 20%, rgba(217, 53, 53, 0.55), transparent 60%),
		linear-gradient(145deg, #1c1c1c 0%, #2a2a2a 55%, #141414 100%);
}

.lm-instagram__cta-grid span:nth-child(2) {
	background:
		radial-gradient(70% 70% at 70% 40%, rgba(240, 236, 217, 0.18), transparent 55%),
		linear-gradient(160deg, #222 0%, #181818 100%);
}

.lm-instagram__cta-grid span:nth-child(3n) {
	background:
		radial-gradient(60% 80% at 50% 80%, rgba(217, 53, 53, 0.35), transparent 55%),
		#1a1a1a;
}

.lm-instagram__cta-copy {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 28rem;
	color: #fff;
}

.lm-instagram__cta-kicker {
	margin: 0 0 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65);
}

.lm-instagram__cta-handle {
	margin: 0 0 0.75rem;
	font-family: var(--lm-font-display);
	font-size: clamp(1.6rem, 4vw, 2.2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.lm-instagram__cta-text {
	margin: 0 0 1.35rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.98rem;
	line-height: 1.55;
}

.lm-instagram__fallback {
	display: flex;
	justify-content: center;
	margin: 1.25rem 0 0;
}

.lm-home-reviews {
	margin: 0;
}

.lm-home-reviews .lm-pd-block__inner {
	max-width: 1100px;
}

@media (max-width: 560px) {
	.lm-instagram__head {
		flex-direction: column;
		align-items: stretch;
	}

	.lm-instagram__head .lm-btn {
		width: 100%;
		justify-content: center;
	}
}
