@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400..950&display=swap");

:root {
	--ks-bg: #faf8f5;
	--ks-paper: #ffffff;
	--ks-cream: #fff4e2;
	--ks-ink: #3b2520;
	--ks-muted: #6a5a52;
	--ks-line: rgba(59, 37, 32, 0.1);
	--ks-red: #d84a3a;
	--ks-red-dark: #c13d2e;
	--ks-gold: #d4af37;
	--ks-dark: #2a1a16;
	--ks-radius-xl: 32px;
	--ks-radius-lg: 24px;
	--ks-shadow: 0 28px 80px rgba(59, 37, 32, 0.12);
	--ks-soft-shadow: 0 18px 50px rgba(59, 37, 32, 0.08);
	--ks-container: 1280px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.kidstar-make-body {
	margin: 0;
	background:
		radial-gradient(circle at 15% 10%, rgba(216, 74, 58, 0.08), transparent 26rem),
		radial-gradient(circle at 88% 3%, rgba(212, 175, 55, 0.15), transparent 25rem),
		var(--ks-bg);
	color: var(--ks-ink);
	font-family: "Nunito Sans", "Satoshi", "Aptos", "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.kidstar-make-body a {
	color: inherit;
	text-decoration: none;
}

body.kidstar-make-body img {
	display: block;
	max-width: 100%;
}

.kidstar-make-site {
	min-height: 100vh;
	background: transparent;
}

.kidstar-skip-link {
	position: fixed;
	top: 16px;
	left: 16px;
	z-index: 9999;
	transform: translateY(-160%);
	border-radius: 999px;
	background: var(--ks-ink);
	color: #fff;
	padding: 10px 16px;
	font-weight: 900;
}

.kidstar-skip-link:focus {
	transform: none;
}

.kidstar-make-header {
	position: sticky;
	top: 0;
	z-index: 90;
	border-bottom: 1px solid rgba(59, 37, 32, 0.08);
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(18px);
	box-shadow: 0 8px 30px rgba(59, 37, 32, 0.04);
}

.admin-bar .kidstar-make-header {
	top: 32px;
}

.kidstar-make-header__inner,
.kidstar-make-footer__inner,
.kidstar-make-footer__bottom,
.kidstar-page > .kidstar-home-stage,
.kidstar-page > .kidstar-home-proof-strip,
.kidstar-page > .kidstar-section,
.kidstar-page > .kidstar-hero-shell,
.kidstar-page > .kidstar-cta-strip,
.kidstar-page > .kidstar-home-story,
.kidstar-page > .kidstar-home-spectrum,
.kidstar-page > .kidstar-home-procurement,
.kidstar-page > .kidstar-home-brief,
.kidstar-page > .kidstar-home-finale {
	width: min(calc(100% - 48px), var(--ks-container));
	margin-inline: auto;
}

.kidstar-make-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	gap: 28px;
}

.kidstar-make-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 950;
	letter-spacing: -0.045em;
	color: var(--ks-ink);
}

.kidstar-make-brand__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent),
		var(--ks-red);
	color: #fff;
	box-shadow: 0 14px 32px rgba(216, 74, 58, 0.28);
	font-family: "Cooper Black", "Recoleta", Georgia, serif;
	font-size: 1.25rem;
	line-height: 1;
}

.kidstar-make-brand__text {
	font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.kidstar-make-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(16px, 2vw, 36px);
	color: var(--ks-muted);
	font-size: 0.95rem;
	font-weight: 850;
}

.kidstar-make-nav a {
	transition: color 180ms ease, transform 180ms ease, background 180ms ease;
}

.kidstar-make-nav a:hover {
	color: var(--ks-red);
}

.kidstar-make-nav__cta,
.kidstar-button,
.kidstar-post-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	font-weight: 950;
	line-height: 1;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.kidstar-make-nav__cta,
.kidstar-button--primary {
	background: var(--ks-red);
	color: #fff !important;
	box-shadow: 0 16px 36px rgba(216, 74, 58, 0.25);
}

.kidstar-make-nav__cta {
	padding: 13px 22px;
}

.kidstar-make-nav__cta:hover,
.kidstar-button--primary:hover {
	background: var(--ks-red-dark);
	transform: translateY(-2px);
}

.kidstar-make-main {
	background: transparent;
}

.kidstar-page {
	position: relative;
	overflow: hidden;
	background: transparent;
}

.kidstar-page p {
	color: var(--ks-muted);
}

.kidstar-page h1,
.kidstar-page h2,
.kidstar-page h3 {
	margin: 0;
	color: var(--ks-ink);
	font-weight: 920;
	letter-spacing: -0.052em;
	line-height: 1.06;
}

.kidstar-page h1 {
	font-size: clamp(3rem, 6vw, 6.4rem);
}

.kidstar-page h2 {
	font-size: clamp(2.25rem, 4vw, 4.6rem);
}

.kidstar-page h3 {
	font-size: clamp(1.35rem, 2vw, 2rem);
}

.kidstar-eyebrow,
.kidstar-home-spectrum-card__label,
.kidstar-home-spectrum-feature__eyebrow,
.kidstar-route-card__eyebrow {
	margin: 0 0 14px;
	color: var(--ks-red) !important;
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.kidstar-lead {
	max-width: 760px;
	font-size: clamp(1.08rem, 1.8vw, 1.35rem);
	font-weight: 650;
	line-height: 1.7;
	color: var(--ks-muted);
}

.kidstar-cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.kidstar-button {
	min-height: 54px;
	padding: 17px 26px;
	font-size: 1rem;
}

.kidstar-button--secondary {
	border: 1px solid var(--ks-line);
	background: var(--ks-paper);
	color: var(--ks-ink);
	box-shadow: 0 10px 26px rgba(59, 37, 32, 0.06);
}

.kidstar-button--secondary:hover,
.kidstar-button--ghost:hover,
.kidstar-post-link:hover {
	transform: translateY(-2px);
	background: var(--ks-ink);
	color: #fff;
}

.kidstar-button--ghost {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: inherit;
}

.kidstar-button--disabled {
	opacity: 0.6;
	pointer-events: none;
}

.kidstar-home-stage {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
	align-items: center;
	gap: clamp(36px, 6vw, 86px);
	padding: clamp(56px, 7vw, 96px) 0;
}

.kidstar-page--home .kidstar-home-hero {
	display: grid;
}

.kidstar-home-stage__copy {
	position: relative;
	z-index: 2;
}

.kidstar-home-stage__pill,
.kidstar-topic-chip,
.kidstar-topic-chips a,
.kidstar-topic-chips span:not(.kidstar-topic-chip) {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	border: 1px solid var(--ks-line);
	border-radius: 999px;
	background: rgba(59, 37, 32, 0.05);
	color: var(--ks-ink);
	padding: 10px 16px;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kidstar-home-stage__pill {
	margin-bottom: 26px;
}

.kidstar-page--home .kidstar-home-stage__copy h1,
.kidstar-page--home .kidstar-home-hero__copy h1 {
	max-width: 15.5ch;
	font-size: clamp(2.8rem, 4.85vw, 5.55rem);
}

.kidstar-home-stage__accent {
	display: block;
	max-width: none;
	color: var(--ks-red);
	font-family: "Cooper Black", "Recoleta", Georgia, serif;
	font-style: italic;
	font-weight: 900;
	letter-spacing: -0.045em;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.kidstar-home-stage__copy > .kidstar-lead {
	margin: 26px 0 0;
}

.kidstar-home-stage__copy > .kidstar-cta-row {
	margin-top: 32px;
}

.kidstar-home-stage__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 42px;
	padding-top: 30px;
	border-top: 1px solid var(--ks-line);
}

.kidstar-home-stage__stats article {
	min-width: 98px;
	border-right: 1px solid var(--ks-line);
	padding-right: 24px;
}

.kidstar-home-stage__stats article:last-child {
	border-right: 0;
}

.kidstar-home-stage__stats strong {
	display: block;
	color: var(--ks-ink);
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 950;
	line-height: 1;
}

.kidstar-home-stage__stats span {
	display: block;
	margin-top: 8px;
	color: var(--ks-muted);
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.kidstar-home-stage__proofline,
.kidstar-topic-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.kidstar-home-stage__proofline span {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: #fff;
	padding: 8px 13px;
	color: var(--ks-ink);
	font-size: 0.75rem;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(59, 37, 32, 0.05);
}

.kidstar-home-meter-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.kidstar-home-meter-card {
	border: 1px solid var(--ks-line);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.72);
	padding: 18px;
	box-shadow: 0 12px 30px rgba(59, 37, 32, 0.05);
}

.kidstar-home-meter-card strong {
	display: block;
	color: var(--ks-ink);
	font-size: 0.95rem;
	font-weight: 950;
}

.kidstar-home-meter-card span {
	display: block;
	margin-top: 8px;
	color: var(--ks-muted);
	font-size: 0.86rem;
	line-height: 1.5;
}

.kidstar-home-stage__visual,
.kidstar-hero-media {
	position: relative;
}

.kidstar-home-stage__visual--hero {
	min-height: 560px;
}

.kidstar-home-stage__hero-shot,
.kidstar-media-frame,
.kidstar-hero-media .kidstar-media-frame {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: var(--ks-radius-xl);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 244, 226, 0.78)),
		var(--ks-paper);
	box-shadow: var(--ks-shadow);
}

.kidstar-home-stage__hero-shot {
	min-height: 560px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(24px, 4vw, 48px);
}

.kidstar-home-stage__hero-shot--image {
	padding: 0;
	background: #fff3df;
}

.kidstar-home-stage__hero-shot::before,
.kidstar-hero-media .kidstar-media-frame::before,
.kidstar-media-frame::before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: calc(var(--ks-radius-xl) - 10px);
	pointer-events: none;
}

.kidstar-home-stage__hero-shot img,
.kidstar-media-frame img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kidstar-home-stage__hero-shot img {
	max-height: 470px;
	filter: drop-shadow(0 26px 30px rgba(59, 37, 32, 0.16));
}

.kidstar-home-stage__hero-shot--image img {
	max-height: none;
	object-fit: cover;
	filter: none;
}

.kidstar-home-stage__facility-card {
	position: absolute;
	left: -26px;
	bottom: -26px;
	z-index: 2;
	max-width: 310px;
	border: 1px solid var(--ks-line);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.94);
	padding: 26px;
	box-shadow: 0 24px 60px rgba(59, 37, 32, 0.16);
}

.kidstar-home-stage__facility-card h2 {
	font-size: 1.32rem;
	letter-spacing: -0.035em;
}

.kidstar-home-stage__facility-label {
	margin: 0 0 8px;
	color: var(--ks-red) !important;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.kidstar-home-proof-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--ks-dark);
	box-shadow: var(--ks-shadow);
}

.kidstar-home-proof-strip article {
	display: flex;
	min-height: 118px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding: 24px;
	text-align: center;
}

.kidstar-home-proof-strip article:last-child {
	border-right: 0;
}

.kidstar-home-proof-strip strong {
	color: var(--ks-gold);
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 950;
	line-height: 1;
}

