/* OVERRIDES */
.monogram header { background: #000000 !important; }
cx-page-layout.ContentPage1Template { padding-top: 0 !important; }
/* END OVERRIDES */



html,
body {
}

.playPauseIcon,
.muteIcon,
.fullscreen img {
  display: inline-block !important;
}

.lkm {
	background: #000000;
	color: #ffffff;
}

.lkm img.lkm-img {
	max-width: 100%;
}

.lkm a {
	min-width: auto;
	min-height: auto;
}

.lkm h1,
.lkm h2 {
	margin: 0;
	padding: 0;
	text-align: center !important;
}

.lkm h2 {
	font-size: clamp(24px, 3vw, 28px);
	font-weight: 400;
	letter-spacing: 0.38em;
	line-height: 1.4;
	text-transform: uppercase;
	padding-bottom: 60px;
}

.lkm h3 {
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 400;
	letter-spacing: 0.38em;
	line-height: 1.4;
	text-transform: uppercase;
	padding: 0 0 40px 0;
}

.lkm {
	font-size: clamp(16px, 1vw, 20px);
}

@media (min-width: 1440px) {
	.lkm-container {
		max-width: 1440px;
	}
}

@media screen and (min-width: 1440px) and (max-width: 1500px) {
	.lkm-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 767px) {
	.lkm-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}



/* shop the look */
.lkm-shop {
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: left;
}

.lkm-shop h2 {
	text-align: left !important;
}

.lkm-shop p {
	width: 62%;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}

.lkm-panels {
	display: flex;
	gap: 30px;
	width: 100%;
	min-height: 530px;
	overflow: hidden;
}

.lkm-panel {
	position: relative;
	flex: 1;
	min-width: 55px;
	transition: flex 0.4s ease;
	background: #ECEBE7;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px; 
	text-align: left;

	background-size: cover;
	background-position: center;
}

.lkm-panel.active {
	flex: 4;
}

.lkm-panel .overlay {
	position: absolute;
	inset: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5)
    );
	pointer-events: none;
}

