/*
 * Cascada de taxonomías · raíces y fichas de término.
 * Scope completo para no modificar la cabecera ni el pie de Elementor.
 */

.taibo-tax3 {
	--tax3-ink: #1a1a1a;
	--tax3-orange: #e8622c;
	--tax3-orange-dark: #c24f1f;
	--tax3-paper: #f7f5f2;
	--tax3-surface: #efebe5;
	--tax3-white: #fff;
	--tax3-text: #393632;
	--tax3-muted: #6b6560;
	--tax3-line: rgba(26, 26, 26, 0.16);
	--tax3-display: "Oswald", "Arial Narrow", Arial, sans-serif;
	--tax3-body: "Montserrat", Arial, sans-serif;
	background: var(--tax3-paper);
	color: var(--tax3-text);
	font-family: var(--tax3-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	overflow-x: hidden;
}

@supports (overflow: clip) {
	.taibo-tax3 {
		overflow-x: clip;
	}
}

.taibo-tax3 *,
.taibo-tax3 *::before,
.taibo-tax3 *::after {
	box-sizing: border-box;
}

.taibo-tax3 :where(h1, h2, h3, p, figure, ul, dl, dd) {
	margin: 0;
}

.taibo-tax3 :where(ul) {
	padding: 0;
	list-style: none;
}

.taibo-tax3 img {
	display: block;
	max-width: 100%;
}

.taibo-tax3 a {
	color: inherit;
	text-decoration: none;
}

.taibo-tax3-container {
	width: min(100% - 48px, 1200px);
	margin-inline: auto;
}

.taibo-tax3-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--tax3-orange);
	font-family: var(--tax3-display);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.taibo-tax3-kicker i {
	width: 16px;
	height: 1px;
	background: currentColor;
	flex: 0 0 auto;
}

.taibo-tax3 :where(a, button):focus-visible {
	outline: 3px solid rgba(232, 98, 44, 0.38);
	outline-offset: 4px;
}

/* Marquee claro, compartido */
.taibo-tax3-marquee {
	width: 100%;
	overflow: hidden;
	border-block: 1px solid rgba(26, 26, 26, 0.12);
	background: var(--tax3-surface);
	color: var(--tax3-ink);
	font-family: var(--tax3-display);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1;
	text-transform: uppercase;
}

.taibo-tax3-marquee__track {
	display: flex;
	width: max-content;
	animation: taibo-tax3-marquee-scroll 34s linear infinite;
}

.taibo-tax3-marquee__group {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.taibo-tax3-marquee a {
	display: inline-flex;
	align-items: center;
	gap: 40px;
	min-height: 50px;
	padding-inline: 20px;
	white-space: nowrap;
	transition: color 160ms ease;
}

.taibo-tax3-marquee a:hover,
.taibo-tax3-marquee a:focus-visible {
	color: var(--tax3-orange-dark);
}

.taibo-tax3-marquee a i {
	width: 1px;
	height: 14px;
	background: rgba(26, 26, 26, 0.28);
	flex: 0 0 auto;
}

.taibo-tax3-marquee:hover .taibo-tax3-marquee__track,
.taibo-tax3-marquee:focus-within .taibo-tax3-marquee__track {
	animation-play-state: paused;
}

@keyframes taibo-tax3-marquee-scroll {
	to {
		transform: translateX(-50%);
	}
}

/* Etiqueta editorial numerada */
.taibo-tax3-section__label {
	display: flex;
	align-items: baseline;
	gap: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(26, 26, 26, 0.22);
	font-family: var(--tax3-display);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.25;
	text-transform: uppercase;
}

.taibo-tax3-section__label > span {
	color: var(--tax3-orange);
}

.taibo-tax3-section__label > strong {
	color: var(--tax3-muted);
	font: inherit;
}

.taibo-tax3-section__label > small {
	margin-left: auto;
	color: var(--tax3-muted);
	font-family: var(--tax3-body);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

/* Raíz: hero */
.taibo-root3-hero {
	padding: clamp(62px, 7vw, 100px) 0 clamp(55px, 6vw, 82px);
}

.taibo-root3-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.85fr);
	align-items: end;
	gap: clamp(60px, 9vw, 120px);
}

.taibo-root3-hero h1,
.taibo-tax3-hero h1,
.taibo-tax3-section h2,
.taibo-root3-cta h2,
.taibo-tax3-context h2,
.taibo-root3-card h3,
.taibo-tax3-card h3,
.taibo-root3-empty h2 {
	color: var(--tax3-ink);
	font-family: var(--tax3-display);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.08;
}

