@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --kidstar-bg: #fffaf4;
  --kidstar-card: rgba(255, 255, 255, 0.88);
  --kidstar-card-strong: #ffffff;
  --kidstar-ink: #36211d;
  --kidstar-muted: #6f5b58;
  --kidstar-primary: #ff5d6c;
  --kidstar-primary-deep: #ea4156;
  --kidstar-accent: #ff9f45;
  --kidstar-accent-soft: #fff0d9;
  --kidstar-accent-cream: #fff4e6;
  --kidstar-line: rgba(255, 93, 108, 0.16);
  --kidstar-shadow: 0 22px 60px rgba(71, 34, 24, 0.08);
  --kidstar-shadow-strong: 0 30px 70px rgba(71, 34, 24, 0.12);
  --kidstar-radius-xl: 36px;
  --kidstar-radius-lg: 28px;
  --kidstar-radius-md: 22px;
  --kidstar-radius-pill: 999px;
}

body,
button,
input,
textarea,
select {
  font-family: "Manrope", "Segoe UI", sans-serif;
}

body {
  position: relative;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 221, 203, 0.82) 0%, rgba(255, 221, 203, 0) 34%),
    radial-gradient(circle at 88% 8%, rgba(255, 203, 143, 0.3) 0%, rgba(255, 203, 143, 0) 28%),
    radial-gradient(circle at 78% 36%, rgba(255, 93, 108, 0.08) 0%, rgba(255, 93, 108, 0) 22%),
    linear-gradient(180deg, #fffaf4 0%, #fffdf8 48%, #fff7f1 100%);
  color: var(--kidstar-ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 93, 108, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 72%);
  opacity: 0.3;
}

.page-id-5 .entry-hero.page-hero-section,
.page-id-6 .entry-hero.page-hero-section,
.page-id-7 .entry-hero.page-hero-section,
.page-id-8 .entry-hero.page-hero-section,
.page-id-9 .entry-hero.page-hero-section,
.page-id-10 .entry-hero.page-hero-section,
.page-id-11 .entry-hero.page-hero-section,
.page-id-12 .entry-hero.page-hero-section {
  display: none;
}

.page-id-5 .content-area,
.page-id-6 .content-area,
.page-id-7 .content-area,
.page-id-8 .content-area,
.page-id-9 .content-area,
.page-id-10 .content-area,
.page-id-11 .content-area,
.page-id-12 .content-area {
  margin-top: 1.75rem;
}

.page-id-5 .entry-content-wrap,
.page-id-6 .entry-content-wrap,
.page-id-7 .entry-content-wrap,
.page-id-8 .entry-content-wrap,
.page-id-9 .entry-content-wrap,
.page-id-10 .entry-content-wrap,
.page-id-11 .entry-content-wrap,
.page-id-12 .entry-content-wrap {
  padding-top: 0;
}

#masthead,
#masthead .site-header-row-container-inner,
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap),
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner {
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(22px);
  box-shadow: 0 12px 36px rgba(71, 34, 24, 0.08);
}

#masthead .site-main-header-wrap,
#masthead .site-header-row-layout-contained {
  min-height: 0;
}

#masthead .site-header-row-container-inner {
  padding-top: 14px;
  padding-bottom: 14px;
}

#masthead .site-header-row-container-inner .site-container {
  align-items: center;
}

.site-branding .site-title,
.mobile-site-branding .site-title {
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  letter-spacing: -0.04em;
}

.site-branding,
.mobile-site-branding {
  gap: 0 !important;
}

.site-branding .custom-logo-link,
.mobile-site-branding .custom-logo-link,
.site-branding .site-logo-wrap,
.mobile-site-branding .site-logo-wrap,
.site-branding a.brand img,
.mobile-site-branding a.brand img {
  display: none !important;
}

.site-branding .site-title,
.mobile-site-branding .site-title {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.site-branding .site-title a,
.mobile-site-branding .site-title a {
  color: var(--kidstar-ink);
  text-decoration: none;
}

.header-navigation .header-menu-container,
.mobile-navigation {
  border-radius: var(--kidstar-radius-pill);
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 700;
  color: var(--kidstar-ink);
  padding: 0.72rem 1rem;
  border-radius: var(--kidstar-radius-pill);
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li.current_page_item > a {
  background: rgba(255, 93, 108, 0.1);
  color: var(--kidstar-primary-deep);
  transform: translateY(-1px);
}

.main-navigation .primary-menu-container > ul > li.menu-item:last-child > a {
  background: linear-gradient(135deg, var(--kidstar-primary), var(--kidstar-primary-deep));
  color: #fff7f2;
  box-shadow: 0 12px 26px rgba(216, 63, 76, 0.24);
}

.main-navigation .primary-menu-container > ul > li.menu-item:last-child > a:hover,
.main-navigation .primary-menu-container > ul > li.menu-item:last-child.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li:last-child.current_page_item > a {
  background: linear-gradient(135deg, var(--kidstar-primary-deep), #c33646);
  color: #fffaf6;
}

.mobile-toggle-open-container .menu-toggle-open,
.mobile-toggle-open-container .menu-toggle-open:focus {
  color: var(--kidstar-ink);
}

#colophon,
.site-footer-wrap {
  background:
    radial-gradient(circle at left top, rgba(255, 221, 203, 0.45), rgba(255, 221, 203, 0) 32%),
    linear-gradient(180deg, rgba(255, 249, 243, 0.92), rgba(255, 245, 236, 0.96));
}

#colophon {
  margin-top: 26px;
  border-top: 1px solid rgba(255, 93, 108, 0.12);
}

.site-footer-wrap a,
.site-footer-wrap p,
.site-footer-wrap .widget-title {
  color: var(--kidstar-ink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  color: var(--kidstar-ink);
  letter-spacing: -0.03em;
}

.entry-content > .kidstar-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 0 84px;
}

.wp-site-blocks a {
  text-underline-offset: 3px;
}

.kidstar-page a:not(.kidstar-button) {
  color: var(--kidstar-primary-deep);
  font-weight: 700;
}

.kidstar-page p,
.kidstar-page li {
  color: var(--kidstar-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.kidstar-page figure {
  margin: 0;
}

.kidstar-page section {
  scroll-margin-top: 120px;
}

.kidstar-section {
  position: relative;
  padding: 28px 0;
}

.kidstar-section-heading {
  max-width: 740px;
  margin-bottom: 22px;
}

.kidstar-section-heading h2,
.kidstar-cta-strip h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.05;
  margin: 0 0 12px;
}

.kidstar-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--kidstar-primary-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kidstar-eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.35;
}

.kidstar-lead {
  max-width: 660px;
  margin: 0 0 20px;
  font-size: 1.08rem;
  line-height: 1.8;
}

.kidstar-hero-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 28px;
  padding: 42px;
  border: 1px solid var(--kidstar-line);
  border-radius: var(--kidstar-radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 245, 236, 0.96)),
    linear-gradient(135deg, rgba(255, 93, 108, 0.05), rgba(255, 159, 69, 0.05));
  box-shadow: var(--kidstar-shadow-strong);
}

.kidstar-hero-shell::before,
.kidstar-hero-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.kidstar-hero-shell::before {
  top: -90px;
  right: -50px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 159, 69, 0.3), rgba(255, 159, 69, 0));
}

.kidstar-hero-shell::after {
  left: 28px;
  bottom: 18px;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(rgba(255, 93, 108, 0.12) 1.2px, transparent 1.2px);
  background-size: 16px 16px;
  opacity: 0.55;
  transform: rotate(-8deg);
}

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

.kidstar-hero-shell--contact {
  grid-template-columns: 1fr;
  padding: 36px 42px;
}

.kidstar-hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  line-height: 0.94;
  max-width: 12ch;
}

.kidstar-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kidstar-page--home .kidstar-hero-shell {
  padding: 50px;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
}

.kidstar-page--home .kidstar-hero-copy h1 {
  font-size: clamp(2.7rem, 5.6vw, 5rem);
}

.kidstar-hero-media,
.kidstar-media-stack {
  display: grid;
  gap: 18px;
}

.kidstar-media-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(71, 34, 24, 0.08);
}

.kidstar-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 46%, rgba(54, 33, 29, 0.08) 100%);
}

.kidstar-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.kidstar-media-frame br {
  display: none;
}

.kidstar-media-frame:hover img {
  transform: scale(1.04);
}

.kidstar-media-frame--tall {
  aspect-ratio: 4 / 5;
}