.kidstar-home-proof-strip span {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kidstar-home-proof-strip__cta {
	background: var(--ks-red);
}

.kidstar-home-proof-strip__cta strong {
	color: #fff;
}

.kidstar-section,
.kidstar-home-story,
.kidstar-home-spectrum,
.kidstar-home-procurement,
.kidstar-home-brief,
.kidstar-cta-strip,
.kidstar-hero-shell {
	padding-block: clamp(72px, 8vw, 120px);
}

.kidstar-section-heading {
	max-width: 820px;
	margin-bottom: 46px;
}

.kidstar-section-heading > p:last-child {
	margin-top: 18px;
}

.kidstar-home-story .kidstar-section-heading,
.kidstar-home-spectrum .kidstar-section-heading {
	text-align: center;
	margin-inline: auto;
}

.kidstar-home-story-card,
.kidstar-card,
.kidstar-route-card,
.kidstar-home-step-card,
.kidstar-home-spec-card,
.kidstar-intake-card {
	border: 1px solid var(--ks-line);
	border-radius: var(--ks-radius-xl);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: var(--ks-soft-shadow);
}

.kidstar-home-story-grid,
.kidstar-card-grid,
.kidstar-home-spec-grid,
.kidstar-post-grid,
.kidstar-route-grid,
.kidstar-intake-grid {
	display: grid;
	gap: 24px;
}

.kidstar-home-story-grid,
.kidstar-card-grid--3,
.kidstar-post-grid,
.kidstar-intake-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kidstar-card-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kidstar-card-grid--2,
.kidstar-home-story-board,
.kidstar-home-brief,
.kidstar-article-layout,
.kidstar-hero-shell {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 58px);
}

.kidstar-home-story-card,
.kidstar-card,
.kidstar-route-card,
.kidstar-home-step-card,
.kidstar-home-spec-card,
.kidstar-intake-card {
	padding: clamp(24px, 3vw, 38px);
}

.kidstar-card > *:first-child,
.kidstar-route-card > *:first-child,
.kidstar-home-story-card > *:first-child {
	margin-top: 0;
}

.kidstar-card p,
.kidstar-route-card p,
.kidstar-home-story-card p {
	margin-bottom: 0;
}

.kidstar-card h3,
.kidstar-route-card h3,
.kidstar-home-story-card h3 {
	margin-bottom: 14px;
}

.kidstar-media-frame {
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(20px, 3vw, 36px);
}

.kidstar-home-spectrum-card .kidstar-media-frame,
.kidstar-card--category .kidstar-media-frame,
.kidstar-post-card__media {
	background:
		radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.98), rgba(255, 244, 226, 0.74) 56%, rgba(216, 74, 58, 0.08)),
		var(--ks-cream);
}

.kidstar-home-spectrum-card .kidstar-media-frame img,
.kidstar-card--category .kidstar-media-frame img {
	max-width: 112%;
	max-height: 112%;
	filter: drop-shadow(0 18px 20px rgba(59, 37, 32, 0.11));
}

.kidstar-media-frame--square {
	aspect-ratio: 1;
	min-height: auto;
}

.kidstar-media-frame--tall {
	min-height: clamp(420px, 42vw, 560px);
}

.kidstar-media-frame--contain,
.kidstar-media-frame--product {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(18px, 3vw, 38px);
}

.kidstar-media-frame--contain img,
.kidstar-media-frame--product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kidstar-home-spectrum-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr);
	align-items: start;
	gap: clamp(18px, 2.2vw, 28px);
}

.kidstar-home-spectrum-feature {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	border: 1px solid var(--ks-line);
	border-radius: var(--ks-radius-xl);
	background: var(--ks-paper);
	padding: clamp(22px, 2.8vw, 34px);
	box-shadow: var(--ks-soft-shadow);
}

.kidstar-home-spectrum-side {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: clamp(18px, 2.2vw, 28px);
}

.kidstar-home-spectrum-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--ks-line);
	border-radius: var(--ks-radius-xl);
	background: var(--ks-paper);
	padding: clamp(20px, 2.2vw, 28px);
	align-self: stretch;
	box-shadow: var(--ks-soft-shadow);
}

.kidstar-home-spectrum-card .kidstar-media-frame,
.kidstar-home-spectrum-feature .kidstar-media-frame,
.kidstar-card--category .kidstar-media-frame {
	margin: -4px -4px 24px;
	box-shadow: none;
}

.kidstar-home-spectrum-feature .kidstar-media-frame {
	aspect-ratio: 1.12 / 1;
	min-height: 390px;
}

.kidstar-home-spectrum-card .kidstar-media-frame {
	min-height: 190px;
}

.kidstar-home-spectrum-card p:last-child {
	margin-bottom: 0;
}

.kidstar-home-spectrum-card .kidstar-post-link,
.kidstar-home-spectrum-feature .kidstar-post-link {
	margin-top: auto;
	width: fit-content;
}

.kidstar-home-spectrum--matrix {
	position: relative;
	overflow: hidden;
	border-radius: clamp(34px, 5vw, 72px);
	background:
		radial-gradient(circle at 8% 8%, rgba(255, 210, 92, 0.32), transparent 28%),
		radial-gradient(circle at 90% 18%, rgba(127, 207, 157, 0.2), transparent 30%),
		linear-gradient(135deg, #321d18 0%, #5b2e26 46%, #d84a3a 100%);
	color: #fff;
	padding: clamp(56px, 7vw, 92px);
	box-shadow: 0 34px 90px rgba(59, 37, 32, 0.18);
}

.kidstar-home-spectrum--matrix::before {
	content: "";
	position: absolute;
	inset: 18px;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: clamp(24px, 4vw, 56px);
}

.kidstar-home-spectrum--matrix .kidstar-section-heading {
	position: relative;
	z-index: 1;
	max-width: 980px;
	margin-bottom: clamp(34px, 5vw, 58px);
	color: #fff;
}

.kidstar-home-spectrum--matrix .kidstar-eyebrow {
	color: rgba(255, 214, 119, 0.94);
}

.kidstar-home-spectrum--matrix .kidstar-section-heading h2 {
	color: #fff;
}

.kidstar-home-spectrum--matrix .kidstar-lead {
	color: rgba(255, 248, 237, 0.76);
}

.kidstar-home-spectrum__badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.kidstar-home-spectrum__badges span {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px 14px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kidstar-home-spectrum-showcase {
	position: relative;
	z-index: 1;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	align-items: stretch;
}

.kidstar-home-spectrum-feature--hero {
	position: relative;
	overflow: hidden;
	grid-template-columns: 1fr;
	align-items: stretch;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 238, 0.9)),
		var(--ks-paper);
	color: var(--ks-ink);
}

.kidstar-home-spectrum-feature--hero .kidstar-media-frame {
	min-height: clamp(260px, 26vw, 360px);
	margin: 0;
	border-radius: 30px;
	padding: clamp(8px, 1.4vw, 16px);
	background:
		radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.96), rgba(255, 226, 160, 0.64) 58%, rgba(216, 74, 58, 0.12)),
		#fff2d7;
}

.kidstar-home-spectrum-feature--hero .kidstar-media-frame img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: clamp(230px, 23vw, 330px);
	object-fit: contain;
	filter: drop-shadow(0 22px 30px rgba(59, 37, 32, 0.16));
	transform: scale(1.18);
}

.kidstar-home-spectrum-feature__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
}

.kidstar-home-spectrum-feature__copy .kidstar-post-link {
	margin-top: auto;
}

.kidstar-home-spectrum-feature__ribbon {
	position: absolute;
	right: clamp(18px, 3vw, 34px);
	bottom: clamp(18px, 3vw, 34px);
	display: grid;
	max-width: 250px;
	gap: 4px;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.82);
	padding: 14px 16px;
	box-shadow: 0 18px 42px rgba(59, 37, 32, 0.14);
	backdrop-filter: blur(12px);
}

.kidstar-home-spectrum-feature__ribbon strong {
	color: var(--ks-red);
	font-size: 0.76rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kidstar-home-spectrum-feature__ribbon span {
	color: var(--ks-muted);
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1.35;
}

.kidstar-home-spectrum-routes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.kidstar-home-spectrum-route {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(138px, auto);
	align-items: center;
	gap: 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.1);
	padding: clamp(18px, 2vw, 24px);
	box-shadow: 0 18px 44px rgba(25, 13, 10, 0.12);
	backdrop-filter: blur(14px);
}

.kidstar-home-spectrum-route__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 20px;
	background: #fff;
	color: var(--ks-ink);
	font-size: 0.9rem;
	font-weight: 950;
	letter-spacing: -0.02em;
	box-shadow: inset 0 -10px 20px rgba(216, 74, 58, 0.08);
}

.kidstar-home-spectrum-route .kidstar-home-spectrum-card__label {
	margin-bottom: 6px;
	color: rgba(255, 218, 128, 0.96);
}