.taibo-root3-hero h1 {
	max-width: 20ch;
	margin-top: 23px;
	font-size: clamp(48px, 5.2vw, 68px);
	text-wrap: pretty;
}

.taibo-root3-hero > .taibo-tax3-container > div > p {
	max-width: 54ch;
	margin-top: 25px;
	color: var(--tax3-muted);
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.65;
	text-wrap: pretty;
}

.taibo-root3-hero aside {
	padding-top: 20px;
	border-top: 1px solid rgba(26, 26, 26, 0.24);
}

.taibo-root3-hero aside h2 {
	margin-bottom: 8px;
	color: var(--tax3-muted);
	font-family: var(--tax3-display);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.taibo-root3-hero aside p {
	max-width: 39ch;
	color: var(--tax3-muted);
	font-size: 14px;
	line-height: 1.65;
}

/* Raíz: términos */
.taibo-root3-terms {
	padding: clamp(54px, 6vw, 76px) 0 0;
}

.taibo-tax3-section__label--root {
	margin-bottom: 31px;
}

.taibo-root3-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	padding: 1px;
	background: var(--tax3-line);
}

.taibo-root3-card {
	display: flex;
	min-height: 244px;
	height: 100%;
	flex-direction: column;
	padding: 32px;
	background: var(--tax3-white);
	transition: background-color 180ms ease;
}

.taibo-root3-card:hover,
.taibo-root3-card:focus-within {
	background: var(--tax3-surface);
}

.taibo-root3-card h3 {
	font-size: clamp(23px, 2.2vw, 29px);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.taibo-root3-card h3 a {
	display: block;
}

.taibo-root3-card > p {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 13px;
	color: var(--tax3-muted);
	font-size: 14px;
	line-height: 1.62;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.taibo-root3-card__counts {
	display: block;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid var(--tax3-line);
	color: var(--tax3-ink);
	font-family: var(--tax3-display);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.45;
	text-transform: uppercase;
}

.taibo-root3-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin-top: 12px;
	color: var(--tax3-orange-dark) !important;
	font-size: 13px;
	font-weight: 600;
}

.taibo-root3-card__link span {
	transition: transform 160ms ease;
}

.taibo-root3-card__link:hover span,
.taibo-root3-card__link:focus-visible span {
	transform: translateX(4px);
}

.taibo-root3-empty {
	padding: 50px;
	border: 1px solid var(--tax3-line);
	background: var(--tax3-white);
	text-align: center;
}

.taibo-root3-empty h2 {
	font-size: 36px;
	text-transform: uppercase;
}

.taibo-root3-empty p {
	margin-top: 14px;
	color: var(--tax3-muted);
}

/* Botón compartido */
.taibo-tax3-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 60px;
	padding: 16px 22px;
	background: var(--tax3-orange);
	color: var(--tax3-white) !important;
	font-family: var(--tax3-display);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background-color 180ms ease, transform 180ms ease;
}

.taibo-tax3-button:hover,
.taibo-tax3-button:focus-visible {
	background: var(--tax3-orange-dark);
	transform: translateY(-2px);
}

/* Raíz: CTA */
.taibo-root3-cta {
	padding-top: clamp(55px, 6vw, 78px);
}

.taibo-tax3-section__label--cta {
	margin-bottom: 30px;
}

.taibo-root3-cta__panel {
	padding: clamp(55px, 6vw, 80px) 0;
	background: var(--tax3-ink);
}

.taibo-root3-cta__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	align-items: end;
	gap: clamp(52px, 8vw, 100px);
}

.taibo-root3-cta h2 {
	max-width: 23ch;
	color: var(--tax3-white);
	font-size: clamp(39px, 4vw, 52px);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.taibo-root3-cta p {
	max-width: 62ch;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.69);
	font-size: 15px;
	line-height: 1.68;
}

/* Ficha: hero */
.taibo-tax3-hero {
	padding: clamp(58px, 7vw, 96px) 0 clamp(50px, 6vw, 78px);
}

.taibo-tax3-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.82fr);
	align-items: center;
	gap: clamp(60px, 9vw, 122px);
}

.taibo-tax3-hero h1 {
	margin-top: 22px;
	font-size: clamp(50px, 5.4vw, 70px);
	text-transform: none;
	text-wrap: pretty;
}

