.plg-childstories-block {
  --pcs-ink: #17242b;
  --pcs-muted: #5b6b73;
  --pcs-red: #d9232e;
  --pcs-gold: #f6b21a;
  --pcs-soft: #fff7e6;
  --pcs-line: rgba(23, 36, 43, 0.14);
  margin-block: 1.6rem;
  border-radius: 8px;
}

.plg-childstories-pullquote {
  padding: 1rem 0 1rem 1.25rem;
  border-left: 6px solid var(--pcs-gold);
  color: var(--pcs-ink);
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 850;
}

.plg-childstories-pullquote cite,
.plg-childstories-testimonial figcaption {
  display: block;
  margin-top: 0.65rem;
  color: var(--pcs-muted);
  font-size: 0.9rem;
  font-style: normal;
}

.plg-childstories-fact,
.plg-childstories-cta,
.plg-childstories-testimonial,
.plg-childstories-card {
  padding: 1.15rem;
  border: 1px solid var(--pcs-line);
  background: var(--pcs-soft);
}

.plg-childstories-fact {
  display: grid;
  gap: 0.25rem;
}

.plg-childstories-fact strong {
  color: var(--pcs-red);
  font-size: 2.4rem;
  line-height: 1;
}

.plg-childstories-fact span {
  color: var(--pcs-ink);
  font-weight: 850;
}

.plg-childstories-cta a,
.plg-childstories-card a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: var(--pcs-red);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.plg-childstories-testimonial blockquote {
  margin: 0;
}

.plg-childstories-card {
  display: grid;
  grid-template-columns: minmax(120px, 220px) 1fr;
  gap: 1rem;
  align-items: center;
}

.plg-childstories-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.plg-childstories-card h3 {
  margin: 0 0 0.45rem;
  color: var(--pcs-ink);
  font-size: 1.35rem;
  line-height: 1.2;
}

.plg-childstories-card p {
  margin: 0 0 0.85rem;
  color: var(--pcs-muted);
}

@media (max-width: 640px) {
  .plg-childstories-card {
    grid-template-columns: 1fr;
  }
}

.hakistories {
  --hs-ink: #17242b;
  --hs-muted: #5f6f75;
  --hs-line: rgba(23, 36, 43, 0.14);
  --hs-surface: #fffdf8;
  --hs-soft: #f7f2e8;
  --hs-red: #d9232e;
  --hs-green: #078b54;
  --hs-gold: #f6b21a;
  --hs-blue: #126b8f;
  --hs-shadow: 0 18px 50px rgba(23, 36, 43, 0.12);
  --hs-radius: 8px;
  color: var(--hs-ink);
  background: var(--hs-surface);
  font-size: 16px;
  line-height: 1.65;
}

.hakistories *,
.hakistories *::before,
.hakistories *::after {
  box-sizing: border-box;
}

.hakistories img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hakistories a {
  color: inherit;
}

.hakistories :focus-visible {
  outline: 3px solid var(--hs-gold);
  outline-offset: 3px;
}

.hs-hero,
.hs-featured-rail,
.hs-filters,
.hs-grid-section,
.hs-region-filter,
.hs-cta {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.hs-hero {
  position: relative;
  min-height: clamp(560px, 78vh, 760px);
  display: grid;
  align-items: end;
  margin-top: 20px;
  overflow: hidden;
  border-radius: var(--hs-radius);
  background: var(--hs-ink);
  box-shadow: var(--hs-shadow);
}

.hs-hero__media {
  position: absolute;
  inset: 0;
}

.hs-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 36, 43, 0.88), rgba(23, 36, 43, 0.46) 54%, rgba(23, 36, 43, 0.18)),
    linear-gradient(0deg, rgba(23, 36, 43, 0.74), transparent 42%);
}

.hs-hero__media img,
.hs-card-media img,
.hs-rail-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-hero-placeholder,
.hs-card-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(217, 35, 46, 0.74), rgba(7, 139, 84, 0.82)),
    radial-gradient(circle at 72% 22%, rgba(246, 178, 26, 0.8), transparent 30%);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 900;
  text-transform: uppercase;
}

