@font-face {
	font-family: "AGGA Playfair";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/playfair-display-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: "AGGA Playfair";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/playfair-display-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "AGGA Playfair";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/playfair-display-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "AGGA Jost";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/jost-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: "AGGA Jost";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/jost-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "AGGA Jost";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/jost-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.agga-ls,
.agga-ls * {
	box-sizing: border-box;
}

.agga-ls {
	--agga-red: #ad1734;
	--agga-wine: #552230;
	--agga-ink: #21191c;
	--agga-cream: #fff8f4;
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 360px;
	max-height: 550px;
	aspect-ratio: 1300 / 550;
	margin: 0 auto;
	isolation: isolate;
	font-family: "AGGA Jost", Jost, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.agga-ls--ui-font-playfair {
	font-family: "AGGA Playfair", Georgia, "Times New Roman", serif;
}

.agga-ls__stage {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #f4efed;
	box-shadow: inset 0 0 0 1px rgba(72, 37, 45, .08);
}

.agga-ls__stage::after {
	content: "";
	position: absolute;
	inset: 12px;
	z-index: 6;
	border: 1px solid rgba(255, 255, 255, .28);
	pointer-events: none;
}

.agga-ls__slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 560ms cubic-bezier(.22, .61, .36, 1), visibility 0s linear 560ms;
}

.agga-ls__slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}

.agga-ls__picture,
.agga-ls__picture::after,
.agga-ls__image,
.agga-ls__cover-link {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.agga-ls__picture {
	z-index: 0;
	overflow: hidden;
	background: #eee8e5;
}

.agga-ls__picture::after {
	content: "";
	z-index: 1;
	pointer-events: none;
}

.agga-ls__image {
	object-fit: cover;
	filter: saturate(1.025) contrast(1.015);
	transform: scale(1.006) translate3d(0, 0, 0);
	transition: transform var(--agga-ls-delay, 9000ms) cubic-bezier(.18, .68, .25, 1);
	will-change: transform;
}

.agga-ls__slide.is-active .agga-ls__image {
	transform: scale(1.05) translate3d(-.35%, 0, 0);
}

.agga-ls__slide--store .agga-ls__image {
	transform-origin: 42% 52%;
}

.agga-ls__slide--sale .agga-ls__image,
.agga-ls__slide--air .agga-ls__image {
	transform-origin: 68% 50%;
}

.agga-ls__slide--store .agga-ls__picture::after {
	background: linear-gradient(90deg, rgba(55, 20, 27, .06) 0%, rgba(55, 20, 27, 0) 49%, rgba(255, 248, 244, .37) 68%, rgba(255, 248, 244, .18) 100%);
}

.agga-ls__slide--sale .agga-ls__picture::after {
	background: linear-gradient(90deg, rgba(255, 250, 248, .72) 0%, rgba(255, 250, 248, .2) 47%, rgba(255, 255, 255, 0) 72%);
}

.agga-ls__slide--air .agga-ls__picture::after {
	background: linear-gradient(90deg, rgba(255, 248, 244, .48) 0%, rgba(255, 248, 244, .17) 43%, rgba(255, 255, 255, 0) 68%);
}

.agga-ls__cover-link {
	z-index: 2;
}

.agga-ls__content {
	position: absolute;
	top: 50%;
	left: 8.2%;
	z-index: 4;
	width: min(48%, 625px);
	transform: translateY(-50%);
	color: var(--agga-wine);
	pointer-events: none;
}

.agga-ls__content::before {
	content: "";
	display: block;
	width: 54px;
	height: 2px;
	margin-bottom: 22px;
	background: currentColor;
	opacity: .55;
	transform-origin: left center;
}

.agga-ls__slide--store .agga-ls__content {
	left: 61.5%;
	width: 32.5%;
	color: #52202c;
}

.agga-ls__content > * {
	pointer-events: none;
}

.agga-ls__content .agga-ls__cta {
	pointer-events: auto;
}

.agga-ls__content::before,
.agga-ls__eyebrow,
.agga-ls__title,
.agga-ls__cta,
.agga-ls__badge,
.agga-ls__watermark {
	opacity: 0;
}

.agga-ls__slide.is-active .agga-ls__content::before,
.agga-ls__slide.is-active .agga-ls__eyebrow,
.agga-ls__slide.is-active .agga-ls__title,
.agga-ls__slide.is-active .agga-ls__cta,
.agga-ls__slide.is-active .agga-ls__badge,
.agga-ls__slide.is-active .agga-ls__watermark {
	animation: agga-ls-reveal 760ms cubic-bezier(.2, .8, .25, 1) forwards;
}

.agga-ls__slide.is-active .agga-ls__content::before {
	animation-name: agga-ls-line;
}

.agga-ls__slide.is-active .agga-ls__eyebrow {
	animation-delay: 70ms;
}

.agga-ls__slide.is-active .agga-ls__title {
	animation-delay: 130ms;
}

.agga-ls__slide.is-active .agga-ls__badge {
	animation-name: agga-ls-badge;
	animation-delay: 230ms;
}

.agga-ls__slide.is-active .agga-ls__cta {
	animation-delay: 290ms;
}

.agga-ls__slide.is-active .agga-ls__watermark {
	animation-delay: 390ms;
}

.agga-ls__eyebrow {
	margin: 0 0 13px;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.agga-ls__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	color: inherit;
	font-family: "AGGA Playfair", Georgia, "Times New Roman", serif;
	line-height: .92;
	text-transform: none;
	text-shadow: 0 3px 28px rgba(255, 255, 255, .28);
}

.agga-ls--title-font-jost .agga-ls__title,
.agga-ls--title-font-jost .agga-ls__badge strong {
	font-family: "AGGA Jost", Jost, Arial, sans-serif;
	font-style: normal;
}

.agga-ls__title-main {
	font-size: clamp(52px, 5.25vw, 78px);
	font-weight: 700;
	letter-spacing: -.045em;
}

.agga-ls__title-sub {
	margin-top: 7px;
	font-size: clamp(45px, 4.3vw, 64px);
	font-weight: 700;
	font-style: italic;
	letter-spacing: -.025em;
}

.agga-ls__slide--store .agga-ls__title-main {
	font-size: clamp(49px, 4.55vw, 68px);
	letter-spacing: -.055em;
}

.agga-ls__slide--store .agga-ls__title-sub {
	font-size: clamp(42px, 3.8vw, 57px);
}

.agga-ls__cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 48px;
	margin-top: 31px;
	padding: 0 23px;
	overflow: hidden;
	isolation: isolate;
	border: 1px solid currentColor;
	color: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .13em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: color 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.agga-ls__cta::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--agga-wine);
	transform: translateX(-102%);
	transition: transform 280ms cubic-bezier(.22, .75, .25, 1);
}

