/*
 * Fitment Hub — Premium experience layer
 * Version: 0.6.0
 */

/* Overrides intentionally follow the theme foundation. */
/* stylelint-disable no-descending-specificity */

:root {
	--color-accent: #087f99;
	--color-accent-hover: #066b82;
	--color-accent-light: #e4f8fc;
	--color-surface-page: #fff;
	--color-surface-card: #f8fafc;
	--color-surface-subtle: #eef3f7;
	--color-text-primary: #0b1426;
	--color-text-secondary: #33415c;
	--color-text-muted: #66738a;
	--color-border: #d7e0e9;
	--color-border-strong: #aebccc;
	--color-border-focus: #087f99;
	--layout-max-width: 1280px;
	--layout-content-width: 820px;
	--layout-gutter: clamp(1rem, 3vw, 2rem);
	--radius-sm: 0.5rem;
	--radius-md: 0.75rem;
	--radius-lg: 1rem;
	--radius-xl: 1.5rem;
	--shadow-sm: 0 1px 2px rgb(5 15 35 / 0.04), 0 8px 24px rgb(15 32 58 / 0.05);
	--shadow-md: 0 12px 32px rgb(15 32 58 / 0.1), 0 2px 8px rgb(15 32 58 / 0.05);
	--shadow-lg: 0 24px 70px rgb(6 20 45 / 0.18), 0 4px 16px rgb(6 20 45 / 0.08);
	--header-height: 108px;
	--premium-ink: #08111f;
	--premium-navy: #0c1729;
	--premium-slate: #17243a;
	--premium-cyan: #23d3ee;
	--premium-cyan-soft: #8ceaf5;
	--premium-violet: #7168ff;
	--premium-page: #f4f7fa;
}

html {
	scroll-padding-top: calc(var(--header-height) + 1.5rem);
}

body {
	background:
		radial-gradient(circle at 10% 8%, rgb(35 211 238 / 0.055), transparent 23rem),
		var(--premium-page);
	color: var(--color-text-primary);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

body.menu-open {
	overflow: hidden;
}

.container {
	width: min(100% - (2 * var(--layout-gutter)), var(--layout-max-width));
	margin-inline: auto;
}

.site-main {
	overflow: hidden;
}

h1,
h2,
h3,
h4 {
	letter-spacing: -0.035em;
}

p {
	text-wrap: pretty;
}

.status-dot {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #2dd4bf;
	box-shadow: 0 0 0 4px rgb(45 212 191 / 0.14);
}

/* Header */

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	min-height: var(--header-height);
	background: rgb(255 255 255 / 0.93);
	border-bottom: 1px solid rgb(216 226 235 / 0.9);
	box-shadow: 0 12px 30px rgb(8 17 31 / 0.055);
	backdrop-filter: blur(18px) saturate(140%);
}

body.admin-bar .site-header {
	top: 32px;
}

.site-header__utility {
	min-height: 34px;
	background: var(--premium-ink);
	color: #c9d5e7;
	font-size: 0.6875rem;
	font-weight: 650;
	letter-spacing: 0.035em;
}

.site-header__utility .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 34px;
	gap: 1.5rem;
}

.site-header__utility p,
.site-header__utility ul {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	margin: 0;
}

.site-header__utility ul {
	padding: 0;
	list-style: none;
}

.site-header__utility li + li::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 0 0.75rem 2px 0;
	border-radius: 50%;
	background: #52647f;
}

.site-header__main .container {
	display: flex;
	align-items: center;
	min-height: 74px;
	gap: clamp(1rem, 2.5vw, 2.25rem);
}

.site-branding {
	flex: 0 0 auto;
	margin-right: auto;
}

.site-title {
	margin: 0;
	line-height: 1;
}

.site-title a,
.footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--premium-ink);
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus-visible {
	color: var(--premium-ink);
}

.site-title__symbol,
.footer-brand__mark {
	position: relative;
	display: grid;
	flex: 0 0 auto;
	width: 2.55rem;
	height: 2.55rem;
	place-items: center;
	border: 1px solid rgb(106 225 241 / 0.55);
	border-radius: 0.85rem;
	background:
		linear-gradient(145deg, rgb(35 211 238 / 0.24), transparent 48%),
		var(--premium-navy);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.12), 0 8px 20px rgb(8 17 31 / 0.16);
	transform: rotate(-4deg);
}

.site-title__symbol::before,
.footer-brand__mark::before {
	content: "";
	width: 1.15rem;
	height: 1.15rem;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgb(35 211 238 / 0.7);
}

.site-title__symbol span,
.footer-brand__mark span {
	position: absolute;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: var(--premium-cyan);
	box-shadow: 0 -0.66rem 0 var(--premium-cyan), 0 0.66rem 0 var(--premium-cyan);
}

.site-title__copy {
	display: grid;
	gap: 0.25rem;
}

.site-title__name {
	font-size: 1.05rem;
	font-weight: 850;
	letter-spacing: -0.035em;
}