.hs-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: clamp(28px, 6vw, 72px);
  color: #fff;
}

.hs-eyebrow {
  margin: 0 0 10px;
  color: var(--hs-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hs-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 7vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hs-hero__intro,
.hs-hero__summary {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.hs-hero__story {
  max-width: 740px;
  margin: 18px 0 0;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.1;
}

.hs-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hs-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
}

.hs-chip--accent {
  background: rgba(246, 178, 26, 0.18);
  color: #744700;
  border-color: rgba(246, 178, 26, 0.45);
}

.hs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--hs-line);
  border-radius: var(--hs-radius);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hs-btn--primary {
  border-color: var(--hs-red);
  background: var(--hs-red);
  color: #fff;
}

.hs-btn--ghost {
  background: rgba(255, 255, 255, 0.92);
  color: var(--hs-ink);
}

.hs-btn:hover,
.hs-rail-card:hover,
.hs-story-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--hs-shadow);
}

.hs-section-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
}

.hs-section-heading h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1.08;
}

.hs-featured-rail,
.hs-filters,
.hs-grid-section,
.hs-region-filter,
.hs-cta {
  padding-block: clamp(38px, 7vw, 82px);
}

.hs-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 390px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 6px 4px 18px;
}

.hs-rail-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--hs-radius);
  color: #fff;
  text-decoration: none;
  background: var(--hs-ink);
  scroll-snap-align: start;
}

.hs-rail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 36, 43, 0.88), rgba(23, 36, 43, 0.08) 72%);
}

.hs-rail-card img,
.hs-rail-card .hs-card-placeholder {
  position: absolute;
  inset: 0;
  transition: transform 350ms ease;
}

.hs-rail-card:hover img,
.hs-story-card:hover img {
  transform: scale(1.035);
}

.hs-rail-card > :not(img):not(.hs-card-placeholder) {
  position: relative;
  z-index: 1;
  margin-inline: 22px;
}

.hs-rail-card .hs-chip {
  width: max-content;
  margin-bottom: 10px;
}

.hs-rail-card h3 {
  margin-block: 0 10px;
  font-size: 1.35rem;
  line-height: 1.16;
}

.hs-rail-card p {
  margin-block: 0 12px;
  color: rgba(255, 255, 255, 0.84);
}

.hs-rail-card .hs-card-meta {
  margin-bottom: 22px;
}

.hs-filter-form {
  display: grid;
  grid-template-columns: repeat(6, minmax(130px, 1fr));
  gap: 14px;
  align-items: end;
  padding: 18px;
  border: 1px solid var(--hs-line);
  border-radius: var(--hs-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(23, 36, 43, 0.07);
}

.hs-filter-form label {
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--hs-muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.hs-filter-form input,
.hs-filter-form select {
  width: 100%;
  min-height: 46px;
  padding: 9px 12px;
  border: 1px solid var(--hs-line);
  border-radius: var(--hs-radius);
  color: var(--hs-ink);
  background: var(--hs-surface);
}

.hs-filter-form button {
  width: 100%;
}

.hs-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.hs-story-card {
  position: relative;
  grid-column: span 4;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--hs-line);
  border-radius: var(--hs-radius);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hs-story-card--large {
  grid-column: span 6;
}

.hs-story-card--wide {
  grid-column: span 8;
}

.hs-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hs-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--hs-soft);
}

.hs-card-media img,
.hs-card-media .hs-card-placeholder {
  transition: transform 350ms ease;
}

.hs-card-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.hs-card-body .hs-chip {
  color: var(--hs-ink);
  border-color: var(--hs-line);
  background: var(--hs-soft);
}

.hs-card-body h3 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.16;
}

.hs-card-body p {
  margin: 0;
  color: var(--hs-muted);
}

.hs-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--hs-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.hs-impact {
  width: 100%;
  margin-top: 28px;
  padding-block: clamp(38px, 7vw, 82px);
  background: linear-gradient(135deg, var(--hs-green), var(--hs-blue));
  color: #fff;
}