.agga-ls__cta::after {
	content: "";
	position: absolute;
	left: 23px;
	bottom: 9px;
	width: 28px;
	height: 2px;
	background: var(--agga-red);
	transition: width 220ms ease;
}

.agga-ls__cta:hover,
.agga-ls__cta:focus-visible {
	border-color: var(--agga-wine);
	box-shadow: 0 12px 30px rgba(70, 22, 35, .16);
	color: var(--agga-cream);
}

.agga-ls__cta:hover::before,
.agga-ls__cta:focus-visible::before {
	transform: translateX(0);
}

.agga-ls__cta:hover::after,
.agga-ls__cta:focus-visible::after {
	width: calc(100% - 46px);
}

.agga-ls__cta:focus-visible,
.agga-ls__arrow:focus-visible,
.agga-ls__dot:focus-visible {
	outline: 3px solid var(--agga-red);
	outline-offset: 4px;
}

.agga-ls__cta-arrow {
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	line-height: 0;
	transition: transform 180ms ease;
}

.agga-ls__cta:hover .agga-ls__cta-arrow,
.agga-ls__cta:focus-visible .agga-ls__cta-arrow {
	transform: translateX(5px);
}

.agga-ls__slide--sale .agga-ls__content {
	color: #a61334;
}

.agga-ls__slide--sale .agga-ls__cta {
	margin-top: 73px;
}

.agga-ls__slide--air .agga-ls__content {
	color: #5b3743;
}

.agga-ls__badge {
	position: absolute;
	top: 50%;
	left: 43.5%;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(174, 21, 54, .78);
	border-radius: 50%;
	background: rgba(255, 252, 250, .9);
	box-shadow: 0 15px 40px rgba(76, 21, 31, .15);
	color: #b11536;
	line-height: 1;
	backdrop-filter: blur(8px);
	pointer-events: none;
}

.agga-ls__badge::after {
	content: "";
	position: absolute;
	inset: 7px;
	border: 1px solid rgba(174, 21, 54, .2);
	border-radius: inherit;
}

.agga-ls__badge strong {
	font-family: "AGGA Playfair", Georgia, serif;
	font-size: 31px;
	font-weight: 700;
}