.kidstar-home-spectrum-route h3 {
	margin-bottom: 8px;
	color: #fff;
	font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.kidstar-home-spectrum-route p {
	margin: 0;
	color: rgba(255, 248, 237, 0.74);
}

.kidstar-mini-list {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kidstar-mini-list li {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	padding: 7px 10px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.78rem;
	font-weight: 850;
	white-space: nowrap;
}

.kidstar-home-spectrum-route--amber .kidstar-home-spectrum-route__icon {
	background: linear-gradient(135deg, #fff7bf, #ffca55);
}

.kidstar-home-spectrum-route--rose .kidstar-home-spectrum-route__icon {
	background: linear-gradient(135deg, #ffe0eb, #ff8aa8);
}

.kidstar-home-spectrum-route--mint .kidstar-home-spectrum-route__icon {
	background: linear-gradient(135deg, #e1ffe9, #82d9a9);
}

.kidstar-home-spectrum-route--ink .kidstar-home-spectrum-route__icon {
	background: linear-gradient(135deg, #fff, #ffd966);
	color: #321d18;
}

.kidstar-home-spectrum-brief {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	margin-top: 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.12);
	padding: 18px;
}

.kidstar-home-spectrum-brief span {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	padding: 10px 14px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kidstar-home-spectrum-brief p {
	margin: 0;
	color: rgba(255, 248, 237, 0.78);
	font-weight: 650;
}

.kidstar-home-spectrum-brief .kidstar-button {
	min-width: 176px;
	border-color: rgba(255, 255, 255, 0.42);
	background: #fff;
	color: var(--ks-ink);
}

.kidstar-check-list {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.kidstar-check-list li {
	position: relative;
	padding-left: 26px;
	color: var(--ks-muted);
	font-weight: 650;
}

.kidstar-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--ks-red);
	box-shadow: 0 0 0 5px rgba(216, 74, 58, 0.1);
}

.kidstar-post-link {
	margin-top: 22px;
	border: 1px solid var(--ks-line);
	background: var(--ks-bg);
	padding: 12px 16px;
	color: var(--ks-ink);
	font-size: 0.92rem;
}

.kidstar-home-procurement {
	display: grid;
	grid-template-columns: minmax(240px, 1.35fr) repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.kidstar-home-procurement__lead {
	grid-column: span 1;
	align-self: stretch;
	border-radius: var(--ks-radius-xl);
	background:
		radial-gradient(circle at 85% 0, rgba(216, 74, 58, 0.18), transparent 16rem),
		var(--ks-dark);
	padding: clamp(28px, 4vw, 46px);
	box-shadow: var(--ks-shadow);
}

.kidstar-home-procurement__lead h2,
.kidstar-home-procurement__lead p {
	color: #fff;
}

.kidstar-home-procurement__lead h2 {
	font-size: clamp(2rem, 3.25vw, 3.6rem);
}

.kidstar-home-procurement__lead .kidstar-eyebrow {
	color: var(--ks-gold) !important;
}

.kidstar-home-step-card {
	position: relative;
	overflow: hidden;
}

.kidstar-home-step-card__index,
.kidstar-step-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 20px;
	border-radius: 16px;
	background: var(--ks-red);
	color: #fff;
	font-weight: 950;
}

.kidstar-home-step-card strong {
	display: inline-flex;
	margin-top: 18px;
	border-radius: 999px;
	background: rgba(216, 74, 58, 0.09);
	padding: 8px 12px;
	color: var(--ks-red);
	font-size: 0.8rem;
	font-weight: 950;
}

.kidstar-home-brief {
	align-items: center;
}

.kidstar-home-brief__media {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.kidstar-home-brief__badge {
	grid-column: 1 / -1;
	position: relative;
	z-index: 2;
	width: 100%;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.92);
	padding: 22px;
	box-shadow: var(--ks-soft-shadow);
}

.kidstar-home-brief__badge h3 {
	font-size: 1.35rem;
}

.kidstar-home-spec-grid {
	grid-template-columns: 1fr;
	margin-top: 24px;
}

.kidstar-home-spec-card__head {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 8px;
	color: var(--ks-ink);
	font-weight: 950;
}

.kidstar-home-spec-card__head span {
	border-radius: 999px;
	background: rgba(216, 74, 58, 0.09);
	padding: 5px 10px;
	color: var(--ks-red);
	font-size: 0.76rem;
	text-transform: uppercase;
}

.kidstar-home-finale {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) auto;
	align-items: start;
	gap: 30px;
	margin-bottom: clamp(54px, 7vw, 96px);
	border-radius: 44px;
	background:
		radial-gradient(circle at 12% 6%, rgba(212, 175, 55, 0.17), transparent 18rem),
		radial-gradient(circle at 92% 86%, rgba(216, 74, 58, 0.22), transparent 20rem),
		var(--ks-dark);
	padding: clamp(32px, 5vw, 64px);
	box-shadow: var(--ks-shadow);
	color: #fff;
}

.kidstar-home-finale h2,
.kidstar-home-finale p {
	color: #fff;
}

.kidstar-home-finale .kidstar-eyebrow {
	color: var(--ks-gold) !important;
}

.kidstar-home-finale .kidstar-button--secondary {
	color: var(--ks-ink) !important;
}

.kidstar-home-finale__contact-grid {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	padding-top: 24px;
}

.kidstar-home-finale__contact-grid article {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.06);
	padding: 20px;
}

.kidstar-home-finale__contact-grid span {
	display: block;
	margin-bottom: 8px;
	color: var(--ks-gold);
	font-size: 0.7rem;
	font-weight: 950;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.kidstar-home-finale__contact-grid strong {
	display: block;
	color: #fff;
	font-weight: 950;
}

.kidstar-home-finale__contact-grid p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.68);
}

.kidstar-cta-strip {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) auto;
	align-items: center;
	gap: 28px;
	margin-bottom: clamp(48px, 7vw, 90px);
	border-radius: 44px;
	background:
		radial-gradient(circle at 12% 10%, rgba(212, 175, 55, 0.18), transparent 16rem),
		radial-gradient(circle at 92% 80%, rgba(216, 74, 58, 0.23), transparent 18rem),
		var(--ks-dark);
	padding: clamp(32px, 5vw, 64px);
	box-shadow: var(--ks-shadow);
	color: #fff;
}

.kidstar-cta-strip h2,
.kidstar-cta-strip p {
	color: #fff;
}

.kidstar-cta-strip .kidstar-eyebrow {
	color: var(--ks-gold) !important;
}

.kidstar-cta-strip .kidstar-button--secondary {
	background: #fff;
	color: var(--ks-ink) !important;
}

.kidstar-cta-strip .kidstar-button--ghost {
	color: #fff !important;
}

.kidstar-hero-shell {
	align-items: center;
}

.kidstar-hero-shell--narrow {
	min-height: 560px;
}

.kidstar-hero-shell--contact {
	align-items: stretch;
	min-height: auto;
}

.kidstar-contact-hero-card {
	align-self: center;
	border: 1px solid var(--ks-line);
	border-radius: 38px;
	background:
		radial-gradient(circle at 92% 6%, rgba(216, 74, 58, 0.14), transparent 12rem),
		linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 244, 226, 0.72));
	padding: clamp(28px, 4vw, 46px);
	box-shadow: var(--ks-shadow);
}

.kidstar-contact-hero-card h2 {
	max-width: 11ch;
	font-size: clamp(2rem, 3vw, 3.4rem);
}

.kidstar-contact-hero-card strong {
	display: inline-flex;
	margin-top: 22px;
	border-radius: 999px;
	background: rgba(216, 74, 58, 0.1);
	padding: 10px 14px;
	color: var(--ks-red);
	font-weight: 950;
}

.kidstar-hero-copy h1 .kidstar-hero-accent,
.kidstar-hero-copy h1 span,
.kidstar-section-heading h2 span {
	color: var(--ks-red);
	font-family: "Cooper Black", "Recoleta", Georgia, serif;
	font-style: italic;
}

.kidstar-hero-copy .kidstar-topic-chips {
	margin-block: 24px;
}

.kidstar-hero-media {
	min-height: 420px;
}

.kidstar-hero-media .kidstar-media-frame {
	width: 100%;
	min-height: 500px;
	margin: 0;
}

.kidstar-card--category {
	overflow: hidden;
}

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

.kidstar-route-card {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 244, 226, 0.56)),
		var(--ks-paper);
}

.kidstar-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.kidstar-resource-hub {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(59, 37, 32, 0.08);
	border-radius: clamp(34px, 4vw, 52px);
	background:
		radial-gradient(circle at 10% 18%, rgba(216, 74, 58, 0.1), transparent 17rem),
		radial-gradient(circle at 90% 8%, rgba(212, 175, 55, 0.16), transparent 18rem),
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 244, 226, 0.58));
	padding: clamp(34px, 5vw, 64px);
	box-shadow: 0 24px 70px rgba(59, 37, 32, 0.08);
}

.kidstar-resource-hub__intro {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.76fr);
	gap: clamp(24px, 4vw, 58px);
	align-items: end;
	margin-bottom: clamp(28px, 3.8vw, 46px);
}

.kidstar-resource-hub__intro h2 {
	max-width: 15ch;
	font-size: clamp(2.05rem, 3.3vw, 3.7rem);
	letter-spacing: -0.045em;
	line-height: 1.07;
}

.kidstar-resource-hub__intro .kidstar-lead {
	margin: 0;
	border-left: 3px solid rgba(216, 74, 58, 0.26);
	padding-left: 22px;
	font-size: clamp(1rem, 1.18vw, 1.12rem);
	line-height: 1.72;
}

.kidstar-resource-hub__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 24px);
}

.kidstar-resource-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	min-height: 0;
	padding: clamp(22px, 2.5vw, 30px);
}

.kidstar-resource-card > span {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 17px;
	background: var(--ks-ink);
	color: #fff;
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0.08em;
}

.kidstar-resource-card:nth-child(2) > span {
	background: var(--ks-red);
}

.kidstar-resource-card:nth-child(3) > span {
	background: #2f6f67;
}

.kidstar-resource-card h3 {
	margin-bottom: 8px;
}

.kidstar-resource-card p {
	margin: 0;
}

.kidstar-resource-card .kidstar-post-link {
	margin-top: 18px;
	min-height: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
	color: var(--ks-red);
	font-size: 0.9rem;
}

.kidstar-resource-card .kidstar-post-link::after {
	content: "→";
}

.kidstar-resource-hub .kidstar-cta-row {
	margin-top: clamp(22px, 3vw, 36px);
}

.kidstar-topic-chips--counted {
	gap: 12px;
}

.kidstar-topic-chip {
	flex-direction: column;
	align-items: flex-start;
	min-width: 130px;
	padding: 13px 16px;
}

.kidstar-topic-chip strong {
	color: var(--ks-ink);
	font-size: 0.78rem;
	line-height: 1.2;
}

.kidstar-topic-chip em {
	color: var(--ks-red);
	font-style: normal;
	font-size: 1.1rem;
	line-height: 1;
}

.kidstar-featured-post {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 30px;
	padding: 20px;
}

.kidstar-featured-post__media,
.kidstar-post-card__media {
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border-radius: 26px;
	background: linear-gradient(145deg, var(--ks-cream), #fff);
}

.kidstar-featured-post__media {
	min-height: 360px;
}

.kidstar-featured-post__media img,
.kidstar-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 18px;
}

.kidstar-featured-post__copy,
.kidstar-post-card__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.kidstar-post-card {
	overflow: hidden;
	padding: 18px;
}

.kidstar-post-card__media {
	aspect-ratio: 4 / 3;
	margin-bottom: 20px;
}

.kidstar-post-meta,
.kidstar-post-author {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--ks-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.kidstar-post-tag {
	border-radius: 999px;
	background: rgba(216, 74, 58, 0.1);
	padding: 5px 9px;
	color: var(--ks-red);
	font-weight: 950;
}

.kidstar-blog-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border-radius: 28px;
	background: #fff;
	padding: 20px 24px;
	box-shadow: var(--ks-soft-shadow);
}

.kidstar-shell-note {
	margin: 0;
	border-radius: 999px;
	background: rgba(59, 37, 32, 0.06);
	padding: 9px 13px;
	color: var(--ks-ink) !important;
	font-size: 0.8rem;
	font-weight: 950;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.nav-links a,
.nav-links span {
	border-radius: 999px;
	background: #fff;
	padding: 9px 13px;
	box-shadow: 0 8px 20px rgba(59, 37, 32, 0.06);
	font-weight: 850;
}

.kidstar-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: min(calc(100% - 48px), var(--ks-container));
	margin: 36px auto 0;
	color: var(--ks-muted);
	font-size: 0.85rem;
	font-weight: 850;
}

.kidstar-article-layout {
	width: min(calc(100% - 48px), var(--ks-container));
	margin: 0 auto;
	grid-template-columns: 320px minmax(0, 1fr);
	align-items: start;
}

.kidstar-article-sidebar {
	position: sticky;
	top: 112px;
	display: grid;
	gap: 20px;
}

.kidstar-article-toc ol {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 18px;
}

.kidstar-article-toc a {
	color: var(--ks-muted);
	font-size: 0.92rem;
	font-weight: 750;
}