.hs-impact > * {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.hs-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.hs-impact-item {
  display: grid;
  gap: 5px;
  min-height: 130px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--hs-radius);
  background: rgba(255, 255, 255, 0.1);
}

.hs-impact-item strong {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.hs-impact-item span {
  font-weight: 800;
}

.hs-region-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hs-region-chip {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid var(--hs-line);
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  font-weight: 800;
}

.hs-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 48px;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--hs-line);
  border-radius: var(--hs-radius);
  background: var(--hs-soft);
}

.hs-cta h2,
.hs-cta p {
  margin-block: 0 10px;
}

.hs-empty {
  padding: 28px;
  border: 1px solid var(--hs-line);
  border-radius: var(--hs-radius);
  background: #fff;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1040px) {
  .hs-filter-form {
    grid-template-columns: repeat(3, 1fr);
  }

  .hs-story-card,
  .hs-story-card--large,
  .hs-story-card--wide {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .hs-hero,
  .hs-featured-rail,
  .hs-filters,
  .hs-grid-section,
  .hs-region-filter,
  .hs-cta {
    width: min(100% - 20px, 1180px);
  }

  .hs-hero {
    min-height: 620px;
  }

  .hs-hero__content {
    padding: 24px;
  }

  .hs-filter-form,
  .hs-impact-grid,
  .hs-cta {
    grid-template-columns: 1fr;
  }

  .hs-grid {
    grid-template-columns: 1fr;
  }

  .hs-story-card,
  .hs-story-card--large,
  .hs-story-card--wide {
    grid-column: auto;
  }

  .hs-rail {
    grid-auto-columns: minmax(260px, 86vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hakistories *,
  .hakistories *::before,
  .hakistories *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

.childstories-page {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  overflow-x: clip;
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 48%, #f8faf7 100%);
}

.childstories-page .hs-hero {
  width: 100%;
  min-height: clamp(620px, 82vh, 820px);
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
}

.childstories-page .hs-hero__media::after {
  background:
    linear-gradient(90deg, rgba(5, 12, 15, 0.92) 0%, rgba(5, 12, 15, 0.74) 32%, rgba(5, 12, 15, 0.23) 66%, rgba(5, 12, 15, 0.05) 100%),
    linear-gradient(0deg, rgba(5, 12, 15, 0.84), rgba(5, 12, 15, 0.08) 46%);
}

.childstories-page .hs-hero__content {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.childstories-page .hs-hero h1 {
  max-width: 680px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  letter-spacing: 0;
}

.childstories-page .hs-hero__intro {
  max-width: 640px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.92);
}

.childstories-page .hs-chip-row {
  margin-top: 20px;
}

.childstories-page .hs-chip {
  border-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(10px);
}

.childstories-page .hs-hero .hs-btn--ghost {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(10px);
}

.hs-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  min-height: 86px;
  margin: 0;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background: rgba(8, 20, 22, 0.96);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hs-proof-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hs-proof-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hs-proof-item svg {
  width: 34px;
  height: 34px;
  color: var(--hs-gold);
  fill: none;
  stroke: var(--hs-gold);
  stroke-width: 1.8;
}

.hs-proof-item path {
  fill: currentColor;
  stroke: none;
}

.hs-proof-item:nth-child(2) svg {
  color: #19a96b;
}

.hs-proof-item:nth-child(3) svg {
  color: var(--hs-red);
}

.hs-proof-item:nth-child(4) svg {
  color: var(--hs-gold);
}

.hs-proof-item strong,
.hs-proof-item span {
  display: block;
}

.hs-proof-item strong {
  font-weight: 900;
  line-height: 1.15;
}

.hs-proof-item span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.35;
}

.childstories-page .hs-featured-rail,
.childstories-page .hs-filters,
.childstories-page .hs-grid-section,
.childstories-page .hs-region-filter {
  width: min(1180px, calc(100% - 48px));
}

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

.hs-section-heading--split > a {
  color: var(--hs-red);
  font-weight: 900;
  text-decoration: none;
}

.childstories-page .hs-section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.childstories-page .hs-rail {
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 390px);
  grid-template-columns: none;
  overflow-x: auto;
  scroll-snap-type: inline mandatory;
  padding: 6px 4px 20px;
}

.childstories-page .hs-rail-card {
  min-height: 420px;
  box-shadow: 0 14px 36px rgba(15, 29, 34, 0.12);
}

.childstories-page .hs-rail-card::after {
  background:
    linear-gradient(0deg, rgba(5, 14, 17, 0.94), rgba(5, 14, 17, 0.42) 54%, rgba(5, 14, 17, 0.04)),
    linear-gradient(90deg, rgba(5, 14, 17, 0.48), transparent 56%);
}

.childstories-page .hs-rail-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.childstories-page .hs-rail-card p,
.childstories-page .hs-rail-card .hs-card-meta {
  color: rgba(255, 255, 255, 0.88);
}

.childstories-page .hs-filters {
  width: 100%;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(180deg, #fff, #fff8ec),
    radial-gradient(circle at 15% 10%, rgba(246, 178, 26, 0.16), transparent 32%);
}

.childstories-page .hs-filter-form {
  grid-template-columns: minmax(220px, 1.4fr) repeat(5, minmax(128px, 1fr)) 92px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.childstories-page .hs-filter-form input,
.childstories-page .hs-filter-form select {
  min-height: 52px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 36, 43, 0.07);
}

.childstories-page .hs-filter-form button {
  min-height: 52px;
}

.childstories-page .hs-grid {
  gap: 22px;
}

.childstories-page .hs-story-card {
  border-color: rgba(23, 36, 43, 0.11);
  box-shadow: 0 12px 26px rgba(23, 36, 43, 0.07);
}

.childstories-page .hs-story-card--large {
  grid-column: span 4;
}

.childstories-page .hs-story-card--wide {
  grid-column: span 4;
}

.childstories-page .hs-card-media {
  aspect-ratio: 16 / 9;
}

.childstories-page .hs-card-body {
  gap: 10px;
  padding: 16px;
}

.childstories-page .hs-card-body h3 {
  font-family: Georgia, "Times New Roman", serif;
}

.childstories-page .hs-card-body .hs-chip {
  backdrop-filter: none;
}

.childstories-page .hs-impact {
  position: relative;
  margin-top: 24px;
  background:
    radial-gradient(circle at 16% 18%, rgba(246, 178, 26, 0.2), transparent 28%),
    linear-gradient(135deg, #032f24 0%, #063f32 45%, #0b5c77 100%);
}

.childstories-page .hs-impact .hs-section-heading {
  text-align: center;
}

.childstories-page .hs-impact-grid {
  gap: 0;
}

.childstories-page .hs-impact-item {
  min-height: 150px;
  border-width: 0 1px 0 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.childstories-page .hs-impact-item:last-child {
  border-right: 0;
}

.childstories-page .hs-region-filter {
  text-align: center;
}

.childstories-page .hs-region-chips {
  justify-content: center;
}

.childstories-page .hs-region-chip {
  gap: 8px;
  padding-inline: 18px;
  box-shadow: 0 10px 22px rgba(23, 36, 43, 0.06);
}

.childstories-page .hs-region-chip::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid var(--hs-red);
  border-radius: 999px;
}

.childstories-page .hs-cta--image {
  position: relative;
  width: 100%;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-width: 0;
  border-radius: 0;
  background: var(--hs-ink);
  color: #fff;
}

.hs-cta__media {
  position: absolute;
  inset: 0;
}

.hs-cta__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 12, 15, 0.88), rgba(5, 12, 15, 0.62) 36%, rgba(5, 12, 15, 0.12)),
    linear-gradient(0deg, rgba(5, 12, 15, 0.52), transparent 48%);
}

.hs-cta__media img,
.hs-cta__media .hs-card-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-cta__content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding-block: clamp(48px, 8vw, 92px);
}