.taibo-tax3-hero__intro {
	max-width: 51ch;
	margin-top: 24px;
	color: var(--tax3-muted);
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.65;
	text-wrap: pretty;
}

.taibo-tax3-hero__counts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	margin-top: 26px;
	padding-top: 16px;
	border-top: 1px solid rgba(26, 26, 26, 0.22);
	color: var(--tax3-muted);
	font-family: var(--tax3-display);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.taibo-tax3-hero__media {
	width: min(100%, 430px);
	margin-inline: auto;
}

.taibo-tax3-hero__media .taibo-photo-comp,
.taibo-tax3-photo-fallback {
	position: relative;
	padding: 0 0 40px 14px;
}

.taibo-tax3-hero__media .taibo-photo-comp__frame,
.taibo-tax3-photo-fallback {
	aspect-ratio: 4 / 5;
}

.taibo-tax3-hero__media .taibo-photo-comp__frame {
	position: relative;
	z-index: 2;
	height: auto;
	overflow: hidden;
	border: 1px solid var(--tax3-line);
	background: var(--tax3-surface);
}

.taibo-tax3-hero__media .taibo-photo-comp__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.taibo-tax3-hero__media .taibo-photo-comp__accent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 8px;
	height: 60%;
	background: var(--tax3-orange);
}

.taibo-tax3-hero__media .taibo-photo-comp__corner {
	display: none;
}

.taibo-tax3-hero__media .taibo-photo-comp__seal {
	position: absolute;
	bottom: 0;
	left: -20px;
	z-index: 3;
	width: 92px;
	height: 92px;
}

.taibo-tax3-hero__media .taibo-photo-comp__seal-ring {
	width: 100%;
	height: 100%;
	animation: taibo-tax3-seal-rotate 20s linear infinite;
}

.taibo-tax3-hero__media .taibo-photo-comp__seal-ring svg {
	display: block;
	width: 100%;
	height: 100%;
}

.taibo-tax3-hero__media .taibo-photo-comp__seal-center {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
}

@keyframes taibo-tax3-seal-rotate {
	to {
		transform: rotate(360deg);
	}
}

.taibo-tax3-photo-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--tax3-line);
	background: var(--tax3-surface);
}

.taibo-tax3-placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: inherit;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	padding: 25px;
	color: var(--tax3-orange);
	font-family: var(--tax3-display);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.45;
	text-align: center;
	text-transform: uppercase;
}

.taibo-tax3-placeholder b {
	font-size: 24px;
	font-weight: 400;
}

/* Ficha: secciones de contenido */
.taibo-tax3-section {
	padding: clamp(54px, 6vw, 78px) 0 0;
}

.taibo-tax3-section__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 25px;
	margin: 28px 0 31px;
}

.taibo-tax3-section h2 {
	max-width: 24ch;
	font-size: clamp(34px, 3.4vw, 46px);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-wrap: balance;
}

.taibo-tax3-section__header > span {
	padding-bottom: 4px;
	color: var(--tax3-muted);
	font-size: 12px;
	white-space: nowrap;
}

.taibo-tax3-content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	padding: 1px;
	background: var(--tax3-line);
}

.taibo-tax3-content-grid--featured {
	grid-template-columns: 1fr;
	gap: 22px;
	padding: 0;
	background: transparent;
}

.taibo-tax3-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	background: var(--tax3-white);
	transition: background-color 180ms ease;
}

.taibo-tax3-card:hover,
.taibo-tax3-card:focus-within {
	background: var(--tax3-surface);
}

.taibo-tax3-card--featured {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(0, 1.4fr);
	border: 1px solid var(--tax3-line);
}

.taibo-tax3-card--featured.taibo-tax3-card--exercise {
	display: flex;
	min-height: 240px;
}

.taibo-tax3-card__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-bottom: 1px solid var(--tax3-line);
	background: var(--tax3-surface);
}

.taibo-tax3-card--featured .taibo-tax3-card__media {
	min-height: 280px;
	border-right: 1px solid var(--tax3-line);
	border-bottom: 0;
}

.taibo-tax3-card__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.taibo-tax3-card:hover .taibo-tax3-card__media > img {
	transform: scale(1.035);
}

.taibo-tax3-card__media > i {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 5px;
	height: 74px;
	background: var(--tax3-orange);
	content: "";
}

.taibo-tax3-card__body {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
}