.kidstar-card--article-media {
	margin: 0 0 24px;
	padding: 18px;
}

.kidstar-card--article-media img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	border-radius: 24px;
	background: var(--ks-cream);
}

.kidstar-card--article-media figcaption {
	margin-top: 12px;
	color: var(--ks-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

.kidstar-card--article-body {
	padding: clamp(28px, 4vw, 52px);
}

.kidstar-article-body {
	font-size: 1.08rem;
	line-height: 1.8;
}

.kidstar-article-body h2,
.kidstar-article-body h3 {
	margin-top: 2em;
	margin-bottom: 0.65em;
}

.kidstar-article-body h2:first-child,
.kidstar-article-body h3:first-child {
	margin-top: 0;
}

.kidstar-article-body p,
.kidstar-article-body li {
	color: var(--ks-muted);
}

.kidstar-article-body a {
	color: var(--ks-red);
	font-weight: 850;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.kidstar-article-neighbors {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.kidstar-article-neighbor {
	border-radius: 22px;
	background: var(--ks-bg);
	padding: 18px;
}

.kidstar-article-neighbor--next {
	text-align: right;
}

.kidstar-intake-grid {
	margin-bottom: 34px;
}

.kidstar-section--center .kidstar-section-heading,
.kidstar-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.kidstar-intake-card {
	position: relative;
	overflow: hidden;
}

.kidstar-intake-card::after {
	content: "";
	position: absolute;
	right: -34px;
	top: -34px;
	width: 112px;
	height: 112px;
	border-radius: 999px;
	background: rgba(216, 74, 58, 0.1);
}

.kidstar-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.78fr);
	align-items: start;
	gap: clamp(24px, 4vw, 52px);
}

.kidstar-section--tinted {
	border-radius: 46px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 244, 226, 0.35));
}

.kidstar-card--form {
	padding: clamp(22px, 3.4vw, 42px);
}

.kidstar-card--form .kidstar-shell-note {
	display: block;
	margin-bottom: 22px;
	border-radius: 32px;
	padding: clamp(20px, 3vw, 34px);
}

.kidstar-card--form .kidstar-shell-note p {
	margin: 0;
}

.kidstar-card--form .kidstar-shell-note h2 {
	margin: 8px 0 10px;
	font-size: clamp(2rem, 3.4vw, 3.6rem);
}

.kidstar-page--contact .kidstar-section--center {
	padding-block: clamp(56px, 6.5vw, 86px);
}

.kidstar-page--contact .kidstar-section--center .kidstar-section-heading {
	margin-bottom: clamp(26px, 3vw, 38px);
}

.kidstar-page--contact .kidstar-section--center .kidstar-section-heading h2 {
	max-width: 17ch;
	font-size: clamp(2.05rem, 3.25vw, 3.55rem);
	line-height: 1.06;
}

.kidstar-page--contact .kidstar-intake-card {
	position: relative;
	overflow: hidden;
	min-height: 300px;
}

.kidstar-page--contact .kidstar-intake-card::after {
	content: "";
	position: absolute;
	right: -46px;
	bottom: -50px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(216, 74, 58, 0.12), transparent 66%);
}

.kidstar-page--contact .kidstar-intake-card strong {
	display: inline-flex;
	margin-top: auto;
	border-top: 1px solid rgba(59, 37, 32, 0.08);
	padding-top: 16px;
	color: var(--ks-red);
	font-size: 0.82rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kidstar-contact-sidebar {
	display: grid;
	gap: 20px;
	position: sticky;
	top: 112px;
}

.kidstar-card--large {
	padding: clamp(24px, 3vw, 38px);
}

.kidstar-card--icon .kidstar-card__icon,
.kidstar-intake-card .kidstar-card__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: rgba(216, 74, 58, 0.08);
	color: var(--ks-red);
	font-size: 1.1rem;
	font-weight: 950;
}

.kidstar-intake-card__eyebrow {
	margin: 0 0 8px;
	color: var(--ks-muted) !important;
	font-size: 0.92rem;
	font-weight: 750;
}

.kidstar-grid-2 {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
	gap: clamp(28px, 4vw, 58px);
}

.kidstar-grid-2--center {
	align-items: center;
}

.kidstar-section--dark {
	border-radius: 44px;
	background:
		radial-gradient(circle at 12% 10%, rgba(212, 175, 55, 0.16), transparent 18rem),
		radial-gradient(circle at 92% 88%, rgba(216, 74, 58, 0.19), transparent 18rem),
		var(--ks-dark);
	padding: clamp(34px, 5vw, 64px);
	color: #fff;
}

.kidstar-section--dark + .kidstar-cta-strip,
.kidstar-cta-strip + .kidstar-resource-hub {
	margin-top: clamp(28px, 4vw, 52px);
}

.kidstar-section--dark h2,
.kidstar-section--dark h3,
.kidstar-section--dark strong {
	color: #fff;
}

.kidstar-section--dark p,
.kidstar-section--dark li,
.kidstar-section--dark a {
	color: rgba(255, 255, 255, 0.72);
}

.kidstar-card--dark {
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.07);
	box-shadow: none;
}

.kidstar-resource-links,
.kidstar-icon-list {
	display: grid;
	gap: 12px;
}

.kidstar-resource-links p,
.kidstar-icon-list p {
	margin: 0;
}

.kidstar-resource-links a {
	display: inline-flex;
	font-weight: 850;
}

.fluentform,
.frm-fluent-form {
	border: 1px solid var(--ks-line);
	border-radius: var(--ks-radius-xl);
	background: rgba(255, 255, 255, 0.92);
	padding: clamp(24px, 4vw, 46px);
	box-shadow: var(--ks-shadow);
}

.fluentform input,
.fluentform textarea,
.fluentform select,
.frm-fluent-form input,
.frm-fluent-form textarea,
.frm-fluent-form select {
	border: 1px solid var(--ks-line) !important;
	border-radius: 16px !important;
	background: var(--ks-bg) !important;
	color: var(--ks-ink) !important;
	padding: 14px 16px !important;
	font: inherit !important;
}

.fluentform button,
.frm-fluent-form button {
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--ks-red) !important;
	color: #fff !important;
	padding: 16px 28px !important;
	font-weight: 950 !important;
	box-shadow: 0 16px 36px rgba(216, 74, 58, 0.25) !important;
}

.kidstar-make-footer {
	background:
		radial-gradient(circle at 12% 0, rgba(216, 74, 58, 0.18), transparent 18rem),
		var(--ks-dark);
	color: #fff;
	padding: 72px 0 28px;
}

.kidstar-make-footer__inner {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, minmax(0, 1fr));
	gap: clamp(30px, 4vw, 58px);
}

.kidstar-make-brand--footer {
	color: #fff;
}

.kidstar-make-footer p,
.kidstar-make-footer a {
	color: rgba(255, 255, 255, 0.62);
}