.kidstar-media-frame--square {
  aspect-ratio: 1 / 1;
}

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

.kidstar-cta-row br {
  display: none;
}

.kidstar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0.92rem 1.28rem;
  border: 1px solid transparent;
  border-radius: var(--kidstar-radius-pill);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.kidstar-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(71, 34, 24, 0.1);
}

.kidstar-button--primary::after {
  content: "→";
  font-size: 1rem;
  transition: transform 160ms ease;
}

.kidstar-button--primary:hover::after {
  transform: translateX(2px);
}

.kidstar-button--primary {
  background: linear-gradient(135deg, var(--kidstar-primary), var(--kidstar-primary-deep));
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(234, 65, 86, 0.22);
}

.kidstar-button--secondary {
  background: linear-gradient(180deg, rgba(255, 244, 230, 0.98), rgba(255, 237, 214, 0.95));
  border-color: rgba(255, 159, 69, 0.2);
  color: var(--kidstar-ink);
}

.kidstar-button--ghost {
  background: rgba(255, 255, 255, 0.66);
  border-color: var(--kidstar-line);
  color: var(--kidstar-ink);
}

.kidstar-brief-panel,
.kidstar-card,
.kidstar-proof-card,
.kidstar-step-card,
.kidstar-card--form {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--kidstar-line);
  border-radius: var(--kidstar-radius-lg);
  background: var(--kidstar-card);
  box-shadow: 0 14px 36px rgba(71, 34, 24, 0.05);
  backdrop-filter: blur(10px);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.kidstar-card::before,
.kidstar-proof-card::before,
.kidstar-step-card::before,
.kidstar-card--form::before,
.kidstar-brief-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--kidstar-primary), var(--kidstar-accent));
  opacity: 0.72;
}

.kidstar-card:hover,
.kidstar-step-card:hover,
.kidstar-proof-card:hover,
.kidstar-card--form:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(71, 34, 24, 0.08);
}

.kidstar-brief-panel,
.kidstar-card,
.kidstar-step-card,
.kidstar-card--form {
  padding: 22px;
}

.kidstar-brief-panel {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 244, 230, 0.94));
}

.kidstar-brief-title {
  margin: 0 0 10px;
  color: var(--kidstar-ink);
  font-weight: 800;
}

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

.kidstar-check-list li {
  position: relative;
  padding-left: 28px;
}

.kidstar-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--kidstar-primary), var(--kidstar-accent));
  transform: translateY(-50%);
}

.kidstar-proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.kidstar-page--home .kidstar-proof-band {
  margin-top: -42px;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}

.kidstar-proof-card {
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 246, 238, 0.94));
}

.kidstar-proof-card h2,
.kidstar-card h2,
.kidstar-card h3,
.kidstar-step-card h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  line-height: 1.1;
}

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

.kidstar-card-grid,
.kidstar-faq-grid,
.kidstar-step-grid {
  display: grid;
  gap: 18px;
}

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

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

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

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

.kidstar-card--category {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 240, 0.94));
}

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

.kidstar-step-card {
  position: relative;
}

.kidstar-step-card p {
  max-width: 28ch;
}

.kidstar-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 93, 108, 0.14), rgba(255, 159, 69, 0.18));
  color: var(--kidstar-primary-deep);
  font-size: 0.95rem;
  font-weight: 800;
}

.kidstar-note {
  margin-top: 14px;
  font-size: 0.95rem;
}

.kidstar-shell-note {
  display: grid;
  gap: 10px;
  padding: 20px 22px;
  border: 1px solid rgba(97, 50, 38, 0.08);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(47, 28, 23, 0.96), rgba(88, 45, 35, 0.94));
  box-shadow: 0 24px 54px rgba(37, 19, 15, 0.18);
}

.kidstar-shell-note,
.kidstar-shell-note h2,
.kidstar-shell-note p,
.kidstar-shell-note__eyebrow {
  color: #fff7f0;
}

.kidstar-shell-note h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.kidstar-shell-note__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 234, 215, 0.92);
}

.kidstar-cta-strip {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 159, 69, 0.22);
  border-radius: var(--kidstar-radius-lg);
  background: linear-gradient(120deg, rgba(255, 245, 231, 0.95), rgba(255, 255, 255, 0.95));
  box-shadow: 0 18px 44px rgba(71, 34, 24, 0.06);
}

.kidstar-cta-strip::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 159, 69, 0.28), rgba(255, 159, 69, 0));
}

.kidstar-cta-strip p {
  margin: 0;
}

.kidstar-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 20px;
  align-items: start;
}

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

.kidstar-card--form {
  background: var(--kidstar-card-strong);
  box-shadow: 0 28px 64px rgba(71, 34, 24, 0.1);
}

.kidstar-card--form .kidstar-shell-note {
  margin-bottom: 18px;
}

.kidstar-card--form .ff-btn-submit {
  border-radius: var(--kidstar-radius-pill);
  background: linear-gradient(135deg, var(--kidstar-primary), var(--kidstar-primary-deep));
  border: none;
}

.kidstar-card--form label,
.kidstar-card--form .ff-el-input--label label {
  color: var(--kidstar-ink);
  font-weight: 800;
}

.kidstar-card--form .ff-el-form-control,
.kidstar-card--form textarea,
.kidstar-card--form input,
.kidstar-card--form select {
  border-radius: 18px;
  border-color: rgba(255, 93, 108, 0.14);
}

.kidstar-card--form .ff-el-form-control:focus,
.kidstar-card--form textarea:focus,
.kidstar-card--form input:focus,
.kidstar-card--form select:focus {
  border-color: rgba(255, 93, 108, 0.36);
  box-shadow: 0 0 0 4px rgba(255, 93, 108, 0.08);
}

.kidstar-page--thank-you .kidstar-card-grid--3,
.kidstar-page--about .kidstar-card-grid--3 {
  align-items: stretch;
}

.kidstar-topic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kidstar-topic-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--kidstar-line);
  border-radius: var(--kidstar-radius-pill);
  background: rgba(255, 255, 255, 0.78);
  color: var(--kidstar-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

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

.kidstar-topic-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.kidstar-topic-chip strong {
  font-size: 0.9rem;
}

.kidstar-topic-chip em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 28px;
  border-radius: 999px;
  background: rgba(244, 90, 92, 0.12);
  color: var(--kidstar-primary-deep);
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 800;
}

.kidstar-featured-post {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 24px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--kidstar-line);
  border-radius: var(--kidstar-radius-xl);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 238, 0.95));
  box-shadow: var(--kidstar-shadow);
}

.kidstar-featured-post__media,
.kidstar-post-card__media {
  display: block;
  overflow: hidden;
  border-radius: 24px;
}

.kidstar-featured-post__media img,
.kidstar-post-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.kidstar-featured-post__copy,
.kidstar-post-card__copy {
  display: grid;
  gap: 12px;
  align-content: start;
}

.kidstar-featured-post__copy h2,
.kidstar-post-card__copy h3 {
  margin: 0;
}

.kidstar-featured-post__copy h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.98;
}

.kidstar-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  color: var(--kidstar-primary-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kidstar-post-meta-wrap {
  display: grid;
  gap: 6px;
}

.kidstar-post-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(244, 90, 92, 0.12);
}

.kidstar-post-author {
  margin: 0;
  color: var(--kidstar-muted);
  font-size: 0.94rem;
  font-weight: 700;
}

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

.kidstar-post-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--kidstar-line);
  border-radius: var(--kidstar-radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 38px rgba(71, 34, 24, 0.05);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.kidstar-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(71, 34, 24, 0.08);
}

.kidstar-post-card__media {
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.9);
}

.kidstar-post-fallback {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(255, 159, 69, 0.44), rgba(255, 159, 69, 0) 42%),
    linear-gradient(135deg, rgba(255, 93, 108, 0.22), rgba(255, 255, 255, 0.94));
}

.kidstar-post-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: var(--kidstar-primary-deep);
  text-decoration: none;
}

.kidstar-post-link::after {
  content: ">";
}

.kidstar-blog-pagination {
  display: grid;
  gap: 14px;
}

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

.kidstar-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  color: var(--kidstar-muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.kidstar-breadcrumbs a {
  color: var(--kidstar-primary-deep);
  text-decoration: none;
}

.kidstar-hero-shell--article {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.kidstar-card--article-highlight {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 238, 0.94));
}

.kidstar-card--article-highlight h2,
.kidstar-card--article-highlight p {
  margin: 0;
}