.taibo-tax3-card--featured .taibo-tax3-card__body {
	justify-content: center;
	padding: clamp(30px, 4vw, 48px);
}

.taibo-tax3-card--exercise .taibo-tax3-card__body {
	min-height: 260px;
}

.taibo-tax3-card--featured.taibo-tax3-card--exercise .taibo-tax3-card__body {
	min-height: 0;
}

.taibo-tax3-card__eyebrow {
	color: var(--tax3-muted);
	font-family: var(--tax3-display);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.taibo-tax3-card h3 {
	font-size: clamp(22px, 2vw, 29px);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.taibo-tax3-card--featured h3 {
	font-size: clamp(29px, 3.1vw, 42px);
}

.taibo-tax3-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	color: var(--tax3-muted);
	font-size: 13px;
	line-height: 1.62;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.taibo-tax3-card--featured .taibo-tax3-card__body > p {
	max-width: 56ch;
	font-size: 14px;
}

.taibo-tax3-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.taibo-tax3-card__badges span {
	padding: 4px 7px;
	border: 1px solid rgba(26, 26, 26, 0.22);
	color: var(--tax3-ink);
	font-family: var(--tax3-display);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.taibo-tax3-card__pattern {
	color: var(--tax3-orange-dark);
	font-family: var(--tax3-display);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-transform: uppercase;
}

.taibo-tax3-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin-top: auto;
	padding-top: 8px;
	color: var(--tax3-orange-dark) !important;
	font-size: 13px;
	font-weight: 600;
}

.taibo-tax3-card__link span {
	transition: transform 160ms ease;
}

.taibo-tax3-card__link:hover span,
.taibo-tax3-card__link:focus-visible span {
	transform: translateX(4px);
}

.taibo-tax3-section__all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	padding-bottom: 2px;
	border-bottom: 1px solid currentColor;
	color: var(--tax3-orange-dark) !important;
	font-family: var(--tax3-display);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

/* Ficha: bloque de contexto */
.taibo-tax3-context {
	padding-top: clamp(56px, 7vw, 88px);
}

.taibo-tax3-section__label--context {
	margin-bottom: 30px;
}

.taibo-tax3-context__panel {
	padding: clamp(54px, 7vw, 86px) 0;
	background: var(--tax3-ink);
}

.taibo-tax3-context__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	align-items: end;
	gap: clamp(55px, 8vw, 110px);
}

.taibo-tax3-context h2 {
	max-width: 25ch;
	color: var(--tax3-white);
	font-size: clamp(38px, 4vw, 53px);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-wrap: balance;
}

.taibo-tax3-context__text {
	max-width: 63ch;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.73);
	font-size: 14px;
	line-height: 1.72;
}

.taibo-tax3-context__text > * + * {
	margin-top: 14px;
}

.taibo-tax3-context__note {
	max-width: 63ch;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
	line-height: 1.65;
}

/* Escritorio medio */
@media (max-width: 1180px) {
	.taibo-tax3-container {
		width: min(100% - 40px, 1120px);
	}

	.taibo-root3-hero__grid,
	.taibo-tax3-hero__grid {
		gap: 62px;
	}

	.taibo-root3-card {
		padding: 27px;
	}

	.taibo-tax3-card__body {
		padding: 21px;
	}
}

/* Tableta */
@media (max-width: 980px) {
	.taibo-root3-hero__grid {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 46px;
	}

	.taibo-root3-hero aside {
		max-width: 620px;
	}

	.taibo-root3-grid,
	.taibo-tax3-content-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.taibo-tax3-content-grid--featured {
		grid-template-columns: 1fr;
	}

	.taibo-tax3-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
		gap: 45px;
	}

	.taibo-root3-cta__grid,
	.taibo-tax3-context__grid {
		grid-template-columns: minmax(0, 1fr) minmax(290px, 0.72fr);
		gap: 46px;
	}
}

@media (max-width: 820px) {
	.taibo-tax3-hero__grid {
		grid-template-columns: 1fr;
		gap: 52px;
	}

	.taibo-tax3-hero__media {
		width: min(100%, 480px);
	}

	.taibo-tax3-card--featured {
		grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.2fr);
	}
}

