/* Triathlon equipment catalogue. Scoped to the dedicated page template. */

body.page-template-page-triatlonivarustus .site-content,
body.page-template-page-triatlonivarustus .site-content > .ast-container,
body.page-template-page-triatlonivarustus .site-main,
body.page-template-page-triatlonivarustus #primary {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.tf-equipment-page,
.tf-equipment-page * {
	box-sizing: border-box;
}

.tf-equipment-page {
	overflow: clip;
	background: var(--tf-paper, #f4f2ed);
	color: var(--tf-ink, #111);
	font-family: Inter, Montserrat, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.tf-equipment-page [hidden] {
	display: none !important;
}

.tf-equipment-page h1,
.tf-equipment-page h2,
.tf-equipment-page h3,
.tf-equipment-page h4,
.tf-equipment-page p,
.tf-equipment-page figure,
.tf-equipment-page dl,
.tf-equipment-page dd,
.tf-equipment-page ul {
	margin: 0;
}

.tf-equipment-page h1,
.tf-equipment-page h2,
.tf-equipment-page h3,
.tf-equipment-page h4 {
	color: inherit;
	font-family: inherit;
	font-weight: 590;
	letter-spacing: -.04em;
}

.tf-equipment-page section {
	scroll-margin-top: 108px;
}

.tf-equipment-page button,
.tf-equipment-page input {
	font: inherit;
}

.tf-eq-hero {
	position: relative;
	isolation: isolate;
	min-height: min(860px, calc(100svh - 92px));
	padding: clamp(72px, 8vw, 128px) 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 22%, rgba(103, 186, 255, .18), transparent 27%),
		radial-gradient(circle at 67% 88%, rgba(252, 190, 87, .14), transparent 30%),
		linear-gradient(135deg, #0b0c0d 0%, #151718 58%, #0b0c0d 100%);
	color: var(--tf-white, #fff);
}

.tf-eq-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
	content: "";
}

.tf-eq-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: var(--tf-spectrum);
	content: "";
}

.tf-eq-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
	gap: clamp(46px, 6vw, 96px);
	align-items: center;
}

.tf-eq-hero__copy {
	position: relative;
	z-index: 2;
}

.tf-eq-hero h1 {
	max-width: 830px;
	margin-top: 20px;
	font-size: clamp(3.35rem, 5.7vw, 6.5rem);
	line-height: .93;
	text-wrap: balance;
}

.tf-eq-lead {
	max-width: 700px;
	margin-top: 30px !important;
	color: #c9cbcd;
	font-size: clamp(1.08rem, 1.5vw, 1.34rem);
	line-height: 1.62;
}

.tf-eq-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 28px;
	align-items: center;
	margin-top: 34px;
}

.tf-eq-hero .tf-button {
	margin: 0;
}

.tf-eq-hero__text-link {
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .48);
	color: #fff;
	font-size: .92rem;
	font-weight: 700;
	text-decoration: none;
}

.tf-eq-hero__text-link:hover,
.tf-eq-hero__text-link:focus-visible {
	border-color: var(--tf-blue, #67baff);
	color: var(--tf-blue, #67baff);
}

.tf-eq-hero__metrics {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	column-gap: clamp(28px, 4vw, 52px);
	width: max-content;
	max-width: 100%;
	margin-top: clamp(48px, 7vw, 82px) !important;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, .16);
	list-style: none;
}

.tf-eq-hero__metrics li {
	display: grid;
	grid-template-columns: auto auto;
	gap: 8px;
	align-items: baseline;
	padding: 21px 0 0;
}

.tf-eq-hero__metrics strong {
	font-size: 1.5rem;
	letter-spacing: -.04em;
}

.tf-eq-hero__metrics span {
	color: #aeb1b3;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.tf-eq-hero__showcase {
	position: relative;
	min-height: 600px;
}

.tf-eq-hero-product {
	position: absolute;
	display: grid;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	background: linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .025));
	box-shadow: 0 32px 80px rgba(0, 0, 0, .34);
	backdrop-filter: blur(16px);
}

.tf-eq-hero-product img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .32));
}

.tf-eq-hero-product--bike {
	inset: 4% 2% 15% 2%;
	border-radius: 36px;
}

.tf-eq-hero-product--bike img {
	padding: 8%;
}