.kidstar-article-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

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

.kidstar-article-toc,
.kidstar-article-sidecard,
.kidstar-card--article-media,
.kidstar-card--article-body,
.kidstar-article-neighbors {
  border: 1px solid var(--kidstar-line);
  border-radius: var(--kidstar-radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(56, 28, 22, 0.05);
}

.kidstar-article-toc,
.kidstar-article-sidecard,
.kidstar-card--article-body,
.kidstar-article-neighbors {
  padding: 22px;
}

.kidstar-article-toc p,
.kidstar-article-sidecard p {
  margin-top: 0;
}

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

.kidstar-article-toc__item--level-3 {
  margin-left: 12px;
}

.kidstar-article-toc a {
  color: var(--kidstar-ink);
  text-decoration: none;
  font-weight: 700;
}

.kidstar-article-sidecard .kidstar-topic-chips {
  gap: 10px;
}

.kidstar-article-sidecard .kidstar-topic-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--kidstar-line);
  border-radius: var(--kidstar-radius-pill);
  background: rgba(255, 255, 255, 0.88);
  color: var(--kidstar-ink);
  font-weight: 700;
  text-decoration: none;
}

.kidstar-article-main {
  display: grid;
  gap: 24px;
}

.kidstar-card--article-media {
  overflow: hidden;
  padding: 0;
}

.kidstar-card--article-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.kidstar-card--article-media figcaption {
  padding: 16px 20px 20px;
  color: var(--kidstar-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.kidstar-article-body {
  color: var(--kidstar-ink);
}

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

.kidstar-article-body > :last-child {
  margin-bottom: 0;
}

.kidstar-article-body h2,
.kidstar-article-body h3 {
  scroll-margin-top: 110px;
}

.kidstar-article-body p,
.kidstar-article-body li {
  color: var(--kidstar-ink);
  font-size: 1.03rem;
  line-height: 1.8;
}

.kidstar-article-body ul,
.kidstar-article-body ol {
  display: grid;
  gap: 12px;
  padding-left: 22px;
}

.kidstar-article-body blockquote {
  margin: 24px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--kidstar-primary);
  border-radius: 0 20px 20px 0;
  background: rgba(255, 244, 236, 0.9);
  color: var(--kidstar-ink);
}

.kidstar-article-body .kidstar-resource-hub {
  margin-top: 32px;
}

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

.kidstar-article-neighbor {
  display: grid;
  gap: 8px;
  color: var(--kidstar-ink);
  text-decoration: none;
}

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

.kidstar-section--article-related {
  padding: 0;
}

.kidstar-menu-item--insights a {
  font-weight: 700;
}

.kidstar-page--resources {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0 24px;
}

.kidstar-resource-hub {
  padding: 30px;
  border: 1px solid rgba(97, 50, 38, 0.08);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.88), rgba(255, 244, 236, 0.94));
  box-shadow: 0 18px 42px rgba(56, 28, 22, 0.05);
}

.kidstar-resource-hub .kidstar-section-heading {
  max-width: 820px;
  margin-bottom: 20px;
}

.kidstar-resource-hub .kidstar-lead {
  margin-bottom: 0;
}

.kidstar-resource-card {
  display: grid;
  gap: 12px;
}

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

.kidstar-resource-hub .kidstar-cta-row {
  margin-top: 22px;
}

.kidstar-page--blog-index .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.kidstar-page--blog-index .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--kidstar-line);
  border-radius: var(--kidstar-radius-pill);
  background: rgba(255, 255, 255, 0.88);
  color: var(--kidstar-ink);
  font-weight: 800;
  text-decoration: none;
}

.kidstar-page--blog-index .page-numbers.current,
.kidstar-page--blog-index .page-numbers:hover {
  background: linear-gradient(135deg, var(--kidstar-primary), var(--kidstar-primary-deep));
  border-color: transparent;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .kidstar-page--home .kidstar-hero-shell {
    padding: 38px;
  }

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

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

  .kidstar-faq-grid,
  .kidstar-card-grid--3,
  .kidstar-step-grid,
  .kidstar-post-grid,
  .kidstar-featured-post {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .kidstar-hero-shell,
  .kidstar-contact-grid,
  .kidstar-cta-strip {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .kidstar-hero-shell {
    padding: 30px 22px;
  }

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

  .kidstar-card-grid--5,
  .kidstar-card-grid--4,
  .kidstar-card-grid--3,
  .kidstar-card-grid--2,
  .kidstar-faq-grid,
  .kidstar-step-grid,
  .kidstar-post-grid,
  .kidstar-featured-post,
  .kidstar-proof-band,
  .kidstar-article-layout,
  .kidstar-article-neighbors {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 767px) {
  .entry-content > .kidstar-page {
    padding: 12px 0 56px;
  }

  .kidstar-page--home .kidstar-proof-band {
    margin-top: 18px;
    padding: 0;
  }

  .kidstar-hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .kidstar-button {
    width: 100%;
  }

  .kidstar-proof-card,
  .kidstar-card,
  .kidstar-step-card,
  .kidstar-card--form,
  .kidstar-brief-panel,
  .kidstar-cta-strip {
    padding: 18px;
    border-radius: 24px;
  }

  .kidstar-media-frame,
  .kidstar-hero-shell {
    border-radius: 26px;
  }
}

/* Keep marketing pages on their own H1 instead of Kadence's default page-title hero. */
.page-id-5 .entry-hero.page-hero-section,
.page-id-6 .entry-hero.page-hero-section,
.page-id-7 .entry-hero.page-hero-section,
.page-id-8 .entry-hero.page-hero-section,
.page-id-9 .entry-hero.page-hero-section,
.page-id-10 .entry-hero.page-hero-section,
.page-id-11 .entry-hero.page-hero-section {
  display: none;
}

/* WordPress injects line breaks around inline HTML in these synced content blocks. */
.kidstar-topic-chips br,
.kidstar-cta-row br,
.kidstar-hero-copy > br,
.kidstar-section-heading > br,
.kidstar-card br,
.kidstar-proof-card br,
.kidstar-step-card br,
.kidstar-cta-strip br,
.kidstar-contact-sidebar br {
  display: none;
}

/* Override the default Kadence footer credit with the project-specific footer line. */
.footer-html-inner p {
  font-size: 0;
  margin: 0;
}

.footer-html-inner p::before {
  content: "\00A9 2026 KidStarCandy. All rights reserved.";
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(93, 48, 31, 0.88);
}

.footer-html-inner p a {
  display: none;
}

/* Visual refresh pass: stronger editorial typography, more intentional section rhythm,
   and a more designed product-catalog feel without changing page structure. */
:root {
  --kidstar-card: rgba(255, 252, 247, 0.92);
  --kidstar-card-strong: #fffdf9;
  --kidstar-ink: #2f1c17;
  --kidstar-muted: #5e4a45;
  --kidstar-primary: #f45a5c;
  --kidstar-primary-deep: #d83f4c;
  --kidstar-accent: #ff9f45;
  --kidstar-accent-soft: #fff2e0;
  --kidstar-accent-cream: #fff6eb;
  --kidstar-line: rgba(97, 50, 38, 0.12);
  --kidstar-shadow: 0 24px 58px rgba(56, 28, 22, 0.07);
  --kidstar-shadow-strong: 0 36px 86px rgba(56, 28, 22, 0.14);
  --kidstar-radius-xl: 42px;
  --kidstar-radius-lg: 30px;
  --kidstar-radius-md: 22px;
}

body::before {
  background-image:
    radial-gradient(rgba(244, 90, 92, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
  background-size: 20px 20px, 100% 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 76%);
  opacity: 0.38;
}

.site-branding .site-title,
.mobile-site-branding .site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

.site-branding .site-title,
.mobile-site-branding .site-title {
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.entry-content > .kidstar-page {
  max-width: 1240px;
  padding: 34px 0 108px;
}

.kidstar-page p,
.kidstar-page li {
  font-size: 0.98rem;
  line-height: 1.74;
}

.kidstar-section {
  padding: 42px 0;
}

.kidstar-page > .kidstar-section {
  padding: 34px;
  border-radius: 32px;
}

.kidstar-page > .kidstar-section:nth-of-type(even) {
  border: 1px solid rgba(97, 50, 38, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 248, 241, 0.75));
  box-shadow: 0 20px 44px rgba(56, 28, 22, 0.05);
}

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

.kidstar-section-heading h2,
.kidstar-cta-strip h2 {
  font-size: clamp(1.6rem, 2.45vw, 2.3rem);
  line-height: 1.06;
  margin: 0 0 12px;
}

.kidstar-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

.kidstar-eyebrow::after {
  width: 42px;
}

.kidstar-lead {
  max-width: 62ch;
  margin-bottom: 22px;
  font-size: 1rem;
  line-height: 1.78;
  color: rgba(47, 28, 23, 0.84);
}

.kidstar-hero-shell {
  grid-template-columns: minmax(0, 0.94fr) minmax(380px, 1.06fr);
  gap: 36px;
  min-height: 620px;
  padding: 58px;
  border: 1px solid rgba(97, 50, 38, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 233, 0.97)),
    linear-gradient(135deg, rgba(244, 90, 92, 0.05), rgba(255, 159, 69, 0.08));
  box-shadow: var(--kidstar-shadow-strong);
}

.kidstar-hero-shell::before {
  top: -80px;
  right: -30px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 159, 69, 0.34), rgba(255, 159, 69, 0));
}

.kidstar-hero-shell::after {
  left: auto;
  right: 90px;
  bottom: 26px;
  width: 240px;
  height: 240px;
  background-image: radial-gradient(rgba(244, 90, 92, 0.14) 1.3px, transparent 1.3px);
  background-size: 16px 16px;
  opacity: 0.48;
  transform: rotate(9deg);
}

.kidstar-hero-copy {
  padding-right: 6px;
}

.kidstar-hero-copy h1 {
  max-width: 10.4ch;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 4.9vw, 4.7rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.kidstar-page--home .kidstar-hero-shell {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  padding: 64px;
}

.kidstar-page--home .kidstar-hero-copy h1 {
  max-width: 9.8ch;
  font-size: clamp(2.9rem, 5.2vw, 5.1rem);
}

.kidstar-hero-media {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.56fr);
  align-items: end;
  gap: 20px;
  padding-left: 8px;
}

.kidstar-hero-media > .kidstar-media-frame--tall {
  grid-row: 1 / span 2;
  transform: translateY(20px) rotate(-3deg);
}

.kidstar-media-stack {
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-content: end;
}

.kidstar-media-stack .kidstar-media-frame:first-child {
  transform: translateX(-18px);
}

.kidstar-media-stack .kidstar-media-frame:last-child {
  transform: translateX(12px);
}

.kidstar-media-frame {
  border: 1px solid rgba(97, 50, 38, 0.12);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 54px rgba(56, 28, 22, 0.11);
}

.kidstar-media-frame::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgba(47, 28, 23, 0.12) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}

