.t02-s03,
.t02-s03 * {
	box-sizing: border-box;
}

.t02-s03 {
	--t02-gold: var(--color-brand-gold);
	--t02-progress: #d2a25a;
	--t02-ink: #0b0b0c;
	background: #fbfaf8;
	color: var(--t02-ink);
	font-family: var(--type-font-body);
	padding: 0 24px 70px;
}

.t02-s03__shell {
	border-top: 1px solid #dbd4c7;
	margin: 0 auto;
	max-width: 1280px;
	padding-top: 90px;
}

.t02-s03__heading-row {
	display: grid;
	grid-template-columns: 650px 590px;
	justify-content: space-between;
	margin-bottom: 66px;
}

.t02-s03__eyebrow {
	align-items: center;
	color: var(--t02-gold);
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 14px;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.t02-s03__eyebrow span {
	background: var(--t02-gold);
	display: block;
	height: 1px;
	width: 50px;
}

.t02-s03 h2 {
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: var(--section-heading-font-size, 56px);
	font-weight: var(--section-heading-font-weight, 900);
	letter-spacing: -0.7px;
	line-height: var(--section-heading-line-height, 1);
	margin: 0;
	transform: translateY(5px);
}

.t02-s03__intro {
	align-self: end;
	color: #3f3e3d;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	margin: 0 0 7px;
}

.t02-s03__intro--mobile,
.t02-story-slider__body--mobile,
.t02-story-slider__counter {
	display: none;
}

.t02-story-slider {
	background: #111;
	border-radius: 18px;
	height: 560px;
	overflow: hidden;
	position: relative;
}

.t02-story-slider__visuals,
.t02-story-slider__visual,
.t02-story-slider__visual img,
.t02-story-slider__tone,
.t02-story-slider__nav-shade,
.t02-story-slider__content-shade {
	inset: 0;
	position: absolute;
}

.t02-story-slider__visual {
	margin: 0;
	opacity: 0;
	transition: opacity 360ms ease;
}

.t02-story-slider__visual.is-active {
	opacity: 1;
}

.t02-story-slider__visual img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.t02-story-slider__visual[data-story-visual="0"] img {
	object-position: center 58%;
}

.t02-story-slider__tone {
	background: rgba(7, 8, 9, 0.22);
}

.t02-story-slider__nav-shade {
	background: linear-gradient(90deg, rgba(8, 9, 10, 0.56), rgba(8, 9, 10, 0.30) 62%, rgba(8, 9, 10, 0));
	right: auto;
	width: 610px;
}

.t02-story-slider__content-shade {
	background: linear-gradient(180deg, rgba(8, 9, 10, 0) 0%, rgba(8, 9, 10, 0.35) 38%, rgba(8, 9, 10, 0.92) 100%);
	top: 240px;
}

.t02-story-slider__tabs {
	display: flex;
	flex-direction: column;
	gap: 12px;
	left: 28px;
	position: absolute;
	top: 24px;
	width: 330px;
}

.t02-story-slider__tab {
	appearance: none;
	background: rgba(13, 15, 16, 0.34);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	color: var(--color-white);
	cursor: pointer;
	font: inherit;
	height: 96px;
	padding: 0;
	position: relative;
	text-align: left;
	transition: background 180ms ease, border-color 180ms ease;
}

.t02-story-slider__tab:hover,
.t02-story-slider__tab:focus-visible {
	background: rgba(13, 15, 16, 0.52);
	border-color: rgba(255, 255, 255, 0.62);
	outline: none;
}

.t02-story-slider__tab.is-active {
	background: rgba(13, 15, 16, 0.58);
	border-color: rgba(255, 255, 255, 0.16);
	height: 136px;
}

.t02-story-slider__tab-title {
	display: block;
	font-size: 19px;
	font-weight: 700;
	left: 21px;
	line-height: 24px;
	position: absolute;
	top: 23px;
	width: 258px;
}

.t02-story-slider__tab.is-active .t02-story-slider__tab-title {
	font-size: 23px;
	line-height: 29px;
	top: 21px;
	width: 284px;
}

.t02-story-slider__tab.is-active.is-single-line .t02-story-slider__tab-title {
	top: 27px;
}

.t02-story-slider__tab-detail {
	display: none;
	font-size: 14px;
	font-weight: 400;
	left: 21px;
	line-height: 19px;
	margin: 0;
	position: absolute;
	top: 75px;
	width: 282px;
}

.t02-story-slider__tab.is-active .t02-story-slider__tab-detail {
	display: block;
}

.t02-story-slider__tab.is-active.is-single-line .t02-story-slider__tab-detail {
	font-size: 15px;
	line-height: 21px;
	top: 65px;
}

.t02-story-slider__tab-arrow {
	font-size: 22px;
	line-height: 1;
	position: absolute;
	right: 17px;
	top: 31px;
}

.t02-story-slider__tab.is-active .t02-story-slider__tab-arrow {
	display: none;
}

.t02-story-slider__progress {
	background: rgba(255, 255, 255, 0.24);
	bottom: auto;
	display: none;
	height: 3px;
	left: 21px;
	overflow: hidden;
	position: absolute;
	top: 121px;
	width: 282px;
}

.t02-story-slider__tab.is-active .t02-story-slider__progress {
	display: block;
}

.t02-story-slider__tab.is-active.is-single-line .t02-story-slider__progress {
	top: 117px;
}

.t02-story-slider__progress span {
	background: var(--t02-progress);
	display: block;
	height: 100%;
	transform: scaleX(var(--story-progress, 0));
	transform-origin: left center;
	width: 100%;
}

.t02-story-slider__panel {
	color: var(--color-white);
	left: 402px;
	top: 314px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateY(6px);
	transition: opacity 240ms ease, transform 240ms ease;
	width: 720px;
}

.t02-story-slider__panel.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.t02-story-slider__category {
	color: var(--t02-progress);
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.t02-story-slider__panel h3 {
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: -0.35px;
	line-height: 46px;
	margin: 0 0 13px;
}

.t02-story-slider__body {
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	max-width: 690px;
}

.t02-story-slider__cta {
	color: var(--color-white);
	font-size: 14px;
	font-weight: 700;
	left: 0;
	line-height: 18px;
	position: absolute;
	text-decoration: none;
	top: 186px;
	text-transform: uppercase;
}

.t02-story-slider__cta:hover,
.t02-story-slider__cta:focus-visible {
	color: #f1c980;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.t02-story-slider__controls {
	display: flex;
	gap: 6px;
	position: absolute;
	right: 24px;
	top: 490px;
}

.t02-story-slider__controls button {
	align-items: center;
	appearance: none;
	background: var(--color-white);
	border: 1px solid var(--color-white);
	border-radius: 50%;
	color: #111;
	cursor: pointer;
	display: flex;
	font: 400 21px/1 "Gilroy", Arial, sans-serif;
	height: 46px;
	justify-content: center;
	padding: 0 0 2px;
	width: 46px;
}

.t02-story-slider__controls button:hover,
.t02-story-slider__controls button:focus-visible {
	background: rgba(194, 161, 112, 0.92);
	border-color: var(--color-white);
	color: #111;
	outline: none;
}

@media (max-width: 1199px) {
	.t02-s03__heading-row {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
		gap: 48px;
	}

	.t02-story-slider__panel {
		left: 390px;
		max-width: calc(100% - 430px);
	}
}

@media (max-width: 899px) {
	.t02-s03 {
		padding-inline: 20px;
	}

	.t02-s03__shell {
		padding-top: 64px;
	}

	.t02-s03__heading-row {
		display: block;
	}

	.t02-s03__intro {
		margin-top: 24px;
	}

	.t02-story-slider {
		height: auto;
		min-height: 720px;
	}

	.t02-story-slider__tabs {
		left: 20px;
		right: 20px;
		width: auto;
	}

	.t02-story-slider__panel {
		bottom: 90px;
		left: 24px;
		max-width: calc(100% - 48px);
		top: auto;
		width: auto;
	}

	.t02-story-slider__controls {
		bottom: 24px;
		top: auto;
	}
}

@media (max-width: 1023px) {
	.t02-s03 {
		height: 998px;
		padding: 0 20px;
	}

	.t02-s03__shell {
		height: 998px;
		padding: 0;
		position: relative;
		width: 100%;
	}

	.t02-s03__heading-row {
		display: block;
		margin: 0;
	}

	.t02-s03__eyebrow {
		font-size: 13px;
		gap: 14px;
		left: 0;
		line-height: 17px;
		margin: 0;
		position: absolute;
		top: 40px;
		width: 100%;
	}

	.t02-s03__eyebrow span {
		height: 2px;
		width: 42px;
	}

	.t02-s03 h2 {
		font-size: var(--section-heading-font-size, 38px);
		left: 0;
		letter-spacing: 0;
		line-height: var(--section-heading-line-height, 42px);
		margin: 0;
		position: absolute;
		top: 84px;
		transform: none;
		width: 100%;
	}

	.t02-s03__intro {
		font-size: 15px;
		font-weight: 400;
		left: 0;
		line-height: 22px;
		margin: 0;
		position: absolute;
		top: 192px;
		width: 100%;
	}

	.t02-s03__intro--desktop {
		display: none;
	}

	.t02-s03__intro--mobile {
		display: block;
	}

	.t02-story-slider {
		border-radius: 16px;
		height: 654px;
		left: 0;
		min-height: 0;
		position: absolute;
		top: 312px;
		width: 100%;
	}

	.t02-story-slider__visual[data-story-visual="0"] img {
		object-position: center 58%;
	}

	.t02-story-slider__nav-shade {
		display: none;
	}

	.t02-story-slider__content-shade {
		background: linear-gradient(180deg, rgba(7, 8, 9, 0) 0%, rgba(7, 8, 9, 0.35) 38%, rgba(7, 8, 9, 0.92) 100%);
		height: 434px;
		top: 220px;
	}

	.t02-story-slider__tabs {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(2, 58px);
		height: 124px;
		left: 12px;
		right: 12px;
		top: 14px;
		width: auto;
		z-index: 2;
	}

	.t02-story-slider__tab,
	.t02-story-slider__tab.is-active {
		align-items: center;
		background: rgba(13, 15, 16, 0.52);
		border-color: rgba(255, 255, 255, 0.12);
		border-radius: 9px;
		display: flex;
		height: 58px;
		padding: 0 11px;
	}

	.t02-story-slider__tab.is-active {
		background: rgba(13, 15, 16, 0.78);
		border-color: rgba(210, 162, 90, 0.9);
	}

	.t02-story-slider__tab-title,
	.t02-story-slider__tab.is-active .t02-story-slider__tab-title,
	.t02-story-slider__tab.is-active.is-single-line .t02-story-slider__tab-title,
	.t02-story-slider__tab:first-child .t02-story-slider__tab-title {
		display: block;
		font-size: 12px;
		left: auto;
		line-height: 14px;
		position: static;
		top: auto;
		width: 100%;
	}

	.t02-story-slider__tab-arrow,
	.t02-story-slider__progress {
		display: none;
	}

	.t02-story-slider__panel {
		bottom: auto;
		height: 654px;
		left: 0;
		max-width: none;
		pointer-events: none;
		top: 0;
		width: 100%;
	}

	.t02-story-slider__category {
		font-size: 13px;
		left: 20px;
		line-height: 17px;
		margin: 0;
		position: absolute;
		top: 318px;
		width: calc(100% - 40px);
	}

	.t02-story-slider__panel h3 {
		font-size: 30px;
		left: 20px;
		letter-spacing: 0;
		line-height: 34px;
		margin: 0;
		position: absolute;
		top: 346px;
		width: calc(100% - 40px);
	}

	.t02-story-slider__body {
		font-size: 15px;
		left: 20px;
		line-height: 22px;
		margin: 0;
		max-width: none;
		position: absolute;
		top: 396px;
		width: calc(100% - 40px);
	}

	.t02-story-slider__body--desktop {
		display: none;
	}

	.t02-story-slider__body--mobile {
		display: block;
	}

	.t02-story-slider__panel[data-story-panel="1"] .t02-story-slider__category,
	.t02-story-slider__panel[data-story-panel="2"] .t02-story-slider__category,
	.t02-story-slider__panel[data-story-panel="3"] .t02-story-slider__category {
		top: 262px;
	}

	.t02-story-slider__panel[data-story-panel="1"] h3,
	.t02-story-slider__panel[data-story-panel="2"] h3,
	.t02-story-slider__panel[data-story-panel="3"] h3 {
		top: 290px;
	}

	.t02-story-slider__panel[data-story-panel="1"] .t02-story-slider__body--mobile,
	.t02-story-slider__panel[data-story-panel="2"] .t02-story-slider__body--mobile,
	.t02-story-slider__panel[data-story-panel="3"] .t02-story-slider__body--mobile {
		line-height: 20px;
		top: 370px;
	}

	.t02-story-slider__cta {
		color: #d2a25a;
		left: 20px;
		pointer-events: auto;
		top: 560px;
		width: calc(100% - 40px);
	}

	.t02-story-slider__controls {
		bottom: auto;
		left: auto;
		right: 8px;
		top: 594px;
		z-index: 2;
	}

	.t02-story-slider__counter {
		color: #d2a25a;
		display: block;
		font-size: 12px;
		font-weight: 700;
		left: 20px;
		line-height: 16px;
		margin: 0;
		position: absolute;
		top: 615px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.t02-story-slider__visual,
	.t02-story-slider__panel,
	.t02-story-slider__tab {
		transition: none;
	}
}

@media (min-width: 1200px) {
	.t02-s03 {
		padding-bottom: 70px;
	}

	.t02-s03__shell {
		padding-top: 91px;
	}

	.t02-s03__heading-row {
		grid-template-columns: 650px 590px;
		margin-bottom: 42px;
	}

	.t02-s03__eyebrow {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 22px;
	}

	.t02-s03 h2 {
		font-size: var(--section-heading-font-size, 60px);
		letter-spacing: 0;
		line-height: var(--section-heading-line-height, 65px);
		transform: none;
	}

	.t02-s03__intro {
		align-self: start;
		color: #303030;
		font-size: 18px;
		font-weight: 500;
		line-height: 24px;
		margin: 66px 0 0;
	}

	.t02-story-slider__tabs {
		gap: 12px;
		top: 70px;
	}

	.t02-story-slider__tab,
	.t02-story-slider__tab.is-active {
		height: 96px;
	}

	.t02-story-slider__tab-title,
	.t02-story-slider__tab.is-active .t02-story-slider__tab-title,
	.t02-story-slider__tab.is-active.is-single-line .t02-story-slider__tab-title {
		font-size: 22px;
		line-height: 28px;
		left: 21px;
		top: 23px;
		width: 258px;
	}

	.t02-story-slider__tab:first-child .t02-story-slider__tab-title {
		top: 32px;
	}

	.t02-story-slider__tab-arrow,
	.t02-story-slider__tab.is-active .t02-story-slider__tab-arrow {
		display: block;
		font-size: 18px;
		line-height: 20px;
		right: 17px;
		top: 36px;
	}

	.t02-story-slider__tab.is-active .t02-story-slider__tab-arrow {
		color: #d1a361;
		font-size: 20px;
		line-height: 22px;
	}

	.t02-story-slider__panel {
		left: 402px;
		top: 314px;
		width: 720px;
	}

	.t02-story-slider__category {
		font-size: 12px;
		letter-spacing: .4px;
		line-height: 16px;
		margin-bottom: 14px;
	}

	.t02-story-slider__panel h3 {
		font-size: 42px;
		letter-spacing: 0;
		line-height: 48px;
		margin-bottom: 12px;
	}

	.t02-story-slider__body {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		max-width: 720px;
	}

	.t02-story-slider__cta {
		color: #d2a25a;
		top: 194px;
	}
}