.hs-cta__content h2 {
  max-width: 560px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  line-height: 1;
}

.hs-cta__content p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.88);
}

.childstories-page .hs-cta--image .hs-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 1120px) {
  .childstories-page .hs-rail {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 380px);
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    padding-bottom: 18px;
  }

  .childstories-page .hs-filter-form {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 860px) {
  .hs-proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .childstories-page .hs-story-card,
  .childstories-page .hs-story-card--large,
  .childstories-page .hs-story-card--wide {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .childstories-page .hs-hero__content,
  .childstories-page .hs-featured-rail,
  .childstories-page .hs-grid-section,
  .childstories-page .hs-region-filter,
  .hs-cta__content {
    width: min(100% - 24px, 1180px);
  }

  .childstories-page .hs-hero h1 {
    font-size: clamp(3rem, 17vw, 4.9rem);
  }

  .hs-proof-strip,
  .childstories-page .hs-filter-form,
  .childstories-page .hs-impact-grid {
    grid-template-columns: 1fr;
  }

  .hs-proof-item,
  .hs-proof-item:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .childstories-page .hs-story-card,
  .childstories-page .hs-story-card--large,
  .childstories-page .hs-story-card--wide {
    grid-column: auto;
  }

  .childstories-page .hs-impact-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .childstories-page .hs-impact-item:last-child {
    border-bottom: 0;
  }
}

.childstories-profile {
  --hs-ink: #111c20;
  --hs-muted: #607076;
  --hs-line: rgba(17, 28, 32, 0.13);
  --hs-surface: #ffffff;
  --hs-soft: #f5f7f2;
  --hs-red: #d9232e;
  --hs-green: #087a4d;
  --hs-gold: #f4b321;
  --hs-blue: #0d6478;
  --hs-shadow: 0 18px 46px rgba(17, 28, 32, 0.11);
  --hs-reader-scale: 1;
  background: #fff;
}

.childstories-profile .hs-progress {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 5px;
  background: rgba(17, 28, 32, 0.08);
}

.childstories-profile .hs-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--hs-red), var(--hs-green), var(--hs-gold));
  transition: width 120ms ease;
}