.tf-eq-hero-product--swim,
.tf-eq-hero-product--run {
	z-index: 2;
	width: 31%;
	aspect-ratio: 1;
	border-radius: 24px;
}

.tf-eq-hero-product--swim {
	top: 0;
	right: 0;
	transform: translate(14%, -8%) rotate(4deg);
}

.tf-eq-hero-product--run {
	right: 5%;
	bottom: 2%;
	transform: rotate(-3deg);
}

.tf-eq-hero-product--swim img,
.tf-eq-hero-product--run img {
	padding: 8%;
}

.tf-eq-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 475px);
	gap: clamp(32px, 7vw, 110px);
	align-items: end;
}

.tf-eq-section-head h2,
.tf-eq-stages h2,
.tf-eq-guide h2,
.tf-eq-health h2,
.tf-eq-cta h2 {
	max-width: 860px;
	margin-top: 14px;
	font-size: clamp(2.35rem, 4.7vw, 5.2rem);
	line-height: .98;
	text-wrap: balance;
}

.tf-eq-section-head > p,
.tf-eq-section-head__aside p {
	color: #55595c;
	font-size: 1.05rem;
	line-height: 1.7;
}

.tf-eq-section-head__aside > span {
	display: inline-block;
	margin-bottom: 13px;
	color: #6a6d70;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.tf-eq-workflow {
	padding: clamp(82px, 9vw, 140px) 0;
}

.tf-eq-workflow__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 54px;
	border-top: 1px solid var(--tf-line-light);
	border-left: 1px solid var(--tf-line-light);
}

.tf-eq-workflow__grid article {
	min-width: 0;
	padding: clamp(26px, 3.3vw, 44px);
	border-right: 1px solid var(--tf-line-light);
	border-bottom: 1px solid var(--tf-line-light);
	background: rgba(255, 255, 255, .55);
}

.tf-eq-workflow__grid span,
.tf-eq-stages__grid > article > span,
.tf-eq-principles span,
.tf-eq-dialog-guidance article > span {
	color: var(--tf-blue, #67baff);
	font-size: .73rem;
	font-weight: 850;
	letter-spacing: .14em;
}

.tf-eq-workflow__grid h3 {
	margin-top: 52px;
	font-size: clamp(1.3rem, 2vw, 1.7rem);
	line-height: 1.12;
}

.tf-eq-workflow__grid p {
	margin-top: 15px;
	color: #55595c;
	line-height: 1.65;
}

.tf-eq-stages {
	padding: clamp(76px, 8vw, 126px) 0;
	background: #eae7df;
}

.tf-eq-stages__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 52px;
	border-top: 1px solid var(--tf-line-light);
	border-left: 1px solid var(--tf-line-light);
}

.tf-eq-stages__grid article {
	display: flex;
	min-width: 0;
	min-height: 360px;
	flex-direction: column;
	padding: clamp(25px, 2.5vw, 36px);
	border-right: 1px solid var(--tf-line-light);
	border-bottom: 1px solid var(--tf-line-light);
	background: #f7f5f0;
	transition: background-color .2s ease, transform .2s ease;
}

.tf-eq-stages__grid article:hover {
	background: #fff;
	transform: translateY(-4px);
}

.tf-eq-stages__count {
	margin-top: 8px !important;
	color: #737577;
	font-size: .78rem;
	font-weight: 700;
}

.tf-eq-stages__grid h3 {
	margin-top: 36px;
	font-size: 1.45rem;
	line-height: 1.15;
}

.tf-eq-stages__grid h3 + p {
	margin-top: 14px;
	color: #515457;
	line-height: 1.65;
}