.agga-ls__badge span {
	margin-top: 3px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.agga-ls__watermark {
	position: absolute;
	left: 7.8%;
	bottom: -12px;
	z-index: 3;
	max-width: 88%;
	overflow: hidden;
	color: rgba(255, 255, 255, var(--agga-watermark-opacity, .3));
	font-size: clamp(68px, 8vw, 118px);
	font-weight: 600;
	line-height: .9;
	letter-spacing: .32em;
	white-space: nowrap;
	pointer-events: none;
}

.agga-ls__slide--sale .agga-ls__watermark,
.agga-ls__slide--air .agga-ls__watermark {
	color: rgba(88, 42, 55, var(--agga-watermark-opacity, .3));
}

.agga-ls--watermark-font-playfair .agga-ls__watermark {
	font-family: "AGGA Playfair", Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: .24em;
}

.agga-ls--watermark-font-jost .agga-ls__watermark {
	font-family: "AGGA Jost", Jost, Arial, sans-serif;
}

.agga-ls__progress {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	height: 3px;
	background: rgba(255, 255, 255, .22);
	pointer-events: none;
}

.agga-ls__progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--agga-red);
	transform: scaleX(0);
	transform-origin: left center;
}

.agga-ls.is-timing .agga-ls__progress span {
	animation: agga-ls-progress var(--agga-ls-delay, 9000ms) linear forwards;
}

.agga-ls__arrow {
	position: absolute;
	top: 50%;
	z-index: 8;
	display: none;
	width: 54px;
	height: 68px;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: var(--agga-ink);
	cursor: pointer;
}

.agga-ls__arrow span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 27px;
	height: 27px;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
	transition: border-color 180ms ease, transform 180ms ease;
}

.agga-ls__arrow--prev {
	left: -88px;
}

.agga-ls__arrow--prev span {
	transform: translate(-30%, -50%) rotate(-45deg);
}

.agga-ls__arrow--next {
	right: -88px;
}

.agga-ls__arrow--next span {
	transform: translate(-70%, -50%) rotate(135deg);
}

.agga-ls__arrow:hover span {
	border-color: var(--agga-red);
}

.agga-ls__dots {
	position: absolute;
	right: 27px;
	bottom: 22px;
	z-index: 8;
	display: flex;
	gap: 10px;
}

.agga-ls__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid rgba(89, 42, 53, .72);
	border-radius: 50%;
	background: rgba(255, 255, 255, .6);
	box-shadow: 0 2px 8px rgba(65, 27, 37, .12);
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

.agga-ls__dot.is-active {
	background: var(--agga-red);
	transform: scale(1.2);
}

@keyframes agga-ls-reveal {
	from { opacity: 0; transform: translate3d(34px, 0, 0); }
	to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes agga-ls-line {
	from { opacity: 0; transform: scaleX(.1); }
	to { opacity: .55; transform: scaleX(1); }
}

@keyframes agga-ls-badge {
	from { opacity: 0; transform: translate(-50%, -50%) scale(.78) rotate(-5deg); }
	to { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(0); }
}

@keyframes agga-ls-progress {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}

@media (min-width: 768px) {
	.agga-ls {
		display: block;
	}
}

@media (min-width: 1200px) {
	.agga-ls__arrow {
		display: block;
	}

	.agga-ls__dots {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.agga-ls {
		min-height: 360px;
	}

	.agga-ls__content {
		left: 7%;
		width: 50%;
	}

	.agga-ls__slide--store .agga-ls__content {
		left: 57%;
		width: 38%;
	}

	.agga-ls__title-main {
		font-size: clamp(45px, 6vw, 64px);
	}

	.agga-ls__title-sub {
		font-size: clamp(39px, 5vw, 54px);
	}

	.agga-ls__slide--store .agga-ls__title-main {
		font-size: clamp(43px, 5.4vw, 59px);
	}

	.agga-ls__slide--store .agga-ls__title-sub {
		font-size: clamp(37px, 4.7vw, 51px);
	}

	.agga-ls__slide--sale .agga-ls__cta {
		margin-top: 51px;
	}

	.agga-ls__badge {
		left: 47%;
		width: 88px;
		height: 88px;
	}

	.agga-ls__watermark {
		left: 7%;
		font-size: clamp(62px, 9vw, 96px);
	}
}

@media (max-width: 767px) {
	.agga-ls {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.agga-ls__slide,
	.agga-ls__image,
	.agga-ls__cta,
	.agga-ls__cta::before,
	.agga-ls__cta::after,
	.agga-ls__cta-arrow {
		transition: none !important;
	}

	.agga-ls__slide.is-active .agga-ls__content::before,
	.agga-ls__slide.is-active .agga-ls__eyebrow,
	.agga-ls__slide.is-active .agga-ls__title,
	.agga-ls__slide.is-active .agga-ls__cta,
	.agga-ls__slide.is-active .agga-ls__badge,
	.agga-ls__slide.is-active .agga-ls__watermark,
	.agga-ls.is-timing .agga-ls__progress span {
		opacity: 1;
		animation: none !important;
	}
}
