/**
 * Company pages — subtle cinema v2.
 * Scoped to .sx-cinema--company
 */

.sx-cinema--company {
	--sx-company-width: 1100px;
	--sx-company-pad: clamp(1rem, 4vw, 2rem);
	background: var(--sx-night);
}

.sx-cinema--company .sx-scene__inner,
.sx-cinema--company .sx-scene__inner--wide,
.sx-cinema--company .sx-scene__inner--climax {
	width: min(var(--sx-company-width), 100%);
	margin-inline: auto;
	padding-inline: var(--sx-company-pad);
	box-sizing: border-box;
}

/* Section bands — centered headers (cinema default); splits/intro stay left in copy columns */
.sx-cinema--company .sx-scene--company-grid .sx-scene__inner--wide,
.sx-cinema--company .sx-scene--company-timeline .sx-scene__inner--wide,
.sx-cinema--company .sx-scene--company-products .sx-scene__inner--wide,
.sx-cinema--company .sx-scene--company-industries .sx-scene__inner--wide,
.sx-cinema--company .sx-scene--company-blog-grid .sx-scene__inner--wide,
.sx-cinema--company .sx-scene--company-mission .sx-scene__inner--wide,
.sx-cinema--company .sx-scene--company-quote .sx-scene__inner--wide,
.sx-cinema--company .sx-scene--faq .sx-scene__inner--wide {
	text-align: center;
}

.sx-cinema--company .sx-scene--company-grid .sx-scene__chapter,
.sx-cinema--company .sx-scene--company-timeline .sx-scene__chapter,
.sx-cinema--company .sx-scene--company-products .sx-scene__chapter,
.sx-cinema--company .sx-scene--company-industries .sx-scene__chapter,
.sx-cinema--company .sx-scene--company-blog-grid .sx-scene__chapter,
.sx-cinema--company .sx-scene--faq .sx-scene__chapter {
	text-align: center;
	margin-inline: auto;
}

.sx-cinema--company .sx-scene--company-grid .sx-scene__body,
.sx-cinema--company .sx-scene--company-timeline .sx-scene__body,
.sx-cinema--company .sx-scene--company-products .sx-scene__body,
.sx-cinema--company .sx-scene--company-industries .sx-scene__body,
.sx-cinema--company .sx-scene--company-blog-grid .sx-scene__body {
	margin: 0 auto 0.25rem;
	text-align: center;
	max-width: 42rem;
}

.sx-cinema--company .sx-scene--light .sx-scene__body {
	color: var(--sx-muted);
}

/* Inline breadcrumb */
.sx-cinema--company .sx-cinema-breadcrumb {
	margin: 0 0 1rem;
	font-size: 0.8125rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5);
}

.sx-cinema--company .sx-cinema-breadcrumb a {
	color: var(--sx-soft);
	text-decoration: none;
}

.sx-cinema--company .sx-cinema-breadcrumb a:hover,
.sx-cinema--company .sx-cinema-breadcrumb a:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.sx-cinema--company .sx-cinema-breadcrumb__sep {
	margin-inline: 0.4rem;
	color: rgba(255, 255, 255, 0.28);
}

.sx-cinema--company .sx-cinema-breadcrumb__current {
	color: rgba(255, 255, 255, 0.88);
}

.sx-cinema--company .spectrao-section-photo {
	margin: 0;
}

.sx-cinema--company .spectrao-section-photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.75rem;
	object-fit: cover;
}

/* Intro */
.sx-cinema--company .sx-scene--company-intro {
	min-height: min(84vh, 48rem);
	padding-block: clamp(3rem, 8vh, 5rem);
	align-items: center;
}

.sx-cinema--company .sx-company-intro__grid {
	display: grid;
	gap: clamp(2rem, 4vw, 3rem);
	align-items: center;
}

@media (min-width: 960px) {
	.sx-cinema--company .sx-company-intro__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}
}

.sx-cinema--company .sx-company-intro__title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.03em;
	margin: 0 0 1.25rem;
	color: #fff;
	max-width: 18ch;
}

.sx-cinema--company .sx-company-intro__leads p {
	margin: 0 0 0.85rem;
	font-size: clamp(0.98rem, 1.6vw, 1.08rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.76);
	max-width: 42ch;
}