.tf-eq-stages__grid button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 50px;
	margin-top: auto;
	padding: 13px 18px;
	border: 1px solid rgba(17, 17, 17, .22);
	border-radius: 999px;
	background: rgba(255, 255, 255, .35);
	color: var(--tf-ink, #111);
	font-size: .82rem;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.tf-eq-stages__grid button:hover,
.tf-eq-stages__grid button:focus-visible {
	border-color: #111;
	background: #111;
	color: #fff;
	transform: translateY(-2px);
}

.tf-eq-stages__grid button:focus-visible {
	outline: 3px solid rgba(82, 185, 255, .42);
	outline-offset: 3px;
}

.tf-eq-nav {
	position: sticky;
	z-index: 40;
	top: 0;
	border-block: 1px solid var(--tf-line-dark);
	background: rgba(15, 16, 17, .94);
	color: var(--tf-white, #fff);
	backdrop-filter: blur(16px);
}

.admin-bar .tf-eq-nav {
	top: 32px;
}

.tf-eq-nav__inner {
	display: flex;
	gap: 28px;
	align-items: center;
}

.tf-eq-nav__brand {
	flex: 0 0 auto;
	color: #fff;
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .09em;
	text-decoration: none;
	text-transform: uppercase;
}

.tf-eq-nav__scroll {
	display: flex;
	flex: 1;
	gap: 4px;
	overflow-x: auto;
	padding-block: 10px;
	scrollbar-width: thin;
}

.tf-eq-nav__scroll a {
	flex: 0 0 auto;
	min-height: 44px;
	padding: 11px 16px;
	border-radius: 999px;
	color: #c6c8ca;
	font-size: .86rem;
	font-weight: 750;
	text-decoration: none;
}

.tf-eq-nav__scroll a:hover,
.tf-eq-nav__scroll a:focus-visible,
.tf-eq-nav__scroll a[aria-current="location"] {
	background: #fff;
	color: #111;
}

.tf-eq-catalogue {
	padding: clamp(78px, 8vw, 124px) 0 38px;
}

.tf-eq-finder {
	margin-top: 48px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid var(--tf-line-light);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(20, 22, 24, .055);
}

.tf-eq-search {
	position: relative;
	display: block;
}

.tf-eq-search > span {
	display: block;
	margin-bottom: 9px;
	font-size: .76rem;
	font-weight: 850;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.tf-eq-search input {
	width: 100%;
	height: 58px;
	padding: 0 56px 0 18px;
	border: 1px solid #bbbdbf;
	border-radius: 13px;
	background: #fafafa;
	color: #111;
	font-size: 1rem;
}

.tf-eq-search i {
	position: absolute;
	right: 23px;
	bottom: 20px;
	width: 16px;
	height: 16px;
	border: 2px solid #111;
	border-radius: 50%;
	pointer-events: none;
}

.tf-eq-search i::after {
	position: absolute;
	right: -6px;
	bottom: -4px;
	width: 7px;
	height: 2px;
	background: #111;
	transform: rotate(45deg);
	content: "";
}

.tf-eq-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 22px;
}

.tf-eq-filters button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 9px;
	padding: 9px 14px;
	border: 1px solid #b8babc;
	border-radius: 999px;
	background: #fff;
	color: #222;
	font-weight: 750;
	cursor: pointer;
}

.tf-eq-filters button span {
	display: grid;
	min-width: 23px;
	height: 23px;
	place-items: center;
	padding: 0 5px;
	border-radius: 999px;
	background: #ebedef;
	font-size: .7rem;
}

.tf-eq-filters button:hover,
.tf-eq-filters button:focus-visible,
.tf-eq-filters button.is-active {
	border-color: #111;
	background: #111;
	color: #fff;
}

.tf-eq-filters button.is-active span {
	background: #fff;
	color: #111;
}

.tf-eq-finder__status {
	display: flex;
	min-height: 26px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 18px;
}

.tf-eq-filter-status {
	color: #606366;
	font-size: .9rem;
}

.tf-eq-finder__status button {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 9px 15px;
	border: 1px solid #b8babc;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: .78rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.tf-eq-finder__status button:hover,
.tf-eq-finder__status button:focus-visible {
	border-color: #111;
	background: #111;
	color: #fff;
	transform: translateY(-1px);
}

.tf-eq-finder__status button:focus-visible {
	outline: 3px solid rgba(82, 185, 255, .42);
	outline-offset: 3px;
}

.tf-eq-empty {
	margin-top: 28px !important;
	padding: 28px;
	border: 1px dashed #9a9c9e;
	border-radius: 16px;
	background: rgba(255, 255, 255, .5);
	text-align: center;
}

.tf-eq-discipline {
	padding: clamp(72px, 8vw, 124px) 0;
	border-top: 1px solid var(--tf-line-light);
}

.tf-eq-discipline--tracking {
	position: relative;
	overflow: hidden;
	border-top: 0;
	background:
		radial-gradient(circle at 88% 18%, rgba(82, 185, 255, .16), transparent 30%),
		radial-gradient(circle at 8% 92%, rgba(105, 243, 177, .12), transparent 34%),
		#101314;
	color: #fff;
}

.tf-eq-discipline--tracking::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: var(--tf-spectrum);
	content: "";
}

.tf-eq-discipline--tracking .tf-eq-section-head__aside > span,
.tf-eq-discipline--tracking .tf-eq-section-head__aside p {
	color: rgba(255, 255, 255, .72);
}

.tf-eq-discipline--tracking .tf-eq-priority-group {
	color: #111;
}

.tf-eq-discipline--bike,
.tf-eq-discipline--race {
	background: #eae7df;
}

.tf-eq-priority-stack {
	display: grid;
	gap: 34px;
	margin-top: 50px;
}

.tf-eq-priority-group {
	position: relative;
	min-width: 0;
	padding: clamp(24px, 3vw, 40px);
	border-radius: 28px;
}

.tf-eq-priority-group--required {
	overflow: hidden;
	border: 1px solid rgba(17, 17, 17, .16);
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 22px 58px rgba(17, 17, 17, .065);
}

.tf-eq-priority-group--required::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: var(--tf-spectrum);
	content: "";
}

