/* Root pillar hubs. Tokens from body.cat-aio-2026. */

body.hub-pillar-2026 .main-title,
body.hub-pillar-2026 .main-title__primary,
body.hub-pillar-2026 .container-title,
body.hub-pillar-2026 .page-header,
body.hub-pillar-2026 #icon-bar,
body.hub-pillar-2026 .term-description {
	display: none !important;
}

body.hub-pillar-2026 .hub-page {
	font-family: var(--cp-sans);
	color: var(--cp-ink);
	-webkit-font-smoothing: antialiased;
	padding: 0 0 48px;
}

body.hub-pillar-2026 .hub-page h1,
body.hub-pillar-2026 .hub-page h2,
body.hub-pillar-2026 .hub-page h3 {
	font-family: var(--cp-display);
	letter-spacing: -0.03em;
	line-height: 1.08;
	font-weight: 800;
	color: var(--cp-ink);
}

body.hub-pillar-2026 .hub-hero {
	padding: 12px 4px 8px;
}

body.hub-pillar-2026 .hub-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
	gap: 28px;
	align-items: start;
}

body.hub-pillar-2026 .hub-hero__copy .cp-bay__answer {
	margin-bottom: 12px;
}

body.hub-pillar-2026 .hub-hero__copy .cp-bay__answer:last-of-type {
	margin-bottom: 16px;
}

body.hub-pillar-2026 .hub-form {
	background: #242424;
	color: #fff;
	border: 1px solid #3a3a3a;
	border-radius: 6px;
	padding: 20px 18px 16px;
	box-shadow: 0 18px 40px rgba(15, 20, 25, 0.18);
}

body.hub-pillar-2026 .hub-form__kicker {
	margin: 0 0 4px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c7c7c7;
}

body.hub-pillar-2026 .hub-page .hub-form__title,
body.hub-pillar-2026 .hub-form h2.hub-form__title {
	margin: 0 0 10px;
	font-size: 1.28rem;
	color: #fff !important;
}

body.hub-pillar-2026 .hub-form__lede {
	display: none;
}

body.hub-pillar-2026 .hub-form__fallback,
body.hub-pillar-2026 .hub-form__or {
	margin: 8px 0 0;
	font-size: 0.88rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
}

body.hub-pillar-2026 .hub-form__or a {
	color: #fff;
	font-weight: 700;
}

body.hub-pillar-2026 .hub-form .wpcf7 {
	margin: 0;
}

body.hub-pillar-2026 .hub-form .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

body.hub-pillar-2026 .hub-form .wpcf7-form > p {
	flex: 1 1 100%;
	margin: 0;
	padding: 0;
}

body.hub-pillar-2026 .hub-form .wpcf7-form > p:nth-of-type(3),
body.hub-pillar-2026 .hub-form .wpcf7-form > p:nth-of-type(4) {
	flex: 1 1 calc(50% - 4px);
}