/* Tableta estrecha */
@media (max-width: 760px) {
	.taibo-tax3-container {
		width: min(100% - 32px, 720px);
	}

	.taibo-root3-cta__grid,
	.taibo-tax3-context__grid {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.taibo-root3-cta__grid .taibo-tax3-button,
	.taibo-tax3-context__grid .taibo-tax3-button {
		width: min(100%, 440px);
	}

	.taibo-tax3-card--featured {
		grid-template-columns: 1fr;
	}

	.taibo-tax3-card--featured .taibo-tax3-card__media {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--tax3-line);
	}

	.taibo-tax3-card--featured .taibo-tax3-card__body {
		padding: 30px;
	}
}

/* Móvil */
@media (max-width: 600px) {
	.taibo-tax3 {
		font-size: 15px;
	}

	.taibo-tax3-container {
		width: min(100% - 28px, 560px);
	}

	.taibo-root3-hero {
		padding-block: 48px 51px;
	}

	.taibo-root3-hero h1,
	.taibo-tax3-hero h1 {
		font-size: clamp(34px, 10.8vw, 48px);
	}

	.taibo-root3-hero > .taibo-tax3-container > div > p,
	.taibo-tax3-hero__intro {
		font-size: 16px;
	}

	.taibo-tax3-marquee {
		font-size: 12px;
	}

	.taibo-tax3-marquee a {
		gap: 28px;
		min-height: 46px;
		padding-inline: 14px;
	}

	.taibo-root3-grid {
		grid-template-columns: 1fr;
	}

	.taibo-root3-card {
		min-height: 220px;
		padding: 25px;
	}

	.taibo-tax3-section__label {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 5px 12px;
	}

	.taibo-tax3-section__label > span,
	.taibo-tax3-section__label > strong {
		width: 100%;
	}

	.taibo-tax3-section__label > small {
		width: 100%;
		margin: 6px 0 0;
	}

	.taibo-root3-cta__panel,
	.taibo-tax3-context__panel {
		padding-block: 48px;
	}

	.taibo-root3-cta h2,
	.taibo-tax3-context h2 {
		font-size: 36px;
	}

	.taibo-tax3-hero {
		padding-block: 30px 46px;
	}

	.taibo-tax3-hero__grid {
		gap: 31px;
	}

	.taibo-tax3-hero__media {
		order: -1;
		width: min(100%, 390px);
	}

	.taibo-tax3-hero__media .taibo-photo-comp,
	.taibo-tax3-photo-fallback {
		padding: 0 0 28px 10px;
	}

	.taibo-tax3-hero__media .taibo-photo-comp__accent {
		width: 6px;
	}

	.taibo-tax3-hero__media .taibo-photo-comp__seal {
		left: -10px;
		width: 66px;
		height: 66px;
	}

	.taibo-tax3-hero__counts {
		gap: 8px 20px;
	}

	.taibo-tax3-section {
		padding-top: 48px;
	}

	.taibo-tax3-section__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		margin-block: 20px 24px;
	}

	.taibo-tax3-section h2 {
		font-size: 31px;
	}

	.taibo-tax3-section__header > span {
		padding: 0;
	}

	.taibo-tax3-content-grid:not(.taibo-tax3-content-grid--featured) {
		display: flex;
		gap: 14px;
		margin-inline: -14px;
		padding: 0 14px 17px;
		border: 0;
		background: transparent;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		scrollbar-color: var(--tax3-orange) #ded8d1;
		scrollbar-width: thin;
	}

	.taibo-tax3-content-grid:not(.taibo-tax3-content-grid--featured) .taibo-tax3-card {
		flex: 0 0 min(78vw, 250px);
		border: 1px solid var(--tax3-line);
		scroll-snap-align: start;
	}

	.taibo-tax3-card--featured .taibo-tax3-card__body {
		padding: 24px;
	}

	.taibo-tax3-card--featured h3 {
		font-size: 30px;
	}

	.taibo-tax3-section__all {
		justify-content: center;
		width: 100%;
		min-height: 54px;
		margin-top: 20px;
		padding: 13px 16px;
		border: 0;
		background: var(--tax3-orange);
		color: var(--tax3-white) !important;
	}
}

@media (max-width: 420px) {
	.taibo-tax3-button {
		width: 100% !important;
		font-size: 13px;
	}

	.taibo-root3-card h3 {
		font-size: 25px;
	}

	.taibo-tax3-card--featured h3 {
		font-size: 27px;
	}

	.taibo-tax3-hero__counts span {
		width: calc(50% - 10px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.taibo-tax3 *,
	.taibo-tax3 *::before,
	.taibo-tax3 *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.taibo-tax3-marquee__track {
		transform: none;
	}
}