.kidstar-make-footer h2 {
	margin: 0 0 18px;
	color: var(--ks-red);
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.kidstar-make-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.kidstar-make-footer__badges span {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	padding: 7px 10px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.7rem;
	font-weight: 950;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.kidstar-make-footer__nav {
	display: grid;
	align-content: start;
	gap: 12px;
}

.kidstar-make-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	margin-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 24px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.82rem;
}

.kidstar-make-footer__bottom span {
	margin-right: auto;
}

.site-branding .custom-logo-link {
	display: none !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item:last-child > a {
	border-radius: 999px;
	background: var(--ks-red);
	color: #fff;
	padding-inline: 20px;
}

.footer-html-inner p::before {
	content: "\00A9 2026 KidStarCandy. All rights reserved.";
}

/* Inner page polish: make sales pages read like premium buyer decks, not dense template blocks. */
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-hero-shell {
	grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
	align-items: center;
	min-height: auto;
	border: 1px solid rgba(59, 37, 32, 0.08);
	border-radius: clamp(34px, 4vw, 58px);
	background:
		radial-gradient(circle at 8% 8%, rgba(216, 74, 58, 0.12), transparent 18rem),
		radial-gradient(circle at 92% 12%, rgba(212, 175, 55, 0.18), transparent 18rem),
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 244, 226, 0.62));
	padding: clamp(42px, 6vw, 78px);
	box-shadow: 0 26px 80px rgba(59, 37, 32, 0.09);
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-hero-copy h1 {
	max-width: 12.5ch;
	font-size: clamp(3.05rem, 4.65vw, 5.35rem);
	font-weight: 900;
	letter-spacing: -0.058em;
	line-height: 1.01;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-hero-copy h1 span {
	display: block;
	margin-top: 0.06em;
	font-family: inherit;
	font-size: 0.84em;
	font-style: normal;
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 1.04;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-lead {
	max-width: 680px;
	margin-top: 24px;
	color: rgba(59, 37, 32, 0.72);
	font-size: clamp(1.04rem, 1.35vw, 1.24rem);
	font-weight: 560;
	line-height: 1.78;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section-heading {
	max-width: 760px;
	margin-bottom: clamp(30px, 4vw, 54px);
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.kidstar-section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.74fr);
	align-items: end;
	gap: clamp(22px, 4vw, 54px);
	max-width: none;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section-heading h2 {
	max-width: 21ch;
	font-size: clamp(1.95rem, 3.05vw, 3.25rem);
	font-weight: 900;
	letter-spacing: -0.042em;
	line-height: 1.08;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section-heading--center h2 {
	margin-inline: auto;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section-heading--split h2 {
	max-width: 17ch;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-card,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-route-card,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-step-card,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-intake-card {
	border-color: rgba(59, 37, 32, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 243, 0.82)),
		var(--ks-paper);
	box-shadow: 0 18px 58px rgba(59, 37, 32, 0.07);
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-card h2 {
	font-size: clamp(1.65rem, 2.1vw, 2.45rem);
	font-weight: 900;
	letter-spacing: -0.038em;
	line-height: 1.12;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-card h3,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-route-card h3 {
	font-size: clamp(1.2rem, 1.42vw, 1.55rem);
	font-weight: 880;
	letter-spacing: -0.032em;
	line-height: 1.16;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-card p,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-route-card p,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-check-list li,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-icon-list p {
	color: rgba(59, 37, 32, 0.68);
	font-size: 1rem;
	font-weight: 520;
	line-height: 1.72;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-spec-line {
	display: grid;
	grid-template-columns: minmax(112px, max-content) minmax(0, 1fr);
	gap: 10px 16px;
	align-items: baseline;
	margin-top: 22px;
	border-top: 1px solid rgba(59, 37, 32, 0.08);
	padding-top: 18px;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-spec-line span,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-fact-list span {
	color: rgba(59, 37, 32, 0.52);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-spec-line strong,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-fact-list strong {
	color: var(--ks-ink);
	font-size: 1.02rem;
	font-weight: 850;
	letter-spacing: -0.02em;
	line-height: 1.35;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-fact-list {
	display: grid;
	gap: 0;
	margin-top: 18px;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-fact-list p {
	display: grid;
	grid-template-columns: minmax(98px, max-content) minmax(0, 1fr);
	gap: 12px 18px;
	align-items: baseline;
	margin: 0;
	border-bottom: 1px solid rgba(59, 37, 32, 0.08);
	padding: 14px 0;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-fact-list p:first-child {
	padding-top: 0;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-fact-list p:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.kidstar-page--product .kidstar-section--product-compact {
	padding-block: clamp(54px, 6vw, 88px);
}

.kidstar-page--product .kidstar-section--product-compact .kidstar-card-grid--4 {
	gap: clamp(18px, 2.4vw, 28px);
}

.kidstar-page--product .kidstar-section--product-compact .kidstar-card {
	position: relative;
	overflow: hidden;
	min-height: 190px;
	border-radius: 34px;
	background:
		radial-gradient(circle at 92% 0%, rgba(216, 74, 58, 0.11), transparent 9rem),
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 234, 0.84));
}

.kidstar-page--product .kidstar-section--product-compact .kidstar-card::before {
	content: "";
	display: block;
	width: 42px;
	height: 5px;
	margin-bottom: 24px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ks-red), var(--ks-gold));
}

.kidstar-product-matrix {
	padding: clamp(42px, 6vw, 70px);
}

.kidstar-page--product .kidstar-product-matrix .kidstar-section-heading {
	max-width: 920px;
}

.kidstar-page--product .kidstar-product-matrix .kidstar-section-heading h2 {
	max-width: 18ch;
}

.kidstar-page--product .kidstar-route-card {
	border-radius: 34px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 243, 0.88)),
		var(--ks-paper);
}

.kidstar-product-formats .kidstar-card--category {
	display: flex;
	flex-direction: column;
}

.kidstar-product-formats .kidstar-card--category .kidstar-media-frame {
	min-height: clamp(260px, 24vw, 340px);
	overflow: hidden;
}

.kidstar-product-formats .kidstar-card--category .kidstar-media-frame img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain;
}

.kidstar-product-formats .kidstar-card--category:nth-child(3) .kidstar-media-frame {
	background:
		url("/wp-content/themes/kidstar-kadence-child/assets/images/make/airplane-display.png") center / 74% auto no-repeat,
		radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.98), rgba(255, 244, 226, 0.74) 56%, rgba(216, 74, 58, 0.08)),
		var(--ks-cream);
}

.kidstar-product-formats .kidstar-card--category:nth-child(3) .kidstar-media-frame img {
	opacity: 0;
}

.kidstar-product-formats .kidstar-card--category h3 {
	margin-top: 26px;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-card__icon,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-step-index {
	box-shadow: inset 0 0 0 1px rgba(216, 74, 58, 0.12), 0 12px 28px rgba(216, 74, 58, 0.12);
}

.kidstar-step-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.kidstar-step-grid--6 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kidstar-step-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--ks-line);
	border-radius: var(--ks-radius-xl);
	background: rgba(255, 255, 255, 0.9);
	padding: clamp(22px, 2.6vw, 34px);
	box-shadow: var(--ks-soft-shadow);
}

.kidstar-step-card h3 {
	margin-bottom: 10px;
}

.kidstar-step-card p {
	margin: 0;
}

.kidstar-step-card strong {
	display: inline-flex;
	margin-top: 18px;
	border-radius: 999px;
	background: rgba(216, 74, 58, 0.09);
	padding: 8px 12px;
	color: var(--ks-red);
	font-size: 0.8rem;
	font-weight: 950;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-topic-chips span {
	border-color: rgba(59, 37, 32, 0.1);
	background: rgba(255, 255, 255, 0.72);
	color: rgba(59, 37, 32, 0.66);
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section--dark .kidstar-card--dark {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section--dark p,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section--dark li,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section--dark a {
	color: rgba(255, 255, 255, 0.74);
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section--dark .kidstar-card:not(.kidstar-card--dark) p,
.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section--dark .kidstar-card:not(.kidstar-card--dark) li {
	color: rgba(59, 37, 32, 0.68);
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-hero-media .kidstar-media-frame {
	min-height: clamp(360px, 36vw, 520px);
	border-radius: 34px;
}

.kidstar-section--packaging-showcase {
	padding-top: clamp(78px, 8vw, 128px);
}

.kidstar-packaging-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.82fr);
	gap: clamp(24px, 4vw, 52px);
	align-items: stretch;
}

.kidstar-pack-route-list {
	display: grid;
	gap: 16px;
}

.kidstar-pack-route {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	border: 1px solid rgba(59, 37, 32, 0.08);
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 226, 0.62)),
		var(--ks-paper);
	padding: clamp(22px, 3vw, 34px);
	box-shadow: 0 16px 42px rgba(59, 37, 32, 0.06);
}

.kidstar-pack-route > span {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 18px;
	background: var(--ks-dark);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.08em;
}

.kidstar-pack-route h3 {
	margin: 0 0 8px;
	font-size: clamp(1.22rem, 1.55vw, 1.72rem);
	font-weight: 880;
	letter-spacing: -0.032em;
	line-height: 1.14;
}

.kidstar-pack-route p {
	margin: 0;
	max-width: 62ch;
}

.kidstar-packaging-showcase__visual {
	display: grid;
	grid-template-rows: minmax(280px, 1fr) auto;
	gap: 18px;
	overflow: hidden;
	padding: clamp(18px, 2.5vw, 26px);
}

.kidstar-packaging-showcase__visual .kidstar-media-frame {
	min-height: 320px;
}

.kidstar-packaging-showcase__note {
	border-radius: 24px;
	background: rgba(255, 244, 226, 0.78);
	padding: 20px;
}

.kidstar-packaging-showcase__note strong,
.kidstar-packaging-spectrum-card strong {
	display: inline-flex;
	margin-top: 16px;
	color: var(--ks-red);
	font-size: 0.82rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kidstar-section--packaging-spectrum {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(59, 37, 32, 0.08);
	border-radius: clamp(34px, 4vw, 54px);
	background:
		radial-gradient(circle at 8% 18%, rgba(216, 74, 58, 0.11), transparent 18rem),
		radial-gradient(circle at 92% 12%, rgba(212, 175, 55, 0.2), transparent 20rem),
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 244, 226, 0.74));
	padding: clamp(42px, 5.6vw, 74px);
	box-shadow: 0 22px 70px rgba(59, 37, 32, 0.08);
}

.kidstar-section--packaging-spectrum .kidstar-section-heading {
	align-items: center;
	margin-bottom: clamp(28px, 3.4vw, 42px);
}

.kidstar-section--packaging-spectrum .kidstar-section-heading h2 {
	max-width: 18ch !important;
	font-size: clamp(2.1rem, 3.3vw, 3.65rem) !important;
}

.kidstar-section--packaging-spectrum .kidstar-lead {
	max-width: 540px;
	margin-top: 0 !important;
	border-left: 3px solid rgba(216, 74, 58, 0.28);
	padding-left: 22px;
	font-size: clamp(1rem, 1.18vw, 1.13rem) !important;
	line-height: 1.72 !important;
}

.kidstar-packaging-spectrum {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	counter-reset: pack-route;
}

.kidstar-packaging-spectrum-card {
	position: relative;
	overflow: hidden;
	display: flex;
	min-height: 285px;
	flex-direction: column;
	justify-content: flex-start;
	gap: 12px;
	border-radius: 30px !important;
	padding: clamp(24px, 2.3vw, 32px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.86)),
		var(--ks-paper) !important;
	box-shadow: 0 18px 45px rgba(59, 37, 32, 0.07) !important;
	counter-increment: pack-route;
}

.kidstar-packaging-spectrum-card::before {
	content: counter(pack-route, decimal-leading-zero);
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 10px;
	border-radius: 17px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent),
		var(--ks-ink);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 950;
	letter-spacing: 0.08em;
}

.kidstar-packaging-spectrum-card::after {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 7px;
	background: linear-gradient(90deg, var(--ks-red), #f28f45, var(--ks-gold));
}

.kidstar-packaging-spectrum-card:nth-child(2)::before {
	background: #d84a3a;
}

.kidstar-packaging-spectrum-card:nth-child(3)::before {
	background: #d18a21;
}

.kidstar-packaging-spectrum-card:nth-child(4)::before {
	background: #2f6f67;
}

.kidstar-packaging-spectrum-card h3 {
	max-width: 11ch;
	font-size: clamp(1.32rem, 1.7vw, 1.82rem) !important;
	line-height: 1.12 !important;
}

.kidstar-packaging-spectrum-card p:not(.kidstar-card__label) {
	margin: 0;
	font-size: 0.98rem !important;
	line-height: 1.65 !important;
}

.kidstar-packaging-spectrum-card strong {
	margin-top: auto;
	border-top: 1px solid rgba(59, 37, 32, 0.08);
	padding-top: 16px;
	color: var(--ks-ink);
	letter-spacing: 0.06em;
}

.kidstar-card__label {
	margin: 0 0 16px;
	color: var(--ks-red) !important;
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.kidstar-route-grid > .kidstar-route-card:nth-child(odd):last-child {
	grid-column: span 2;
}

.kidstar-card-grid--2 > .kidstar-card:nth-child(odd):last-child {
	grid-column: span 2;
}

.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-cta-strip h2 {
	max-width: 18ch;
	font-size: clamp(2rem, 3.35vw, 3.75rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

@media (max-width: 1200px) {
	.kidstar-home-stage,
	.kidstar-hero-shell,
	.kidstar-home-brief,
	.kidstar-card-grid--2,
	.kidstar-article-layout,
	.kidstar-section-heading--split,
	.kidstar-packaging-showcase {
		grid-template-columns: 1fr;
	}

	.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-hero-shell {
		grid-template-columns: 1fr;
	}

	.kidstar-page--home .kidstar-home-stage__copy h1,
	.kidstar-page--home .kidstar-home-hero__copy h1 {
		max-width: none;
		font-size: clamp(2.5rem, 7vw, 5rem);
	}

	.kidstar-home-stage__visual--hero,
	.kidstar-home-stage__hero-shot {
		min-height: 460px;
	}

	.kidstar-home-meter-grid,
	.kidstar-home-proof-strip,
	.kidstar-card-grid--4,
	.kidstar-packaging-spectrum,
	.kidstar-step-grid,
	.kidstar-home-procurement,
	.kidstar-home-spectrum-grid,
	.kidstar-home-spectrum-side,
	.kidstar-home-finale,
	.kidstar-make-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kidstar-home-procurement__lead,
	.kidstar-home-spectrum-feature {
		grid-column: span 2;
	}

	.kidstar-home-spectrum-showcase,
	.kidstar-home-spectrum-feature--hero,
	.kidstar-home-spectrum-brief {
		grid-template-columns: 1fr;
	}

	.kidstar-packaging-spectrum-card {
		grid-column: auto;
	}

	.kidstar-packaging-spectrum-card:first-child {
		grid-column: auto;
		min-height: 285px;
	}

	.kidstar-home-spectrum-feature__ribbon {
		position: static;
		max-width: none;
	}

	.kidstar-article-sidebar {
		position: static;
	}

	.kidstar-home-finale__contact-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.admin-bar .kidstar-make-header {
		top: 46px;
	}

	.kidstar-make-header__inner {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 16px;
	}

	.kidstar-make-nav {
		width: 100%;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 6px;
		white-space: nowrap;
	}

	.kidstar-card-grid--3,
	.kidstar-home-story-grid,
	.kidstar-post-grid,
	.kidstar-intake-grid,
	.kidstar-route-grid,
	.kidstar-packaging-spectrum,
	.kidstar-step-grid,
	.kidstar-faq-grid,
	.kidstar-featured-post,
	.kidstar-home-spectrum-feature,
	.kidstar-contact-grid,
	.kidstar-grid-2,
	.kidstar-cta-strip,
	.kidstar-home-finale,
	.kidstar-home-finale__contact-grid {
		grid-template-columns: 1fr;
	}

	.kidstar-home-spectrum-feature,
	.kidstar-home-procurement__lead {
		grid-column: auto;
	}

	.kidstar-home-spectrum--matrix {
		border-radius: 34px;
		padding: 34px 18px;
	}

	.kidstar-home-spectrum-route {
		grid-template-columns: auto minmax(0, 1fr);
		align-items: start;
	}

	.kidstar-home-spectrum-route .kidstar-mini-list {
		grid-column: 2;
		grid-template-columns: repeat(2, minmax(0, max-content));
	}

	.kidstar-cta-strip {
		align-items: start;
	}

	.kidstar-contact-sidebar {
		position: static;
	}

	.kidstar-packaging-spectrum-card:first-child,
	.kidstar-route-grid > .kidstar-route-card:nth-child(odd):last-child,
	.kidstar-card-grid--2 > .kidstar-card:nth-child(odd):last-child {
		grid-column: auto;
	}
}

@media (max-width: 767px) {
	.kidstar-make-header__inner,
	.kidstar-make-footer__inner,
	.kidstar-make-footer__bottom,
	.kidstar-page > .kidstar-home-stage,
	.kidstar-page > .kidstar-home-proof-strip,
	.kidstar-page > .kidstar-section,
	.kidstar-page > .kidstar-hero-shell,
	.kidstar-page > .kidstar-cta-strip,
	.kidstar-page > .kidstar-home-story,
	.kidstar-page > .kidstar-home-spectrum,
	.kidstar-page > .kidstar-home-procurement,
	.kidstar-page > .kidstar-home-brief,
	.kidstar-page > .kidstar-home-finale,
	.kidstar-breadcrumbs,
	.kidstar-article-layout {
		width: min(calc(100% - 28px), var(--ks-container));
	}

	.kidstar-page h1 {
		font-size: clamp(2.35rem, 12vw, 3.45rem);
	}

	.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-hero-shell {
		border-radius: 28px;
		padding: 30px 18px;
	}

	.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-hero-copy h1 {
		max-width: none;
		font-size: clamp(2.35rem, 12vw, 3.65rem);
		letter-spacing: -0.06em;
	}

	.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-section-heading h2 {
		max-width: none;
		font-size: clamp(1.85rem, 9vw, 2.75rem);
	}

	.kidstar-page--home .kidstar-home-stage__copy h1,
	.kidstar-page--home .kidstar-home-hero__copy h1 {
		max-width: none;
		font-size: clamp(2.4rem, 12vw, 3.6rem);
	}

	.kidstar-home-stage,
	.kidstar-section,
	.kidstar-home-story,
	.kidstar-home-spectrum,
	.kidstar-home-procurement,
	.kidstar-home-brief,
	.kidstar-home-finale,
	.kidstar-cta-strip,
	.kidstar-hero-shell {
		padding-block: 54px;
	}

	.kidstar-make-header {
		position: relative;
	}

	.kidstar-make-header__inner {
		gap: 14px;
		padding-block: 12px;
	}

	.kidstar-make-brand__mark {
		width: 34px;
		height: 34px;
		border-radius: 13px;
		font-size: 1rem;
	}

	.kidstar-make-brand__text {
		font-size: 1.1rem;
		letter-spacing: -0.04em;
	}

	.kidstar-home-stage__visual--hero,
	.kidstar-home-stage__hero-shot,
	.kidstar-hero-media .kidstar-media-frame {
		min-height: 330px;
	}

	.kidstar-home-stage__facility-card,
	.kidstar-home-brief__badge {
		position: static;
		margin-top: 16px;
		max-width: none;
		width: 100%;
	}

	.kidstar-home-stage__stats,
	.kidstar-home-proof-strip,
	.kidstar-home-meter-grid,
	.kidstar-card-grid--4,
	.kidstar-resource-hub__intro,
	.kidstar-resource-hub__grid,
	.kidstar-home-procurement,
	.kidstar-home-spectrum-grid,
	.kidstar-home-spectrum-side,
	.kidstar-home-brief__media,
	.kidstar-home-finale,
	.kidstar-home-finale__contact-grid,
	.kidstar-make-footer__inner,
	.kidstar-article-neighbors {
		grid-template-columns: 1fr;
	}

	.kidstar-home-meter-grid {
		display: none;
	}

	.kidstar-resource-hub {
		border-radius: 28px;
		padding: 28px 18px;
	}

	.kidstar-resource-hub__intro .kidstar-lead {
		border-left: 0;
		padding-left: 0;
	}

	.kidstar-resource-card {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.kidstar-home-stage__stats {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		margin-top: 28px;
		padding-top: 18px;
	}

	.kidstar-home-stage__stats article {
		min-width: 0;
		border-right: 0;
		padding: 0;
	}

	.kidstar-home-stage__stats strong {
		font-size: 1.35rem;
	}

	.kidstar-home-stage__stats span {
		font-size: 0.58rem;
	}

	.kidstar-home-proof-strip article {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.kidstar-button,
	.kidstar-cta-row .kidstar-button {
		width: 100%;
	}

	.kidstar-make-nav {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
		gap: 8px;
		overflow: visible;
		padding: 0;
		white-space: normal;
	}

	.kidstar-make-nav a {
		border-radius: 999px;
		background: rgba(59, 37, 32, 0.05);
		padding: 8px 10px;
		text-align: center;
		font-size: 0.72rem;
	}

	.kidstar-make-nav .kidstar-make-nav__cta {
		width: auto;
		background: var(--ks-red);
		color: #fff !important;
		box-shadow: 0 10px 24px rgba(216, 74, 58, 0.18);
	}

	.kidstar-home-stage {
		gap: 28px;
	}

	.kidstar-home-stage__copy > .kidstar-lead {
		margin-top: 18px;
	}

	.kidstar-home-stage__copy > .kidstar-cta-row {
		margin-top: 22px;
	}

	.kidstar-home-stage__hero-shot {
		padding: 18px;
		border-radius: 24px;
	}

	.kidstar-home-stage__hero-shot img {
		max-height: 290px;
	}

	.kidstar-home-proof-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-radius: 0;
	}

	.kidstar-home-proof-strip article {
		min-height: 86px;
		padding: 18px 12px;
	}

	.kidstar-home-proof-strip__cta {
		grid-column: 1 / -1;
	}

	.kidstar-home-spectrum__badges {
		justify-content: flex-start;
	}

	.kidstar-home-spectrum-route {
		grid-template-columns: 1fr;
	}

	.kidstar-home-spectrum-route__icon {
		width: 52px;
		height: 52px;
		border-radius: 18px;
	}

	.kidstar-home-spectrum-route .kidstar-mini-list {
		grid-column: auto;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.kidstar-mini-list li {
		white-space: normal;
	}

	.kidstar-home-spectrum-brief {
		align-items: start;
	}

	.kidstar-media-frame {
		min-height: 220px;
		padding: 16px;
		border-radius: 24px;
	}

	.kidstar-home-spectrum-card .kidstar-media-frame {
		min-height: 190px;
	}

	.kidstar-home-spectrum-feature {
		overflow: hidden;
		padding: 18px;
	}

	.kidstar-home-spectrum-feature .kidstar-media-frame {
		aspect-ratio: 1;
		min-height: 260px;
		padding: 14px;
	}

	.kidstar-home-spectrum-feature .kidstar-media-frame img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.kidstar-home-spectrum-card,
	.kidstar-home-spectrum-feature,
	.kidstar-card,
	.kidstar-route-card,
	.kidstar-pack-route,
	.kidstar-home-step-card,
	.kidstar-home-spec-card,
	.kidstar-intake-card {
		border-radius: 24px;
	}

	.kidstar-pack-route {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.kidstar-pack-route > span {
		width: 42px;
		height: 42px;
		border-radius: 15px;
	}

	.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-spec-line,
	.kidstar-page:not(.kidstar-page--home):not(.kidstar-page--blog-index) .kidstar-fact-list p {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.kidstar-packaging-showcase__visual {
		grid-template-rows: auto;
	}

	.kidstar-section--packaging-spectrum {
		border-radius: 28px;
		padding: 30px 18px;
	}

	.kidstar-section--packaging-spectrum .kidstar-lead {
		border-left: 0;
		padding-left: 0;
	}

	.kidstar-packaging-spectrum-card {
		min-height: auto;
	}

	.kidstar-hero-shell--contact {
		gap: 22px;
	}

	.kidstar-contact-hero-card {
		border-radius: 28px;
		padding: 24px;
	}

	.kidstar-contact-hero-card h2 {
		max-width: none;
	}

	.kidstar-card--form .kidstar-shell-note h2 {
		font-size: 2rem;
	}

	.fluentform,
	.frm-fluent-form {
		padding: 20px !important;
		border-radius: 24px;
	}

	.kidstar-section--dark,
	.kidstar-cta-strip,
	.kidstar-home-finale {
		border-radius: 28px;
	}
}

@media (max-width: 600px) {
	.admin-bar .kidstar-make-header {
		top: 0;
	}
}

/* AI-style editorial visuals for brand atmosphere slots. */
.kidstar-ai-visual {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(300px, 38vw, 560px);
	border: 1px solid rgba(59, 37, 32, 0.08);
	background:
		radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.92), transparent 22%),
		radial-gradient(circle at 82% 20%, rgba(255, 205, 104, 0.38), transparent 26%),
		linear-gradient(145deg, #fff9ef 0%, #ffd7bd 52%, #f76858 100%);
	box-shadow: var(--ks-shadow);
}

.kidstar-ai-visual::before {
	content: "";
	position: absolute;
	inset: 12%;
	z-index: -1;
	border-radius: 38% 62% 54% 46% / 48% 48% 52% 52%;
	background: rgba(255, 255, 255, 0.38);
	filter: blur(4px);
	transform: rotate(-12deg);
}

.kidstar-ai-visual::after {
	content: "";
	position: absolute;
	inset: auto 8% 8%;
	height: 18%;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(59, 37, 32, 0.18), transparent 68%);
	filter: blur(12px);
	opacity: 0.6;
}

.kidstar-ai-visual > span {
	position: absolute;
	display: block;
}

.kidstar-ai-visual__sun {
	top: 8%;
	right: 9%;
	width: 24%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #fff 0 12%, #ffd86b 13% 55%, #f05b4a 56% 100%);
	box-shadow: 0 22px 55px rgba(216, 74, 58, 0.22);
}

.kidstar-ai-visual__card {
	left: 11%;
	top: 14%;
	width: 42%;
	height: 36%;
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(216, 74, 58, 0.12) 0 18%, transparent 19%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.68));
	box-shadow: 0 22px 50px rgba(59, 37, 32, 0.12);
	transform: rotate(-5deg);
}

.kidstar-ai-visual__card::before,
.kidstar-ai-visual__card::after {
	content: "";
	position: absolute;
	left: 16%;
	right: 16%;
	height: 9px;
	border-radius: 999px;
	background: rgba(59, 37, 32, 0.14);
}

.kidstar-ai-visual__card::before {
	top: 42%;
}

.kidstar-ai-visual__card::after {
	top: 60%;
	width: 48%;
	right: auto;
}

.kidstar-ai-visual__pack {
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.78), transparent 38%),
		linear-gradient(135deg, #fff0a8, #f7c949 48%, #f05b4a 100%);
	box-shadow: 0 28px 58px rgba(59, 37, 32, 0.18);
}

.kidstar-ai-visual__pack::before {
	content: "";
	position: absolute;
	inset: 17% 14% auto;
	height: 18%;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
}

.kidstar-ai-visual__pack::after {
	content: "";
	position: absolute;
	left: 18%;
	bottom: 18%;
	width: 46%;
	height: 12%;
	border-radius: 999px;
	background: rgba(59, 37, 32, 0.18);
}

.kidstar-ai-visual__pack--one {
	right: 12%;
	bottom: 16%;
	width: 34%;
	height: 44%;
	transform: rotate(7deg);
}

.kidstar-ai-visual__pack--two {
	left: 23%;
	bottom: 12%;
	width: 30%;
	height: 30%;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.75), transparent 40%),
		linear-gradient(135deg, #ff8fb1, #ffcf66 52%, #7fcf9d 100%);
	transform: rotate(-9deg);
}

.kidstar-ai-visual__sphere {
	border-radius: 50%;
	background: radial-gradient(circle at 34% 28%, #fff 0 12%, #ffb64d 13% 58%, #e4483a 59% 100%);
	box-shadow: inset -10px -12px 26px rgba(59, 37, 32, 0.12), 0 18px 36px rgba(59, 37, 32, 0.16);
}

.kidstar-ai-visual__sphere--one {
	left: 13%;
	bottom: 17%;
	width: 13%;
	aspect-ratio: 1;
}

.kidstar-ai-visual__sphere--two {
	right: 36%;
	bottom: 8%;
	width: 9%;
	aspect-ratio: 1;
	background: radial-gradient(circle at 34% 28%, #fff 0 12%, #85e0b3 13% 58%, #2fae76 59% 100%);
}

.kidstar-ai-visual__route {
	left: 18%;
	right: 18%;
	top: 54%;
	height: 5px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(59, 37, 32, 0.26), transparent);
	transform: rotate(-8deg);
}

.kidstar-ai-visual__route::before,
.kidstar-ai-visual__route::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--ks-red);
	transform: translateY(-50%);
}

.kidstar-ai-visual__route::before {
	left: 8%;
}

.kidstar-ai-visual__route::after {
	right: 8%;
	background: var(--ks-gold);
}

.kidstar-ai-visual__belt {
	left: 8%;
	right: 8%;
	bottom: 22%;
	height: 18%;
	border-radius: 999px;
	background:
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0 18px, transparent 18px 38px),
		linear-gradient(135deg, rgba(59, 37, 32, 0.22), rgba(59, 37, 32, 0.1));
	transform: rotate(-4deg);
}

.kidstar-ai-visual--factory {
	background:
		radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.9), transparent 20%),
		linear-gradient(145deg, #fff8ec 0%, #dff4df 48%, #f26553 100%);
}

.kidstar-ai-visual--packaging,
.kidstar-ai-visual--label {
	background:
		radial-gradient(circle at 72% 16%, rgba(255, 255, 255, 0.86), transparent 20%),
		linear-gradient(145deg, #fff5df 0%, #ffd1e0 46%, #f35b48 100%);
}

.kidstar-ai-visual--compliance {
	background:
		radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.88), transparent 20%),
		linear-gradient(145deg, #fff8ef 0%, #e2f0ff 48%, #d84a3a 100%);
}

.kidstar-ai-visual--timeline {
	background:
		radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.86), transparent 18%),
		linear-gradient(145deg, #fff7e8 0%, #ffe1a8 48%, #ee6a55 100%);
}

.kidstar-ai-visual--sampling {
	background:
		radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.9), transparent 20%),
		linear-gradient(145deg, #fff8e8 0%, #ffd6ba 45%, #ef5b53 100%);
}

/* Insights pages: Figma Make parity layer. */
.kidstar-make-main--blog,
.kidstar-make-main--single {
	background: #fff;
}

.kidstar-insights-hero,
.kidstar-article-hero {
	border-bottom: 1px solid rgba(59, 37, 32, 0.05);
	background: linear-gradient(180deg, #fff 0%, var(--ks-bg) 100%);
	padding-block: clamp(78px, 9vw, 128px);
}

.kidstar-insights-hero__inner,
.kidstar-article-hero__inner {
	width: min(calc(100% - 48px), 960px);
	margin-inline: auto;
	text-align: center;
}

.kidstar-insights-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
	border-radius: 999px;
	background: var(--ks-ink);
	padding: 10px 20px 10px 12px;
	color: #fff;
	font-size: 0.76rem;
	font-weight: 950;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.kidstar-insights-badge span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--ks-red);
	color: #fff;
	font-size: 0.62rem;
	letter-spacing: 0;
}

