/* Tinkobox channel service pages. */
.channel-page,
.channels-index {
	--channel: var(--electric);
	--channel-dark: #3435a8;
	--channel-pale: #efefff;
	background: var(--white);
}

.channel-page { overflow-x: clip; }

.channel-page--facebook { --channel: #1877f2; --channel-dark: #0b50af; --channel-pale: #eaf3ff; }
.channel-page--instagram { --channel: #d43d84; --channel-dark: #8f2459; --channel-pale: #fff0f7; }
.channel-page--linkedin { --channel: #0a66c2; --channel-dark: #074b8e; --channel-pale: #eaf4fd; }
.channel-page--tiktok { --channel: #17171b; --channel-dark: #000; --channel-pale: #eefbfa; }
.channel-page--x-twitter { --channel: #101114; --channel-dark: #000; --channel-pale: #f0f1f3; }
.channel-page--youtube { --channel: #ff0000; --channel-dark: #cc0000; --channel-pale: #fff0f0; }

.channel-page .eyebrow,
.channels-index .eyebrow,
.channel-breadcrumb,
.channel-kicker,
.channel-outcomes,
.composer-card,
.social-preview-card,
.channel-note,
.channel-feature-card > span,
.channel-story figcaption,
.channel-checks,
.channel-process__list,
.channel-switcher__card,
.channels-index__content > p,
.channels-index__content strong {
	font-family: var(--font-small);
}

.section-pad { padding-block: clamp(90px, 10vw, 150px); }

.channel-hero {
	position: relative;
	min-height: 820px;
	padding: calc(var(--header-height) + clamp(64px, 7vw, 108px)) 0 clamp(92px, 9vw, 140px);
	background:
		radial-gradient(circle at 88% 20%, color-mix(in srgb, var(--channel) 18%, transparent), transparent 33%),
		linear-gradient(180deg, var(--channel-pale), var(--white) 78%);
	overflow: hidden;
}

.channel-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
	align-items: center;
	gap: clamp(60px, 7vw, 112px);
}

.channel-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 34px;
	color: var(--muted);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.channel-breadcrumb a { text-decoration: none; }
.channel-breadcrumb a:hover { color: var(--channel); }

.channel-kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.channel-mark {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: var(--channel);
	color: #fff;
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -.04em;
	text-transform: none;
}

.channel-mark img,
.channel-avatar img {
	display: block;
	width: 54%;
	height: 54%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.channel-page--tiktok .channel-mark {
	box-shadow: -3px 2px 0 #ff2f70, 3px -2px 0 #25f4ee;
}

.channel-hero h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(3.4rem, 6.15vw, 6.6rem);
	line-height: .94;
	letter-spacing: -.07em;
}

.channel-hero__lead {
	max-width: 640px;
	margin: 30px 0 0;
	color: #454852;
	font-size: clamp(1.05rem, 1.4vw, 1.28rem);
	line-height: 1.65;
}

.channel-hero .button-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 38px;
}

.channel-hero .button { background: var(--channel); }
.channel-hero .button:hover { background: var(--channel-dark); }

.channel-hero .text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: .9rem;
	font-weight: 700;
	text-decoration: none;
}

.channel-outcomes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin: 52px 0 0;
	padding: 24px 0 0;
	border-top: 1px solid var(--line);
	list-style: none;
}

.channel-outcomes li { padding-right: 18px; }
.channel-outcomes strong { display: block; margin-bottom: 4px; font-size: .82rem; }
.channel-outcomes span { display: block; color: var(--muted); font-size: .66rem; line-height: 1.5; }

.channel-visual {
	position: relative;
	min-height: 650px;
	isolation: isolate;
}

.channel-visual__wash {
	position: absolute;
	inset: 7% -13% 3% 5%;
	z-index: -1;
	border-radius: 52% 48% 45% 55%;
	background: color-mix(in srgb, var(--channel) 14%, #fff);
	filter: blur(1px);
	transform: rotate(-4deg);
}

.composer-card,
.social-preview-card,
.channel-note {
	box-shadow: 0 28px 80px rgba(29, 36, 58, .16);
	transform: translateY(var(--parallax-y, 0));
}

.composer-card {
	position: absolute;
	top: 46px;
	left: 0;
	width: 72%;
	border: 1px solid rgba(16, 17, 20, .08);
	border-radius: 22px;
	background: #fff;
	overflow: hidden;
}

.composer-card__bar {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 42px;
	padding: 0 15px;
	border-bottom: 1px solid #eceef2;
	background: #f8f9fb;
}

.composer-card__bar > span { width: 8px; height: 8px; border-radius: 50%; background: #d7dbe3; }
.composer-card__bar small { margin-left: 6px; color: #80838c; font-size: .56rem; }
.composer-card__body { display: grid; grid-template-columns: 54px 1fr; min-height: 330px; }
.composer-card__rail { display: flex; flex-direction: column; align-items: center; gap: 13px; padding-top: 20px; border-right: 1px solid #eceef2; background: #fbfbfc; }
.composer-card__rail i { width: 21px; height: 21px; border-radius: 7px; background: #e9ecf2; }
.composer-card__rail i:first-child { background: var(--channel); }
.composer-card__draft { padding: 18px; }
.composer-card__draft > p { margin: 0 0 12px; font-size: .65rem; font-weight: 700; }
.composer-card__lines { display: grid; gap: 5px; margin-bottom: 13px; }
.composer-card__lines span { height: 5px; border-radius: 4px; background: #e9ebef; }
.composer-card__lines span:nth-child(2) { width: 84%; }
.composer-card__lines span:nth-child(3) { width: 61%; }
.composer-card__draft img { display: block; width: 100%; height: 190px; border-radius: 12px; object-fit: cover; }
.composer-card__actions { display: flex; align-items: center; justify-content: space-between; margin-top: 13px; color: #797d87; font-size: .54rem; }
.composer-card__actions b { padding: 6px 11px; border-radius: 7px; background: var(--channel); color: #fff; }

.social-preview-card {
	position: absolute;
	right: 0;
	bottom: 28px;
	width: 49%;
	border: 1px solid rgba(16, 17, 20, .08);
	border-radius: 24px;
	background: #fff;
	overflow: hidden;
}

.social-preview-card header { display: flex; align-items: center; gap: 10px; padding: 14px; }
.social-preview-card header .channel-avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--channel); color: #fff; font-size: .7rem; font-weight: 800; }
.social-preview-card header p { display: grid; flex: 1; margin: 0; line-height: 1.2; }
.social-preview-card header strong { font-size: .62rem; }
.social-preview-card header small { color: #858893; font-size: .45rem; }
.social-preview-card header > b { color: #8a8d96; font-size: .6rem; letter-spacing: 2px; }
.social-preview-card > img { display: block; width: 100%; aspect-ratio: 1 / .82; object-fit: cover; }
.social-preview-card__body { padding: 13px 14px 15px; }
.social-preview-card__body p { margin: 0 0 10px; font-size: .56rem; line-height: 1.45; }
.social-preview-card__body > div { display: flex; align-items: center; gap: 12px; font-size: .85rem; }
.social-preview-card__body small { margin-left: auto; color: #777b85; font-size: .5rem; }

.channel-note {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid rgba(16, 17, 20, .07);
	border-radius: 14px;
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(12px);
}

.channel-note--top { top: 2px; right: 2%; }
.channel-note--bottom { left: 3%; bottom: 42px; }
.channel-note > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; background: #dff7e8; color: #167242; font-size: .67rem; font-weight: 800; }
.channel-note > i { width: 9px; height: 9px; border-radius: 50%; background: #25b66d; box-shadow: 0 0 0 5px #ddf7e9; }
.channel-note p { display: grid; margin: 0; color: #7a7e87; font-size: .48rem; line-height: 1.35; }
.channel-note strong { color: var(--ink); font-size: .57rem; }

.channel-features { background: var(--ink); color: #fff; }
.channel-features .section-heading { max-width: 850px; }
.channel-features .eyebrow { color: color-mix(in srgb, var(--channel) 70%, #fff); }
.channel-features .section-heading h2,
.channel-switcher .section-heading h2 { margin: 12px 0 20px; font-size: clamp(2.7rem, 5.2vw, 5.5rem); line-height: .98; letter-spacing: -.06em; }
.channel-features .section-heading > p:last-child { max-width: 560px; margin: 0; color: #aeb1bb; }
.channel-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 70px; background: rgba(255,255,255,.15); }
.channel-feature-card { position: relative; min-height: 280px; padding: clamp(30px, 4vw, 56px); background: var(--ink); overflow: hidden; }
.channel-feature-card::after { content: ""; position: absolute; right: -80px; bottom: -90px; width: 180px; height: 180px; border-radius: 50%; background: color-mix(in srgb, var(--channel) 18%, transparent); filter: blur(10px); transition: transform .4s ease; }
.channel-feature-card:hover::after { transform: scale(1.35); }
.channel-feature-card > span { color: color-mix(in srgb, var(--channel) 75%, #fff); font-size: .7rem; letter-spacing: .08em; }
.channel-feature-card h3 { margin: 48px 0 15px; font-size: clamp(1.4rem, 2vw, 2rem); letter-spacing: -.04em; }
.channel-feature-card p { max-width: 500px; margin: 0; color: #afb2bb; }

.channel-app-showcase { background: #fff; overflow: hidden; }
.channel-app-showcase .section-heading--split { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 70px; }
.channel-app-showcase .section-heading h2 { max-width: 900px; margin: 12px 0 0; font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .97; letter-spacing: -.063em; }
.channel-app-showcase .section-heading--split > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }

.channel-app-stage {
	position: relative;
	min-height: 780px;
	margin-top: 78px;
	padding: 62px 66px 76px;
	border-radius: 42px;
	background:
		radial-gradient(circle at 82% 16%, color-mix(in srgb, var(--channel) 27%, transparent), transparent 31%),
		linear-gradient(145deg, #f4f6f9, color-mix(in srgb, var(--channel-pale) 58%, #fff));
}

.desktop-app,
.mobile-app {
	font-family: var(--font-small);
}

/* Realistic MacBook Pro Hardware Frame */
.desktop-app {
	position: relative;
	width: calc(100% - 170px);
	padding: 0;
	border: 14px solid #16181f;
	border-bottom: 26px solid #16181f;
	border-radius: 24px 24px 4px 4px;
	background: #000;
	box-shadow:
		0 40px 100px -20px rgba(12, 16, 28, 0.4),
		0 0 0 1px rgba(255, 255, 255, 0.12) inset;
	overflow: visible;
}

/* MacBook Camera Bezel Dot */
.desktop-app::before {
	content: "";
	position: absolute;
	top: -9px;
	left: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #2a2d38;
	box-shadow: 0 0 1px #000;
	transform: translateX(-50%);
	z-index: 12;
}

/* MacBook Aluminum Unibody Base & Thumb Notch */
.desktop-app::after {
	content: "";
	position: absolute;
	left: -28px;
	right: -28px;
	bottom: -26px;
	height: 18px;
	border-radius: 0 0 18px 18px;
	background:
		radial-gradient(ellipse 90px 8px at 50% 0%, #727682 0%, transparent 80%),
		linear-gradient(180deg, #d2d5dc 0%, #aaafba 45%, #8a8e99 100%);
	box-shadow:
		0 18px 45px rgba(12, 16, 28, 0.3),
		inset 0 1px 1px rgba(255, 255, 255, 0.9);
	z-index: 10;
}

.desktop-app__topbar {
	display: grid;
	grid-template-columns: 180px minmax(190px, 1fr) 180px;
	align-items: center;
	gap: 20px;
	height: 60px;
	padding: 0 22px;
	border-bottom: 1px solid #e0e3e8;
	background: #fff;
	border-radius: 10px 10px 0 0;
}

.desktop-app__brand { display: flex; align-items: center; gap: 10px; }
.desktop-app__brand .channel-mark { width: 29px; height: 29px; border-radius: 9px; font-size: .7rem; }
.desktop-app__brand strong { font-size: .76rem; }
.desktop-app__search { display: flex; align-items: center; gap: 9px; max-width: 380px; padding: 9px 13px; border-radius: 9px; background: #f0f2f5; color: #858993; font-size: .59rem; }
.desktop-app__search span { font-size: 1rem; }
.desktop-app__tools { display: flex; justify-content: flex-end; align-items: center; gap: 16px; color: #686c75; }
.desktop-app__tools i { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--channel), var(--channel-dark)); }

.desktop-app__workspace { display: grid; grid-template-columns: 145px minmax(330px, 1fr) 205px; gap: 18px; min-height: 520px; padding: 18px; background: #f4f5f7; border-radius: 0 0 8px 8px; }
.desktop-app__sidebar { display: flex; flex-direction: column; gap: 7px; padding: 8px; border-radius: 14px; background: #fff; }
.desktop-app__sidebar a { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 9px; color: #626670; font-size: .55rem; text-decoration: none; }
.desktop-app__sidebar a.is-active { background: var(--channel-pale); color: var(--channel-dark); font-weight: 700; }
.desktop-app__sidebar span { width: 16px; font-size: .8rem; text-align: center; }
.desktop-app__feed { min-width: 0; }

.app-post { border: 1px solid #e3e5e9; border-radius: 14px; background: #fff; overflow: hidden; }
.app-post > header { display: flex; align-items: center; gap: 9px; padding: 13px 14px 8px; }
.app-post .channel-avatar,
.mobile-app .channel-avatar { display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--channel); color: #fff; font-family: var(--font-body); font-size: .66rem; font-weight: 800; }
.app-post header p { display: grid; flex: 1; margin: 0; line-height: 1.2; }
.app-post header strong { font-size: .58rem; }
.app-post header small { color: #8a8e97; font-size: .43rem; }
.app-post header b { color: #858995; font-size: .53rem; letter-spacing: 1px; }
.app-post > p { margin: 0; padding: 4px 14px 12px; color: #454951; font-size: .54rem; line-height: 1.45; }
.channel-video-frame { position: relative; background: #0d0e11; overflow: hidden; }
.channel-video-frame video { display: block; width: 100%; height: 335px; background: #0d0e11; object-fit: cover; }
.channel-video-control { display: none; }
.js .channel-video-control {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 999px;
	background: rgba(13,14,17,.78);
	box-shadow: 0 8px 24px rgba(0,0,0,.18);
	color: #fff;
	font-family: var(--font-small);
	font-size: .56rem;
	font-weight: 700;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	cursor: pointer;
}
.channel-video-control:hover { background: rgba(13,14,17,.94); }
.channel-video-control:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.channel-video-control__icon { width: 10px; font-size: .58rem; text-align: center; }
.app-post > footer { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 11px; color: #656a74; font-size: .49rem; }
.app-post > footer span:nth-child(2n+1) { margin-left: 9px; font-size: .78rem; }
.app-post > footer span:first-child { margin-left: 0; }

.desktop-app__insights { padding: 16px; border-radius: 14px; background: #fff; }
.desktop-app__insights > p { margin: 0 0 4px; color: #888c95; font-size: .48rem; text-transform: uppercase; letter-spacing: .08em; }
.desktop-app__insights > strong { font-size: .63rem; }
.insight-chart { display: flex; align-items: end; gap: 7px; height: 110px; margin: 18px 0; padding: 0 7px 8px; border-bottom: 1px solid #e5e7eb; }
.insight-chart i { flex: 1; height: 35%; border-radius: 4px 4px 0 0; background: color-mix(in srgb, var(--channel) 45%, #dbe1ea); }
.insight-chart i:nth-child(2) { height: 53%; }
.insight-chart i:nth-child(3) { height: 46%; }
.insight-chart i:nth-child(4) { height: 72%; }
.insight-chart i:nth-child(5) { height: 65%; }
.insight-chart i:nth-child(6) { height: 88%; background: var(--channel); }
.desktop-app__insights ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.desktop-app__insights li { display: flex; justify-content: space-between; padding-bottom: 9px; border-bottom: 1px solid #eef0f3; color: #777b85; font-size: .47rem; }
.desktop-app__insights li b { color: var(--ink); }

/* Realistic iPhone 16 Pro Hardware Frame */
.mobile-app {
	position: absolute;
	right: 48px;
	top: 96px;
	width: 275px;
	border: 9px solid #1d1f27;
	border-radius: 46px;
	background: #fff;
	box-shadow:
		0 0 0 2px #3c3f4c,
		0 0 0 3px #181920,
		0 35px 85px rgba(10, 14, 25, 0.45);
	overflow: hidden;
	z-index: 8;
}
.channel-page--tiktok .mobile-app { background: #0c0c0e; color: #fff; }
.channel-page--x-twitter .mobile-app { background: #101114; color: #fff; }

/* iPhone Dynamic Island Notch */
.mobile-app__speaker {
	position: absolute;
	top: 8px;
	left: 50%;
	z-index: 12;
	width: 76px;
	height: 18px;
	border-radius: 12px;
	background: #000;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
	transform: translateX(-50%);
}

.mobile-app > header { display: flex; align-items: center; justify-content: space-between; height: 54px; padding: 12px 14px 4px; }
.mobile-app > header strong { font-size: .74rem; }
.mobile-app > header div { display: flex; gap: 9px; font-size: .8rem; }
.mobile-app__profile { display: flex; align-items: center; gap: 8px; padding: 9px 12px; }
.mobile-app__profile p { display: grid; flex: 1; margin: 0; line-height: 1.2; }
.mobile-app__profile strong { font-size: .51rem; }
.mobile-app__profile small { color: #858993; font-size: .38rem; }
.mobile-app__profile button { padding: 5px 9px; border: 0; border-radius: 6px; background: var(--channel); color: #fff; font-size: .43rem; font-weight: 700; }
.mobile-app > img { display: block; width: 100%; height: 318px; object-fit: cover; }
.mobile-app__copy { min-height: 92px; padding: 10px 12px; }
.mobile-app__copy > div { display: flex; gap: 12px; font-size: .9rem; }
.mobile-app__copy p { margin: 8px 0 0; font-size: .45rem; line-height: 1.45; }
.mobile-app > footer { display: flex; align-items: center; justify-content: space-around; height: 42px; border-top: 1px solid rgba(128,132,140,.18); font-size: .72rem; }
.mobile-app > footer b { display: grid; place-items: center; width: 28px; height: 20px; border-radius: 6px; background: var(--channel); color: #fff; }

.app-callout { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(16,17,20,.08); border-radius: 13px; background: rgba(255,255,255,.95); box-shadow: 0 14px 38px rgba(22,27,40,.12); font-family: var(--font-small); }
.app-callout i { width: 9px; height: 9px; border-radius: 50%; background: var(--channel); box-shadow: 0 0 0 5px color-mix(in srgb, var(--channel) 18%, transparent); }
.app-callout span { display: grid; color: #858995; font-size: .48rem; line-height: 1.25; }
.app-callout strong { color: var(--ink); font-size: .57rem; }
.app-callout--desktop { left: 32px; bottom: 26px; }
.app-callout--mobile { right: 34px; bottom: 36px; }

.channel-story { background: var(--channel-pale); }
.channel-story__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(60px, 8vw, 130px); }
.channel-story__image { position: relative; margin: 0; }
.channel-story__image::before { content: ""; position: absolute; inset: 25px -25px -25px 25px; border: 1px solid color-mix(in srgb, var(--channel) 30%, transparent); border-radius: 34px; }
.channel-story__image > img { position: relative; display: block; width: 100%; min-height: 540px; border-radius: 30px; box-shadow: var(--shadow); object-fit: cover; }
.channel-story figcaption { position: absolute; right: -35px; bottom: 30px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 15px; background: #fff; box-shadow: 0 16px 45px rgba(30,35,50,.14); font-size: .72rem; font-weight: 700; }
.channel-story figcaption .channel-mark { width: 28px; height: 28px; border-radius: 9px; font-size: .7rem; }
.channel-story__copy h2 { margin: 12px 0 24px; font-size: clamp(2.7rem, 4.7vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.channel-story__copy > p:not(.eyebrow) { color: #52555d; font-size: 1.12rem; }
.channel-checks { display: grid; gap: 14px; margin: 32px 0 0; padding: 0; list-style: none; }
.channel-checks li { position: relative; padding-left: 30px; font-size: .78rem; font-weight: 700; }
.channel-checks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--channel); font-size: 1rem; }

.channel-process { background: #fff; }
.channel-process .section-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.channel-process .section-heading h2 { max-width: 700px; margin: 12px 0 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.channel-process .section-heading--split > p { max-width: 450px; margin: 0 0 8px; color: var(--muted); }
.channel-process__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 78px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.channel-process__list li { padding: 28px 30px 0 0; }
.channel-process__list li > span { color: var(--channel); font-size: .72rem; font-weight: 700; }
.channel-process__list h3 { margin: 50px 0 12px; font-size: 1.25rem; letter-spacing: -.035em; }
.channel-process__list p { margin: 0; color: var(--muted); font-size: .88rem; }

.channel-switcher { background: #f4f5f7; }
.channel-switcher .section-heading { max-width: 840px; }
.channel-switcher__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 58px; }
.channel-switcher__card { display: flex; align-items: center; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; text-decoration: none; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.channel-switcher__card:hover { transform: translateY(-4px); border-color: var(--channel); box-shadow: 0 18px 50px rgba(25,30,45,.09); }
.channel-switcher__card.is-current { background: var(--ink); color: #fff; }
.channel-switcher__card > div { display: grid; flex: 1; }
.channel-switcher__card small { color: var(--muted); font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; }
.channel-switcher__card.is-current small { color: #aeb1ba; }
.channel-switcher__card strong { font-size: 1.15rem; }
.channel-switcher__card > i { font-size: 1.4rem; font-style: normal; }
.channel-switcher__card:last-child:nth-child(odd) { grid-column: 1 / -1; }

.channel-final-cta { padding: 0 0 clamp(24px, 3vw, 48px); background: #f4f5f7; }
.channel-final-cta__inner { padding: clamp(62px, 8vw, 110px); border-radius: var(--radius-lg); background: var(--channel); color: #fff; text-align: center; }
.channel-final-cta .eyebrow { color: rgba(255,255,255,.7); }
.channel-final-cta h2 { max-width: 950px; margin: 14px auto 22px; font-size: clamp(3rem, 6vw, 6rem); line-height: .96; letter-spacing: -.065em; }
.channel-final-cta p:not(.eyebrow) { max-width: 650px; margin: 0 auto 34px; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.button--light { background: #fff !important; color: var(--ink) !important; }
.button--light:hover { background: var(--lime) !important; }

/* Channels landing page. */
.channels-index__hero { padding: calc(var(--header-height) + clamp(80px, 10vw, 150px)) 0 clamp(80px, 9vw, 130px); background: radial-gradient(circle at 80% 12%, rgba(91,92,240,.18), transparent 30%), var(--paper); }
.channels-index__hero h1 { max-width: 1050px; margin: 14px 0 28px; font-size: clamp(3.7rem, 7.2vw, 7.5rem); line-height: .92; letter-spacing: -.072em; }
.channels-index__hero > .shell > p:last-child { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.15rem; }
.channels-index__grid-section { background: #fff; }
.channels-index__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.channels-index__card { --channel: var(--electric); display: block; border: 1px solid var(--line); border-radius: 28px; background: #fff; color: var(--ink); overflow: hidden; text-decoration: none; transition: transform .3s ease, box-shadow .3s ease; }
.channels-index__card--facebook { --channel: #1877f2; }
.channels-index__card--instagram { --channel: #d43d84; }
.channels-index__card--linkedin { --channel: #0a66c2; }
.channels-index__card--tiktok { --channel: #17171b; }
.channels-index__card--x-twitter { --channel: #101114; grid-column: 1 / -1; display: grid; grid-template-columns: 1.12fr .88fr; }
.channels-index__card--x-twitter .channels-index__image { height: 100%; min-height: 430px; }
.channels-index__card--x-twitter .channels-index__content { display: flex; flex-direction: column; justify-content: center; }
.channels-index__card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.channels-index__image { position: relative; height: 360px; overflow: hidden; }
.channels-index__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.28)); }
.channels-index__image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.channels-index__card:hover .channels-index__image > img { transform: scale(1.035); }
.channels-index__image .channel-mark { position: absolute; right: 24px; bottom: 22px; z-index: 1; }
.channels-index__content { padding: 30px 34px 36px; }
.channels-index__content > p { margin: 0 0 6px; color: var(--channel); font-size: .66rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.channels-index__content h2 { margin: 0 0 12px; font-size: 2.4rem; letter-spacing: -.055em; }
.channels-index__content > span { display: block; min-height: 56px; color: var(--muted); }
.channels-index__content strong { display: flex; justify-content: space-between; margin-top: 28px; font-size: .76rem; }
.channels-index__content strong i { color: var(--channel); font-size: 1.1rem; font-style: normal; transition: transform .25s ease; }
.channels-index__card:hover strong i { transform: translateX(5px); }

@media (max-width: 1080px) {
	.channel-hero__grid { grid-template-columns: 1fr; }
	.channel-hero__copy { max-width: 780px; }
	.channel-visual { width: min(760px, 100%); min-height: 630px; margin-inline: auto; }
	.channel-process__list { grid-template-columns: repeat(2, 1fr); gap: 46px 24px; }
	.channel-app-stage { min-height: 720px; padding: 50px 42px 68px; }
	.desktop-app { width: calc(100% - 120px); }
	.desktop-app__topbar { grid-template-columns: 145px 1fr 100px; }
	.desktop-app__workspace { grid-template-columns: 110px minmax(310px, 1fr); }
	.desktop-app__insights { display: none; }
	.mobile-app { right: 35px; }
}

@media (max-width: 782px) {
	.section-pad { padding-block: 88px; }
	.channel-hero { min-height: auto; padding-top: calc(var(--header-height) + 60px); }
	.channel-hero h1 { font-size: clamp(3.3rem, 13vw, 5.3rem); }
	.channel-visual { min-height: 570px; }
	.channel-feature-grid,
	.channel-story__grid,
	.channel-process .section-heading--split,
	.channel-app-showcase .section-heading--split,
	.channels-index__grid { grid-template-columns: 1fr; }
	.channels-index__card--x-twitter { grid-column: auto; display: block; }
	.channels-index__card--x-twitter .channels-index__image { height: 320px; min-height: 0; }
	.channel-story__grid { gap: 80px; }
	.channel-story__image > img { min-height: 440px; }
	.channel-story figcaption { right: 18px; }
	.channel-switcher__grid { grid-template-columns: 1fr; }
	.channel-switcher__card:last-child:nth-child(odd) { grid-column: auto; }
	.channels-index__image { height: 320px; }
	.channel-app-showcase .section-heading--split { gap: 26px; }
	.channel-app-stage { min-height: 690px; margin-top: 54px; padding: 38px 24px 60px; }
	.desktop-app { width: calc(100% - 75px); }
	.desktop-app__topbar { grid-template-columns: 1fr 1fr; }
	.desktop-app__tools { display: none; }
	.desktop-app__workspace { grid-template-columns: 74px minmax(280px, 1fr); padding: 12px; }
	.desktop-app__sidebar { padding: 5px; }
	.desktop-app__sidebar a { justify-content: center; padding: 9px 4px; }
	.desktop-app__sidebar a { font-size: 0; }
	.desktop-app__sidebar span { font-size: .75rem; }
	.mobile-app { right: 16px; top: 132px; width: 232px; }
	.channel-video-frame video { height: 300px; }
	.app-callout--desktop { left: 14px; }
}

@media (max-width: 560px) {
	.channel-breadcrumb { margin-bottom: 25px; }
	.channel-hero__grid { gap: 54px; }
	.channel-hero__copy,
	.channels-index__hero > .shell,
	.channel-features .section-heading,
	.channel-app-showcase .section-heading,
	.channel-process .section-heading,
	.channel-switcher .section-heading,
	.channel-story__copy { text-align: center; }
	.channel-breadcrumb,
	.channel-hero__copy > p,
	.channels-index__hero > .shell > p:last-child,
	.channel-process .section-heading--split > p,
	.channel-app-showcase .section-heading--split > p,
	.channel-story__copy > p:not(.eyebrow) { margin-inline: auto; }
	.channel-hero .button-row { align-items: stretch; flex-direction: column; }
	.channel-hero .button { text-align: center; }
	.channel-hero .text-link { justify-content: center; }
	.channel-outcomes { grid-template-columns: 1fr; gap: 15px; }
	.channel-outcomes li { display: grid; grid-template-columns: 68px 1fr; align-items: baseline; }
	.channel-visual { min-height: 490px; }
	.channel-visual__wash { inset: 3% -25% 0; }
	.composer-card { top: 35px; width: 88%; }
	.composer-card__body { grid-template-columns: 42px 1fr; min-height: 275px; }
	.composer-card__draft { padding: 12px; }
	.composer-card__draft img { height: 145px; }
	.social-preview-card { width: 57%; bottom: 8px; }
	.channel-note--top { right: 0; }
	.channel-note--bottom { display: none; }
	.channel-feature-grid { grid-template-columns: 1fr; }
	.channel-feature-card { min-height: 250px; padding: 30px 24px; }
	.channel-feature-card h3 { margin-top: 38px; }
	.channel-app-stage { min-height: 650px; margin-inline: calc((100vw - var(--shell)) / -2); padding: 28px 12px 58px; border-radius: 0; }
	.desktop-app { width: 95%; border-radius: 16px; }
	.desktop-app__topbar { grid-template-columns: 1fr; height: 52px; padding: 0 14px; }
	.desktop-app__search { display: none; }
	.desktop-app__workspace { grid-template-columns: 42px minmax(250px, 1fr); gap: 8px; min-height: 430px; padding: 8px; }
	.desktop-app__sidebar { gap: 3px; }
	.channel-video-frame video { height: 230px; }
	.js .channel-video-control { right: auto; bottom: 8px; left: 8px; min-height: 30px; padding: 6px 9px; }
	.mobile-app { top: 180px; right: 10px; width: 190px; border-width: 5px; border-radius: 29px; }
	.mobile-app > img { height: 225px; }
	.mobile-app__profile { padding: 7px 8px; }
	.mobile-app__profile .channel-avatar { width: 24px; height: 24px; }
	.mobile-app__profile button { display: none; }
	.mobile-app__copy { min-height: 78px; padding: 8px; }
	.mobile-app > footer { height: 34px; }
	.app-callout { display: none; }
	.channel-story__image::before { inset: 15px -10px -15px 12px; }
	.channel-story__image > img { min-height: 340px; }
	.channel-story figcaption { right: 10px; bottom: 14px; max-width: calc(100% - 20px); }
	.channel-process__list { grid-template-columns: 1fr; gap: 34px; }
	.channel-process__list h3 { margin-top: 22px; }
	.channel-checks { width: min(100%, 340px); margin-inline: auto; text-align: left; }
	.channel-final-cta__inner { padding: 60px 24px; border-radius: 28px; }
	.channels-index__hero h1 { font-size: clamp(3.35rem, 15vw, 5rem); }
	.channels-index__image { height: 240px; }
	.channels-index__card--x-twitter .channels-index__image { height: 240px; }
	.channels-index__content { padding: 25px 24px 30px; }
}

@media (prefers-reduced-motion: reduce) {
	.composer-card,
	.social-preview-card { transform: none !important; }
	.channels-index__card,
	.channels-index__image img,
	.channel-feature-card::after,
	.channel-switcher__card { transition: none; }
}