.sx-cinema--company .sx-company-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

/* Flat pillar list — no pill backgrounds */
.sx-cinema--company .sx-company-pillar-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

.sx-cinema--company .sx-company-pillar-list__item {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 0.85rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid rgba(161, 161, 170, 0.18);
}

.sx-cinema--company .sx-company-pillar-list__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
}

.sx-cinema--company .sx-company-pillar-list__icon .spectrao-icon__svg {
	width: 2rem;
	height: 2rem;
}

.sx-cinema--company .sx-company-pillar-list__label {
	font-size: 0.92rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.35;
}

/* Feature grid */
.sx-cinema--company .sx-scene--company-grid {
	padding-block: clamp(3.5rem, 8vh, 5.5rem);
}

.sx-cinema--company .sx-scene--light {
	background: var(--sx-light);
	color: var(--sx-ink);
}

.sx-cinema--company .sx-scene--light .sx-scene__chapter,
.sx-cinema--company .sx-scene--light .sx-scene__body {
	color: var(--sx-ink) !important;
}

.sx-cinema--company .sx-scene--light .sx-company-card {
	border-color: rgba(161, 161, 170, 0.35);
	background: #fff;
}

.sx-cinema--company .sx-company-grid {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
}

@media (min-width: 782px) {
	.sx-cinema--company .sx-company-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sx-cinema--company .sx-company-grid--trio {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.sx-cinema--company .sx-company-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sx-cinema--company .sx-company-grid--compact {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sx-cinema--company .sx-company-grid--quad {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sx-cinema--company .sx-company-grid--trio {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.sx-cinema--company .sx-company-card {
	padding: 1.35rem;
	border: 1px solid rgba(161, 161, 170, 0.22);
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0;
	transition:
		border-color 0.25s ease,
		transform 0.35s var(--sx-ease);
}

.sx-cinema--company .sx-company-card.is-cinematic-in {
	transform: translateY(0);
	opacity: 1;
}

.sx-cinema--company .sx-company-card__icon {
	display: inline-flex;
	margin-bottom: 0.85rem;
}

.sx-cinema--company .sx-company-card__icon .spectrao-icon__svg {
	width: 2rem;
	height: 2rem;
}

.sx-cinema--company .sx-company-card__title {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	font-weight: 500;
	color: inherit;
}

.sx-cinema--company .sx-company-card__body {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.72);
}

.sx-cinema--company .sx-scene--light .sx-company-card__body {
	color: var(--sx-muted);
}

/* Split */
.sx-cinema--company .sx-scene--company-split {
	padding-block: clamp(3.5rem, 8vh, 5.5rem);
}

.sx-cinema--company .sx-scene--company-split.sx-scene--light {
	background: var(--sx-light);
	color: var(--sx-ink);
}

.sx-cinema--company .sx-scene--light .sx-company-split__copy .sx-scene__chapter {
	color: var(--sx-ink) !important;
}

.sx-cinema--company .sx-scene--light .sx-company-split__body {
	color: var(--sx-muted);
}

.sx-cinema--company .sx-scene--light .sx-company-split__media {
	border: 1px solid rgba(161, 161, 170, 0.35);
	background: rgba(79, 70, 229, 0.06);
}

.sx-cinema--company .sx-company-split {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: center;
}

@media (min-width: 960px) {
	.sx-cinema--company .sx-company-split {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	}

	.sx-cinema--company .sx-company-split--reverse .sx-company-split__media {
		order: 2;
	}
}

.sx-cinema--company .sx-company-split__copy .sx-scene__chapter {
	max-width: none;
	margin-bottom: 1rem;
}

.sx-cinema--company .sx-company-split__media {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
}

.sx-cinema--company .sx-company-split__media .wp-block-image,
.sx-cinema--company .sx-company-split__media figure {
	width: 100%;
	margin: 0;
}

.sx-cinema--company .sx-company-split__media img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
}

.sx-cinema--company .sx-company-split__body {
	margin: 0 0 1rem;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.76);
	max-width: none;
}

/* Quote */
.sx-cinema--company .sx-scene--company-quote {
	padding-block: clamp(3.5rem, 8vh, 5rem);
	background: var(--sx-night-2);
	text-align: center;
}

.sx-cinema--company .sx-scene--company-quote.sx-scene--light {
	background: var(--sx-light);
	color: var(--sx-ink);
}

.sx-cinema--company .sx-company-quote__text {
	margin: 0 auto 1rem;
	max-width: 36rem;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 500;
	line-height: 1.25;
	color: #fff;
	text-align: center;
}

.sx-cinema--company .sx-scene--company-quote.sx-scene--light .sx-company-quote__text {
	color: var(--sx-ink);
}

.sx-cinema--company .sx-company-quote__text p {
	margin: 0;
}

.sx-cinema--company .sx-company-quote__lead {
	margin: 0 auto 2rem;
	max-width: 42rem;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
	text-align: center;
}

.sx-cinema--company .sx-scene--company-quote.sx-scene--light .sx-company-quote__lead {
	color: var(--sx-muted);
}

/* Mission / vision */
.sx-cinema--company .sx-scene--company-mission {
	padding-block: clamp(3.5rem, 8vh, 5.5rem);
}

.sx-cinema--company .sx-company-mission {
	display: grid;
	gap: 1rem;
}

@media (min-width: 782px) {
	.sx-cinema--company .sx-company-mission {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.sx-cinema--company .sx-company-mission__card {
	padding: 1.5rem;
	border: 1px solid rgba(161, 161, 170, 0.22);
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0;
}

.sx-cinema--company .sx-company-mission__label {
	margin: 0 0 0.5rem;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--sx-soft);
}

.sx-cinema--company .sx-company-mission__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.15rem, 2.4vw, 1.45rem);
	font-weight: 500;
	line-height: 1.25;
	color: #fff;
}

.sx-cinema--company .sx-company-mission__body {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.72);
}