.kidstar-insights-hero h1,
.kidstar-article-hero h1 {
	margin: 0;
	color: var(--ks-ink);
	font-size: clamp(3rem, 7vw, 6.8rem);
	font-weight: 950;
	letter-spacing: -0.075em;
	line-height: 1.03;
}

.kidstar-insights-hero h1 span {
	display: block;
	margin-top: 8px;
	color: var(--ks-red);
	font-family: "Cooper Black", "Recoleta", Georgia, serif;
	font-style: italic;
	letter-spacing: -0.055em;
}

.kidstar-insights-hero p,
.kidstar-article-hero__inner > p:last-child {
	max-width: 780px;
	margin: 24px auto 0;
	color: var(--ks-muted);
	font-size: clamp(1.1rem, 2vw, 1.28rem);
	font-weight: 650;
	line-height: 1.72;
}

.kidstar-insights-filters {
	position: sticky;
	top: 80px;
	z-index: 40;
	border-bottom: 1px solid rgba(59, 37, 32, 0.06);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(14px);
	padding-block: 14px;
}

.admin-bar .kidstar-insights-filters {
	top: 112px;
}

.kidstar-insights-filters__inner {
	display: flex;
	gap: 12px;
	width: min(calc(100% - 48px), var(--ks-container));
	margin-inline: auto;
	overflow-x: auto;
	padding-bottom: 4px;
}