.kidstar-button {
  min-height: 54px;
  padding: 0.98rem 1.4rem;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

.kidstar-button--primary {
  box-shadow: 0 20px 38px rgba(216, 63, 76, 0.28);
}

.kidstar-button--secondary {
  background: linear-gradient(180deg, rgba(255, 246, 233, 1), rgba(255, 236, 208, 0.96));
  border-color: rgba(255, 159, 69, 0.26);
}

.kidstar-button--ghost {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(97, 50, 38, 0.12);
}

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

.kidstar-topic-chips span {
  min-height: 40px;
  padding: 0 16px;
  border-color: rgba(97, 50, 38, 0.1);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(56, 28, 22, 0.05);
  font-size: 0.8rem;
  letter-spacing: 0.01em;
}

.kidstar-brief-panel,
.kidstar-card,
.kidstar-proof-card,
.kidstar-step-card,
.kidstar-card--form {
  border: 1px solid rgba(97, 50, 38, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 242, 0.92));
  box-shadow: 0 18px 42px rgba(56, 28, 22, 0.06);
  backdrop-filter: blur(8px);
}

.kidstar-card::before,
.kidstar-proof-card::before,
.kidstar-step-card::before,
.kidstar-card--form::before,
.kidstar-brief-panel::before {
  height: 3px;
  opacity: 0.9;
}

.kidstar-proof-card,
.kidstar-card,
.kidstar-step-card,
.kidstar-card--form,
.kidstar-brief-panel {
  padding: 26px;
}

.kidstar-proof-band,
.kidstar-card-grid,
.kidstar-faq-grid,
.kidstar-step-grid {
  gap: 22px;
}

.kidstar-page--home .kidstar-proof-band {
  margin-top: -72px;
  padding: 0 28px;
}

.kidstar-proof-card {
  padding: 28px 26px;
}

.kidstar-page--home .kidstar-proof-card:nth-child(1) {
  background: linear-gradient(135deg, rgba(255, 240, 228, 0.98), rgba(255, 248, 242, 0.92));
}

.kidstar-page--home .kidstar-proof-card:nth-child(2) {
  background: linear-gradient(135deg, rgba(255, 245, 231, 0.98), rgba(255, 255, 255, 0.92));
}

.kidstar-page--home .kidstar-proof-card:nth-child(3) {
  background: linear-gradient(135deg, rgba(255, 236, 236, 0.98), rgba(255, 246, 238, 0.92));
}

.kidstar-page--home .kidstar-spectrum-card:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 249, 241, 0.98), rgba(255, 240, 231, 0.94));
}

.kidstar-page--home .kidstar-spectrum-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 252, 235, 0.98), rgba(255, 245, 220, 0.94));
}

.kidstar-page--home .kidstar-spectrum-card:nth-child(4) {
  background: linear-gradient(180deg, rgba(255, 246, 247, 0.98), rgba(255, 237, 240, 0.94));
}

.kidstar-page--home .kidstar-spectrum-card:nth-child(5) {
  background: linear-gradient(180deg, rgba(240, 251, 243, 0.98), rgba(233, 248, 238, 0.94));
}

.kidstar-page--home .kidstar-procurement-card:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 249, 241, 0.98), rgba(255, 242, 232, 0.95));
}

.kidstar-page--home .kidstar-procurement-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 251, 234, 0.98), rgba(255, 245, 219, 0.95));
}

.kidstar-page--home .kidstar-procurement-card:nth-child(4) {
  background: linear-gradient(180deg, rgba(239, 250, 243, 0.98), rgba(231, 247, 236, 0.95));
}

.kidstar-page--home .kidstar-commercial-grid > .kidstar-card:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.98), rgba(255, 240, 229, 0.94));
}

.kidstar-page--home .kidstar-commercial-grid > .kidstar-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 250, 236, 0.98), rgba(255, 244, 220, 0.94));
}

.kidstar-page--home .kidstar-commercial-grid > .kidstar-card:nth-child(4) {
  background: linear-gradient(180deg, rgba(255, 244, 246, 0.98), rgba(255, 237, 239, 0.94));
}

.kidstar-page--home .kidstar-commercial-grid > .kidstar-card:nth-child(5) {
  background: linear-gradient(180deg, rgba(239, 249, 243, 0.98), rgba(231, 246, 236, 0.94));
}

.kidstar-proof-card h2 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 0.96;
}

.kidstar-card h2,
.kidstar-card h3,
.kidstar-step-card h3 {
  font-size: 1.18rem;
  line-height: 1.08;
}

.kidstar-card--category {
  gap: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 236, 0.94));
}

.kidstar-card--category .kidstar-media-frame {
  box-shadow: 0 18px 38px rgba(56, 28, 22, 0.08);
}

.kidstar-step-card {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(255, 242, 230, 0.9));
}

.kidstar-step-index {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #2e1b17, #5a3128);
  color: #fff7f0;
  box-shadow: 0 16px 30px rgba(46, 27, 23, 0.18);
}

.kidstar-cta-strip {
  padding: 36px 38px;
  border: none;
  background: linear-gradient(135deg, #2b1a16 0%, #5a2f25 58%, #f26d4f 140%);
  box-shadow: 0 28px 72px rgba(43, 26, 22, 0.18);
}

.kidstar-cta-strip::before {
  top: -92px;
  right: -30px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
}

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

.kidstar-cta-strip .kidstar-eyebrow::after {
  background: currentColor;
}

.kidstar-cta-strip .kidstar-button--primary {
  background: linear-gradient(180deg, #fff8f1, #fff1e3);
  color: #5a2d24;
  box-shadow: 0 18px 32px rgba(25, 12, 10, 0.18);
}

.kidstar-cta-strip .kidstar-button--secondary,
.kidstar-cta-strip .kidstar-button--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff7f1;
}

.kidstar-contact-grid {
  gap: 24px;
}

.kidstar-card--form {
  background: linear-gradient(180deg, #fffdf9, #fff7ef);
  box-shadow: 0 32px 80px rgba(56, 28, 22, 0.12);
}

.kidstar-contact-sidebar .kidstar-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 239, 0.95));
}