/* Timeline */
.sx-cinema--company .sx-scene--company-timeline {
	padding-block: clamp(3.5rem, 8vh, 5.5rem);
	background: var(--sx-night-2);
}

.sx-cinema--company .sx-company-timeline {
	display: grid;
	gap: 0.85rem;
	margin-top: 2rem;
}

@media (min-width: 782px) {
	.sx-cinema--company .sx-company-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sx-cinema--company .sx-company-timeline .sx-company-timeline__step:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		max-width: calc((100% - 0.85rem) / 2);
		justify-self: center;
	}
}

.sx-cinema--company .sx-company-timeline__step {
	padding: 1.25rem;
	border: 1px solid rgba(161, 161, 170, 0.22);
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0;
	text-align: left;
}

.sx-cinema--company .sx-company-timeline__num {
	display: none;
}

.sx-cinema--company .sx-company-timeline__step h3 {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
}

.sx-cinema--company .sx-company-timeline__step p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
}

/* Products band */
.sx-cinema--company .sx-scene--company-products {
	padding-block: clamp(3.5rem, 8vh, 5.5rem);
}

.sx-cinema--company .sx-scene--company-products.sx-scene--light {
	background: var(--sx-light);
	color: var(--sx-ink);
}

.sx-cinema--company .sx-scene--company-products.sx-scene--light .sx-scene__chapter {
	color: var(--sx-ink) !important;
}

.sx-cinema--company .sx-scene--company-products.sx-scene--light .sx-scene__body {
	color: var(--sx-muted);
}

.sx-cinema--company .sx-scene--light .sx-company-product {
	background: #fff;
	border-color: rgba(161, 161, 170, 0.35);
	box-shadow: 0 10px 28px rgba(24, 24, 27, 0.06);
}

.sx-cinema--company .sx-scene--light .sx-company-product:hover,
.sx-cinema--company .sx-scene--light .sx-company-product:focus-within {
	border-color: rgba(79, 70, 229, 0.45);
	box-shadow: 0 18px 40px rgba(79, 70, 229, 0.12);
}

.sx-cinema--company .sx-scene--light .sx-company-product__icon {
	border-color: rgba(79, 70, 229, 0.22);
	background: rgba(79, 70, 229, 0.08);
}

.sx-cinema--company .sx-scene--light .sx-company-product__title {
	color: var(--sx-ink);
}

.sx-cinema--company .sx-scene--light .sx-company-product__lead {
	color: var(--sx-muted);
}

.sx-cinema--company .sx-scene--light .sx-company-product__meta {
	color: rgba(82, 82, 91, 0.72);
}