.kidstar-insights-filter {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 9px;
	border: 1px solid rgba(59, 37, 32, 0.1);
	border-radius: 999px;
	background: var(--ks-bg);
	padding: 10px 18px;
	color: var(--ks-muted);
	font-size: 0.88rem;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.kidstar-insights-filter:hover,
.kidstar-insights-filter:focus-visible {
	border-color: rgba(216, 74, 58, 0.28);
	background: #fff;
	color: var(--ks-ink);
	transform: translateY(-1px);
	outline: none;
}

.kidstar-insights-filter--active {
	border-color: var(--ks-ink);
	background: var(--ks-ink);
	color: #fff;
}

.kidstar-insights-filter--active:hover,
.kidstar-insights-filter--active:focus-visible {
	background: var(--ks-ink);
	color: #fff;
	transform: none;
}

.kidstar-insights-filter--active strong,
.kidstar-insights-filter--active em {
	color: #fff;
}

.kidstar-insights-filter em {
	color: currentColor;
	font-style: normal;
	font-size: 0.78rem;
	font-weight: 950;
	opacity: 0.58;
}

.kidstar-insights-section {
	width: min(calc(100% - 48px), var(--ks-container));
	margin-inline: auto;
	padding-block: clamp(72px, 8vw, 96px);
}

.kidstar-insights-section--latest {
	width: 100%;
	margin-inline: 0;
	background: var(--ks-bg);
	padding-inline: max(24px, calc((100vw - var(--ks-container)) / 2));
}

.kidstar-insights-section--pagination {
	padding-block: 34px 76px;
}

.kidstar-insights-section-heading {
	margin-bottom: 44px;
}

.kidstar-insights-section-heading p {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	border: 1px solid rgba(216, 74, 58, 0.2);
	border-radius: 999px;
	background: rgba(216, 74, 58, 0.1);
	padding: 8px 15px;
	color: var(--ks-red) !important;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.kidstar-insights-section-heading p span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ks-red);
	box-shadow: 0 0 0 7px rgba(216, 74, 58, 0.08);
}

.kidstar-insights-section-heading h2,
.kidstar-article-related h2 {
	margin: 0;
	color: var(--ks-ink);
	font-size: clamp(2rem, 4vw, 3.15rem);
	font-weight: 950;
	letter-spacing: -0.06em;
	line-height: 1.06;
}

.kidstar-insights-section-heading--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
}

.kidstar-insights-section-heading--split p {
	display: block;
	margin: 10px 0 0;
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--ks-muted) !important;
	font-size: 1.08rem;
	font-weight: 650;
	letter-spacing: 0;
	text-transform: none;
}

.kidstar-featured-post {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr);
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(59, 37, 32, 0.1);
	border-radius: 40px;
	background: linear-gradient(135deg, #fff, var(--ks-bg));
	padding: 0;
	box-shadow: 0 24px 70px rgba(59, 37, 32, 0.1);
}

.kidstar-featured-post__media,
.kidstar-post-card__media {
	position: relative;
	border-radius: 0;
	background: linear-gradient(145deg, var(--ks-cream), #fff);
}

.kidstar-featured-post__media {
	min-height: 430px;
}

.kidstar-featured-post__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(59, 37, 32, 0.18), transparent 55%);
	pointer-events: none;
}

.kidstar-featured-post__media img,
.kidstar-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	transition: transform 700ms ease;
}

.kidstar-featured-post:hover img,
.kidstar-post-card:hover img {
	transform: scale(1.045);
}

.kidstar-featured-post__copy {
	justify-content: center;
	padding: clamp(34px, 4vw, 52px);
}

.kidstar-featured-post__copy h3,
.kidstar-post-card__copy h3 {
	margin: 0 0 16px;
	color: var(--ks-ink);
	font-size: clamp(1.55rem, 2.4vw, 2.35rem);
	font-weight: 950;
	letter-spacing: -0.055em;
	line-height: 1.08;
}

.kidstar-featured-post__copy > p:not(.kidstar-post-meta),
.kidstar-post-card__copy > p:not(.kidstar-post-meta) {
	margin: 0 0 22px;
	color: var(--ks-muted);
	line-height: 1.72;
}