.kidstar-featured-post {
  padding: 30px;
  border-color: rgba(97, 50, 38, 0.1);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 235, 0.96));
  box-shadow: 0 24px 56px rgba(56, 28, 22, 0.08);
}

.kidstar-featured-post__copy h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.45rem);
  line-height: 0.98;
}

.kidstar-post-card {
  gap: 20px;
  padding: 20px;
  border-radius: 28px;
  box-shadow: 0 20px 48px rgba(56, 28, 22, 0.06);
}

@media (min-width: 901px) {
  .kidstar-card-grid--4 .kidstar-card--category:nth-child(2),
  .kidstar-card-grid--4 .kidstar-card--category:nth-child(4) {
    transform: translateY(16px);
  }
}

@media (max-width: 1200px) {
  .kidstar-hero-shell,
  .kidstar-page--home .kidstar-hero-shell {
    min-height: auto;
    padding: 42px;
  }

  .kidstar-hero-copy h1,
  .kidstar-page--home .kidstar-hero-copy h1 {
    max-width: 11ch;
  }
}

@media (max-width: 900px) {
  .kidstar-page > .kidstar-section {
    padding: 26px;
  }

  .kidstar-hero-shell,
  .kidstar-page--home .kidstar-hero-shell {
    padding: 32px 24px;
  }

  .kidstar-hero-media {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .kidstar-hero-media > .kidstar-media-frame--tall,
  .kidstar-media-stack .kidstar-media-frame:first-child,
  .kidstar-media-stack .kidstar-media-frame:last-child,
  .kidstar-card-grid--4 .kidstar-card--category:nth-child(2),
  .kidstar-card-grid--4 .kidstar-card--category:nth-child(4) {
    transform: none;
  }

  .kidstar-page--home .kidstar-proof-band {
    margin-top: 18px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .entry-content > .kidstar-page {
    padding: 14px 0 60px;
  }

  .kidstar-page p,
  .kidstar-page li {
    font-size: 0.98rem;
  }

  .kidstar-section,
  .kidstar-page > .kidstar-section {
    padding: 20px;
  }

  .kidstar-hero-copy h1,
  .kidstar-page--home .kidstar-hero-copy h1 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
    line-height: 0.92;
  }

  .kidstar-hero-shell,
  .kidstar-page--home .kidstar-hero-shell,
  .kidstar-card,
  .kidstar-step-card,
  .kidstar-proof-card,
  .kidstar-card--form,
  .kidstar-brief-panel,
  .kidstar-cta-strip,
  .kidstar-media-frame {
    border-radius: 26px;
  }

  .kidstar-button {
    width: 100%;
  }
}

/* Homepage rebuild: make the front page feel like a confectionery export catalog cover,
   not a generic section stack. Scope tightly to the homepage. */
.kidstar-page--home {
  display: grid;
  gap: 34px;
}

.kidstar-page--home .kidstar-candy-promo-strip {
  position: relative;
  overflow: hidden;
  margin: 0 34px -8px;
  display: grid;
  gap: 12px;
  padding: 14px 18px 16px;
  border: 1px solid rgba(97, 50, 38, 0.12);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 238, 0.94)),
    radial-gradient(circle at 18% 32%, rgba(255, 95, 104, 0.14), transparent 30%),
    radial-gradient(circle at 82% 50%, rgba(255, 173, 74, 0.18), transparent 34%);
  box-shadow: 0 18px 36px rgba(56, 28, 22, 0.06);
}

.kidstar-page--home .kidstar-candy-promo-strip::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(255, 95, 104, 0.08) 0 16%, transparent 16% 32%, rgba(255, 173, 74, 0.08) 32% 48%, transparent 48% 64%, rgba(133, 196, 111, 0.07) 64% 80%, transparent 80% 100%);
  opacity: 0.55;
  pointer-events: none;
}

.kidstar-page--home .kidstar-candy-promo-strip__marquee {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.kidstar-page--home .kidstar-candy-promo-strip__track {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  animation: kidstar-home-marquee 28s linear infinite;
  will-change: transform;
}

.kidstar-page--home .kidstar-candy-promo-strip__track span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.25rem 0.92rem;
  border: 1px solid rgba(97, 50, 38, 0.08);
  border-radius: 999px;
  color: var(--kidstar-primary-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(56, 28, 22, 0.05);
}

.kidstar-page--home .kidstar-candy-promo-strip__track span:nth-child(4n + 1) {
  background: linear-gradient(135deg, rgba(255, 95, 104, 0.16), rgba(255, 255, 255, 0.92));
  transform: rotate(-1.9deg);
}

.kidstar-page--home .kidstar-candy-promo-strip__track span:nth-child(4n + 2) {
  background: linear-gradient(135deg, rgba(255, 173, 74, 0.2), rgba(255, 255, 255, 0.92));
  transform: rotate(1.4deg);
}

.kidstar-page--home .kidstar-candy-promo-strip__track span:nth-child(4n + 3) {
  background: linear-gradient(135deg, rgba(133, 196, 111, 0.18), rgba(255, 255, 255, 0.92));
  transform: rotate(-1.1deg);
}

.kidstar-page--home .kidstar-candy-promo-strip__track span:nth-child(4n + 4) {
  background: linear-gradient(135deg, rgba(255, 204, 136, 0.18), rgba(255, 255, 255, 0.92));
  transform: rotate(1.8deg);
}

.kidstar-page--home .kidstar-candy-promo-strip__summary {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  text-align: center;
  color: var(--kidstar-primary-deep);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.kidstar-page--home .kidstar-candy-promo-strip strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.22rem 0.82rem;
  border: 1px solid rgba(97, 50, 38, 0.1);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(244, 90, 92, 0.14), rgba(255, 159, 69, 0.18));
  color: var(--kidstar-primary-deep);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kidstar-page--home .kidstar-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: stretch;
  min-height: 560px;
  padding: 38px;
  background:
    linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(255, 241, 229, 0.97)),
    linear-gradient(135deg, rgba(244, 90, 92, 0.04), rgba(255, 159, 69, 0.08));
}

.kidstar-page--home .kidstar-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 28px;
  align-items: stretch;
}

.kidstar-page--home .kidstar-home-hero::before {
  top: auto;
  bottom: -64px;
  right: -34px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(244, 90, 92, 0.2), rgba(244, 90, 92, 0));
}

.kidstar-page--home .kidstar-home-hero::after {
  left: 44px;
  right: auto;
  top: 36px;
  bottom: auto;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(rgba(255, 159, 69, 0.16) 1.1px, transparent 1.1px);
  opacity: 0.55;
  transform: rotate(-8deg);
}

.kidstar-home-hero__copy {
  justify-content: space-between;
  gap: 20px;
}

.kidstar-page--home .kidstar-home-hero__copy h1 {
  max-width: 12.8ch;
  margin: 0;
  font-size: clamp(2.65rem, 4.4vw, 4.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #241917;
  text-wrap: pretty;
}

.kidstar-signal-strip {
  display: grid;
  gap: 14px;
  margin-top: 6px;
}

.kidstar-signal-strip__item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(97, 50, 38, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(56, 28, 22, 0.04);
}

.kidstar-signal-strip__item strong {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kidstar-primary-deep);
}

.kidstar-signal-strip__item span {
  color: var(--kidstar-ink);
  line-height: 1.55;
}

.kidstar-page--home .kidstar-topic-chips span:nth-child(1) {
  background: rgba(255, 95, 104, 0.12);
}

.kidstar-page--home .kidstar-topic-chips span:nth-child(2) {
  background: rgba(255, 173, 74, 0.14);
}

.kidstar-page--home .kidstar-topic-chips span:nth-child(3) {
  background: rgba(133, 196, 111, 0.14);
}

.kidstar-page--home .kidstar-topic-chips span:nth-child(1),
.kidstar-page--home .kidstar-topic-chips span:nth-child(2),
.kidstar-page--home .kidstar-topic-chips span:nth-child(3) {
  border-color: rgba(97, 50, 38, 0.08);
  transform: rotate(-1.5deg);
}

.kidstar-page--home .kidstar-topic-chips span:nth-child(2) {
  transform: rotate(1.6deg) translateY(2px);
}