.site-title__tagline {
	color: var(--color-text-muted);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.main-navigation {
	flex: 0 1 auto;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	gap: 0.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 0 0.7rem;
	border-radius: 0.7rem;
	color: #3f4c63;
	font-size: clamp(0.75rem, 1.1vw, 0.835rem);
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.main-navigation a:hover,
.main-navigation a:focus-visible {
	background: #edf4f7;
	color: var(--premium-ink);
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	background: var(--color-accent-light);
	color: #06677e;
}

.header-cta {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.5rem;
	min-height: 42px;
	padding: 0 0.95rem;
	border: 1px solid #16253b;
	border-radius: 0.75rem;
	background: var(--premium-navy);
	box-shadow: 0 8px 18px rgb(8 17 31 / 0.16);
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 750;
	text-decoration: none;
}

.header-cta:hover {
	border-color: #233955;
	background: #12213a;
	color: #fff;
	transform: translateY(-1px);
}

.header-cta svg {
	width: 1rem;
	height: 1rem;
	stroke: var(--premium-cyan);
	stroke-width: 1.8;
	fill: none;
}

.menu-toggle {
	border-radius: 0.75rem;
}

/* Shared buttons */

.btn,
.ft-btn {
	min-height: 50px;
	padding-inline: 1.25rem;
	border-radius: 0.875rem;
	font-weight: 750;
	box-shadow: none;
}

.btn--primary,
.ft-btn--primary {
	background: linear-gradient(135deg, #14b8ce, #087f99);
	border-color: #0a8da7;
	box-shadow: 0 12px 28px rgb(8 127 153 / 0.24), inset 0 1px 0 rgb(255 255 255 / 0.25);
}

.btn--primary:hover,
.ft-btn--primary:hover {
	background: linear-gradient(135deg, #1bc6df, #076f87);
	border-color: #076f87;
	box-shadow: 0 15px 32px rgb(8 127 153 / 0.32), inset 0 1px 0 rgb(255 255 255 / 0.25);
	transform: translateY(-1px);
}

/* Homepage hero */

.hero {
	position: relative;
	padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(4rem, 7vw, 6.5rem);
	overflow: hidden;
	background:
		radial-gradient(circle at 72% 30%, rgb(35 211 238 / 0.14), transparent 24rem),
		radial-gradient(circle at 15% 110%, rgb(113 104 255 / 0.18), transparent 31rem),
		linear-gradient(135deg, #08111f 0%, #0e1a2e 52%, #14243b 100%);
	color: #fff;
	text-align: left;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.25;
	background-image: radial-gradient(rgb(181 232 240 / 0.42) 0.65px, transparent 0.65px);
	background-size: 21px 21px;
	mask-image: linear-gradient(to right, #000, transparent 50%, #000);
}

.hero::after {
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--premium-cyan), transparent);
	opacity: 0.7;
}

.hero .container {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
	align-items: center;
	gap: clamp(3rem, 7vw, 6.5rem);
	z-index: 1;
}

.hero__copy {
	max-width: 43rem;
}

.hero__eyebrow,
.tool-hero__eyebrow,
.tools-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 1.35rem;
	color: #9ee9f3;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.hero__title {
	max-width: 12ch;
	margin: 0 0 1.5rem;
	color: #fff;
	font-size: clamp(3rem, 6.2vw, 5.5rem);
	font-weight: 790;
	letter-spacing: -0.065em;
	line-height: 0.98;
	text-wrap: balance;
}

.hero__title strong {
	display: block;
	background: linear-gradient(92deg, #fff 10%, var(--premium-cyan-soft) 55%, #a8a4ff);
	background-clip: text;
	color: transparent;
	font-weight: inherit;
}

.hero__description {
	max-width: 40rem;
	margin: 0 0 2rem;
	color: #aebad0;
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.7;
}

.hero__actions {
	justify-content: flex-start;
	gap: 0.75rem;
}

.hero .btn {
	min-height: 54px;
	padding-inline: 1.35rem;
}

.hero .btn--ghost {
	border-color: rgb(184 207 231 / 0.3);
	background: rgb(255 255 255 / 0.045);
	color: #e8f0fa;
	backdrop-filter: blur(8px);
}

.hero .btn--ghost:hover {
	border-color: rgb(140 234 245 / 0.5);
	background: rgb(255 255 255 / 0.085);
}

.hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 2.5rem;
	color: #91a0b8;
	font-size: 0.72rem;
	font-weight: 650;
}

.hero__proof span {
	display: inline-flex;
	align-items: baseline;
	gap: 0.35rem;
}

.hero__proof strong {
	color: #fff;
	font-size: 1rem;
}

.hero-dashboard {
	position: relative;
	width: min(100%, 34rem);
	margin-left: auto;
	padding: 1.1rem;
	border: 1px solid rgb(184 224 234 / 0.19);
	border-radius: 1.75rem;
	background: linear-gradient(145deg, rgb(255 255 255 / 0.12), rgb(255 255 255 / 0.045));
	box-shadow: 0 35px 100px rgb(0 0 0 / 0.38), inset 0 1px 0 rgb(255 255 255 / 0.14);
	backdrop-filter: blur(20px);
	transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.hero-dashboard::before {
	content: "";
	position: absolute;
	inset: -1px;
	z-index: -1;
	border-radius: inherit;
	background: linear-gradient(140deg, rgb(35 211 238 / 0.22), transparent 40%, rgb(113 104 255 / 0.15));
	filter: blur(18px);
}

.hero-dashboard__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.45rem 0.4rem 1rem;
}

.hero-dashboard__top > div {
	display: grid;
	gap: 0.3rem;
}

.hero-dashboard__top span,
.hero-dashboard__metrics span,
.hero-dashboard__delta span {
	color: #8fa1ba;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.hero-dashboard__top strong {
	color: #eef8ff;
	font-size: 0.95rem;
	font-variant-numeric: tabular-nums;
}

.hero-dashboard__top small {
	margin-inline: 0.25rem;
	color: #708098;
	font-size: 0.65rem;
	font-weight: 600;
}

.hero-dashboard__badge {
	padding: 0.45rem 0.65rem;
	border: 1px solid rgb(45 212 191 / 0.22);
	border-radius: 999px;
	background: rgb(45 212 191 / 0.11);
	color: #7ee7d3 !important;
	white-space: nowrap;
}

.hero-dashboard__visual {
	position: relative;
	display: grid;
	min-height: 16.5rem;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 0.09);
	border-radius: 1.25rem;
	background:
		linear-gradient(rgb(255 255 255 / 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgb(255 255 255 / 0.035) 1px, transparent 1px),
		radial-gradient(circle at 50% 40%, rgb(35 211 238 / 0.09), transparent 12rem),
		rgb(5 13 27 / 0.68);
	background-size: 28px 28px, 28px 28px, auto, auto;
}

.tire-orbit {
	position: absolute;
	display: grid;
	width: 10rem;
	height: 10rem;
	place-items: center;
	border: 1px solid rgb(255 255 255 / 0.18);
	border-radius: 50%;
	box-shadow: inset 0 0 0 13px rgb(255 255 255 / 0.025);
}

.tire-orbit::before {
	content: "";
	width: 4.7rem;
	height: 4.7rem;
	border: 1px solid rgb(255 255 255 / 0.18);
	border-radius: 50%;
	background: radial-gradient(circle, transparent 13%, rgb(255 255 255 / 0.08) 14% 16%, transparent 17%);
}

.tire-orbit span {
	position: absolute;
	z-index: 1;
	color: #dceafa;
	font-size: 0.7rem;
	font-weight: 750;
}

.tire-orbit--current {
	margin-left: -4.4rem;
	border: 2px solid #7d8ca2;
}

.tire-orbit--proposed {
	width: 10.65rem;
	height: 10.65rem;
	margin-right: -4.4rem;
	border: 2px dashed var(--premium-cyan);
	box-shadow: 0 0 28px rgb(35 211 238 / 0.13), inset 0 0 0 13px rgb(35 211 238 / 0.025);
}

.hero-dashboard__delta {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	display: grid;
	gap: 0.2rem;
	padding: 0.6rem 0.7rem;
	border: 1px solid rgb(255 255 255 / 0.09);
	border-radius: 0.75rem;
	background: rgb(8 17 31 / 0.76);
	backdrop-filter: blur(10px);
}

.hero-dashboard__delta strong {
	color: #fff;
	font-size: 0.9rem;
}

.hero-dashboard__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5rem;
	padding-top: 0.6rem;
}

.hero-dashboard__metrics div {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
	padding: 0.75rem;
	border: 1px solid rgb(255 255 255 / 0.07);
	border-radius: 0.9rem;
	background: rgb(255 255 255 / 0.035);
}

.hero-dashboard__metrics strong {
	color: #f0f8ff;
	font-size: 0.78rem;
	font-variant-numeric: tabular-nums;
}

.trust-strip {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid var(--color-border);
	background: #fff;
}

.trust-strip .container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-strip p {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.05rem 0.8rem;
	margin: 0;
	padding: 1.4rem clamp(0.75rem, 2vw, 1.75rem);
	border-left: 1px solid var(--color-border);
	color: var(--color-text-muted);
	font-size: 0.73rem;
}

.trust-strip p:last-child {
	border-right: 1px solid var(--color-border);
}

.trust-strip p > span {
	grid-row: 1 / 3;
	align-self: center;
	color: #a3aebe;
	font-family: var(--font-family-mono);
	font-size: 0.65rem;
}

.trust-strip strong {
	color: var(--color-text-primary);
	font-size: 0.86rem;
}

/* Sections and cards */

.section {
	padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.section--tools {
	background:
		radial-gradient(circle at 90% 15%, rgb(35 211 238 / 0.06), transparent 25rem),
		#fff;
}

.section--alt {
	background:
		linear-gradient(180deg, rgb(237 243 247 / 0.85), rgb(245 248 250 / 0.94)),
		var(--premium-page);
	border-block: 1px solid var(--color-border);
}

.section__header {
	max-width: 48rem;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
	text-align: left;
}

.section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
	color: #087991;
	font-size: 0.69rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.section__eyebrow::before {
	content: "";
	width: 1.65rem;
	height: 2px;
	background: var(--premium-cyan);
}

.section__title {
	max-width: 18ch;
	margin: 0 0 1rem;
	color: var(--premium-ink);
	font-size: clamp(2rem, 4.4vw, 3.75rem);
	font-weight: 790;
	letter-spacing: -0.055em;
	line-height: 1.04;
	text-wrap: balance;
}

.section__description {
	max-width: 55ch;
	margin: 0;
	color: var(--color-text-muted);
	font-size: 1.025rem;
	line-height: 1.7;
}

.tool-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 0;
}

.tool-card {
	position: relative;
	min-height: 23rem;
	padding: 1.5rem;
	overflow: hidden;
	border: 1px solid #d8e1ea;
	border-radius: 1.4rem;
	background: linear-gradient(155deg, #fff, #f9fbfc);
	box-shadow: var(--shadow-sm);
}

.tool-card::after {
	content: "";
	position: absolute;
	right: -2.75rem;
	bottom: -3.2rem;
	width: 8rem;
	height: 8rem;
	border: 1.5rem solid rgb(8 127 153 / 0.045);
	border-radius: 50%;
	transition: transform 300ms ease;
}

.tool-card:hover {
	border-color: rgb(8 127 153 / 0.4);
	box-shadow: var(--shadow-md);
	transform: translateY(-5px);
}

.tool-card:hover::after {
	transform: scale(1.15);
}

.tool-card--featured {
	border-color: rgb(64 197 218 / 0.3);
	background:
		radial-gradient(circle at 95% 0%, rgb(35 211 238 / 0.17), transparent 11rem),
		linear-gradient(145deg, #0c1729, #14243b);
	box-shadow: 0 20px 45px rgb(8 17 31 / 0.2);
}

.tool-card--featured .tool-card__title {
	color: #fff;
}

.tool-card--featured .tool-card__description {
	color: #aab8ca;
}

.tool-card--featured .tool-card__tag {
	border-color: rgb(140 234 245 / 0.2);
	background: rgb(35 211 238 / 0.09);
	color: #8ceaf5;
}

.tool-card--featured .tool-card__cta {
	color: var(--premium-cyan-soft);
}

.tool-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: auto;
}

.tool-card__icon {
	width: 3.15rem;
	height: 3.15rem;
	margin: 0 0 2.5rem;
	border: 1px solid rgb(8 127 153 / 0.14);
	border-radius: 1rem;
	background: var(--color-accent-light);
	color: #087991;
	font-size: 1.3rem;
}

.tool-card--featured .tool-card__icon {
	border-color: rgb(140 234 245 / 0.18);
	background: rgb(35 211 238 / 0.1);
	color: var(--premium-cyan);
}

.tool-card__tag {
	padding: 0.35rem 0.5rem;
	border: 1px solid #dce4eb;
	border-radius: 999px;
	background: #f3f6f8;
	color: #718097;
	font-size: 0.59rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.tool-card__title {
	max-width: 15ch;
	margin-bottom: 0.75rem;
	font-size: 1.18rem;
	font-weight: 780;
	letter-spacing: -0.035em;
	line-height: 1.25;
}

.tool-card__description {
	font-size: 0.84rem;
	line-height: 1.68;
}

.tool-card__cta {
	position: relative;
	z-index: 1;
	margin-top: 1.5rem;
	font-size: 0.78rem;
}

.help-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.help-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	padding: 1.45rem;
	border: 1px solid #d8e1e9;
	border-radius: 1.2rem;
	background: rgb(255 255 255 / 0.82);
	box-shadow: 0 1px 2px rgb(8 17 31 / 0.025);
	backdrop-filter: blur(8px);
}

.help-item__icon {
	display: grid;
	width: 2.6rem;
	height: 2.6rem;
	place-items: center;
	border-radius: 0.8rem;
	background: var(--premium-navy);
	color: var(--premium-cyan);
	font-family: var(--font-family-mono);
	font-size: 0.66rem;
	font-weight: 800;
}

.help-item__title {
	margin-bottom: 0.4rem;
	color: var(--premium-ink);
	font-weight: 750;
}

.help-item__description {
	margin: 0;
	color: var(--color-text-muted);
	font-size: 0.84rem;
	line-height: 1.65;
}

.limitation-box {
	margin-top: 1rem;
	padding: 1.35rem 1.5rem;
	border: 1px solid #d7e1e9;
	border-left: 4px solid #75849a;
	border-radius: 0.9rem;
	background: rgb(255 255 255 / 0.72);
	color: var(--color-text-muted);
}

.limitation-box__title {
	color: var(--premium-ink);
}

/* Tool page */

.breadcrumb-area {
	display: none;
}

.tool-hero,
.tools-hero {
	position: relative;
	padding: clamp(3.75rem, 7vw, 6.25rem) 0 clamp(3.25rem, 6vw, 5.5rem);
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 12%, rgb(35 211 238 / 0.15), transparent 21rem),
		radial-gradient(circle at 20% 120%, rgb(113 104 255 / 0.13), transparent 28rem),
		linear-gradient(135deg, #08111f, #13233a);
	color: #fff;
}

.tool-hero::before,
.tools-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.18;
	background-image: radial-gradient(rgb(181 232 240 / 0.52) 0.65px, transparent 0.65px);
	background-size: 22px 22px;
}

.tool-hero .container,
.tools-hero .container {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
	align-items: end;
	gap: clamp(2.5rem, 6vw, 6rem);
	z-index: 1;
}

.tool-hero__title,
.tools-hero h1 {
	max-width: 15ch;
	margin: 0 0 1.25rem;
	color: #fff;
	font-size: clamp(2.65rem, 5.6vw, 5rem);
	font-weight: 790;
	letter-spacing: -0.06em;
	line-height: 1;
	text-wrap: balance;
}

.tool-hero__description,
.tools-hero > .container > div > p:last-child {
	max-width: 55ch;
	margin: 0;
	color: #aebbd0;
	font-size: clamp(1rem, 1.5vw, 1.16rem);
	line-height: 1.7;
}

.tool-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.6rem;
}

.tool-hero__trust span {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.42rem 0.65rem;
	border: 1px solid rgb(174 207 225 / 0.17);
	border-radius: 999px;
	background: rgb(255 255 255 / 0.045);
	color: #c2cede;
	font-size: 0.69rem;
	font-weight: 700;
}

.tool-hero__trust span::before {
	content: "";
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: var(--premium-cyan);
}

.tool-hero__aside {
	padding: 1.35rem;
	border: 1px solid rgb(168 211 224 / 0.16);
	border-radius: 1.2rem;
	background: rgb(255 255 255 / 0.06);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.08);
	backdrop-filter: blur(14px);
}