.kidstar-featured-post__author {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	margin-top: 4px;
	border-top: 1px solid rgba(59, 37, 32, 0.1);
	padding-top: 18px;
	color: var(--ks-muted);
	font-size: 0.9rem;
}

.kidstar-featured-post__author strong {
	color: var(--ks-muted);
}

.kidstar-post-meta {
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	color: var(--ks-muted);
	font-size: 0.8rem;
	font-weight: 800;
}

.kidstar-post-meta span:not(.kidstar-post-tag)::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 9px;
	border-radius: 50%;
	background: rgba(59, 37, 32, 0.28);
	vertical-align: middle;
}

.kidstar-post-tag {
	background: var(--ks-red);
	color: #fff;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.kidstar-post-grid {
	gap: 30px;
}

.kidstar-post-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(59, 37, 32, 0.06);
	border-radius: 24px;
	background: #fff;
	padding: 0;
	box-shadow: 0 16px 45px rgba(59, 37, 32, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.kidstar-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 60px rgba(59, 37, 32, 0.09);
}

.kidstar-post-card__media {
	aspect-ratio: 16 / 10;
	margin: 0;
	overflow: hidden;
}

.kidstar-post-card__media > span {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	padding: 7px 12px;
	color: var(--ks-ink);
	font-size: 0.68rem;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: 0 10px 28px rgba(59, 37, 32, 0.1);
}

.kidstar-post-card__copy {
	flex: 1;
	justify-content: flex-start;
	padding: 26px;
}

.kidstar-post-card__copy h3 {
	flex: 1;
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.kidstar-post-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin-top: auto;
	border-top: 1px solid rgba(59, 37, 32, 0.06);
	padding-top: 18px;
	color: var(--ks-muted);
	font-size: 0.78rem;
}

.kidstar-make-main--blog .kidstar-post-link,
.kidstar-make-main--single .kidstar-post-link {
	min-height: auto;
	padding: 0;
	background: transparent;
	color: var(--ks-red) !important;
	box-shadow: none;
	font-size: 0.9rem;
}

.kidstar-make-main--blog .kidstar-post-link::after,
.kidstar-make-main--single .kidstar-post-link::after {
	content: ">";
	transition: transform 180ms ease;
}

.kidstar-make-main--blog .kidstar-post-card:hover .kidstar-post-link::after,
.kidstar-make-main--blog .kidstar-featured-post:hover .kidstar-post-link::after,
.kidstar-make-main--single .kidstar-post-card:hover .kidstar-post-link::after,
.kidstar-make-main--single .kidstar-featured-post:hover .kidstar-post-link::after {
	transform: translateX(4px);
}

.kidstar-blog-pagination {
	justify-content: center;
	background: transparent;
	box-shadow: none;
}

.kidstar-insights-cta {
	width: min(calc(100% - 48px), 960px);
	margin: 0 auto clamp(72px, 8vw, 110px);
	border-radius: 48px;
	background:
		radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.09), transparent 18rem),
		linear-gradient(135deg, var(--ks-ink), var(--ks-dark));
	padding: clamp(46px, 7vw, 78px);
	text-align: center;
	box-shadow: 0 32px 90px rgba(59, 37, 32, 0.16);
}

.kidstar-insights-cta h2 {
	margin: 0 0 20px;
	color: #fff;
	font-size: clamp(2.5rem, 5vw, 4.7rem);
	font-weight: 950;
	letter-spacing: -0.07em;
	line-height: 1.04;
}

.kidstar-insights-cta h2 span {
	color: var(--ks-red);
	font-family: "Cooper Black", "Recoleta", Georgia, serif;
	font-style: italic;
}

.kidstar-insights-cta p {
	max-width: 680px;
	margin: 0 auto 34px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.18rem;
	font-weight: 650;
}

.kidstar-insights-cta .kidstar-cta-row {
	justify-content: center;
}

.kidstar-insights-cta .kidstar-button--secondary,
.kidstar-article-action .kidstar-button--secondary {
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
}

.kidstar-article-hero {
	padding-block: clamp(56px, 7vw, 78px);
}

.kidstar-article-hero__inner {
	text-align: left;
}

.kidstar-article-hero .kidstar-breadcrumbs {
	width: auto;
	margin: 0 0 30px;
}

.kidstar-article-hero h1 {
	font-size: clamp(2.75rem, 6vw, 5.6rem);
	max-width: 980px;
}

.kidstar-article-shell {
	background: #fff;
	padding-block: clamp(58px, 7vw, 78px);
}

.kidstar-article-layout {
	width: min(calc(100% - 48px), var(--ks-container));
	margin-inline: auto;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: clamp(34px, 5vw, 68px);
}

.kidstar-article-sidebar {
	top: 132px;
}

.kidstar-article-toc {
	border: 1px solid rgba(59, 37, 32, 0.06);
	border-radius: 24px;
	background: var(--ks-bg);
	padding: 24px;
}

.kidstar-article-toc ol {
	gap: 12px;
	padding-left: 17px;
}

.kidstar-article-toc a {
	line-height: 1.35;
}

.kidstar-article-main {
	max-width: 900px;
}

.kidstar-article-body {
	font-size: 1.1rem;
	line-height: 1.82;
}

.kidstar-article-body > *:first-child {
	margin-top: 0;
}

.kidstar-article-body h2 {
	margin-top: 2.1em;
	margin-bottom: 0.8em;
	border-bottom: 2px solid var(--ks-red);
	padding-bottom: 0.48em;
	color: var(--ks-ink);
	font-size: clamp(1.9rem, 3vw, 2.55rem);
	font-weight: 950;
	letter-spacing: -0.05em;
}

.kidstar-article-body h3 {
	margin-top: 1.7em;
	margin-bottom: 0.7em;
	color: var(--ks-ink);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 950;
	letter-spacing: -0.035em;
}

.kidstar-article-body p,
.kidstar-article-body li {
	color: var(--ks-muted);
}

.kidstar-article-body ul,
.kidstar-article-body ol {
	display: grid;
	gap: 10px;
	margin-block: 22px 30px;
	padding-left: 24px;
}

.kidstar-article-body blockquote {
	position: relative;
	overflow: hidden;
	margin: 34px 0;
	border: 0;
	border-radius: 26px;
	background: linear-gradient(135deg, var(--ks-ink), var(--ks-dark));
	padding: clamp(28px, 4vw, 42px);
	color: rgba(255, 255, 255, 0.9);
}

.kidstar-article-body blockquote p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.14rem;
	font-style: italic;
}

.kidstar-article-action {
	display: flex;
	gap: 24px;
	margin-top: 52px;
	border-radius: 32px;
	background:
		radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.09), transparent 16rem),
		linear-gradient(135deg, var(--ks-ink), var(--ks-dark));
	padding: clamp(30px, 5vw, 48px);
	color: #fff;
}

.kidstar-article-action__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 20px;
	background: var(--ks-red);
	font-family: "Cooper Black", "Recoleta", Georgia, serif;
	font-size: 2rem;
}

.kidstar-article-action h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(1.75rem, 3vw, 2.65rem);
	letter-spacing: -0.055em;
}

.kidstar-article-action p {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.06rem;
}

.kidstar-article-nav-section {
	border-block: 1px solid rgba(59, 37, 32, 0.05);
	background: var(--ks-bg);
	padding-block: 42px;
}

.kidstar-article-neighbors,
.kidstar-article-related__inner {
	width: min(calc(100% - 48px), var(--ks-container));
	margin-inline: auto;
}

.kidstar-article-neighbors {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.kidstar-article-neighbor {
	display: flex;
	align-items: center;
	gap: 18px;
	border: 1px solid rgba(59, 37, 32, 0.06);
	border-radius: 24px;
	background: #fff;
	padding: 24px;
	box-shadow: 0 12px 38px rgba(59, 37, 32, 0.05);
}

.kidstar-article-neighbor span,
.kidstar-article-related-card small {
	color: var(--ks-muted);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.kidstar-article-neighbor strong {
	color: var(--ks-ink);
	line-height: 1.2;
}

.kidstar-article-related {
	background: #fff;
	padding-block: clamp(70px, 8vw, 96px);
}

.kidstar-article-related h2 {
	margin-bottom: 34px;
}

.kidstar-article-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.kidstar-article-related-card {
	display: block;
	border: 1px solid rgba(59, 37, 32, 0.06);
	border-radius: 24px;
	background: var(--ks-bg);
	padding: 30px;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.kidstar-article-related-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 55px rgba(59, 37, 32, 0.08);
}

.kidstar-article-related-card p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
}

.kidstar-article-related-card p span {
	border-radius: 999px;
	background: #fff;
	padding: 7px 12px;
	color: var(--ks-ink);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.kidstar-article-related-card p em {
	color: var(--ks-muted);
	font-style: normal;
	font-size: 0.8rem;
	font-weight: 800;
}

.kidstar-article-related-card h3 {
	margin: 0 0 18px;
	color: var(--ks-ink);
	font-size: 1.22rem;
	font-weight: 950;
	letter-spacing: -0.04em;
	line-height: 1.16;
}

@media (max-width: 1200px) {
	.kidstar-featured-post,
	.kidstar-article-layout {
		grid-template-columns: 1fr;
	}

	.kidstar-article-sidebar {
		position: static;
	}
}

@media (max-width: 920px) {
	.kidstar-insights-filters {
		position: static;
	}

	.admin-bar .kidstar-insights-filters {
		top: auto;
	}

	.kidstar-post-grid,
	.kidstar-article-related__grid,
	.kidstar-article-neighbors {
		grid-template-columns: 1fr;
	}

	.kidstar-featured-post__media {
		min-height: 300px;
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 767px) {
	.kidstar-insights-hero__inner,
	.kidstar-article-hero__inner,
	.kidstar-insights-filters__inner,
	.kidstar-insights-section,
	.kidstar-article-layout,
	.kidstar-article-neighbors,
	.kidstar-article-related__inner,
	.kidstar-insights-cta {
		width: min(calc(100% - 28px), var(--ks-container));
	}

	.kidstar-insights-hero,
	.kidstar-article-hero {
		padding-block: 54px;
	}

	.kidstar-insights-badge {
		margin-bottom: 22px;
		letter-spacing: 0.1em;
	}

	.kidstar-insights-hero h1,
	.kidstar-article-hero h1 {
		font-size: clamp(2.55rem, 13vw, 3.75rem);
	}

	.kidstar-insights-section,
	.kidstar-insights-section--latest {
		padding-block: 54px;
		padding-inline: 14px;
	}

	.kidstar-featured-post,
	.kidstar-post-card,
	.kidstar-article-action,
	.kidstar-insights-cta {
		border-radius: 28px;
	}

	.kidstar-featured-post__copy,
	.kidstar-post-card__copy,
	.kidstar-article-related-card {
		padding: 22px;
	}

	.kidstar-article-action {
		flex-direction: column;
	}

	.kidstar-article-shell,
	.kidstar-article-related {
		padding-block: 52px;
	}
}