.kidstar-page--home .kidstar-topic-chips span:nth-child(3) {
  transform: rotate(-0.8deg) translateY(-1px);
}

.kidstar-page--home .kidstar-section-heading {
  position: relative;
  display: grid;
  gap: 12px;
  padding-left: 18px;
}

.kidstar-page--home .kidstar-section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 14px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(244, 90, 92, 0.95), rgba(255, 173, 74, 0.9), rgba(133, 196, 111, 0.82));
  box-shadow: 0 10px 18px rgba(244, 90, 92, 0.18);
}

.kidstar-page--home .kidstar-section-heading .kidstar-eyebrow {
  width: fit-content;
  padding: 0.34rem 0.82rem;
  border: 1px solid rgba(97, 50, 38, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 244, 235, 0.94));
  box-shadow: 0 10px 24px rgba(56, 28, 22, 0.05);
}

.kidstar-page--home .kidstar-section-heading .kidstar-eyebrow::after {
  width: 34px;
}

.kidstar-showcase-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(170px, 0.7fr);
  grid-template-rows: minmax(210px, 1fr) minmax(210px, 1fr);
  gap: 16px;
  align-self: stretch;
}

.kidstar-showcase-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(97, 50, 38, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 54px rgba(56, 28, 22, 0.1);
}

.kidstar-showcase-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kidstar-showcase-card--main {
  grid-row: 1 / span 2;
  transform: rotate(-3deg);
}

.kidstar-showcase-card--side:first-of-type {
  transform: translateY(10px) translateX(-8px);
}

.kidstar-showcase-card--side:last-of-type {
  transform: translateX(16px);
}

.kidstar-showcase-card--proof {
  display: grid;
  gap: 10px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: min(300px, 60%);
  padding: 20px;
  border-radius: 26px;
  background: rgba(47, 28, 23, 0.9);
  box-shadow: 0 22px 54px rgba(30, 14, 12, 0.22);
}

.kidstar-showcase-card--proof,
.kidstar-showcase-card--proof p,
.kidstar-showcase-card--proof li,
.kidstar-showcase-card--proof .kidstar-eyebrow {
  color: #fff7f0;
}

.kidstar-showcase-card--proof .kidstar-eyebrow::after {
  background: currentColor;
}

.kidstar-showcase-card--proof .kidstar-check-list {
  gap: 8px;
}

.kidstar-showcase-card--proof .kidstar-check-list li::before {
  background: linear-gradient(135deg, #fff0d6, #ffbd7a);
}

.kidstar-proof-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: -72px;
  padding: 0 28px;
  position: relative;
  z-index: 3;
}

.kidstar-proof-rail .kidstar-proof-card {
  display: grid;
  gap: 10px;
  min-height: 170px;
  justify-content: end;
}

.kidstar-procurement-path {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.kidstar-procurement-path__lead {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(47, 28, 23, 0.94), rgba(90, 47, 37, 0.92));
  box-shadow: 0 22px 54px rgba(47, 28, 23, 0.12);
}

.kidstar-procurement-path__lead,
.kidstar-procurement-path__lead h2,
.kidstar-procurement-path__lead p,
.kidstar-procurement-path__lead .kidstar-eyebrow {
  color: #fff7f0;
}

.kidstar-procurement-path__lead h2 {
  margin: 0;
  font-size: clamp(1.42rem, 2vw, 1.95rem);
  line-height: 1.06;
}

.kidstar-procurement-path__lead .kidstar-eyebrow::after {
  background: currentColor;
}

.kidstar-procurement-card {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  padding: 24px 22px 22px;
  border: 1px solid rgba(97, 50, 38, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 240, 0.95));
  box-shadow: 0 18px 42px rgba(56, 28, 22, 0.05);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.kidstar-procurement-card::after {
  content: "→";
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 1rem;
  color: rgba(97, 50, 38, 0.56);
}

.kidstar-procurement-card:hover,
.kidstar-procurement-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(97, 50, 38, 0.18);
  box-shadow: 0 24px 54px rgba(56, 28, 22, 0.08);
}

.kidstar-procurement-link__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kidstar-primary-deep);
}

.kidstar-procurement-card h3 {
  margin: 0;
  margin-right: 22px;
  font-size: 1.1rem;
  line-height: 1.08;
}

.kidstar-procurement-card p {
  margin: 0;
  color: var(--kidstar-ink);
}

.kidstar-procurement-link {
  color: var(--kidstar-ink-strong);
  text-decoration: none;
}

.kidstar-procurement-link:hover,
.kidstar-procurement-link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
}

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

.kidstar-route-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(97, 50, 38, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 237, 0.95));
  box-shadow: 0 18px 42px rgba(56, 28, 22, 0.05);
}

.kidstar-route-card__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kidstar-primary-deep);
}

.kidstar-route-card h3 {
  margin: 0;
}

.kidstar-route-card .kidstar-check-list {
  gap: 10px;
}

.kidstar-intake-card {
  display: grid;
  gap: 12px;
  padding-top: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 238, 0.95));
  border-top: 4px solid rgba(242, 109, 79, 0.4);
}

.kidstar-intake-card__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kidstar-primary-deep);
}

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

.kidstar-spectrum-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  grid-column: span 3;
  border: 1px solid rgba(97, 50, 38, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 237, 0.94));
  box-shadow: 0 18px 40px rgba(56, 28, 22, 0.05);
}

.kidstar-spectrum-card--wide {
  grid-column: span 6;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  padding: 24px;
  background: linear-gradient(135deg, rgba(47, 28, 23, 0.95), rgba(90, 47, 37, 0.94));
  box-shadow: 0 24px 60px rgba(47, 28, 23, 0.16);
}

.kidstar-spectrum-card--wide h3,
.kidstar-spectrum-card--wide p {
  color: #fff7f0;
}

.kidstar-spectrum-card--wide .kidstar-media-frame {
  box-shadow: none;
}

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

.kidstar-commercial-lead {
  display: grid;
  gap: 12px;
  grid-column: span 6;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, #2d1b17 0%, #4b2b23 55%, #82483a 120%);
  box-shadow: 0 28px 66px rgba(45, 27, 23, 0.18);
}

.kidstar-commercial-lead h3 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.1;
  margin: 0;
}

.kidstar-commercial-lead,
.kidstar-commercial-lead p,
.kidstar-commercial-lead h3,
.kidstar-commercial-lead .kidstar-eyebrow {
  color: #fff7f0;
}

.kidstar-commercial-lead .kidstar-eyebrow::after {
  background: currentColor;
}

.kidstar-commercial-grid > .kidstar-card {
  grid-column: span 3;
}

.kidstar-page--home .kidstar-spectrum-card:nth-child(1) {
  transform: rotate(-1.8deg) translateY(8px);
}

.kidstar-page--home .kidstar-spectrum-card:nth-child(2) {
  transform: rotate(1.4deg) translateY(16px);
}

.kidstar-page--home .kidstar-spectrum-card:nth-child(3) {
  transform: rotate(-1.2deg) translateY(-2px);
}

.kidstar-page--home .kidstar-spectrum-card:nth-child(4) {
  transform: rotate(1.8deg) translateY(14px);
}

.kidstar-page--home .kidstar-spectrum-card:nth-child(5) {
  transform: rotate(-1deg) translateY(-6px);
}

.kidstar-page--home .kidstar-procurement-card:nth-child(2) {
  transform: rotate(-1.6deg) translateY(8px);
}

.kidstar-page--home .kidstar-procurement-card:nth-child(3) {
  transform: rotate(1.4deg) translateY(-4px);
}

.kidstar-page--home .kidstar-procurement-card:nth-child(4) {
  transform: rotate(-1deg) translateY(10px);
}

.kidstar-page--home .kidstar-commercial-grid > .kidstar-card:nth-child(2) {
  transform: rotate(-1.4deg) translateY(10px);
}

.kidstar-page--home .kidstar-commercial-grid > .kidstar-card:nth-child(3) {
  transform: rotate(1.6deg) translateY(-8px);
}

.kidstar-page--home .kidstar-commercial-grid > .kidstar-card:nth-child(4) {
  transform: rotate(-0.8deg) translateY(8px);
}

.kidstar-page--home .kidstar-commercial-grid > .kidstar-card:nth-child(5) {
  transform: rotate(1.2deg) translateY(-2px);
}

.kidstar-program-grid .kidstar-card:nth-child(2) {
  transform: translateY(18px);
}

@keyframes kidstar-home-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

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