.sx-cinema--company .sx-company-products {
	display: grid;
	gap: 1.15rem;
	margin-top: 2rem;
	text-align: left;
}

@media (min-width: 782px) {
	.sx-cinema--company .sx-company-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.25rem;
		align-items: stretch;
	}
}

.sx-cinema--company .sx-company-product {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	height: 100%;
	padding: 1.35rem;
	border: 1px solid rgba(161, 161, 170, 0.22);
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0;
	text-align: left;
	transition:
		border-color 0.22s ease,
		transform 0.22s var(--sx-ease);
}

.sx-cinema--company .sx-company-product:hover,
.sx-cinema--company .sx-company-product:focus-within {
	border-color: rgba(129, 140, 248, 0.55);
	transform: translateY(-2px);
}

.sx-cinema--company .sx-company-product__head {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.sx-cinema--company .sx-company-product__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid rgba(79, 70, 229, 0.22);
	background: rgba(79, 70, 229, 0.08);
}

.sx-cinema--company .sx-company-product__icon .spectrao-icon__svg {
	width: 1.45rem;
	height: 1.45rem;
}

.sx-cinema--company .sx-company-product__title {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
}

.sx-cinema--company .sx-company-product__title .spectrao-home-product__name-accent {
	color: var(--sx-soft);
}

.sx-cinema--company .sx-company-product__lead {
	margin: 0;
	flex: 1;
	font-size: 0.92rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.74);
}

.sx-cinema--company .sx-company-product__meta {
	margin: 0;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.5);
}

.sx-cinema--company .sx-company-product__cta {
	align-self: flex-start;
	margin-top: 0.35rem;
}

/* Industries */
.sx-cinema--company .sx-scene--company-industries {
	padding-block: clamp(3.5rem, 8vh, 5.5rem);
}

.sx-cinema--company .sx-company-industries {
	display: grid;
	gap: 0.85rem;
	margin-top: 2rem;
}

@media (min-width: 782px) {
	.sx-cinema--company .sx-company-industries {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.sx-cinema--company .sx-company-industry {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	gap: 0.35rem 0.85rem;
	align-items: start;
	padding: 1.15rem;
	border: 1px solid rgba(161, 161, 170, 0.35);
	background: #fff;
	color: inherit;
	text-decoration: none;
	border-radius: 0;
	transition:
		border-color 0.22s ease,
		transform 0.22s var(--sx-ease);
}

.sx-cinema--company .sx-company-industry__icon {
	grid-column: 1;
	grid-row: 1 / -1;
	align-self: start;
	padding-top: 0.1rem;
}

.sx-cinema--company .sx-company-industry__title {
	grid-column: 2;
	grid-row: 1;
	display: block;
	font-size: 0.98rem;
	font-weight: 500;
	color: var(--sx-ink);
	margin: 0;
	line-height: 1.3;
}

.sx-cinema--company .sx-company-industry__body {
	grid-column: 2;
	grid-row: 2;
	display: block;
	font-size: 0.86rem;
	line-height: 1.5;
	color: var(--sx-muted);
	margin: 0;
}

@media (min-width: 782px) {
	.sx-cinema--company .sx-company-industries .sx-company-industry:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		max-width: calc((100% - 0.85rem) / 2);
		justify-self: center;
	}
}

.sx-cinema--company .sx-company-industry:hover,
.sx-cinema--company .sx-company-industry:focus-visible {
	border-color: var(--sx-indigo);
	transform: translateY(-2px);
}

.sx-cinema--company .sx-company-industry__icon .spectrao-icon__svg {
	width: 1.75rem;
	height: 1.75rem;
}

/* Crosslink + notice */
.sx-cinema--company .sx-scene--company-crosslink,
.sx-cinema--company .sx-scene--company-notice {
	padding-block: clamp(3rem, 7vh, 4.5rem);
	background: var(--sx-night-2);
}

.sx-cinema--company .sx-company-crosslink {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.5rem 2rem;
	align-items: center;
	padding: 1.5rem;
	border: 1px solid rgba(161, 161, 170, 0.22);
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0;
}

.sx-cinema--company .sx-company-notice {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	max-width: 40rem;
	margin-inline: auto;
	padding: clamp(1.75rem, 4vw, 2.5rem);
	border: 1px solid rgba(161, 161, 170, 0.22);
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0;
	text-align: center;
}

@media (max-width: 781px) {
	.sx-cinema--company .sx-company-crosslink {
		grid-template-columns: 1fr;
		align-items: start;
	}
}

.sx-cinema--company .sx-company-crosslink__title,
.sx-cinema--company .sx-company-notice__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.15rem, 2.4vw, 1.45rem);
	font-weight: 500;
	color: #fff;
}