.hs-profile-hero {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  align-items: end;
  background: var(--hs-ink);
  color: #fff;
}

.hs-profile-hero__media {
  position: absolute;
  inset: 0;
}

.hs-profile-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 12, 15, 0.92) 0%, rgba(5, 12, 15, 0.78) 34%, rgba(5, 12, 15, 0.18) 74%),
    linear-gradient(0deg, rgba(5, 12, 15, 0.82), rgba(5, 12, 15, 0.06) 52%);
}

.hs-profile-hero__media img,
.hs-profile-hero__media .hs-hero-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-profile-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding-block: 120px 86px;
}

.hs-profile-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.8rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.hs-profile-hero__intro {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
  line-height: 1.58;
}

.childstories-profile .hs-profile-hero .hs-chip-row {
  margin-top: 24px;
}

.childstories-profile .hs-profile-hero .hs-btn--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(10px);
}

.hs-readerbar {
  position: sticky;
  top: 5px;
  z-index: 35;
  display: grid;
  grid-template-columns: minmax(150px, 190px) 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 10px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--hs-line);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 28px rgba(17, 28, 32, 0.07);
  backdrop-filter: blur(14px);
}

.hs-readerbar__progress,
.hs-readerbar__links,
.hs-readerbar__tools {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.hs-readerbar__progress {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  color: var(--hs-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.hs-readerbar__progress strong {
  color: var(--hs-green);
}

.hs-readerbar__links {
  flex-wrap: wrap;
}

.hs-readerbar__links a {
  color: var(--hs-ink);
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

.hs-readerbar__links a.is-active,
.hs-readerbar__links a:hover {
  color: var(--hs-red);
}

.hs-readerbar__tools {
  justify-content: end;
}

.hs-readerbar__tools button,
.hs-listen-card,
.hs-back-top {
  min-height: 38px;
  border: 1px solid var(--hs-line);
  border-radius: var(--hs-radius);
  background: #fff;
  color: var(--hs-ink);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 850;
  cursor: pointer;
}

.hs-readerbar__tools button {
  padding: 7px 10px;
}

.hs-readerbar__tools button:hover,
.hs-listen-card:hover,
.hs-back-top:hover {
  border-color: rgba(217, 35, 46, 0.35);
  color: var(--hs-red);
}

.hs-readerbar__status {
  grid-column: 1 / -1;
  min-height: 1rem;
  color: var(--hs-green);
  font-size: 0.8rem;
  font-weight: 800;
}

.hs-story-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  gap: 58px;
  width: min(1120px, calc(100% - 48px));
  margin: 72px auto 46px;
  align-items: start;
}

.hs-story-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
}

.hs-story-aside__box {
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid var(--hs-line);
  border-radius: var(--hs-radius);
  background: #fff;
  box-shadow: 0 12px 26px rgba(17, 28, 32, 0.06);
}

.hs-story-aside__box strong {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.hs-story-aside__box a {
  padding: 8px 0;
  color: var(--hs-muted);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.hs-story-aside__box a.is-active,
.hs-story-aside__box a:hover {
  color: var(--hs-red);
}

.hs-listen-card {
  display: grid;
  gap: 2px;
  justify-items: start;
  padding: 16px;
  text-align: left;
}

.hs-listen-card span {
  font-weight: 900;
}

.hs-listen-card small {
  color: var(--hs-muted);
  font-size: 0.8rem;
}

.hs-longform {
  --hs-reader-scale: 1;
  color: var(--hs-ink);
  font-size: calc(1.08rem * var(--hs-reader-scale));
  line-height: 1.82;
}

.childstories-profile[data-hs-text="large"] .hs-longform {
  --hs-reader-scale: 1.12;
}

.childstories-profile[data-hs-text="small"] .hs-longform {
  --hs-reader-scale: 0.95;
}

.hs-kicker {
  margin: 0 0 10px;
  color: var(--hs-green);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hs-longform h2,
.hs-longform h3,
.hs-timeline-section h2,
.hs-related h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.hs-longform h2 {
  margin: 0 0 20px;
  font-size: 2.75rem;
  line-height: 1.08;
}

.hs-longform h3 {
  margin: 34px 0 12px;
  font-size: 1.75rem;
  line-height: 1.18;
}

.hs-lede {
  margin: 0 0 28px;
  color: #26383e;
  font-size: 1.35rem;
  line-height: 1.6;
}

.hs-longform p {
  margin: 0 0 22px;
}

.hs-quote {
  margin: 40px 0;
  padding: 0 0 0 28px;
  border-left: 6px solid var(--hs-green);
  color: var(--hs-ink);
}

.hs-quote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  line-height: 1.24;
}

.hs-quote cite {
  display: block;
  margin-top: 14px;
  color: var(--hs-muted);
  font-style: normal;
  font-weight: 850;
}

.hs-inline-figure {
  margin: 38px 0;
}

.hs-inline-figure img,
.hs-inline-figure .hs-card-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--hs-radius);
  box-shadow: var(--hs-shadow);
}

.hs-inline-figure figcaption {
  margin-top: 10px;
  color: var(--hs-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.hs-story-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 36px 0;
}

.hs-story-metrics div {
  display: grid;
  min-height: 126px;
  align-content: center;
  gap: 8px;
  padding: 18px 14px;
  border: 1px solid var(--hs-line);
  border-radius: var(--hs-radius);
  background: var(--hs-soft);
  text-align: center;
}

.hs-story-metrics strong {
  color: var(--hs-red);
  font-size: 2.1rem;
  line-height: 1;
}

.hs-story-metrics span {
  color: var(--hs-muted);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.3;
}

.hs-note {
  display: grid;
  gap: 6px;
  margin: 34px 0;
  padding: 18px 20px;
  border-left: 6px solid var(--hs-gold);
  border-radius: var(--hs-radius);
  background: #fff8e8;
}

.hs-note strong {
  color: var(--hs-ink);
}

.hs-note span {
  color: var(--hs-muted);
}

.hs-timeline-section {
  width: min(1180px, calc(100% - 48px));
  margin: 40px auto 0;
  padding-block: 44px 66px;
  text-align: center;
}

.hs-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hs-timeline li {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 22px 18px 0;
  border-top: 2px solid var(--hs-line);
}

.hs-timeline li::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--hs-green);
  box-shadow: 0 0 0 2px var(--hs-green);
  transform: translateX(-50%);
}

.hs-timeline time {
  color: var(--hs-red);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hs-timeline strong {
  font-size: 1rem;
  line-height: 1.2;
}

.hs-timeline span {
  color: var(--hs-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.childstories-profile .hs-impact {
  margin-top: 0;
}

.childstories-profile .hs-related {
  padding-top: 62px;
}

.hs-story-details {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding-block: clamp(40px, 7vw, 78px);
}

.hs-story-detail-list {
  display: grid;
  gap: 22px;
}

.hs-story-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--hs-line);
  border-radius: var(--hs-radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 28, 32, 0.07);
  scroll-margin-top: 110px;
}

.hs-story-detail__media {
  min-height: 320px;
  background: var(--hs-soft);
}

.hs-story-detail__media img,
.hs-story-detail__media .hs-card-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-story-detail__body {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: clamp(22px, 4vw, 42px);
}

.hs-story-detail__body .hs-chip {
  color: var(--hs-ink);
  border-color: var(--hs-line);
  background: var(--hs-soft);
  backdrop-filter: none;
}

.hs-story-detail__body h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1.05;
}

.hs-story-detail__intro,
.hs-story-detail__body p {
  margin: 0;
  color: var(--hs-muted);
}

.hs-story-detail__body blockquote {
  margin: 8px 0;
  padding-left: 18px;
  border-left: 5px solid var(--hs-green);
  color: var(--hs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.35;
}

.hs-story-detail__body blockquote p {
  color: inherit;
}

.hs-story-detail__body cite {
  display: block;
  margin-top: 8px;
  color: var(--hs-muted);
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 850;
}

.hs-back-top {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

@media (max-width: 1120px) {
  .hs-readerbar {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hs-readerbar__tools {
    justify-content: start;
    flex-wrap: wrap;
  }

  .hs-story-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hs-story-detail {
    grid-template-columns: 1fr;
  }

  .hs-story-aside {
    position: static;
  }

  .hs-story-aside__box {
    grid-template-columns: repeat(5, max-content);
    overflow-x: auto;
  }

  .hs-story-aside__box strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .hs-profile-hero {
    min-height: 680px;
  }

  .hs-profile-hero__inner {
    width: min(100% - 24px, 1180px);
    padding-block: 90px 42px;
  }

  .hs-profile-hero h1 {
    font-size: 3.25rem;
  }

  .hs-profile-hero__intro {
    font-size: 1.08rem;
  }

  .hs-readerbar {
    position: relative;
    top: auto;
    padding-inline: 12px;
  }

  .hs-readerbar__links {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .hs-story-layout,
  .hs-story-details,
  .hs-timeline-section {
    width: min(100% - 24px, 1180px);
  }

  .hs-story-detail__media {
    min-height: 240px;
  }

  .hs-longform h2 {
    font-size: 2.1rem;
  }

  .hs-lede,
  .hs-quote p {
    font-size: 1.25rem;
  }

  .hs-story-metrics,
  .hs-timeline {
    grid-template-columns: 1fr;
  }

  .hs-timeline li {
    border-top: 0;
    border-left: 2px solid var(--hs-line);
    text-align: left;
  }

  .hs-timeline li::before {
    top: 26px;
    left: -8px;
    transform: none;
  }
}

@media print {
  .hs-readerbar,
  .hs-progress,
  .hs-story-aside,
  .hs-back-top,
  .hs-filters,
  .hs-region-filter,
  .hs-cta {
    display: none !important;
  }

  .childstories-profile,
  .hs-story-layout,
  .hs-longform {
    width: auto;
    margin: 0;
    color: #000;
    background: #fff;
  }
}