body.hub-pillar-2026 .hub-form .wpcf7-form label {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

body.hub-pillar-2026 .hub-form .wpcf7-form label br {
	display: none;
}

body.hub-pillar-2026 .hub-form .wpcf7-form-control-wrap {
	display: block;
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.3;
}

body.hub-pillar-2026 .hub-form input[type="text"],
body.hub-pillar-2026 .hub-form input[type="email"],
body.hub-pillar-2026 .hub-form input[type="tel"],
body.hub-pillar-2026 .hub-form input[type="number"],
body.hub-pillar-2026 .hub-form select,
body.hub-pillar-2026 .hub-form textarea {
	width: 100%;
	box-sizing: border-box;
	height: 44px;
	border: 1px solid #4a4a4a;
	border-radius: 3px;
	padding: 10px 12px;
	font-family: var(--cp-sans);
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	background: #141414;
	appearance: none;
}

body.hub-pillar-2026 .hub-form select {
	padding-right: 36px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23c7c7c7' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}

body.hub-pillar-2026 .hub-form input::placeholder,
body.hub-pillar-2026 .hub-form textarea::placeholder {
	color: #c7c7c7;
	opacity: 1;
	font-weight: 600;
}

body.hub-pillar-2026 .hub-form select option {
	color: #fff;
	background: #141414;
}

body.hub-pillar-2026 .hub-form input[type="text"]:focus,
body.hub-pillar-2026 .hub-form input[type="email"]:focus,
body.hub-pillar-2026 .hub-form input[type="tel"]:focus,
body.hub-pillar-2026 .hub-form select:focus {
	outline: 1px solid #e63329;
	border-color: #e63329;
}

body.hub-pillar-2026 .hub-form input.wpcf7-submit,
body.hub-pillar-2026 .hub-form .wpcf7-submit {
	flex: 1 1 100%;
	width: 100%;
	height: 46px;
	margin: 2px 0 0;
	border: 0;
	border-radius: 3px;
	padding: 12px 16px;
	background: #e63b2d;
	color: #fff;
	font-family: var(--cp-display);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
}

body.hub-pillar-2026 .hub-form input.wpcf7-submit:hover,
body.hub-pillar-2026 .hub-form .wpcf7-submit:hover {
	background: var(--cp-accent-h);
}

body.hub-pillar-2026 .hub-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 4px;
	font-size: 0.75rem;
	line-height: 1.3;
	color: #ffcdd2;
}

body.hub-pillar-2026 .hub-form .wpcf7-response-output {
	flex: 1 1 100%;
	margin: 4px 0 0;
	color: #ffcdd2;
	border-color: rgba(255, 255, 255, 0.2);
	font-size: 0.85rem;
}

body.hub-pillar-2026 .hub-form .wpcf7-spinner {
	display: none;
}

body.hub-pillar-2026 .hub-form .wpcf7-form > p:has(input[autocomplete="new-password"]),
body.hub-pillar-2026 .hub-form .wpcf7-form > p:has([name*="honeypot"]),
body.hub-pillar-2026 .hub-form .wpcf7-form > p:has([name*="honeycaptcha"]),
body.hub-pillar-2026 .hub-form .hidden-fields-container {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

body.hub-pillar-2026 .hub-doors {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 22px 0 8px;
}

body.hub-pillar-2026 .hub-door {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 16px 14px;
	border: 1px solid var(--cp-line);
	border-radius: 12px;
	background: var(--cp-paper);
	text-decoration: none;
	color: var(--cp-ink);
	position: relative;
	box-shadow: 0 0 0 rgba(15, 20, 25, 0);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.hub-pillar-2026 .hub-door:hover,
body.hub-pillar-2026 .hub-door:focus-visible {
	border-color: var(--cp-ink);
	box-shadow: 0 14px 32px rgba(15, 20, 25, 0.18);
	transform: translateY(-3px);
	z-index: 1;
}

body.hub-pillar-2026 .hub-door__kicker {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--cp-accent);
}

body.hub-pillar-2026 .hub-door strong {
	font-family: var(--cp-display);
	font-size: 1.12rem;
	letter-spacing: -0.03em;
}

body.hub-pillar-2026 .hub-door span:last-child {
	color: var(--cp-mute);
	font-size: 0.92rem;
	line-height: 1.4;
}

body.hub-pillar-2026 .hub-section {
	padding: 36px 4px 8px;
}

body.hub-pillar-2026 .hub-section h2 {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	margin: 0 0 10px;
}

body.hub-pillar-2026 .hub-lede {
	max-width: 46rem;
	margin: 0 0 22px;
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--cp-ink-2);
}

body.hub-pillar-2026 .hub-lede--tight {
	margin-top: 18px;
	margin-bottom: 0;
}

body.hub-pillar-2026 .hub-lede a {
	color: var(--cp-accent);
	font-weight: 700;
}

body.hub-pillar-2026 .hub-tiers,
body.hub-pillar-2026 .hub-walls,
body.hub-pillar-2026 .hub-examples,
body.hub-pillar-2026 .hub-uses {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

body.hub-pillar-2026 .hub-walls,
body.hub-pillar-2026 .hub-examples,
body.hub-pillar-2026 .hub-uses {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.hub-pillar-2026 .hub-tier,
body.hub-pillar-2026 .hub-wall,
body.hub-pillar-2026 .hub-example,
body.hub-pillar-2026 .hub-split article,
body.hub-pillar-2026 .hub-uses article {
	background: var(--cp-paper);
	border: 1px solid var(--cp-line);
	border-radius: 14px;
	overflow: hidden;
	padding: 0 0 16px;
}

body.hub-pillar-2026 .hub-tier h3,
body.hub-pillar-2026 .hub-wall h3,
body.hub-pillar-2026 .hub-split article h3,
body.hub-pillar-2026 .hub-uses article h3,
body.hub-pillar-2026 .hub-example strong {
	margin: 14px 16px 4px;
	font-size: 1.2rem;
}

body.hub-pillar-2026 .hub-tier p,
body.hub-pillar-2026 .hub-wall p,
body.hub-pillar-2026 .hub-split article p,
body.hub-pillar-2026 .hub-uses article p {
	margin: 0 16px;
	color: var(--cp-ink-2);
	font-size: 0.98rem;
	line-height: 1.5;
}

body.hub-pillar-2026 .hub-tier__note {
	color: var(--cp-mute) !important;
	font-weight: 600;
	font-size: 0.88rem !important;
	margin-bottom: 8px !important;
}

body.hub-pillar-2026 .hub-tier__photo {
	position: relative;
	display: block;
}

body.hub-pillar-2026 .hub-tier img,
body.hub-pillar-2026 .hub-wall img,
body.hub-pillar-2026 .hub-example img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
	background: var(--cp-bone);
}

body.hub-pillar-2026 .hub-tier__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: var(--cp-accent);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 5px 8px;
	border-radius: 6px;
}

body.hub-pillar-2026 .hub-aside {
	margin: 16px 0 0;
	color: var(--cp-mute);
	font-size: 0.95rem;
}

body.hub-pillar-2026 .hub-aside a {
	color: var(--cp-accent);
	font-weight: 700;
}

body.hub-pillar-2026 .hub-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 16px;
}

body.hub-pillar-2026 .hub-split article {
	padding: 16px 0 18px;
}

