.wcts-editable-brand {
	background: #fff;
	color: #111827;
}

.wcts-editable-brand__hero {
	min-height: min(44rem, calc(100svh - 7rem));
	margin: 0;
	color: #fff;
	background: #0a0a0a;
}

.wcts-editable-brand__hero .wp-block-cover__background {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 38%, rgba(0, 0, 0, 0.18) 76%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)) !important;
	opacity: 1 !important;
}

.wcts-editable-brand__hero .wp-block-cover__image-background {
	filter: saturate(0.92) contrast(1.06);
}

.wcts-editable-brand__hero .wp-block-cover__inner-container {
	width: 100%;
	color: inherit;
}

.wcts-editable-brand__hero-inner {
	display: flex;
	align-items: center;
	min-height: min(44rem, calc(100svh - 7rem));
	padding-top: clamp(4rem, 8vw, 7rem);
	padding-bottom: clamp(4rem, 8vw, 7rem);
}

.wcts-editable-brand__hero-copy {
	width: min(100%, 48rem);
}

.wcts-editable-brand__logo {
	display: inline-flex;
	max-width: min(18rem, 70vw);
	margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
	padding: 0.8rem 1rem;
	background: rgba(255, 255, 255, 0.96);
}

.wcts-editable-brand__logo img {
	display: block;
	max-height: 4rem;
	object-fit: contain;
}

.wcts-editable-brand__eyebrow,
.wcts-editable-brand__section-kicker,
.wcts-editable-brand .is-style-wcts-brand-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0 0 1rem;
	color: var(--wcts-color-accent);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.wcts-editable-brand__eyebrow::before,
.wcts-editable-brand__section-kicker::before,
.wcts-editable-brand .is-style-wcts-brand-kicker::before {
	content: "";
	width: 2.1rem;
	height: 2px;
	background: currentColor;
}

.wcts-editable-brand__title,
.wcts-editable-brand .is-style-wcts-brand-display {
	max-width: 11ch;
	margin: 0;
	font-size: clamp(4rem, 9vw, 9rem);
	font-weight: 900;
	line-height: 0.84;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wcts-editable-brand .is-style-wcts-brand-display {
	color: #090909;
}

.wcts-editable-brand__title,
.wcts-editable-brand__hero .is-style-wcts-brand-display {
	color: #fff;
}

.wcts-editable-brand__lead,
.wcts-editable-brand .is-style-wcts-brand-lead {
	max-width: 42rem;
	margin: clamp(1.2rem, 2vw, 1.7rem) 0 0;
	font-size: clamp(1.08rem, 0.8vw + 0.95rem, 1.42rem);
	font-weight: 700;
	line-height: 1.55;
}

.wcts-editable-brand .is-style-wcts-brand-lead {
	color: #374151;
}

.wcts-editable-brand__lead,
.wcts-editable-brand__hero .is-style-wcts-brand-lead {
	color: rgba(255, 255, 255, 0.82);
}

.wcts-editable-brand__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: clamp(2rem, 4vw, 3rem);
}

.wcts-editable-brand__actions .wp-block-button__link,
.wcts-editable-brand__button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.55rem;
	padding: 0.95rem 1.55rem;
	border: 1px solid var(--wcts-color-accent);
	border-radius: 0;
	background: var(--wcts-color-accent);
	color: #fff;
	font-size: 0.96rem;
	font-weight: 900;
	box-shadow: 0 1.1rem 2.4rem rgba(215, 25, 32, 0.24);
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.wcts-editable-brand__actions .is-style-outline .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.46);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	box-shadow: none;
}

.wcts-editable-brand__actions .wp-block-button__link:hover,
.wcts-editable-brand__actions .wp-block-button__link:focus-visible,
.wcts-editable-brand__button .wp-block-button__link:hover,
.wcts-editable-brand__button .wp-block-button__link:focus-visible {
	transform: translateY(-2px);
}

.wcts-editable-brand__actions .is-style-outline .wp-block-button__link:hover,
.wcts-editable-brand__actions .is-style-outline .wp-block-button__link:focus-visible {
	border-color: #fff;
	background: #fff;
	color: #101010;
}

.wcts-editable-brand__body {
	padding: clamp(4rem, 7vw, 7rem) 0;
}

.wcts-editable-brand__intro {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
	margin: 0;
}

.wcts-editable-brand__section-title,
.wcts-editable-brand .is-style-wcts-brand-section-title {
	max-width: 13ch;
	margin: 0;
	color: #090909;
	font-size: clamp(2.4rem, 4vw, 5rem);
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wcts-editable-brand__copy {
	color: #4b5563;
	font-size: clamp(1.04rem, 0.55vw + 0.96rem, 1.22rem);
	font-weight: 600;
	line-height: 1.72;
}

.wcts-editable-brand__copy p {
	margin-top: 0;
}

.wcts-editable-brand .is-style-wcts-brand-small {
	max-width: 44rem;
	color: #6b7280;
	font-size: clamp(0.88rem, 0.22vw + 0.84rem, 1rem);
	font-weight: 650;
	line-height: 1.65;
}

.wcts-editable-brand__copy ul {
	display: grid;
	gap: 0.7rem;
	margin: 1.35rem 0 0;
	padding: 0;
	list-style: none;
}

.wcts-editable-brand__copy li {
	position: relative;
	padding-left: 1.6rem;
}

.wcts-editable-brand__copy li::before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 0.55rem;
	height: 0.55rem;
	background: var(--wcts-color-accent);
}

.wcts-editable-brand__gallery {
	margin-top: clamp(3rem, 6vw, 5rem);
}

.wcts-editable-brand__gallery .wp-block-image,
.wcts-editable-brand__gallery .wp-block-gallery,
.wcts-editable-brand__gallery figure {
	margin-bottom: 0;
}

.wcts-editable-brand__gallery img {
	aspect-ratio: 16 / 10;
	width: 100%;
	object-fit: cover;
}

.wcts-editable-brand__catalog {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	margin-top: clamp(3rem, 6vw, 5rem);
	padding-top: clamp(2rem, 4vw, 3rem);
	border-top: 1px solid #dedede;
}

.wcts-editable-brand__file {
	margin: 0;
}

.wcts-editable-brand__file a {
	font-weight: 900;
	color: #111827;
	text-decoration: none;
}

.wcts-editable-brand__file .wp-block-file__button {
	border-radius: 0;
	background: #111827;
	color: #fff;
	font-weight: 900;
}

@media (prefers-reduced-motion: reduce) {
	.wcts-editable-brand__actions .wp-block-button__link,
	.wcts-editable-brand__button .wp-block-button__link {
		transition: none;
	}
}

@media (max-width: 899px) {
	.wcts-editable-brand__hero,
	.wcts-editable-brand__hero-inner {
		min-height: 36rem;
	}

	.wcts-editable-brand__intro,
	.wcts-editable-brand__catalog {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 599px) {
	.wcts-editable-brand__hero,
	.wcts-editable-brand__hero-inner {
		min-height: 34rem;
	}

	.wcts-editable-brand__logo {
		max-width: min(15rem, 82vw);
	}

	.wcts-editable-brand__actions,
	.wcts-editable-brand__actions .wp-block-button,
	.wcts-editable-brand__actions .wp-block-button__link {
		width: 100%;
	}
}