.tf-eq-priority-group--optional {
	padding-top: clamp(28px, 3.5vw, 46px);
	border: 1px dashed rgba(17, 17, 17, .27);
	background: rgba(255, 255, 255, .28);
}

.tf-eq-priority-group__head {
	display: grid;
	grid-template-columns: minmax(230px, .72fr) minmax(300px, 1fr);
	gap: clamp(24px, 5vw, 78px);
	align-items: end;
}

.tf-eq-priority-group__head > div:first-child > p {
	color: #626568;
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.tf-eq-priority-group--required .tf-eq-priority-group__head > div:first-child > p {
	color: #8b5c00;
}

.tf-eq-priority-group__head h3 {
	margin-top: 8px;
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	line-height: 1;
}

.tf-eq-priority-group__head > div:last-child {
	display: grid;
	gap: 8px;
}

.tf-eq-priority-group__head > div:last-child > span {
	color: #606366;
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tf-eq-priority-group__head > div:last-child > p {
	max-width: 650px;
	color: #55595c;
	line-height: 1.65;
}

.tf-eq-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.tf-eq-priority-group--required .tf-eq-card {
	border-color: rgba(17, 17, 17, .22);
}

.tf-eq-priority-group--optional .tf-eq-card {
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 10px 32px rgba(17, 17, 17, .04);
}

.tf-eq-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(17, 17, 17, .14);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 14px 42px rgba(17, 17, 17, .055);
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.tf-eq-card:hover,
.tf-eq-card:focus-within {
	border-color: rgba(17, 17, 17, .3);
	box-shadow: 0 24px 64px rgba(17, 17, 17, .11);
	transform: translateY(-5px);
}

.tf-eq-card__visual {
	position: relative;
	display: grid;
	min-height: 285px;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 46%, rgba(255, 255, 255, .98), rgba(242, 242, 239, .88) 58%, rgba(230, 229, 225, .78));
}

.tf-eq-card__visual::after {
	position: absolute;
	right: 9%;
	bottom: 10%;
	left: 9%;
	height: 16%;
	border-radius: 50%;
	background: rgba(19, 21, 23, .12);
	filter: blur(17px);
	transform: scaleY(.35);
	content: "";
}

.tf-eq-card__visual > img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 285px;
	padding: 20px;
	object-fit: contain;
	filter: drop-shadow(0 18px 19px rgba(24, 27, 29, .16));
	transition: transform .32s ease;
}

.tf-eq-card:hover .tf-eq-card__visual > img {
	transform: scale(1.045) translateY(-2px);
}

.tf-eq-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(22px, 2.4vw, 30px);
}

.tf-eq-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	align-items: center;
	color: #6a6d70;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.tf-eq-badge {
	padding: 5px 9px;
	border-radius: 999px;
	background: #e9ebed;
	color: #111;
}

.tf-eq-badge--required {
	background: var(--tf-amber, #fcbe57);
}

.tf-eq-card h4 {
	margin-top: 16px;
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	line-height: 1.08;
}

.tf-eq-card__summary {
	flex: 1;
	margin-top: 16px !important;
	color: #505356;
	line-height: 1.62;
}

.tf-eq-card__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: end;
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid rgba(17, 17, 17, .14);
}

.tf-eq-card__footer > div {
	display: grid;
	gap: 2px;
}