.kidstar-checklist-band {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.84fr);
  gap: 22px;
  padding: 30px;
  border: 1px solid rgba(97, 50, 38, 0.08);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 247, 238, 0.92));
  box-shadow: 0 20px 44px rgba(56, 28, 22, 0.05);
}

.kidstar-checklist-band__copy {
  display: grid;
  align-content: center;
  gap: 12px;
}

.kidstar-checklist-band__copy h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1.08;
}

@media (max-width: 1200px) {
  .kidstar-page--home .kidstar-home-hero {
    min-height: auto;
  }

  .kidstar-page--home .kidstar-home-hero-grid {
    grid-template-columns: 1fr;
  }

  .kidstar-page--home .kidstar-home-hero__copy h1 {
    max-width: none;
    font-size: clamp(2.35rem, 6vw, 3.8rem);
  }

  .kidstar-proof-rail {
    margin-top: 18px;
    padding: 0;
  }

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

  .kidstar-procurement-path__lead {
    grid-column: 1 / -1;
  }

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

  .kidstar-spectrum-card {
    grid-column: span 6;
  }

  .kidstar-commercial-lead,
  .kidstar-commercial-grid > .kidstar-card {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .kidstar-page--home .kidstar-home-hero {
    padding: 28px;
  }

  .kidstar-page--home .kidstar-home-hero-grid,
  .kidstar-showcase-board,
  .kidstar-spectrum-grid,
  .kidstar-commercial-grid,
  .kidstar-checklist-band,
  .kidstar-procurement-path,
  .kidstar-proof-rail {
    grid-template-columns: 1fr;
  }

  .kidstar-showcase-card--main,
  .kidstar-showcase-card--side:first-of-type,
  .kidstar-showcase-card--side:last-of-type,
  .kidstar-page--home .kidstar-candy-promo-strip__track span,
  .kidstar-page--home .kidstar-spectrum-card,
  .kidstar-page--home .kidstar-procurement-card,
  .kidstar-page--home .kidstar-commercial-grid > .kidstar-card,
  .kidstar-program-grid .kidstar-card:nth-child(2) {
    transform: none;
  }

  .kidstar-showcase-card--proof {
    position: static;
    width: 100%;
  }

  .kidstar-spectrum-card,
  .kidstar-spectrum-card--wide,
  .kidstar-commercial-lead,
  .kidstar-commercial-grid > .kidstar-card {
    grid-column: auto;
  }

  .kidstar-spectrum-card--wide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .kidstar-page--home {
    gap: 24px;
  }

  .kidstar-page--home .kidstar-home-hero {
    padding: 20px;
  }

  .kidstar-page--home .kidstar-candy-promo-strip {
    margin-inline: 20px;
    padding: 12px 14px 14px;
    border-radius: 28px;
  }

  .kidstar-page--home .kidstar-home-hero__copy h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
    max-width: none;
    line-height: 1.02;
  }

  .kidstar-proof-rail {
    gap: 16px;
  }

  .kidstar-procurement-path__lead,
  .kidstar-procurement-card,
  .kidstar-route-card,
  .kidstar-spectrum-card,
  .kidstar-commercial-lead,
  .kidstar-shell-note,
  .kidstar-checklist-band {
    padding: 18px;
  }

  .kidstar-page--home .kidstar-candy-promo-strip__track {
    animation-duration: 20s;
  }
}

.kidstar-page--home {
  display: grid;
  gap: 32px;
}

.kidstar-home-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  padding: 34px;
  border: 1px solid rgba(92, 45, 35, 0.1);
  border-radius: 40px;
  background:
    radial-gradient(circle at top left, rgba(255, 194, 126, 0.25), transparent 28%),
    radial-gradient(circle at bottom right, rgba(244, 90, 92, 0.18), transparent 24%),
    linear-gradient(160deg, rgba(255, 252, 248, 0.99), rgba(255, 244, 234, 0.97));
  box-shadow: 0 32px 80px rgba(45, 27, 23, 0.12);
}

.kidstar-home-stage::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  pointer-events: none;
}

.kidstar-home-stage__copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 18px;
}

.kidstar-home-stage__pill {
  display: inline-flex;
  width: fit-content;
}

.kidstar-home-stage__pill span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(59, 37, 32, 0.1);
  border-radius: 999px;
  background: rgba(59, 37, 32, 0.05);
  color: var(--kidstar-ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kidstar-home-stage__pill span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--kidstar-primary), var(--kidstar-accent));
  box-shadow: 0 0 0 4px rgba(244, 90, 92, 0.12);
}

.kidstar-home-stage__copy h1 {
  margin: 0;
  max-width: 10.5ch;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
  color: #251613;
}

.kidstar-home-stage__accent {
  display: block;
  margin-top: 8px;
  color: var(--kidstar-primary-deep);
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.kidstar-home-stage .kidstar-lead {
  max-width: 56ch;
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.85;
}

.kidstar-home-stage__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
  padding-top: 16px;
  border-top: 1px solid rgba(92, 45, 35, 0.1);
}

.kidstar-home-stage__stats article {
  display: grid;
  gap: 6px;
  min-width: 120px;
  padding-right: 22px;
  margin-right: 22px;
  border-right: 1px solid rgba(92, 45, 35, 0.1);
}

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

