.brandonic-branding-page {
	--accent: #c8ff00;
	--branding-bg: #050506;
	--branding-bg-opacity: 1;
	--branding-media-height: min(68vh, 680px);
	--branding-media-width: min(28vw, 460px);
	--branding-title-shift: 0px;
	background: var(--branding-bg);
	color: #f7f7f2;
	font-family: var(--font-body);
	overflow-x: hidden;
}

.brandonic-branding-page :where(h1, p, figure) {
	margin: 0;
}

.brandonic-branding-page a,
.brandonic-branding-page a:visited,
.brandonic-branding-page a:hover,
.brandonic-branding-page a:focus-visible {
	color: inherit;
}

.branding-tagline {
	align-items: center;
	color: rgba(247, 247, 242, 0.86);
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: clamp(12px, 0.86vw, 15px);
	font-weight: 800;
	gap: 12px;
	letter-spacing: 0.08em;
	line-height: 1.55;
	text-transform: uppercase;
}

.branding-tagline span {
	background: rgba(200, 255, 0, 0.12);
	border: 1px solid rgba(200, 255, 0, 0.42);
	border-radius: 999px;
	box-shadow: none;
	display: block;
	flex: 0 0 auto;
	height: 13px;
	position: relative;
	width: 13px;
}

.branding-tagline span::after {
	background: var(--accent);
	border-radius: inherit;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
}

.branding-threads-hero {
	background:
		radial-gradient(circle at 18% 20%, rgba(82, 39, 255, 0.14), transparent 28%),
		radial-gradient(circle at 78% 36%, rgba(255, 159, 252, 0.12), transparent 32%),
		#050506;
	height: 260svh;
	overflow: visible;
	position: relative;
}

.web-threads-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.branding-threads-hero__threads,
.branding-threads-hero__splash {
	inset: 0;
	position: absolute;
}

.branding-threads-hero__threads {
	opacity: 0.92;
	z-index: 1;
}

.branding-threads-hero__threads canvas {
	display: block;
	height: 100%;
	width: 100%;
}

.branding-threads-hero__splash {
	display: block;
	height: 100%;
	pointer-events: none;
	width: 100%;
	z-index: 9;
}