.tf-eq-card__footer > div span {
	color: #727578;
	font-size: .7rem;
	font-weight: 750;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.tf-eq-card__footer strong {
	font-size: .95rem;
}

.tf-eq-card__open {
	min-height: 44px;
	padding: 9px 14px;
	border: 1px solid #111;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: .84rem;
	font-weight: 800;
	cursor: pointer;
}

.tf-eq-card__open:hover,
.tf-eq-card__open:focus-visible {
	background: var(--tf-blue, #67baff);
	color: #111;
}

.tf-eq-card__hint {
	margin-top: 12px !important;
	color: #686b6e;
	font-size: .8rem;
}

.tf-eq-guide {
	padding: clamp(84px, 9vw, 144px) 0;
}

.tf-eq-guide--dark {
	background: #111315;
	color: #fff;
}

.tf-eq-guide__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(48px, 8vw, 120px);
}

.tf-eq-guide__grid > div:first-child > p:last-child {
	max-width: 650px;
	margin-top: 28px;
	color: #bfc2c4;
	font-size: 1.08rem;
	line-height: 1.7;
}

.tf-eq-principles {
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.tf-eq-principles article {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 10px 18px;
	padding: 24px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.tf-eq-principles h3 {
	font-size: 1.3rem;
}

.tf-eq-principles p {
	grid-column: 2;
	color: #b9bcbe;
	line-height: 1.65;
}

.tf-eq-health {
	padding: clamp(76px, 8vw, 124px) 0;
	background: var(--tf-amber, #fcbe57);
}

.tf-eq-health__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
	gap: clamp(42px, 8vw, 115px);
	align-items: start;
}

.tf-eq-health__inner > div:last-child {
	padding-top: 8px;
}

.tf-eq-health__inner > div:last-child p {
	font-size: 1.08rem;
	line-height: 1.72;
}

.tf-eq-health__inner > div:last-child p + p {
	margin-top: 20px;
}

.tf-eq-cta {
	padding: clamp(76px, 8vw, 120px) 0;
}

.tf-eq-cta__inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 42px;
}

.tf-eq-cta h2 {
	max-width: 940px;
}

.tf-eq-dialog {
	width: min(1220px, calc(100vw - 42px));
	max-width: none;
	max-height: calc(100dvh - 42px);
	margin: auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 28px;
	background: #111315;
	color: #fff;
	box-shadow: 0 40px 120px rgba(0, 0, 0, .48);
}

.tf-eq-dialog::backdrop {
	background: rgba(7, 8, 9, .78);
	backdrop-filter: blur(10px);
}

.tf-eq-dialog__chrome {
	position: relative;
	max-height: calc(100dvh - 42px);
	overflow: auto;
	overscroll-behavior: contain;
}

.tf-eq-dialog__close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 50%;
	background: #111;
	cursor: pointer;
}

.tf-eq-dialog__close span,
.tf-eq-dialog__close span::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	content: "";
}

.tf-eq-dialog__close span {
	transform: rotate(45deg);
}

.tf-eq-dialog__close span::after {
	transform: rotate(90deg);
}

.tf-eq-dialog__close:hover,
.tf-eq-dialog__close:focus-visible {
	border-color: #fff;
	background: #fff;
}

.tf-eq-dialog__close:hover span,
.tf-eq-dialog__close:hover span::after,
.tf-eq-dialog__close:focus-visible span,
.tf-eq-dialog__close:focus-visible span::after {
	background: #111;
}

.tf-eq-dialog-product {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	min-height: 680px;
}

.tf-eq-dialog-product__visual {
	position: sticky;
	top: 0;
	display: grid;
	height: calc(100dvh - 113px);
	min-height: 680px;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 48%, #fff 0%, #f2f1ed 54%, #d9d8d3 100%);
}

.tf-eq-dialog-product__visual::after {
	position: absolute;
	right: 12%;
	bottom: 12%;
	left: 12%;
	height: 14%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .16);
	filter: blur(24px);
	transform: scaleY(.28);
	content: "";
}

.tf-eq-dialog-product__visual img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	padding: clamp(28px, 4vw, 62px);
	object-fit: contain;
	filter: drop-shadow(0 28px 32px rgba(0, 0, 0, .2));
}

.tf-eq-dialog-product__content {
	padding: clamp(54px, 6vw, 82px) clamp(34px, 5vw, 72px) 70px;
}