.sx-cinema--company .sx-company-notice__title {
	font-size: clamp(1.35rem, 2.8vw, 1.75rem);
	margin-bottom: 0.25rem;
}

.sx-cinema--company .sx-company-crosslink__body,
.sx-cinema--company .sx-company-notice__body {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.72);
	max-width: 38rem;
}

.sx-cinema--company .sx-company-notice__actions {
	margin-top: 0.35rem;
}

/* Careers hero visual */
.sx-cinema--company .sx-company-careers-hero {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.sx-cinema--company .sx-company-careers-hero__frame {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(161, 161, 170, 0.22);
	border-radius: 0;
	width: 100%;
}

.sx-cinema--company .sx-company-careers-hero__image {
	display: block;
	width: 100%;
	height: auto;
}

.sx-cinema--company .sx-company-careers-hero__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(12, 10, 26, 0.55));
	pointer-events: none;
}

.sx-cinema--company .sx-company-careers-hero__chips {
	list-style: none;
	margin: 0.85rem 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
	width: 100%;
}

@media (min-width: 600px) {
	.sx-cinema--company .sx-company-careers-hero__chips {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.sx-cinema--company .sx-company-careers-chip {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.65rem;
	border: 1px solid rgba(161, 161, 170, 0.18);
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.85);
}

.sx-cinema--company .sx-company-careers-chip__icon .spectrao-icon__svg {
	width: 1.25rem;
	height: 1.25rem;
}

/* Blog hero bento mosaic */
.sx-cinema--company .sx-company-blog-bento {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	width: 100%;
	max-width: min(100%, 22rem);
	aspect-ratio: 5 / 4;
	margin-inline: auto;
}

.sx-cinema--company .sx-company-blog-bento__tile {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(161, 161, 170, 0.22);
	border-radius: 0;
	color: #fff;
	text-decoration: none;
	min-height: 0;
	transition:
		border-color 0.22s ease,
		transform 0.22s var(--sx-ease),
		box-shadow 0.22s ease;
}

.sx-cinema--company .sx-company-blog-bento__tile:hover,
.sx-cinema--company .sx-company-blog-bento__tile:focus-visible {
	border-color: rgba(129, 140, 248, 0.55);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(79, 70, 229, 0.18);
}

.sx-cinema--company .sx-company-blog-bento__tile--featured {
	grid-column: 1 / span 4;
	grid-row: 1 / span 2;
}

.sx-cinema--company .sx-company-blog-bento__tile:nth-child(2) {
	grid-column: 5 / span 2;
	grid-row: 1;
}

.sx-cinema--company .sx-company-blog-bento__tile:nth-child(3) {
	grid-column: 5 / span 2;
	grid-row: 2;
}

.sx-cinema--company .sx-company-blog-bento__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sx-cinema--company .sx-company-blog-bento__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 20%, rgba(12, 10, 26, 0.88));
	pointer-events: none;
}

.sx-cinema--company .sx-company-blog-bento__category,
.sx-cinema--company .sx-company-blog-bento__title {
	position: absolute;
	left: 0.65rem;
	right: 0.65rem;
	z-index: 1;
}

.sx-cinema--company .sx-company-blog-bento__category {
	bottom: 2.35rem;
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--sx-soft);
}

.sx-cinema--company .sx-company-blog-bento__tile:not(.sx-company-blog-bento__tile--featured) .sx-company-blog-bento__category {
	bottom: 2rem;
	font-size: 0.58rem;
}

.sx-cinema--company .sx-company-blog-bento__title {
	bottom: 0.65rem;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.3;
}

.sx-cinema--company .sx-company-blog-bento__tile--featured .sx-company-blog-bento__title {
	font-size: 0.92rem;
	line-height: 1.35;
}