.branding-threads-hero__sticky {
	background: transparent;
	height: 100svh;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.branding-threads-hero.is-fixed .branding-threads-hero__sticky {
	position: fixed;
	top: 0;
}

.branding-threads-hero.is-after .branding-threads-hero__sticky {
	bottom: 0;
	position: absolute;
	top: auto;
}

.branding-threads-hero__bg-image,
.branding-threads-hero__shade {
	inset: 0;
	position: absolute;
}

.branding-threads-hero__bg-image {
	filter: none !important;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: calc(var(--branding-bg-opacity, 1) * 0.16) !important;
	transform: translateZ(0) scale(1.03);
	transition: opacity 0.08s linear;
	width: 100%;
	-webkit-filter: none !important;
	z-index: 0;
}

.branding-threads-hero__shade {
	background:
		linear-gradient(90deg, rgba(5, 5, 6, 0.78), rgba(5, 5, 6, 0.18) 48%, rgba(5, 5, 6, 0.82)),
		linear-gradient(180deg, rgba(5, 5, 6, 0.32), rgba(5, 5, 6, 0.72));
	pointer-events: none;
	z-index: 3;
}

.branding-threads-hero__meta {
	align-items: flex-end;
	bottom: clamp(42px, 6vh, 72px);
	display: grid;
	gap: 14px;
	left: 6vw;
	max-width: min(540px, 38vw);
	position: absolute;
	transform: translateY(calc(var(--branding-progress, 0) * 28px));
	z-index: 12;
}

.branding-threads-hero__title {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(40px, 4.45vw, 74px);
	font-weight: 600;
	left: 50%;
	letter-spacing: 0;
	line-height: 1.02;
	pointer-events: none;
	position: absolute;
	text-align: center;
	text-wrap: balance;
	top: calc(50% - 0.5vh);
	transform: translate(-50%, -50%);
	width: min(calc(100vw - 176px), 1500px);
	z-index: 10;
}

.branding-threads-hero__title-line {
	display: block;
	text-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	transform: translate3d(0, 0, 0);
	transition: transform 0.05s linear;
	white-space: nowrap;
}

.branding-threads-hero__title-line--left {
	transform: translate3d(calc(var(--branding-title-shift, 0px) * -1), 0, 0);
}

.branding-threads-hero__title-line--right {
	transform: translate3d(var(--branding-title-shift, 0px), 0, 0);
}

.branding-threads-hero__media-shell {
	background:
		linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
		url("https://brandonic.ae/wp-content/uploads/2026/08/Brandonic-Branding-Agency-Dubai-BG-Image.webp") center / cover;
	border-radius: calc(28px - (var(--branding-progress, 0) * 28px));
	box-shadow:
		0 42px 130px rgba(0, 0, 0, 0.42),
		0 0 70px rgba(255, 159, 252, 0.13);
	height: var(--branding-media-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	transform-origin: center center;
	width: var(--branding-media-width);
	z-index: 7;
	animation: brandingMediaSettle 1.55s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

.branding-noise-story {
	background:
		radial-gradient(circle at 12% 28%, rgba(200, 255, 0, 0.08), transparent 28%),
		radial-gradient(circle at 86% 74%, rgba(255, 122, 0, 0.08), transparent 30%),
		var(--branding-bg) !important;
	color: #f7f7f2;
	min-height: 120svh;
	overflow: hidden;
	position: relative;
	isolation: isolate;
}

.branding-noise-story::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 54px 54px;
	content: "";
	inset: 0;
	opacity: 0.32;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.noise-overlay {
	height: 100%;
	left: 0;
	mix-blend-mode: screen;
	opacity: 0.08;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.branding-noise-story__ornament {
	border: 1px solid rgba(255, 255, 255, 0.08);
	height: clamp(220px, 28vw, 520px);
	position: absolute;
	right: -8vw;
	top: 8vh;
	transform: rotate(18deg);
	width: clamp(160px, 20vw, 360px);
	z-index: 1;
}

.branding-noise-story__ornament::before,
.branding-noise-story__ornament::after {
	background: linear-gradient(180deg, rgba(200, 255, 0, 0.24), transparent);
	content: "";
	height: 48%;
	position: absolute;
	width: 1px;
}

.branding-noise-story__ornament::before {
	left: 20%;
	top: -10%;
	transform: rotate(26deg);
}

.branding-noise-story__ornament::after {
	bottom: -12%;
	right: 28%;
	transform: rotate(-30deg);
}

.branding-noise-story__inner {
	margin: 0 auto;
	max-width: 1640px;
	padding: clamp(110px, 14vh, 180px) clamp(24px, 6vw, 120px);
	position: sticky;
	top: clamp(96px, 14vh, 150px);
	z-index: 2;
}

.branding-section-eyebrow {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1;
	margin: 0 0 clamp(24px, 4vw, 58px);
	text-transform: uppercase;
}

.branding-noise-story__heading,
.branding-noise-story__text {
	color: rgba(240, 237, 232, 0.66);
	font-family: var(--font-display);
	letter-spacing: 0;
	margin: 0;
	max-width: 1180px;
}

.branding-noise-story__heading {
	font-size: clamp(42px, 5.4vw, 94px);
	font-weight: 700;
	line-height: 0.98;
}

.branding-noise-story__text {
	font-size: clamp(21px, 2.25vw, 38px);
	font-weight: 400;
	line-height: 1.22;
	margin-top: clamp(28px, 4vw, 56px);
}

.branding-noise-word {
	display: inline-block;
	margin-right: 0.18em;
	white-space: nowrap;
}

.branding-noise-word:last-child {
	margin-right: 0;
}

.branding-noise-char {
	display: inline-block;
	opacity: 0.68;
	transition: none;
}

.branding-noise-char.is-lit {
	color: #f7f7f2;
	opacity: 1;
}

.branding-noise-word--accent .branding-noise-char.is-lit {
	color: var(--accent);
}

.branding-process {
	background: #ffffff;
	color: #101113;
	overflow: hidden;
	padding: clamp(82px, 8vw, 126px) clamp(20px, 5vw, 90px) clamp(74px, 8vw, 126px);
	position: relative;
}

.branding-process::before {
	content: none;
}

.branding-process__inner {
	display: grid;
	column-gap: clamp(54px, 5.8vw, 112px);
	grid-template-columns: minmax(0, 0.7fr) minmax(500px, 1fr);
	row-gap: clamp(34px, 4.2vw, 78px);
	margin: 0 auto;
	max-width: 1860px;
	min-height: 0;
	position: relative;
	z-index: 1;
}

.branding-process__heading {
	align-self: start;
	display: contents;
}

.branding-process .branding-section-eyebrow {
	color: rgba(16, 17, 19, 0.62);
	margin: 0;
}

.masked-heading {
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	position: relative;
	text-wrap: balance;
	width: 100%;
}

.masked-heading__measure {
	color: transparent;
}

.masked-heading__word {
	display: inline-block;
	white-space: pre;
}

.masked-heading__word:not(:last-child)::after {
	content: " ";
}

.masked-heading__baseline {
	display: inline-block;
	height: 0;
	width: 0;
}

.masked-heading__defs {
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.masked-heading__reveal {
	display: block;
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.masked-heading__clip {
	background-image: var(--masked-image);
	background-position: 38% 46%;
	background-size: 168% auto;
	color: transparent;
	display: block;
	inset: 0;
	line-height: inherit;
	opacity: 1;
	position: absolute;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-stroke: 0.012em rgba(16, 17, 19, 0.42);
}

.masked-heading.is-visible .masked-heading__clip {
	animation: brandingStrokeLoad 1.05s cubic-bezier(0.16, 1, 0.3, 1) both, brandingMaskDrift 7.5s ease-in-out 1.05s infinite alternate;
}

.masked-heading__media {
	display: block;
	filter: saturate(1.08) contrast(1.05);
	inset: 0;
	opacity: 0;
	position: absolute;
	will-change: transform, filter;
}

.masked-heading__source {
	display: block;
	height: 100%;
	object-fit: cover;
	user-select: none;
	-webkit-user-drag: none;
	width: 100%;
}

.branding-process__title {
	color: transparent;
	font-family: var(--font-display);
	font-size: clamp(80px, 10.4vw, 190px);
	font-weight: 500;
	grid-column: 1 / -1;
	grid-row: 1;
	justify-self: center;
	letter-spacing: 0;
	line-height: 0.86;
	max-width: none;
	overflow: visible;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 4;
}

.branding-process__title .masked-heading__measure {
	color: transparent;
	filter: drop-shadow(0 12px 24px rgba(16, 17, 19, 0.16));
}

.branding-process__intro {
	align-self: center;
	color: #101113;
	font-family: var(--font-ui);
	font-size: clamp(17px, 1.15vw, 21px);
	font-weight: 400;
	grid-column: 1;
	grid-row: 2;
	line-height: 1.58;
	margin: 0;
	max-width: 52ch;
	position: relative;
	text-align: left;
	z-index: 4;
}

.branding-process__intro::before,
.branding-process__intro::after {
	content: "";
}

.branding-process__visual {
	align-self: center;
	aspect-ratio: 1.34 / 1;
	border: 0;
	border-radius: 0;
	grid-column: 2;
	grid-row: 2;
	height: auto;
	justify-self: end;
	left: auto;
	margin: 0;
	min-height: 0;
	overflow: visible;
	pointer-events: none;
	position: relative;
	right: auto;
	z-index: 1;
	transform: translateX(clamp(32px, 4.8vw, 96px));
	width: min(100%, 960px);
}

.branding-process__visual::after {
	content: none;
}

.branding-process__visual img {
	animation: brandingProcessPulse 4.8s ease-in-out infinite;
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: right center;
	transform: scale(1);
	transform-origin: 62% 52%;
	transition: filter 0.3s ease;
	width: 100%;
}

.branding-faq {
	background:
		linear-gradient(#1a1b19 0 48%, #f7f7f4 48% 100%);
	color: #101113;
	overflow: hidden;
	padding: clamp(70px, 8vw, 128px) clamp(18px, 5vw, 90px);
	position: relative;
}

.branding-faq::before,
.branding-faq::after {
	background: #1a1b19;
	content: "";
	left: -8%;
	pointer-events: none;
	position: absolute;
	width: 116%;
	z-index: 0;
}

.branding-faq::before {
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	height: clamp(240px, 26vw, 460px);
	top: 48%;
	transform: translateY(-68%);
}

.branding-faq::after {
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	display: none;
}

.branding-faq__panel {
	background: #c8ff3d;
	border: 1px solid #101113;
	border-radius: 22px;
	margin: 0 auto;
	max-width: 1760px;
	padding: clamp(42px, 5vw, 86px) clamp(24px, 5vw, 92px);
	position: relative;
	z-index: 1;
}

.branding-faq__panel h2 {
	color: #101113;
	font-family: var(--font-ui);
	font-size: clamp(54px, 5.6vw, 108px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0 0 clamp(46px, 5vw, 86px);
}

.branding-faq__list {
	border-top: 1.5px solid #101113;
}

.branding-faq__item {
	border-bottom: 1.5px solid #101113;
}

.branding-faq__item summary {
	align-items: center;
	color: #101113;
	cursor: pointer;
	display: flex;
	font-family: var(--font-ui);
	font-size: clamp(17px, 1.15vw, 23px);
	font-weight: 540;
	gap: 22px;
	justify-content: space-between;
	line-height: 1.2;
	list-style: none;
	padding: clamp(22px, 2.4vw, 36px) 0;
}

.branding-faq__item summary::-webkit-details-marker {
	display: none;
}

.branding-faq__item summary i {
	align-items: center;
	background: #101113;
	border-radius: 999px;
	color: #c8ff3d;
	display: inline-flex;
	flex: 0 0 auto;
	height: 28px;
	justify-content: center;
	position: relative;
	transition: transform 0.24s ease;
	width: 28px;
}

.branding-faq__item summary i::before,
.branding-faq__item summary i::after {
	background: currentColor;
	content: "";
	height: 2px;
	position: absolute;
	width: 10px;
}

.branding-faq__item summary i::after {
	transform: rotate(90deg);
	transition: transform 0.24s ease;
}

.branding-faq__item[open] summary i {
	transform: rotate(180deg);
}

.branding-faq__item[open] summary i::after {
	transform: rotate(0deg);
}

.branding-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.24s ease;
}

.branding-faq__item[open] .branding-faq__answer {
	grid-template-rows: 1fr;
}

.branding-faq__answer p {
	color: rgba(16, 17, 19, 0.74);
	font-family: var(--font-ui);
	font-size: clamp(15px, 1vw, 18px);
	font-weight: 450;
	line-height: 1.55;
	margin: 0;
	max-width: 780px;
	overflow: hidden;
	padding: 0 64px clamp(24px, 2.6vw, 38px) 0;
}

.branding-process__visual.is-visible img {
	transform: none;
}

.branding-process__steps {
	align-self: end;
	display: grid;
	gap: 12px;
	grid-column: 1 / -1;
	grid-row: 3;
	grid-template-columns: repeat(5, minmax(160px, 1fr));
	margin-top: 0;
	position: relative;
	z-index: 3;
	--process-heading-height: clamp(58px, 4.8vw, 88px);
}

.branding-process__step {
	align-items: start;
	align-content: start;
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(16, 17, 19, 0.14);
	border-radius: 12px;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
	grid-template-rows: 42px var(--process-heading-height) auto;
	opacity: 0;
	padding: clamp(18px, 1.8vw, 28px);
	transform: translateY(34px) scale(0.97);
	transition: opacity 0.68s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms), transform 0.68s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms), border-color 0.24s ease;
}

.branding-process__step > div {
	display: contents;
}

.branding-process__step.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.branding-process__step span {
	align-items: center;
	background: #c8ff00;
	border-radius: 999px;
	color: #050607;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	line-height: 1;
	width: 42px;
}

.branding-process__step h3 {
	color: #101113;
	font-family: var(--font-ui);
	font-size: clamp(18px, 1.28vw, 25px);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.06;
	margin: 0;
	min-height: var(--process-heading-height);
}

.branding-process__step p {
	color: rgba(16, 17, 19, 0.66);
	font-family: var(--font-ui);
	font-size: clamp(14px, 0.9vw, 16px);
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	max-width: 980px;
}

@keyframes brandingStrokeLoad {
	0% {
		background-position: 28% 50%;
		-webkit-text-stroke-color: rgba(16, 17, 19, 0);
		filter: saturate(0.75) contrast(0.92);
		opacity: 0;
		transform: translateY(18px);
	}

	48% {
		-webkit-text-stroke-color: rgba(16, 17, 19, 0.82);
		filter: saturate(1.18) contrast(1.08);
		opacity: 1;
	}

	100% {
		background-position: 38% 46%;
		-webkit-text-stroke-color: rgba(16, 17, 19, 0.42);
		filter: saturate(1.08) contrast(1.05);
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes brandingMaskDrift {
	0% {
		background-position: 38% 46%;
		filter: saturate(1.04) contrast(1.02);
	}

	50% {
		background-position: 58% 38%;
		filter: saturate(1.2) contrast(1.08);
	}

	100% {
		background-position: 72% 54%;
		filter: saturate(1.08) contrast(1.04);
	}
}

@keyframes brandingProcessPulse {
	0%,
	100% {
		filter: saturate(1.04) contrast(1.02);
		transform: scale(1);
	}

	50% {
		filter: saturate(1.16) contrast(1.07);
		transform: scale(1.035);
	}
}

.branding-deliverables {
	background: #f3f3f1;
	color: #101113;
	overflow: hidden;
	padding: clamp(72px, 8vw, 118px) clamp(18px, 4vw, 54px);
	position: relative;
}

.branding-deliverables .scanner-container {
	height: 100%;
	inset: 0;
	opacity: 0.58;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.branding-deliverables .scanner-container canvas {
	display: block;
	height: 100%;
	width: 100%;
}

.branding-deliverables__header {
	align-items: center;
	display: grid;
	gap: 28px;
	justify-items: center;
	margin: 0 auto clamp(34px, 5vw, 62px);
	max-width: 1880px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.branding-deliverables__header .branding-section-eyebrow {
	color: rgba(16, 17, 19, 0.56);
	margin: 0;
}

.branding-deliverables__header h2 {
	color: #101113;
	font-family: var(--font-display);
	font-size: clamp(34px, 4.2vw, 70px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.branding-deliverables__board {
	background:
		linear-gradient(90deg, rgba(16, 17, 19, 0.06) 1px, transparent 1px);
	background-size: 20% 100%;
	display: grid;
	grid-template-columns: repeat(5, minmax(220px, 1fr));
	grid-template-rows: auto minmax(560px, auto);
	gap: 18px;
	margin: 0 auto;
	min-height: 700px;
	max-width: 1880px;
	position: relative;
	z-index: 1;
}

.branding-deliverables__card {
	align-self: start;
	background: #c8ff3d;
	border: 2px solid #101113;
	border-radius: 8px;
	box-shadow: 7px 8px 0 #101113;
	display: grid;
	gap: 18px;
	min-height: 178px;
	opacity: 0;
	padding: 28px 30px;
	position: relative;
	transform: translateY(48px) scale(0.98);
	transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: calc(var(--card-index, 0) * 80ms);
	z-index: 1;
}

.branding-deliverables__card.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.branding-deliverables__stage {
	align-items: center;
	background: rgba(16, 17, 19, 0.06);
	color: #101113;
	display: flex;
	font-family: var(--font-ui);
	font-size: clamp(13px, 0.95vw, 18px);
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	min-height: 38px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.branding-deliverables__card span {
	align-items: center;
	background: #101113;
	border-radius: 999px;
	color: #c8ff3d;
	display: flex;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 28px;
}

.branding-deliverables__card h3 {
	color: #101113;
	font-family: var(--font-ui);
	font-size: clamp(20px, 1.35vw, 28px);
	font-weight: 640;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	max-width: 13ch;
	padding-right: 38px;
}

.branding-deliverables__card p {
	color: #101113;
	font-family: var(--font-ui);
	font-size: clamp(15px, 0.95vw, 19px);
	font-weight: 500;
	line-height: 1.32;
	margin: 0;
	max-width: 30ch;
}

.branding-deliverables__card--1 {
	grid-column: 1 / span 1;
	grid-row: 2;
	margin-top: 54px;
	--card-index: 0;
}

.branding-deliverables__card--2 {
	grid-column: 2 / span 2;
	grid-row: 2;
	margin-top: 126px;
	--card-index: 1;
}

.branding-deliverables__card--3 {
	grid-column: 3 / span 1;
	grid-row: 2;
	margin-top: 380px;
	--card-index: 2;
}

.branding-deliverables__card--4 {
	grid-column: 4 / span 1;
	grid-row: 2;
	margin-top: 380px;
	--card-index: 3;
}

.branding-deliverables__card--5 {
	grid-column: 5 / span 1;
	grid-row: 2;
	margin-top: 500px;
	--card-index: 4;
}

.branding-choice {
	align-items: center;
	background: #f7f7f4;
	color: #101113;
	display: grid;
	gap: clamp(54px, 6vw, 112px);
	grid-template-columns: minmax(340px, 0.72fr) minmax(660px, 1.28fr);
	padding: clamp(82px, 10vw, 150px) clamp(24px, 5vw, 90px);
}

.branding-choice__copy {
	max-width: 720px;
}

.branding-choice__copy .branding-section-eyebrow {
	color: #101113;
	margin-bottom: 42px;
}

.branding-choice__copy h2 {
	color: #101113;
	font-family: var(--font-display);
	font-size: clamp(34px, 3vw, 54px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.06;
	margin: 0;
}

.branding-choice__cta {
	align-items: center;
	background: #c8ff3d;
	border: 2px solid #101113;
	border-radius: 10px;
	box-shadow: 6px 7px 0 #101113;
	color: #101113;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 15px;
	font-weight: 900;
	gap: 24px;
	letter-spacing: 0.02em;
	margin-top: clamp(34px, 4vw, 58px);
	min-height: 70px;
	padding: 0 18px 0 32px;
	text-transform: uppercase;
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.branding-choice__cta i {
	align-items: center;
	background: #101113;
	border-radius: 6px;
	color: #f7f7f4;
	display: flex;
	font-style: normal;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.branding-choice__cta:hover,
.branding-choice__cta:focus-visible {
	box-shadow: 3px 4px 0 #101113;
	transform: translate(3px, 3px);
}

.branding-choice__grid {
	display: grid;
	gap: clamp(28px, 2.6vw, 44px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.branding-choice__card,
.branding-choice__mark {
	aspect-ratio: 1 / 0.82;
	border: 2px solid #101113;
	border-radius: 14px;
	box-shadow: 7px 8px 0 #101113;
	min-height: clamp(190px, 13.5vw, 250px);
	opacity: 0;
	padding: clamp(24px, 1.8vw, 32px);
	transform: translateY(44px) scale(0.98);
	transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: calc(var(--choice-index, 0) * 75ms);
}

.branding-choice__card.is-visible,
.branding-choice__mark.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.branding-choice__card {
	background: #f0efe8;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
}

.branding-choice__card--accent {
	background: #c8ff3d;
}

.branding-choice__card::before {
	align-items: center;
	background: transparent;
	border: 1.5px solid rgba(16, 17, 19, 0.42);
	border-radius: 999px;
	color: rgba(16, 17, 19, 0.64);
	content: "✓";
	display: flex;
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 700;
	height: 26px;
	justify-content: center;
	left: clamp(24px, 1.8vw, 32px);
	position: absolute;
	top: clamp(24px, 1.8vw, 32px);
	width: 26px;
}

.branding-choice__card:nth-child(1) {
	--choice-index: 0;
}

.branding-choice__card:nth-child(2) {
	--choice-index: 1;
}

.branding-choice__card:nth-child(3) {
	--choice-index: 2;
}

.branding-choice__card:nth-child(4) {
	--choice-index: 3;
}

.branding-choice__card:nth-child(5) {
	--choice-index: 4;
}

.branding-choice__card h3 {
	color: #101113;
	font-family: var(--font-ui);
	font-size: clamp(18px, 1.08vw, 23px);
	font-weight: 560;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
	max-width: 14ch;
	padding-top: 42px;
}

.branding-choice__mark {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
		linear-gradient(225deg, rgba(200, 255, 61, 0.16), transparent 46%),
		#282824;
	border-color: #101113;
	box-shadow: 7px 8px 0 #101113;
	color: #f7f7f4;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	--choice-index: 5;
}

.branding-choice__mark::before,
.branding-choice__mark::after {
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.branding-choice__mark::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.75), transparent 78%);
	-webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.75), transparent 78%);
}

.branding-choice__mark::after {
	background: radial-gradient(circle at 76% 24%, rgba(200, 255, 61, 0.26), transparent 34%);
	opacity: 0.7;
}

.branding-choice__mark strong {
	align-items: center;
	display: inline-flex;
	font-family: var(--font-display);
	font-size: clamp(24px, 1.75vw, 34px);
	font-weight: 650;
	gap: 6px;
	letter-spacing: 0;
	min-width: 9ch;
	justify-content: center;
	position: relative;
	text-align: center;
	transition: opacity 0.24s ease, transform 0.24s ease;
	z-index: 1;
}

.branding-choice__mark strong.is-switching {
	opacity: 0;
	transform: translateY(8px);
}

.branding-final-cta {
	background: #f7f7f4;
	color: #101113;
	padding: clamp(66px, 8vw, 124px) clamp(18px, 4vw, 72px);
}

.branding-final-cta__panel {
	align-items: center;
	background: #ffffff;
	border-radius: 999px;
	display: grid;
	gap: clamp(28px, 3.6vw, 72px);
	grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.2fr) auto;
	margin: 0 auto;
	max-width: 1900px;
	min-height: clamp(112px, 7.4vw, 142px);
	opacity: 0;
	overflow: hidden;
	padding: clamp(22px, 2.4vw, 42px) clamp(26px, 3.4vw, 58px);
	position: relative;
	transform: translateY(34px) scale(0.985);
	transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.branding-final-cta__panel::before {
	background: linear-gradient(90deg, #101113, #c8ff3d, #8ecb21, #101113);
	background-size: 240% 100%;
	border-radius: inherit;
	content: "";
	inset: 0;
	opacity: 0.46;
	padding: 1px;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.28s ease;
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.branding-final-cta__panel::after {
	background:
		linear-gradient(rgba(16, 17, 19, 0.16), rgba(16, 17, 19, 0.16)),
		linear-gradient(rgba(16, 17, 19, 0.16), rgba(16, 17, 19, 0.16));
	background-position: calc(38% - 1px) center, calc(78% - 1px) center;
	background-repeat: no-repeat;
	background-size: 1px 58%, 1px 58%;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.branding-final-cta__panel.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.branding-final-cta__panel:hover::before,
.branding-final-cta__panel:focus-within::before {
	animation: brandingCtaBorder 1.8s linear infinite;
	opacity: 1;
}

.branding-final-cta__panel h2 {
	color: #101113;
	font-family: var(--font-ui);
	font-size: clamp(22px, 1.42vw, 30px);
	font-weight: 410;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	position: relative;
	z-index: 1;
}

.branding-final-cta__panel p {
	color: #101113;
	font-family: var(--font-ui);
	font-size: clamp(15px, 0.92vw, 20px);
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	max-width: 780px;
	padding-inline: clamp(18px, 2vw, 38px);
	position: relative;
	z-index: 1;
}

.branding-final-cta__button {
	align-items: center;
	background: #c8ff3d;
	border: 1px solid #101113;
	border-radius: 999px;
	color: #101113;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: clamp(13px, 0.78vw, 16px);
	font-weight: 650;
	justify-content: center;
	min-height: 52px;
	min-width: clamp(150px, 10vw, 198px);
	padding: 0 24px;
	position: relative;
	text-align: center;
	transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease;
	z-index: 1;
}

.branding-final-cta__button:hover,
.branding-final-cta__button:focus-visible {
	background: #101113;
	color: #c8ff3d;
	transform: translateY(-2px);
}

@keyframes brandingCtaBorder {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 240% 50%;
	}
}

.c-brand-page {
	--brand-bg: #f8fbff;
	--brand-ink: #101113;
	--brand-green: #c8ff00;
	--brand-deep: #253550;
	--brand-cyan: #42c9da;
	--brand-orange: #ff7f11;
	--brand-gold: #ffd84d;
	--brand-berry: #961d59;
	--brand-lavender: #c8b0ef;
	--grid-color: rgba(112, 168, 255, 0.48);
	--space-1: clamp(16px, 1.4vw, 24px);
	--space-2: clamp(24px, 2.2vw, 40px);
	--space-3: clamp(42px, 5vw, 92px);
	--tile-radius: 0px;
	--content-max: 1880px;
	--system-progress: 0;
	background: var(--brand-bg);
	color: var(--brand-ink);
	font-family: var(--font-ui);
	overflow-x: clip;
	overflow-y: visible;
	position: relative;
}

.c-brand-page [hidden] {
	display: none !important;
}

.c-brand-page__grid {
	background-image:
		linear-gradient(var(--grid-color) 1px, transparent 1px),
		linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
	background-position: center top;
	background-size: clamp(260px, 27.5vw, 560px) clamp(190px, 18vw, 340px);
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.c-brand-page :where(section, div, article, h2, h3, h4, p, a, img) {
	position: relative;
	z-index: 1;
}

.c-brand-intro {
	min-height: 210svh;
	padding: clamp(84px, 8vw, 132px) clamp(20px, 5vw, 90px);
}

.c-brand-intro__panel {
	background: color-mix(in srgb, var(--brand-green) calc(var(--system-progress) * 100%), #ffffff);
	color: color-mix(in srgb, var(--brand-ink) calc(var(--system-progress) * 100%), var(--brand-green));
	display: grid;
	grid-template-rows: 1fr auto;
	margin: 0 auto;
	min-height: min(82svh, 860px);
	overflow: hidden;
	padding: clamp(32px, 4vw, 72px);
	position: sticky;
	top: clamp(74px, 8vh, 112px);
	transform: scale(calc(1 - (var(--system-progress) * 0.08)));
	transform-origin: center center;
	width: min(44vw, 900px);
}

.c-brand-intro__panel::before {
	background:
		linear-gradient(color-mix(in srgb, var(--grid-color) 72%, transparent) 1px, transparent 1px),
		linear-gradient(90deg, color-mix(in srgb, var(--grid-color) 72%, transparent) 1px, transparent 1px);
	background-position: center top;
	background-size: clamp(130px, 13.75vw, 280px) clamp(95px, 9vw, 170px);
	content: "";
	inset: 0;
	opacity: calc(0.52 - (var(--system-progress) * 0.16));
	pointer-events: none;
	position: absolute;
}

.c-brand-intro__eyebrow,
.c-brand-editorial__label {
	color: currentColor;
	font-family: var(--font-ui);
	font-size: clamp(11px, 0.78vw, 14px);
	font-weight: 850;
	letter-spacing: 0.14em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.c-brand-intro__statement {
	align-self: start;
	color: currentColor;
	font-family: var(--font-ui);
	font-size: clamp(42px, 3.55vw, 74px);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	max-width: 14ch;
	position: relative;
}

.c-brand-intro__statement span {
	display: block;
	grid-area: 1 / 1;
	transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-brand-intro__statement span[aria-hidden="true"] {
	display: none;
}

.c-brand-intro__statement span[aria-hidden="true"]:first-child {
	transform: none;
}

.c-brand-intro__statement span[aria-hidden="true"]:nth-child(2) {
	transform: none;
}

.c-brand-intro__panel.is-visible .c-brand-intro__statement span[aria-hidden="true"] {
	opacity: 0;
	transform: translate(0, 0);
}

.c-brand-intro__mark,
.c-brand-editorial__mark {
	align-self: end;
	display: block;
	filter: saturate(1.2) contrast(1.08);
	height: clamp(42px, 4.4vw, 76px);
	object-fit: contain;
	width: clamp(42px, 4.4vw, 76px);
}

.c-brand-intro__cue {
	align-items: center;
	border: 1px solid currentColor;
	color: currentColor;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 800;
	gap: 12px;
	justify-self: end;
	min-height: 46px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.c-brand-intro__cue:hover,
.c-brand-intro__cue:focus-visible {
	background: var(--brand-ink);
	color: #fff;
	transform: translateY(-2px);
}

.c-brand-editorial {
	padding: 0 clamp(20px, 5vw, 90px) clamp(96px, 10vw, 170px);
}

.c-brand-editorial__panel {
	background: var(--brand-green);
	color: var(--brand-ink);
	display: grid;
	grid-template-rows: auto 1fr auto;
	margin: 0 auto;
	min-height: min(82svh, 880px);
	padding: clamp(30px, 4vw, 72px);
	width: min(78vw, 1120px);
}

.c-brand-editorial__panel h3,
.c-brand-tile-grid__header h3,
.c-brand-close h3 {
	color: currentColor;
	font-family: var(--font-display);
	font-size: clamp(38px, 4vw, 78px);
	font-weight: 720;
	letter-spacing: 0;
	line-height: 1;
	margin: clamp(24px, 3.5vw, 56px) 0 0;
	max-width: 13ch;
}

.c-brand-tile-grid {
	padding: clamp(110px, 8vw, 140px) clamp(14px, 1.2vw, 20px) clamp(42px, 5vw, 90px);
}

.c-brand-tile-grid__header {
	height: 1px;
	margin: 0;
	max-width: var(--content-max);
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.c-brand-tile-grid__items {
	display: grid;
	gap: clamp(10px, 0.85vw, 16px);
	grid-auto-flow: dense;
	grid-auto-rows: minmax(132px, 11.8vw);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin: 0 auto;
	max-width: var(--content-max);
}

.c-brand-tile {
	align-content: start;
	background: var(--tile-bg, #fff);
	color: var(--tile-ink, var(--brand-ink));
	display: grid;
	min-height: 0;
	overflow: hidden;
	padding: clamp(22px, 1.9vw, 38px);
	transform: translateY(54px) scale(0.985);
	transition:
		opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
		transform 0.65s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
		filter 0.24s ease;
}

.c-brand-tile[data-reveal] {
	opacity: 0;
}

.c-brand-tile.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.c-brand-tile:hover,
.c-brand-tile:focus-within {
	filter: saturate(1.12) contrast(1.04);
	transform: translateY(-6px) scale(1.01);
}

.c-brand-tile h4 {
	color: currentColor;
	font-family: var(--font-ui);
	font-size: clamp(30px, 2.15vw, 48px);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
	max-width: 12ch;
}

.c-brand-tile p {
	color: currentColor;
	font-family: var(--font-ui);
	font-size: clamp(15px, 1vw, 20px);
	font-weight: 550;
	line-height: 1.35;
	margin: auto 0 0;
	max-width: 27ch;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.c-brand-tile__graphic {
	inset: auto clamp(24px, 2vw, 44px) clamp(24px, 2vw, 44px) auto;
	position: absolute;
	transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-brand-tile:hover .c-brand-tile__graphic,
.c-brand-tile:focus-within .c-brand-tile__graphic {
	transform: translate(-8px, -8px) rotate(-3deg);
}

.c-brand-tile__graphic img {
	display: block;
	height: clamp(70px, 7vw, 132px);
	object-fit: contain;
	width: clamp(70px, 7vw, 132px);
}

.c-brand-tile__link {
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid currentColor;
	bottom: clamp(18px, 1.6vw, 32px);
	color: currentColor;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 850;
	gap: 12px;
	left: clamp(24px, 2.2vw, 48px);
	min-height: 44px;
	opacity: 0;
	padding: 0 14px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	transform: translateY(10px);
	transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.c-brand-tile:hover .c-brand-tile__link,
.c-brand-tile:focus-within .c-brand-tile__link {
	opacity: 1;
	transform: translateY(0);
}

.c-brand-tile__link:hover,
.c-brand-tile__link:focus-visible,
.c-brand-close__cta:hover,
.c-brand-close__cta:focus-visible {
	background: var(--brand-ink);
	color: #fff;
}

.c-brand-tile--dark { --tile-bg: var(--brand-deep); --tile-ink: #bed4f2; grid-column: span 2; grid-row: span 3; }
.c-brand-tile--gold { --tile-bg: var(--brand-gold); --tile-ink: #6d4b00; grid-column: span 4; grid-row: span 2; }
.c-brand-tile--cyan { --tile-bg: var(--brand-cyan); --tile-ink: #075a67; grid-column: span 3; grid-row: span 3; }
.c-brand-tile--orange { --tile-bg: var(--brand-orange); --tile-ink: #4d1700; }
.c-brand-tile--berry { --tile-bg: var(--brand-berry); --tile-ink: #ffb6aa; grid-column: span 4; grid-row: span 2; }
.c-brand-tile--lavender { --tile-bg: var(--brand-lavender); --tile-ink: #762f73; grid-column: span 3; grid-row: span 3; }
.c-brand-tile--framework { grid-column: 1 / span 2; grid-row: 1 / span 3; }
.c-brand-tile--voice { grid-column: 3 / span 4; grid-row: 1 / span 2; }
.c-brand-tile--logo { grid-column: 7 / span 3; grid-row: 1 / span 3; }
.c-brand-tile--type { grid-column: 10 / span 3; grid-row: 1 / span 2; }
.c-brand-tile--icons { grid-column: 1 / span 2; grid-row: 4 / span 3; }
.c-brand-tile--color { grid-column: 3 / span 3; grid-row: 3 / span 4; }
.c-brand-tile--imagery { grid-column: 6 / span 4; grid-row: 4 / span 3; }
.c-brand-tile--motion { grid-column: 10 / span 3; grid-row: 3 / span 4; }

.c-brand-tile--framework .c-brand-tile__graphic {
	inset: 40% 12% auto auto;
}

.c-brand-tile--framework .c-brand-tile__graphic::before,
.c-brand-tile--framework .c-brand-tile__graphic::after,
.c-brand-tile--motion .c-brand-tile__graphic::before,
.c-brand-tile--motion .c-brand-tile__graphic::after {
	background: currentColor;
	border-radius: 8px;
	content: "";
	height: 26px;
	position: absolute;
	width: 26px;
}

.c-brand-tile--framework .c-brand-tile__graphic::before { transform: translate(-180px, -72px); }
.c-brand-tile--framework .c-brand-tile__graphic::after { transform: translate(-180px, 72px); }
.c-brand-tile--framework .c-brand-tile__graphic img { opacity: 0; }

.c-brand-tile--voice .c-brand-tile__graphic::before,
.c-brand-tile--voice .c-brand-tile__graphic::after {
	color: currentColor;
	content: "”";
	font-family: Georgia, serif;
	font-size: clamp(120px, 12vw, 230px);
	font-weight: 900;
	line-height: 0.7;
	position: absolute;
}

.c-brand-tile--voice .c-brand-tile__graphic::before { right: 120px; top: -210px; }
.c-brand-tile--voice .c-brand-tile__graphic::after { right: 0; top: -70px; }
.c-brand-tile--voice .c-brand-tile__graphic img { opacity: 0; }

.c-brand-tile--type h4::after {
	content: "Aa";
	display: block;
	font-size: clamp(86px, 8vw, 158px);
	font-weight: 560;
	line-height: 1;
	margin-top: clamp(54px, 6vw, 100px);
}

.c-brand-tile--icons .c-brand-tile__graphic::before {
	border: 12px solid currentColor;
	border-radius: 24px;
	content: "";
	display: block;
	height: 104px;
	width: 104px;
}

.c-brand-tile--icons .c-brand-tile__graphic img { display: none; }

.c-brand-tile--color .c-brand-tile__graphic {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 86px);
	transform: none;
}

.c-brand-tile--color .c-brand-tile__graphic::before,
.c-brand-tile--color .c-brand-tile__graphic::after {
	background: rgba(16, 17, 19, 0.28);
	content: "";
	display: block;
	height: 86px;
	width: 86px;
}

.c-brand-tile--color .c-brand-tile__graphic::after {
	background: rgba(16, 17, 19, 0.62);
	transform: translate(42px, 42px);
}

.c-brand-tile--color .c-brand-tile__graphic img { display: none; }

.c-brand-tile--imagery .c-brand-tile__graphic {
	background:
		radial-gradient(circle at 32% 32%, #d23183 0 9%, transparent 10%),
		radial-gradient(circle at 82% 80%, #d23183 0 35%, transparent 36%),
		linear-gradient(155deg, transparent 0 52%, #d23183 53%),
		#ffada5;
	height: clamp(130px, 13vw, 230px);
	width: clamp(190px, 20vw, 360px);
}

.c-brand-tile--imagery .c-brand-tile__graphic img { display: none; }

.c-brand-tile--motion .c-brand-tile__graphic {
	border-bottom: 3px solid currentColor;
	border-radius: 45% 0 0 45%;
	height: 170px;
	width: 210px;
}

.c-brand-tile--motion .c-brand-tile__graphic::before { left: 0; bottom: -13px; }
.c-brand-tile--motion .c-brand-tile__graphic::after { right: 0; top: -13px; }
.c-brand-tile--motion .c-brand-tile__graphic img { display: none; }

.c-brand-close {
	display: grid;
	margin: 0 auto;
	max-width: var(--content-max);
	padding: clamp(80px, 10vw, 160px) clamp(20px, 5vw, 90px) clamp(110px, 11vw, 180px);
}

.c-brand-close h3 {
	max-width: 15ch;
}

.c-brand-close__cta {
	align-items: center;
	background: var(--brand-green);
	border: 2px solid var(--brand-ink);
	box-shadow: 6px 7px 0 var(--brand-ink);
	color: var(--brand-ink);
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 900;
	gap: 18px;
	justify-self: start;
	margin-top: clamp(30px, 4vw, 58px);
	min-height: 64px;
	padding: 0 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.c-brand-close__cta:hover,
.c-brand-close__cta:focus-visible {
	box-shadow: 3px 4px 0 var(--brand-ink);
	transform: translate(3px, 3px);
}

[data-reveal] {
	opacity: 0;
	transform: translateY(46px) scale(0.99);
	transition: opacity 0.68s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms), transform 0.68s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.c-brand-intro__panel[data-reveal].is-visible {
	transform: scale(calc(1 - (var(--system-progress) * 0.08)));
}

.c-brand-tile.is-visible:hover,
.c-brand-tile.is-visible:focus-within {
	transform: translateY(-6px) scale(1.01);
}

.branding-threads-hero__media-shell::after {
	background:
		radial-gradient(circle at 50% 42%, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.5)),
		rgba(5, 5, 6, calc(var(--branding-progress, 0) * 0.54));
	content: "";
	inset: 0;
	opacity: calc(var(--branding-progress, 0) * 1.15);
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.branding-threads-hero__media-image {
	display: block;
	filter: none !important;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: translateZ(0);
	width: 100%;
	-webkit-filter: none !important;
}

.branding-threads-hero__media-caption {
	align-items: center;
	background: rgba(5, 5, 6, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	bottom: 22px;
	color: #f7f7f2;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 800;
	gap: 12px;
	left: 50%;
	letter-spacing: 0.12em;
	padding: 13px 18px;
	position: absolute;
	text-transform: uppercase;
	transform: translateX(-50%);
	transition: opacity 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
	z-index: 4;
}

.branding-threads-hero__media-caption i {
	background: var(--accent);
	border-radius: 999px;
	display: block;
	height: 6px;
	width: 42px;
}

.branding-threads-hero[style] .branding-threads-hero__media-caption {
	opacity: calc(1 - (var(--branding-progress, 0) * 2.4));
	transform: translateX(-50%) translateY(calc(var(--branding-progress, 0) * 18px));
}

@keyframes brandingMediaSettle {
	from {
		opacity: 0;
		transform: translate3d(-50%, -50%, 0) scale(0.94);
	}

	to {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0);
	}
}

@media (max-width: 900px) {
	.branding-threads-hero {
		--branding-media-height: min(62vh, 540px);
		--branding-media-width: min(48vw, 360px);
	}

	.branding-threads-hero__meta {
		bottom: 28px;
		left: 24px;
		max-width: min(520px, calc(100vw - 48px));
	}

	.branding-threads-hero__title {
		font-size: clamp(38px, 9vw, 76px);
	}

	.branding-noise-story__inner {
		padding-inline: clamp(32px, 6vw, 64px);
	}

	.branding-noise-story__heading,
	.branding-noise-story__text {
		max-width: 900px;
	}

	.branding-process__inner {
		gap: clamp(40px, 5vw, 72px);
		grid-template-columns: minmax(0, 0.68fr) minmax(340px, 0.95fr);
	}

	.branding-process__visual {
		aspect-ratio: 1.28 / 1;
		grid-column: 2;
		grid-row: 2;
		transform: translateX(clamp(28px, 5vw, 76px));
	}

	.branding-process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 0;
	}

	.branding-deliverables__header {
		align-items: start;
		flex-direction: column;
	}

	.branding-deliverables__board {
		background-size: 33.333% 100%;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: auto;
		min-height: auto;
	}

	.branding-deliverables__stage {
		display: none;
	}

	.branding-deliverables__card,
	.branding-deliverables__card--1,
	.branding-deliverables__card--2,
	.branding-deliverables__card--3,
	.branding-deliverables__card--4,
	.branding-deliverables__card--5 {
		grid-column: auto;
		grid-row: auto;
		margin-top: 0;
	}

	.branding-choice {
		grid-template-columns: 1fr;
	}

	.branding-choice__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.branding-final-cta__panel {
		border-radius: 44px;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.branding-final-cta__panel::after {
		background:
			linear-gradient(90deg, rgba(16, 17, 19, 0.16), rgba(16, 17, 19, 0.16)),
			linear-gradient(90deg, rgba(16, 17, 19, 0.16), rgba(16, 17, 19, 0.16));
		background-position: center 35%, center 68%;
		background-size: 100% 1px, 100% 1px;
		background-repeat: no-repeat;
	}

	.c-brand-intro__panel,
	.c-brand-editorial__panel {
		width: min(86vw, 860px);
	}

	.c-brand-tile-grid__items {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.c-brand-tile {
		grid-column: span 4;
		grid-row: span 2;
		min-height: 280px;
	}

	.c-brand-tile--framework,
	.c-brand-tile--logo,
	.c-brand-tile--color,
	.c-brand-tile--imagery {
		grid-column: span 4;
		grid-row: span 3;
	}

	.c-brand-tile--voice {
		grid-column: span 8;
	}
}

@media (max-width: 600px) {
	.branding-threads-hero {
		--branding-media-height: min(58vh, 520px);
		--branding-media-width: min(58vw, 300px);
		height: 230svh;
	}

	.branding-threads-hero__meta {
		bottom: 28px;
		gap: 10px;
		left: 18px;
		max-width: calc(100vw - 36px);
		top: auto;
		transform: none;
	}

	.branding-tagline {
		align-items: flex-start;
		background: transparent;
		border: 0;
		border-radius: 0;
		font-size: 10px;
		gap: 10px;
		letter-spacing: 0.08em;
		line-height: 1.4;
		max-width: min(100%, 34ch);
		padding: 0;
		text-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.branding-tagline span {
		height: 11px;
		margin-top: 1px;
		width: 11px;
	}

	.branding-tagline span::after {
		height: 5px;
		width: 5px;
	}

	.branding-threads-hero__title {
		font-size: clamp(30px, 8.6vw, 44px);
		line-height: 1.08;
		padding-inline: 14px;
		width: min(94vw, 430px);
	}

	.branding-threads-hero__title-line {
		white-space: normal;
	}

	.branding-threads-hero__media-shell {
		border-radius: calc(22px - (var(--branding-progress, 0) * 22px));
	}

	.branding-threads-hero__media-caption {
		display: none;
	}

	.branding-noise-story {
		min-height: 135svh;
		padding: 86px 24px 110px;
	}

	.branding-noise-story__inner {
		padding: 0;
		position: sticky;
		top: 84px;
	}

	.branding-noise-story__ornament {
		display: none;
	}

	.branding-section-eyebrow {
		margin-bottom: 24px;
	}

	.branding-noise-story__heading {
		font-size: clamp(38px, 11vw, 62px);
		line-height: 0.96;
	}

	.branding-noise-story__heading .branding-noise-word:nth-of-type(3) {
		display: block;
	}

	.branding-noise-story__text {
		font-size: clamp(20px, 6vw, 31px);
		line-height: 1.22;
		margin-top: 28px;
	}

	.branding-noise-word {
		white-space: normal;
	}

	.branding-process {
		padding: 76px 16px 80px;
	}

	.branding-process__inner {
		column-gap: 0;
		grid-template-columns: 1fr;
		min-height: 0;
		row-gap: 34px;
	}

	.branding-process__heading {
		gap: 22px;
		text-align: center;
	}

	.branding-process__title {
		font-size: clamp(39px, 11.8vw, 58px);
		line-height: 0.9;
		margin-inline: auto;
		max-width: none;
		text-align: center;
		white-space: nowrap;
		width: 100%;
	}

	.branding-process__title .masked-heading__word {
		display: inline-block;
		white-space: pre;
	}

	.branding-process__intro {
		font-size: 16px;
		line-height: 1.55;
		margin-inline: auto;
		max-width: 34ch;
		text-align: center;
	}

	.branding-process__visual {
		aspect-ratio: 1 / 0.82;
		grid-column: 1;
		grid-row: 3;
		justify-self: end;
		transform: translateX(12px);
		width: min(100%, 520px);
	}

	.branding-faq {
		padding: 58px 12px 74px;
	}

	.branding-faq__panel {
		border-radius: 18px;
		padding: 38px 20px 44px;
	}

	.branding-faq__panel h2 {
		font-size: clamp(46px, 16vw, 72px);
		margin-bottom: 34px;
	}

	.branding-faq__item summary {
		font-size: clamp(17px, 4.6vw, 21px);
		font-weight: 500;
		gap: 18px;
		padding: 22px 0;
	}

	.branding-faq__item summary i {
		height: 24px;
		width: 24px;
	}

	.branding-faq__answer p {
		font-size: 15px;
		line-height: 1.5;
		padding: 0 0 24px;
	}

	.branding-process__steps {
		grid-row: 4;
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.branding-process__step {
		border-radius: 14px;
		gap: 16px;
		grid-template-columns: 48px minmax(0, 1fr);
		grid-template-rows: auto;
		padding: 20px;
	}

	.branding-process__step > div {
		display: flex;
		flex-direction: column;
		grid-column: 2;
		grid-row: 1;
	}

	.branding-process__step span {
		grid-column: 1;
		grid-row: 1;
	}

	.branding-process__step span {
		font-size: 11px;
		height: 36px;
		width: 36px;
	}

	.branding-process__step h3 {
		font-size: clamp(20px, 6.4vw, 28px);
		line-height: 1.1;
		min-height: auto;
	}

	.branding-process__step p {
		font-size: 15px;
		line-height: 1.42;
	}

	.branding-deliverables {
		padding: 78px 16px 92px;
	}

	.branding-deliverables__header h2,
	.branding-choice__copy h2 {
		font-size: clamp(31px, 9vw, 46px);
		font-weight: 700;
	}

	.branding-deliverables__board {
		background-size: 100% 100%;
		display: grid;
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.branding-deliverables__card {
		box-shadow: 5px 6px 0 #101113;
		grid-row: auto;
		min-height: 0;
		padding: 26px 24px;
	}

	.branding-deliverables__card h3 {
		font-size: clamp(21px, 7vw, 29px);
		max-width: 14ch;
	}

	.branding-deliverables__card p {
		font-size: 16px;
		line-height: 1.35;
	}

	.branding-choice {
		gap: 44px;
		padding: 78px 18px 96px;
	}

	.branding-choice__copy h2 {
		font-size: clamp(34px, 9.2vw, 46px);
		line-height: 1.04;
	}

	.branding-choice__cta {
		font-size: 12px;
		gap: 16px;
		min-height: 62px;
		padding-left: 20px;
		width: 100%;
		justify-content: space-between;
	}

	.branding-choice__grid {
		gap: 22px;
		grid-template-columns: 1fr;
	}

	.branding-choice__card,
	.branding-choice__mark {
		aspect-ratio: auto;
		box-shadow: 5px 6px 0 #101113;
		min-height: 160px;
		padding: 26px;
	}

	.branding-choice__card h3 {
		font-size: clamp(20px, 6.4vw, 27px);
		font-weight: 560;
	}

	.branding-choice__mark strong {
		font-size: clamp(23px, 7vw, 31px);
	}

	.branding-final-cta {
		padding: 58px 14px 82px;
	}

	.branding-final-cta__panel {
		border-radius: 34px;
		gap: 24px;
		min-height: 0;
		padding: 30px 22px;
		text-align: left;
	}

	.branding-final-cta__panel::after {
		display: none;
	}

	.branding-final-cta__panel h2 {
		font-size: clamp(18px, 5.2vw, 24px);
		text-align: center;
		white-space: nowrap;
		width: 100%;
	}

	.branding-final-cta__panel p {
		border-bottom: 1px solid rgba(16, 17, 19, 0.16);
		border-top: 1px solid rgba(16, 17, 19, 0.16);
		font-size: clamp(15px, 4.2vw, 18px);
		line-height: 1.34;
		padding: 22px 0 24px;
		width: 100%;
	}

	.branding-final-cta__button {
		font-size: 14px;
		min-height: 52px;
		min-width: 0;
		width: 100%;
	}

	.c-brand-page {
		--grid-color: rgba(112, 168, 255, 0.38);
	}

	.c-brand-page__grid {
		background-size: 50vw 150px;
	}

	.c-brand-intro {
		min-height: 185svh;
		padding: 64px 16px 84px;
	}

	.c-brand-intro__panel {
		min-height: 72svh;
		padding: 26px;
		top: 82px;
		transform: scale(calc(1 - (var(--system-progress) * 0.04)));
		width: min(100%, 430px);
	}

	.c-brand-intro__statement {
		font-size: clamp(31px, 8.8vw, 46px);
		line-height: 1.08;
		max-width: 13ch;
	}

	.c-brand-intro__cue {
		justify-self: start;
	}

	.c-brand-editorial {
		padding: 0 16px 82px;
	}

	.c-brand-editorial__panel {
		min-height: 68svh;
		padding: 26px;
		width: 100%;
	}

	.c-brand-editorial__panel h3,
	.c-brand-tile-grid__header h3,
	.c-brand-close h3 {
		font-size: clamp(31px, 9vw, 44px);
		line-height: 1.02;
		max-width: 12ch;
	}

	.c-brand-tile-grid {
		padding: 72px 12px;
	}

	.c-brand-tile-grid__items {
		grid-template-columns: 1fr;
	}

	.c-brand-tile,
	.c-brand-tile--framework,
	.c-brand-tile--voice,
	.c-brand-tile--logo,
	.c-brand-tile--type,
	.c-brand-tile--icons,
	.c-brand-tile--color,
	.c-brand-tile--imagery,
	.c-brand-tile--motion {
		grid-column: auto;
		grid-row: auto;
		min-height: 260px;
		padding: 26px;
	}

	.c-brand-tile h4 {
		font-size: clamp(30px, 10vw, 44px);
	}

	.c-brand-tile p {
		font-size: 15px;
		padding-bottom: 64px;
	}

	.c-brand-tile__link {
		left: 26px;
		opacity: 1;
		transform: none;
	}

	.c-brand-tile__graphic img {
		height: 72px;
		width: 72px;
	}

	.c-brand-tile--voice .c-brand-tile__graphic::before,
	.c-brand-tile--voice .c-brand-tile__graphic::after {
		font-size: 112px;
	}

	.c-brand-tile--voice .c-brand-tile__graphic::before { right: 86px; top: -150px; }
	.c-brand-tile--voice .c-brand-tile__graphic::after { right: 0; top: -64px; }

	.c-brand-tile--color .c-brand-tile__graphic {
		grid-template-columns: repeat(2, 58px);
	}

	.c-brand-tile--color .c-brand-tile__graphic::before,
	.c-brand-tile--color .c-brand-tile__graphic::after {
		height: 58px;
		width: 58px;
	}

	.c-brand-tile--color .c-brand-tile__graphic::after {
		transform: translate(28px, 28px);
	}

	.c-brand-close {
		padding: 72px 18px 96px;
	}

	.c-brand-close__cta {
		font-size: 12px;
		justify-content: space-between;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.branding-threads-hero {
		height: 100svh;
	}

	.branding-threads-hero__sticky {
		position: relative;
	}

	.branding-threads-hero__media-shell,
	.branding-threads-hero__title-line,
	.branding-noise-char,
	.masked-heading.is-visible .masked-heading__clip,
	.branding-process__visual img {
		animation: none;
		transition: none;
	}

	.branding-noise-char {
		opacity: 1;
		color: #f7f7f2;
		transform: none;
	}

	.branding-deliverables__card,
	.branding-process__step,
	.branding-choice__card,
	.branding-choice__mark,
	.branding-final-cta__panel,
	[data-reveal],
	.c-brand-intro__panel,
	.c-brand-tile {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.c-brand-intro__statement span[aria-hidden="true"] {
		display: none;
	}

	.c-brand-tile__link {
		opacity: 1;
		transform: none;
	}
}