.lkm-panel.active .overlay {
	position: absolute;
	inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.lkm-panel video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.lkm-panel .lkm-shop-audio {
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url('https://legendarydurability.ca/monogram-timeless/images/icon-unmute.svg');
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.lkm-panel.is-playing.is-audio-on .lkm-shop-audio {
	background-image: url('https://legendarydurability.ca/monogram-timeless/images/icon-unmute.svg');
	opacity: 1;
}

.lkm-panel.is-playing .lkm-shop-audio {
	background-image: url('https://legendarydurability.ca/monogram-timeless/images/icon-mute.svg');
	opacity: 1;
}

.lkm-panel .panel-bottom {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.lkm-panel .panel-body {
	position: relative;
	max-height: 0; 
	overflow: hidden;
	transition: max-height 0.5s ease, opacity 0.3s ease;
	opacity: 0;
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 400;
	letter-spacing: 0.4rem;
	line-height: 1.4;
	color: #ECEBE7;
	text-transform: uppercase;
	padding: 30px 60px 0 0;
	z-index: 1;
}

.lkm-panel.active .panel-body {
	max-height: 300px;
	opacity: 1;
}

.lkm-panel .panel-body:hover,
.lkm-panel .panel-body:focus {
	text-decoration: none;
}

.lkm-panel.active .panel-body .panel-cta {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #DDC07F;
	background: linear-gradient(rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.1)), url('images/icon-arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

@media (max-width: 990px) {
	.lkm-shop {
		padding-top: 150px;
		padding-bottom: 100px;
	}
	
	.lkm-shop h2 {
		text-align: center !important;
	}

	.lkm-panels {
		min-height: unset;
		flex-direction: column;
	}

	.lkm-panel {
		flex: none;
		min-width: unset;
		min-height: unset;
		gap: 120px;
	}

	.lkm-panel.active {
		flex: none;
		min-height: 580px;
	}
}

@media (max-width: 568px) {
	.lkm-panel.active {
		min-height: 400px;
	}
}
/* end shop the look */


/* lkm content */
.lkm-content {
	padding-bottom: 200px;
}

.lkm-content h2 {
	text-align: left !important;
}

.lkm-content h2 span {
	color: #DDC07F;
	font-size: clamp(48px, 5vw, 90px);
	letter-spacing: 0.3em;
	line-height: 1;
	padding-bottom: 15px;
	display: block;
}

.lkm-content > div {
	display: flex;
	gap: 100px;
}

.lkm-content > div div {
	flex: 1;
}

.lkm-content > div div:last-child img {
	display: none;
}

@media (max-width: 990px) {
	.lkm-content {
		padding-bottom: 100px;
		text-align: center;
	}

	.lkm-content > div div:first-child img {
		display: none;
	}

	.lkm-content > div div:last-child img {
		padding-bottom: 60px;
		display: block;
	}

	.lkm-content h2 {
		text-align: center !important;
	}

	.lkm-content h2 span {
		line-height: 1.1;
	}

	.lkm-content > div {
		flex-direction: column;
	}
}
/* end lkm content */


/* lkm work */
.lkm-work {
	position: relative;
	height: 1050px;
	text-align: center;
}

.lkm-work h2 {
	color: #DDC07F;
	text-align: center !important;
}

.lkm-work h3 {
	padding-bottom: 20px;
}

.lkm-work-btn {
	position: relative;
	font-size: clamp(14px, 3vw, 16px);
	font-weight: 400;
	letter-spacing: 0.38rem;
	line-height: 1.5;
	text-transform: uppercase;
	background: transparent;
	color: #DDC07F;
	border: 1px solid #DDC07F;
	border-radius: 50px;
	padding: 20px 25px;
	margin: 20px 0 0 0;
	transition: all 0.3s;
	display: inline-block;
}

.lkm-work-btn:hover,
.lkm-work-btn:focus {
	background: #DDC07F;
	color: #000000;
	text-decoration: none;
}

/* ── Arc wheel ────────────────────────────────────────────────── */
.co-wheel-area {
	position: relative;
	width: 100%;
	flex-shrink: 0;
	height: 360px;
	overflow: visible;
	cursor: grab;
	touch-action: pan-y; /* allow vertical scroll on touch but we hijack horizontal */
}

.co-wheel-area.dragging {
	cursor: grabbing;
}

.co-card {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 250px;
	transform-origin: center center;
	will-change: transform, opacity;
	pointer-events: none; /* let wheel-area handle all pointer events */
}

.co-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	user-select: none;
	-webkit-user-drag: none;
	draggable: false;
}

/* ── Chevron buttons ──────────────────────────────────────────── */
.co-chevron {
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	z-index: 30;
	background: none;
	border: none;
	cursor: pointer;
	padding: 16px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.65;
	transition: opacity 0.25s ease;
}

.co-chevron:hover:not(:disabled) { opacity: 1; }

.co-chevron:disabled {
	opacity: 0.18;
	cursor: default;
}

.co-chevron svg { display: block; }

#co-prev { left:  clamp(12px, 5%, 80px); }
#co-next { right: clamp(12px, 5%, 80px); }

/* ── Text area ────────────────────────────────────────────────── */
.co-text-area {
	flex-shrink: 0;
	height: 260px;
	width: 100%;
	position: relative;
	z-index: 10;
}

.co-text-panel {
	position: absolute;
	top: 14px;
	left: 50%;
	transform: translateX(-50%);
	width: min(920px, 94vw);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
}

.co-text-panel.active {
	pointer-events: auto;
}

.co-slide-body {
	max-width: 750px;
}
/* end lkm work */



/* VIDEO CONTAINER */
.lkm-video {
	position: relative;
	height: 900px;
	overflow: hidden;
}

/*
.lkm-video .lkm-video-container {
	position: absolute;
	inset: 0;
	width: 50vw;
	height: 100vh;
}
*/

/* Initial state: full screen */
.lkm-video .lkm-video-container {
    position: absolute;
    inset: 0;
    width: 100vw;          /* starts full width */
    height: 100%;
    transform: scale(1); /* zoomed in */
    transform-origin: center center;
    transition: 
        width 1s ease-in-out 1s,           /* slide: starts after 1s delay */
        transform 0s ease-in-out 0s,        /* zoom out: happens first */
        transform-origin 0.5s ease-in-out 0s;
	cursor: url('images/icon-full-screen.svg'), pointer;
}

/* Final state: applied via JS */
.lkm-video .lkm-video-container.settled {
    width: 50vw;
    transform: scale(1);
    transform-origin: left center;
}

/* Expanded video: applied via JS */
.lkm-video.expanded .lkm-video-container {
    width: 100vw;
    transition: width 0.8s ease-in-out;
}

.lkm-video.expanded .lkm-container {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.lkm-video .lkm-video-container .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 1;
}

.lkm-video .monogram-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transform-origin: 45% 25%;
    opacity: 1;
    transition: transform 12s ease-in-out 2s, opacity 0.5s ease 2.5s;
    z-index: 2;
}

.lkm-video .monogram-overlay.animate {
    transform: scale(500) translate(0%, 0%);
    opacity: 0;
	pointer-events: none;
}

.lkm-video .lkm-video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.lkm-video .lkm-container {
	height: 100%;
}

.lkm-video .lkm-container > div {
	display: flex;
	gap: 0;
	height: 100%;
	padding-bottom: 60px;
}

.lkm-video .lkm-container > div > div {
	flex: 1;
}

.lkm-video .lkm-container > div > div:first-child {
	display: flex;
	align-items: flex-end;
}

.lkm-video .lkm-container > div > div:last-child { /* second container */
	display: flex;
}

.lkm-video .lkm-container > div > div:last-child > div { /* second container */
	flex: 1;
}

.lkm-video .lkm-container > div > div:last-child > div:first-child { /* second container - first photo */
	display: flex;
	align-items: flex-end;
	position: relative;
	top: -6%;
	left: -20%;
	z-index: 1;
}

.lkm-video .lkm-container > div > div:last-child > div:first-child p { /* second container - first photo */
	position: absolute;
	bottom: 0;
	left: 120%;
	width: 220px;
	margin: 0;
	padding: 0;
}

.lkm-video .lkm-container > div > div:last-child > div:last-child { /* second container - second photo */
	position: relative;
	top: 16%;
}

.lkm-video .lkm-container h1 {
	position: relative;
	color: #ffffff;
	font-size: clamp(50px, 7vw, 120px);
	font-weight: 400;
	letter-spacing: 0.3em;
	line-height: 1.02;
	text-transform: uppercase !important;
	text-align: left !important;
	z-index: 2;
}

.lkm-video .lkm-container h1 span {
	font-size: clamp(18px, 3vw, 20px);
	line-height: 1.2;
	letter-spacing: 0.5em;
	margin-bottom: 10px;
	display: block;
}

.lkm-video p.lkm-mobile {
	display: none;
}

.lkm-anim {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 1s ease, transform 1s ease;
}

.lkm-anim.visible {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 1024px) {
	.lkm-video {
		height: 800px;
	}
}

@media screen and (max-width: 990px) {
	.lkm-video {
		height: auto;
	}

	.lkm-video .lkm-video-container {
		transform: scale(1); /* no zoom for mobile */
	}

	/* Final state: applied via JS */
	.lkm-video .lkm-video-container.settled {
		width: 100vw; /* full width for mobile */
		transform: scale(1);
		transform-origin: left center;
	}

	.lkm-video .lkm-container {
		height: auto;
		padding-top: 50%;
	}

	.lkm-video .lkm-video-container video {
		height: 60%;
	}

	.lkm-video .lkm-container > div {
		flex-direction: column;
		height: auto;
		padding-bottom: 0;
	}

	.lkm-video .lkm-container h1 {
		text-align: center !important;
	}

	.lkm-video p.lkm-desktop {
		display: none;
	}

	.lkm-video p.lkm-mobile {
		width: 400px;
		margin: 0 auto;
		position: relative;
		text-align: center;
		padding: 40px 30px 0 30px;
		display: block;
		z-index: 1;
	}

	.lkm-video .lkm-container > div > div:first-child {
		flex-direction: column;
		align-items: center;
	}

	.lkm-video .lkm-container > div > div:last-child {
		gap: 20px;
		margin-top: -30px;
	}

	.lkm-video .lkm-container > div > div:last-child > div:first-child { /* second container - first photo */
		display: flex;
		align-items: flex-end;
		flex-direction: column;
		top: auto;
		left: auto;
	}

	.lkm-video .lkm-container > div > div:last-child > div:last-child img {
		margin-top: 50%;
	}

	.lkm-video .monogram-overlay {
		transform-origin: center center;
	}
}

@media screen and (max-width: 768px) {
	.lkm-video .lkm-container {
		padding-top: 60%;
	}
}

@media screen and (max-width: 640px) {
	.lkm-video .lkm-container {
		padding-top: 80%;
	}
}

@media screen and (max-width: 568px) {
	.lkm-video .lkm-container {
		padding-top: 90%;
	}

	.lkm-video p.lkm-mobile {
		width: auto;
	}
}


.lkm-video-container {
	position: relative;
}

.lkm-video-controls {
  position: absolute;
  bottom: 70px;
  left: 40px;
  right: 40px;
  background: rgba(0,0,0,0.5);
  border-radius: 50px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}

.lkm-video .lkm-video-controls {
	opacity: 0;
}

.lkm-video.expanded .lkm-video-controls {
	opacity: 1;
}

.lkm-video.expanded .lkm-video-container .overlay,
.lkm-video.expanded .playvideo {
	display: none;
}

.lkm-video.expanded .lkm-anim.visible {
    opacity: 0;
	pointer-events: none;
}

@media screen and (max-width: 991px) {
	.lkm-video-controls {
		bottom: 50px;
		left: 20px;
		right: 20px;
		padding: 10px;
	}
}

@media screen and (max-width: 990px) {
	.playvideo {
		position: absolute;
		top: 20px;
		right: 20px;
		background-image: url('images/icon-full-screen.svg');
		background-size: 45px 45px;
		width: 45px;
		height: 45px;
		z-index: 3;
	}
}

/* --- Buttons --- */
.lkm-video-controls button {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.2s;
}
.lkm-video-controls button:hover {
  transform: scale(1.05);
}
.lkm-video-controls button img {
	width: 36px;
	height: 36px;
}

@media screen and (max-width: 991px) {
	.lkm-video-controls button img {
		width: 20px;
		height: 20px;
	}
}

/* --- Sliders --- */
.lkm-video-controls input[type="range"] {
  flex: 1;
  cursor: pointer;
}

/* Timeline styling */

.seek-wrapper {
  display:flex; 
  width:100%;
}


.seek {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  border-radius: 0;
  background: #fff; /* fallback */
  margin: 0 10px;
  cursor: pointer;
}

.seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: none;
  margin-top: -1px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
	.seek {
		height: 2px;
	}

	.seek::-webkit-slider-thumb {
		margin-top: 0;
	}
}

input[type="range"]:focus {
  outline: none;
}
/* END VIDEO CONTAINER */




/* FOOTER */
.lkm.lkm-footer {
	background: transparent;
}

.lkm-footer {
	position: relative;
	height: 900px;
	color: #ffffff;
	cursor: url('images/icon-full-screen.svg'), pointer;
}

.lkm-footer .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
}