.tool-hero__aside-label {
	display: block;
	margin-bottom: 1rem;
	color: var(--premium-cyan-soft);
	font-size: 0.63rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tool-hero__aside strong {
	display: block;
	margin-bottom: 0.5rem;
	color: #f5fbff;
	font-size: 0.98rem;
}

.tool-hero__aside p {
	margin-bottom: 1rem;
	color: #96a6bc;
	font-size: 0.78rem;
	line-height: 1.6;
}

.tool-hero__aside a {
	display: inline-flex;
	gap: 0.5rem;
	color: var(--premium-cyan-soft);
	font-size: 0.78rem;
	font-weight: 750;
	text-decoration: none;
}

.tool-switcher {
	position: relative;
	z-index: 5;
	margin-bottom: -2.2rem;
	transform: translateY(-50%);
}

.tool-switcher .container {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.6rem;
	border: 1px solid #d7e1ea;
	border-radius: 1.15rem;
	background: rgb(255 255 255 / 0.96);
	box-shadow: 0 18px 45px rgb(8 17 31 / 0.14);
	backdrop-filter: blur(18px);
}

.tool-switcher p {
	flex: 0 0 auto;
	margin: 0;
	padding: 0 0.65rem;
	color: #8995a7;
	font-size: 0.62rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.tool-switcher__links {
	display: grid;
	flex: 1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.25rem;
}

.tool-switcher a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 46px;
	padding: 0.45rem 0.7rem;
	border: 1px solid transparent;
	border-radius: 0.8rem;
	color: #536076;
	font-size: 0.72rem;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.tool-switcher a:hover {
	background: #f1f5f8;
	color: var(--premium-ink);
}

.tool-switcher a.is-active {
	border-color: #16253b;
	background: var(--premium-navy);
	box-shadow: 0 8px 20px rgb(8 17 31 / 0.16);
	color: #fff;
}

.tool-switcher a.is-active > span {
	color: var(--premium-cyan);
}

.content-area {
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.content-area--calculator {
	position: relative;
	padding-top: clamp(4rem, 7vw, 6.5rem);
	background:
		radial-gradient(circle at 90% 10%, rgb(35 211 238 / 0.05), transparent 23rem),
		var(--premium-page);
}

.calculator-article,
.entry-content--tool {
	max-width: none;
}

.entry-content--tool > .wp-block-fitment-tools-fitment-comparison,
.entry-content--tool > .wp-block-fitment-tools-offset-backspacing,
.entry-content--tool > .wp-block-fitment-tools-tire-size-comparison,
.entry-content--tool > .wp-block-fitment-tools-speedometer-error {
	margin-top: 0;
}

.entry-header {
	max-width: var(--layout-content-width);
	margin-bottom: 2rem;
}

.entry-title {
	margin-bottom: 1rem;
	font-size: clamp(2.2rem, 5vw, 4rem);
	font-weight: 780;
	letter-spacing: -0.055em;
}

/* Calculator-first tool pages */

.fitment-tool-page .tool-hero {
	padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
}

.fitment-tool-page .tool-hero .container {
	display: block;
}

.fitment-tool-page .tool-hero__copy {
	max-width: 64rem;
}

.fitment-tool-page .tool-hero__eyebrow {
	margin-bottom: 0.65rem;
}

.fitment-tool-page .tool-hero__title {
	max-width: 24ch;
	margin-bottom: 0.65rem;
	font-size: clamp(2.25rem, 4.3vw, 3.65rem);
	line-height: 1.02;
}

.fitment-tool-page .tool-hero__description {
	max-width: 68ch;
	font-size: clamp(0.9rem, 1.35vw, 1rem);
	line-height: 1.55;
}

.fitment-tool-page .content-area--calculator {
	padding: clamp(1.25rem, 3vw, 2.5rem) 0 clamp(3.5rem, 6vw, 5.5rem);
}

/* Scalable calculator chooser — collapsed until the user needs another tool. */

.smart-tool-switcher {
	margin: clamp(1.25rem, 3vw, 2rem) 0;
}

.smart-tool-switcher details {
	overflow: hidden;
	border: 1px solid #d5e0e8;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 12px 32px rgb(8 17 31 / 0.08);
}

.smart-tool-switcher summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 68px;
	padding: 0.75rem 1rem;
	cursor: pointer;
	list-style: none;
}

.smart-tool-switcher summary::-webkit-details-marker {
	display: none;
}

.smart-tool-switcher summary:focus-visible {
	outline: 3px solid rgb(35 211 238 / 0.32);
	outline-offset: -3px;
}

.smart-tool-switcher__current {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 0.75rem;
}

.smart-tool-switcher__current-icon,
.smart-tool-switcher__icon {
	display: grid;
	flex: 0 0 auto;
	width: 2.25rem;
	height: 2.25rem;
	place-items: center;
	border: 1px solid #cfe0e8;
	border-radius: 0.7rem;
	background: #effafd;
	color: #087991;
	font-size: 1rem;
}

.smart-tool-switcher__current > span:last-child {
	display: grid;
	min-width: 0;
}

.smart-tool-switcher__current small {
	color: #8290a3;
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.smart-tool-switcher__current strong {
	overflow: hidden;
	color: var(--premium-ink);
	font-size: 0.82rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.smart-tool-switcher__action {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 0.45rem;
	color: #087991;
	font-size: 0.7rem;
	font-weight: 800;
}

.smart-tool-switcher__action > span {
	font-size: 1.1rem;
	transition: transform 180ms ease;
}

.smart-tool-switcher details[open] .smart-tool-switcher__action > span {
	transform: rotate(180deg);
}

.smart-tool-switcher__panel {
	padding: 1rem;
	border-top: 1px solid #e1e8ee;
	background: #f7f9fb;
}

.smart-tool-switcher__heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.85rem;
}

.smart-tool-switcher__heading p,
.smart-tool-switcher__heading span {
	margin: 0;
}

.smart-tool-switcher__heading p {
	color: var(--premium-ink);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.smart-tool-switcher__heading span {
	color: #748196;
	font-size: 0.68rem;
}

.smart-tool-switcher__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
	gap: 0.65rem;
}

.smart-tool-switcher__grid a {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 0.7rem;
	padding: 0.75rem;
	border: 1px solid #d8e2ea;
	border-radius: 0.8rem;
	background: #fff;
	color: #4c5b70;
	text-decoration: none;
}

.smart-tool-switcher__grid a:hover {
	border-color: #9edce6;
	box-shadow: 0 6px 18px rgb(8 17 31 / 0.07);
	color: var(--premium-ink);
}

.smart-tool-switcher__grid a.is-active {
	border-color: #15304a;
	background: #0f1e32;
	color: #fff;
}

.smart-tool-switcher__grid a.is-active .smart-tool-switcher__icon {
	border-color: rgb(126 231 244 / 0.22);
	background: rgb(35 211 238 / 0.1);
	color: var(--premium-cyan);
}

.smart-tool-switcher__grid a > span:last-child {
	display: grid;
	min-width: 0;
}

.smart-tool-switcher__grid strong {
	font-size: 0.74rem;
	line-height: 1.25;
}

.smart-tool-switcher__grid small {
	margin-top: 0.15rem;
	color: #8390a2;
	font-size: 0.62rem;
}

.smart-tool-switcher__grid a.is-active small {
	color: #9eb0c4;
}

.smart-tool-switcher__all {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: 0.85rem;
	color: #087991;
	font-size: 0.7rem;
	font-weight: 800;
	text-decoration: none;
}

.tool-confidence {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: clamp(3rem, 6vw, 5rem);
	overflow: hidden;
	border: 1px solid #d7e1e9;
	border-radius: 1rem;
	background: #d7e1e9;
}

.tool-confidence > div {
	display: grid;
	gap: 0.25rem;
	padding: 1rem;
	background: #fff;
}

.tool-confidence strong {
	color: var(--premium-ink);
	font-size: 0.76rem;
}

.tool-confidence span {
	color: #6c7a8e;
	font-size: 0.68rem;
	line-height: 1.5;
}

.tools-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5rem;
	padding: 0.75rem;
	border: 1px solid rgb(174 207 225 / 0.16);
	border-radius: 1.2rem;
	background: rgb(255 255 255 / 0.055);
	backdrop-filter: blur(12px);
}

.tools-hero__stats p {
	display: grid;
	gap: 0.25rem;
	margin: 0;
	padding: 0.75rem;
	border-right: 1px solid rgb(255 255 255 / 0.09);
}

.tools-hero__stats p:last-child {
	border: 0;
}

.tools-hero__stats strong {
	color: #fff;
	font-size: 1.5rem;
	font-variant-numeric: tabular-nums;
}

.tools-hero__stats span {
	color: #93a4ba;
	font-size: 0.63rem;
	font-weight: 700;
}

.tools-hub {
	background: #fff;
}

.tools-hub__header {
	margin-bottom: 3rem;
}

.tools-hub .entry-content {
	margin-bottom: 2.5rem;
}

.tools-hub .limitation-box {
	margin-top: 2rem;
}

/* Related tools */

.related-tools {
	padding: clamp(4rem, 7vw, 6rem) 0;
	border-top: 1px solid var(--color-border);
	background: #fff;
}

.related-tools__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2rem;
}

.related-tools__header > div > span {
	color: #087991;
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.related-tools__title {
	margin: 0.45rem 0 0;
	font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.related-tools__header > a {
	color: #087991;
	font-size: 0.8rem;
	font-weight: 750;
	text-decoration: none;
}

.related-tools__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.related-tool-link {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.65rem 0.9rem;
	padding: 1.35rem;
	border: 1px solid #d8e1e9;
	border-radius: 1.15rem;
	background: #fafcfd;
	color: inherit;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.related-tool-link:hover {
	border-color: rgb(8 127 153 / 0.38);
	box-shadow: var(--shadow-md);
	color: inherit;
	transform: translateY(-3px);
}

.related-tool-link__icon {
	display: grid;
	grid-row: 1 / 3;
	width: 2.35rem;
	height: 2.35rem;
	place-items: center;
	border-radius: 0.7rem;
	background: var(--color-accent-light);
	color: #087991;
}

.related-tool-link__label {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	color: var(--premium-ink);
	font-size: 0.88rem;
	font-weight: 750;
}

.related-tool-link__desc {
	color: var(--color-text-muted);
	font-size: 0.75rem;
	line-height: 1.55;
}

/* Footer */

.site-footer {
	position: relative;
	padding: clamp(4rem, 7vw, 6rem) 0 1.5rem;
	overflow: hidden;
	border: 0;
	background:
		radial-gradient(circle at 15% 0%, rgb(35 211 238 / 0.1), transparent 24rem),
		linear-gradient(145deg, #08111f, #101d31);
	color: #a6b3c6;
}

.site-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.12;
	background-image: radial-gradient(rgb(181 232 240 / 0.5) 0.65px, transparent 0.65px);
	background-size: 23px 23px;
}

.site-footer .container {
	position: relative;
	z-index: 1;
}

.site-footer__top {
	display: grid;
	grid-template-columns: 1.45fr repeat(3, minmax(0, 0.82fr));
	gap: clamp(2rem, 5vw, 4rem);
	padding-bottom: 3.5rem;
}

.footer-brand {
	color: #fff;
}

.footer-brand:hover {
	color: #fff;
}

.footer-brand__mark {
	width: 2.8rem;
	height: 2.8rem;
}

.footer-brand > span:last-child {
	display: grid;
	gap: 0.3rem;
}

.footer-brand strong {
	font-size: 1.05rem;
	letter-spacing: -0.025em;
}

.footer-brand small {
	color: #788aa3;
	font-size: 0.61rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-footer__brand > p {
	max-width: 32ch;
	margin: 1.3rem 0 1rem;
	color: #8899af;
	font-size: 0.79rem;
	line-height: 1.7;
}

.footer-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.footer-trust span {
	padding: 0.32rem 0.5rem;
	border: 1px solid rgb(171 207 224 / 0.12);
	border-radius: 999px;
	background: rgb(255 255 255 / 0.035);
	color: #9dadc1;
	font-size: 0.59rem;
	font-weight: 700;
}

.footer-column h2 {
	margin: 0 0 1.15rem;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.footer-column ul,
.site-footer__nav nav ul {
	display: grid;
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-column a,
.site-footer__nav nav a,
.footer-feature-list li {
	color: #8fa0b6;
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: none;
}

.footer-column a:hover,
.site-footer__nav nav a:hover {
	color: var(--premium-cyan-soft);
}

.footer-feature-list li {
	position: relative;
	padding-left: 0.9rem;
}

.footer-feature-list li::before {
	content: "";
	position: absolute;
	top: 0.56em;
	left: 0;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	background: var(--premium-cyan);
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgb(181 209 226 / 0.12);
	color: #75869d;
	font-size: 0.65rem;
}

.site-footer__bottom p {
	max-width: 72ch;
	margin: 0;
}

.site-footer__bottom strong {
	color: #aebcd0;
}

/* Responsive */

@media (max-width: 1160px) {

	.header-cta {
		display: none;
	}

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

	.tool-card {
		min-height: 19rem;
	}
}

@media (max-width: 959px) {

	:root {
		--header-height: 64px;
	}

	body.menu-open::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: 998;
		background: rgb(3 10 20 / 0.62);
		backdrop-filter: blur(4px);
	}

	.site-header,
	body.admin-bar .site-header {
		position: relative;
		top: auto;
		min-height: 0;
		backdrop-filter: none;
	}

	.site-header__utility ul {
		display: none;
	}

	.site-header__utility .container {
		justify-content: center;
	}

	.site-header__main .container {
		min-height: 64px;
	}

	.site-title__symbol {
		width: 2.25rem;
		height: 2.25rem;
	}

	.site-title__name {
		font-size: 0.96rem;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		order: 3;
		width: 44px;
		height: 44px;
		margin-left: auto;
		border: 1px solid #d7e1e9;
		background: #fff;
	}

	.main-navigation {
		position: absolute;
		top: calc(100% + 0.5rem);
		right: var(--layout-gutter);
		left: var(--layout-gutter);
		z-index: 1001;
		display: none;
		max-height: calc(100dvh - var(--header-height) - 1rem);
		padding: 0.65rem;
		overflow-y: auto;
		border: 1px solid #d5e0e8;
		border-radius: 1rem;
		background: rgb(255 255 255 / 0.98);
		box-shadow: 0 26px 60px rgb(0 0 0 / 0.28);
	}

	body.admin-bar .main-navigation {
		top: calc(100% + 0.5rem);
	}

	.main-navigation.is-open {
		display: block;
	}

	.main-navigation ul {
		display: grid;
		gap: 0.15rem;
	}

	.main-navigation a {
		min-height: 48px;
		padding-inline: 1rem;
		font-size: 0.84rem;
	}

	.hero .container,
	.tool-hero .container,
	.tools-hero .container {
		grid-template-columns: minmax(0, 1fr);
	}

	.hero__copy {
		max-width: 49rem;
	}

	.hero-dashboard {
		width: min(100%, 40rem);
		margin: 0;
		transform: none;
	}

	.tool-hero__aside {
		max-width: 36rem;
	}

	.tool-switcher {
		margin-bottom: -1.3rem;
		transform: translateY(-35%);
	}

	.tool-switcher .container {
		align-items: stretch;
		overflow-x: auto;
	}

	.tool-switcher p {
		display: none;
	}

	.tool-switcher__links {
		display: flex;
		min-width: max-content;
	}

	.tool-switcher a {
		min-width: 10rem;
	}

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

@media (max-width: 782px) {

	body.admin-bar .site-header {
		top: auto;
	}

	body.admin-bar .main-navigation {
		top: calc(100% + 0.5rem);
	}
}

@media (max-width: 719px) {

	.fitment-tool-page .tool-hero {
		padding: 1.2rem 0 1.35rem;
	}

	.fitment-tool-page .tool-hero__eyebrow {
		margin-bottom: 0.45rem;
		font-size: 0.6rem;
	}

	.fitment-tool-page .tool-hero__title {
		max-width: 100%;
		margin-bottom: 0.5rem;
		font-size: clamp(1.75rem, 7.6vw, 2.15rem);
		letter-spacing: -0.045em;
		line-height: 1.03;
	}

	.fitment-tool-page .tool-hero__description {
		display: -webkit-box;
		overflow: hidden;
		font-size: 0.82rem;
		line-height: 1.45;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.fitment-tool-page .content-area--calculator {
		padding-top: 0.8rem;
	}

	.fitment-tool-page .ft-calculator {
		margin-top: 0;
	}

	.smart-tool-switcher__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.2rem;
	}

	.smart-tool-switcher__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.tool-confidence {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 3rem;
	}

	.hero {
		padding-top: 3.8rem;
	}

	.hero__title,
	.tool-hero__title,
	.tools-hero h1 {
		font-size: clamp(2.5rem, 12vw, 4rem);
	}

	.hero__proof {
		gap: 0.8rem 1rem;
	}

	.hero-dashboard {
		padding: 0.75rem;
		border-radius: 1.35rem;
	}

	.hero-dashboard__visual {
		min-height: 14rem;
	}

	.tire-orbit {
		width: 8.3rem;
		height: 8.3rem;
	}

	.tire-orbit--proposed {
		width: 8.8rem;
		height: 8.8rem;
	}

	.hero-dashboard__metrics {
		grid-template-columns: minmax(0, 1fr);
	}

	.hero-dashboard__metrics div {
		grid-template-columns: 1fr auto;
		align-items: center;
	}

	.trust-strip .container {
		grid-template-columns: minmax(0, 1fr);
	}

	.trust-strip p,
	.trust-strip p:last-child {
		border: 0;
		border-bottom: 1px solid var(--color-border);
	}

	.tool-grid,
	.help-grid,
	.related-tools__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.tool-card {
		min-height: 17rem;
	}

	.tool-card__icon {
		margin-bottom: 1.5rem;
	}

	.related-tools__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.75rem;
	}

	.site-footer__top {
		grid-template-columns: minmax(0, 1fr);
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}
}

@media (max-width: 540px) {

	.site-title__tagline {
		display: none;
	}

	.site-title__symbol {
		width: 2.35rem;
		height: 2.35rem;
	}

	.hero__actions {
		display: grid;
	}

	.hero .btn {
		width: 100%;
	}

	.hero-dashboard__top {
		align-items: stretch;
		flex-direction: column;
	}

	.hero-dashboard__badge {
		align-self: flex-start;
	}

	.tool-hero__trust {
		display: grid;
	}

	.tool-switcher {
		transform: translateY(-25%);
	}

	.smart-tool-switcher summary {
		min-height: 62px;
		padding: 0.65rem 0.75rem;
	}

	.smart-tool-switcher__current-icon {
		width: 2rem;
		height: 2rem;
	}

	.smart-tool-switcher__current strong {
		max-width: 12rem;
		font-size: 0.74rem;
	}

	.smart-tool-switcher__action {
		font-size: 0;
	}

	.smart-tool-switcher__action > span {
		font-size: 1.15rem;
	}

	.tools-hero__stats {
		grid-template-columns: minmax(0, 1fr);
	}

	.tools-hero__stats p {
		grid-template-columns: auto 1fr;
		align-items: baseline;
		border-right: 0;
		border-bottom: 1px solid rgb(255 255 255 / 0.09);
	}
}

@media print {

	.site-header__utility,
	.tool-hero,
	.tool-switcher,
	.related-tools {
		display: none !important;
	}
}

/* stylelint-enable no-descending-specificity */