.kidstar-home-stage__stats strong {
  color: var(--kidstar-ink);
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.kidstar-home-stage__stats span {
  color: var(--kidstar-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kidstar-home-stage__proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kidstar-home-stage__proofline span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(92, 45, 35, 0.08);
  box-shadow: 0 12px 24px rgba(45, 27, 23, 0.05);
  color: var(--kidstar-ink);
  font-size: 0.84rem;
  font-weight: 700;
}

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

.kidstar-home-meter-card {
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 18px;
  border: 1px solid rgba(92, 45, 35, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 28px rgba(45, 27, 23, 0.05);
}

.kidstar-home-meter-card strong {
  color: var(--kidstar-ink);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kidstar-home-meter-card span {
  color: var(--kidstar-muted);
  line-height: 1.6;
}

.kidstar-home-stage__visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  grid-template-rows: minmax(220px, 1fr) minmax(220px, 1fr);
  gap: 16px;
  min-height: 100%;
}

.kidstar-home-stage__visual--hero {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(420px, 1fr);
  align-items: stretch;
  min-height: 520px;
}

.kidstar-home-stage__hero-shot,
.kidstar-home-stage__mini-shot,
.kidstar-home-stage__panel {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(92, 45, 35, 0.1);
  box-shadow: 0 24px 60px rgba(45, 27, 23, 0.12);
}

.kidstar-home-stage__hero-shot {
  grid-row: 1 / span 2;
  min-height: 520px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
}

.kidstar-home-stage__hero-shot img,
.kidstar-home-stage__mini-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kidstar-home-stage__stack {
  display: grid;
  gap: 16px;
}

.kidstar-home-stage__mini-shot {
  background: #fff;
}

.kidstar-home-stage__panel {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: min(300px, 58%);
  display: grid;
  gap: 10px;
  padding: 20px;
  background: linear-gradient(145deg, rgba(48, 29, 23, 0.97), rgba(88, 44, 35, 0.94));
}

.kidstar-home-stage__panel,
.kidstar-home-stage__panel .kidstar-check-list li,
.kidstar-home-stage__panel .kidstar-check-list li::before {
  color: #fff7f0;
}

.kidstar-home-stage__panel .kidstar-check-list li::before {
  background: linear-gradient(135deg, #ffdca7, #ffb26b);
}

.kidstar-home-stage__panel-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 238, 220, 0.92);
}

.kidstar-home-stage__facility-card {
  position: absolute;
  left: -18px;
  bottom: 26px;
  z-index: 2;
  width: min(280px, 55%);
  display: grid;
  gap: 10px;
  padding: 24px 26px;
  border: 1px solid rgba(92, 45, 35, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 54px rgba(45, 27, 23, 0.14);
}

.kidstar-home-stage__facility-card h2,
.kidstar-home-stage__facility-card p {
  margin: 0;
}

.kidstar-home-stage__facility-card h2 {
  color: var(--kidstar-ink);
  font-size: 1.65rem;
  line-height: 1.04;
}

.kidstar-home-stage__facility-label {
  color: var(--kidstar-primary-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kidstar-home-proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 36px;
  background: #2d1b17;
  box-shadow: 0 24px 58px rgba(45, 27, 23, 0.18);
}

.kidstar-home-proof-strip article {
  display: grid;
  gap: 6px;
  padding: 28px 18px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

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

.kidstar-home-proof-strip strong {
  color: #d4af37;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.kidstar-home-proof-strip span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kidstar-home-proof-strip__cta {
  background: linear-gradient(135deg, var(--kidstar-primary), var(--kidstar-primary-deep));
}

.kidstar-home-proof-strip__cta strong,
.kidstar-home-proof-strip__cta span {
  color: #fff7f2;
}

.kidstar-home-story-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

.kidstar-home-story-board .kidstar-media-frame {
  min-height: 340px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(255, 244, 234, 0.96));
  box-shadow: 0 24px 60px rgba(45, 27, 23, 0.1);
}

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

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

.kidstar-home-story-card {
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(92, 45, 35, 0.1);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 240, 0.94));
  box-shadow: 0 18px 40px rgba(45, 27, 23, 0.06);
}

.kidstar-home-story-card h3,
.kidstar-home-spectrum-feature h3,
.kidstar-home-spectrum-card h3,
.kidstar-home-procurement-card h3,
.kidstar-home-finale h2,
.kidstar-home-brief__lead h2 {
  margin: 0;
}

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

.kidstar-home-spectrum-feature {
  grid-column: span 7;
  display: grid;
  grid-template-columns: minmax(200px, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(51, 28, 22, 0.98), rgba(90, 48, 37, 0.94));
  box-shadow: 0 28px 62px rgba(45, 27, 23, 0.16);
}

.kidstar-home-spectrum-feature h3,
.kidstar-home-spectrum-feature p,
.kidstar-home-spectrum-feature__eyebrow {
  color: #fff7f0;
}

.kidstar-home-spectrum-feature__eyebrow {
  margin: 0 0 10px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kidstar-home-spectrum-card {
  grid-column: span 5;
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(92, 45, 35, 0.1);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 238, 0.95));
  box-shadow: 0 18px 38px rgba(45, 27, 23, 0.05);
}

.kidstar-home-spectrum-card__label {
  margin: 0;
  color: var(--kidstar-primary-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kidstar-home-spectrum-card .kidstar-check-list,
.kidstar-home-spectrum-feature .kidstar-check-list {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(92, 45, 35, 0.08);
}

.kidstar-home-procurement {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kidstar-home-procurement--workflow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #2d1b17;
  padding: 44px 40px;
  border-radius: 40px;
  box-shadow: 0 32px 80px rgba(45, 27, 23, 0.18);
}

.kidstar-home-procurement__lead {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(49, 29, 23, 0.98), rgba(88, 45, 35, 0.94));
  box-shadow: 0 28px 60px rgba(45, 27, 23, 0.14);
}

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

.kidstar-home-procurement__lead--centered {
  grid-column: 1 / -1;
  justify-items: center;
  text-align: center;
  background: transparent;
  box-shadow: none;
  padding: 0 0 18px;
}

.kidstar-home-step-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 12px;
  padding: 0 10px;
  color: #fff7f0;
}

.kidstar-home-step-card h3,
.kidstar-home-step-card p,
.kidstar-home-step-card strong {
  margin: 0;
  color: inherit;
}

.kidstar-home-step-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: #241612;
  border: 4px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.25);
  color: var(--kidstar-primary);
  font-size: 2rem;
  font-weight: 800;
}

.kidstar-home-step-card p {
  color: rgba(255, 247, 240, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
}

.kidstar-home-step-card strong {
  color: #d4af37;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kidstar-home-procurement__lead .kidstar-eyebrow::after {
  background: currentColor;
}

.kidstar-home-procurement-card {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(92, 45, 35, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(45, 27, 23, 0.05);
}

.kidstar-home-procurement-card::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 18px;
  color: rgba(92, 45, 35, 0.45);
}

.kidstar-home-procurement-card__label {
  margin: 0;
  color: var(--kidstar-primary-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kidstar-home-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr) minmax(260px, 0.8fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(92, 45, 35, 0.08);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 238, 0.95));
  box-shadow: 0 20px 44px rgba(45, 27, 23, 0.06);
}

.kidstar-home-brief__lead {
  display: grid;
  align-content: center;
  gap: 12px;
}

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

.kidstar-home-brief__media .kidstar-media-frame {
  min-height: 260px;
  padding: 20px;
  background: linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(255, 244, 234, 0.96));
  box-shadow: 0 22px 50px rgba(45, 27, 23, 0.1);
}

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

.kidstar-home-brief__badge {
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: 2;
  max-width: 260px;
  padding: 26px;
  border-radius: 28px;
  background: #35211c;
  box-shadow: 0 24px 54px rgba(45, 27, 23, 0.2);
}

.kidstar-home-brief__badge h3,
.kidstar-home-brief__badge p {
  margin: 0;
  color: #fff7f0;
}

.kidstar-home-brief__lead--specifics {
  gap: 18px;
}

.kidstar-home-spec-grid {
  display: grid;
  gap: 16px;
}

.kidstar-home-spec-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(92, 45, 35, 0.08);
  background: rgba(255, 248, 242, 0.98);
  box-shadow: 0 18px 36px rgba(45, 27, 23, 0.05);
}

.kidstar-home-spec-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.kidstar-home-spec-card__head strong {
  color: var(--kidstar-ink);
  font-size: 1.1rem;
  line-height: 1.1;
}

.kidstar-home-spec-card__head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(59, 37, 32, 0.06);
  color: var(--kidstar-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kidstar-home-spec-card .kidstar-check-list {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(92, 45, 35, 0.08);
}

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

.kidstar-home-fact-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 248, 242, 0.96);
  border: 1px solid rgba(92, 45, 35, 0.08);
}

.kidstar-home-fact-card strong {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kidstar-primary-deep);
}

.kidstar-home-fact-card span {
  color: var(--kidstar-ink);
  font-weight: 800;
}

.kidstar-home-finale {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(49, 29, 23, 0.98), rgba(111, 58, 46, 0.94));
  box-shadow: 0 30px 70px rgba(45, 27, 23, 0.16);
}

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

.kidstar-home-finale .kidstar-eyebrow::after {
  background: currentColor;
}

.kidstar-home-finale .kidstar-button--secondary,
.kidstar-home-finale .kidstar-button--ghost {
  background: rgba(255, 255, 255, 0.16);
  color: #fff7f0;
  border-color: rgba(255, 255, 255, 0.18);
}

.kidstar-home-finale__contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.kidstar-home-finale__contact-grid article {
  display: grid;
  gap: 6px;
}

.kidstar-home-finale__contact-grid span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kidstar-home-finale__contact-grid strong {
  color: #fff7f0;
  font-size: 1.1rem;
  line-height: 1.1;
}

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

@media (max-width: 1200px) {
  .kidstar-home-stage,
  .kidstar-home-brief {
    grid-template-columns: 1fr;
  }

  .kidstar-home-stage__copy h1 {
    max-width: none;
  }

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

  .kidstar-home-story-grid,
  .kidstar-home-procurement {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .kidstar-home-spectrum-feature,
  .kidstar-home-spectrum-card {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .kidstar-home-stage {
    padding: 22px;
  }

  .kidstar-home-stage__visual,
  .kidstar-home-story-grid,
  .kidstar-home-spectrum-grid,
  .kidstar-home-procurement,
  .kidstar-home-brief,
  .kidstar-home-brief__facts,
  .kidstar-home-proof-strip,
  .kidstar-home-story-board {
    grid-template-columns: 1fr;
  }

  .kidstar-home-stage__hero-shot {
    grid-row: auto;
    min-height: 320px;
    padding: 24px;
  }

  .kidstar-home-stage__panel,
  .kidstar-home-stage__facility-card {
    position: static;
    width: 100%;
  }

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

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

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

  .kidstar-home-stage__stats {
    gap: 18px;
  }

  .kidstar-home-stage__stats article {
    min-width: 0;
    margin-right: 0;
    padding-right: 18px;
  }

  .kidstar-home-finale {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

@media (max-width: 767px) {
  .kidstar-home-stage__copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
    line-height: 0.96;
  }

  .kidstar-home-stage,
  .kidstar-home-story-card,
  .kidstar-home-spectrum-feature,
  .kidstar-home-spectrum-card,
  .kidstar-home-procurement__lead,
  .kidstar-home-procurement-card,
  .kidstar-home-brief,
  .kidstar-home-finale {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kidstar-page--home .kidstar-candy-promo-strip__track {
    animation: none;
  }
}