body.hub-pillar-2026 .hub-example {
	text-decoration: none;
	color: var(--cp-ink);
	padding-bottom: 14px;
}

body.hub-pillar-2026 .hub-example span {
	display: block;
	margin: 0 16px;
	color: var(--cp-mute);
	font-size: 0.9rem;
}

body.hub-pillar-2026 .hub-swatches {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.hub-pillar-2026 .hub-swatches li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.92rem;
	font-weight: 600;
}

body.hub-pillar-2026 .hub-swatch {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid rgba(15, 20, 25, 0.18);
	flex: 0 0 auto;
}

body.hub-pillar-2026 .hub-section--bone {
	background: var(--cp-bone);
	margin: 28px -4px 0;
	padding: 32px 20px 28px;
	border-radius: 16px;
}

body.hub-pillar-2026 .hub-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	counter-reset: hubstep;
}

body.hub-pillar-2026 .hub-steps li {
	counter-increment: hubstep;
	background: var(--cp-paper);
	border-radius: 12px;
	padding: 16px 16px 18px;
}

body.hub-pillar-2026 .hub-steps li::before {
	content: counter(hubstep);
	display: block;
	font-family: var(--cp-display);
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--cp-accent);
	margin-bottom: 6px;
}

body.hub-pillar-2026 .hub-steps strong {
	display: block;
	font-family: var(--cp-display);
	font-size: 1.08rem;
	margin-bottom: 6px;
}

body.hub-pillar-2026 .hub-steps span {
	color: var(--cp-ink-2);
	font-size: 0.95rem;
	line-height: 1.45;
}

body.hub-pillar-2026 .hub-steps a {
	color: var(--cp-accent);
	font-weight: 700;
}

body.hub-pillar-2026 .hub-specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

body.hub-pillar-2026 .hub-specs > div {
	background: var(--cp-paper);
	border-radius: 10px;
	padding: 12px 14px;
}

body.hub-pillar-2026 .hub-specs dt {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--cp-mute);
	margin: 0 0 4px;
}

body.hub-pillar-2026 .hub-specs dd {
	margin: 0;
	font-weight: 600;
	line-height: 1.4;
}

body.hub-pillar-2026 .cp-faq {
	padding: 36px 4px 8px;
}

body.hub-pillar-2026 .cp-close.hub-close {
	display: grid;
	grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
	align-items: center;
	gap: 28px 32px;
	margin-top: 28px;
}

body.hub-pillar-2026 .hub-close__copy .cp-bay__kicker {
	color: rgba(255, 255, 255, 0.72);
}

body.hub-pillar-2026 .hub-page .hub-close h2,
body.hub-pillar-2026 .hub-page .hub-close p {
	color: #fff;
}

body.hub-pillar-2026 .hub-close .cp-close__actions {
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 16px;
}

body.hub-pillar-2026 .hub-close__preview {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background: #111;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
	outline: 1px solid rgba(255, 255, 255, 0.14);
}

body.hub-pillar-2026 .hub-close__preview:hover,
body.hub-pillar-2026 .hub-close__preview:focus-visible {
	outline-color: #fff;
}

body.hub-pillar-2026 .hub-close__preview img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

@media (max-width: 980px) {
	body.hub-pillar-2026 .hub-hero__grid,
	body.hub-pillar-2026 .hub-tiers,
	body.hub-pillar-2026 .hub-doors,
	body.hub-pillar-2026 .hub-split,
	body.hub-pillar-2026 .hub-steps,
	body.hub-pillar-2026 .hub-specs,
	body.hub-pillar-2026 .hub-swatches {
		grid-template-columns: 1fr 1fr;
	}

	body.hub-pillar-2026 .hub-doors,
	body.hub-pillar-2026 .cp-close.hub-close {
		grid-template-columns: 1fr;
	}
}

.grecaptcha-badge {
	left: 4px !important;
	right: auto !important;
	bottom: 14px !important;
	width: 70px !important;
	overflow: hidden !important;
	transition: width 0.25s ease !important;
}

.grecaptcha-badge:hover,
.grecaptcha-badge.cp-recaptcha-open,
.grecaptcha-badge:focus-within {
	width: 256px !important;
}

@media (max-width: 680px) {
	body.hub-pillar-2026 .hub-hero__grid,
	body.hub-pillar-2026 .hub-tiers,
	body.hub-pillar-2026 .hub-walls,
	body.hub-pillar-2026 .hub-examples,
	body.hub-pillar-2026 .hub-uses,
	body.hub-pillar-2026 .hub-split,
	body.hub-pillar-2026 .hub-steps,
	body.hub-pillar-2026 .hub-specs,
	body.hub-pillar-2026 .hub-swatches {
		grid-template-columns: 1fr;
	}

	body.hub-pillar-2026 .hub-form .wpcf7-form > p:nth-of-type(3),
	body.hub-pillar-2026 .hub-form .wpcf7-form > p:nth-of-type(4) {
		flex: 1 1 100%;
	}

	body.hub-pillar-2026 .cp-close.hub-close {
		grid-template-columns: 1fr;
	}
}