.lkm-footer .lkm-footer-bg {
	background: url('images/footer-interview.png') center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

.lkm-footer .lkm-video-container {
	position: absolute;
	inset: 0;
	width: 100vw;
	height: 100%;
}

.lkm-footer .lkm-video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.lkm-footer .lkm-container {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 5%;
	z-index: 2;
}

.lkm-footer h2 {
	color: #ffffff;
	font-size: clamp(30px, 4vw, 56px);
	font-weight: 400;
	letter-spacing: 0.35em;
	line-height: 1.3;
	padding: 0 0 40px 0;
}

.lkm-fr .lkm-footer h2 {
	font-size: clamp(24px, 4vw, 60px);
}

.lkm-footer img.lkm-sig {
	margin-bottom: 20%;
}

.lkm-fr .lkm-footer img.lkm-sig {
	margin-bottom: 10%;
}

.lkm-footer nav a {
	position: relative;
	font-size: clamp(12px, 3vw, 14px);
	font-weight: 400;
	letter-spacing: 0.532rem;
	line-height: 1.5;
	text-transform: uppercase;
	background: #DDC07F;
	color: #000000;
	border: 1px solid #DDC07F;
	border-radius: 50px;
	padding: 20px 25px;
	margin: 0 20px;
	transition: all 0.3s;
}

.lkm-fr.lkm-footer nav a {
	letter-spacing: 0.38em;
}

.lkm-footer nav a.active {
	background: transparent;
	color: #DDC07F;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
    cursor: pointer;
    pointer-events: none;
}

.lkm-footer nav a:hover,
.lkm-footer nav a:focus {
	background: transparent;
	color: #DDC07F;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	text-decoration: none;
}

.lkm-footer .lkm-learn-more {
	position: relative;
	background: #DDC07F;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 400;
	letter-spacing: 0.5rem;
	line-height: 1.4;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	padding: 40px 30px;
	display: block;
}

.lkm-footer .lkm-learn-more img {
	margin-left: 30px;
	margin-top: -6px;
}

@media (max-width: 1199px) {
	.lkm-footer nav a {
		margin: 30px 0;
		padding: 18px 25px;
		display: block;
	}

	.lkm-footer nav a:first-child {
		margin-top: 0;
	}

	.lkm-footer nav a:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 990px) {
	.lkm-footer {
		height: 600px;
	}

	.lkm-footer .lkm-learn-more {
		padding: 40px 60px 40px 30px;
		text-align: left;
	}

	.lkm-footer .lkm-learn-more img {
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
		margin: 0;
	}
}

.lkm-footer .lkm-video-controls {
	opacity: 0;
}

.lkm-footer.playing .lkm-video-controls {
    opacity: 1;
}

.lkm-footer .lkm-container {
    transition: opacity 0.4s ease;
}

.lkm-footer.playing .overlay,
.lkm-footer.playing .playvideo,
.lkm-footer.playing .lkm-container {
    opacity: 0;
    pointer-events: none;
}
/* END FOOTER */


/* yt embed */
.timeless-embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.timeless-embed-responsive.timeless-embed-responsive-item,
.timeless-embed-responsive iframe,
.timeless-embed-responsive embed,
.timeless-embed-responsive object,
.timeless-embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.timeless-embed-responsive.timeless-embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.timeless-embed-responsive.timeless-embed-responsive-4by3 {
	padding-bottom: 75%;
}
/* end yt embed */



[data-aos] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}