@media (max-width: 781px) {
	.sx-cinema--company .sx-company-blog-bento {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto auto;
		aspect-ratio: auto;
		max-width: 100%;
	}

	.sx-cinema--company .sx-company-blog-bento__tile--featured {
		grid-column: 1 / -1;
		grid-row: 1;
		min-height: 10.5rem;
	}

	.sx-cinema--company .sx-company-blog-bento__tile:nth-child(2),
	.sx-cinema--company .sx-company-blog-bento__tile:nth-child(3) {
		min-height: 7.5rem;
	}

	.sx-cinema--company .sx-company-blog-bento__tile:nth-child(2) {
		grid-column: 1;
		grid-row: 2;
	}

	.sx-cinema--company .sx-company-blog-bento__tile:nth-child(3) {
		grid-column: 2;
		grid-row: 2;
	}
}

/* Blog grid */
.sx-cinema--company .sx-scene--company-blog-grid {
	padding-block: clamp(3.5rem, 8vh, 5.5rem);
}

.sx-cinema--company .sx-scene--company-blog-grid.sx-scene--light {
	background: var(--sx-light);
	color: var(--sx-ink);
}

.sx-cinema--company .sx-scene--company-blog-grid.sx-scene--light .sx-scene__chapter {
	color: var(--sx-ink) !important;
}

.sx-cinema--company .sx-scene--company-blog-grid.sx-scene--light .sx-scene__body {
	color: var(--sx-muted);
}

.sx-cinema--company .sx-company-blog-grid {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
}

@media (min-width: 782px) {
	.sx-cinema--company .sx-company-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.sx-cinema--company .sx-company-blog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.sx-cinema--company .sx-company-blog-card {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	padding: 0;
	border: 1px solid rgba(161, 161, 170, 0.22);
	background: rgba(255, 255, 255, 0.03);
	color: inherit;
	text-decoration: none;
	border-radius: 0;
	overflow: hidden;
	transition: border-color 0.22s ease;
}

.sx-cinema--company .sx-company-blog-card:hover,
.sx-cinema--company .sx-company-blog-card:focus-visible {
	border-color: var(--sx-soft);
}

.sx-cinema--company .sx-scene--company-blog-grid.sx-scene--light .sx-company-blog-card {
	background: #fff;
	border-color: rgba(161, 161, 170, 0.35);
	box-shadow: 0 10px 28px rgba(24, 24, 27, 0.06);
}

.sx-cinema--company .sx-scene--company-blog-grid.sx-scene--light .sx-company-blog-card:hover,
.sx-cinema--company .sx-scene--company-blog-grid.sx-scene--light .sx-company-blog-card:focus-visible {
	border-color: rgba(79, 70, 229, 0.45);
	box-shadow: 0 18px 40px rgba(79, 70, 229, 0.12);
}

.sx-cinema--company .sx-scene--company-blog-grid.sx-scene--light .sx-company-blog-card__title {
	color: var(--sx-ink);
}

.sx-cinema--company .sx-scene--company-blog-grid.sx-scene--light .sx-company-blog-card__excerpt {
	color: var(--sx-muted);
}

.sx-cinema--company .sx-company-blog-card__img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.sx-cinema--company .sx-company-blog-card__category,
.sx-cinema--company .sx-company-blog-card__title,
.sx-cinema--company .sx-company-blog-card__excerpt {
	padding-inline: 1rem;
}

.sx-cinema--company .sx-company-blog-card__category {
	padding-top: 0.85rem;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sx-soft);
}

.sx-cinema--company .sx-company-blog-card__title {
	font-size: 0.98rem;
	font-weight: 500;
	color: #fff;
}

.sx-cinema--company .sx-company-blog-card__excerpt {
	padding-bottom: 1rem;
	font-size: 0.86rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.68);
}

.sx-cinema--company .sx-company-faq {
	padding-block: clamp(3.5rem, 8vh, 5.5rem);
}

.sx-cinema--company .sx-scene--faq .spectrao-faq-accordion__grid {
	margin-top: 0;
}

.sx-cinema--company .sx-scene--company-climax {
	padding-block: clamp(4rem, 10vh, 6rem);
}

@media (prefers-reduced-motion: reduce) {
	.sx-cinema--company .sx-company-card,
	.sx-cinema--company .sx-company-industry,
	.sx-cinema--company .sx-company-blog-card {
		transition: none;
	}
}
