/**
 * Phase Q.2B.2 polish — Logo Tiger 3 premium landing layout/width balance.
 * Scoped to .nora-logo-product--logo-tiger-3 only; J-Platform locked page unaffected.
 *
 * Width rail: hero + value strip + all section inners share --nlp-max (1312px).
 * Hero: kit defaults match locked J-Platform grid (product logo + dashboard visual).
 * Color polish: controlled category tints on chips, Nora flow icons, audience sectors.
 */

.nora-logo-product--logo-tiger-3 {
	--tiger-content-max: var(--nlp-max, 1312px);
}

/* --- Shared content rail (hero / metrics / sections) --- */

.nora-logo-product--logo-tiger-3 > .nora-logo-product-body {
	max-width: 100%;
	overflow-x: clip;
}

.nora-logo-product--logo-tiger-3 .nora-logo-product-body.is-layout-constrained {
	width: 100% !important;
	max-width: 100% !important;
}

.nora-logo-product--logo-tiger-3 .nora-logo-product-body > .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.nora-logo-product--logo-tiger-3 .nora-logo-product-body > .is-layout-constrained > .wp-block-shortcode {
	width: 100%;
	max-width: 100%;
	margin-inline: 0;
}

.nora-logo-product--logo-tiger-3 .nora-logo-product-section--capability-fit {
	width: 100%;
	max-width: none !important;
}

.nora-logo-product--logo-tiger-3 .nora-logo-product-section__inner,
.nora-logo-product--logo-tiger-3 .nora-logo-product-final-cta__inner {
	width: min(100% - calc(var(--nlp-gutter) * 2), var(--tiger-content-max));
	margin-inline: auto;
}

/* --- Capabilities card breathing room (layout unchanged) --- */

.nora-logo-product--logo-tiger-3 .nora-logo-product-capabilities {
	gap: 1.125rem 1.25rem;
}

.nora-logo-product--logo-tiger-3 .nora-logo-product-capability-card {
	min-height: 14.5rem;
	padding: 1.45rem 1.35rem 1.25rem;
}

.nora-logo-product--logo-tiger-3 .nora-logo-product-capability-card__tags {
	flex-wrap: wrap;
}

.nora-logo-product--logo-tiger-3 .nora-logo-product-capability-card__tags li {
	flex: 0 1 auto;
	min-width: 0;
	white-space: normal;
}

/* --- Process / related rhythm --- */

.nora-logo-product--logo-tiger-3 .nora-logo-product-section--process,
.nora-logo-product--logo-tiger-3 .nora-logo-product-section--related {
	padding-block: clamp(2.75rem, 2.25rem + 1.4vw, 3.75rem);
}

@media (max-width: 767px) {
	.nora-logo-product--logo-tiger-3 .nora-logo-product-nora-flow__item {
		min-width: 0;
	}
}