.tf-eq-dialog-product__eyebrow {
	color: var(--tf-green, #6deba0);
	font-size: .74rem;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.tf-eq-dialog-product h2 {
	max-width: 680px;
	margin-top: 18px;
	font-size: clamp(2.8rem, 5vw, 5.5rem);
	line-height: .95;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.tf-eq-dialog-product__lead {
	max-width: 660px;
	margin-top: 26px !important;
	color: #c3c6c8;
	font-size: clamp(1.05rem, 1.5vw, 1.24rem);
	line-height: 1.65;
}

.tf-eq-dialog-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 36px !important;
	border-top: 1px solid rgba(255, 255, 255, .18);
	border-left: 1px solid rgba(255, 255, 255, .18);
}

.tf-eq-dialog-facts div {
	min-width: 0;
	padding: 17px;
	border-right: 1px solid rgba(255, 255, 255, .18);
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.tf-eq-dialog-facts dt {
	color: #8e9295;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tf-eq-dialog-facts dd {
	margin-top: 5px;
	font-weight: 750;
}

.tf-eq-dialog-guidance {
	margin-top: 38px;
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.tf-eq-dialog-guidance article {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	padding: 23px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.tf-eq-dialog-guidance h3 {
	font-size: 1.18rem;
	letter-spacing: -.02em;
}

.tf-eq-dialog-guidance p {
	margin-top: 8px;
	color: #b9bdc0;
	line-height: 1.68;
}

.tf-eq-note,
.tf-eq-warning {
	margin-top: 22px;
	padding: 18px 20px;
	border-left: 3px solid var(--tf-blue, #67baff);
	background: rgba(103, 186, 255, .1);
}

.tf-eq-warning {
	border-color: var(--tf-amber, #fcbe57);
	background: rgba(252, 190, 87, .1);
}

.tf-eq-note strong,
.tf-eq-warning strong {
	font-size: .78rem;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.tf-eq-note p,
.tf-eq-warning p {
	margin-top: 7px;
	color: #d4d6d7;
	line-height: 1.6;
}

.tf-eq-checklist {
	display: grid;
	gap: 8px;
	margin: 26px 0 0;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 14px;
}

.tf-eq-checklist legend {
	padding: 0 7px;
	font-weight: 800;
}

.tf-eq-checklist > p {
	margin-bottom: 7px;
	color: #aeb2b4;
	font-size: .84rem;
}

.tf-eq-checklist label {
	display: flex;
	min-height: 44px;
	align-items: center;
	gap: 12px;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 10px;
	cursor: pointer;
}

.tf-eq-checklist input {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: var(--tf-green, #6deba0);
}

.tf-eq-dialog-product__updated {
	display: block;
	margin-top: 22px;
	color: #8f9396;
	line-height: 1.5;
}

.tf-eq-dialog__nav {
	position: sticky;
	z-index: 4;
	right: 0;
	bottom: 0;
	left: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	padding: 13px 20px;
	border-top: 1px solid rgba(255, 255, 255, .16);
	background: rgba(13, 14, 15, .94);
	backdrop-filter: blur(15px);
}

.tf-eq-dialog__nav button {
	display: flex;
	min-width: 0;
	min-height: 44px;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	border: 0;
	background: transparent;
	color: #fff;
	font-weight: 750;
	line-height: 1.2;
	overflow-wrap: anywhere;
	white-space: normal;
	cursor: pointer;
}

.tf-eq-dialog__nav button:last-child {
	justify-content: flex-end;
}

.tf-eq-dialog__nav button:disabled {
	opacity: .32;
	cursor: default;
}

.tf-eq-dialog__nav p {
	color: #929699;
	font-size: .78rem;
	font-weight: 750;
}

.tf-equipment-page.is-dialog-open {
	overflow: visible;
}

body:has(.tf-eq-dialog[open]) {
	overflow: hidden;
}

.tf-equipment-page :focus-visible {
	outline: 3px solid var(--tf-blue, #67baff);
	outline-offset: 3px;
}

@media (max-width: 1120px) {
	.tf-eq-hero__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	}

	.tf-eq-hero__showcase {
		min-height: 520px;
	}

	.tf-eq-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tf-eq-stages__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tf-eq-stages__grid article {
		min-height: 310px;
	}
}

@media (max-width: 900px) {
	.tf-eq-hero {
		min-height: auto;
	}

	.tf-eq-hero__grid,
	.tf-eq-section-head,
	.tf-eq-priority-group__head,
	.tf-eq-guide__grid,
	.tf-eq-health__inner,
	.tf-eq-dialog-product {
		grid-template-columns: 1fr;
	}

	.tf-eq-hero__showcase {
		width: min(620px, 100%);
		min-height: 480px;
	}

	.tf-eq-workflow__grid {
		grid-template-columns: 1fr;
	}

	.tf-eq-workflow__grid h3 {
		margin-top: 30px;
	}

	.tf-eq-nav__brand {
		display: none;
	}

	.tf-eq-dialog-product__visual {
		position: relative;
		height: min(55dvh, 520px);
		min-height: 390px;
	}

	.tf-eq-dialog-product__content {
		padding-top: 48px;
	}

	.tf-eq-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 782px) {
	.admin-bar .tf-eq-nav {
		top: 46px;
	}
}

@media (max-width: 640px) {
	.tf-equipment-page section {
		scroll-margin-top: 88px;
	}

	.tf-eq-hero {
		padding: 65px 0 54px;
	}

	.tf-eq-hero h1 {
		font-size: clamp(3.05rem, 15vw, 4.65rem);
		overflow-wrap: anywhere;
	}

	.tf-eq-hero__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.tf-eq-hero__metrics {
		grid-template-columns: 1fr;
	}

	.tf-eq-hero__metrics li {
		grid-template-columns: 46px 1fr;
		align-items: center;
		padding-top: 13px;
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}

	.tf-eq-hero__showcase {
		min-height: 360px;
	}

	.tf-eq-hero-product--bike {
		inset: 5% 0 12%;
		border-radius: 25px;
	}

	.tf-eq-hero-product--swim,
	.tf-eq-hero-product--run {
		width: 34%;
		border-radius: 17px;
	}

	.tf-eq-stages__grid,
	.tf-eq-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.tf-eq-stages__grid article {
		min-height: 290px;
	}

	.tf-eq-nav__inner {
		width: 100%;
	}

	.tf-eq-nav__scroll {
		padding-inline: 18px;
	}

	.tf-eq-finder {
		margin-inline: -4px;
		padding: 18px;
		border-radius: 18px;
	}

	.tf-eq-priority-stack {
		gap: 24px;
		margin-top: 36px;
	}

	.tf-eq-priority-group {
		padding: 22px 16px;
		border-radius: 20px;
	}

	.tf-eq-priority-group__head {
		gap: 18px;
	}

	.tf-eq-priority-group__head h3 {
		font-size: clamp(1.65rem, 8vw, 2.2rem);
	}

	.tf-eq-filters {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 3px 3px 11px;
		margin-inline: -3px;
		scrollbar-width: thin;
	}

	.tf-eq-filters button {
		flex: 0 0 auto;
	}

	.tf-eq-finder__status {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.tf-eq-card {
		border-radius: 19px;
	}

	.tf-eq-card__visual,
	.tf-eq-card__visual > img {
		height: 240px;
		min-height: 240px;
	}

	.tf-eq-card__footer {
		grid-template-columns: 1fr;
	}

	.tf-eq-card__open {
		width: 100%;
	}

	.tf-eq-dialog {
		width: 100vw;
		max-height: 100dvh;
		border: 0;
		border-radius: 0;
	}

	.tf-eq-dialog__chrome {
		max-height: 100dvh;
	}

	.tf-eq-dialog-product__visual {
		height: 43dvh;
		min-height: 310px;
	}

	.tf-eq-dialog-product__visual img {
		padding: 22px;
	}

	.tf-eq-dialog-product__content {
		padding: 38px 22px 55px;
	}

	.tf-eq-dialog-product h2 {
		font-size: clamp(2.65rem, 13vw, 4rem);
	}

	.tf-eq-dialog-facts {
		grid-template-columns: 1fr;
	}

	.tf-eq-dialog__close {
		position: fixed;
		top: 14px;
		right: 14px;
	}

	.tf-eq-dialog__nav {
		gap: 6px;
		padding-inline: 8px;
	}

	.tf-eq-dialog__nav button {
		font-size: .82rem;
	}

	.tf-eq-dialog__nav p {
		font-size: .7rem;
	}

	.tf-eq-cta__inner .tf-button {
		width: 100%;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tf-equipment-page *,
	.tf-equipment-page *::before,
	.tf-equipment-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}
